.want-sticky-header .main-header.fixed-header {
    position: relative !important;
    display: none;
}
.box-layout .page-wrapper {
    max-width: 1390px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
}
.box-layout:before {
    position: fixed;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/pattern/thm-pattern-2.jpg);
    opacity: 0.4;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-layout .main-header-three__logo-box {
    left: 0;
}
.box-layout .team-two__right {
    margin-left: 0;
}
.box-layout .team-two__left {
    margin-right: 0;
}
.box-layout .team-two__left .section-title__title {
    font-size: 40px;
    line-height: 50px;
}
.page-numbers,
.pg-pagination {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 60px;
}
.page-numbers,
.pg-pagination {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 0px;
}
.page-numbers li,
.pg-pagination li {
    position: relative;
    margin: 0px 3px 10px;
    display: inline-block;
}
.page-numbers li a,
.page-numbers li > span,
.pg-pagination li a,
.pg-pagination li span {
    position: relative;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    color: var(--thm-black);
    border: 1px solid #d9d9d9;
    background-color: transparent;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.page-numbers li:hover a,
.page-numbers li.active a,
.page-numbers li > span.current,
.pg-pagination li a:hover,
.pg-pagination li.active a,
.pg-pagination li > span.current {
    background-color: var(--thm-base);
    border: 1px solid var(--thm-base);
    color: var(--thm-white);
}
@media screen and (min-width: 1200px) {
    #exp-header-elementor {
        min-height: 0 !important;
        position: relative;
        z-index: 1001;
    }
}
.about-one {
    position: relative;
    display: block;
    z-index: 1;
}
.about-one__left {
    position: relative;
    display: block;
    margin-left: -37px;
    margin-right: 48px;
}
.about-one__img-box {
    position: relative;
    display: block;
}
.about-one__img {
    position: relative;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}
.about-one__img img {
    width: 630px;
    height:630px;
    border-radius: 50%;
    transition: all 500ms linear;
    transition-delay: 0.2s;
    
}
.about-one__img:hover img {
    transform: scale(1.1) rotate(0deg);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.about-one__img::after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.about-one__img:hover::after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.about-one__img-2 {
    position: absolute;
    left: -127px;
    bottom: -123px;
    z-index: 1;
    width:480px;
    height:250px;
    overflow:hidden;
}
.about-one__img-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 9px solid #ddd;
}
.about-one__img-2 img {
    width: 100%;
}
.about-one__img-2::after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.about-one__img-2:hover::after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.about-one__shape-1 {
    position: absolute;
    top: 83px;
    left: -104px;
    z-index: 1;
}
.about-one__shape-1 img {
    width: auto;
}
.about-one__shape-2 {
    position: absolute;
    right: -49px;
    bottom: -113px;
    z-index: -1;
}
.about-one__shape-2 img {
    width: auto;
}
.about-one__right {
    position: relative;
    display: block;
}
.about-one__right .section-title {
    margin-bottom: 27px;
}
.about-one__standard-and-img-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: -75px;
}
.about-one__standard-box {
    position: relative;
    display: block;
    max-width: 338px;
    width: 100%;
    margin-top: 20px;
}
.about-one__standard-box h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.96px;
    margin-bottom: 21px;
}
.about-one__btn-box {
    margin-top: 11px;
}
.about-one__standard-img {
    position: relative;
    display: block;
    margin-left: 63px;
    width:250px;
}
.about-one__standard-img img {
    width: auto;
    height:280px;
    object-fit: cover;
}
.about-one__standard-img::after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.about-one__standard-img:hover::after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.about-one__bottom {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid #bcbcbc;
    margin-top: 116px;
    padding: 33px 0 41px;
}
.about-one__bottom p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.72px;
    color: var(--thm-gray);
    position: relative;
    display: inline-block;
}
.about-one__bottom p::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 120px;
    height: 1px;
    background-color: var(--thm-gray);
}
.about-one__bottom p > span {
    color: var(--thm-base);
}
.about-one__bottom p > a {
    color: var(--thm-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.about-one__bottom p > a:hover {
    color: var(--thm-base);
}
.about-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}
.about-two__left {
    position: relative;
    display: block;
}
.about-two__left .section-title {
    margin-bottom: 31px;
}
.about-two__text-1 {
    font-size: 24px;
    color: var(--thm-base);
    font-weight: 700;
    line-height: 34px;
}
.about-two__text-2 {
    margin-top: 27px;
    margin-bottom: 41px;
}
.about-two__progress {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about-two__progress-icon {
    position: relative;
    display: block;
}
.about-two__progress-icon img {
    width: auto;
}
.progress-levels {
    position: relative;
    display: block;
    max-width: 450px;
    width: 100%;
    margin-left: 35px;
}
.progress-levels .progress-box {
    position: relative;
    display: block;
    margin-bottom: 8px;
}
.progress-levels .progress-box .inner {
    position: relative;
    display: block;
}
.progress-levels .progress-box .bar {
    position: relative;
    display: block;
}
.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 8px;
    background: #d9d9d9;
    border-radius: 0;
}
.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    top: 0%;
    left: 0px;
    bottom: 0%;
    width: 0px;
    height: 8px;
    border-radius: 0px;
    background: var(--thm-black);
    transition: all 2000ms ease 300ms;
}
.progress-levels .progress-box .bar .bar-innner .skill-percent {
    position: absolute;
    top: -43px;
    right: 0;
    width: 45px;
    height: 25px;
    display: block;
    text-align: center;
    padding: 0;
    z-index: 1;
}
.progress-levels .progress-box .inner .count-text {
    position: relative;
    color: var(--thm-base);
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    float: none;
    letter-spacing: -0.8px;
}
.progress-levels .progress-box .inner .percent {
    position: relative;
    color: var(--thm-base);
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    float: none;
    letter-spacing: -0.8px;
    margin-left: -2px;
}
.progress-levels .progress-box .inner .text {
    position: relative;
    color: var(--thm-base);
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.about-two__user-and-btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
}
.about-two__user-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about-two__user-img-box {
    position: relative;
    display: block;
    z-index: 1;
}
.about-two__user-img-shape-1 {
    position: absolute;
    top: 7px;
    left: 7px;
    height: 104px;
    width: 104px;
    background-color: var(--thm-base);
    border-radius: 50%;
    z-index: -1;
}
.about-two__user-img {
    position: relative;
    display: block;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    z-index: 1;
}
.about-two__user-img img {
    width: 100%;
    border-radius: 50%;
}
.about-two__user-content {
    position: relative;
    display: block;
    margin-left: 30px;
}
.about-two__user-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.96px;
}
.about-two__user-sub-title {
    line-height: 26px;
}
.about-two__user-btn-box {
    position: relative;
    display: block;
}
.about-two__user-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 120px;
    background-color: var(--thm-base);
    font-size: 16px;
    color: var(--thm-white);
    font-weight: 500;
    letter-spacing: -0.64px;
    border-radius: 50%;
    line-height: 20px;
    border-top-right-radius: 0;
}
.about-two__user-btn span {
    position: absolute;
    top: 30px;
    right: 25px;
    font-size: 25px;
}
.about-two__user-btn:hover {
    color: var(--thm-black);
}
.about-two__right {
    position: relative;
    display: block;
    margin-left: 47px;
    margin-right: 223px;
}
.about-two__img-box {
    position: relative;
    display: block;
}
.about-two__img {
    position: relative;
    display: block;
}
.about-two__img img {
    width: 300px;
    height:495px;
    object-fit: cover;
    
}
.about-two__img-two {
    position: absolute;
    bottom: -130px;
    right: -235px;
    z-index: 2;
}
.about-two__img-two img {
    width: 290px;
    max-width: 290px;
    height:490px;
    border: 8px solid #ddd;
    object-fit: cover;
}
.about-two__experience {
    position: absolute;
    bottom: -80px;
    left: 95px;
    height: 120px;
    width: 186px;
    background-color: var(--thm-base);
    display: flex;
    align-items: center;
    padding-left: 25px;
    border-bottom-right-radius: 30px;
    z-index: 3;
}
.about-two__experience:before {
    content: "";
    position: absolute;
    top: -23px;
    left: 0;
    border-bottom: 23px solid var(--thm-base);
    border-right: 30px solid transparent;
}
.about-two__experience h3 {
    font-size: 96px;
    font-weight: 600;
    color: var(--thm-white);
    letter-spacing: -3.84px;
    line-height: 96px;
}
.about-two__experience-text {
    position: absolute;
    display: inline-block;
    color: var(--thm-white);
    font-weight: 600;
    letter-spacing: -0.64px;
    line-height: 20px;
    text-transform: capitalize;
    transform: rotate(-90deg);
    top: 40px;
    right: -2px;
}
.about-two__experience-text span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.56px;
}
.about-three {
    position: relative;
    display: block;
    padding: 410px 0 120px;
    margin-top: -290px;
    z-index: 1;
}
.about-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.about-three__left {
    position: relative;
    display: block;
    margin-left: 198px;
    margin-right: 26px;
}
.about-three__img-box {
    position: relative;
    display: block;
}
.about-three__img {
    position: relative;
    display: block;
    border-radius: 173px;
    z-index: 1;
}
.about-three__img img {
    width: 346px;
    border-radius: 173px !important;
    height: 506px;
    object-fit:cover;
}
.about-three__img-2 {
    position: absolute;
    left: -198px;
    top: 213px;
    z-index: 2;
}
.about-three__img-2 img {
    width: auto;
    border-radius: 173px;
    width: 280px;
    height: 408px;
    object-fit:cover;
}
.about-three__shape-1 {
    position: absolute;
    top: 88px;
    left: -178px;
    width: 515px;
    height: 515px;
    border-radius: 50%;
    background: linear-gradient(180deg, #d9d9d9 0%, rgba(221, 221, 221, 0.37) 100%);
    z-index: -1;
}
.about-three__video-link {
    position: absolute;
    bottom: -96px;
    left: 40px;
    z-index: 2;
}
.about-three__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 230px;
    height: 136px;
    text-align: center;
    font-size: 36px;
    color: var(--thm-white);
    background-color: var(--thm-base);
    border-radius: 68px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.about-three__video-icon:hover {
    background-color: var(--thm-black);
    color: var(--thm-white);
}
.about-three__video-link .ripple,
.about-three__video-icon .ripple:before,
.about-three__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 230px;
    height: 136px;
    border-radius: 68px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--thm-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--thm-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.about-three__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.about-three__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
.about-three__right {
    position: relative;
    display: block;
}
.about-three__right .section-title {
    margin-bottom: 40px;
}
.about-three__text-2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
    color: var(--thm-base);
    margin-top: 37px;
    margin-bottom: 19px;
}
.about-three__counter-box {
    position: relative;
    display: block;
}
.about-three__counter-list {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid #d7d7d7;
    padding-top: 38px;
    margin-top: 36px;
}
.about-three__counter-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.about-three__counter-list li + li {
    margin-left: 60px;
}
.about-three__count {
    position: relative;
    display: flex;
    align-items: center;
}
.about-three__count h3 {
    font-size: 64px;
    font-weight: 700;
    line-height: 30px;
    color: var(--thm-base);
}
.about-three__count span {
    font-size: 64px;
    font-weight: 700;
    line-height: 30px;
    color: var(--thm-base);
}
.about-three__counter-list li p {
    position: relative;
    margin-left: 16px;
    font-weight: 700;
    line-height: 24px;
}
.award-one {
    position: relative;
    display: block;
    background-color: var(--thm-black);
    overflow: hidden;
    padding: 120px 0 120px;
    z-index: 1;
}
.award-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.award-one .section-title__title {
    color: var(--thm-white);
}
.award-one__table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
}
.award-one__table {
    position: relative;
    margin: 0;
}
.award-one__table tbody tr {
    position: relative;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.award-one__table tbody tr:hover {
    background-color: #444444;
}
.award-one__table tbody tr:last-child {
    border-bottom: 0;
}
.award-one__table tbody tr td {
    font-size: 20px;
    font-weight: 500;
    color: var(--thm-white);
    padding: 40px 0;
    border: 1px solid #111111;
    vertical-align: middle;
    text-align: center;
}
.award-one__table tbody tr td:first-child {
    width: 300px;
}
.award-one__table tbody tr td:last-child {
    width: 170px;
}
.award-one__table tbody tr td:nth-child(2) {
    width: 185px;
}
.award-one__year-box {
    position: relative;
    display: block;
}
.award-one__year {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.award-one__table tbody tr:hover .award-one__year {
    visibility: hidden;
    opacity: 0;
}
.award-one__hover-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.award-one__table tbody tr:hover .award-one__hover-text {
    visibility: visible;
    opacity: 1;
}
.award-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.award-one__icon i,
.award-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: var(--thm-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.award-one__table tbody tr:hover .award-one__icon i,
.award-one__table tbody tr:hover .award-one__icon span {
    color: var(--thm-base);
}
.award-one__quality-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 80px;
    padding-right: 40px;
}
.award-one__arrow {
    position: relative;
    display: block;
}
.award-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: #444444;
    font-size: 20px;
    color: var(--thm-white);
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.award-one__table tbody tr:hover .award-one__arrow a {
    background-color: var(--thm-base);
}
.banner-one {
    position: relative;
    display: block;
    background-color: #000000;
    padding: 245px 0 223px;
}
.banner-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
    z-index: -1;
}
.banner-one__shape-2 {
    position: absolute;
    bottom: 130px;
    right: 110px;
}
.banner-one__shape-2 img {
    width: auto;
}
.banner-one__shape-3 {
    position: absolute;
    bottom: 83px;
    right: 217px;
}
.banner-one__shape-3 img {
    width: auto;
}
.banner-one__inner {
    position: relative;
    display: block;
}
.banner-one__arrow {
    position: relative;
    display: block;
    margin-left: 125px;
}
.banner-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 148px;
    color: var(--thm-white);
}
.banner-one__title-one {
    font-size: 128px;
    color: var(--thm-white);
    font-weight: 700;
    line-height: 128px;
    letter-spacing: -5.12px;
    margin-top: 51px;
    margin-bottom: 49px;
}
.banner-one__title-one span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -0.96px;
    top: -93px;
    left: -82px;
}
.banner-one__title-two {
    font-size: 148px;
    line-height: 148px;
    font-weight: 700;
    font-family: var(--thm-font-two);
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px var(--thm-base);
}
.banner-one__img-box {
    position: absolute;
    top: 0;
    right: 110px;
    z-index: 2;
}
.banner-one__img {
    position: relative;
    display: block;
    border-top-right-radius: 125px;
    border-bottom-right-radius: 125px;
}
.banner-one__img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-top-right-radius: 125px;
    border-bottom-right-radius: 125px;
}
.banner-one__img img {
    border-top-right-radius: 125px;
    border-bottom-right-radius: 125px;
    width: 370px;
    height:152px;
    object-fit:cover;
}
.banner-one__curved-circle {
    position: absolute;
    top: 0px;
    right: 6px;
    height: 152px;
    width: 152px;
    border-radius: 50%;
    z-index: 1;
}
.banner-one__curved-circle .curved-circle {
    position: absolute;
    font-size: 20px;
    font-weight: 400;
    color: var(--thm-white);
    letter-spacing: 0.05em;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto !important;
    border-radius: 50%;
    animation: animName 17s linear infinite;
}
.banner-one__video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}
.banner-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 35px;
    color: var(--thm-white);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
@keyframes animName {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.banner-one__text {
    position: absolute;
    bottom: 40px;
    right: 100px;
    max-width: 445px;
    width: 100%;
}
.banner-one__text p {
    font-size: 18px;
    color: var(--thm-white);
    letter-spacing: -0.72px;
    line-height: 30px;
}
.banner-two {
    position: relative;
    display: block;
    padding: 92px 0 528px;
    z-index: 1;
}
.banner-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.banner-two__inner {
    position: relative;
    display: block;
}
.banner-two__top {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner-two__top-title {
    font-size: 108px;
    line-height: 118px;
    color: var(--thm-white);
    font-weight: 400;
    letter-spacing: -4.32px;
}
.banner-two__top-text-box {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    border-left: 1px solid var(--thm-base);
    padding-left: 25px;
    margin-left: 70px;
}
.banner-two__top-text {
    font-size: 18px;
    color: var(--thm-white);
    line-height: 30px;
    letter-spacing: -0.72px;
}
.banner-two__bottom {
    position: relative;
    display: block;
    margin-top: 33px;
}
.banner-two__arrow {
    position: absolute;
    top: -116px;
    right: 59px;
}
.banner-two__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 160px;
    color: var(--thm-base);
}
.banner-two__bottom-title {
    font-size: 108px;
    line-height: 118px;
    color: var(--thm-base);
    font-weight: 700;
    letter-spacing: -4.32px;
}
.banner-two__bottom-title span {
    font-family: var(--thm-font-two);
    color: var(--thm-white);
    letter-spacing: -5.12px;
}
.banner-img {
    position: relative;
    display: block;
    margin-top: -430px;
    z-index: 2;
}
.banner-img .container {
    max-width: 1430px;
}
.banner-img__img {
    position: relative;
    display: block;
}
.banner-img__img img {
    width: 100%;
}
.blog-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}
.blog-one__inner {
    position: relative;
    display: block;
}
.blog-one__blog-list {
    position: relative;
    display: block;
}
.blog-one__blog-list > li {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.blog-one__single {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 0px;
    background-color: #f5f5f5;
    justify-content: space-between;
}
.blog-one__img-box {
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
}
.blog-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.blog-one__img::before {
    background-color: var(--thm-white);
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    content: "";
    z-index: 1;
}
.blog-one__single:hover .blog-one__img::before {
    height: 100%;
    opacity: 0.05;
}
.blog-one__img:after {
    position: absolute;
    content: "";
    background-color: var(--thm-white);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    -moz-transition: all 600ms ease-out 0s;
    -webkit-transition: all 600ms ease-out 0s;
    -ms-transition: all 600ms ease-out 0s;
    -o-transition: all 600ms ease-out 0s;
    transition: all 600ms ease-out 0s;
}
.blog-one__single:hover .blog-one__img:after {
    height: 0;
    opacity: 0.5;
}
.blog-one__img img {
    width: 100%;
    transition: 0.5s ease;
    transform: scale(1);
}
.blog-one__single:hover .blog-one__img img {
    transform: scale(1.05);
}
.blog-one__content {
    position: relative;
    display: block;
    max-width: 698px;
    width: 100%;
    padding: 35.5px 50px 35.5px;
}
.blog-one__blog-list > li:nth-child(2) .blog-one__single {
    border: 0;
    background-color: #f5f5f5;
}
.blog-one__blog-list > li:nth-child(2) .blog-one__content {
    background-color: #f5f5f5;
}
.blog-one__meta {
    position: relative;
    display: flex;
    align-items: center;
}
.blog-one__meta > li {
    position: relative;
    display: flex;
    align-items: center;
}
.blog-one__meta > li + li {
    margin-left: 34px;
}
.blog-one__meta > li > a {
    letter-spacing: -0.64px;
    color: var(--thm-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-one__meta > li > a > span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-right: 17px;
    color: var(--thm-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-one__meta > li > a:hover {
    color: var(--thm-base);
}
.blog-one__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -1.28px;
    margin-top: 18px;
    margin-bottom: 20px;
    text-transform:capitalize;
}
.blog-one__title a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-one__title a:hover {
    color: var(--thm-base);
}
.blog-one__read-more {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-one__read-more:hover {
    color: var(--thm-black);
}
.blog-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}
.blog-two__shape-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.blog-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.blog-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.blog-two__img::before {
    background-color: var(--thm-white);
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    content: "";
    z-index: 1;
}
.blog-two__single:hover .blog-two__img::before {
    height: 100%;
    opacity: 0.05;
}
.blog-two__img:after {
    position: absolute;
    content: "";
    background-color: var(--thm-white);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    -moz-transition: all 600ms ease-out 0s;
    -webkit-transition: all 600ms ease-out 0s;
    -ms-transition: all 600ms ease-out 0s;
    -o-transition: all 600ms ease-out 0s;
    transition: all 600ms ease-out 0s;
}
.blog-two__single:hover .blog-two__img:after {
    height: 0;
    opacity: 0.5;
}
.blog-two__img img {
    width: 100%;
    transition: 0.5s ease;
    transform: scale(1);
}
.blog-two__single:hover .blog-two__img img {
    transform: scale(1.05);
}
.blog-two__user-box {
    position: absolute;
    bottom: 35px;
    left: 30px;
    display: flex;
    align-items: flex-end;
    z-index: 2;
}
.blog-two__user-img {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 2;
}
.blog-two__user-img img {
    border: 1px solid var(--thm-black);
    border-radius: 50%;
}
.blog-two__user-content {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    padding-left: 47px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 15px;
    margin-left: -40px;
}
.blog-two__user-content p {
    font-size: 14px;
    color: var(--thm-black);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.56px;
    line-height: 14px;
	margin-bottom:0px;
}
.blog-two__content {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border: 1px solid #d9d9d9;
    border-top: 0;
    padding: 23px 25px 21px;
    z-index: 1;
}
.blog-two__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    transform: scaleY(0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: -1;
}
.blog-two__single:hover .blog-two__content::before {
    transform: scaleY(1) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.blog-two__meta {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100% !important;
    background-color: transparent !important;
    border:0px !important;
    border-radius:0px !important;
}
.blog-two__meta li + li {
    margin-left: 24px;
}
.blog-two__meta li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--thm-gray) !important;
    letter-spacing: -0.64px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;

}
.blog-two__meta li a span {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: var(--thm-base);
    padding-right: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-two__meta li a:hover {
    color: var(--thm-base);
}
.blog-two__single:hover .blog-two__meta li a {
    color: var(--thm-white) !important;
}
.blog-two__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.96px;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 17px;
    margin-bottom: 10px;
    margin-top: 15px;
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-two__title a {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 34px;
    text-transform: capitalize;
}
.blog-two__single:hover .blog-two__title {
    border-bottom: 2px solid #535353;
}
.blog-two__title:before {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid #d9d9d9;
    border-bottom: 12px solid transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-two__single:hover .blog-two__title:before {
    border-left: 12px solid #535353;
}
.blog-two__title a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-two__title a:hover {
    color: var(--thm-base);
}
.blog-two__single:hover .blog-two__title a {
    color: var(--thm-white);
}
.blog-two__btn {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    letter-spacing: -0.64px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-two__btn:hover {
    color: var(--thm-black);
}
.blog-two__single:hover .blog-two__btn {
    color: var(--thm-base);
}
.blog-two__btn span {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    padding-left: 8px;
    top: 2px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-two__single:hover .blog-two__btn span {
    color: var(--thm-white);
}
.blog-three {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}
.blog-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.blog-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 45px;
    z-index: 1;
}
.blog-three__img::before {
    background-color: var(--thm-white);
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    content: "";
    z-index: 1;
}
.blog-three__single:hover .blog-three__img::before {
    height: 100%;
    opacity: 0.05;
}
.blog-three__img:after {
    position: absolute;
    content: "";
    background-color: var(--thm-white);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    -moz-transition: all 600ms ease-out 0s;
    -webkit-transition: all 600ms ease-out 0s;
    -ms-transition: all 600ms ease-out 0s;
    -o-transition: all 600ms ease-out 0s;
    transition: all 600ms ease-out 0s;
}
.blog-three__single:hover .blog-three__img:after {
    height: 0;
    opacity: 0.5;
}
.blog-three__img img {
    width: 100%;
    border-top-left-radius: 45px;
    transition: 0.5s ease;
    transform: scale(1);
}
.blog-three__single:hover .blog-three__img img {
    transform: scale(1.05);
}
.blog-three__date {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 54px;
    height: 60px;
    background-color: var(--thm-base);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}
.blog-three__date p {
    font-size: 30px;
    font-weight: 500;
    color: var(--thm-white);
    line-height: 30px;
    margin-bottom: 2px;
}
.blog-three__date span {
    font-size: 16px;
    font-weight: 500;
    color: var(--thm-white);
    line-height: 16px;
    text-transform: uppercase;
}
.blog-three__content {
    position: relative;
    display: block;
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
    border-bottom-right-radius: 45px;
    padding: 23px 29px 21px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.blog-three__single:hover .blog-three__content {
    border: 1px solid var(--thm-black);
    background-color: var(--thm-black);
}
.blog-three__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    border-bottom-right-radius: 45px;
    transform: scaleY(0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: -1;
}
.blog-three__single:hover .blog-three__content::before {
    transform: scaleY(1) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.blog-three__user-box {
    position: absolute;
    top: -30px;
    left: 30px;
    display: flex;
    align-items: center;
    z-index: 2;
}
.blog-three__user-img {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 2;
}
.blog-three__user-img img {
    border: 1px solid var(--thm-black);
    border-radius: 50%;
}
.blog-three__user-content {
    position: relative;
    display: block;
    background-color: #d9d9d9;
    padding-left: 47px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 15px;
    margin-left: -40px;
}
.blog-three__user-content p {
    font-size: 14px;
    color: var(--thm-black);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.56px;
    line-height: 14px;
	margin-bottom:0px;
}
.blog-three__meta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.blog-three__meta li {
    position: relative;
    display: block;
}
.blog-three__meta li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--thm-gray);
    letter-spacing: -0.64px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-three__meta li a span {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: var(--thm-base);
    padding-right: 8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-three__single:hover .blog-three__meta li a {
    color: var(--thm-white);
}
.blog-three__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.96px;
    border-top: 2px solid #d9d9d9;
    padding-top: 17px;
    margin-top: 22px;
    margin-bottom: 12px;
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-three__single:hover .blog-three__title {
    border-top: 2px solid #535353;
}
.blog-three__title a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-three__single:hover .blog-three__title a {
    color: var(--thm-white);
}
.blog-three__title:before {
    content: "";
    position: absolute;
    top: -13px;
    right: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid #d9d9d9;
    border-bottom: 12px solid transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-three__single:hover .blog-three__title:before {
    border-left: 12px solid #535353;
}
.blog-three__btn {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    letter-spacing: -0.64px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-three__btn:hover {
    color: var(--thm-base);
}
.blog-three__btn span {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    padding-left: 8px;
    top: 2px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-three__single:hover .blog-three__btn span {
    color: var(--thm-white);
}
.blog-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}
.blog-details__left {
    position: relative;
    display: block;
}
.blog-details__img {
    position: relative;
    display: block;
}
.blog-details__img img {
    width: 100%;
}
.blog-details__content {
    position: relative;
    display: block;
    margin-top: 35px;
}
.blog-details__meta {
    position: relative;
    display: flex;
    align-items: center;
}
.blog-details__meta li {
    position: relative;
    display: flex;
    align-items: center;
}
.blog-details__meta li + li {
    margin-left: 35px;
}
.blog-details__meta li a {
    letter-spacing: -0.64px;
    color: var(--thm-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-details__meta li a:hover {
    color: var(--thm-base);
}
.blog-details__meta li a span {
    position: relative;
    margin-right: 16px;
    color: var(--thm-base);
}
.blog-details__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -1.28px;
    margin-top: 12px;
    margin-bottom: 19px;
}
.blog-details__text-and-img-box {
    position: relative;
    display: block;
    margin-top: 31px;
    margin-bottom: 51px;
}
.blog-details__img-text-box {
    position: relative;
    display: block;
    margin-top: -11px;
}
.blog-details__img-text-box h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.blog-details__text-img {
    position: relative;
    display: block;
}
.blog-details__text-img img {
    width: 100%;
}
.blog-details__quote-box {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    padding: 32px 40px 55px;
    background: rgba(245, 245, 245, 0.37);
}
.blog-details__quote {
    position: relative;
    display: inline-block;
}
.blog-details__quote span {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: var(--thm-base);
}
.blog-details__quote-text {
    position: relative;
    margin-left: 35px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--thm-black);
}
.blog-details__quote-box a {
    position: absolute;
    bottom: 21px;
    right: 45px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-details__quote-box a:hover {
    color: var(--thm-black);
}
.blog-details__quote-box a span {
    position: relative;
    margin-right: 16px;
}
.blog-details__img-box {
    position: relative;
    display: block;
    margin-top: 60px;
}
.blog-details__img-box-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.blog-details__img-box-img img {
    width: 100%;
}
.blog-details__title-2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -1.2px;
    margin-top: 17px;
    margin-bottom: 16px;
}
.blog-details__points-box {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
}
.blog-details__points-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}
.blog-details__points {
    position: relative;
    display: block;
}
.blog-details__points li {
    position: relative;
    display: flex;
    align-items: center;
}
.blog-details__points-shape {
    width: 5px;
    height: 5px;
    background-color: var(--thm-gray);
    border-radius: 50%;
    margin-right: 10px;
}
.blog-details__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed #b3b3b3;
    border-bottom: 1px solid #d8d8d8;
    padding: 12px 0 18px;
}
.blog-details__tags {
    position: relative;
    display: flex;
    align-items: center;
}
.blog-details__tags span {
    font-weight: 700;
    color: var(--thm-black);
    margin-right: 20px;
}
.blog-details__tags a {
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    border: 1px solid #d9d9d9;
    color: var(--thm-gray);
    background-color: transparent;
    text-transform: uppercase;
    padding: 8px 16px 7px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-details__tags a:hover {
    color: var(--thm-white);
    background-color: var(--thm-base);
    border: 1px solid var(--thm-base);
}
.blog-details__tags > a + a {
    margin-left: 7px;
}
.blog-details__social-list {
    position: relative;
    display: flex;
    align-items: center;
}
.blog-details__social-list span {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 700;
    margin-right: 28px;
}
.blog-details__social-list a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--thm-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-details__social-list a:hover {
    color: #ff2756;
}
.blog-details__social-list > a + a {
    margin-left: 17px;
}
.blog-details__comment-and-form {
    position: relative;
    display: block;
    margin-top: 69px;
}
.comment-one {
    position: relative;
    display: block;
}
.comment-one__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -1.44px;
    margin-bottom: 34px;
}
.comment-one__single {
    position: relative;
    display: flex;
    align-items: center;
}
.comment-one__single + .comment-one__single {
    margin-top: 33px;
}
.comment-one__image {
    position: relative;
    display: block;
    max-width: 120px;
    width: 100%;
}
.comment-one__image img {
    width: 100%;
}
.comment-one__content {
    position: relative;
    display: block;
    margin-left: 30px;
}
.comment-one__content h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}
.comment-one__content h3 span {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: var(--thm-base);
}
.comment-one__content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 9px;
    margin-bottom: 10px;
}
.comment-one__btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.comment-one__btn:hover {
    color: var(--thm-black);
}
.comment-one__single .margin-left {
    margin-left: 50px;
}
.comment-one__form {
    position: relative;
    display: block;
    margin-top: 62px;
}
.comment-one__form .comment-one__title {
    margin-bottom: 22px;
}
.comment-one__form-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.comment-one__form-ratting {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 11px;
    margin-bottom: 28px;
}
.comment-one__form-ratting span {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: var(--thm-black);
    margin-right: 15px;
}
.comment-one__form-ratting i {
    font-size: 16px;
    color: var(--thm-base);
}
.comment-one__form-box {
    position: relative;
    display: block;
}
.comment-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.comment-one__input-box input[type="text"],
.comment-one__input-box input[type="email"] {
    height: 50px;
    width: 100%;
    border: 1px solid #d9d9d9;
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 12px;
    color: var(--thm-gray);
    display: block;
    font-weight: 400;
}
.comment-one__input-box textarea {
    color: var(--thm-gray);
    height: 120px;
    width: 100%;
    background-color: transparent;
    padding: 15px 30px 20px;
    border: 1px solid #d9d9d9;
    outline: none;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 400;
}
.comment-one__input-box.text-message-box {
    height: 120px;
    margin-bottom: 23px;
}
.comment-one__checked-box {
    position: relative;
    display: block;
    min-height: 20px;
}
.comment-one__checked-box label {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    color: var(--thm-gray);
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
    min-height: 20px;
}
.comment-one__checked-box input[type="checkbox"] {
    display: none;
}
.comment-one__checked-box input[type="checkbox"] + label span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.comment-one__checked-box label span:before {
    position: absolute;
    top: 2px;
    left: 5px;
    display: block;
    border-bottom: 2px solid #d9d9d9;
    border-right: 2px solid #d9d9d9;
    content: "";
    width: 6px;
    height: 11px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}
.comment-one__checked-box input[type="checkbox"]:checked + label span {
    border-color: #d9d9d9;
}
.comment-one__checked-box input[type="checkbox"]:checked + label span:before {
    opacity: 1;
}
.comment-one__btn-box {
    position: relative;
    display: block;
    margin-top: 38px;
}
.comment-one__btn-2 {
    font-size: 14px;
    font-weight: 700;
    background-color: var(--thm-base);
    color: var(--thm-white);
    padding: 15px 46px 15px;
    border: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.comment-one__btn-2:hover {
    color: var(--thm-white);
    background-color: var(--thm-black);
}
@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}
.sidebar__single + .sidebar__single {
    margin-top: 51px;
}
.sidebar {
    position: relative;
    display: block;
}
.sidebar__title-box {
    position: relative;
    display: block;
    margin-bottom: 25px;
}
.sidebar__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}
.sidebar__search {
    position: relative;
    display: block;
}
.sidebar__search-form {
    position: relative;
    display: block;
}
.sidebar__search-form input[type="search"] {
    display: block;
    outline: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    height: 80px;
    width: 100%;
    padding-left: 35px;
    padding-right: 75px;
    border: 1px solid #d9d9d9;
    color: var(--thm-gray);
}
.sidebar__search-form button[type="submit"] {
    color: var(--thm-white);
    font-size: 19px;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    max-width: 60px;
    width: 100%;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar__search-form button[type="submit"]:hover {
    background-color: var(--thm-base);
}
.sidebar__category {
    position: relative;
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 40px;
}
.sidebar__category-list {
    position: relative;
    display: block;
}
.sidebar__category-list li {
    position: relative;
    display: block;
}
.sidebar__category-list li + li {
    margin-top: 18px;
}
.sidebar__category-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--thm-black);
    padding-left: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar__category-list li a:hover {
    color: var(--thm-black);
    text-shadow: 1px 0 0 rgb(34 34 34 / 80%);
}
.sidebar__category-list li a > i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--thm-base);
}
.sidebar__category-list li a span {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar__category-list li a:hover span {
    color: var(--thm-base);
    text-shadow: 1px 0 0 rgb(255 92 0 / 80%);
}
.sidebar__post {
    position: relative;
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 55px;
}
.sidebar__post .sidebar__title-box {
    margin-bottom: 29px;
}
.sidebar__post-list {
    position: relative;
    display: block;
}
.sidebar__post-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.sidebar__post-list li + li {
    margin-top: 30px;
}
.sidebar__post-image {
    position: relative;
    display: block;
    max-width: 86px;
    width: 100%;
}
.sidebar__post-image img {
    width: 100%;
}
.sidebar__post-content {
    position: relative;
    display: block;
    margin-left: 18px;
}
.sidebar__post-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.8px;
    margin-bottom: 7px;
}
.sidebar__post-title a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar__post-title a:hover {
    color: var(--thm-base);
}
.sidebar__tag {
    position: relative;
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 60px;
}
.sidebar__tag-list a {
    font-size: 14px;
    font-weight: 400;
    color: var(--thm-gray);
    border: 1px solid #d9d9d9;
    display: inline-block;
    padding: 4px 19px 4px;
    margin-left: 5px;
    line-height: 30px;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar__tag-list a + a {
    margin-left: 5px;
    margin-top: 10px;
}
.sidebar__tag-list a:hover {
    border: 1px solid var(--thm-base);
    background-color: var(--thm-base);
    color: var(--thm-white);
    text-shadow: 1px 0 0 rgb(255 255 255 / 80%);
}
.sidebar__need-help {
    position: relative;
    display: block;
    padding: 38px 40px 45px;
    margin-top: 60px;
    z-index: 1;
}
.sidebar__need-help-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.sidebar__need-help-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    color: var(--thm-white);
}
.sidebar__need-help-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.28px;
    color: var(--thm-white);
    text-transform: capitalize;
    margin-top: 22px;
    margin-bottom: 22px;
}
.sidebar__need-help-number {
    position: relative;
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    color: var(--thm-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar__need-help-number:hover {
    color: var(--thm-base);
}
.sidebar__need-help-email {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    color: var(--thm-white);
    margin-top: 25px;
    margin-bottom: 33px;
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar__need-help-email:hover {
    color: var(--thm-base);
}
.sidebar__need-help-btn-box {
    position: relative;
    display: block;
}
.sidebar__need-help-btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.28px;
    color: var(--thm-white);
    background-color: var(--thm-base);
    padding: 13px 30px 13px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar__need-help-btn:hover {
    color: var(--thm-base);
    background-color: var(--thm-white);
}
.blog-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}
.blog-page__left {
    position: relative;
    display: block;
}
.blog-page__single {
    position: relative;
    display: block;
    margin-bottom: 57px;
}
.blog-page__img {
    position: relative;
    display: block;
}
.blog-page__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.blog-page__content {
    position: relative;
    display: block;
    margin-top: 35px;
}
.blog-page__meta {
    position: relative;
    display: flex;
    align-items: center;
}
.blog-page__meta li {
    position: relative;
    display: flex;
    align-items: center;
}
.blog-page__meta li + li {
    margin-left: 35px;
}
.blog-page__meta li a {
    letter-spacing: -0.64px;
    color: var(--thm-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-page__meta li a:hover {
    color: var(--thm-base);
}
.blog-page__meta li a span {
    position: relative;
    margin-right: 16px;
    color: var(--thm-base);
}
.blog-page__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -1.28px;
    margin-top: 12px;
    margin-bottom: 13px;
}
.blog-page__title a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-page__title a:hover {
    color: var(--thm-base);
}
.blog-page__read-more {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.8px;
    margin-top: 27px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-page__read-more::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 110px;
    right: 0;
    height: 1px;
    background-color: #d9d9d9;
}
.blog-page__read-more::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 110px;
    right: 0;
    height: 1px;
    background-color: #d9d9d9;
}
.blog-page__read-more:hover {
    color: var(--thm-black);
}
.blog-page__pagination {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 60px;
}
.blog-page__pagination .pg-pagination li {
    display: inline-block;
    margin-right: 10px;
}
.blog-page__pagination .pg-pagination li:last-child {
    margin-right: 0;
}
.blog-page__pagination .pg-pagination li a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    color: var(--thm-black);
    border: 1px solid #d9d9d9;
    background-color: transparent;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-page__pagination .pg-pagination li a:hover {
    background-color: var(--thm-base);
    border: 1px solid var(--thm-base);
    color: var(--thm-white);
}
.brand-one {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.brand-one .container {
    max-width: 1515px;
}
.brand-one__inner {
    position: relative;
    display: block;
    padding: 70px 0 120px;
}
.brand-one .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.brand-one__single {
    position: relative;
    display: block;
}
.brand-one__img {
    position: relative;
    display: block;
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 1;
}
.brand-one__single:hover .brand-one__img {
    opacity: 0;
}
.brand-one__img > img {
    max-width: 100%;
}
.brand-one__hover-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 0;
}
.brand-one__single:hover .brand-one__hover-img {
    opacity: 1;
}
.brand-one__hover-img > img {
    width: auto;
    max-width: none;
}
.brand-two .brand-one__inner {
    position: relative;
    display: block;
    padding: 0px 0 120px;
}
.contact-page {
    position: relative;
    display: block;
    padding: 107px 0 120px;
    z-index: 1;
}
.contact-page .container {
    max-width: 1000px;
}
.contact-page__inner {
    position: relative;
    display: block;
}
.contact-page__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 140.7%;
    letter-spacing: -1.44px;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.contact-page__form {
    position: relative;
    display: block;
}
.contact-page__form-box {
    position: relative;
    display: block;
}
.contact-page__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"] {
    height: 50px;
    width: 100%;
    border: 1px solid #d9d9d9;
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 12px;
    color: var(--thm-gray);
    display: block;
    font-weight: 400;
}
.contact-page__input-box textarea {
    color: var(--thm-gray);
    height: 120px;
    width: 100%;
    background-color: transparent;
    padding: 15px 30px 20px;
    border: 1px solid #d9d9d9;
    outline: none;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 400;
}
.contact-page__input-box.text-message-box {
    height: 120px;
    margin-bottom: 23px;
}
.contact-page__checked-box {
    position: relative;
    display: block;
    min-height: 20px;
}
.contact-page__checked-box label {
    position: relative;
    display: inline-block;
    padding-left: 70px;
    color: var(--thm-gray);
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
    min-height: 20px;
}
.contact-page__checked-box input[type="checkbox"] {
    display: none;
}
.contact-page__checked-box input[type="checkbox"] + label span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 30px;
    height: 20px;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-page__checked-box label span:before {
    position: absolute;
    top: 1px;
    left: 9px;
    display: block;
    border-bottom: 2px solid #d9d9d9;
    border-right: 2px solid #d9d9d9;
    content: "";
    width: 7px;
    height: 12px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}
.contact-page__checked-box input[type="checkbox"]:checked + label span {
    border-color: #d9d9d9;
}
.contact-page__checked-box input[type="checkbox"]:checked + label span:before {
    opacity: 1;
}
.contact-page__btn-box {
    position: relative;
    display: block;
    margin-top: 38px;
}
.contact-page__btn {
    font-size: 14px;
    font-weight: 700;
    background-color: var(--thm-black);
    color: var(--thm-white);
    padding: 15px 46px 15px;
    border: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-page__btn:hover {
    color: var(--thm-white);
    background-color: var(--thm-base);
}
.counter-one {
    position: relative;
    display: block;
    padding: 0 0 90px;
}
.counter-one__single {
    position: relative;
    display: block;
    border: 1px solid #d9d9d9;
    padding: 42px 45px 40px;
    margin-bottom: 30px;
    z-index: 1;
}
.counter-one__shape-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.counter-one__single:hover .counter-one__shape-1 {
    transform: scaleY(1);
}
.counter-one__icon {
    position: relative;
    display: flex;
    align-items: center;
}
.counter-one__icon i,
.counter-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--thm-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.counter-one__count-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 18px;
    margin-bottom: 16px;
}
.counter-one__count-box h3 {
    font-size: 128px;
    font-weight: 700;
    color: var(--thm-black);
    letter-spacing: -5.12px;
    line-height: 128px !important;
    font-family: var(--thm-font) !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.counter-one__single:hover .counter-one__count-box h3 {
    color: var(--thm-white);
}
.counter-one__letter {
    position: relative;
    display: inline-block;
    font-size: 128px;
    font-weight: 700;
    color: var(--thm-black);
    letter-spacing: -5.12px;
    line-height: 128px;
    font-family: var(--thm-font);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.counter-one__single:hover .counter-one__letter {
    color: var(--thm-white);
}
.counter-one__text {
    font-size: 20px;
    line-height: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.counter-one__single:hover .counter-one__text {
    color: #999999;
}
.error-section {
    position: relative;
    text-align: center;
}
.error-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(images/icons/pattern-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    opacity: 0.05;
}
.error-section .error-title {
    position: relative;
    color: var(--thm-black);
    font-size: 200px;
    font-weight: 700;
    line-height: 1em;
    text-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}
.error-section h4 {
    color: var(--thm-black);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.error-section .text {
    color: var(--thm-gray);
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 30px;
}
.error-section .theme-btn {
    border-radius: 5px;
    font-weight: 500;
    margin: 0 10px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.faq-one {
    position: relative;
    display: block;
    padding: 120px 0 108px;
}
.faq-one__left {
    position: relative;
    display: block;
    margin-left: -136px;
    margin-right: 120px;
}
.faq-one__content-box {
    position: relative;
    display: block;
}
.faq-one__curved-circle {
    position: relative;
    height: 588px;
    width: 588px;
    border-radius: 50%;
    background-color: var(--thm-base);
    z-index: 1;
}
.faq-one__curved-circle:before {
    content: "";
    position: absolute;
    bottom: -135px;
    right: -35px;
    height: 520px;
    width: 520px;
    background-color: var(--thm-white);
    border-radius: 50%;
    z-index: -1;
}
.faq-one__curved-circle .curved-circle-3 {
    position: absolute;
    font-size: 48px;
    font-weight: 700;
    color: var(--thm-white);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: var(--thm-font-two);
    top: 60px;
    left: -85px;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transform: rotate(-20deg);
}
.faq-one__circle-box {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 374px;
    width: 374px;
    background-color: var(--thm-black);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 14px solid var(--thm-white);
}
.faq-one__img {
    position: absolute;
    bottom: -150px;
    right: -32px;
    
}
.faq-one__img img {
    width: auto;
    border-radius: 50%;
    border: 10px solid #666666;
    width:500px;
    height:500px;
}
.faq-one__right {
    position: relative;
    display: block;
}
.faq-one__right .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border-bottom: 1px solid #aaaaaa;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.faq-one__right .faq-one-accrodion .accrodion.last-child {
    border-bottom: 0;
}
.faq-one__right .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 31px 0px 32px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding-left: 85px;
}
.faq-one__right .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 24px;
    color: var(--thm-black);
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.96px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.faq-one__right .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--thm-base);
}
.faq-one__right .faq-one-accrodion .accrodion + .accrodion {
    margin-top: 0px;
}
.faq-one__right .faq-one-accrodion .accrodion-title h4::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -85px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 42px;
    height: 50px;
    background-image: url(../images/shapes/faq-one-shape-1.png);
    background-repeat: no-repeat;
    background-position: center;
}
.faq-one__right .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    background-image: url(../images/shapes/faq-one-shape-2.png);
    top: 85%;
}
.faq-one__right .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 31px;
    padding-left: 85px;
    margin-top: -7px;
}
.faq-one__right .faq-one-accrodion .accrodion-content p {
    margin: 0;
}
.feature-one {
    position: relative;
    display: block;
    z-index: 1;
}
.feature-one__inner {
    position: relative;
    display: block;
    padding: 35px 0 105px;
}
.feature-one__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
}
.feature-one__list li {
    position: relative;
    display: block;
    padding: 0 22px;
}
.feature-one__list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 98px;
    font-weight: 700;
    line-height: 98px;
    letter-spacing: -3.92px;
    text-transform: uppercase;
    color: #000;
    font-family: var(--thm-font-two);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.feature-one__list li a > span {
    color: #d9d9d9;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.feature-one__list li a:hover {
    color: var(--thm-base);
}
.feature-one__list li a:hover span {
    color: var(--thm-base);
}
.feature-two {
    position: relative;
    display: block;
    background-color: var(--thm-black);
    padding: 22px 0 21px;
    z-index: 1;
}
.feature-two__inner {
    position: relative;
    display: block;
}
.feature-two__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
	margin-bottom:0px;
}
.feature-two__list li {
    position: relative;
    display: block;
    padding: 0 22px;
}
.feature-two__list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.8px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 20px;
    color: var(--thm-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.feature-two__list li a > span {
    position: relative;
    margin-right: 5px;
    color: var(--thm-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.feature-two__list li a:hover {
    color: var(--thm-base);
}
.feature-two__list li a i {
    color: var(--thm-white);
    position: relative;
    font-size: 13px;
    margin-right: 15px;
}
.feature-three {
    position: relative;
    display: block;
    padding: 100px 0 100px;
    z-index: 1;
}
.feature-three__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
    z-index: -1;
}
.feature-three__inner {
    position: relative;
    display: block;
}
.feature-three__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
}
.feature-three__list li {
    position: relative;
    display: block;
    padding: 0 12px;
}
.feature-three__list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 138px;
    font-weight: 700;
    line-height: 138px;
    letter-spacing: -5.52px;
    text-transform: capitalize;
    color: transparent;
    -webkit-text-stroke: 1px var(--thm-gray);
    font-family: var(--thm-font-two);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.feature-three__list li a > span {
    color: #d9d9d9;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.feature-three__list li:hover a {
    -webkit-text-stroke: 1px var(--thm-base);
}
.main-footer {
    position: relative;
    display: block;
    background-color: var(--thm-black);
    padding: 100px 0px 0px;
    overflow: hidden;
    z-index: 1;
}
.main-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    z-index: -1;
}
.main-footer__top {
    position: relative;
    display: block;
    padding-bottom: 91px;
}
.footer-widget__about {
    position: relative;
    display: block;
}
.footer-widget__logo {
    position: relative;
    display: block;
    margin-bottom: 18px;
}
.footer-widget__about-text {
    color: #999999;
    font-size: 14px;
    margin-bottom: 30px;
}
.footer-widget__about-text-2 {
    color: #999999;
    font-size: 14px;
}
.footer-widget__title-box {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.footer-widget__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: var(--thm-white);
    position: relative;
    display: inline-block;
}
.footer-widget__newsletter {
    position: relative;
    display: block;
}
.footer-widget__newsletter-text {
    color: #999999;
    line-height: 26px;
    position: relative;
    display: block;
    margin-top: -6px;
}
.footer-widget__newsletter-form-input-box {
    position: relative;
    display: block;
    margin-top: 30px;
}
.footer-widget__newsletter-form-input-box input[type="email"] {
    font-size: 14px;
    height: 60px;
    width: 100%;
    background-color: rgba(var(--thm-white-rgb), 1);
    outline: none;
    color: var(--thm-gray);
    font-weight: 400;
    border: none;
    padding-right: 25px;
    padding-left: 25px;
}
.footer-widget__newsletter-btn {
    position: relative;
    border: none;
    background-color: var(--thm-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--thm-white);
    padding: 10px 30px;
    margin-top: 15px;
    width: 50px;
    height: 50px;
}
.footer-widget__newsletter-btn:hover {
    background-color: #000;
    color: #ffffff;
}
.footer-widget__newsletter-btn span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--thm-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-widget__newsletter-btn:hover span {
    color: #ffffff;
}
.footer-widget__gallery {
    position: relative;
    display: block;
}
.footer-widget__gallery-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
}
.footer-widget__gallery-list li {
    position: relative;
    display: block;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 10px;
}
.footer-widget__gallery-list li:nth-child(4) {
    margin-bottom: 0;
}
.footer-widget__gallery-list li:nth-child(5) {
    margin-bottom: 0;
}
.footer-widget__gallery-list li:nth-child(6) {
    margin-bottom: 0;
}
.footer-widget__gallery-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.footer-widget__gallery-img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--thm-black-rgb), 0.7);
    transition: all 700ms ease;
    transform: translateY(-100%);
    z-index: 1;
}
.footer-widget__gallery-list li:hover .footer-widget__gallery-img:before {
    transform: translateY(0%);
}
.footer-widget__gallery-img img {
    width: 100%;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}
.footer-widget__gallery-list li:hover .footer-widget__gallery-img img {
    transform: scale(1.1) rotate(2deg);
}
.footer-widget__gallery-img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--thm-white);
    transform: translateY(100px);
    opacity: 0;
    transition: all 700ms ease;
    z-index: 2;
}
.footer-widget__gallery-list li:hover .footer-widget__gallery-img a {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}
.footer-widget__gallery-list li .footer-widget__gallery-img a:hover {
    color: var(--thm-base);
}
.footer-widget__contact {
    position: relative;
    display: block;
}
.footer-widget__contact-text {
    font-size: 14px;
    color: #999999;
    margin-top: -10px;
    margin-bottom: 16px;
    position: relative;
    display: block;
}
.footer-widget__contact-list {
    position: relative;
    display: block;
}
.footer-widget__contact-list li {
    position: relative;
    display: block;
}
.footer-widget__contact-list li + li {
    margin-top: 6px;
}
.footer-widget__contact-list li p {
    font-size: 14px;
    color: #999999;
}
.footer-widget__contact-list li p a {
    color: #999999;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-widget__contact-list li p a:hover {
    color: var(--thm-base);
}
.site-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}
.site-footer__social a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-white);
    background-color: transparent;
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.site-footer__social a:hover {
    color: var(--thm-base);
}
.site-footer__social a + a {
    margin-left: 20px;
}
.main-footer__bottom {
    position: relative;
    display: block;
    border-top: 2px solid #333333;
    padding: 32px 0;
}
.main-footer__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
}
.main-footer__bottom-text {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    font-weight: 600;
}
.main-footer-two {
    position: relative;
    display: block;
    background-color: #000000;
    z-index: 1;
}
.main-footer-two__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.36;
    z-index: -1;
}
.main-footer-two__top {
    position: relative;
    display: block;
    padding: 100px 0 53px;
}
.main-footer-two__inner {
    position: relative;
    display: block;
}
.footer-widget-two__about {
    position: relative;
    display: block;
}
.footer-widget-two__logo {
    position: relative;
    display: block;
}
.footer-widget-two__about-text {
    font-size: 18px;
    color: #999999;
    line-height: 40px;
    margin-top: 31px;
    margin-bottom: 31px;
}
.site-footer-two__social {
    position: relative;
    display: flex;
    align-items: center;
}
.site-footer-two__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: var(--thm-black);
    border-radius: 50%;
    font-size: 17px;
    color: var(--thm-white);
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.site-footer-two__social a + a {
    margin-left: 15px;
}
.site-footer-two__social a:hover {
    color: var(--thm-white);
    background-color: var(--thm-base);
}
.site-footer-two__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--thm-base);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}
.site-footer-two__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.footer-widget-two__link {
    position: relative;
    display: block;
}
.footer-widget-two__title-box {
    position: relative;
    display: block;
    margin-bottom: 28px;
}
.footer-widget-two__title {
    font-size: 24px;
    font-weight: 600;
    color: var(--thm-white);
    line-height: 24px;
}
.footer-widget-two__link-box {
    position: relative;
    display: block;
}
.footer-widget-two__link-list {
    position: relative;
    display: block;
}
.footer-widget-two__link-list li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #999;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-widget-two__link-list li a span {
    position: relative;
    display: inline-block;
    font-size: 10px;
    color: #999;
    padding-right: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-widget-two__link-list li a:hover {
    color: var(--thm-base);
}
.footer-widget-two__link-list li a:hover span {
    color: var(--thm-base);
}
.footer-widget-two__contact {
    position: relative;
    display: block;
}
.footer-widget-two__contact-list {
    position: relative;
    display: block;
}
.footer-widget-two__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-widget-two__contact-list li + li {
    margin-top: 12px;
}
.footer-widget-two__contact-list .icon {
    position: relative;
    display: flex;
    align-items: center;
}
.footer-widget-two__contact-list .icon span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: var(--thm-base);
}
.footer-widget-two__contact-list .text {
    margin-left: 25px;
}
.footer-widget-two__contact-list .text p {
    font-size: 16px;
    color: #999;
}
.footer-widget-two__contact-list .text p a {
    color: #999;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-widget-two__contact-list .text p a:hover {
    color: var(--thm-base);
}
.main-footer-two__bottom {
    position: relative;
    display: block;
}
.main-footer-two__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid #423a3a;
    padding: 43px 0;
}
.main-footer-three {
    position: relative;
    display: block;
}
.main-footer-three .main-footer-two__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.get-in-touch {
    position: relative;
    display: block;
    padding: 0 0 103px;
}
.get-in-touch__inner {
    position: relative;
    display: block;
}
.get-in-touch__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.get-in-touch__top-img {
    position: relative;
    display: block;
    width: 180px;
    overflow: hidden;
    border-radius: 50%;
}
.get-in-touch__top-img img {
    width: 100%;
    border-radius: 50%;
}
.get-in-touch__top-btn {
    position: relative;
    display: block;
    margin-left: -50px;
}
.get-in-touch__top-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    width: 180px;
    background-color: var(--thm-base);
    border-radius: 50%;
    border-bottom-right-radius: 0;
    font-size: 70px;
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.get-in-touch__top-btn a span {
    position: relative;
    display: inline-block;
    top: 25px;
    left: 25px;
}
.get-in-touch__top-btn a:hover {
    background-color: var(--thm-black);
    color: var(--thm-white);
}
.get-in-touch__bottom {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 45px;
}
.get-in-touch__title {
    font-size: 72px;
    font-weight: 600;
    letter-spacing: -2.88px;
    line-height: 87px;
    text-transform: capitalize;
}
.get-in-touch.padding-top {
    padding: 120px 0 103px;
}
.get-in-touch-two {
    position: relative;
    display: block;
    padding: 120px 0 109px;
    z-index: 1;
}
.get-in-touch-two .container {
    max-width: 1000px;
}
.get-in-touch-two__inner {
    position: relative;
    display: block;
}
.get-in-touch-two__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.get-in-touch-two__list li {
    position: relative;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    display: flex;
    align-items: center;
}
.get-in-touch-two__list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 80px;
    height: 80px;
    background-color: #f5f5f5;
    filter: drop-shadow(6px 6px 4px rgba(0, 0, 0, 0.07));
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.get-in-touch-two__list li .icon:hover {
    background-color: var(--thm-black);
}
.get-in-touch-two__list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 43px;
    color: var(--thm-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.get-in-touch-two__list li .icon:hover span {
    color: var(--thm-white);
}
.get-in-touch-two__list li .content {
    position: relative;
    display: block;
    margin-left: 30px;
}
.get-in-touch-two__list li .content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.96px;
    margin-bottom: 8px;
}
.get-in-touch-two__list li .content p {
    font-size: 15px;
}
.get-in-touch-two__list li .content p a {
    color: var(--thm-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.get-in-touch-two__list li .content p a:hover {
    color: var(--thm-base);
}
.google-map {
    position: relative;
    display: block;
    padding: 0px 0 0px;
    z-index: 1;
}
.google-map__one {
    position: relative;
    display: block;
    width: 100%;
    height: 470px;
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: -1;
}
@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -70px;
    }
    100% {
        margin-top: 0;
    }
}
.main-header {
    position: relative;
    display: block;
    z-index: 99;
    width: 100%;
}
.main-header-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: transparent;
    z-index: 999;
}
.main-header-one.fixed-header {
    position: fixed !important;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #000000;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    animation-name: menu_sticky;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    transition: all 0.25s ease-in-out;
}
.main-header.fixed-header .main-menu__top {
    display: none;
}
.main-header.fixed-header .main-menu .navigation > li > a {
    padding: 30px 0px;
}
.main-header-one .main-header__lower {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 1;
}
.main-header-one__wrap {
    position: relative;
    display: block;
    z-index: 1;
}
.main-header__lower-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 200px;
}
.main-header-one__logo-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.main-menu__box {
    position: relative;
    display: block;
}
.main-menu__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(245, 245, 245, 0.1);
    padding: 13px 0;
}
.main-menu__contact-info {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
}
.main-menu__contact-info li {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu__contact-info li + li {
    margin-left: 25px;
}
.main-menu__contact-info li .icon {
    position: relative;
    display: flex;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu__contact-info li .icon span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--thm-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu__contact-info li .content {
    margin-left: 10px;
}
.main-menu__contact-info li .content p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--thm-white);
}
.main-menu__contact-info li .content p a {
    color: var(--thm-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu__contact-info li:hover .content p a {
    color: var(--thm-base);
}
.main-menu__social {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    font-family: "Font Awesome 5 Brands";
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    z-index: 1;
}
.main-menu__social a + a {
    margin-left: 25px;
}
.main-menu__social a:hover {
    color: var(--thm-base);
}
.main-menu__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-menu__nav-outer-box {
    position: relative;
    display: block;
}
.main-menu__nav-outer-box .nav-outer {
    position: relative;
}
.main-menu__bottom-right {
    position: relative;
    display: block;
    margin-left: 243px;
}
.main-menu__lang-and-whats-app {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu__lang-and-whats-app > li + li {
    margin-left: 10px;
}
.main-menu__lang-and-whats-app > li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border: 1px solid var(--thm-white);
    border-radius: 50%;
    font-size: 15px;
    color: var(--thm-white);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu__lang-and-whats-app > li > a:hover {
    border: 1px solid var(--thm-base);
    color: var(--thm-base);
}
.main-menu__lang-and-whats-app .nice-select {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--thm-white);
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    float: none;
    font-family: inherit;
    color: var(--thm-white);
    font-size: 15px;
    font-weight: 400;
    height: 30px;
    width: 30px !important;
    line-height: 30px;
    outline: none;
    padding-left: 0;
    padding-right: 0;
    text-align: center !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-transform: uppercase;
}
.main-menu__lang-and-whats-app .nice-select:after {
    display: none;
}
.main-menu__lang-and-whats-app .nice-select .list {
    border-radius: 10px;
    top: 115%;
}
.main-menu__lang-and-whats-app .nice-select.wide .list {
    left: auto !important;
}
.main-header .main-menu {
    position: relative;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-header .main-menu .navbar-collapse {
    padding: 0px;
    display: block;
}
.main-header .header-lower .main-menu .navigation {
    position: relative;
}
.main-header .main-menu .navigation > li {
    position: relative;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    margin-right: 40px;
}
.main-header .main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    padding: 21px 0px;
    color: var(--thm-white);
    font-size: 16px;
    text-transform: uppercase;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-header .main-menu .navigation > li.dropdown > a {
    padding-right: 16px;
}
.main-header .main-menu .navigation > li.dropdown > a:after {
    position: absolute;
    top: 50%;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-size: 13px;
    color: var(--thm-white);
    transform: translateY(-50%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 1;
}
.main-header .main-menu .navigation > li:last-child {
    margin-right: 0;
}
.main-header .main-menu .navigation > li:last-child > a {
    padding-right: 0px;
}
.main-header .main-menu .navigation > li:last-child ul {
    right: 0px;
}
.main-header .main-menu .navigation > li:hover > a,
.main-header .main-menu .navigation > li.current > a {
    opacity: 1;
    color: var(--thm-base);
}
.main-header .main-menu .navigation > li:hover > a::after,
.main-header .main-menu .navigation > li.current > a::after {
    opacity: 1;
    color: var(--thm-base);
}
.main-header .main-menu .navigation > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    padding: 22px 30px 22px;
    transform: scale(1, 0);
    transform-origin: 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    background-color: #111111;
    border-top: 3px solid var(--thm-base);
    border-bottom: 3px solid var(--thm-base);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}
.main-header .main-menu .navigation > li.dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
}
.main-header .main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}
.main-header .main-menu .navigation > li > ul > li {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    transition: all 500ms ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-header .main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}
.main-header .main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 8px 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: var(--thm-font-two);
}
.main-header .main-menu .navigation > li > ul > li > a:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 5px;
    height: 8px;
    margin: 19px 0;
    background-color: var(--thm-base);
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.main-header .main-menu .navigation > li > ul > li:hover > a {
    color: var(--thm-base);
    padding-left: 15px;
}
.main-header .main-menu .navigation > li > ul > li:hover > a::before {
    opacity: 1;
    transform: scaleX(1);
}
.main-header .main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    display: flex;
    align-items: center;
    color: rgba(245, 245, 245, 0.5);
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}
.main-header .main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: var(--thm-base);
}
.main-header .main-menu .navigation > li > ul > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 305px;
    padding: 22px 30px 22px;
    transform: scale(1, 0);
    transform-origin: 0 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    border-top-left-radius: 0;
    background-color: transparent;
    border-left: 35px solid transparent;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: opacity 0.5s ease, transform 0.3s ease, visibility 0.5s ease;
    z-index: 999;
}
.main-header .main-menu .navigation > li > ul > li > ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    border-top-left-radius: 0;
    background-color: #111111;
    border-top: 2px solid var(--thm-base);
    border-bottom: 2px solid var(--thm-base);
}
.main-header .main-menu .navigation li > ul > li.dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
}
.main-header .main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0px;
}
.main-header .main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    transition: all 500ms ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-header .main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}
.main-header .main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 8px 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: var(--thm-font-two);
}
.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: var(--thm-base);
    padding-left: 15px;
}
.main-header .main-menu .navigation > li > ul > li > ul > li > a:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 5px;
    height: 8px;
    margin: 19px 0;
    background-color: var(--thm-base);
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.main-header .main-menu .navigation > li > ul > li > ul > li > a:hover::before {
    opacity: 1;
    transform: scaleX(1);
}
.main-header .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--thm-white);
    line-height: 28px;
    border: 1px solid rgba(var(--thm-white-rgb), 0.1);
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}
.main-header__cart {
    position: relative;
    display: block;
    padding-right: 55px;
    padding-left: 70px;
}
.main-header__cart:before {
    content: "";
    position: absolute;
    top: -18px;
    bottom: -18px;
    left: 0;
    width: 1px;
    background-color: rgba(var(--thm-white-rgb), 0.4);
}
.main-header__cart a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--thm-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-header__cart a:hover {
    color: var(--thm-base);
}
.hamburger {
    position: relative;
    width: 80px;
    height: 100px;
    padding: 0 21px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    flex-direction: column;
    background-color: var(--thm-white);
}
.hamburger .top-bun {
    height: 3px;
    width: 24px;
    background-color: var(--thm-base);
    transition: all 400ms ease-in-out;
}
.hamburger .meat {
    width: 38px;
    height: 3px;
    background-color: var(--thm-base);
    margin: 7px 0 7px;
    transition: all 400ms ease-in-out;
}
.hamburger .bottom-bun {
    height: 3px;
    width: 22px;
    margin-left: auto;
    background-color: var(--thm-base);
    transition: all 400ms ease-in-out;
}
.hamburger:hover .top-bun,
.hamburger:hover .bottom-bun {
    width: 100%;
}
.main-header-two {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: transparent;
    z-index: 999;
}
.main-header-two.fixed-header {
    position: fixed !important;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #000000;
    animation-name: menu_sticky;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    transition: all 0.25s ease-in-out;
}
.main-header-two.fixed-header .main-menu-two__contact-info {
    display: none;
}
.main-header-two__wrap {
    position: relative;
    display: block;
}
.main-header-two__lower {
    position: relative;
    display: block;
}
.main-header-two__lower .container {
    position: relative;
}
.main-header-two__lower-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-header-two__logo-box {
    position: relative;
    display: block;
    padding: 28.5px 0;
}
.main-menu-two__box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main-menu-two__nav-outer-box {
    position: relative;
    display: block;
}
.main-menu__search-box {
    position: relative;
    display: block;
    margin-left: 75px;
}
.main-menu__search-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    font-size: 20px;
    color: var(--thm-white);
    border: 1px dotted var(--thm-white);
    border-radius: 50%;
    cursor: pointer;
}
.main-header.main-header-two .main-menu .navigation > li > a {
    text-transform: capitalize;
    padding: 35px 0;
}
.main-header.main-header-two .main-menu .navigation > li.dropdown > a {
    padding-right: 0;
}
.main-header.main-header-two .main-menu .navigation > li > a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 33px;
    height: 2px;
    width: 100%;
    transform: translateX(0%) scaleX(0);
    background-color: var(--thm-base);
    z-index: 1;
}
.main-header.main-header-two .main-menu .navigation > li:hover > a::before,
.main-header.main-header-two .main-menu .navigation > li.current > a::before {
    transform: translateX(0%) scaleX(1);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.main-header.main-header-two .main-menu .navigation > li.dropdown > a:after {
    display: none;
}
.main-header.main-header-two .main-menu .navigation > li:hover > a,
.main-header.main-header-two .main-menu .navigation > li.current > a {
    opacity: 1;
    color: var(--thm-base);
}
.main-header.main-header-two .navigation > li:after {
    position: absolute;
    top: 29%;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f0dd";
    font-size: 20px;
    color: var(--thm-white);
    font-weight: 700;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 1;
}
.main-header.main-header-two .navigation > li:hover:after,
.main-header.main-header-two .main-menu .navigation > li.current:after {
    opacity: 1;
    color: var(--thm-base);
}
.main-header-three {
    position: relative;
    display: block;
    background-color: #000000;
    transition: all 500ms ease;
    z-index: 999;
}
.main-header-three.fixed-header {
    position: fixed !important;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #000000;
    animation-name: menu_sticky;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    transition: all 0.25s ease-in-out;
}
.main-header-three__wrap {
    position: relative;
    display: block;
}
.main-header-three__lower {
    position: relative;
    display: block;
}
.main-header-three__lower .container {
    position: relative;
}
.main-header-three__lower-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 200px;
}
.main-header-three__logo-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -290px;
    display: flex;
    align-items: center;
}
.main-menu__call {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu__call-icon i {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: var(--thm-base);
}
.main-menu__call-icon:hover i {
    color: var(--thm-white);
}
.main-menu__call-content {
    margin-left: 15px;
}
.main-menu__call-sub-title {
    font-size: 12px;
    color: rgba(var(--thm-white-rgb), 1);
    line-height: 12px;
    letter-spacing: -0.48px;
}
.main-menu__call-number {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 6px;
    letter-spacing: -0.72px;
}
.main-menu__call-number a {
    color: var(--thm-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu__call-number a:hover {
    color: var(--thm-base);
}
.main-header.main-header-three .main-menu .navigation > li > a {
    text-transform: capitalize;
    padding: 35px 0;
}
.main-header.main-header-three .main-menu .navigation > li.dropdown > a {
    padding-right: 0;
}
.main-header.main-header-three .main-menu .navigation > li > a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 33px;
    height: 2px;
    width: 100%;
    transform: translateX(0%) scaleX(0);
    background-color: var(--thm-base);
    z-index: 1;
}
.main-header.main-header-three .main-menu .navigation > li:hover > a::before,
.main-header.main-header-three .main-menu .navigation > li.current > a::before {
    transform: translateX(0%) scaleX(1);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.main-header.main-header-three .main-menu .navigation > li.dropdown > a:after {
    display: none;
}
.main-header.main-header-three .main-menu .navigation > li:hover > a,
.main-header.main-header-three .main-menu .navigation > li.current > a {
    opacity: 1;
    color: var(--thm-base);
}
.main-header.main-header-three .navigation > li:after {
    position: absolute;
    top: 31%;
    left: 50%;
    height: 10px;
    width: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    background-image: url(../shape/main-menu-three-icon.png);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 1;
}
.main-header.main-header-three .navigation > li:hover:after,
.main-header.main-header-three .main-menu .navigation > li.current:after {
    opacity: 1;
}
.main-header .mobile-nav-toggler {
    position: relative;
    float: right;
    cursor: pointer;
    display: none;
}
.main-header .mobile-nav-toggler span {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 25px;
    color: var(--thm-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-header .mobile-nav-toggler span:hover {
    color: var(--thm-white);
}
.mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
}
.mobile-menu .nav-logo {
    position: relative;
    padding: 25px 0px 20px;
}
.mobile-menu .nav-logo img {
    max-width: 200px;
}
.mobile-menu-visible {
    overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
    visibility: visible;
}
.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .menu-box {
    position: absolute;
    left: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background-color: var(--thm-white);
    padding: 0px 30px 50px;
    z-index: 5;
    border-radius: 0px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
    left: 0px;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}
.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 15px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: var(--font-24);
    color: var(--thm-black);
    cursor: pointer;
    z-index: 10;
    font-family: "Flaticon";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}
.mobile-menu .close-btn:hover {
    opacity: 0.5;
}
.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
}
.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mobile-menu .navigation li > ul > li:last-child {
    border-bottom: none;
}
.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
    color: #111111;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    height: 44px;
    text-align: right;
    font-size: 14px;
    line-height: 44px;
    cursor: pointer;
    z-index: 5;
    color: var(--thm-black);
}
.mobile-menu .navigation li.dropdown .dropdown-btn:before {
    position: absolute;
    content: "";
    right: 0px;
    width: 8px;
    height: 9px;
    top: 50%;
    margin-top: -4px;
}
.mobile-menu .navigation li.dropdown .dropdown-btn span {
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
    display: none;
    padding-left: var(--padding-left-10);
}
.mobile-menu .navigation li > ul > li,
.mobile-menu .navigation li > ul > li > ul > li {
    margin-bottom: var(--margin-zero);
}
.mobile-menu .navigation li > ul > li > ul {
    padding-left: var(--padding-left-10);
}
.mobile-menu .navigation li > ul > li > ul > li > a {
    padding-left: 40px;
}
.main-header .mobile-menu .close-btn:hover {
    opacity: 0.5;
}
.main-header .mobile-menu .navigation li > ul > li:last-child {
    border-bottom: none;
}
.main-header .mobile-menu .cart-box {
    display: inline-block;
    margin-top: 40px;
}
.main-header .mobile-menu .navigation li > a {
    position: relative;
    display: block;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 0px;
    font-size: var(--font-14);
    color: var(--thm-black);
    text-transform: capitalize;
}
.main-header .mobile-menu .navigation li:hover > a,
.main-header .mobile-menu .navigation li.current > a {
    color: var(--thm-base);
}
.mobile-social_box {
    position: relative;
    margin-top: var(--margin-top-70);
}
.mobile-social_box li {
    position: relative;
    display: inline-block;
    margin-right: var(--margin-right-20);
}
.mobile-social_box li a {
    position: relative;
    color: var(--thm-black);
    font-size: var(--font-18);
}
.mobile-social_box li a:hover {
    color: var(--thm-base);
}
.mobile-menu .search-box .form-group {
    position: relative;
    margin: 0px;
    margin-bottom: var(--margin-bottom-10);
}
.mobile-menu .search-box .form-group input[type="text"],
.mobile-menu .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 43px;
    padding: 10px 50px 10px 25px;
    display: block;
    font-size: var(--font-14);
    width: 100%;
    height: 54px;
    font-weight: 500;
    background: none;
    color: var(--thm-black);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #f2f2f2;
}
.mobile-menu .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 56px;
    width: 60px;
    display: block;
    font-size: 18px;
    cursor: pointer;
    background: none;
    line-height: 100%;
    font-weight: normal;
    color: var(--thm-black);
    font-family: "Font Awesome 5 Pro";
}
.mobile-menu .search-box .form-group input[type="text"]:focus,
.mobile-menu .search-box .form-group input[type="search"]:focus {
    border-color: var(--thm-base);
}
.mobile-menu .search-box .form-group input::-webkit-input-placeholder {
    color: var(--thm-black);
}
.main-header .outer-box {
    position: relative;
}
.main-header.main-header-two .mobile-menu .navigation > li:after {
    display: none;
}
.main-header.main-header-three .mobile-menu .navigation > li:after {
    display: none;
}
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.search-popup .color-layer {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 120px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}
.sidenav-bar-visible .search-popup {
    width: 80%;
}
.search-active .search-popup {
    transform: translateY(0%);
    margin-top: var(--margin-zero);
}
.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0%;
    cursor: pointer;
    color: #ffffff;
    font-size: 30px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}
.search-popup .close-search:hover {
    background-color: var(--thm-base);
}
.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.search-popup form {
    position: absolute;
    max-width: 1300px;
    top: 25px;
    left: 15px;
    right: 15px;
    z-index: 999;
    margin: 0px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: var(--dark-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.search-popup .form-group {
    position: relative;
    margin: 0;
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: var(--font-18);
    line-height: 50px;
    color: var(--thm-black);
    height: 70px;
    width: 100%;
    padding: 10px 30px 10px 75px;
    background-color: var(--thm-white);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 70px;
    background: var(--thm-base);
    text-align: center;
    font-size: var(--font-24);
    color: var(--thm-white);
    padding: 0;
    cursor: pointer;
    font-family: "flaticon";
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 60px;
}
.search-popup .form-group button i {
    font-style: normal;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    background-color: var(--thm-black);
}
.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: var(--thm-black);
}
.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: var(--thm-white);
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.search-popup .close-search.style-two span {
    font-size: var(--font-20);
    color: var(--thm-white);
}
.main-header .mobile-menu .menu-box .mCSB_scrollTools {
    width: 3px;
}
.about-sidebar {
    position: fixed;
    left: -500px;
    top: 0px;
    bottom: 0px;
    width: 450px;
    z-index: 999999;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
    background-color: var(--thm-white);
}
.about-sidebar .gradient-layer {
    position: absolute;
    left: 0%;
    top: 0px;
    bottom: 0px;
    width: 0%;
    opacity: 0.6;
    z-index: -1;
    background-color: var(--thm-black);
    -webkit-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    -moz-transition: all 1300ms ease;
    transition: all 1300ms ease;
}
.about-sidebar.active .gradient-layer {
    width: 500%;
    left: 100%;
}
.about-sidebar.active {
    left: 0px;
}
.about-sidebar .image {
    position: relative;
}
.about-sidebar .image img {
    position: relative;
    width: 100%;
    display: block;
}
.close-sidebar-widget.close-button {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.99);
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms linear;
    z-index: 99999;
}
.close-sidebar-widget.close-button:hover {
    background-color: var(--thm-base);
}
.about-sidebar .sidebar-inner {
    position: relative;
    overflow-y: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 9999;
}
.about-sidebar .content-box {
    position: relative;
    padding: 30px 50px;
    background-color: #ffffff;
}
.about-sidebar h4 {
    font-weight: 400;
    color: var(--thm-black);
    margin-bottom: var(--margin-bottom-15);
}
.about-sidebar h4 span {
    font-weight: 500;
}
.about-sidebar .text {
    margin-top: var(--margin-top-10);
    margin-bottom: var(--margin-bottom-20);
}
.about-sidebar .social-box {
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 35px;
}
.about-sidebar .social-box a {
    position: relative;
    color: var(--thm-base);
    font-size: 18px;
    margin-right: 20px;
    font-family: "Font Awesome 5 Brands";
}
.about-sidebar .social-box a:hover {
    color: var(--thm-black);
}
.about-sidebar .sidebar-inner::-webkit-scrollbar {
    width: 8px;
}
.about-sidebar .sidebar-inner::-webkit-scrollbar-track {
    background: #dddddd;
}
.about-sidebar .sidebar-inner::-webkit-scrollbar-thumb {
    background-color: var(--thm-base);
}
.about-sidebar .sidebar-inner::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.about-one_list {
    position: relative;
}
.about-one_list li {
    position: relative;
    font-weight: 500;
    font-size: var(--font-14);
    text-transform: capitalize;
    padding-left: 25px;
    margin-bottom: 10px;
}
.about-one_list li:before {
    position: absolute;
    content: "\f058";
    left: 0px;
    top: 0px;
    color: var(--thm-black);
    font-family: "Font Awesome 5 Pro";
}
.sidebar-info-contents {
    position: relative;
    height: 100%;
}
.sidebar-textwidget,
.sidebar-widget-container {
    height: 100%;
}
.sidebar-info-contents .content-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media only screen and (max-width: 1340px) {
    .page-wrapper {
        overflow: hidden;
    }
}
@media only screen and (min-width: 768px) {
    .main-menu .navigation > li > ul,
    .main-menu .navigation > li > ul > li > ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .mCSB_inside > .mCSB_container {
        margin-right: var(--margin-zero);
    }
    .hamburger,
    .main-header .main-menu {
        display: none;
    }
    .main-header .mobile-nav-toggler {
        display: block;
    }
    .main-header .header-lower .nav-outer {
        position: static;
        display: none;
        margin-right: 0px;
    }
    #navbarSupportedContent {
        display: block;
    }
}
.newsletter-one {
    position: relative;
    display: block;
    padding: 120px 0 105px;
    z-index: 1;
}
.newsletter-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.newsletter-one__left {
    position: relative;
    display: block;
}
.newsletter-one__left .section-title {
    margin-bottom: 0;
}
.newsletter-one__right {
    position: relative;
    display: block;
    margin-right: 105px;
    margin-top: -2px;
}
.newsletter-one__form-box {
    position: relative;
    display: block;
}
.newsletter-one__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 3px;
}
.newsletter-one__newsletter-form {
    position: relative;
    display: block;
}
.newsletter-one__newsletter-form-input-box {
    position: relative;
    display: block;
}
.newsletter-one__newsletter-form-input-box input[type="email"] {
    font-size: 16px;
    height: 60px;
    width: 100%;
    background-color: rgba(var(--thm-white-rgb), 1);
    outline: none;
    color: var(--thm-gray);
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #dddddd;
    padding: 0px;
}
.newsletter-one__newsletter-btn {
    position: absolute;
    top: -20px;
    right: -105px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 90px;
    background-color: #d9d9d9;
    font-size: 10px;
    color: var(--thm-black);
    font-weight: 700;
    letter-spacing: -0.4px;
    border-radius: 50%;
    line-height: 13px;
    border-top-right-radius: 0;
    border: none;
    text-align: left;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.newsletter-one__newsletter-btn:hover {
    background-color: var(--thm-base);
    color: var(--thm-white);
}
.newsletter-one__newsletter-btn span {
    position: absolute;
    top: 27px;
    right: 29px;
    font-size: 17px;
}
.newsletter-two .newsletter-one__newsletter-form-input-box input[type="email"] {
    background-color: transparent;
}
.page-header {
    position: relative;
    display: block;
    padding: 200px 0 210px;
    z-index: 1;
}
.page-header__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
}
.page-header__inner h2 {
    font-size: 64px;
    font-weight: 700;
    line-height: 74px;
    color: var(--thm-white);
    text-transform: uppercase;
    font-family: var(--thm-font-two);
}
.thm-breadcrumb__box {
    position: relative;
    display: inline-block;
    margin-top: 4px;
}
.thm-breadcrumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.thm-breadcrumb li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--thm-base);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.thm-breadcrumb li + li {
    margin-left: 7px;
}
.thm-breadcrumb li a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.thm-breadcrumb li:hover a {
    color: var(--thm-base);
}
.thm-breadcrumb li span {
    position: relative;
    color: var(--thm-white);
}
.pricing-one {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 90px;
    z-index: 1;
}
.pricing-one__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.pricing-one .section-title__title {
    color: var(--thm-white);
}
.pricing-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 1;
}
.pricing-one__single:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    height: 185px;
    width: 10px;
    background-color: var(--thm-base);
    z-index: 2;
}
.pricing-one__single-inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #333333;
    border-left: 10px solid #666666;
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 50px;
    z-index: 1;
}
.pricing-one__single-inner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #111111;
    -webkit-transform: perspective(400px) rotateX(40deg) scaleY(0.7);
    -ms-transform: perspective(400px) rotateX(40deg) scaleY(0.7);
    transform: perspective(400px) rotateX(40deg) scaleY(0.7);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    opacity: 0;
    z-index: -1;
}
.pricing-one__single:hover .pricing-one__single-inner::after {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
    transform: perspective(400px) rotateX(0deg) scaleY(1);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
    opacity: 1;
}
.pricing-one__icon {
    position: relative;
    display: flex;
    align-items: center;
}
.pricing-one__icon i,
.pricing-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 80px;
    color: var(--thm-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.pricing-one__single:hover .pricing-one__icon i,
.pricing-one__single:hover .pricing-one__icon span {
    transform: scale(0.9);
}
.pricing-one__price-box {
    position: relative;
    display: block;
    margin-bottom: 26px;
    text-align: right;
}
.pricing-one__price-box p {
    margin-bottom: 5px;
}
.pricing-one__price-box h2 {
    font-size: 60px;
    font-weight: 700;
    color: var(--thm-white);
    letter-spacing: -1.2px;
    font-family: var(--thm-font-two);
    text-transform: capitalize;
    line-height: 60px;
}
.pricing-one__title-box {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid var(--thm-gray);
    padding-bottom: 9px;
    margin-bottom: 43px;
}
.pricing-one__title {
    font-size: 20px;
    font-weight: 400;
    color: var(--thm-gray);
    text-transform: uppercase;
    line-height: 20px;
}
.pricing-one__service-list-box {
    position: relative;
    display: block;
}
.pricing-one__service-list-title {
    color: var(--thm-base);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.pricing-one__service-list {
    position: relative;
    display: block;
    margin-top: 32px;
    margin-bottom: 37px;
}
.pricing-one__service-list li {
    position: relative;
    display: block;
    font-size: 16px;
    color: var(--thm-white);
    padding-left: 15px;
}
.pricing-one__service-list li + li {
    margin-top: 6px;
}
.pricing-one__service-list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 5px;
    width: 5px;
    background-color: var(--thm-white);
    border-radius: 50%;
    transform: translateY(-50%);
}
.pricing-one__arrow {
    position: relative;
    display: block;
}
.pricing-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: #444444;
    border-radius: 50%;
    font-size: 20px;
    color: var(--thm-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.pricing-one__single:hover .pricing-one__arrow a {
    background-color: var(--thm-base);
}
.process-one {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 60px;
    z-index: 1;
}
.process-one__single {
    position: relative;
    display: block;
    border-radius: 63px 0px 0px 0px;
    background: #e4e4e4;
    text-align: right;
    margin-bottom: 55px;
    padding: 50px 37px 53px;
}
.margin-top {
    margin-top: 25px;
}
.process-one__single::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    background-color: var(--thm-black);
}
.process-one__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.8px;
    text-transform: capitalize;
}
.process-one__title a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.process-one__title a:hover {
    color: var(--thm-base);
}
.process-one__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin-top: 17px;
}
.process-one__count {
    position: absolute;
    bottom: -25px;
    right: -19px;
    width: 70px;
    height: 70px;
    border-radius: 25px 25px 0px 25px;
    background: var(--thm-base);
}
.process-one__count:before {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.96px;
    text-transform: capitalize;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: translateX(-50%) translateY(-50%);
}
.sidebar-page-container {
    position: relative;
    padding: 100px 0px 80px;
}
.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}
.shop-section .items-sorting {
    position: relative;
    margin-bottom: 20px;
}
.shop-section .items-sorting .results-column,
.shop-section .items-sorting .select-column {
    margin-bottom: 20px;
}
.shop-section .items-sorting .results-column h6 {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    padding: 13px 0px;
}
.shop-section .items-sorting .form-group {
    margin-bottom: 0px;
}
.shop-section .items-sorting select {
    position: relative;
    display: block !important;
    width: 100%;
    line-height: 24px;
    padding: 9px 20px 9px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #eeeeee;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url("../images/icon-select.png") right center no-repeat;
    color: #666666;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.shop-section .items-sorting .form-group .nice-select {
    display: none;
}
.shop-section .items-sorting select option {
    text-indent: 15px;
}
.single-product-item {
    position: relative;
    display: block;
    transition: all 500ms ease;
    margin-bottom: 50px;
}
.single-product-item .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    border: 4px solid #fd5d14;
}
.single-product-item .img-holder::before {
    background: rgba(255, 255, 255, 0.2);
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    content: "";
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition: all 0.4s ease-in-out 0s;
}
.single-product-item:hover .img-holder::before {
    opacity: 1;
}
.single-product-item .img-holder img {
    transform: scale(1);
    transition: all 0.7s ease 0s;
    width: 100%;
    height: auto;
}
.single-product-item:hover .img-holder img {
    transform: scale(1.1);
}
.single-product-item .title-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 22px 0 18px;
    box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -30px;
    z-index: 9;
}
.single-product-item .title-holder .static-content {
    position: relative;
    display: block;
}
.single-product-item .title-holder .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 0 0 3px;
}
.single-product-item .title-holder .title a {
    color: #1b1b1b;
    transition: all 500ms ease;
}
.single-product-item .title-holder .static-content span {
    display: inline-block;
    padding-right: 0px;
    color: #666666;
}
.single-product-item .title-holder .static-content del {
    position: relative;
    display: inline-block;
    color: #c2c2c2;
    font-size: 16px;
    font-weight: 700;
}
.single-product-item .title-holder .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 700ms ease 300ms;
}
.single-product-item:hover .title-holder .overlay-content {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transition: all 700ms ease 100ms;
}
.single-product-item .title-holder .overlay-content ul {
    position: relative;
    display: flex;
    padding: 23px 0 23px;
    width: 153px;
    margin: 0 auto;
    transform: scale(0);
    transition: all 700ms ease 100ms;
}
.single-product-item:hover .title-holder .overlay-content ul {
    transform: scale(1);
    transition: all 700ms ease 600ms;
}
.single-product-item .title-holder .overlay-content ul li {
    position: relative;
    display: inline-block;
    float: left;
    width: 51px;
    text-align: center;
    border-right: 1px solid #ededed;
}
.single-product-item .title-holder .overlay-content ul li:last-child {
    border: none;
}
.single-product-item .title-holder .overlay-content ul li a {
    position: relative;
    display: block;
}
.single-product-item .title-holder .overlay-content ul li a:hover {
    color: #111;
}
.single-product-item .title-holder .overlay-content ul li a span {
    position: relative;
    display: block;
}
.single-product-item .title-holder .overlay-content ul li a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    color: #666666;
    font-size: 18px;
    line-height: 45px;
    margin: 0;
    transition: all 500ms ease;
}
.single-product-item .title-holder .overlay-content ul li a:hover span:before {
    color: #ffffff;
    background: #666666;
}
.single-product-item .title-holder .overlay-content ul li a .toltip-content {
    position: absolute;
    left: -50%;
    right: 0;
    top: -25px;
    margin-left: -15px;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    text-align: center;
    background-color: #0a0a0a;
    transition: all 300ms ease 100ms;
    z-index: 999;
    min-width: 130px;
}
.single-product-item .title-holder .overlay-content ul li a .toltip-content:before {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    bottom: -8px;
    right: 0;
    content: "\f0d7";
    color: #0a0a0a;
    font-size: 25px;
    text-align: center;
    line-height: 10px;
    font-weight: 900;
}
.single-product-item .title-holder .overlay-content ul li a .toltip-content p {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}
.single-product-item .title-holder .overlay-content ul li a:hover .toltip-content {
    top: -40px;
    visibility: visible;
    opacity: 1;
}
.shop-single-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 90px;
    z-index: 9;
    background-color: #ffffff;
}
.product-details .basic-details {
    position: relative;
    margin-bottom: 20px;
}
.product-details .image-column .image-carousel {
    background-color: #eeeeee;
    border-radius: 4px;
}
.product-details .image-column,
.product-details .info-column {
    margin-bottom: 50px;
}
.product-details .info-column .add-to-cart {
    padding: 13px 43px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 10px;
}
.product-details .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}
.product-details .image-column .thumbs-carousel {
    margin-top: 20px;
}
.product-details .image-column .thumbs-carousel li {
    background-color: #f2f2f2;
    text-align: center;
    padding: 0px 0px;
    cursor: pointer;
}
.product-details .image-column .thumbs-carousel li img {
    width: 100%;
    display: inline-block;
}
.product-details .image-column .owl-dots,
.product-details .image-column .owl-nav {
    display: none;
}
.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 0px;
}
.product-details .basic-details .details-header h2 {
    font-weight: 700;
    margin: 0px 0px;
    line-height: 1.4em;
    color: #222222;
    margin-bottom: 8px;
}
.product-details .basic-details .details-header h2 a {
    color: #333333;
}
.product-details .basic-details .details-header .rating {
    font-size: 16px;
    margin-bottom: 25px;
    display: inline-block;
}
.product-details .basic-details .details-header .rating span {
    color: #fd5d14;
}
.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
    margin-right: 1px;
}
.product-details .basic-details .details-header .rating .fa.light {
    color: #dadada;
}
.product-details .basic-details .details-header .item-price {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    color: #222222;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.product-details .basic-details .text {
    position: relative;
    color: #666666;
    font-size: 14px;
    line-height: 1.9em;
    margin-bottom: 30px;
}
.product-details .basic-details .availablity {
    position: relative;
    float: left;
    padding-right: 40px;
    line-height: 32px;
    margin-bottom: 27px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #777777;
}
.product-details .basic-details .availablity strong {
    font-size: 14px;
    letter-spacing: 2px;
    color: #11da61;
    font-weight: 600;
    text-transform: uppercase;
}
.product-details .basic-details .item-quantity {
    position: relative;
    float: left;
    width: 120px;
    margin-bottom: 15px;
    margin-right: 20px;
    border: 1px solid #eae8e8;
}
.product-details .basic-details .btns-box {
    position: relative;
}
.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
    line-height: 24px;
    padding: 10px 15px !important;
    height: 54px !important;
    box-shadow: none !important;
}
.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 13px 10px;
    background: #f4f5f6;
}
.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
    top: 1px;
}
.shop-list {
    position: relative;
    margin-top: 20px;
}
.shop-list li {
    position: relative;
    color: #666666;
    font-size: 14px;
    margin-bottom: 10px;
}
.shop-list li strong {
    color: #222222;
    font-size: 16px;
    margin-right: 5px;
    text-transform: uppercase;
}
.shop-list li a {
    position: relative;
    color: #fd5d14;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0px;
    display: inline-block;
    text-transform: uppercase;
}
.shop-page .prod-tabs {
    position: relative;
}
.shop-page .prod-tabs .tab-btns {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.shop-page .prod-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    margin-right: 8px;
    font-size: 16px;
    background: none;
    color: #222222;
    border: 1px solid #222222;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 12px;
    display: inline-block;
    padding: 12px 40px 10px;
    transition: all 500ms ease;
}
.shop-page .prod-tabs .tab-btns .tab-btn:hover,
.shop-page .prod-tabs .tab-btns .tab-btn.active-btn {
    color: #ffffff;
    background: #222222;
    border-color: #222222;
}
.shop-page .prod-tabs .tabs-content {
    position: relative;
}
.shop-page .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
}
.shop-page .prod-tabs .tabs-content .tab.active-tab {
    display: block;
}
.shop-page .prod-tabs .tabs-content .tab p {
    font-size: 14px;
    line-height: 2em;
    color: #666666;
    margin-bottom: 20px;
}
.shop-page .prod-tabs .tabs-content .tab p:last-child {
    margin-bottom: 0px;
}
.shop-page .prod-tabs .tabs-content .tab h3,
.shop-page .prod-tabs .tabs-content .tab h4,
.shop-page .prod-tabs .tabs-content .tab h5,
.shop-page .prod-tabs .tabs-content .tab h6 {
    margin-bottom: 15px;
}
.shop-page .prod-tabs .tabs-content .tab h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
}
.shop-page .prod-tabs .reviews-container {
    position: relative;
    padding-bottom: 1px;
}
.shop-page .prod-tabs .reviews-container .review-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 120px;
    min-height: 130px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.shop-page .prod-tabs .reviews-container .review-box:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
}
.bootstrap-touchspin .input-group-btn-vertical {
    width: auto;
    right: 0px;
    position: absolute;
}
.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f106";
    font-size: 18px;
    font-style: normal;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f107";
    font-size: 18px;
    font-style: normal;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.shop-page .prod-tabs .reviews-container .rev-thumb {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 3px;
    margin-bottom: 20px;
}
.shop-page .prod-tabs .reviews-container .rev-thumb img {
    display: block;
    width: 100%;
    border-radius: 3px;
}
.shop-page .prod-tabs .reviews-container .rev-content {
    position: relative;
    background: #ffffff;
}
.shop-page .prod-tabs .reviews-container .rev-header {
    position: relative;
}
.shop-page .prod-tabs .reviews-container .rev-header h4 {
    float: left;
    line-height: 30px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.shop-page .prod-tabs .reviews-container .rev-header .rating {
    position: relative;
    float: left;
    margin-left: 40px;
    color: #fd5d14;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
}
.shop-page .prod-tabs .reviews-container .rev-header .rating .fa {
    margin-right: 3px;
}
.shop-page .prod-tabs .reviews-container .rev-header .time {
    position: relative;
    float: right;
    color: #000000;
    line-height: 30px;
    font-size: 14px;
}
.shop-page .prod-tabs .reviews-container .rev-option {
    font-size: 14px;
    color: #9e9e9e;
}
.shop-page .prod-tabs .reviews-container .rev-option a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.shop-page .prod-tabs .reviews-container .rev-text {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 1.8em;
    margin-bottom: 15px;
}
.shop-page .prod-tabs .add-review {
    position: relative;
    margin: 30px 0px 20px;
    font-size: 14px;
}
.shop-page .prod-tabs .add-review h2 {
    color: #000000;
}
.shop-page .prod-tabs .add-review .rating {
    position: relative;
    padding-top: 8px;
}
.shop-page .prod-tabs .add-review .rating .rate-box {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #555555;
}
.shop-page .prod-tabs .add-review .rating .rate-box:hover,
.shop-page .prod-tabs .add-review .rating .rate-box:focus,
.shop-page .prod-tabs .add-review .rating .rate-box:active {
    color: #fd5d14;
}
.shop-page .prod-tabs .add-review label {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #303030;
}
.shop-page .prod-tabs .add-review h3 {
    margin-bottom: 20px;
}
.shop-page .prod-tabs .add-review .form-group {
    position: relative;
    margin-bottom: 20px;
}
.shop-page .prod-tabs .add-review .form-group input[type="text"],
.shop-page .prod-tabs .add-review .form-group input[type="password"],
.shop-page .prod-tabs .add-review .form-group input[type="tel"],
.shop-page .prod-tabs .add-review .form-group input[type="email"],
.shop-page .prod-tabs .add-review .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.shop-page .prod-tabs .add-review .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 8px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    height: 150px;
    resize: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.shop-page .prod-tabs .add-review button {
    padding: 8px 35px;
}
.cart-section {
    position: relative;
    z-index: 9;
    background-color: #ffffff;
    padding: 100px 0px 120px;
}
.cart-section .cart-outer {
    position: relative;
}
.cart-section .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto !important;
}
.cart-section .table-outer::-webkit-scrollbar {
    height: 5px;
}
.cart-section .table-outer::-webkit-scrollbar-track {
    background-color: #cae6f7;
    border-radius: 5px;
}
.cart-section .table-outer::-webkit-scrollbar-button,
.cart-section .table-outer::-webkit-scrollbar-thumb {
    background-color: #ed6700;
    border-radius: 5px;
}
.cart-section .cart-table {
    width: 100%;
    min-width: 900px;
    border: 1px solid #eeeeee;
}
.cart-section .cart-table tbody tr {
    border-bottom: 1px solid #eeeeee;
}
.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0px;
    background: #fd5d14;
    color: #1f1f1f;
}
.cart-table thead tr th {
    line-height: 24px;
    padding: 20px 15px;
    min-width: 120px;
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
}
.cart-table thead tr th.prod-column {
    text-align: left;
    padding-left: 40px;
}
.cart-table tbody tr td {
    line-height: 24px;
    padding: 40px 40px 40px;
    min-width: 100px;
}
.cart-table tbody tr .qty {
    width: 90px;
    padding-right: 40px;
    padding-left: 10px;
}
.cart-table tbody tr .qty .quantity-spinner {
    background: #f5f5f5;
}
.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 100px;
    padding-left: 130px;
    padding-top: 40px;
    text-align: left;
}
.column.default-column .cart-table tbody tr .qty {
    width: 110px;
    padding-right: 20px;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    width: 100px;
    left: 0px;
    top: 0px;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}
.cart-table tbody tr .prod-column .column-box h6 {
    color: #222222;
    font-weight: 500;
    margin-bottom: 5px;
}
.cart-table tbody tr .sub-total {
    font-weight: 400;
    color: #222222;
    font-size: 18px;
    padding-left: 20px;
}
.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 18px;
    color: #fd5d14;
    display: inline-block;
    transition: all 500ms ease;
}
.cart-table tbody tr .remove-btn .fa {
    position: relative;
    top: 2px;
    font-size: 10px;
    line-height: 14px;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: #f0f0f0;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    text-indent: 100px;
}
.cart-table tbody tr .remove-btn:hover .fa {
    text-indent: 0px;
    background: #fa9928;
}
.cart-table tbody tr td {
    vertical-align: middle;
}
.cart-table tbody tr td.price {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    padding-left: 10px;
}
.cart-table tbody tr td .quantity-spinner {
    padding: 5px 0px 5px 20px;
    line-height: 24px;
    height: 34px;
    display: block;
    width: 100%;
    position: relative;
}
.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px;
    color: #727272;
    font-size: 16px;
}
.cart-table tbody .available-info .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #3e4494;
    border-radius: 50%;
}
.cart-section .coupon-outer {
    position: relative;
    margin: 40px 0px 50px;
}
.cart-section .coupon-outer .cart-btn {
    font-size: 14px;
    padding: 14px 43px;
    font-weight: 400;
    cursor: pointer;
    transition: all 500ms ease;
}
.cart-section .apply-coupon {
    position: relative;
}
.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 20px;
}
.cart-section .apply-coupon .form-group .coupon-btn {
    padding: 11px 28px;
    line-height: 30px;
    cursor: pointer;
}
.cart-section .apply-coupon .form-group input[type="text"] {
    display: block;
    line-height: 26px;
    padding: 12px 0px;
    border-bottom: 2px solid #fd5d14;
    height: 54px;
    width: 230px;
    background: none;
    font-size: 14px;
}
.cart-section .estimate-form {
    position: relative;
}
.cart-section .sec-title {
    margin-bottom: 25px;
}
.cart-section .sec-title h2 {
    font-size: 26px;
    color: #222222;
}
.cart-section .estimate-form .row {
    margin-left: -7px;
    margin-right: -7px;
}
.cart-section .estimate-form .row .form-group {
    padding: 0px 7px !important;
    margin-bottom: 30px;
}
.cart-section .cart-note {
    position: relative;
    margin-bottom: 50px;
    padding: 16px 20px;
    text-align: center;
    border: 1px dashed #b2dd4c;
    background: #f4f4f4;
    line-height: 1.7em;
}
.product-details .basic-details .item-quantity input[type="text"],
.cart-table tbody tr .qty input[type="text"] {
    position: relative;
    line-height: 46px;
    height: 46px;
    background: #f4f4f4;
    width: auto;
    max-width: 100%;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    height: 24px;
    background: #e9e9e9;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    left: 6px;
    top: 6px;
}
.cart-total-box {
    position: relative;
    max-width: 490px;
    margin-bottom: 40px;
    padding: 40px 40px 30px;
    background-color: #f4f4f4;
}
.cart-total-box h4 {
    position: relative;
    color: #222222;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 25px;
}
.totals-table {
    position: relative;
}
.totals-table li {
    position: relative;
    color: #222222;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
}
.totals-table li .col {
    float: right;
    width: auto;
}
.totals-table li .col-title {
    font-weight: 600;
    float: left;
}
.totals-table li.total {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #cccccc;
}
.checkout-btn {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 17px 43px 14px;
    cursor: pointer;
    background-color: #fd5d14;
}
.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
    line-height: 24px;
    padding: 10px 15px !important;
    height: 54px !important;
    box-shadow: none !important;
}
.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 13px 10px;
    background: #f4f5f6;
    border: 0px;
}
.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
    top: 1px;
}
.cart-section .coupon-outer {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cart-section .coupon-outer .btn--primary {
    color: #ffffff !important;
}
.cart-section .coupon-outer .btn--primary span {
    color: #ffffff;
    line-height: 1;
}
.cart-section .coupon-outer .btn--primary::before {
    background-color: #161616;
}
.cart-section .coupon-outer .btn--primary:hover {
    color: #ffffff;
}
.cart-section .btn--primary {
    color: #ffffff !important;
}
.cart-section .btn--primary span {
    color: #ffffff;
    line-height: 1;
}
.cart-section .btn--primary::before {
    background-color: #161616;
}
.cart-section .btn--primary:hover {
    color: #ffffff;
}
.cart-section .apply-coupon {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.bootstrap-touchspin .input-group-btn-vertical {
    width: auto !important;
    right: 2px;
    position: absolute !important;
    padding-top: 3px;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    color: #161616;
    padding: 0px 14px !important;
}
.input-group-btn-vertical {
    padding-top: 6px;
}
.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f106";
    font-size: 18px;
    font-style: normal;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f107";
    font-size: 18px;
    font-style: normal;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.checkout-page {
    position: relative;
    z-index: 9;
    background-color: #ffffff;
    padding: 100px 0px 80px;
}
.checkout-page .default-links {
    position: relative;
    margin-bottom: 40px;
}
.checkout-page .default-links li {
    margin-bottom: 15px;
    line-height: 24px;
    padding: 18px 28px;
    background: #f9f9f9;
    color: #797979;
    font-size: 17px;
    font-weight: 600;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
.checkout-page .default-links li a {
    color: #fd5d14;
    text-decoration: underline;
}
.shop-form .billing-inner {
    position: relative;
    padding-right: 100px;
}
.shop-form .sec-title h2 {
    font-size: 24px;
}
.shop-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.billing-details .shop-form .sec-title {
    margin-bottom: 20px;
}
.billing-details .shop-form .form-group.sec-title {
    margin-bottom: 10px;
    padding-bottom: 30px;
    margin-top: 20px;
}
.shop-form .form-group .field-label {
    display: block;
    line-height: 24px;
    margin-bottom: 8px;
    color: #797979;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}
.shop-form .form-group .field-label sup {
    position: relative;
    top: 0px;
    color: #797979;
    font-size: 16px;
}
.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    line-height: 16px;
    padding: 10px 15px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.shop-form input.address-two {
    margin-top: 12px;
}
.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder {
    color: #c6c6c6;
}
.shop-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #ffffff url("../images/icon-select.png") right center no-repeat;
    cursor: pointer;
    display: block !important;
}
.shop-form .nice-select {
    display: none;
}
.shop-form select option {
    text-indent: 15px;
}
.shop-form textarea {
    resize: none;
    height: 100px !important;
    overflow: hidden;
}
.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
    border-color: #fd5d14;
}
.shop-order-box {
    position: relative;
    padding: 20px 28px 50px;
    border: 1px solid #d9d9d9;
    background-color: #fdfdfd;
    border-radius: 5px;
}
.shop-order-box .order-list {
    position: relative;
}
.shop-order-box .order-list li {
    position: relative;
    color: #797979;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.shop-order-box .order-list li span {
    float: right;
    width: 35%;
    text-align: left;
    font-size: 17px;
    text-transform: capitalize;
}
.shop-order-box .order-list li span.dark {
    color: #242424;
}
.shop-order-box .order-list li.total {
    padding: 8px 0px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.checkout-page .payment-options li {
    position: relative;
    margin-bottom: 15px;
}
.checkout-page .payment-options li .radio-option {
    position: relative;
}
.checkout-page .payment-options li .radio-option label {
    position: relative;
    display: block;
    padding-left: 30px;
    font-weight: 600 !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #797979;
    cursor: pointer;
    font-size: 15px;
}
.checkout-page .payment-options li .radio-option label strong {
    font-weight: 500;
    display: inline-block;
    color: #797979;
    font-size: 15px;
}
.checkout-page .payment-options li .radio-option input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 8px;
}
.checkout-page .payment-options li .radio-option #payment-3 {
    top: 9px;
}
.checkout-page .payment-options li .what-paypall {
    font-size: 13px;
    font-weight: 500;
    margin-left: 15px;
    color: #4349d9;
}
.checkout-page .payment-options li .radio-option label .small-text {
    position: relative;
    display: none;
    padding: 18px 26px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
    color: #8e8d8d;
    border-radius: 4px;
    line-height: 20px;
    line-height: 1.8em;
    margin-top: 20px;
    margin-left: -30px;
    background-color: #ececec;
}
.checkout-page .payment-options li .radio-option label .small-text:before {
    position: absolute;
    content: "";
    left: 24px;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #ececec;
}
.checkout-page .payment-options li .radio-option input[type="radio"]:checked + label .small-text {
    display: block;
}
.checkout-page .payment-options li .radio-option label img {
    position: relative;
    top: -3px;
    display: inline-block;
    max-width: 100%;
    padding-left: 30px;
}
.checkout-page .payment-options li .radio-option label img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding-left: 30px;
}
.register-section {
    position: relative;
    z-index: 9;
    background-color: #ffffff;
    padding: 60px 0px 40px;
}
.register-section .form-column {
    margin-bottom: 40px;
}
.register-section .form-column .sec-title {
    position: relative;
    margin-bottom: 30px;
}
.styled-form {
    position: relative;
}
.styled-form .submit-text {
    font-size: 15px;
    color: #9e9e9e;
    font-weight: 400;
    margin-top: 10px;
}
.styled-form .form-group {
    position: relative;
    margin-bottom: 30px;
    font-size: 14px;
    color: #848484;
}
.checkout-section .styled-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.styled-form .form-group .check-box {
    line-height: 24px;
    font-size: 15px;
    font-weight: normal;
    padding-top: 5px;
    color: #272727;
}
.styled-form .form-group .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0px;
    font-size: 15px;
    cursor: pointer;
}
.styled-form .pull-left label,
.styled-form .pull-right label {
    cursor: pointer;
}
.styled-form .form-group .adon-icon {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #999999;
    z-index: 2;
}
.styled-form .form-group .field-label {
    display: block;
    color: #272727;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 400;
}
.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    line-height: 30px;
    padding: 8px 20px;
    height: 50px;
    border: 1px solid #f4f4f4;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.checkout-section .styled-form input[type="text"],
.checkout-section .styled-form input[type="email"],
.checkout-section .styled-form input[type="password"],
.checkout-section .styled-form select {
    line-height: 26px;
    height: 44px;
}
.styled-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #ffffff url("../images/icon-select.png") right center no-repeat;
    cursor: pointer;
}
.styled-form select option {
    text-indent: 20px;
}
.styled-form textarea {
    resize: none;
    height: 110px;
}
.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus {
    border-color: #fd5d14;
}
.styled-form .form-group .theme-btn {
    min-width: 150px;
    text-align: center;
    padding: 11px 34px;
    border-radius: 0px;
    cursor: pointer;
}
.styled-form .remember-me {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
}
.social-links-two a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
    background: #fc721e;
    margin: 0px 0px 0px 5px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.social-links-two a:hover {
    opacity: 0.8;
}
.social-links-two .facebook {
    background: #3b5998;
}
.social-links-two .twitter {
    background: #33ccfe;
}
.social-links-two .google-plus {
    background: #dd4b39;
}
.slick-slide {
    margin: 0px 12px;
}
.project-one {
    position: relative;
    display: block;
    padding: 120px 0 109px;
    z-index: 1;
}
.project-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.project-one__img-box {
    position: relative;
    display: block;
}
.project-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.project-one__img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--thm-black-rgb), 0.1);
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 1;
}
.project-one__single:hover .project-one__img:before {
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}
.project-one__img::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--thm-black-rgb), 0.2);
    visibility: hidden;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 1;
}
.project-one__single:hover .project-one__img::after {
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}
.project-one__img img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1);
}
.project-one__single:hover .project-one__img img {
    transform: scale(1.05);
}
.project-one__content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-position: bottom left;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    z-index: 2;
}
.project-one__single:hover .project-one__content {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.project-one__sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -0.48px;
    border-top-right-radius: 15px;
    border-left: 1px solid #ff5c00;
    background: var(--thm-white);
    position: relative;
    display: inline-block;
    padding: 10px 12px 9px;
}
.project-one__title {
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.64px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    background: var(--thm-base);
    padding: 2px 12px 3px;
    padding-right: 26px;
}
.project-one__title a {
    color: var(--thm-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-one__title a:hover {
    color: var(--thm-black);
}
.project-one__view {
    position: absolute;
    top: 30px;
    right: 30px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}
.project-one__single:hover .project-one__view {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-delay: 500ms;
    opacity: 1;
}
.project-one__view-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.8;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}
.project-one__view-shape > img {
    width: auto;
    max-width: none;
}
.project-one__view a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.48px;
    color: var(--thm-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-one__view a span {
    position: absolute;
    top: 16px;
    right: 13px;
    font-size: 24px;
    transform: rotate(-130deg);
}
.project-one__single-2 {
    margin-top: -230px;
}
.project-one__single-4 {
    margin-top: -29px;
}
.project-one__btn-box {
    text-align: right;
    padding-top: 15px;
    position: relative;
    display: block;
}
.project-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}
.project-two__top {
    position: relative;
    display: block;
    margin-bottom: 55px;
}
.project-two__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.project-two__top-left {
    position: relative;
    display: block;
}
.project-two__top-left .section-title {
    margin-bottom: 0;
}
.project-two__btn-box {
    position: relative;
    display: block;
}
.project-two__bottom {
    position: relative;
    display: block;
}
.project-two__bottom-wrap {
    position: relative;
    display: block;
    padding: 0 40px;
}
.project-two__carousel {
    position: relative;
    display: block;
}
.project-two__single {
    position: relative;
    display: block;
}
.project-two__img-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.project-two__img-box:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    z-index: 1;
}
.project-two__single:hover .project-two__img-box:before {
    opacity: 1;
}
.project-two__img-box img {
    width: 100%;
    transform: scale(1.01);
    transition: transform 0.5s cubic-bezier(0.27, 0.48, 0.45, 0.94);
    transform-origin: 70% 80%;
}
.project-two__single:hover .project-two__img-box img {
    transform: scale(1.036);
    transition-duration: 0.9s;
}
.project-two__content {
    position: absolute;
    bottom: 40px;
    left: 30px;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom;
    z-index: 3;
}
.project-two__single:hover .project-two__content {
    transform: perspective(400px) scaleY(1);
}
.project-two__sub-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    background-color: var(--thm-white);
    font-size: 14px;
    color: var(--thm-gray);
    letter-spacing: -0.56px;
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-right-radius: 15px;
    border-left: 1px solid var(--thm-base);
}
.project-two__title {
    position: relative;
    display: block;
}
.project-two__title a {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: var(--thm-white);
    background-color: var(--thm-base);
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-two__title a:hover {
    color: var(--thm-black);
}
.project-two__arrow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}
.project-two__single:hover .project-two__arrow {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}
.project-two__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    background-color: rgba(var(--thm-base-rgb), 0.8);
    border-radius: 50%;
    font-size: 35px;
    color: var(--thm-white);
}
.project-three {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 0;
    z-index: 2;
}
.project-three .section-title {
    margin-bottom: 60px;
}
.project-three__inner {
    position: relative;
    display: block;
}
.project-three__project-list {
    position: relative;
    display: block;
}
.project-three__project-list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dcdbdb;
    padding: 27px 0 27px;
}
.project-three__project-list li:first-child {
    border-top: 1px solid #dcdbdb;
}
.project-three__title-box {
    position: relative;
    display: flex;
    align-items: center;
}
.project-three__count {
    position: relative;
    display: block;
}
.project-three__count:before {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -1.44px;
    text-transform: capitalize;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-three__project-list li:hover .project-three__count:before {
    color: var(--thm-gray);
}
.project-three__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -1.44px;
    text-transform: capitalize;
    padding-left: 100px;
}
.project-three__title a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-three__project-list li:hover .project-three__title a {
    color: var(--thm-base);
}
.project-three__arrow {
    position: relative;
    display: inline-block;
}
.project-three__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: var(--thm-black);
    border-radius: 50%;
    font-size: 39px;
    color: var(--thm-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-three__project-list li:hover .project-three__arrow a {
    color: var(--thm-white);
    background-color: var(--thm-base);
    transform: rotate(45deg);
}
.project-three__hover-img {
    position: absolute;
    top: 50%;
    right: 160px;
    transform: translateY(-50%);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    pointer-events: none;
    -webkit-animation: inactiveImageAnimation 1s forwards ease;
    animation: inactiveImageAnimation 1s forwards ease;
    z-index: 2;
}
.project-three__project-list li:hover .project-three__hover-img {
    -webkit-animation: activeImageAnimation 1s forwards ease;
    animation: activeImageAnimation 1s forwards ease;
}
.project-three__hover-img img {
    width: 235px;
    height: 320px;
    object-fit: cover;
}
@keyframes inactiveImageAnimation {
    0% {
        clip-path: inset(0 0 0 0);
    }
    100% {
        clip-path: inset(0 0 0 100%);
    }
}
@keyframes activeImageAnimation {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}
.project-details {
    position: relative;
    display: block;
    padding: 112px 0 120px;
    z-index: 1;
}
.project-details__inner {
    position: relative;
    display: block;
}
.project-details__sub-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.8px;
    color: #ff2756;
    text-transform: uppercase;
}
.project-details__title {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -2.4px;
    text-transform: capitalize;
    margin-top: 9px;
    margin-bottom: 47px;
}
.project-details__img {
    position: relative;
    display: block;
}
.project-details__img img {
    width: 100%;
}
.project-details__content {
    position: relative;
    display: block;
    margin-top: 48px;
    margin-bottom: 74px;
}
.project-details__category {
    position: relative;
    display: block;
}
.project-details__category-list {
    position: relative;
    display: block;
}
.project-details__category-list li {
    position: relative;
    display: block;
}
.project-details__category-list li + li {
    margin-top: 36px;
}
.project-details__category-list li > h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
}
.project-details__category-list li > p {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
}
.project-details__content-right {
    position: relative;
    display: block;
}
.project-details__content-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
}
.project-details__content-text {
    margin-top: 28px;
    margin-bottom: 35px;
}
.project-details__content-points-box {
    position: relative;
    display: flex;
    align-items: center;
}
.project-details__content-points {
    position: relative;
    display: block;
}
.project-details__content-points-2 {
    margin-left: 180px;
}
.project-details__content-points li {
    position: relative;
    display: flex;
    align-items: center;
}
.project-details__content-points li + li {
    margin-top: 18px;
}
.project-details__content-shape {
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--thm-black);
    margin-right: 14px;
}
.project-details__content-points p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.8px;
    text-transform: capitalize;
    color: var(--thm-black);
}
.project-details__img-box {
    position: relative;
    display: block;
}
.project-details__img-box-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.project-details__img-box-img img {
    width: 100%;
}
.project-details__bottom-text {
    font-size: 25px;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
    color: var(--thm-base);
    text-align: center;
    font-family: var(--thm-font-two);
    margin-top: 38px;
    margin-bottom: 84px;
}
.project-details__bottom {
    position: relative;
    display: block;
}
.project-details__bottom-img {
    position: relative;
    display: block;
}
.project-details__bottom-img img {
    width: 100%;
}
.project-details__bottom-right {
    position: relative;
    display: block;
    margin-left: 45px;
    margin-top: 23px;
}
.project-details__bottom-right > p {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    text-transform: capitalize;
}
.project-details__bottom-points {
    position: relative;
    display: block;
    margin-top: 50px;
}
.project-details__bottom-points li {
    position: relative;
    display: flex;
    align-items: center;
}
.project-details__bottom-points li + li {
    margin-top: 18px;
}
.project-details__bottom-points-shape {
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--thm-black);
    margin-right: 12px;
}
.project-details__bottom-points li > p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--thm-black);
}
.project-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}
.services-one {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 28px;
    z-index: 1;
}
.services-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.services-one .section-title {
    margin-bottom: 65px;
}
.services-one__single {
    position: relative;
    display: block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 92px;
    padding-bottom: 21px;
    padding-top: 25px;
    z-index: 1;
}
.services-one__img {
    position: absolute;
    bottom: 110px;
    right: 165px;
    transform: rotate(-15deg);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    pointer-events: none;
    -webkit-animation: inactiveImageAnimation 1s forwards ease;
    animation: inactiveImageAnimation 1s forwards ease;
    z-index: -1;
}
.services-one__img img {
    width: auto;
    border: 3px solid #fff;
    box-shadow: 19px 16px 10px 0px rgba(0, 0, 0, 0.07);
}
.services-one__single:hover .services-one__img {
    -webkit-animation: activeImageAnimation 1s forwards ease;
    animation: activeImageAnimation 1s forwards ease;
}
.services-one__count {
    position: relative;
    display: inline-block;
}
.services-one__count:before {
    position: relative;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    counter-increment: count;
    content: "0" counter(count);
    color: var(--thm-white);
    -webkit-text-stroke: 1px var(--thm-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-one__single:hover .services-one__count:before {
    -webkit-text-stroke: 1px var(--thm-base);
}
.services-one__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.72px;
    margin-top: 19px;
    margin-bottom: 20px;
}
.services-one__title a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-one__single:hover .services-one__title a {
    color: var(--thm-base);
}
.services-one__arrow {
    position: absolute;
    top: 0;
    right: 50px;
}
.services-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    font-size: 34px;
    color: var(--thm-white);
    background-color: #d9d9d9;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-one__single:hover .services-one__arrow a {
    color: var(--thm-white);
    background-color: var(--thm-black);
}
.services-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    counter-reset: count;
    overflow: hidden;
    z-index: 1;
}
.services-two__inner-box {
    position: relative;
    display: block;
}
.services-two__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
    z-index: -1;
}
.services-two__left {
    position: relative;
    display: block;
}
.services-two__left .section-title {
    margin-bottom: 112px;
}
.services-two__img-box {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 430px;
    height: 275px;
    border: 3px solid #ffffff;
    transform: rotate(-13deg);
    z-index: 9999;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    pointer-events: none;
    -webkit-animation: inactiveImageAnimation2 1s forwards ease;
    animation: inactiveImageAnimation2 1s forwards ease;
    box-shadow: 19px 16px 10px 0px rgba(0, 0, 0, 0.07);
}
.services-two__img-box img{
	width: 430px;
    height: 275px;	
}
.cs-hover_tab-2.active .services-two__img-box {
    -webkit-animation: activeImageAnimation2 1s forwards ease;
    animation: activeImageAnimation2 1s forwards ease;
}
.services-two__inner-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 440px;
    height: 315px;
    background-color: var(--thm-base);
    z-index: -1;
}
.services-two__right {
    position: static;
    display: block;
}
.services-two__list {
    position: static;
    display: block;
}
.services-two__list li {
    position: static;
    display: flex;
}
.services-two__icon {
    position: relative;
    display: block;
}
.services-two__icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    background-color: #d9d9d9;
    font-size: 26px;
    color: var(--thm-white);
    border-radius: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-two__list li:hover .services-two__icon a {
    background-color: var(--thm-black);
}
.cs-hover_tab-2.active .services-two__icon a {
    background-color: var(--thm-black);
}
.services-two__list li:last-child .services-two__content {
    margin-bottom: 0;
}
.services-two__content {
    position: relative;
    display: block;
    margin-left: 70px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 25px;
    margin-bottom: 33px;
}
.services-two__title-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.services-two__count {
    position: relative;
    display: block;
    width: 30px;
    height: 20px;
}
.services-two__count:before {
    position: relative;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    counter-increment: count;
    content: "0" counter(count);
    color: var(--thm-white);
    -webkit-text-stroke: 1px var(--thm-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-two__list li:hover .services-two__count:before {
    -webkit-text-stroke: 1px var(--thm-base);
}
.cs-hover_tab-2.active .services-two__count:before {
    -webkit-text-stroke: 1px var(--thm-base);
}
.services-two__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin-left: 40px;
}
.services-two__title a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-two__list li:hover .services-two__title a {
    color: var(--thm-base);
}
.cs-hover_tab-2.active .services-two__title a {
    color: var(--thm-base);
}
@keyframes inactiveImageAnimation2 {
    0% {
        clip-path: inset(0 0 0 0);
    }
    100% {
        clip-path: inset(0 0 0 100%);
    }
}
@keyframes activeImageAnimation2 {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}
.services-three {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 2;
}
.services-three__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
    z-index: -1;
}
.services-three__top {
    position: relative;
    display: block;
    margin-bottom: 45px;
}
.services-three__top .section-title {
    margin-bottom: 0px;
}
.services-three__left {
    position: relative;
    display: block;
}
.services-three__right {
    position: relative;
    display: block;
    margin-top: 20px;
}
.services-three__btn-box {
    position: relative;
    display: block;
    margin-top: 39px;
}
.services-three__bottom {
    position: relative;
    display: block;
}
.services-three__carousel {
    position: relative;
    display: block;
}
.services-three__single {
    position: relative;
    display: block;
}
.services-three__img-box {
    position: relative;
    display: block;
}
.services-three__img {
    position: relative;
    display: block;
    overflow: hidden;
}
.services-three__img::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    background: linear-gradient(0deg, #000000 100%, rgba(255, 255, 255, 0) 20%);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.services-three__single:hover .services-three__img::before {
    transform: scaleY(1);
}
.services-three__img img {
    width: 100%;
    transform: scale(1.01);
    transition: transform 0.5s cubic-bezier(0.27, 0.48, 0.45, 0.94);
    transform-origin: 70% 80%;
}
.services-three__single:hover .services-three__img img {
    transform: scale(1.036);
    transition-duration: 0.9s;
}
.services-three__title-box {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 50px;
    background-color: rgba(var(--thm-base-rgb), 0.8);
    padding: 19px 75px 21px;
    background-position: center bottom;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(1);
    z-index: 2;
}
.services-three__single:hover .services-three__title-box {
    transform: scaleY(0);
}
.services-three__title-box h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -1.6px;
    text-transform: capitalize;
}
.services-three__title-box h3 a {
    color: var(--thm-white);
}
.services-three__hover-content {
    position: absolute;
    top: 74px;
    left: 70px;
    right: 120px;
    background-position: center bottom;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 5;
}
.services-three__single:hover .services-three__hover-content {
    transform: scaleY(1);
}
.services-three__hover-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -1.6px;
    text-transform: capitalize;
}
.services-three__hover-title a {
    color: var(--thm-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-three__hover-title a:hover {
    color: var(--thm-base);
}
.services-three__hover-text {
    text-transform: capitalize;
    color: var(--thm-white);
    margin-top: 33px;
}
.services-three__hover-btn {
    position: absolute;
    bottom: 74px;
    left: 70px;
    font-weight: 700;
    line-height: 21px;
    text-transform: capitalize;
    color: var(--thm-white);
    width: 100px;
    height: 100px;
    background-color: rgba(var(--thm-base-rgb), 0.8);
    border-radius: 50px 0px 50px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 8;
}
.services-three__single:hover .services-three__hover-btn {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-delay: 500ms;
    opacity: 1;
}
.services-three__hover-btn:hover {
    color: var(--thm-black);
}
.services-three__hover-btn span {
    position: absolute;
    top: 11px;
    right: 11px;
    font-weight: 900;
}
.services-three__nav {
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}
.services-three__nav .swiper-button-next,
.services-three__nav .swiper-button-prev {
    position: relative;
    width: 30px;
    height: 50px;
    color: var(--thm-black);
    font-size: 12px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.services-three__nav .swiper-button-next::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    width: 30px;
    height: 50px;
    border: 1px solid var(--thm-black);
    border-radius: 15px;
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}
.services-three__nav .swiper-button-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 30px;
    height: 50px;
    border: 1px solid var(--thm-black);
    border-radius: 15px;
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}
.services-three__nav .swiper-button-prev {
    margin-bottom: 0;
    margin-right: 30px;
}
.services-three__nav .swiper-button-next:hover,
.services-three__nav .swiper-button-prev:hover {
    color: var(--thm-base);
}
.services-three__nav .swiper-button-next:hover::before,
.services-three__nav .swiper-button-prev:hover::before {
    border: 1px solid var(--thm-base);
}
.services-three__nav .swiper-button-next::after,
.services-three__nav .swiper-button-prev::after {
    display: none;
}
.services-details {
    position: relative;
    display: block;
    padding: 105px 0 120px;
    z-index: 1;
}
.services-details__title-1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1.92px;
    text-transform: capitalize;
}
.services-details__text-1 {
    letter-spacing: -0.32px;
    margin-bottom: 48px;
    margin-top: 27px;
}
.services-details__middle {
    position: relative;
    display: block;
    margin-top: 60px;
    margin-bottom: 34px;
}
.services-details__middle-img {
    position: relative;
    display: block;
}
.services-details__middle-img > img {
    width: 100%;
}
.services-details__middle-content {
    position: relative;
    display: block;
    margin-right: 10px;
}
.services-details__middle-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.6px;
    text-transform: capitalize;
}
.services-details__middle-text {
    letter-spacing: -0.32px;
    margin-top: 17px;
}
.services-details__included-services {
    position: relative;
    display: block;
}
.services-details__included-services-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.6px;
    text-transform: capitalize;
    margin-bottom: 17px;
}
.services-details__included-services-list {
    position: relative;
    display: block;
}
.services-details__included-services-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.services-details__included-services-list li + li {
    margin-top: 6px;
}
.services-details__included-services-shape {
    position: relative;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--thm-gray);
    margin-right: 10px;
}
.services-details__included-services-text {
    font-weight: 700;
    letter-spacing: -0.32px;
}
.services-details__what-we-do {
    position: relative;
    display: block;
}
.services-details__what-we-do-left {
    position: relative;
    display: block;
    margin-right: 20px;
}
.services-details__what-we-do-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.48px;
    text-transform: capitalize;
}
.services-details__what-we-do-text-1 {
    letter-spacing: -0.32px;
    margin-top: 12px;
    margin-bottom: 30px;
}
.services-details__what-we-do-text-2 {
    letter-spacing: -0.32px;
}
.services-details__what-we-do-img {
    position: relative;
    display: block;
    margin-top: 7px;
}
.services-details__what-we-do-img img {
    width: 100%;
}
.services-details__bottom-img {
    position: relative;
    display: block;
    margin-top: 44px;
    margin-bottom: 50px;
}
.services-details__bottom-img img {
    width: 100%;
}
.services-details__faq-box {
    position: relative;
    display: block;
}
.services-details__faq {
    position: relative;
    display: block;
}
.services-details__faq-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    margin-bottom: 28px;
}
.services-details__faq-accrodion .accrodion {
    position: relative;
    display: block;
    border-bottom: 1px solid #d9d9d9;
}
.services-details__faq-accrodion .last-child {
    border-bottom: none;
}
.services-details__faq-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding-bottom: 16px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.services-details__faq-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.32px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-details__faq-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--thm-black);
}
.services-details__faq-accrodion .accrodion + .accrodion {
    margin-top: 11px;
}
.services-details__faq-accrodion .accrodion-title h4::before {
    content: "\e91d";
    font-family: "icomoon" !important;
    font-weight: 900;
    font-size: 16px;
    color: var(--thm-gray);
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-details__faq-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e91d";
    transform: rotate(180deg);
}
.services-details__faq-accrodion .accrodion-content {
    position: relative;
    padding-right: 35px;
    padding-top: 12px;
    padding-bottom: 18px;
}
.services-details__faq-accrodion .accrodion-content p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.28px;
}
.services-details__need-help .sidebar__need-help {
    margin-top: 10px;
}
.sidebar__need-help-btn-box .sidebar__need-help-btn,
.services-details__need-help .sidebar__need-help-btn {
    background-color: #ff2756;
}
.main-slider {
    position: relative;
    display: block;
    z-index: 2;
}
.main-slider .swiper-slide {
    position: relative;
    background-color: #000000;
    overflow: hidden;
}
.main-slider .container {
    position: relative;
    padding-top: 248px;
    padding-bottom: 87px;
    z-index: 30;
}
.main-slider .image-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    z-index: 1;
}
.main-slider .swiper-slide-active .image-layer {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.main-slider__big-text {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 170px;
    line-height: 200px;
    text-transform: uppercase;
    letter-spacing: -8px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px #4a4a4a;
    transform: translateY(100px);
    opacity: 0;
    z-index: 1;
}
.main-slider .swiper-slide-active .main-slider__big-text {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1000ms ease;
    transition-delay: 1000ms;
}
.main-slider__content {
    position: relative;
    display: block;
}
.main-slider__text {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--thm-white);
    font-weight: 400;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.main-slider__title {
    position: relative;
    font-size: 128px;
    color: var(--thm-white);
    font-weight: 700;
    line-height: 120px;
    letter-spacing: -5.12px;
    margin-bottom: 35px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.main-slider__title span {
    font-size: 132px;
    text-transform: uppercase;
    color: var(--thm-base);
    letter-spacing: -5.28px;
    font-family: var(--thm-font-two);
}
.main-slider__btn-box {
    position: relative;
    display: block;
    margin-top: 34px;
    margin-left: 320px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.main-slider__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 165px;
    width: 165px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 16px;
    color: var(--thm-white);
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.main-slider__btn:hover {
    color: var(--thm-white);
}
.main-slider__btn span {
    color: var(--thm-white);
    font-size: 30px;
    line-height: 30px;
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
}
.main-slider__btn:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--thm-base);
    border-radius: 50%;
    filter: blur(25px);
    z-index: -1;
}
.main-slider__img-box {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100px);
    opacity: 0;
    z-index: 1;
}
.main-slider .swiper-slide-active .main-slider__img-box {
    opacity: 1;
    transform: translateX(0px);
    transition: all 1000ms ease;
    transition-delay: 1000ms;
}
.main-slider__img-shape-1 {
    position: absolute;
    bottom: -70px;
    left: -60px;
    width: 452px;
    height: 437px;
    background-color: #222222;
    z-index: -1;
}
.main-slider__img {
    position: relative;
    display: block;
}
.main-slider__img img {
    width: auto;
}
.main-slider .testimonial-two__nav {
    right: 21%;
    bottom: 17%;
}
.main-slider .testimonial-two__nav .swiper-button-next,
.main-slider .testimonial-two__nav .swiper-button-prev {
    color: #ffffff;
}
.main-slider .swiper-slide-active .main-slider__title,
.main-slider .swiper-slide-active .main-slider__text,
.main-slider .swiper-slide-active .main-slider__btn-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
#main-slider-pagination {
    z-index: 10;
    bottom: 160px;
    left: 62%;
    width: 100%;
    max-width: 1170px;
    -webkit-transform: translate(-50%, calc(-50% + 95px));
    transform: translate(-50%, calc(0% + 0px));
    counter-reset: count;
    line-height: 0;
}
#main-slider-pagination .swiper-pagination-bullet,
#main-slider-pagination .exp-swiper-pagination-bullet {
    width: 20px;
    height: 30px;
    border-radius: 0%;
    opacity: 1;
    background-color: transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
#main-slider-pagination .swiper-pagination-bullet:before,
#main-slider-pagination .exp-swiper-pagination-bullet:before {
    position: absolute;
    height: 30px;
    width: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
#main-slider-pagination .exp-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    color: var(--thm-base);
    border-bottom: 2px solid var(--thm-white);
}
#main-slider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet,
#main-slider-pagination .exp-swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 40px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0px;
}
#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
}
.sliding-text-one {
    position: relative;
    display: block;
    padding: 120px 0 80px;
    transform: rotate(-5deg);
    z-index: 1;
}
.sliding-text-one__wrap {
    position: relative;
    display: block;
}
.sliding-text__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    width: fit-content;
}
.sliding-text__list li {
    osition: relative;
    display: block;
    float: left;
    margin-right: 30px;
}
.sliding-text__title {
    position: relative;
    color: transparent;
    -webkit-text-stroke: 1px #222222;
    font-size: 120px;
    line-height: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -4.8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: var(--thm-font-two);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sliding-text__list li .sliding-text__title:hover {
    color: transparent;
    -webkit-text-stroke: 1px var(--thm-base);
}
.sliding-text__title:before {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    color: var(--thm-base);
    white-space: nowrap;
    content: attr(data-hover);
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}
.sliding-text__list li:hover .sliding-text__title:before {
    width: 100%;
}
.speaker-detail-section {
    position: relative;
    padding: 100px 0;
    border-bottom: 1px solid #ccc;
}
.speaker-details {
    position: relative;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 30px;
}
.speaker-details .name {
    font-size: 30px;
    line-height: 1em;
    color: var(--thm-black);
    font-weight: 600;
    margin-bottom: 10px;
}
.speaker-details .name a {
    color: var(--thm-black);
}
.speaker-details .designation {
    font-size: 14px;
    color: var(--thm-base);
}
.speaker-info-list {
    margin-top: 40px;
}
.speaker-info-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #555555;
}
.speaker-info-list li a {
    color: #555555;
}
.speaker-info-list li strong {
    display: block;
    font-weight: 600;
    color: var(--thm-black);
    min-width: 140px;
}
.speaker-detail-section .info-column h3 {
    font-size: 30px;
    line-height: 1.2em;
    color: var(--thm-black);
    font-weight: 600;
    margin-bottom: 15px;
}
.speaker-detail-section .info-column p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.speaker-detail-section .other-info h2,
.contact-section .sec-title h3 {
    font-size: 36px;
    line-height: 1.2em;
    color: var(--thm-black);
    font-weight: 700;
    margin-bottom: 40px;
}
.speaker-session-info {
    position: relative;
    margin-bottom: 30px;
}
.speaker-session-info .inner-box {
    position: relative;
    padding: 35px 40px;
    border: 1px solid #d7d7d7;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-session-info h4 {
    position: relative;
    font-size: 24px;
    color: #fe00c5;
    font-weight: 600;
    margin-bottom: 15px;
}
.speaker-session-info .time {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: var(--thm-base);
    font-weight: 600;
    margin-bottom: 25px;
}
.speaker-session-info p {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-session-info .place {
    font-weight: 600;
    color: var(--thm-black);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-session-info .inner-box:hover p {
    color: #ffffff;
}
.speaker-session-info .inner-box:hover .place {
    color: var(--thm-base);
}
.speaker-session-info .inner-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: #071248;
    border-bottom: 3px solid var(--thm-base);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-session-info .inner-box:hover:before {
    height: 100%;
}
.speaker-block .inner-box .image-box {
    position: relative;
    display: inline-block;
}
.contact-section {
    position: relative;
    padding: 100px 0px 100px;
}
.contact-form {
    position: relative;
    margin-top: 40px;
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
}
.contact-form .form-group:last-child {
    margin-bottom: 0;
}
.contact-form .form-group .input-outer {
    position: relative;
}
.contact-form .form-group .icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #dddddd;
}
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #aaaaaa;
    line-height: 30px;
    padding: 15px 20px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 400;
    height: 60px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #f20487;
}
.contact-form .form-group textarea {
    height: 156px;
    resize: none;
}
.contact-form .form-group button {
    text-transform: capitalize;
}
.contact-form input.error:focus,
.contact-form select.error:focus,
.contact-form textarea.error:focus {
    border-color: #ff0000;
}
.contact-form label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    padding-top: 7px;
    margin-bottom: 0;
}
.speaker-block .plus-icon {
    position: absolute;
    right: 25px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    background-color: var(--thm-base);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-block .social-links {
    position: absolute;
    right: 30px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--thm-base);
    border-radius: 50px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.speaker-block .inner-box:hover .social-links {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
.speaker-block .social-links a {
    position: relative;
    margin: 5px 0;
    height: 40px;
    width: 40px;
    display: block;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--thm-base);
    color: #fff;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-block .social-links a:hover {
    color: #ffffff;
    background-color: #111111;
}
.mb-30 {
    margin-bottom: 30px;
}
.team-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}
.team-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.team-one__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 65px;
}
.team-one__top .section-title {
    margin-bottom: 0;
}
.team-one__top-left {
    position: relative;
    display: block;
}
.team-one__btn-box {
    position: relative;
    display: block;
}
.team-one__bottom {
    position: relative;
    display: block;
}
.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.team-one__img-box {
    position: relative;
    display: block;
    margin-right: 50px;
}
.team-one__img {
    position: relative;
    display: block;
    border-radius: 0px 0px 0px 40px;
    overflow: hidden;
}
.team-one__img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    pointer-events: none;
    background-color: rgba(var(--thm-black-rgb), 0.4);
    z-index: 1;
}
.team-one__single:hover .team-one__img::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.team-one__img img {
    width: 100%;
    border-radius: 0px 0px 0px 40px;
    transition: 0.5s ease;
    transform: scale(1.05);
}
.team-one__single:hover .team-one__img img {
    transform: scale(1);
}
.team-one__content {
    position: relative;
    display: block;
    border-radius: 0px 0px 40px 0px;
    background: #fff;
    margin-left: 40px;
    padding: 27px 30px 20px;
    overflow: hidden;
    z-index: 1;
}
.team-one__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    border-radius: 0px 0px 40px 0px;
    transform: scaleY(0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: -1;
}
.team-one__single:hover .team-one__content::before {
    transform: scaleY(1) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.team-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.96px;
    text-transform: uppercase;
}
.team-one__title a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-one__single:hover .team-one__title a {
    color: var(--thm-white);
}
.team-one__sub-title {
    letter-spacing: -0.64px;
    margin-top: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-one__single:hover .team-one__sub-title {
    color: var(--thm-white);
}
.team-one__share-btn {
    position: absolute;
    bottom: -18px;
    right: -25px;
    z-index: 2;
}
.team-one__share-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 14px;
    color: var(--thm-white);
    background-color: var(--thm-base);
    border-top-right-radius: 25px;
}
.team-one__social {
    position: absolute;
    top: 50%;
    right: -32px;
    display: flex;
    align-items: center;
    flex-direction: column;
    transform: scaleY(0) translateY(-50%) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.team-one__single:hover .team-one__social {
    transform: scaleY(1) translateY(-50%) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.team-one__social a {
    position: relative;
    font-size: 16px;
    color: var(--thm-black);
    display: flex;
    align-items: center;
    flex-direction: column;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-one__social a:hover {
    color: var(--thm-base);
}
.team-one__social a + a {
    margin-top: 35px;
}
.team-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}
.team-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.team-two .container {
    max-width: 1530px;
}
.team-two__left {
    position: relative;
    display: block;
    margin-right: -94px;
}
.team-two__left .section-title {
    margin-bottom: 73px;
}
.team-two__left .section-title__title {
    font-size: 64px;
    line-height: 75px;
}
.team-two__btn-box {
    position: relative;
    display: block;
}
.team-two__right {
    position: relative;
    display: block;
    margin-left: 137px;
}
.team-two__right .row {
    --bs-gutter-x: 40px;
}
.team-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.team-two__img-box {
    position: relative;
    display: block;
}
.team-two__img {
    position: relative;
    display: block;
    border-radius: 150px 150px 150px 0px;
    overflow: hidden;
}
.team-two__img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    pointer-events: none;
    background-color: rgba(var(--thm-white-rgb), 0.4);
    z-index: 1;
}
.team-two__single:hover .team-two__img::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.team-two__img img {
    width: 100%;
    border-radius: 150px 150px 150px 0px;
    transition: 0.5s ease;
    transform: scale(1.05);
}
.team-two__single:hover .team-two__img img {
    transform: scale(1);
}
.team-two__content {
    position: relative;
    display: block;
    margin-right: 0px;
    background-color: var(--thm-white);
    border-radius: 0px 55px 55px 0px;
    padding: 27px 30px 20px;
    z-index: 1;
}
.team-two__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0px 55px 55px 0px;
    background-color: var(--thm-black);
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}
.team-two__single:hover .team-two__content:before {
    transform: scaleX(1) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}
.team-two__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.96px;
}
.team-two__title a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-two__single:hover .team-two__title a {
    color: var(--thm-white);
}
.team-two__sub-title {
    letter-spacing: -0.64px;
    margin-top: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-two__single:hover .team-two__sub-title {
    color: var(--thm-white);
}
.team-two__share-box {
    position: absolute;
    left: 0;
    bottom: 0;
}
.team-two__share-btn {
    position: relative;
    display: inline-block;
}
.team-two__share-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 14px;
    color: var(--thm-white);
    background-color: var(--thm-base);
}
.team-two__social {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: var(--thm-white);
    border-radius: 25px 25px 0px 0px;
    padding: 20px 10px 20px;
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: right center;
}
.team-two__single:hover .team-two__social {
    transform: scaleY(1);
    transform-origin: bottom center;
    transition-delay: 500ms;
}
.team-two__social a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-two__social a:hover {
    color: var(--thm-base);
}
.team-two__social a + a {
    margin-top: 35px;
}
.testimonial-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}
.testimonial-one__left {
    position: relative;
    display: block;
    margin-top: 10px;
}
.testimonial-one__img-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 90px;
    height: 90px;
    margin-left: -120px;
    margin-top: 0px;
    z-index: 2;
}
.testimonial-one__img-icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--thm-black);
    color: var(--thm-white);
    font-size: 30px;
}
.testimonial-one__img-icon a::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border: 5px solid var(--thm-white);
    border-radius: 50%;
}
.testimonial-one__img-icon a:hover {
    color: var(--thm-white);
    background-color: var(--thm-base);
}
.testimonial-one__img-top {
    position: relative;
    display: block;
    padding-left: 14px;
    padding-right: 53px;
}
.testimonial-one__img-top ul {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-left: -9px;
    margin-right: -9px;
}
.testimonial-one__img-top ul li {
    position: relative;
    display: block;
    float: left;
    padding: 0 9px 0;
    margin-bottom: 18px;
}
.testimonial-one__single-img-box {
    position: relative;
    display: block;
    z-index: 1;
}
.testimonial-one__img-top li:nth-child(1) .testimonial-one__single-img-box::before {
    content: "";
    position: absolute;
    top: -11px;
    left: -16px;
    bottom: 11px;
    right: 9px;
    background-color: var(--thm-base);
    border-radius: 35px 10px 53px 5px;
    z-index: -1;
}
.testimonial-one__single-img img {
    width: 100%;
}
.testimonial-one__img-top li:nth-child(1) .testimonial-one__single-img {
    border-radius: 35px 10px 53px 5px;
    
}
.testimonial-one__img-top li:nth-child(1) .testimonial-one__single-img img {
    border-radius: 35px 10px 53px 5px;
    width: 186px;
    height: 228px;
    object-fit: cover;
    
}
.testimonial-one__img-top li:nth-child(2) .testimonial-one__single-img img {
    border-radius: 80px 10px;
    width: 300px;
    height: 300px;
    object-fit: cover;
    
}
.testimonial-one__img-bottom {
    position: relative;
    display: block;
    margin-left: -42px;
    margin-right: 107px;
}
.testimonial-one__img-bottom ul {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.testimonial-one__img-bottom ul li {
    position: relative;
    display: block;
    float: left;
    padding: 0 7.5px 0;
}
.testimonial-one__img-bottom ul li:nth-child(1) .testimonial-one__single-img {
    border-radius: 35px 10px 53px 5px;
}
.testimonial-one__img-bottom ul li:nth-child(1) .testimonial-one__single-img img {
    border-radius: 35px 10px 53px 5px;
    width: 256px;
    height: 231px;
    object-fit: cover;
}
.testimonial-one__img-bottom ul li:nth-child(2) .testimonial-one__single-img {
    border-radius: 31px 10px 74px 5px;
    width: 320px;
    height: 320px;
    object-fit: cover;
}
.testimonial-one__img-bottom ul li:nth-child(2) .testimonial-one__single-img img {
    border-radius: 31px 10px 74px 5px;
    width: 265px;
    height: 270px;
    object-fit: cover;
}
.testimonial-one__right {
    position: relative;
    display: block;
}
.testimonial-one__right .section-title {
    margin-bottom: 50px;
}
.testimonial-one__carousel {
    position: relative;
    display: block;
    padding-bottom: 6px !important;
}
.testimonial-one__single {
    position: relative;
    display: block;
}
.testimonial-one__client-rating {
    position: relative;
    display: flex;
    align-items: center;
}
.testimonial-one__client-rating span {
    position: relative;
    display: inline-block;
    font-size: 21px;
    color: var(--thm-base);
}
.testimonial-one__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 28px;
    margin-bottom: 39px;
}
.testimonial-one__client-info {
    position: relative;
    display: flex;
    align-items: center;
}
.testimonial-one__client-img {
    position: relative;
    display: block;
    width: 104px;
    height: 110px;
    border-radius: 50%;
    z-index: 1;
}
.testimonial-one__client-img::before {
    content: "";
    position: absolute;
    width: 104px;
    height: 104px;
    right: -7px;
    bottom: 0px;
    border-radius: 50%;
    background-color: var(--thm-base);
    z-index: -1;
}
.testimonial-one__client-img img {
    border-radius: 50%;
    width: auto;
}
.testimonial-one__client-content {
    position: relative;
    display: block;
    margin-left: 30px;
}
.testimonial-one__client-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.96px;
    text-transform: capitalize;
}
.testimonial-one__client-sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.64px;
    text-transform: capitalize;
    color: var(--thm-black);
    margin-top: 3px;
}
.testimonial-one__nav {
    position: absolute;
    right: 8px;
    bottom: 35px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}
.testimonial-one__nav .swiper-button-next,
.testimonial-one__nav .swiper-button-prev {
    position: relative;
    width: 30px;
    height: 50px;
    color: var(--thm-black);
    font-size: 12px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.testimonial-one__nav .swiper-button-next::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    width: 30px;
    height: 50px;
    border: 1px solid var(--thm-black);
    border-radius: 15px;
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}
.testimonial-one__nav .swiper-button-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 30px;
    height: 50px;
    border: 1px solid var(--thm-black);
    border-radius: 15px;
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}
.testimonial-one__nav .swiper-button-prev {
    margin-bottom: 0;
    margin-right: 30px;
}
.testimonial-one .swiper-button-next:hover,
.testimonial-one__nav .swiper-button-prev:hover {
    color: var(--thm-base);
}
.testimonial-one .swiper-button-next:hover::before,
.testimonial-one__nav .swiper-button-prev:hover::before {
    border: 1px solid var(--thm-base);
}
.testimonial-one__nav .swiper-button-next::after,
.testimonial-one__nav .swiper-button-prev::after {
    display: none;
}
.testimonial-two {
    position: relative;
    display: block;
    padding: 120px 0 107px;
    z-index: 1;
}
.testimonial-two__shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.testimonial-two__inner {
    position: relative;
    display: block;
}
.testimonial-two__carousel {
    position: relative;
    display: block;
}
.testimonial-two__main-content-box {
    position: relative;
    display: block;
}
.testimonial-two__main-content-left {
    position: relative;
    display: block;
}
.testimonial-two__client-info {
    position: relative;
    display: block;
}
.testimonial-two__shape-1 {
    position: absolute;
    bottom: -33px;
    left: 0;
}
.testimonial-two__shape-1 img {
    width: auto;
}
.testimonial-two__client-img {
    position: relative;
    display: block;
    width: 245px;
    border-radius: 50%;
    z-index: 1;
}
.testimonial-two__client-img:before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: -15px;
    right: -18px;
    left: 18px;
    background-color: var(--thm-base);
    border-radius: 50%;
    z-index: -1;
}
.testimonial-two__client-img img {
    width: 100%;
    border-radius: 50%;
}
.testimonial-two__client-content-box {
    position: relative;
    display: flex;
    margin-left: 55px;
    margin-top: 60px;
}
.testimonial-two__client-circle {
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
    background-color: var(--thm-base);
    border-radius: 50%;
    margin-top: 6px;
    z-index: 1;
}
.testimonial-two__client-circle:before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: -3px;
    left: 3px;
    right: -3px;
    background-color: var(--thm-black);
    border-radius: 50%;
}
.testimonial-two__client-content {
    position: relative;
    display: block;
    margin-left: 20px;
}
.testimonial-two__client-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.96px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.testimonial-two__client-sub-title {
    color: var(--thm-base);
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: -0.64px;
}
.testimonial-two__main-content-right {
    position: relative;
    display: block;
    margin-top: 230px;
    margin-right: 30px;
}
.testimonial-two__rating {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}
.testimonial-two__rating span {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--thm-base);
}
.testimonial-two__inner .exp-swiper-dots {
    position: absolute !important;
    bottom: -60px;
    left: 50%;
    padding-top: 50px;
}
.testimonial-two__rating span + span {
    margin-left: 5px;
}
.testimonial-two__text {
    font-size: 20px;
    line-height: 40px;
}
.testimonial-two__sec-title-box {
    position: absolute;
    top: 0;
    left: 400px;
}
.testimonial-two__nav {
    position: absolute;
    right: 0;
    top: 180px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}
.testimonial-two__nav .swiper-button-next,
.testimonial-two__nav .swiper-button-prev {
    position: relative;
    width: 30px;
    height: 50px;
    color: var(--thm-black);
    font-size: 12px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.testimonial-two__nav .swiper-button-next::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    width: 30px;
    height: 50px;
    border: 1px solid var(--thm-black);
    border-radius: 15px;
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}
.testimonial-two__nav .swiper-button-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 30px;
    height: 50px;
    border: 1px solid var(--thm-black);
    border-radius: 15px;
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}
.testimonial-two__nav .swiper-button-prev {
    margin-bottom: 0;
    margin-right: 30px;
}
.testimonial-two__nav .swiper-button-next:hover,
.testimonial-two__nav .swiper-button-prev:hover {
    color: var(--thm-base);
}
.testimonial-two__nav .swiper-button-next:hover::before,
.testimonial-two__nav .swiper-button-prev:hover::before {
    border: 1px solid var(--thm-base);
}
.testimonial-two__nav .swiper-button-next::after,
.testimonial-two__nav .swiper-button-prev::after {
    display: none;
}
.video-one {
    position: relative;
    display: block;
}
.video-one .container {
    max-width: 1470px;
}
.video-one__wrap {
    position: relative;
    display: block;
    padding: 147px 0 155px;
    z-index: 1;
}
.video-one__wrap:before{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
}
.video-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.video-one__inner {
    position: relative;
    display: block;
    text-align: center;
    max-width: 775px;
    width: 100%;
    margin: 0 auto;
}
.video-one__title {
    font-size: 140px;
    font-weight: 700;
    line-height: 150px;
    letter-spacing: -4.2px;
    text-transform: uppercase;
    color: var(--thm-white);
    font-family: var(--thm-font-two);
}
.video-one__title-and-video {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 452px;
    width: 100%;
    margin-left: auto;
    margin-top: 9px;
}
.video-one__title-2 {
    font-size: 128px;
    font-weight: 700;
    line-height: 138px;
    letter-spacing: -3.84px;
    font-family: var(--thm-font-two);
    color: var(--thm-base);
}
.vodeo-one__video {
    position: relative;
    display: block;
}
.about-one__play {
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: var(--thm-white);
    background-color: transparent;
    z-index: 1;
}
.about-one__play .ripple,
.about-one__play .ripple:before,
.about-one__play .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.about-one__play .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.about-one__play .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
    }
}
@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
    }
}
.vodeo-one__video-shape {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.vodeo-one__video-shape img {
    width: auto;
}
.video-two {
    position: relative;
    display: block;
}
.video-two .container {
    max-width: 1460px;
}
.video-two__inner {
    position: relative;
    display: block;
    padding: 325px 0 70px;
    z-index: 1;
}
.video-two__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.video-two__bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0.5);
    z-index: -1;
}
.video-two__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 433px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    z-index: -1;
}
.video-two__curved-circle {
    position: relative;
    display: block;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: rgba(var(--thm-white-rgb), 0.2);
    margin-left: auto;
    margin-right: 300px;
    z-index: 1;
}
@keyframes textRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.video-two__curved-circle .curved-circle-2 {
    position: absolute;
    font-size: 16px;
    font-weight: 700;
    color: var(--thm-white);
    text-transform: uppercase;
    letter-spacing: 0.19em;
    top: 0;
    left: 0;
    right: 0;
    height: 200px !important;
    animation: textRotate 20s linear infinite;
}
.video-two__video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}
.video-two__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    line-height: 85px;
    text-align: center;
    font-size: 35px;
    color: var(--thm-base);
    background-color: var(--thm-white);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.video-two__video-icon:hover {
    color: var(--thm-white);
    background-color: var(--thm-base);
}
.why-choose-one {
    position: relative;
    display: block;
    padding: 120px 0 86px;
    z-index: 1;
}
.why-choose-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.why-choose-one__left {
    position: relative;
    display: block;
    margin-right: 100px;
}
.why-choose-one__left .section-title__title {
    color: var(--thm-white);
}
.why-choose-one__left.section-title {
    margin-bottom: 32px;
}
.why-choose-one__text {
    color: #999;
}
.why-choose-one__points {
    display: block;
    margin-top: 43px;
}
.why-choose-one__points li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #333;
    padding-bottom: 27px;
}
.why-choose-one__points li + li {
    margin-top: 25px;
}
.why-choose-one__points li:last-child {
    border-bottom: none;
}
.why-choose-one__points li .icon {
    position: relative;
    display: inline-block;
}
.why-choose-one__points li .icon i,
.why-choose-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--thm-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.why-choose-one__points li:hover .icon i,
.why-choose-one__points li:hover .icon span {
    transform: scale(0.9);
}
.why-choose-one__points li .content {
    position: relative;
    display: block;
    margin-left: 45px;
}
.why-choose-one__points li .content h3 a{
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.2px;
    color: var(--thm-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.why-choose-one__points .cs-hover_tab-3.active .content h3 a{
    color: var(--thm-base);
}
.why-choose-one__points li .content p {
    color: #999;
    line-height: 25px;
    margin-top: 19px;
}
.why-choose-one__img-box {
    position: absolute;
    right: -600px;
    top: 30px;
    width: 442px;
    height: 574px;
    z-index: 9;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    pointer-events: none;
    -webkit-animation: inactiveImageAnimation3 1s forwards ease;
    animation: inactiveImageAnimation3 1s forwards ease;
}
.why-choose-one__img-box img{
	width: 442px;
	height: 574px;	
}
.cs-hover_tab-3.active .why-choose-one__img-box {
    -webkit-animation: activeImageAnimation3 1s forwards ease;
    animation: activeImageAnimation3 1s forwards ease;
}
@keyframes inactiveImageAnimation3 {
    0% {
        clip-path: inset(0 0 0 0);
    }
    100% {
        clip-path: inset(0 0 0 100%);
    }
}
@keyframes activeImageAnimation3 {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}
.why-choose-one__shape-1 {
    position: absolute;
    bottom: 25px;
    right: -270px;
    z-index: -1;
}
.why-choose-one__shape-1 img {
    width: auto;
}
.why-choose-one__shape-2 {
    position: absolute;
    bottom: 25px;
    right: -625px;
    z-index: 10;
}
.why-choose-one__shape-2 img {
    width: auto;
    opacity: 0.7;
}
.coming-soon {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: auto;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    text-align: center;
}
.coming-soon .content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}
.coming-soon .content:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    content: "";
    opacity: 0.3;
}
.coming-soon .content .content-inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.coming-soon .content .content-inner .logo {
    position: relative;
    margin-bottom: 200px;
}
.coming-soon .content .content-inner .sec-title {
    display: none;
    margin-bottom: 50px;
}
.coming-soon .content .content-inner h2 {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2em;
    padding-bottom: 0;
    font-variant: small-caps;
}
.coming-soon .content .content-inner h2:after {
    display: none;
}
.time-counter {
    position: relative;
}
.time-counter .time-countdown1 {
    position: relative;
    margin-bottom: 180px;
}
.time-counter .time-countdown1 .counter-column {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 180px;
    font-size: 20px;
    line-height: 1em;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    z-index: 7;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    background-color: rgba(54, 54, 54, 0.4);
    margin: 0 15px 20px;
}
.time-counter .time-countdown1 .counter-column .count {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 30px;
    padding: 60px 0px 30px;
    color: #ffffff;
    font-weight: 600;
}
.coming-soon .emailed-form {
    position: relative;
    margin-bottom: 40px;
}
.coming-soon .emailed-form h3 {
    line-height: 1.2em;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}
.coming-soon .emailed-form .text {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.8em;
    margin-bottom: 40px;
}
.coming-soon .emailed-form .form-group {
    position: relative;
    display: block;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}
.coming-soon .emailed-form .form-group input[type="text"],
.coming-soon .emailed-form .form-group input[type="tel"],
.coming-soon .emailed-form .form-group input[type="email"],
.coming-soon .emailed-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    height: 60px;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    padding: 15px 50px 15px 20px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.coming-soon .emailed-form .form-group input:focus,
.coming-soon .emailed-form .form-group select:focus,
.coming-soon .emailed-form .form-group textarea:focus {
}
.coming-soon .emailed-form button {
    margin-top: 0px;
}
.coming-soon .emailed-form .form-group input[type="submit"],
.coming-soon .emailed-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    line-height: 40px;
    font-size: 18px;
    color: var(--thm-base);
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.coming-soon .emailed-form button span {
    color: #ff5c00 !important;
}
.coming-soon .emailed-form .form-group input[type="submit"]:hover,
.coming-soon .emailed-form button:hover {
    color: #353535;
}
.coming-soon .copyright-text {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
}
.coming-soon .copyright-text a {
    color: #ff9600;
}
.coming-soon .copyright-text a:hover {
    text-decoration: underline;
}
.clock-wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 250px;
    height: 250px;
    margin: auto;
    margin-top: -145px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.4);
    transform: scale(2);
}
.clock-base {
    width: 250px;
    height: 250px;
    border-radius: 50%;
}
.click-indicator {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 230px;
    height: 230px;
}
.click-indicator div {
    position: absolute;
    width: 2px;
    height: 4px;
    margin: 113px 114px;
}
.click-indicator div > span {
    height: 5px;
    width: 5px;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 50%;
    margin-left: -1px;
    margin-top: -1px;
}
.click-indicator div:nth-child(1) {
    transform: rotate(30deg) translateY(-120px);
}
.click-indicator div:nth-child(2) {
    transform: rotate(60deg) translateY(-120px);
}
.click-indicator div:nth-child(3) {
    transform: rotate(90deg) translateY(-120px);
    background-color: #f7941d;
}
.click-indicator div:nth-child(4) {
    transform: rotate(120deg) translateY(-120px);
}
.click-indicator div:nth-child(5) {
    transform: rotate(150deg) translateY(-120px);
}
.click-indicator div:nth-child(6) {
    transform: rotate(180deg) translateY(-120px);
    background-color: #f7941d;
}
.click-indicator div:nth-child(7) {
    transform: rotate(210deg) translateY(-120px);
}
.click-indicator div:nth-child(8) {
    transform: rotate(240deg) translateY(-120px);
}
.click-indicator div:nth-child(9) {
    transform: rotate(270deg) translateY(-120px);
    background-color: #f7941d;
}
.click-indicator div:nth-child(10) {
    transform: rotate(300deg) translateY(-120px);
}
.click-indicator div:nth-child(11) {
    transform: rotate(330deg) translateY(-120px);
}
.click-indicator div:nth-child(12) {
    transform: rotate(360deg) translateY(-120px);
    background-color: #f7941d;
}
.clock-hour {
    position: absolute;
    z-index: 2;
    top: 75px;
    left: 123px;
    width: 4px;
    height: 65px;
    background-color: #f7941d;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    transform-origin: 2px 50px;
    transition: 0.5s;
    -webkit-animation: rotate-hour 43200s linear infinite;
    -moz-animation: rotate-hour 43200s linear infinite;
}
.clock-minute {
    position: absolute;
    z-index: 3;
    top: 55px;
    left: 123px;
    width: 4px;
    height: 85px;
    background-color: #f7941d;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    transform-origin: 2px 70px;
    transition: 0.5s;
    -webkit-animation: rotate-minute 3600s linear infinite;
    -moz-animation: rotate-minute 3600s linear infinite;
}
.clock-second {
    position: absolute;
    z-index: 4;
    top: 15px;
    left: 124px;
    width: 2px;
    height: 130px;
    background-color: #ffffff;
    opacity: 0.9;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    transform-origin: 1px 110px;
    transition: 0.5s;
    -webkit-animation: rotate-second 60s linear infinite;
    -moz-animation: rotate-second 60s linear infinite;
}
.clock-second:after {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    bottom: 16px;
    width: 8px;
    height: 8px;
    background-color: #222222;
    border: solid 2px #222222;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.clock-center {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    top: 50px;
    left: 50px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}
.clock-center:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 65px;
    background-color: #ddd;
    border-radius: 50%;
}
.coming-soon .social-icon-one {
    position: relative;
}
.coming-soon .social-icon-one li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #5a5a5a;
    margin: 0px 10px;
}
.coming-soon .social-icon-one li:last-child {
    margin-right: 0;
}
.coming-soon .social-icon-one li a {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.coming-soon .social-icon-one li a:hover {
    color: #ffaa17;
}
.newsletter-one__newsletter-form-input-box form .form-group{
    position:relative;
    margin-top:20px;
}
.newsletter-one__newsletter-form-input-box form .form-group input{
    position:relative;
    padding-right:70px;
}
.newsletter-one__newsletter-form-input-box form .form-group .footer-widget__newsletter-btn{
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 0px;
    width: 60px;
    height: 60px;
}