/* CSS Index
============================
1. Google Fonts
2. Css Files Includes
3. Variable CSS
4. Default CSS
5. Search Popup
6. Preloader CSS
7. Button One style
8. ScrollUp
9. Sidebar
10. Styled Pagination
11. Page Header
12. Project One CSS
13. Working Process One
14. Feature One
15. Projects Two
16. Testimonial One
17. Footer Two
18. Services One
19. Project One
20. Project Details
21. Faq One
22. Pricing One
23. Pricing Two
============================
*/


/*====================================================================
	1. Google Fonts
======================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

/*====================================================================
	2. Css Files Includes
======================================================================*/

/* Module Css */

@import url('services.css');
@import url('pricing.css');
@import url('subscriber-form.css');


/*====================================================================
	2. Variable CSS
======================================================================*/
:root {
    --thm-body-font-family: 'Rubik', sans-serif;
    --thm-heading-font-family: 'Rajdhani', sans-serif;
    --thm-primary-color: #B91202;
    --thm-secondary-color: #9D0F02;
    --thm-body-font-color: #BEBEBE;
    --thm-heading-font-color: #ffffff;
    --thm-paragraph-color: #BEBEBE;
    --thm-body-font-size: 16px;
    --thm-body-font-weight: 400;
    --thm-heading-font-weight: 700;
    --thm-body-background: #141416;
    --thm-black-bg: #1A1A1C;
    --thm-blue: #0d6efd;
    --thm-indigo: #6610f2;
    --thm-purple: #6f42c1;
    --thm-pink: #d63384;
    --thm-red: #dc3545;
    --thm-orange: #fd7e14;
    --thm-yellow: #ffc107;
    --thm-green: #198754;
    --thm-teal: #20c997;
    --thm-cyan: #0dcaf0;
    --thm-white: #ffffff;
    --thm-black: #141416;
    --thm-gray: #E3E3E3;
    --black-bg: #1A1A1C;
}


/*====================================================================
	4. Default CSS
======================================================================*/
body {
    font-family: var(--thm-body-font-family);
    font-weight: var(--thm-body-font-weight);
    font-size: var(--thm-body-font-size);
    line-height: 30px;
    color: var(--thm-body-font-color);
    font-style: normal;
}

.section-title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 55px;
}

.section-title h5 {
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.section-title h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.2em;
    margin: 12px 0 0;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img,
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

a:focus,
.btn:focus,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: var(--thm-primary-color);
    text-decoration: none;
}

a,
button {
    color: var(--thm-primary-color);
    outline: medium none;
    text-decoration: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--thm-heading-font-family);
    color: var(--thm-heading-font-color);
    margin-top: 0px;
    margin-bottom: 0;
    font-style: normal;
    line-height: 1.2em;
    font-weight: var(--thm-heading-font-weight);
    text-transform: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

/*== Owl Nav Style1 Css ======*/
.swiper-nav-style1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 56px;
    left: 0;
    right: 0;
    max-width: 1320px;
    width: 100%;
    padding: 0px 15px 0px;
    margin: 0 auto;
    height: 60px;
}

.swiper-nav-style1 .swiper-button-next,
.swiper-nav-style1 .swiper-button-prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--thm-black-bg);
    color: var(--thm-white);
    font-size: 15px;
    font-weight: 700;
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.swiper-nav-style1 .swiper-button-next {
    margin-left: 15px;
}

.swiper-nav-style1 .swiper-button-next i,
.swiper-nav-style1 .swiper-button-prev i {
    font-weight: 700;
}

.swiper-nav-style1 .swiper-button-next:hover,
.swiper-nav-style1 .swiper-button-prev:hover {
    background: var(--thm-primary-color);
    color: #ffffff;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}

.swiper-nav-style1 .swiper-button-next::after,
.swiper-nav-style1 .swiper-button-prev::after {
    display: none;
}

.list-wrap {
    margin: 0px;
    padding: 0px;
}

.list-wrap li {
    list-style: none
}

p {
    font-size: var(--thm-body-font-size);
    font-weight: var(--thm-body-font-weight);
    line-height: 30px;
    color: var(--thm-paragraph-color);
    margin-bottom: 0;
}

hr {
    border-bottom: 1px solid var(--thm-primary-color);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: var(--thm-body-font-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

*::-moz-selection {
    background: var(--thm-primary-color);
    color: var(--thm-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--thm-primary-color);
    color: var(--thm-white);
    text-shadow: none;
}

::selection {
    background: var(--thm-primary-color);
    color: var(--thm-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    opacity: 1;
}

*::placeholder {
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: var(--thm-primary-color) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid var(--thm-primary-color);
}

/* Bootstrap 5 */
.container {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    --bs-gutter-x: 30px;
}

.row.g-0 {
    --bs-gutter-x: 0;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.fix {
    overflow: hidden
}

/*====================================================================
   5. Search Popup
======================================================================*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    padding-top: 130px;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 320px;
    background-color: var(--thm-black);
    opacity: 1.0;
    cursor: pointer;
}

.search-close-btn {
    position: absolute;
    top: 10px;
    right: 27px;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    transform: inherit;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    width: 60px;
    height: 60px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-close-btn:hover {
    background-color: var(--thm-primary-color);
}

.search-close-btn i {
    position: relative;
    display: inline-block;
    transform: rotate(45deg);
}


.search-close:hover {
    color: var(--thm-primary-color);
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: var(--thm-white);
    border-radius: 10px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: var(--thm-white);
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
    padding-right: 75px;
}

.search-popup__content .btn-one {
    padding: 0;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0px;
    border-radius: 0;
    background-color: var(--thm-primary-color);
    border: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.search-popup__content .btn-one::before {
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--thm-black);
}

.search-popup__content .btn-one i::before {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 20px;
    font-weight: 700;
    background-color: transparent;
    margin-left: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 5;
}

.search-popup__content .btn-one:hover i::before {
    color: var(--thm-white);
}

.search-popup__content .btn-one i {
    margin-left: 0px;
}

/*====================================================================
	6. Preloader CSS
======================================================================*/
#preloader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}

.loader .loader-outter {
    position: absolute;
    border: 2px solid var(--thm-primary-color);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader .loader-inner {
    position: absolute;
    border: 4px solid var(--thm-primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.preloader-two .loader .loader-outter {
    position: absolute;
    border: 4px solid var(--thm-primary-color-two);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.preloader-two .loader .loader-inner {
    position: absolute;
    border: 4px solid var(--thm-primary-color-two);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.preloader-three .loader .loader-outter {
    position: absolute;
    border: 4px solid var(--thm-primary-color-three);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.preloader-three .loader .loader-inner {
    position: absolute;
    border: 4px solid var(--thm-primary-color-three);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

/*====================================================================
	7. Button One style
======================================================================*/
.btn-box {
    margin-top: 30px;
}

.button-style-1 {
    gap: 15px;
    z-index: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 40px;
    border-radius: 5px;
    padding: 10px 30px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 1.28px;
    background: linear-gradient(45deg, #665cb5, #c33cc2);
    font-family: var(--thm-heading-font-family);
}

.button-style-1:before,
.button-style-1:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: var(--thm-secondary-color);
}

.button-style-1:before {
    transform: translateX(-100%);
    z-index: -1;
}

.button-style-1:hover:before {
    transform: translateX(0);
    transition: transform 350ms ease;
}

.button-style-1:after {
    z-index: -1;
    transform: translateX(100%);
    transition: none;
    transition: transform 350ms ease;
}

.button-style-1:hover:after {
    opacity: -1;
    transform: translateX(0);
    transition: transform 350ms 360ms ease;
}

.button-style-1:hover {
    color: var(--thm-white);
}

.button-style-1.secondary-white {
    background-color: #df2a19;
}

.secondary-white:before,
.secondary-white:after {
    background-color: var(--thm-white);
}

.button-style-1.secondary-white:hover {
    color: var(--thm-black);
}
.weap-higle {
    text-align: center;
    padding-bottom: 50px;
}
.weap-higle h2 {
    font-size: 48px;
}

/* Button Style 2 */
.button-style-2 {
    gap: 15px;
    z-index: 0;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    line-height: 40px;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    letter-spacing: 1.28px;
    justify-content: center;
    color: var(--thm-white);
    text-transform: uppercase;
    background-color: #141416;
    transition: all 0.3s ease-in-out;
    font-family: var(--thm-heading-font-family);
}

.button-style-2 i {
    font-size: 13px;
    font-weight: 700;
    color: var(--thm-primary-color);
}

.button-style-2:hover {
    color: var(--thm-primary-color);
}

/*====================================================================
	8. ScrollUp
======================================================================*/

/* scrollUp */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: var(--thm-body-font-size);
    border-radius: 6px;
    z-index: 99;
    color: var(--thm-white);
    text-align: center;
    cursor: pointer;
    background: var(--thm-primary-color);
    transition: 1s ease;
    border: none;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    background: var(--thm-secondary-color);
}

.custom-container {
    max-width: 1320px;
}

.body-dark-bg {
    background: linear-gradient(45deg, #665cb5, #000000);
}

/*====================================================================
	9. Sidebar
======================================================================*/
.xs-sidebar-group .xs-overlay {
    left: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    cursor: url(../img/icon/cross-out.png), pointer;
    z-index: 99999999;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .6;
    visibility: visible;
    transition-delay: 0.0s;
    right: 100%;
    background-color: #000000;
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 365px;
    background-color: #000000;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 1;
    z-index: 999999999;
}
.xs-sidebar-widget::-webkit-scrollbar {
    width: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    left: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.sidebar-textwidget {
    padding: 70px 30px;
    padding-top: 30px;
}

.sidebar-widget-container {
    position: relative;
    top: -150px;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 300ms ease 100ms;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 600ms ease 800ms;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: 0;
    background-color: #000000;
}

.xs-sidebar-group .widget-heading {
    top: 5px;
    right: 0;
    z-index: 1;
    padding: 25px;
    position: absolute;
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border: 2px solid var(--thm-white);
    border-radius: 50%;
    color: var(--thm-white);
    font-size: 16px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.xs-sidebar-group .widget-heading a:hover {
    color: var(--thm-white);
    border-color: var(--thm-white);
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner .logo a {
    position: relative;
    display: inline-block;
}

.xs-sidebar-group .content-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: var(--thm-white);
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 14px;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--thm-white);
}

.xs-sidebar-group .content-inner .content-box {
    margin-bottom: 30px;
    padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box .inner-text {
    position: relative;
    display: block;
    padding-top: 2px;
}

.xs-sidebar-group .content-inner .content-box p {
    color: rgba(255, 255, 255, .7);
    margin: 0;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 10px 20px;
    background-color: var(--thm-black-bg);
    color: var(--thm-body-font-color);
    transition: all 500ms ease;
    outline: none;
    border: none;
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    resize: none;
    height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
    border-color: transparent;
}

.xs-sidebar-group .content-inner .form-inner .form-group.message-btn {
    position: relative;
}

.xs-sidebar-group .content-inner .form-inner .form-group.message-btn button {
    border: none;
    width: 100%;
}

.xs-sidebar-group .content-inner .form-inner .form-group.message-btn .btn-one {
    position: relative;
}

.sidebar-contact-info {
    position: relative;
    display: block;
    padding-top: 43px;
}

.sidebar-contact-info ul {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

.sidebar-contact-info ul li {
    position: relative;
    display: block;
    color: var(--thm-body-font-color);
    line-height: 30px;
}

.sidebar-contact-info ul li span {
    position: relative;
    display: inline-block;
    width: 25px;
}

.sidebar-contact-info ul li span:before {
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.sidebar-contact-info ul li a {
    color: var(--thm-body-font-color);
}

.sidebar-contact-info ul li a:hover {
    color: var(--thm-primary-color);
}

.xs-sidebar-group .content-inner .thm-social-link1 {
    overflow: hidden;
}

.thm-social-link1 {
    position: relative;
    display: block;
}

.thm-social-link1 ul {
    position: relative;
}

.thm-social-link1 ul li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.thm-social-link1 ul li:last-child {
    margin-right: 0;
}

.thm-social-link1 ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #1c1c1e;
    border-radius: 50%;
    color: var(--thm-white);
    font-size: 16px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--thm-primary-color);
    border-radius: 50%;
    transition: .5s;
    transform: scale(.5);
    opacity: 0;
    content: '';
    z-index: -1;
}

.thm-social-link1 ul li a:hover:before {
    transform: scale(1);
    opacity: 1;
}

.thm-social-link1 ul li a:hover {
    color: var(--thm-white);
}

/*====================================================================
	10. Styled Pagination
======================================================================*/
.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 0px;
    text-align: center;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin-right: 17px;
}

.styled-pagination li:last-child {
    margin-right: 0;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    background: var(--thm-black-bg);
    border-radius: 50%;
    color: var(--thm-white);
    font-size: 18px;
    line-height: 65px;
    font-weight: 700;
    border: 1px solid #3b3b3b;
    text-align: center;
    transition: all 500ms ease;
    font-family: var(--thm-heading-font-family);
    z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: var(--thm-white);
    background: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    border-radius: 50%;
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: var(--thm-white);
}

.styled-pagination li a span:before {
    position: relative;
    top: 1px;
    color: var(--thm-white);
    font-size: 15px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before {
    color: var(--thm-white);
}


/*====================================================================
	11. Page Header
======================================================================*/

.page-header {
    position: relative;
    display: block;
    padding: 270px 0px 148px;
    background: var(--thm-black);
    overflow: hidden;
    z-index: 1;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.page-header__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(20, 20, 22, 0.00) 0%, #141416 100%);
    z-index: -2;
    content: "";
}

.page-header__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.page-header__inner h2 {
    color: var(--thm-white);
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.page-header__inner .thm-breadcrumb {
    position: relative;
    display: block;
}

.page-header__inner .thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--thm-heading-font-family);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding-left: 10px;
}

.page-header__inner .thm-breadcrumb li:first-child {
    padding-left: 0;
}

.page-header__inner .thm-breadcrumb li a {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--thm-heading-font-family);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.page-header__inner .thm-breadcrumb li a:hover {
    color: var(--thm-primary-color);
}


/*====================================================================
	12. Project One CSS
======================================================================*/
.project-one {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
}

.project-one .container-fluid {
    max-width: 1760px;
    padding-left: 15px;
    padding-right: 15px;
}

.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;
    border-radius: 6px;
    z-index: 1;
}

.project-one__img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(to top, rgba(223, 42, 25, 1), rgba(223, 42, 25, 0));
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transition: all 500ms ease;
    z-index: 1;
}

.project-one__img img {
    width: 100%;
    transition: .9s ease;
    transform: scale(1.05);
}

.project-one__single:hover .project-one__img img {
    transform: scale(1);
}

.project-one__content {
    position: absolute;
    left: 40px;
    bottom: 40px;
    right: 40px;
    z-index: 1;
    overflow: hidden;
}

.project-one__title {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 13px;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 900ms ease;
}

.project-one__single:hover .project-one__title {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 500ms;
}

.project-one__title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 0%;
    background: var(--thm-white);
    transition: transform 1500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    content: "";
}

.project-one__single:hover .project-one__title::before {
    transform: scale(1, 1);
    transform-origin: left center;
    width: 100%;
}

.project-one__title a {
    color: var(--thm-white);
}

.project-one__sub-title {
    color: var(--thm-white);
    margin-top: 11px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 900ms ease;
}

.project-one__single:hover .project-one__sub-title {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 500ms;
}

.project-one__single:hover .project-one__img:before {
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.project-one__single:hover .project-one__content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 700ms;
}

.project-one__gap .col-xl-3:nth-child(1) .project-one__single,
.project-one__gap .col-xl-3:nth-child(3) .project-one__single {
    margin-top: 70px;
}


/*====================================================================
	13. Working Process One
======================================================================*/

.working-process-one {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.working-process-one__inner {
    position: relative;
    display: block;
}

.working-process-one__single {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    padding: 40px 40px 40px;
    border-radius: 5px;
    z-index: 1;
}

.working-process-one__title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 8px;
}

.working-process-one__title .circle {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background: var(--thm-primary-color);
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.working-process-one__single:hover .working-process-one__title .circle {
    transform: scale(1.05);
}

.working-process-one__title .icon {
    position: absolute;
    left: 0px;
    top: 15px;
}

.working-process-one__title .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 60px;
    line-height: 60px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.working-process-one__single:hover .working-process-one__title .icon span {
    transform: scale(0.9);
}

.working-process-one__title h3 {
    font-size: 24px;
    line-height: 30px;
}

.working-process-one__text {
    margin-bottom: 30px;
}

.working-process-one__btn {
    color: var(--thm-primary-color);
    line-height: 32px;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-family: var(--thm-heading-font-family);
    font-weight: var(--thm-heading-font-weight);
}

.working-process-one__btn i {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: -1px;
}

.working-process-one__btn:hover {
    color: var(--thm-white);
}

.working-process-one__big-text {
    position: absolute;
    right: 26px;
    bottom: 21px;
    color: rgba(255, 255, 255, .1);
    font-size: 68px;
    line-height: 0.8em;
    font-weight: 700;
    font-family: var(--thm-heading-font-family);
}

.working-process-one .swiper-container {
    overflow: inherit;
    visibility: visible;
}


/*====================================================================
	14. Feature One
======================================================================*/
.feature-one {
    position: relative;
    display: block;
    padding: 38px 0px 34px;
    background: var(--thm-black);
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    overflow-x: hidden;
}

.feature-one__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
}

.feature-one__wrap:hover .feature-one__title-box {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.feature-one__title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 6px;
    -webkit-animation: slide-left 10s linear infinite;
    animation: slide-left 10s linear infinite;
}

.feature-one__wrap .feature-one__title-box {
    padding: 0;
    -webkit-animation: slide-left 10s linear infinite;
    animation: slide-left 10s linear infinite;
}

.feature-one__title-box>* {
    margin: 0 20px;
}

.feature-one__title {
    position: relative;
    color: var(--thm-white);
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
}

.feature-one__title span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 40px;
    line-height: 40px;
}

.feature-one__title .icon-one {
    position: relative;
    display: inline-block;
    margin-right: 45px;
    margin-left: 2px;
}

@keyframes slide-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


/*====================================================================
	15. Projects Two
======================================================================*/
.projects-two {
    position: relative;
    display: block;
    padding: 0px 0px 70px;
    z-index: 1;
}

.projects-two__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 55px;
}

.projects-two__top .section-title {
    padding-bottom: 0;
}

.projects-two__top .btn-box {
    position: relative;
    display: block;
    top: -15px;
}

.projects-two__menu-box {
    position: relative;
    display: block;
    padding-bottom: 70px;
}

.projects-two__menu-box .project-filter {
    position: relative;
    display: block;
    z-index: 1;
}

.projects-two__menu-box .project-filter li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.projects-two__menu-box .project-filter li:last-child {
    margin-bottom: 0px;
}

.projects-two__menu-box .project-filter li .filter-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--thm-body-font-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1.28px;
    background: var(--thm-black-bg);
    border-radius: 5px;
    padding: 13px 20px 11px;
    cursor: pointer;
    transition: all .4s ease;
    font-family: var(--thm-heading-font-family);
    z-index: 1;
}

.projects-two__menu-box .project-filter li .filter-text i {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 8px;
    line-height: 8px;
    font-weight: 400;
    top: 0px;
}

.projects-two__menu-box .project-filter li .filter-text:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: -1px;
    content: "";
    background: var(--thm-primary-color);
    border-radius: 5px;
    opacity: 1;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.projects-two__menu-box .project-filter li:hover .filter-text:before,
.projects-two__menu-box .project-filter li.active .filter-text:before {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.projects-two__menu-box .project-filter li:hover .filter-text,
.projects-two__menu-box .project-filter li.active .filter-text {
    color: #ffffff;
}

.projects-two__menu-box .project-filter li .count {
    display: none;
}

.projects-two__content {
    position: relative;
    display: block;
}

.projects-two__single {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.projects-two__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
}

.projects-two__link {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.7);
    transition: all 600ms ease;
    z-index: 2;
}

.projects-two__single:hover .projects-two__link {
    transform: scale(1);
    opacity: 1;
    transition-delay: 500ms;
}

.projects-two__link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: var(--thm-white);
    border-radius: 50%;

    color: var(--thm-black);
    text-align: center;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
}

.projects-two__link a:hover {
    color: var(--thm-white);
    background: var(--thm-primary-color);
}

.projects-two__link a span::before {
    position: relative;
    display: inline-block;
    font-size: 25px;
}

.projects-two__single-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}

.projects-two__single:hover .projects-two__single-img::before {
    opacity: 0.60;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.projects-two__single-img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.projects-two__single:hover .projects-two__single-img img {
    transform: scale(1.05) rotate(0deg);
}

.projects-two__single-content {
    position: relative;
    display: block;
    padding-top: 23px;
}

.projects-two__single-content h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.projects-two__single-content h2 a {
    color: var(--thm-white);
}

.projects-two__single-content h2 a:hover {
    color: var(--thm-primary-color);
}

.projects-two__single-content p {
    margin: 0;
}


/*====================================================================
	16. Testimonial One
======================================================================*/
.testimonial-one--about {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.testimonial-one--about .swiper-nav-style1 {
    top: 168px;
}


/*====================================================================
	17. Footer Two
======================================================================*/
.footer-one__two.about {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    padding: 120px 0px 0px;
}

.footer-one__two.about .footer-one__two-top-inner .social-links li a {
    background: #212224;
}


/*====================================================================
	18. Services One
======================================================================*/
.services-one--services {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
    z-index: 1;
}


/*====================================================================
	19. Project One
======================================================================*/
.project-one--project {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
    z-index: 1;
}


/*====================================================================
	20. Project Details
======================================================================*/
.project-details {
    position: relative;
    display: block;
    padding: 120px 0px 112px;
    z-index: 1;
}

.project-details__inner {
    position: relative;
    display: block;
}

.project-details__text1 {
    position: relative;
    display: block;
}

.project-details__text1-img {
    position: relative;
    display: block;
}

.project-details__text1-img-left {
    position: relative;
    display: block;
    margin-right: -27.5px;
}

.project-details__text1-img-left .single-img {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
}

.project-details__text1-img-left .single-img img {
    width: 100%;
}

.project-details__text1-img-right {
    position: relative;
    display: block;
    max-width: 480px;
    width: 100%;
    margin-left: 28px;
}

.project-details__text1-img-right .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.project-details__text1-img-right .img-box img {
    width: 100%;
}

.project-details__text1-list {
    position: relative;
    display: block;
    margin-left: -40px;
}

.project-details__text1-list ul {
    position: relative;
    display: block;
    border: 1px solid #3d3d3f;
    border-radius: 5px;
    padding: 0px 35px 0px;
    padding-bottom: 33px;
}

.project-details__text1-list ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 34px;
    margin-top: 36px;
}

.project-details__text1-list ul li:last-child {
    padding-bottom: 0px;
}

.project-details__text1-list ul li::before {
    position: absolute;
    left: -35px;
    bottom: 0;
    right: -35px;
    height: 1px;
    background: #3d3d3f;
    content: "";
}

.project-details__text1-list ul li:last-child:before {
    display: none;
}

.project-details__text1-list ul li .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #1d1415;
}

.project-details__text1-list ul li .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 20px;
}

.project-details__text1-list ul li .text-box {
    position: relative;
    display: block;
    margin-left: 20px;
    flex: 1;
}

.project-details__text1-list ul li .text-box p {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

.project-details__text1-list ul li .text-box h4 {
    color: var(--thm-white);
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}

.project-details__text2 {
    position: relative;
    display: block;
    margin-top: 37px;
}

.project-details__text2 p {
    margin: 0;
}

.project-details__text2 p+p {
    margin-top: 32px;
}

.project-details__text3 {
    position: relative;
    display: block;
    margin-top: 33px;
}

.project-details__text3-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.project-details__text3-single h4 {
    color: var(--thm-white);
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 19px;
}

.project-details__text3-single h4 span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 18px;
    top: 2px;
    padding-right: 9px;
}

.project-details__text3-single p {
    margin: 0;
}

.project-details__text4 {
    position: relative;
    display: block;
}

.project-details__text4 p {
    margin: 0;
}

.project-details__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--thm-white);
    margin-top: 45px;
    padding-top: 30px;
}

.project-details__btn-box-single {
    position: relative;
    display: block;
}

.project-details__btn-box-single a {
    color: var(--thm-white);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    font-family: var(--thm-heading-font-family);
}

.project-details__btn-box-single a span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    top: 1px;
    padding-right: 5px;
}

.project-details__btn-box-single a:hover {
    color: var(--thm-primary-color);
}

.project-details__btn-box-single p {
    color: var(--thm-white);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    font-family: var(--thm-heading-font-family);
    margin-top: 13px;
}

.project-details__btn-box-single.style2 {
    position: relative;
    display: block;
    text-align: right;
}

.project-details__btn-box-single.style2 a span {
    padding-right: 0px;
    padding-left: 5px;
}


/*====================================================================
	21. Faq One
======================================================================*/
.faq-one {
    position: relative;
    display: block;
    padding: 120px 0px 100px;
    z-index: 1;
}

.faq-one__inner {
    position: relative;
    display: block;
}

.faq-one__accrodion {
    position: relative;
    display: block;
}

.faq-one__accrodion .accrodion {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    border: 0px solid transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one__accrodion .accrodion .accrodion-title {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    cursor: pointer;
    padding: 17px 0px 15px;
    padding-left: 45px;
    padding-right: 45px;
    border-radius: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one__accrodion .accrodion .accrodion-title h2 {
    position: relative;
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one__accrodion .accrodion .accrodion-title h2::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--thm-primary-color);
    border-radius: 50%;
    font-family: 'icomoon' !important;
    color: var(--thm-primary-color);
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    transform: translateY(-50%);
    transition: all 500ms ease;
    content: "\e921";
}

.faq-one__accrodion .accrodion.active .accrodion-title h2::before {
    content: "\e922";
    font-family: 'icomoon' !important;
    color: var(--thm-primary-color);
}


.faq-one__accrodion .accrodion .accrodion-content {
    position: relative;
    display: block;
    padding: 27px 0px 15px;
}

.faq-one__accrodion .accrodion.active .accrodion-content {
    position: relative;
    display: block;
}

.faq-one__accrodion .accrodion .accrodion-content .inner {
    position: relative;
    display: block;
}

.faq-one__accrodion .accrodion .accrodion-content .inner p {
    margin: 0;
}

/*====================================================================
	22. Pricing One
======================================================================*/
.subscribe-one--pricing {
    position: relative;
    display: block;
    padding-bottom: 120px;
}

/*====================================================================
	23. Pricing Two
======================================================================*/
.pricing-two--pricing {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
}

/*=============================
	Footer style1
===============================*/
.footer-one {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}

.footer-main {
    position: relative;
    display: block;
    padding-top: 120px;
    padding-bottom: 80px;
}

.single-footer-widget {
    position: relative;
    display: block;
}

.single-footer-widget.ml50 {
    margin-left: 45px;
}

.single-footer-widget.ml15 {
    margin-left: 15px;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -5px;
}

.single-footer-widget .title h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 30px;
}

.footer-logo-one {
    position: relative;
    display: block;
}

.footer-logo-one a {
    position: relative;
    display: inline-block;
}

.our-company-info .text {
    margin-top: 32px;
}

.footer-social-link {
    position: relative;
    display: block;
    width: 170px;
    background: var(--thm-primary-color);
    border-radius: 5px;
    margin-top: 30px;
    padding: 12px 0;
}

.footer-social-link ul li {
    position: relative;
    display: block;
    float: left;
    line-height: 26px;
    border-right: 1px solid rgb(255, 255, 255, 0.30);
}

.footer-social-link ul li:last-child {
    border-right: none;
}

.footer-social-link ul li a {
    position: relative;
    display: block;
    padding: 0 20px;
    color: var(--thm-white);
    font-size: 16px;
}

.footer-social-link ul li a:hover {
    transform: translateY(-0.2rem);
}

.footer-widget-links {
    position: relative;
    display: block;
    padding-top: 29px;
}

.footer-widget-links ul {
    position: relative;
    display: block;
}

.footer-widget-links ul li {
    position: relative;
    display: block;
    margin-bottom: 6px;
}

.footer-widget-links ul li:last-child {
    margin-bottom: 0;
}

.footer-widget-links ul li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-body-font-color);
}

.footer-widget-links ul li a:hover {
    color: var(--thm-white);
}

.footer-widget-links ul li a i {
    font-size: 14px;
    margin-right: 10px;
}

.footer-widget-contact-info {
    position: relative;
    display: block;
    padding-top: 31px;
}

.footer-widget-contact-info ul {
    position: relative;
    display: block;
}

.footer-widget-contact-info ul li {
    position: relative;
    display: block;
    padding-left: 60px;
}

.footer-widget-contact-info ul li+li {
    margin-top: 19px;
}

.footer-widget-contact-info ul li .icon-box {
    position: absolute;
    top: 6px;
    left: 0;
    width: 45px;
    height: 45px;
    background: var(--thm-black-bg);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-widget-contact-info ul li .icon-box span {
    color: var(--thm-primary-color);
    font-size: 20px;
}

.footer-widget-contact-info ul li .text-box {
    position: relative;
    display: block;
}

.footer-widget-contact-info ul li .text-box p {
    line-height: 28px;
}

.footer-widget-contact-info ul li .text-box p a {
    color: var(--thm-body-font-color);
}

.footer-widget-contact-info ul li .text-box p a:hover {
    color: var(--thm-white);
}

.footer-widget-blog-info {
    position: relative;
    display: block;
    padding-top: 37px;
}

.footer-widget-blog-info ul {
    position: relative;
    display: block;
}

.footer-widget-blog-info ul li {
    position: relative;
    display: block;
    min-height: 80px;
    padding-left: 80px;
    margin-bottom: 30px;
}

.footer-widget-blog-info ul li:last-child {
    margin-bottom: 0;
}

.footer-widget-blog-info .footer-blog-thumb {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 80px;
    border-radius: 5px;
    overflow: hidden;
}

.footer-widget-blog-info .footer-blog-thumb img {
    width: 100%;
    transition: .7s ease;
    transform: scale(1.0);
}

.footer-widget-blog-info ul li:hover .footer-blog-thumb img {
    transform: scale(1.05);
}

.footer-widget-blog-info .footer-blog-text {
    padding-left: 20px;
}

.footer-widget-blog-info .footer-blog-text span {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    line-height: 20px;
}

.footer-widget-blog-info .footer-blog-text span i {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    color: var(--thm-secondary-color);
    font-size: 12px;
}

.footer-widget-blog-info .footer-blog-text h3 {
    font-size: 18px;
    line-height: 24px;
}

.footer-widget-blog-info .footer-blog-text h3 a {
    color: var(--thm-white);
}

.footer-widget-blog-info .footer-blog-text h3 a:hover {
    color: var(--thm-primary-color);
}

.footer-bottom {
    border-top: 1px solid #363638;
    padding: 31px 0 30px 0;
}

.copyright-text p {
    margin-bottom: 0;
}

.copyright-menu ul li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

.copyright-menu ul li:last-child {
    margin-right: 0;
}

.copyright-menu ul li a {
    position: relative;
    display: block;
    color: var(--thm-pragraph-color);
}

.copyright-menu ul li a:hover {
    color: var(--thm-white);
}


/*=============================
	Footer Two
===============================*/
.footer-one__two {
    position: relative;
    display: block;
}

.footer-one__two-top {
    position: relative;
    display: block;
}

.footer-one__two-top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #353537;
    padding-bottom: 30px;
}

.footer-one__two-top-inner .social-links {
    position: relative;
    display: block;
}

.footer-one__two-top-inner .social-links li {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
}

.footer-one__two-top-inner .social-links li:last-child {
    margin-right: 0;
}

.footer-one__two-top-inner .social-links li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #1c1c1e;
    border-radius: 5px;
    color: var(--thm-white);
    z-index: 1;
}

.footer-one__two-top-inner .social-links li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-primary-color);
    border-radius: 5px;
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.footer-one__two-top-inner .social-links li a:hover::before {
    transform: scale(1.0);
    opacity: 1;
}

.footer-one__two-top-inner .social-links li a span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
}

.footer-one__two .footer-main {
    padding-top: 60px;
    padding-bottom: 45px;
}

.footer-one__two .footer-widget-links ul li {
    margin-bottom: 11px;
}

.footer-one__two .footer-widget-blog-info .footer-blog-thumb {
    top: 5px;
}

.footer-one__two .footer-widget-blog-info .footer-blog-text h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: var(--thm-body-font-family);
}

.footer-one__two .footer-widget-blog-info .footer-blog-text h3 a {
    color: var(--thm-body-font-color);
}

.footer-one__two .footer-widget-blog-info .footer-blog-text h3 a:hover {
    color: var(--thm-white);
}

.footer-one__two .footer-widget-blog-info .footer-blog-text span {
    margin-bottom: 0px;
}

.footer-one__two .footer-widget-blog-info {
    padding-top: 32px;
}

.footer-one__two .footer-widget-blog-info ul li {
    margin-bottom: 20px;
}

.footer-one__two .footer-widget-contact-info ul li .icon-box {
    top: 6px;
    width: 20px;
    height: 20px;
    background: transparent;
}

.footer-one__two .footer-widget-contact-info ul li .icon-box span {
    font-size: 16px;
}

.footer-one__two .footer-widget-contact-info ul li {
    padding-left: 37px;
}

.footer-one__two .footer-widget-contact-info ul li+li {
    margin-top: 16px;
}

.footer-one__two .footer-widget-contact-info {
    padding-top: 29px;
}

.footer-one__two .single-footer-widget.ml50 {
    margin-left: 50px;
}

.footer-one__two .footer-bottom {
    border-top: 0px solid #363638;
    padding: 0px 0 0px 0;
}

.footer-one__two .footer-bottom__inner {
    position: relative;
    display: block;
    border-top: 2px solid #353537;
    padding: 31px 0 30px 0;
}
/*=============================
	About One Css
===============================*/
.about-one {
    padding: 90px 0 120px;
}

.about-one__img {
    position: relative;
    display: block;
    padding-right: 55px;
    z-index: 1;
}

.about-one__shape1 {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: -1;
}

.about-one__shape1 img {
    filter: contrast(0.5);
    opacity: 0.50;
}

.about-one__img-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 110px;
    height: 110px;
    margin-left: -50px;
    margin-top: 20px;
    z-index: 2;
}

.about-one__img-icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border: 15px solid var(--thm-white);
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    color: var(--thm-white);
    font-size: 30px;
}

.about-one__img-icon a:hover {
    color: var(--thm-white);
}

.about-one__img-top {
    position: relative;
    display: block;
    padding-left: 55px;
}

.about-one__img-top ul {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-left: -5px;
    margin-right: -5px;
}

.about-one__img-top ul li {
    position: relative;
    display: block;
    float: left;
    padding: 0 5px 0;
    margin-bottom: 10px;
}

.about-one__single-img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.about-one__img-top li:nth-child(1) .about-one__single-img-box::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: 10px;
    right: 10px;
    background-color: var(--thm-primary-color);
    border-radius: 60px 0px 0px 0px;
    z-index: -1;
}

.about-one__single-img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.about-one__single-img-box .inner img {
    width: 100%;
}

.about-one__img-top li:nth-child(1) .about-one__single-img-box .inner img {
    border-radius: 60px 0px 0px 0px;
}

.about-one__img-top li:nth-child(1) .about-one__single-img-box .inner::before img {
    border-radius: 60px 0px 0px 0px;
}

.about-one__img-top li:nth-child(2) .about-one__single-img-box .inner img {
    border-radius: 80px 10px;
}

.about-one__img-bottom {
    position: relative;
    display: block;
    padding-right: 50px;
}

.about-one__img-bottom ul {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-left: -5px;
    margin-right: -5px;
}

.about-one__img-bottom ul li {
    position: relative;
    display: block;
    float: left;
    padding: 0 5px 0;
}

.about-one__img-bottom ul li:nth-child(1) .about-one__single-img-box .inner img {
    border-radius: 50px 10px;
}

.about-one__img-bottom ul li:nth-child(2) .about-one__single-img-box .inner img {
    border-radius: 10px;
    border-bottom-right-radius: 80px;
}

.about-one__content {
    position: relative;
    display: block;
    padding-top: 30px;
}

.about-one__content .section-title {
    padding-bottom: 37px;
}

.about-one__content-text {
    position: relative;
    display: block;
}

.about-one__content-features {
    position: relative;
    display: block;
    margin-top: 40px;
}

.about-one__content-features ul {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__content-features ul li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid var(--thm-primary-color);
    padding: 21px 30px 22px;
    border-radius: 5px;
}

.about-one__content-features ul li+li {
    margin-left: 30px;
}

.about-one__content-features ul li .inner {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__content-features ul li .inner .icon {
    position: relative;
    display: block;
    margin-right: 20px;
    line-height: 0;
}

.about-one__content-features ul li .inner .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 40px;
    line-height: 40px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.about-one__content-features ul li:hover .inner .icon span {
    transform: scale(0.9);
}

.about-one__content-features ul li .inner h3 {
    font-size: 24px;
    line-height: 34px;
}

.about-one__content-text .bottom-text {
    position: relative;
    display: block;
    padding-top: 42px;
}

/*=================================
	About Two Css
===================================*/
.about-two {
    position: relative;
    display: block;
    padding: 0px 0px 120px;
    z-index: 1;
}

.about-two__content {
    position: relative;
    display: block;
    margin-top: 50px;
}

.about-two__content .section-title {
    padding-bottom: 20px;
}

.about-two__content .text {
    position: relative;
    display: block;
}

.about-two__content .text p {
    margin: 0;
}

.about-two__content-list-box {
    position: relative;
    display: block;
    margin-top: 45px;
}

.about-two__content-list-box-single {
    position: relative;
    display: block;
}

.about-two__content-list-box-single ul {
    position: relative;
    display: block;
}

.about-two__content-list-box-single ul li {
    position: relative;
    display: block;
    padding-left: 45px;
    margin-bottom: 15px;
}

.about-two__content-list-box-single ul li:last-child {
    margin-bottom: 0;
}

.about-two__content-list-box-single ul li .icon-box {
    position: absolute;
    top: 2px;
    left: 0;
}

.about-two__content-list-box-single ul li .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-secondary-color);
    font-size: 25px;
}

.about-two__content-list-box-single ul li p {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    font-family: var(--thm-heading-font-family);
}

.about-two__img {
    position: relative;
    display: block;
    margin-left: 85px;
    z-index: 1;
}

.about-two__img::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--thm-primary-color);
    content: "";
    border-radius: 5px;
    content: "";
    z-index: -1;
    transform: rotate(5deg);
}

.about-two__img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
}

.about-two__img .inner::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.about-two__img:hover .inner::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.about-two__img .inner img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.about-two__img:hover .inner img {
    transform: scale(1);
}

.about-two__video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.about-two__video a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background: var(--thm-primary-color);
    text-align: center;
    color: var(--thm-white);
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.about-two__video a:hover {
    color: #ffffff;
    background: var(--thm-black-bg);
}

.about-two__video a::before,
.about-two__video a::after {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    transition: all .4s ease;
}

.about-two__video a::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
/*==================================
    Banner One
====================================*/
.banner-one {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: none;
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.banner-one__inner {
    position: relative;
    display: block;
}

.banner-one__single {
    position: relative;
    display: block;
    padding: 41px 0 278px;
}
.banner-one .shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 320px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.banner-one .shape2 {
    position: absolute;
    top: 0;
    left: 5px;
    opacity: 0.3;
    z-index: 1;
}

.banner-one .shape3 {
    position: absolute;
    top: 215px;
    left: 125px;
    z-index: 1;
}

.banner-one .shape4 {
    position: absolute;
    top: 150px;
    right: 0;
    opacity: 0.3;
    z-index: 1;
}

.banner-one .shape5 {
    position: absolute;
    bottom: 390px;
    right: 95px;
    z-index: 1;
}

.banner-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-black-bg);
    background-blend-mode: luminosity;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -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;
}

.banner-one .swiper-slide-active .banner-one__bg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.banner-one__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #141416;
    opacity: 0.80;
}

.banner-one__bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(20, 20, 22, 0.00) 0%, #141416 100%);
}

.banner-one__content {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 70px;
}

.banner-one__content .big-title {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.banner-one .swiper-slide-active .banner-one__content .big-title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-one__content .big-title h2 {
    color: var(--thm-white);
    font-size: 44px;
    line-height: 1.1em;
    margin-bottom: 51px;
    font-weight: 600;
    text-transform: uppercase;
}
.big-title img {
    width: 56%;
}
.banner-one__content .big-title h2 a.button-style-1{
    top: -27px;
    position: relative;
    border-radius: 30px;
}

.main-slider__nav {
    top: 39%;
    left: 50%;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    max-width: 1500px;
    width: 100%;
    padding: 0 15px;
    height: 0;
    line-height: 0;
    z-index: 100;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    display: block;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 62px;
    font-weight: 400;
    text-align: center;
    opacity: 1;
    margin: 0;
    transition: all 500ms ease;
    z-index: 100;
}

.main-slider__nav .swiper-button-prev {
    margin-bottom: 10px;
    left: 0;
}

.main-slider__nav .swiper-button-next {
    right: 0;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    color: var(--thm-white);
    background: var(--thm-primary-color);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none;
}


/*==================================
    Banner Two
====================================*/
.banner-two {
    position: relative;
    display: block;
    background: var(--thm-body-background);
    padding: 255px 0px 140px;
    z-index: 1;
}

.banner-two .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: -1;
}

.banner-two .shape3 {
    position: absolute;
    top: 180px;
    right: 0;
    opacity: 0.3;
    z-index: -1;
}

.banner-two .row {
    align-items: flex-end;
}

.banner-two__left-content {
    position: relative;
    display: block;
}

.banner-two__left-content .title {
    position: relative;
    display: block;
    margin-bottom: 129px;
}

.banner-two__left-content .title h2 {
    color: var(--thm-white);
    font-size: 68px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
}

.banner-two__left-content-text1 {
    position: relative;
    display: flex;
    align-items: center;
}

.banner-two__left-content-text1 ul {
    position: relative;
    display: block;
}

.banner-two__left-content-text1 ul li {
    position: relative;
    display: block;
    float: left;
    margin-right: -17px;
}

.banner-two__left-content-text1 ul li .img-box {
    position: relative;
    display: block;
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid rgba(190, 190, 190, 0.2);
}

.banner-two__left-content-text1 ul li .img-box img {
    width: 100%;
}

.banner-two__left-content-text1 ul li .icon-box {
    position: relative;
    display: block;
}

.banner-two__left-content-text1 ul li .icon-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: var(--thm-body-background);
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid rgba(190, 190, 190, 0.2);
}

.banner-two__left-content-text1 ul li .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 20px;
}

.banner-two__left-content-text1 .counter-box {
    position: relative;
    display: block;
    margin-left: 32px;
}

.banner-two__left-content-text1 .counter-box .count {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.banner-two__left-content-text1 .counter-box p {
    color: var(--thm-white);
    margin: 0;
}

.banner-two__left-content .btn-box {
    position: relative;
    display: block;
    margin-top: 67px;
}

.banner-two__img {
    position: relative;
    display: block;
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 85px;
    z-index: 1;
}

.banner-two__img::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-black-bg);
    border-radius: 205px 205px 0px 0px;
    content: "";
    z-index: -1;
}

.banner-two__img::after {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: -20px;
    right: -20px;
    background: linear-gradient(180deg, rgba(185, 18, 2, 0.00) 0%, #B91202 100%);
    border-radius: 205px 205px 5px 5px;
    content: "";
    z-index: -2;
}

.banner-two__right-content {
    position: relative;
    display: block;
    z-index: 1;
}

.banner-two__right-content .shape2 {
    position: absolute;
    top: -60px;
    left: -85px;
    z-index: -1;
}

.banner-two__right-content .text {
    position: relative;
    display: block;
    margin-bottom: 75px;
}

.banner-two__right-content .text p {
    margin: 0;
}

.banner-two__right-content .img-box {
    position: relative;
    display: block;
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.banner-two__right-content .img-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(20, 20, 22, 0.00) 33.51%, #141416 100%);
    content: "";
    z-index: 1;
}

.banner-two__right-content .img-box img {
    width: 100%;
}

.banner-two__right-content-bottom {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.banner-two__right-content-bottom .icon-box {
    position: relative;
    display: block;
}

.banner-two__right-content-bottom .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 65px;
    line-height: 65px;
}

.banner-two__right-content-bottom .counter {
    position: relative;
    display: block;
    margin-left: 20px;
}

.banner-two__right-content-bottom .counter .count {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    text-transform: capitalize;
}

.banner-two__right-content-bottom .text-box {
    position: relative;
    display: block;
    margin-left: 21px;
}

.banner-two__right-content-bottom .text-box p {
    color: var(--thm-white);
}
/*=============================
	Blog One CSS
===============================*/
.blog-one {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-one__single-img {
    position: relative;
    display: block;
}

.blog-one__single-img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
}

.blog-one__single-img .inner img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-one__single:hover .blog-one__single-img .inner img:first-child {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.blog-one__single:hover .blog-one__single-img .inner img:nth-child(2) {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-one__single-img .inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--thm-body-background);
    opacity: 0.5;
    transition: all 700ms ease;
    z-index: 2;
}

.blog-one__single-img .inner img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__single__date {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 30px;
    top: 30px;
    width: 75px;
    height: 75px;
    background: var(--thm-black-bg);
    border-radius: 5px;
    transition: all 700ms ease;
    z-index: 2;
}

.blog-one__single:hover .blog-one__single__date {
    background: var(--thm-primary-color);
}

.blog-one__single__date span {
    position: relative;
    display: block;
    color: var(--thm-white);
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    font-family: var(--thm-heading-font-family);
}

.blog-one__single__content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 30px 34px 30px;
    z-index: 2;
}

.blog-one__single__meta {
    position: relative;
    display: block;
}

.blog-one__single__meta ul {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-one__single__meta ul li {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 20px;
    margin-right: 20px;
}

.blog-one__single__meta ul li:last-child {
    margin-right: 0;
}

.blog-one__single__meta ul li i {
    margin-right: 8px;
}

.blog-one__single__meta ul li a {
    color: var(--thm-white);
    transition: all 500ms ease;
}

.blog-one__single__meta ul li a:hover {
    color: var(--thm-primary-color);
}

.blog-one__single__title {
    font-size: 24px;
    line-height: 30px;
    margin: 27px 0 28px;
}

.blog-one__single__title a {
    color: var(--thm-white);
    transition: all 500ms ease;
}

.blog-one__single__title a:hover {
    color: var(--thm-primary-color);
}

.blog-one__single__btn {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.28px;
    font-weight: var(--thm-heading-font-weight);
    font-family: var(--thm-heading-font-family);
    transition: all 500ms ease;
}

.blog-one__single__btn i {
    color: var(--thm-primary-color);
    margin-left: 9px;
}

.blog-one__single__btn:hover {
    color: var(--thm-primary-color);
}


/*=============================
	Blog Two CSS
===============================*/
.blog-two {
    position: relative;
    display: block;
    padding: 90px 0px 90px;
    z-index: 1;
}

.blog-two__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 55px;
}

.blog-two__top .section-title {
    padding-bottom: 0px;
}

.blog-two__top .btn-box {
    position: relative;
    display: block;
    top: -15px;
}

.blog-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-two__single__meta {
    position: absolute;
    display: block;
    background: var(--thm-body-background);
    padding: 5px 10px;
    border-radius: 5px;
    left: 30px;
    right: 30px;
    bottom: 10px;
}

.blog-two__single__meta ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-two__single__meta ul li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
}

.blog-two__single__meta ul li i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--thm-primary-color);
    margin-right: 10px;
}

.blog-two__single__meta ul li a {
    color: var(--thm-body-font-color);
}

.blog-two__single-img {
    position: relative;
    display: block;
}

.blog-two__single-img .inner {
    position: relative;
    display: block;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    z-index: 1;
}

.blog-two__single-img .inner:before,
.blog-two__single-img .inner:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    z-index: 1;
}

.blog-two__single:hover .blog-two__single-img .inner:before {
    background-color: rgba(255, 255, 255, 0.2);
    right: 50%;
    left: 50%;
}

.blog-two__single:hover .blog-two__single-img .inner::after {
    background-color: rgba(255, 255, 255, 0.2);
    top: 50%;
    bottom: 50%;
}

.blog-two__single-img .inner img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.blog-two__single:hover .blog-two__single-img .inner img {
    transform: scale(1);
}

.blog-two__single__content {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    padding: 30px;
    border-radius: 0 0 5px 5px;
}

.blog-two__single__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}

.blog-two__single__btn {
    position: relative;
    display: inline-block;
    line-height: 32px;
    letter-spacing: 1.28px;
    color: var(--thm-white);
    text-transform: uppercase;
    font-family: var(--thm-heading-font-family);
    font-weight: var(--thm-heading-font-weight);
}

.blog-two__single__btn i {
    position: relative;
    display: inline-block;
    margin-left: 3px;
    font-size: 14px;
    top: 0px;
}

/*=============================
	Blog Page CSS
===============================*/
.blog-page {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.blog-page__content {
    position: relative;
    display: block;
}

.blog-page__single {
    position: relative;
    display: block;
    margin-bottom: 80px;
    z-index: 1;
}

.blog-page__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
}

.blog-page__single-img::before {
    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;
}

.blog-page__single:hover .blog-page__single-img::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.blog-page__single-img img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.blog-page__single:hover .blog-page__single-img img {
    transform: scale(1);
}

.blog-page__single-content {
    position: relative;
    display: block;
    padding-top: 33px;
}

.blog-page__single-content .meta-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.blog-page__single-content .meta-box li {
    position: relative;
    display: block;
    margin-right: 20px;
}

.blog-page__single-content .meta-box li:last-child {
    margin-right: 0px;
}

.blog-page__single-content .meta-box li a {
    color: var(--thm-pragraph-color);
    font-size: 16px;
    line-height: 26px;
    transition: all 500ms ease;
}

.blog-page__single-content .meta-box li a:hover {
    color: var(--thm-primary-color);
}

.blog-page__single-content .meta-box li a i {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 15px;
    line-height: 15px;
    top: 1px;
    padding-right: 3px;
}

.blog-page__single-content .title {
    position: relative;
    display: block;
    border-bottom: 1px solid #474747;
    padding-bottom: 18px;
    margin-bottom: 21px;
}

.blog-page__single-content .title h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    text-transform: capitalize;
}

.blog-page__single-content h2 a {
    color: var(--thm-white);
}

.blog-page__single-content h2 a:hover {
    color: var(--thm-primary-color);
}

.blog-page__single-content .text-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-page__single-content .text-box p {
    margin: 0;
}

.blog-page__single-content .btn-box {
    position: relative;
    display: block;
}

.blog-page__single-content .btn-box a {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 16px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    border: 1px solid var(--thm-primary-color);
    padding: 0px 30px 0px;
    border-radius: 5px;
    font-family: var(--thm-heading-font-family);
}

.blog-page__single-content .btn-box a:hover {
    color: var(--thm-primary-color);
}

.blog-page__single-content .btn-box a span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    padding-left: 3px;
}


/*=============================
	Blog Details CSS
===============================*/
.blog-details {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.blog-details__content {
    position: relative;
    display: block;
}

.blog-details__content .blog-page__single {
    margin-bottom: 22px;
}

.blog-details__content-text1 {
    position: relative;
    display: block;
    border-top: 1px solid #525254;
    padding-top: 26px;
}

.blog-details__content-text1 p {
    margin: 0;
}


.blog-details__content-text2 {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    border-radius: 5px;
    padding: 40px 80px 40px;
    margin-top: 30px;
}

.blog-details__content-text2 .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--thm-body-background);
    margin: 0 auto 25px;
}

.blog-details__content-text2 .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 15px;
    line-height: 15px;
}

.blog-details__content-text2 .text-box {
    position: relative;
    display: block;
    margin-bottom: 35px;
}

.blog-details__content-text2 .text-box h2 {
    color: var(--thm-pragraph-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.blog-details__content-text2 .author-info {
    position: relative;
    display: block;
}

.blog-details__content-text2 .author-info h3 {
    color: var(--thm-white);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.blog-details__content-text2 .author-info p {
    color: var(--thm-white);
    margin: 0;
}

.blog-details__content-text3 {
    position: relative;
    display: block;
    margin-top: 31px;
}

.blog-details__content-text3 p {
    margin: 0;
}

.blog-details__content-text3 p+p {
    margin-top: 18px;
}

.blog-details__content-text3 .img-box {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 60px;
}

.blog-details__content-text3 .img-box img {
    width: 100%;
}

.blog-details__content-text4 {
    position: relative;
    display: block;
    margin-top: 31px;
}

.blog-details__content-text4 p {
    margin: 0;
}

.blog-details__content-text4 p+p {
    margin-top: 17px;
}

.blog-details__content-text5 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--thm-black-bg);
    padding: 21px 30px 20px;
    border-radius: 5px;
    margin-top: 40px;
}

.blog-details__content-text5 .meta-box {
    position: relative;
    display: block;
}

.blog-details__content-text5 .meta-box p {
    margin: 0;
}

.blog-details__content-text5 .meta-box p a {
    color: var(--thm-paragraph-color);
}

.blog-details__content-text5 .meta-box p a:hover {
    color: var(--thm-primary-color);
}

.blog-details__content-text5 .meta-box p span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    top: 1px;
    padding-right: 10px;
}

.blog-details__content-text5 .social-links {
    position: relative;
    display: block;
}

.blog-details__content-text5 .social-links a {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 15px;
    line-height: 15px;
}

.blog-details__content-text5 .social-links a+a {
    margin-left: 10px;
}

.blog-details__content-text6 {
    position: relative;
    display: block;
    padding-left: 115px;
    margin-top: 47px;
}

.blog-details__content-text6 .img-box {
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 10px;
    overflow: hidden;
    width: 85px;
}

.blog-details__content-text6 .img-box img {
    width: 100%;
}

.blog-details__content-text6 .content-box {
    position: relative;
    display: block;
    flex: 1;
}

.blog-details__content-text6 .content-box .title {
    position: relative;
    display: block;
    margin-bottom: 7px;
}

.blog-details__content-text6 .content-box .title h3 {
    color: var(--thm-white);
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.blog-details__content-text6 .content-box .title span {
    color: var(--White, #FFF);
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.blog-details__content-text6 .content-box p {
    margin: 0;
}

.blog-details__content-text6 .content-box .share-icon {
    position: relative;
    display: block;
    margin-top: 9px;
}

.blog-details__content-text6 .content-box .share-icon a {
    color: var(--thm-primary-color);
}

.blog-details__content-text6 .content-box .share-icon span {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
}

.blog-details__form {
    position: relative;
    display: block;
    margin-top: 42px;
}

.blog-details__form .title-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-details__form .title-box h2 {
    color: var(--thm-white);
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.blog-details__form .title-box p {
    margin: 0;
}


.comment-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 70px;
    width: 100%;
    border: 1px solid #525252;
    background-color: transparent;
    padding-left: 30px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: var(--thm-pragraph-color);
    display: block;
    border-radius: 5px;
    font-family: var(--thm-body-font-family);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.comment-form__input-box textarea {
    font-size: 16px;
    color: var(--thm-pragraph-color);
    height: 200px;
    width: 100%;
    background-color: transparent;
    padding: 20px 30px 30px;
    border: 1px solid #525252;
    outline: none;
    margin-bottom: 0px;
    border-radius: 5px;
    resize: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.comment-form__input-box input[type="text"]:focus {
    background-color: transparent;
    border-color: var(--thm-primary-color);
}

.comment-form__input-box input[type="email"]:focus {
    background-color: transparent;
    border-color: var(--thm-primary-color);
}

.comment-form__input-box textarea:focus {
    background-color: transparent;
    border-color: var(--thm-primary-color);
}

.comment-form__input-box.text-message-box {
    margin-bottom: 20px;
}

.comment-form__btn-box .button-style-1 {
    width: 100%;
    border: none;
}


/*=============================
	Sidebar Css
===============================*/
.sidebar {
    position: relative;
    display: block;
}

.sidebar__single {
    position: relative;
    display: block;
}

.sidebar__single+.sidebar__single {
    margin-top: 40px;
}

.sidebar__single .title-box {
    position: relative;
    display: block;
    margin-top: -7px;
    margin-bottom: 22px;
}

.sidebar__single .title-box h2 {
    color: var(--var(--thm-white));
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.sidebar__search {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    border-radius: 5px;
    padding: 45px 30px 45px;
    z-index: 1;
}

.sidebar__search-form {
    position: relative;
    display: block;
}

.sidebar__search-form input[type="search"] {
    position: relative;
    display: block;
    border: none;
    outline: none;
    background-color: var(--thm-body-background);
    color: var(--thm-pragraph-color);
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    padding-right: 60px;
    border-radius: 5px;
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--thm-pragraph-color);
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--thm-pragraph-color);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--thm-pragraph-color);
}

.sidebar__search-form ::placeholder {
    color: var(--thm-pragraph-color);
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--thm-pragraph-color);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--thm-pragraph-color);
}

.sidebar__search-form button[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 60px;
    background-color: var(--thm-primary-color);
    color: var(--thm-white);
    font-size: 15px;
    outline: none;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


.sidebar__author {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    padding: 45px 40px 43px;
    border-radius: 5px;
    z-index: 1;
}

.sidebar__author-inner {
    position: relative;
    display: block;
}

.sidebar__author-inner .img-box {
    position: relative;
    display: block;
    width: 125px;
    margin: 0 auto 21px;
}

.sidebar__author-inner .img-box img {
    width: 100%;
}

.sidebar__author-inner h2 {
    color: var(--thm-white);
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 19px;
}

.sidebar__author-inner p {
    margin: 0;
}

.sidebar__author-inner .social-links {
    position: relative;
    display: block;
    margin-top: 30px;
}

.sidebar__author-inner .social-links ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar__author-inner .social-links ul li {
    position: relative;
    display: block;
    padding-right: 20px;
    margin-left: 20px;
}

.sidebar__author-inner .social-links ul li:last-child {
    padding-right: 0;
}

.sidebar__author-inner .social-links ul li:first-child {
    margin-left: 0px;
}

.sidebar__author-inner .social-links ul li::before {
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 5px;
    width: 1px;
    background: #8a8687;
    content: "";
}

.sidebar__author-inner .social-links ul li:last-child:before {
    display: none;
}

.sidebar__author-inner .social-links ul li a {
    position: relative;
    display: block;
    color: var(--thm-white);
    font-size: 15px;
    line-height: 15px;
}

.sidebar__author-inner .social-links ul li a:hover {
    color: var(--thm-primary-color);
}


.sidebar__category {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    padding: 45px 40px 38px;
    border-radius: 5px;
    z-index: 1;
}

.sidebar__category-list {
    position: relative;
    display: block;
    margin-top: -2px;
}

.sidebar__category-list li {
    position: relative;
    display: block;
    border-bottom: 1px solid #424244;
}

.sidebar__category-list li:first-child a {
    margin-top: 0px;
}

.sidebar__category-list li:last-child a {
    padding-bottom: 0;
}

.sidebar__category-list li:last-child {
    border: none;
}

.sidebar__category-list li a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-pragraph-color);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 13px;
    margin-top: 13px;
    z-index: 1;
}

.sidebar__category-list li a:hover {
    color: var(--thm-primary-color);
}

.sidebar__category-list li a .square-box {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid var(--thm-primary-color);
    margin-right: 10px;
}

.sidebar__category-list li a .square-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 2px;
    height: 2px;
    background: var(--thm-primary-color);
    content: "";
}


.sidebar__tag {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    border-radius: 5px;
    padding: 45px 40px 25px;
    z-index: 1;
}

.sidebar__tag-list {
    position: relative;
    display: block;
    margin-left: -10px;
    margin-right: -10px;
}

.sidebar__tag-list li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0px 10px 0px;
    margin-bottom: 20px;
}

.sidebar__tag-list li a {
    position: relative;
    display: block;
    color: var(--thm-body-font-color);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 5px;
    padding: 8px 15px 7px;
    background: var(--thm-body-background);
}

.sidebar__tag-list li a:hover {
    background: var(--thm-primary-color);
}

/*======================================
Contact One Css
========================================*/
.contact-one {
    position: relative;
    display: block;
    background: var(--thm-body-background);
    padding: 180px 0px 180px;
    z-index: 1;
}

.contact-one__bg {
    position: absolute;
    top: 120px;
    left: 0;
    bottom: 120px;
    right: 0;
    width: calc((100% - -230px) / 2);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1;
}

.contact-one__inner {
    position: relative;
    display: block;
}

.contact-one__form {
    position: relative;
    display: block;
    max-width: 690px;
    width: 100%;
    background: var(--thm-black-bg);
    padding: 60px 60px 60px;
    border-radius: 5px;
    float: right;
    z-index: 1;
}

.contact-one__form .section-title {
    padding-bottom: 29px;
}

.contact-one__form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-one__form .input-box .icon {
    position: absolute;
    top: 16px;
    right: 20px;
}

.contact-one__form .input-box .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 15px;
    font-weight: 700;
}

.contact-one__form .input-box input[type="text"],
.contact-one__form .input-box input[type="email"],
.contact-one__form .input-box textarea {
    position: relative;
    display: block;
    background-color: transparent;
    width: 100%;
    height: 60px;
    border: 1px solid #424244;
    color: var(--thm-pragraph-color);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
    font-family: var(--thm-body-font-family);
    outline: none;
}

.contact-one__form .input-box textarea {
    width: 100%;
    height: 130px;
    padding-top: 18px;
    outline: none;
    resize: none;
}

.contact-one__form form input[type="text"]::-webkit-input-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form input[type="text"]:-moz-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form input[type="text"]::-moz-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form input[type="text"]:-ms-input-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form input[type="email"]::-webkit-input-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form input[type="email"]:-moz-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form input[type="email"]::-moz-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form input[type="email"]:-ms-input-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form textarea::-webkit-input-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form textarea:-moz-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form textarea::-moz-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form form textarea:-ms-input-placeholder {
    color: var(--thm-pragraph-color);
}

.contact-one__form-btn {
    position: relative;
    display: block;
    margin-top: 0px;
}

.contact-one__form-btn button {
    width: 100%;
    border: none;
}

.contact-one__form-btn button.btn-one {
    width: 100%;
    justify-content: center;
}

/*======================================
Contact Page Css
========================================*/
.contact-page {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.contact-page__form {
    position: relative;
    display: block;
    margin-right: 20px;
}

.contact-page__form .title-box {
    position: relative;
    display: block;
    margin-bottom: 29px;
}

.contact-page__form .title-box h2 {
    color: var(--thm-white);
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
}

.contact-page__form .input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-page__form .input-box input[type="text"],
.contact-page__form .input-box input[type="email"],
.contact-page__form .input-box input[type="number"],
.contact-page__form .input-box textarea {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    width: 100%;
    height: 70px;
    border: none;
    color: var(--thm-body-font-color);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
    outline: none;
}

.contact-page__form .input-box textarea {
    width: 100%;
    height: 200px;
    padding-top: 23px;
    outline: none;
    resize: none;
}

.contact-page__form form input[type="text"]::-webkit-input-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form input[type="text"]:-moz-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form input[type="text"]::-moz-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form input[type="text"]:-ms-input-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form input[type="email"]::-webkit-input-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form input[type="email"]:-moz-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form input[type="email"]::-moz-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form input[type="email"]:-ms-input-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form textarea::-webkit-input-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form textarea:-moz-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form textarea::-moz-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form form textarea:-ms-input-placeholder {
    color: var(--thm-body-font-color);
}

.contact-page__form-btn {
    position: relative;
    display: block;
    margin-top: 0px;
}

.contact-page__form-btn button {
    border: none;
}

.contact-page__contact-info {
    position: relative;
    display: block;
}

.contact-page__contact-info .title-box {
    position: relative;
    display: block;
}

.contact-page__contact-info .title-box h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.contact-page__contact-info .title-box p {
    margin: 0;
}

.contact-page__contact-info ul {
    position: relative;
    display: block;
    margin-top: 28px;
}

.contact-page__contact-info ul li {
    position: relative;
    display: block;
    padding-left: 80px;
    margin-bottom: 28px;
}

.contact-page__contact-info ul li:last-child {
    margin-bottom: 0;
}

.contact-page__contact-info ul li .icon-box {
    position: absolute;
    top: 7px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--thm-primary-color);
    border-radius: 50%;
}

.contact-page__contact-info ul li .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 20px;
    line-height: 20px;
}

.contact-page__contact-info ul li .text-box {
    position: relative;
    display: block;
}

.contact-page__contact-info ul li .text-box h3 {
    color: var(--thm-white);
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 8px;
}

.contact-page__contact-info ul li .text-box p {
    margin: 0;
}

.contact-page__contact-info ul li .text-box p a {
    color: var(--thm-paragraph-color);
}

.contact-page__contact-info ul li .text-box p a:hover {
    color: var(--thm-primary-color);
}


/*======================================
    Google Map One
========================================*/
.google-map-one {
    position: relative;
    display: block;
    z-index: 1;
}

.google-map-one__map {
    position: relative;
    display: block;
    border: none;
    height: 100%;
    height: 450px;
    width: 100%;
    filter: grayscale(100%) invert(92%) contrast(83%);
}
/*=============================
	Fact Counter One Css
===============================*/
.fact-counter-one {
    position: relative;
    display: block;
    padding: 0px 0px 90px;
    z-index: 1;
}

.fact-counter-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.fact-counter-one__single-inner {
    position: relative;
    display: block;
    background: #4b4b98;
    padding: 32px 30px 30px;
    border-radius: 5px;
}

.fact-counter-one__single-inner .icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 30px;
    width: 65px;
    height: 65px;
    background-color: var(--thm-secondary-color);
    border-radius: 0px 0px 5px 5px;
}

.fact-counter-one__single-inner .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.fact-counter-one__single:hover .fact-counter-one__single-inner .icon span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.fact-counter-one__single-inner .outer-box {
    position: relative;
    display: block;
}

.fact-counter-one__single-inner .outer-box .outer-box__inner {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 0;
}

.fact-counter-one__single-inner .outer-box h2 {
    position: relative;
    color: transparent;
    width: fit-content;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--thm-white);
    font-size: 48px;
    line-height: 50px;
    font-family: var(--thm-heading-font-family);
}

.fact-counter-one__single-inner .outer-box .title {
    position: relative;
    display: block;
    padding-top: 9px;
}

.fact-counter-one__single-inner .outer-box .title p {
    color: white;
    margin: 0;
    font-size: 22px;
}
.wrap-focuhed h2 {
    font-size: 48px;
    text-align: center;
    padding-bottom: 38px;
}

/*=============================
	Fact Counter Two Css
===============================*/
.fact-counter-two {
    position: relative;
    display: block;
    z-index: 1;
}

.fact-counter-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding-left: 25px;
}

.fact-counter-two__single .icon {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: var(--thm-primary-color);
    transform: translateY(-50%);
    z-index: 2;
}

.fact-counter-two__single .icon span {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.fact-counter-two__single:hover .icon span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.fact-counter-two__single-inner {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    padding: 27px 10px 25px;
    padding-left: 50px;
    border-radius: 5px;
}

.fact-counter-two__single-inner .text-box {
    position: relative;
    display: block;
}

.fact-counter-two__single-inner .text-box .count {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
}

.fact-counter-two__single-inner .text-box p {
    margin: 0;
}

/*=============================
	Testimonial One  CSS
===============================*/
.testimonial-one {
    position: relative;
    display: block;
    background: var(--thm-body-background);
    padding: 0px 0px 120px;
    z-index: 1;
}

.testimonial-one__inner {
    position: relative;
    display: block;
}

.testimonial-one__single {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    padding: 50px 50px 55px;
    padding-right: 35px;
    border-radius: 5px;
}

.testimonial-one__single-inner {
    position: relative;
    display: block;
    padding-left: 200px;
}

.testimonial-one__single-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
}

.testimonial-one__single-img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--thm-body-background);
    border-radius: 5px;
}

.testimonial-one__single-img .inner img {
    width: 100%;
    transition: all 700ms ease;
    mix-blend-mode: luminosity;
}

.testimonial-one__single-img .quotes {
    position: absolute;
    left: 0;
    bottom: -25px;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: var(--thm-primary-color);
    text-align: center;
    font-size: 15px;
    color: var(--thm-white);
    line-height: 50px;
    border-radius: 50%;
    border: 2px solid var(--thm-secondary-color);
    z-index: 2;
}

.testimonial-one__single-text {
    position: relative;
    display: block;
}

.testimonial-one__single-text h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.testimonial-one__single-text span {
    position: relative;
    display: block;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 4px;
}

.testimonial-one__single-text i {
    color: var(--thm-primary-color);
    margin-right: 1px;
}

.testimonial-one__single-text p {
    margin: 0;
    margin-top: 13px;
}

.swiper-pagination-dots-line {
    position: relative;
    display: block;
    text-align: center;
    max-width: 300px;
    margin: 0 auto !important;
    background: var(--thm-black-bg);
    border-radius: 5px;
    height: 10px;
    line-height: 10px;
    overflow: hidden;
    margin-top: 80px !important;
    z-index: 55;
}

.swiper-pagination-dots-line .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    background: transparent;
    width: 25%;
    height: 10px;
    float: left;
    background: transparent;
    border-radius: 5px;
    transition: all 500ms ease;
}

.swiper-pagination-dots-line .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-dots-line .swiper-pagination-bullet:hover {
    background: var(--thm-primary-color);
}


/*=============================
	Testimonial Two CSS
===============================*/
.testimonial-two {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.testimonial-two__inner {
    position: relative;
    display: block;
}

.testimonial-two__single {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
    padding: 33px 40px 40px;
    border-radius: 5px;
    z-index: 1;
}

.testimonial-two__single .rating-box {
    position: relative;
    display: block;
    margin-bottom: 4px;
}

.testimonial-two__single .rating-box i {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 15px;
    line-height: 15px;
}

.testimonial-two__single .text-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.testimonial-two__single .text-box p {
    margin: 0;
}

.testimonial-two__single-author-box {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-two__single-author-box .img-box {
    position: relative;
    display: block;
    width: 80px;
}

.testimonial-two__single-author-box .img-box .icon {
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 1;
}

.testimonial-two__single-author-box .img-box .icon span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 35px;
    line-height: 35px;
}

.testimonial-two__single-author-box .img-box .inner {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-two__single-author-box .img-box .inner img {
    width: 100%;
}

.testimonial-two__single-author-box .text-box2 {
    position: relative;
    display: block;
    margin-left: 30px;
}

.testimonial-two__single-author-box .text-box2 h2 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.testimonial-two__single-author-box .text-box2 p {
    margin: 0;
}

.testimonial-two .swiper-nav-style1 {
    top: 183px;
}


/*=============================
	Testimonial One Page
===============================*/
.testimonial-one--page {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
}

.testimonial-one--page .testimonial-one__single {
    margin-bottom: 30px;
}

/*======================================
    Team One Css
========================================*/
.team-one {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    padding: 120px 0px 117px;
    z-index: 1;
}

.team-one__single {
    position: relative;
    display: block;
}

.team-one__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px 5px 5px 0px;
    margin-right: 30px;
    background: var(--thm-body-background);
    z-index: 5;
}

.team-one__single-img::before {
    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;
}

.team-one__single:hover .team-one__single-img::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.team-one__single-img img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
    mix-blend-mode: luminosity;
}

.team-one__single:hover .team-one__single-img img {
    transform: scale(1);
}

.team-one__social-icon {
    position: absolute;
    left: 30px;
    bottom: 0px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.team-one__social-icon .list-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    padding: 0 0 15px;
    display: none;
    text-align: center;
}

.team-one__social-icon .list-wrap li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.team-one__social-icon .list-wrap li:last-child {
    margin-bottom: 0;
}

.team-one__social-icon .list-wrap li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--thm-black-bg);
    border-radius: 5px;
    z-index: 1;
}

.team-one__social-icon .list-wrap li a:hover {
    background: var(--thm-primary-color);
}

.team-one__social-icon .list-wrap li a i {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.social-toggle-icon {
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background: var(--thm-primary-color);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    z-index: 5;
}

.team-one__single-content {
    position: relative;
    display: block;
    background: var(--thm-body-background);
    padding: 93px 0px 20px;
    border-radius: 5px;
    margin-top: -70px;
    z-index: 1;
}

.team-one__single-content h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.team-one__single-content h2 a {
    color: var(--thm-white);
}

.team-one__single-content h2 a:hover {
    color: var(--thm-primary-color);
}

.team-one__single-content p {
    margin: 0;
}

.team-one .swiper-nav-style1 {
    top: 183px;
}

.team-one .swiper-nav-style1 .swiper-button-next,
.team-one .swiper-nav-style1 .swiper-button-prev {
    background-color: #313133;
    drop-shadow: (0px 6px 50px rgba(37, 37, 37, 0.05));
}

.swiper-pagination {
    position: relative;
    margin-top: 57px;
    z-index: 55;
}

.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0px 9px;
    background: var(--thm-secondary-color);
    border-radius: 50%;
    opacity: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.swiper-pagination .swiper-pagination-bullet::before {
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    border: 2px solid var(--thm-secondary-color);
    border-radius: 50%;
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-pagination .swiper-pagination-bullet:hover {
    transform: scaleX(1.0);
}


/*======================================
    Team Two Css
========================================*/
.team-two {
    position: relative;
    display: block;
    padding: 0px 0px 0px;
    z-index: 1;
}

.team-two__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 60px;
}

.team-two__top .section-title {
    padding-bottom: 0;
}

.team-two__top .text-box {
    position: relative;
    display: block;
    max-width: 620px;
    width: 100%;
}

.team-two__top .text-box p {
    margin: 0;
}

.team-two__bottom {
    position: relative;
    display: block;
}

.team-two__single {
    position: relative;
    display: block;
    border-bottom: 2px solid #363636;
    padding-top: 40px;
    padding-bottom: 40px;
    cursor: pointer;
    z-index: 1;
}

.team-two__single__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-two__single-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 590px;
    width: 100%;
}

.team-two__single-title {
    position: relative;
    display: block;
}

.team-two__single-title h2 {
    color: var(--thm-white);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}

.team-two__single-title h2 a {
    color: var(--thm-white);
}

.team-two__single-title h2 a:hover {
    color: var(--thm-primary-color);
}

.team-two__single-content .text-box {
    position: relative;
    display: block;
    max-width: 150px;
    width: 100%;
}

.team-two__single-content .text-box p {
    margin: 0;
}

.team-two__single-icon-box {
    position: relative;
    display: block;
}

.team-two__single-icon-box .social-links {
    position: relative;
    display: block;
    z-index: 5;
}

.team-two__single-icon-box .social-links li {
    position: relative;
    display: inline-block;
}

.team-two__single-icon-box .social-links li.share {
    position: relative;
    display: block;
}

.team-two__single-icon-box .social-links>li>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: transparent;
    overflow: hidden;
    z-index: 1;
}

.team-two__single-icon-box .social-links>li>a>span {
    position: relative;
    display: inline-block;
    top: 0px;
    color: #696969;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.team-two__single-icon-box .social-links>li>a:hover>span {
    color: var(--thm-primary-color);
}

.team-two__single-icon-box .social-links .share .social-links-inner {
    position: absolute;
    top: 50%;
    right: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    line-height: 0;
    transform: scaleY(0);
    transform: translateY(-50%);
    overflow: hidden;
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    transform-origin: bottom center;
}

.team-two__single-icon-box .social-links .share:hover .social-links-inner {
    transform: scaleY(1.0, -50%);
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.team-two__single-icon-box .social-links .share .social-links-inner li {
    position: relative;
    display: block;
    margin-right: 10px;
}

.team-two__single-icon-box .social-links .share .social-links-inner li:last-child {
    margin-right: 0;
}

.team-two__single-icon-box .social-links .share .social-links-inner li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 2px solid #232428;
    background: transparent;
    border-radius: 50%;
    z-index: 1;
}

.team-two__single-icon-box .social-links .share .social-links-inner li a.fb {
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 500ms ease;
}

.team-two__single-icon-box .social-links .share:hover .social-links-inner li a.fb,
.team-two__single-icon-box .social-links .share .social-links-inner li a.active.fb {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 200ms;
}


.team-two__single-icon-box .social-links .share .social-links-inner li a.tw {
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 600ms ease;
}

.team-two__single-icon-box .social-links .share:hover .social-links-inner li a.tw,
.team-two__single-icon-box .social-links .share .social-links-inner li a.active.tw {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 300ms;
}

.team-two__single-icon-box .social-links .share .social-links-inner li a.ins {
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 700ms ease;
}

.team-two__single-icon-box .social-links .share:hover .social-links-inner li a.ins,
.team-two__single-icon-box .social-links .share .social-links-inner li a.active.ins {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 400ms;
}

.team-two__single-icon-box .social-links .share .social-links-inner li a.pin {
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform-origin: bottom;
    transition: all 800ms ease;
}

.team-two__single-icon-box .social-links .share:hover .social-links-inner li a.pin,
.team-two__single-icon-box .social-links .share .social-links-inner li a.active.pin {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 500ms;
}

.team-two__single-icon-box .social-links .share .social-links-inner li a:hover {
    border-color: var(--thm-primary-color);
    transition-delay: 0.3s;
}

.team-two__single-icon-box .social-links .share .social-links-inner li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-primary-color);
    border-radius: 50%;
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.team-two__single-icon-box .social-links .share .social-links-inner li a:hover::before {
    transform: scale(1.0);
    opacity: 1;
}

.team-two__single-icon-box .social-links .share .social-links-inner li a i {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.team-two__single-icon-box .social-links .share .social-links-inner li a:hover i {
    color: #ffffff;
}

.team-two__single-img {
    position: absolute;
    width: 225px;
    height: 225px;
    top: 50px;
    left: 185px;
    pointer-events: none;
    transform: translate(-100%, -50%);
    overflow: hidden;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.8);
    transition: all .5s ease-out;
    z-index: -1;
}

.team-two__single-img::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(223, 42, 25, 0.00) 0%, rgba(223, 42, 25, 0.53) 100%);
    content: "";
    z-index: 1;
}

.team-two__single-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: transform .4s ease-out;
}


/*======================================
    Team Page Css
========================================*/
.team-one--team-page {
    position: relative;
    display: block;
    background: var(--thm-body-background);
    padding: 120px 0px 90px;
}

.team-one--team-page .team-one__single-content {
    background: var(--thm-black-bg);
}

.team-one--team-page .team-one__single {
    margin-bottom: 30px;
}
/*=============================
	Mobile Menu
===============================*/
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: var(--thm-white);
    margin-right: 30px;
    top: 15px;
}

.nav-logo img {
    width: 150px;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 99;
    border-radius: 0px;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)e;
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.mobile-menu-visible .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--thm-white);
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #292b37;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

.mobile-menu .navigation ul {
    padding: 0;
    margin: 0;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 16px;
    font-weight: 700;
    color: var(--thm-black);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #292b37;
    background: var(--thm-gray);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: var(--thm-primary-color);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}

.mobile-menu .social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid var(--thm-gray);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.mobile-menu .social-links li a:hover {
    border-color: var(--thm-primary-color);
    background: var(--thm-primary-color);
    color: var(--thm-white);
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: var(--thm-primary-color);
    display: none;
    padding: 29px 0 30px;
    z-index: 1;
}

.mobile-menu .contact-info {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 25px 0px;
}

.mobile-menu .contact-info .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: var(--thm-primary-color);
    border-radius: 50%;
}

.mobile-menu .contact-info .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 15px;
    line-height: 15px;
}

.mobile-menu .contact-info p {
    margin: 0;
    margin-left: 15px;
}

.mobile-menu .contact-info p a {
    color: var(--thm-black);
}

.mobile-menu .contact-info p a:hover {
    color: var(--thm-primary-color);
}

@keyframes menu_sticky {
    0% {
        margin-top: -90px;
    }

    50% {
        margin-top: -50px;
    }

    100% {
        margin-top: 0;
    }
}

.sticky-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: auto;
    background: var(--thm-black-bg);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
    z-index: 99;

    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    transition: all .25s ease-in-out;
}

.sticky-menu .navbar-wrap ul li a {
    padding: 35px 0;
}


/*=============================
	Main Header Css
===============================*/
.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 99;
}

.menu-wrap {
    position: relative;
    display: block;
}

.menu-area__inner {
    position: relative;
    display: block;
}

.menu-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo-box-one {
    position: relative;
    display: flex;
}

.logo-box-one a {
    position: relative;
    display: inline-block;
    color: white;
    font-size: 21px;
    font-weight: 500;
}

.navbar-wrap {
    position: relative;
}

.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0 0 0 auto;
}

.navbar-wrap ul li {
    position: relative;
    display: block;
    list-style: none;
}

.navbar-wrap ul li+li {
    margin-left: 30px;
}

.navbar-wrap ul li a {
    position: relative;
    display: block;
    color: var(--thm-white);
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 45px 0;
    z-index: 1;
}

.navbar-wrap>ul>li:hover>a {
    color: var(--thm-primary-color);
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}

.navbar-wrap>ul>li.menu-item-has-children>a {
    margin-right: 15px;
}

.navbar-wrap>ul>li.menu-item-has-children>a::after {
    position: absolute;
    top: 50%;
    right: -15px;
    content: "\e909";
    font-weight: 700;
    font-family: 'icomoon' !important;
    font-size: 12px;
    transition: .3s linear;
    transform: translateY(-50%);
}

.navbar-wrap ul li .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    min-width: 230px;
    border: 0px solid var(--thm-white);
    background: var(--thm-black-bg);
    margin: 0 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.07);
    -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.07);
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.07);
    border-radius: 0;
    padding: 0px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.navbar-wrap ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.navbar-wrap ul li .sub-menu .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
}

.navbar-wrap ul li .sub-menu li {
    margin-left: 0;
    text-align: left;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar-wrap ul li .sub-menu li:last-child {
    border-bottom: none;
}

.navbar-wrap ul li .sub-menu li a {
    padding: 15px 15px 14px 25px;
    color: var(--thm-white);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}

.navbar-wrap ul li .sub-menu li a:hover { 
    background: var(--thm-primary-color);
}

.menu-nav__right {
    position: relative;
    display: block;
}

.contact-info-box-one {
    position: relative;
    display: flex
;
    align-items: center;
    background: linear-gradient(45deg, #665cb5, #c33cc2);
    padding: 14px 12px;
    border-radius: 9px;
    border: 1px solid white;
}
.contact-info-box-one .icon {
    position: relative;
    display: block;
}

.contact-info-box-one .icon span {
    color: var(--thm-white);
    font-size: 50px;
    line-height: 50px;
}

.contact-info-box-one .text {
    position: relative;
    margin-left: 15px;
    flex: 1;
}
   
.contact-info-box-one .text p {
    color: var(--thm-white);
    line-height: 20px;
    margin: 0 0 5px;
}

.contact-info-box-one .text a {
    color: var(--thm-white);
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 700;
    font-family: var(--thm-heading-font-color);
}

.contact-info-box-one .text a:hover {
    color: var(--thm-primary-color);
}


/*=============================
	Main Header One Css
===============================*/
.main-header-one {
    position: absolute;
    top: 0;
    left: 0;
}

/*==================================
	Main Header Two Css
====================================*/
.main-header-two {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.main-header-two .menu-nav {
    display: block;
}

.main-header-two .menu-area__inner {
    position: relative;
    display: block;
    background: var(--thm-black-bg);
}

.main-header-two__inner {
    position: relative;
    display: block;
    padding-left: 260px;
}

.logo-box-two {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
    height: 120px;
    background: #212025;
}

.logo-box-two a {
    position: relative;
    display: inline-block;
}

.logo-box-two a img {
    width: 100%;
}

.main-header-two__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header-two__top-left {
    position: relative;
    display: block;
}

.header-contact-info {
    position: relative;
    display: block;
}

.header-contact-info ul {
    position: relative;
    display: flex;
    align-items: center;
}

.header-contact-info ul li {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-right: 35px;
}

.header-contact-info ul li:last-child {
    margin-right: 0;
}

.header-contact-info ul li .icon-box {
    position: absolute;
    top: 6px;
    left: 0;
}

.header-contact-info ul li .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-secondary-color);
    font-size: 16px;
    line-height: 16px;
}

.header-contact-info ul li p {
    margin: 0;
}

.header-contact-info ul li p a {
    color: var(--thm-body-font-color);
}

.header-contact-info ul li p a:hover {
    color: var(--thm-primary-color);
}

.main-header-two__top-right {
    display: block;
    position: relative;
}

.main-header-two__top-right .btn-box {
    margin-top: 0;
    display: block;
    position: relative;
}

.main-header-two__top-right .btn-box .btn-one {
    border-radius: 0px;
}

.main-header-two__bottom {
    display: flex;
    position: relative;
    align-items: center;
    padding-right: 15px;
    justify-content: space-between;
}

.main-header-two__bottom::before {
    position: absolute;
    top: 0;
    left: -45px;
    right: 0;
    height: 1px;
    background: #2e2e30;
    content: "";
}

.main-header-two__bottom-left {
    position: relative;
    display: block;
}

.main-header-two .navbar-wrap ul li a {
    padding: 20px 0;
}

.main-header-two__bottom-right {
    position: relative;
    display: block;
}

.main-header-two__bottom-right ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 1px;
}

.main-header-two__bottom-right ul li {
    position: relative;
    display: block;
    float: left;
    margin-right: 30px;
}

.main-header-two__bottom-right ul li:last-child {
    margin-right: 0;
}

.main-header-two__bottom-right ul li a {
    position: relative;
    display: block;
    color: var(--thm-white);
    font-size: 20px;
    line-height: 20px;
}

.main-header-two__bottom-right ul li a span {
    position: relative;
    display: inline-block;
}

.main-header-two__bottom-right ul li a.icon1 {
    font-size: 22px;
    line-height: 22px;
    top: 1px;
}

.main-header-two__bottom-right ul li a.icon2 {
    font-size: 27px;
    top: 0px;
}

.main-header-two__bottom-right ul li a:hover {
    color: var(--thm-primary-color);
}

.main-header-two__bottom-right ul li a.icon3 {
    top: 3px;
}
.fullscreen-video {
    position: initial;
    overflow: hidden;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transform: translateX(-50%) translateY(-50%); */
    z-index: -10;
    top: 0px;
}
.goverlogo {
    background: #ffffff;
    border-radius: 10px;
    width: 46%;
    padding: 2px 2px 0px 6px;
    /* position: absolute; */
    /* top: -62px; */
    text-align: center;
    /* right: -130px; */
    margin: auto;
}
header.main-header.main-header-one {
    background: linear-gradient(45deg, #665cb5, #c33cc2);
}
.wrap-focus {
    background: linear-gradient(45deg, #665cb5, #c33cc2);
    text-align: center;
    padding: 33px;
    border-radius: 37px;
    margin-bottom: 45px;
}

#key-highlights, #contact, #venue {
    scroll-margin-top: 100px;
    padding-bottom: 95px;
}
.text-h7-heading {
    color: var(--h7-heading);
}

.h7-section-heading-main {
    font-family: unset;
    font-size: 48px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    color: white;
    padding-bottom: 61px;
    padding-top: 40px;
}
.big-title img {
    width: 41%;
    padding-top: 65px;
}
.fc {
    text-align: center;
    padding: 5px;
    min-height: 190px;
    min-width: 190px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(48 137 231) 0px 20px 30px -10px;
}
section#venue {
    background: linear-gradient(45deg, #665cb5, #000000);
    padding-top: 58px;
    padding-bottom: 63px; 
}
.wrap-veue {
    text-align: center;
}    
.wrap-veue h2 {
    color: #3a1c05;
    font-size: 61px;
    color: #ffffff;
    /* background: linear-gradient(135deg, #1a3096 0%, #13c092 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}
.wrap-veue p {
    color: white;
    font-size: 33px;
    font-weight: 700;
    font-family: sans-serif;
    letter-spacing: 0px;
    padding-bottom: 47px;
}

.wrap-loct-img img {
    width: 100%;
    border: 1px solid #2f4271;
    padding: 6px;
    border-radius: 30px;
}
.wrap-loctionmap {
    width: 100%; 
    border: 1px solid #2f4271;
    padding: 6px;
    border-radius: 30px;
}
.wrap-loctionmap iframe {
    height: 336px;
}
.wrap-afoto img {
    width: 22%;
}
section#footer {
    text-align: center;
    background: #d7cfe4;
    padding: 42px;
}
.wrap-contact {
    padding: 30px;
    background: linear-gradient(45deg, #665cb5, #000000);
    border-radius: 21px;
}
.wrap-afoto ul {
    display: inline-flex
;
}
.wrap-contact p {
    color: white;
    font-size: 17px;
}
div#partners {
    background: white;
}
.partners {
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
} 
.wrap-venue-details.text-center h3 {
    font-size: 48px;
    color: black;
    padding-bottom: 46px;
}
.partners p {
    margin-bottom: -25px;
    margin-top: 20px;
    position: relative;
    color: #000;
}
.wrap-afoto ul li {
    padding: 28px;
}
.wrap-afoto ul li a {
    color: black;
    font-size: 19px;
    font-weight: 500;
}
section#who-can-attend .container-fluid {
    padding: 0px;
}
.wrap-profile img {
    width: 100%;
    overflow: hidden;
}
section#who-can-attend {
    overflow: hidden;
}