/* Linoor - DIgital Agency HTML Template  */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.	Fonts
2.	Reset
3.	Global Settings
4.	Scroll To Top style
5.	Main Header style / Header Style One
6.	Sticky Header
7.	Search Popup
8.	Mobile Menu
9.	Lazy Load Settings
10.	Banner Section
11.	Section Title
12.	Services Section
13.	About Section
14.	Live Section
15.	We DO Section
16.	Gallery Section
17.	Fun Facts Section
18.	We DO Section
19.	Team Section
20.	Parallax Section
21.	Sponsors Section
22.	Agency Section
23.	News Section
24.	Call Section
25.	Main Footer
26.	Services Section
27.	We DO Section
28.	Gallery Section
29.	Why Us Section
30.	Testimonials Section
31.	Parallax Section
32.	We DO Section
33.	Call Section
34.	Call Section
35.	Services Section
36.	Discover Section
37.	Parallax Section
38.	We Work Section
39.	Testimonials Section
40.	We DO Section
41.	Get Quote
42.	Map Section
43.	Sponsors Section
44.	Page Banner
45.	Faqs Section
46.	Get Quote
47.	Error Section
48.	Contact Section
49.	Sidebar Page Container
50.	Comment Area
51.	Leave Comments Form
52.	Service Details
53.	Service Details
--------------------------------------------------------------*/

/*
  font-family: 'Teko', sans-serif;
  font-family: 'Barlow', sans-serif;
  font-family: 'Rubik', sans-serif;
*/

/***

====================================================================
2.	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

/***

  ====================================================================
  3.	Global Settings
  ====================================================================

   ***/

:root {
    --thm-font: "Roboto Condensed", sans-serif;
    --thm-b-font: "Roboto Condensed", sans-serif;
    --thm-base: #0070bc;
    --thm-base-rgb: 255, 170, 23;
    --thm-black: #222429;
    --thm-text: #333;
    --thm-white: #fff;
    --thm-secondary: #f58220;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #9c9c9c;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #7b7b7b;
}

body {
    font-size: 16px;
    font-family: var(--thm-b-font);
    color: var(--thm-text);
    line-height: 2.125em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    top: 0 !important;
    overflow-x: hidden;
    position: relative;
    margin: 0 auto;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: var(--thm-base);
}

.theme_color {
    color: var(--thm-base);
}

a:hover,
a:focus,
a:visited,
a:active,
button:active {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin: 0px 0px 20px;
    background: none;
    line-height: 1.25em;
    font-family: var(--thm-font);
    color: var(--thm-black);
}

h1 {
    font-size: 140px;
}

h2 {
    font-size: 70px;
}

h3 {
    font-size: 60px;
}

h4 {
    font-size: 40px;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 26px;
}

input,
select,
button {
    font-family: var(--thm-font);
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

/*p {*/
/*    line-height: 1.7em;*/
/*    margin: 0 0 20px;*/
/*}*/
.full-width {
    width: 100%;
}
.full-height {
    height: 100%;
}
.justify-between{
    display: flex;
    justify-content: space-between;
}
.justify-around{
    display: flex;
    justify-content: space-around;
}
.justify-evenly{
    display: flex;
    justify-content: space-evenly;
}
.justify-center{
    display: flex;
    justify-content: center;
}
.text-bold{
    font-weight: bold;
}
.text {
    line-height: 1.4em;
    margin: 0 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.page-wrapper__dark {
    background-color: #1c1e22;
    background-image: url(../images/background/home-portfolio-bg-1-1.png);
}

.page-wrapper__gradient {
    background: rgb(67, 47, 246);
    background: linear-gradient(100deg, #432ff6 0%, #f174e3 100%);
}

body.boxed-wrapper {
    background-color: #f4f5f8;
}

.page-wrapper.boxed-wrapper {
    max-width: 1410px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.page-wrapper__dark.boxed-wrapper {
    background-color: #1c1e22;
}

@media (max-width: 1440px) {
    .page-wrapper.boxed-wrapper {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .page-wrapper.boxed-wrapper {
        max-width: 95%;
    }
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.centered {
    text-align: center !important;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: var(--thm-base);
    color: var(--thm-black);
    border-radius: 5px;
    overflow: hidden;
    font-family: var(--thm-font);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 10px 20px 7px;
    z-index: 1;
    color: #ffffff;
}

.btn-style-one:hover {
    background: var(--thm-secondary);
    color: #ffffff;
}

.btn-style-one .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: var(--thm-secondary);
    opacity: 0.2;
    z-index: 0;
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-style-one:hover .btn-curve {
    opacity: 1;
    right: 0;
    width: 100%;
    transform: skewX(0deg);
}

/*Btn Style Two*/

.btn-style-two {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: var(--thm-black);
    color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    font-family: var(--thm-font);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-two .btn-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding: 19px 50px 16px;
    z-index: 1;
    transition: 0.5s;
}

.btn-style-two:hover {
    color: var(--thm-black);
}

.btn-style-two .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: #ffffff;
    opacity: 0.2;
    z-index: 0;
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-style-two:hover .btn-curve {
    opacity: 1;
    right: 0;
    width: 100%;
    transform: skewX(0deg);
}

.btn-style-three {
    background-color: var(--thm-base);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 22.5px 40px;
    font-family: var(--thm-font);
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.btn-style-three:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 1);
    background-color: #1c1e22;
}

.preloader__gradient {
    background: rgb(67, 47, 246);
    background: linear-gradient(
            100deg,
            rgba(67, 47, 246, 1) 0%,
            rgba(241, 116, 227, 1) 100%
    );
}

.preloader .icon {
    width: 100%;
    max-width: 320px;
    height: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/app-logo.png);
    background-size: contain;
    transition: all 200ms ease;
    -webkit-animation-name: ScaleMe;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: ScaleMe;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: ScaleMe;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: ScaleMe;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.preloader__gradient .icon {
    background-image: url(../images/update-26-02-2021/preloader-white.png);
}

.page-loaded .preloader .icon {
    opacity: 0;
}

/*img {*/
/*    display: inline-block;*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*}*/

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}

/***

  ====================================================================
  4.	Scroll To Top style
  ====================================================================

  ***/

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    color: #ffffff;
    font-size: 14px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: var(--thm-base);
    display: none;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: var(--thm-black);
    color: #ffffff;
}

/***

  ====================================================================
  5.	Main Header style / Header Style One
  ====================================================================

  ***/

.main-header {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    z-index: 9999;
    background: #004879;
}

/*=== Header Main Box ===*/

.main-header .header-upper {
    position: fixed;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    /*top: 35px;*/
    width: 100%;
    min-height: 115px;
    background: #004879;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
    transition: all 300ms ease;
}

.fixed-header.main-header .header-upper {
    top: 0 !important;
}

.boxed-wrapper .main-header .header-upper {
    max-width: 1410px;
    left: 50%;
    transform: translateX(-50%);
}

.fixed-header .header-upper {
    background: #004879;
    -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.header-style-two.fixed-header .header-upper {
    background: var(--thm-black);
    -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.main-header .header-upper .inner-container {
    position: relative;
    display: block;
    padding: 0px 60px;
    max-width: 2000px;
    margin: 0 auto;
}

.main-header .header-upper .logo-box {
    position: relative;
    float: left;
    padding: 37px 0px;
    margin-right: 50px;
    z-index: 7;
    transition: all 0.3s ease;
    margin-left: -50px;
}

@media screen and (max-width: 1500px) {
    .main-header .header-upper .logo-box {
        margin-left: 0px;
    }
}

.main-header .header-upper .logo-box .logo {
    position: relative;
    display: block;
}

.main-header .header-upper .logo-box .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    max-height: 40px;
    z-index: 1;
}

.main-header .other-links {
    position: relative;
    float: right;
    z-index: 7;
}

.main-header .other-links .link-box {
    position: relative;
    float: left;
    padding: 15px 0px;
}

.tariffs {
    border: none;
}

.tariffs tr td,
th {
    border: none;
    padding: 8px;
    border-bottom: 3px solid white;
    font-size: 15px;
    line-height: 125%;
}

.tariffs tr:nth-child(odd) {
    background: #f3f2f2;
}

.tariffs tr td:nth-child(3),
td:nth-child(4),
th:nth-child(3),
th:nth-child(4) {
    text-align: center;
}

.tariffs tr td:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.tariffs tr td:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.tariffs tr th:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.tariffs tr th:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.tariffs tr.active {
    background: #d5edff;
    text-align: center;
    font-weight: bold;
}

.tariffs tr.other_active {
    background: #e3f1fd;
    text-align: center;
    font-weight: bold;
}

.feedback_wrapper_triangle {
    content: "";
    width: 11px;
    height: 11px;
    display: block;
    background: white;
    top: -5px;
    transform: rotate(45deg);
    margin: 2px auto 0;
}

.side-menu__content .feedback_wrapper {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    height: auto !important;
}

.side-menu__content .feedback_wrapper .feedback_wrapper_inner {
    background: transparent;
    padding: 8px 0;
    margin: 0;
    width: 100%;
}

.feedback_wrapper {
    position: absolute;
    background: transparent;
    right: -55px;
    top: 55px;
    z-index: 99;
    transition: all 0.5s;
    width: 250px;
    padding: 0;
    overflow: hidden;
    height: 0;
}

.feedback_wrapper.hide {
    display: none;
}

.feedback_wrapper .feedback_wrapper_inner {
    border-radius: 10px;
    background: white;
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
    z-index: 99;
    width: 250px;
    padding: 10px;
    height: 92%;
    margin-top: -6px;
}

.feedback_wrapper .feedback_wrapper_inner .closable {
    padding: 5px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    width: 100%;
}

.feedback_wrapper .feedback_wrapper_inner .closable #feedback2 {
    height: 23px;
    vertical-align: middle;
    border-radius: 50%;
    width: 23px;
    font-size: 14px;
    color: #004879;
    margin-top: -13px;
    margin-right: -7px;
    background: transparent;
}

.feedback_wrapper.show {
    height: 250px;
}

.feedback_wrapper.height210 {
    height: 250px;
}

.feedback_wrapper.height75 {
    height: 100px;
}

.feedback_wrapper .stars_text {
    font-size: 14px;
    line-height: 130%;
    font-weight: bold;
}

.feedback_wrapper .text-area-counter {
    font-size: 11px;
    line-height: 170%;
    margin: 5px;
}

.feedback_wrapper .stars_text.stars_text_before {
    display: none;
}

.feedback_wrapper .stars {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 60%;
    margin: 6px auto;
}

.feedback_wrapper .stars .stars_item {
    cursor: pointer;
}

.feedback_wrapper .stars .stars_item i {
    cursor: pointer;
    pointer-events: none;
}

.stars .stars_item {
    cursor: pointer;
}

.stars .stars_item i {
    cursor: pointer;
    pointer-events: none;
}


.stars.loop-1 .stars_item:nth-child(1) i {
    color: orange;
}

.stars.loop-2 .stars_item:nth-child(1), .stars.loop-2 .stars_item:nth-child(2) i {
    color: orange;
}

.stars.loop-3 .stars_item:nth-child(1), .stars.loop-3 .stars_item:nth-child(2), .stars.loop-3 .stars_item:nth-child(3) i {
    color: orange;
}

.stars.loop-4 .stars_item i {
    color: orange;
}

.stars.loop-4 .stars_item:last-child i {
    color: #aba9a9;
}

.stars.loop-5 .stars_item i {
    color: orange;
}

.feedback_wrapper .feedback_btn_group {
    margin: 8px 0;
    background: #004879;
    color: white;
    border-radius: 5px;
    padding: 0px 10px;
    line-height: 160%;
    font-size: 14px;
    float: right;
    text-align: center;
}

.feedback_wrapper .feedback_btn_group.feedback_change_btn {
    display: none;
}

.feedback_wrapper .feedback_change_btn {
    border-radius: 50%;
    margin: 0px;
    font-size: 20px;
    display: block;
    width: 40px;
    height: 40px;
}

.feedback_wrapper .feedback_btn_group.disabled {
    opacity: 0.6;
}

.feedback_wrapper .feedback_cancel_btn {
    color: black;
    border-radius: 5px;
    padding: 0px 10px;
    line-height: 160%;
    font-size: 14px;
    float: right;
    text-align: center;
    outline: none;
    display: none;
}

.feedback_wrapper .stars_textarea {
    overflow: hidden;
    resize: none;
    width: 100%;
    box-shadow: 0 0 10px #f3f0f0;
    border: 1px dashed #e1e0e0;
    border-radius: 5px;
    padding: 5px 5px 0;
    font-size: 14px;
    line-height: 130%;
}

#feedback {
    padding: 0 3px;
    margin-left: -2px;
    height: 23px;
    vertical-align: middle;
    background: white;
    border-radius: 50%;
    width: 23px;
    display: none;
}

#feedback .feedback_icon {
    font-size: 15px;
    margin-top: -5px;
    margin-left: 1px;
    color: #004879;
}

.half-circle-spinner,
.half-circle-spinner * {
    box-sizing: border-box;
}

.half-circle-spinner {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

.half-circle-spinner .circle {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: calc(35px / 10) solid transparent;
}

.half-circle-spinner .circle.circle-1 {
    border-top-color: #fff;
    animation: half-circle-spinner-animation 1s infinite;
}

.half-circle-spinner .circle.circle-2 {
    border-bottom-color: #fff;
    animation: half-circle-spinner-animation 1s infinite alternate;
}

@keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.main-header .other-links .link-box .link {
    position: relative;
    display: block;
    padding-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-left: 40px;
    color: #ffffff;
    text-decoration: none;
}

.header-style-two.fixed-header .other-links .link-box .link {
    color: #ffffff;
}

.main-header .other-links .link-box .link .icon {
    position: absolute;
    left: 0;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/icons/chat-icon.png) left center no-repeat;
    background-size: contain;
}

.main-header .other-links .link-box .sub-text {
    position: relative;
    display: block;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    font-family: var(--thm-font);
}

.main-header .other-links .link-box .number {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--thm-font);
}

.main-header .other-links .link-box .number:hover {
    text-decoration: underline;
}

.main-header .other-links .call-us {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: flex-end;
}

.main-header .other-links .search-btn {
    margin-right: 15px;
    position: relative;
    float: left;
    margin-bottom: 2px;
}

.main-header .other-links .liniya {
    padding: 8px 0 8px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
}

.main-header .other-links .search-btn button {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    background: none;
    line-height: 32px;
    color: #ffffff;
    cursor: pointer;
}

.main-header .other-links .search-btn button span {
    vertical-align: middle;
}

.main-header .nav-outer {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    text-align: center;
    width: 100%;
    z-index: 5;
}

.main-header .nav-outer .main-menu {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: -210px;
    width: 50%;
}

@media (max-width: 1960px) {
    .main-header .nav-outer .main-menu {
        left: -180px;
        width: 56%;
    }
}

@media (max-width: 1750px) {
    .main-header .nav-outer .main-menu {
        margin-left: -21%;
    }

    .main-menu .navigation > li {
        margin-right: 15px !important;
    }

    .main-header .nav-outer .main-menu {
        left: 25px;
    }
}

@media screen and (max-width: 1180px) {
    .main-menu {
        display: none !important;
    }
}

@media (max-width: 1670px) {
    .search-wrapper .first-show p {
        display: none;
    }
}

@media (max-width: 1620px) {
    .feedback_wrapper {
        top: 50px;
        right: -56px;
    }

    .header-upper .inner-container .other-links .cabinet-link {
        display: none;
    }

    .main-header .other-links .link-box {
        margin-left: 20px;
    }

    .main-header .other-links .liniya {
        margin-right: 0;
    }

    .main-header .other-links .search-btn {
        border: none;
    }

    .main-header .other-links {
        height: 114px;
    }

    .main-header .nav-outer .main-menu {
        margin-left: -0%;
        left: -112px;
        width: 46%;
    }
}

@media (max-width: 1450px) {
    .main-header .nav-outer .main-menu {
        width: 40%;
    }
}

@media (max-width: 1250px) {
    .main-header .nav-outer .main-menu {
        width: 35%;
        left: -130px;
    }
}

@media (max-width: 1350px) {
    .main-header .other-links .search-btn {
        margin-right: 5px;
    }
}

/*@media (max-width: 1300px) {*/
/*    .main-header .nav-outer .main-menu {*/
/*        display: none;*/
/*    }*/
/*}*/

@media (max-width: 1360px) {
    .main-header .header-upper {
        background: #004879;
    }
}

@media (max-width: 1199px) {
    .main-header .other-links {
        height: auto;
    }
}

@media (min-width: 992px) {
    .boxed-wrapper .main-header .nav-outer .main-menu {
        margin-right: 70px;
    }
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    display: block;
    max-width: 100%;
    width: max-content;
    margin: 0 auto;
    font-family: var(--thm-font);
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    margin-right: 30px;
    transition: all 300ms ease;
    display: inline-block;
}

.main-menu .navigation > li:last-child {
    margin-right: 0;
}

.main-menu .navigation > li:last-child:after {
    display: none;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #ffffff;
    padding: 5px 0;
    opacity: 1;
    transition: all 300ms ease;
}

.main-menu .navigation li > a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.main-menu .navigation li > a > span {
    background-color: var(--thm-base);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40px;
    top: -3px;
    position: relative;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    color: #ffffff;
}

.main-menu .navigation-second {
    overflow-y: scroll;
    height: 400px;
    overflow-x: hidden;
}

.main-menu .navigation-second > li:hover > a,
.main-menu .navigation-second > li.current > a {
    color: black !important;
}

.header-style-two .main-menu .navigation > li > a,
.header-style-two .main-menu .navigation > li:hover > a {
    color: var(--thm-black);
}

.header-style-two .main-menu .navigation > li.current > a,
.header-style-two.fixed-header .main-menu .navigation > li > a,
.header-style-two.fixed-header .main-menu .navigation > li > a:hover {
    color: #fff;
}

.header-style-two.fixed-header .main-menu .navigation > li.current > a {
    color: var(--thm-base);
}

.main-menu .navigation > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    border-bottom: 2px solid var(--thm-base);
    transform: scaleX(0);
    transition: all 500ms ease;
}

.header-style-two .main-menu .navigation > li > a:before {
    border-bottom-color: #fff;
}

.header-style-two.fixed-header .main-menu .navigation > li > a:before {
    border-bottom-color: var(--thm-base);
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before {
    transform: scale(1);
}

.main-menu .navigation-second > li:hover > a:before,
.main-menu .navigation-second > li.current > a:before {
    transform: scale(0);
}

.sticky-header .main-menu .navigation > li.dropdown {
    padding-right: 0px;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 180px;
    z-index: 100;
    display: none;
    background: #ffffff;
    padding: 10px 0 5px 0;
    border-radius: 5px;
    transform: translateY(20px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 5px;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 5px 0;
    line-height: 125%;
    font-weight: 400;
    font-size: 14px;
    color: #171b27;
    letter-spacing: 0.03em;
    text-align: left;
    text-transform: uppercase;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation-second > li:hover > a {
    color: var(--thm-base);
}

.main-menu .navigation > li > ul > li > ul,
.main-menu .navigation-second > li > ul {
    position: absolute;
    right: -100%;
    top: 0;
    width: 220px;
    z-index: 100;
    display: none;
    background: #ffffff;
    padding: 10px 0 5px;
    border-radius: 5px;
    transform: translateY(20px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    padding: 0 15px;
    width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 5px 0;
    line-height: 18px;
    font-weight: 400;
    font-size: 14px !important;
    color: #171b27;
    letter-spacing: 0.03em;
    text-align: left;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
    color: var(--thm-base);
}

.main-menu .navigation > li > ul > li.dropdown > a:after,
.main-menu .navigation-second > li.dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    right: 0;
    top: -1px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

/* header style two */

.header-style-two.fixed-header .header-upper .logo-box .logo .stricked-logo,
.header-style-two .header-upper .logo-box .logo .main-logo {
    display: flex;
}

.header-style-two.fixed-header .header-upper .logo-box .logo .main-logo,
.header-style-two .header-upper .logo-box .logo .stricked-logo {
    display: none;
}

/* header style four */
.header-style-four .header-upper {
    background-color: #fff;
}

.header-style-four .other-links .search-btn {
    border-color: #e9ebee;
}

.header-style-four .main-header .header-upper {
    border-bottom: 0;
}

.header-style-four .main-menu .navigation > li > a {
    color: #727479;
}

.header-style-four .other-links .link-box .number,
.header-style-four .main-menu .navigation > li:hover > a,
.header-style-four .main-menu .navigation > li.current > a {
    color: var(--thm-black);
}

.header-style-four .other-links .search-btn button {
    color: var(--thm-black);
}

.header-style-four .other-links .link-box .link .icon {
    background-image: url(../images/icons/chat-icon-dark.png);
}

.header-style-four .other-links .link-box .sub-text {
    color: #727479;
}

/* header style five */

.header-style-five .header-upper {
    background-color: rgba(0, 0, 0, 0);
}

.fixed-header.header-style-five .header-upper {
    background-color: #fff;
}

.header-style-five .header-upper .inner-container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.header-style-five .nav-outer {
    text-align: right;
}

/* header style six */

.header-style-six .header-upper {
    background-color: rgba(0, 0, 0, 0);
}

.fixed-header.header-style-six .header-upper {
    background-color: var(--thm-black);
}

.header-style-six .nav-outer {
    display: none;
}

.header-style-six .header-upper .inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-style-six .header-upper .right-menu {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.header-style-six .header-upper .right-menu .search-btn button {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    width: auto;
    font-size: 22px;
    color: #ffffff;
}

.header-style-six .header-upper .right-menu .mobile-nav-toggler {
    cursor: pointer;
    margin-left: 30px;
}

.header-style-six .header-upper .right-menu .mobile-nav-toggler:hover span {
    width: 28px !important;
}

.header-style-six .header-upper .right-menu .mobile-nav-toggler .bar {
    width: 28px;
    height: 1px;
    background-color: #fff;
    display: block;
    transition: all 500ms ease;
}

.header-style-six
.header-upper
.right-menu
.mobile-nav-toggler
.bar:nth-child(2) {
    width: 23px;
}

.header-style-six
.header-upper
.right-menu
.mobile-nav-toggler
.bar:nth-child(3) {
    width: 18px;
}

.header-style-six .header-upper .right-menu .mobile-nav-toggler .bar + .bar {
    margin-top: 7px;
}

.header-style-six-no-border .header-upper {
    border-bottom: 0;
}

/* header style seven */
.header-style-seven {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.header-style-seven .header-upper {
    margin-top: 44px;
    border-color: rgba(255, 255, 255, 0.06);
}

.header-style-seven .header-upper .auto-container {
    display: flex;
    align-items: center;
}

.header-style-seven.fixed-header .header-upper {
    margin-top: 0;
}

.header-style-seven .nav-outer {
    position: relative;
    top: auto;
    left: auto;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.header-style-seven .main-menu .navigation > li > a {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
}

.header-style-seven .main-menu .navigation > li > ul > li > a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
}

/* topbar */
.header-style-seven .topbar-four {
    background-color: #18212e;
    padding-top: 4.5px;
    padding-bottom: 4.5px;
}

.header-style-seven .topbar-four .auto-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-style-seven .topbar-four .right-content {
    display: flex;
    align-items: center;
}

.header-style-seven .topbar-four p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #959ca6;
}

.header-style-seven .topbar-four .phone {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.header-style-seven .topbar-four .phone span {
    font-size: 14px;
    color: var(--thm-base);
    margin-right: 10px;
}

.header-style-seven .topbar-four .phone a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.header-style-seven .social-links {
    display: flex;
    align-items: center;
}

.header-style-seven .social-links li + li {
    margin-left: 30px;
}

.header-style-seven .social-links a {
    font-size: 14px;
    color: #959ca6;
    transition: all 500ms ease;
}

.header-style-seven .social-links a:hover {
    color: var(--thm-base);
}

/* cart btn */

.main-header .other-links {
    display: grid;
    grid-template-rows: 60% 50%;
    align-items: center;
}

.main-header .cart-btn {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.main-header .cart-btn a {
    color: inherit;
}

/***

  ====================================================================
  6.				Sticky Header
  ====================================================================

  ***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}

.fixed-header .sticky-header .logo {
    padding: 10px 0px;
}

.sticky-header .main-menu .navigation > li {
    margin-left: 40px !important;
    padding: 0;
    margin-right: 0;
    background-color: transparent;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before {
    display: none;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 21px 0px !important;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #25283a;
    text-transform: capitalize;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li > ul > li > ul {
    left: auto;
    right: 100%;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a {
    opacity: 1;
}

/***

  ====================================================================
  7.	Search Popup
  ====================================================================

  ***/

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    transform: scale(1, 0);
    transform-origin: bottom center;
    transition: transform 0.7s ease;
}

.search-popup.active {
    transform-origin: top center;
    transform: scale(1, 1);
}

.search-popup__overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.7;
    cursor: none;
}

.search-popup__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-popup__form {
    position: relative;
    z-index: 9991;
    width: 100%;
    padding: 15px;
    max-width: 600px;
    position: relative;
}

.search-popup__form input {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    line-height: 30px;
    padding: 15px 30px;
    color: #272727;
    font-size: 14px;
    background-color: #ffffff;
    font-family: var(--thm-b-font);
    padding-left: 30px;
}

.search-popup__form button[type="submit"] {
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: var(--thm-base);
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.search-popup__form button[type="submit"]:hover {
    background-color: var(--thm-black);
    color: #ffffff;
}

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 999999;
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: RGBA(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 999999;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    transform: rotate(45deg);
}

/***

  ====================================================================
  8.			Mobile Menu
  ====================================================================

  ***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    margin-left: 0px;
    color: var(--thm-base);
    margin: 40px 0px 0px;
}

.mobile-nav-toggler .txt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    display: none;
}

/***

  ====================================================================
  9.		Lazy Load Settings
  ====================================================================

  ***/

img.lazy-image {
    background: url(../images/icons/image-bg.svg) center center no-repeat;
}

img.lazy-image.loaded {
    background-image: none;
}

.owl-theme img.lazy-image.loaded {
    height: auto;
    opacity: 1;
}

/* Default Form Style */

.default-form {
    position: relative;
}

.default-form .row {
    margin: 0 -15px;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.default-form .field-inner {
    position: relative;
    display: block;
}

.default-form .field-inner .alt-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-size: 20px;
    color: #9b9fa6;
    z-index: 1;
    pointer-events: none;
}

.default-form .form-group .field-label {
    position: relative;
    display: block;
    color: #0f172b;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.default-form .form-group .e-label {
    position: relative;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select {
    position: relative;
    display: block;
    height: 70px;
    width: 100%;
    font-size: 14px;
    color: #686a6f;
    line-height: 40px;
    font-weight: 400;
    padding: 14px 30px;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    border-radius: 7px;
    font-family: var(--thm-b-font);
    transition: all 300ms ease;
}

.default-form .form-group ::placeholder {
    opacity: 1;
    color: inherit;
}

.default-form .form-group textarea {
    height: 220px;
    resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button {
    display: inline-block;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
    border-color: var(--thm-base);
}

.default-form ::-webkit-input-placeholder {
    color: #aaaaaa;
}

.default-form ::-moz-input-placeholder {
    color: #aaaaaa;
}

.default-form ::-ms-input-placeholder {
    color: #aaaaaa;
}

.default-form label.error {
    color: #ff0000;
    font-size: 14px;
    text-transform: capitalize;
    text-align: left;
    display: block;
    letter-spacing: 1px;
    padding-top: 7px;
    line-height: 24px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    height: 70px;
    padding: 14px 30px;
    line-height: 40px;
    font-family: var(--thm-b-font);
    color: var(--thm-text);
    border-radius: 7px;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 10px;
    text-indent: 0px;
    color: var(--thm-black);
}

.form-group .ui-button .ui-icon:before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 0px !important;
    width: 15px;
    height: 30px;
    display: block;
    color: var(--thm-black);
    line-height: 20px;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    z-index: 5;
}

.ui-widget.ui-widget-content {
    background: #f4f5f8;
    border: 1px solid #e9ebee;
    border-top: none;
    font-family: var(--thm-font);
    border-radius: 0;
    padding: 0;
}

.ui-menu .ui-menu-item {
    font-size: 20px;
    border-bottom: 1px solid #e9ebee;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 14px 30px !important;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 30px;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: var(--thm-base);
    margin: 0;
}

/***

  ====================================================================
  10.		Banner Section
  ====================================================================

  ***/

.banner-section {
    position: relative;
    z-index: 1;
    padding-top: 114px;
}

.banner-section .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover;
    z-index: 1;
}

* {
    box-sizing: border-box;
}

.membership_container {
    display: none;
    position: fixed;
    top: 130px;
    overflow: hidden;
    right: 20px;
    z-index: 99 !important;
    background: #eff1f5;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 5px 5px 5px 0;
    transition: all 0.3s;
}

.membership_container.membership_container_open {
    width: 300px;
    height: 120px;
    border-radius: 10px;
}

.membership_container.close_animation {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.membership_container.show {
    display: block;
}

.membership_container .row {
    margin: 0;
    padding: 0;
}

/* start */

.membership_container .membership_start {
    display: none;
}

.membership_container .membership_start.start_pointer {
    cursor: pointer;
}

.membership_container .membership_start.show {
    display: flex;
}

.membership_container .membership_start .col-12 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.membership_container .membership_start .col-12 .membership_close {
    color: #004879;
    margin-right: -10px;
}

.membership_container .membership_start .col-12 .membership_close.hide {
    display: none;
}

div#navbarSupportedContent:nth-child(2) {
    display: none;
}

.membership_container .membership_start .col-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 28px !important;
    color: #004879;
}

.membership_container .membership_start .col-2 .bell_anim {
    margin-left: 14px;
    margin-top: 2px;
}

.membership_container .membership_start .col-10 {
    font-size: 17px;
    line-height: 19px;
    padding: 0;
}

.membership_container.height165 {
    height: 165px;
}

.membership_container.height200 {
    height: 200px;
}

.membership_container.height285 {
    height: 285px;
}

.membership_container.height105 {
    height: 105px;
}

.membership_container .membership_start .col-12 .membership_btn {
    background: #004879;
    color: white;
    border: none;
    font-size: 15px;
    line-height: 15px;
    border-radius: 4px;
    padding: 4px 4px;
    margin: 4px 0;
}

/* phone */

.membership_container .membership_phone {
    display: none;
}

.membership_container .membership_phone.show {
    display: flex;
}

.membership_container .membership_phone .col-12 {
    position: relative;
    font-size: 17px;
    line-height: 19px;
}

.membership_container .membership_phone .close {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
}

.membership_container .membership_phone .col-12 .membership_close {
    color: #004879;
    margin-right: -10px;
}

.membership_container .membership_phone .col-12 .membership_close.hide {
    display: none;
}

.membership_container .membership_phone .input_field {
    padding: 0 10px;
}

.membership_container .membership_phone .input_field input {
    width: 100%;
    margin: 4px;
    box-sizing: border-box;
    padding: 8px 8px 8px 47px;
    font-size: 16px;
    background: white;
}

.membership_container .membership_phone .input_field i {
    position: absolute;
    left: 25px;
    top: 12px;
    color: #004879;
}

.membership_container .membership_phone .btns {
    display: none;
}

.membership_container .membership_phone .btns.show {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.membership_container .membership_phone .sub_loader.show {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}

.membership_container .membership_phone .btns .membership_code_btn {
    background: #004879;
    color: white;
    border: none;
    font-size: 15px;
    line-height: 15px;
    border-radius: 4px;
    padding: 4px 4px;
    margin: 4px 0;
}

/* code */

.membership_container .membership_code {
    display: none;
}

.membership_container .membership_code.show {
    display: flex;
    margin-top: 10px;
}

.membership_container .membership_code .col-12 {
    position: relative;
    font-size: 17px;
    line-height: 19px;
}

.membership_container .membership_code .input_field {
    padding: 0 10px;
}

.membership_container .membership_code .input_field input {
    width: 100%;
    margin: 4px;
    box-sizing: border-box;
    padding: 8px 8px 8px 47px;
    font-size: 16px;
    background: white;
}

.membership_container .membership_code .input_field i {
    position: absolute;
    left: 30px;
    top: 12px;
    color: #004879;
}

.membership_container .membership_code .confirm_code .membership_check_btn {
    background: #004879;
    color: white;
    border: none;
    font-size: 15px;
    line-height: 15px;
    border-radius: 4px;
    padding: 4px 4px;
    margin: 4px 0;
}

.membership_container .membership_code .confirm_code.show {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.membership_container .membership_code .confirm_code {
    display: none;
}

.membership_container .membership_code .confirm_loader {
    display: none;
}

.membership_container .membership_code .confirm_loader.show {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}

/*  Finish */

.membership_container .membership_finish {
    margin: 10px 0;
    padding: 0;
    display: none;
}

.membership_container .membership_finish.show {
    display: flex;
}

.membership_container .membership_finish .col-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: #004879;
}

.membership_container .membership_finish .col-10 {
    font-size: 17px;
    line-height: 19px;
}

/*  Loader  */

.sub_loader {
    display: none;
}

.circles-to-rhombuses-spinner,
.circles-to-rhombuses-spinner * {
    box-sizing: border-box;
}

.circles-to-rhombuses-spinner {
    height: 15px;
    width: calc((15px + 15px * 1.125) * 3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.circles-to-rhombuses-spinner .circle {
    height: 15px;
    width: 15px;
    margin-left: calc(15px * 1.125);
    transform: rotate(45deg);
    border-radius: 10%;
    border: 3px solid #004879;
    overflow: hidden;
    background: transparent;

    animation: circles-to-rhombuses-animation 1200ms linear infinite;
}

.circles-to-rhombuses-spinner .circle:nth-child(1) {
    animation-delay: calc(150ms * 1);
    margin-left: 0;
}

.circles-to-rhombuses-spinner .circle:nth-child(2) {
    animation-delay: calc(150ms * 2);
}

.circles-to-rhombuses-spinner .circle:nth-child(3) {
    animation-delay: calc(150ms * 3);
}

@keyframes circles-to-rhombuses-animation {
    0% {
        border-radius: 10%;
    }

    17.5% {
        border-radius: 10%;
    }

    50% {
        border-radius: 100%;
    }

    93.5% {
        border-radius: 10%;
    }

    100% {
        border-radius: 10%;
    }
}

@keyframes circles-to-rhombuses-background-animation {
    50% {
        opacity: 0.4;
    }
}

/* HELPER */

.helper_container {
    position: fixed;
    bottom: 19px;
    left: 20px;
    z-index: 99 !important;
}

.helper_container .helper_btn {
    color: white;
    font-size: 21px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: transparent;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.4s ease;
    margin-top: -10px;
    width: 130%;
}

.helper_container .helper_btn:hover {
    background-color: #fff;
    color: #004879;
}

.helper_container .helper_tools {
    overflow: hidden;
    width: 0;
    height: 0;
    transition: all 0.2s;
    position: absolute;
    bottom: 60px;
    background: #eff1f5;
    left: 65px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.helper_container .helper_tools.show {
    width: 270px;
    padding: 5px;
    height: 376px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.helper_container .helper_tools .row {
    margin: 0 !important;
    width: 100%;
    flex: 1;
}

.helper_container .helper_tools .col-4 {
    padding: 8px;
}

.helper_container .helper_tools .col-4 .tools_item {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    text-align: center;
    background: white;
    border-radius: 15px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.2s;
    border: 2px solid white;
}

.helper_container .helper_tools .col-4 .tools_item:hover {
    transform: scale(1.05);
    border: 2px solid #004879;
}

.helper_container .helper_tools .col-4 .tools_item i {
    font-size: 32px;
    margin: 5px;
}

.helper_container .helper_tools .col-4 .tools_item span {
    font-size: 12px;
    line-height: 13px;
}

.helper_container .helper_tools .col-4 .tools_item * {
    pointer-events: none;
}

/* */
.helper_container .helper_tools .col-6 {
    padding: 8px;
}

.helper_container .helper_tools .col-6 .tools_item {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    text-align: center;
    background: white;
    border-radius: 15px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.2s;
    border: 2px solid white;
}

.helper_container .helper_tools .col-6 .tools_item:hover {
    transform: scale(1.05);
    border: 2px solid #004879;
}

.helper_container .helper_tools .col-6 .tools_item i {
    font-size: 32px;
    margin: 5px;
}

.helper_container .helper_tools .col-6 .tools_item span {
    font-size: 12px;
    line-height: 13px;
}

.helper_container .helper_tools .col-6 .tools_item * {
    pointer-events: none;
}

/*  SPEECH */

.speech_container {
    z-index: 99 !important;
    display: block;
    overflow: hidden;
}

.speech_container .speech_btn {
    padding: 3px;
    margin-right: 15px;
    color: white;
    font-size: 21px;
    border-radius: 50%;
    border: none;
    background: #004879;
}

.speech_container .speech_dialog {
    overflow: hidden;
    width: 0;
    height: 0;
    transition: all 0.2s;
    position: absolute;
    top: 90px;
    background: #eff1f5;
    /* right: 96px; */
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
    .speech_container .speech_dialog {
        left: auto;
        transform: none;
        right: -10px;
    }
}

@media screen and (max-width: 350px) {
    .speech_container .speech_dialog {
        left: auto;
        transform: none;
        right: -10px;
    }

    .speech_container .speech_dialog .speech_text_header b {
        font-size: 17px;
    }

    .speech_container .speech_dialog hr {
        margin: 0;
    }
}

.speech_container .speech_dialog.show {
    width: 400px;
    padding: 10px 15px 15px 15px;
    min-height: 200px;
    z-index: 10;
}

@media screen and (max-width: 450px) {
    .speech_container .speech_dialog.show {
        width: 330px;
    }
}

.speech_container .speech_dialog .speech_text_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.speech_container .speech_dialog .speech_text_header b {
    font-size: 20px;
}

.speech_container .speech_dialog .speech_text_header button {
    color: red;
    outline: none;
    background: transparent;
}

.speech_container .speech_dialog hr {
    margin: 5px 0;
}

.speech_container .speech_dialog .speech_text_title p {
    font-size: 17px;
    line-height: 140%;
    margin-bottom: 0.3rem;
}

.speech_container .speech_dialog .speech_text_title input {
    margin-left: 10px;
    transform: scale(1.4) translateY(2px);
}

/*   */
.murojaat_gov_container {
    position: fixed;
    bottom: 75px;
    right: 90px;
    z-index: 99;
    width: 240px;
}

.murojaat_gov_container a {
    background: #004879;
    color: white;
    padding: 8px 8px;
    font-size: 15px;
    border-radius: 5px;
    width: 100%;
    display: block;
    line-height: 170%;
}

#container {
    position: fixed;
    bottom: 19px;
    right: 90px;
    width: 240px;
    background: #004879;
    height: 42px;
    transition: all 0.5s;
    margin: 0 auto;
    font-size: 0;
    border-radius: 10px;
    z-index: 99 !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

main {
    width: 100%;
    height: 100%;
    display: none;
    font-size: 15px;
    vertical-align: top;
}

#container .chat_header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    background: #004879;
    position: relative;
}

#container .chat_header span {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
}

#container .chat_header .chat_close {
    display: none;
}

#container .chat_header .delete_chat {
    display: none;
    background: #ef6a07;
    width: 100px;
    padding: 3px;
    margin-right: 8px;
    border-radius: 5px;
}


#container .chat_header button {
    background: none;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 15px;
    line-height: 17px;
    color: white;
}

#container .chat_header div button {
    background: none;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 18px;
    line-height: 19px;
    color: white;
    margin-left: 5px;
    transition: all 0.5s;
    display: block;
}

#container .chat_header div #new_msg {
    border-radius: 50%;
    background: white;
    padding: 6px;
    position: absolute;
    right: -10px;
    top: -15px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    line-height: 25px;
    z-index: 99;
    display: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#container .chat_header div #new_msg span {
    color: blue !important;
}

#container .chat_header div #wait_helper,
#online_helper {
    display: none;
    color: white;
    font-size: 16px;
    line-height: 18px;
}

.status {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
}

.green {
    background-color: #58b666;
}

.orange {
    background-color: #ff725d;
}

.blue {
    background-color: #6fbced;
    margin-right: 0;
    margin-left: 7px;
    padding: 2px;
    border-radius: 3px;
    font-size: 10px;
}

#no_chat {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    height: 300px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 99 !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #fff;
    padding-bottom: 25px;
}

#no_chat span {
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 18px;
}

#no_chat div:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 18px;
    font-size: 15px;
}

#no_chat .chat_form {
    padding: 0 10px;
    margin-top: 15px;
}

#no_chat .chat_form .form_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

#no_chat .chat_form .form_item label {
    flex: 2;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 0 !important;
}

#no_chat .chat_form .form_item input {
    border: 1px solid #e0e0e0;
    flex: 3;
    height: 42px;
    border-radius: 5px;
    padding: 3px 6px;
    font-size: 17px;
    color: #646e79;
}

#no_chat .chat_form .form_item input::placeholder {
    color: #b1b1b194;
}

#no_chat span {
}

#chat {
    display: none;
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    overflow-y: scroll;
    height: 310px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 99 !important;
    background: white;
}

#chat::-webkit-scrollbar {
    width: 4px;
}

#chat::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #d7d7d7;
    border-radius: 2px;
}

#chat::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px #bbbbbb;
}

#chat li {
    padding: 7px 15px;
}

#chat h2,
#chat h3 {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
}

#chat h3 {
    color: #bbb;
    padding: 0;
}

#chat .message_parent {
    width: 100%;
    display: flex;
    flex-direction: row;
}

#chat .you .message_parent {
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

#chat .me .message_parent {
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}

#chat .message_parent .message {
    color: #646e79;
    line-height: 16.5px;
    max-width: 85%;
    font-size: 15px;
    text-align: left;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    z-index: 99 !important;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 40px 15px 10px;
    position: relative;
}

#chat .message_parent .message .time {
    position: absolute;
    right: 5px;
    bottom: 8px;
    font-size: 12px;
    line-height: 12px;
}

#chat .message_parent .message .icon_msg {
    position: absolute;
    right: 6px;
    bottom: 7px;
    font-size: 12px;
    line-height: 12px;
    width: 12px;
}

#chat .me .message_parent .message .time {
    position: absolute;
    right: 25px;
    bottom: 8px;
    font-size: 12px;
    line-height: 12px;
}

#chat .me .message_parent .message .time,
.icon_msg {
    color: white;
}

#chat .you .message_parent .message .time {
    color: #646e79;
}

#chat .time {
    color: #646e79;
}

#chat .entete span {
    font-size: 13px;
    margin-bottom: -2px;
    line-height: 13px;
}

#chat .entete.no_visible {
    display: none;
}

#chat .message_time {
    width: 100%;
    padding: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#chat .message_time div {
    padding: 2px 8px;
    border-radius: 15px;
    border: 1px solid #2f80ed;
    color: #646e79;
    font-size: 11px;
    line-height: 15px;
}

#chat .me {
    text-align: right;
}

#chat .you .message {
    background-color: #f1f0f0;
}

#chat .you [dataFor="you"]:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid #f1f0f0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: 0;
    left: -8px;
}

#chat .you [dataFor="you"]:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid #f1f0f0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: 0px;
    left: -8px;
}

#chat .me .message {
    background-color: #2f80ed;
    color: white;
    padding: 10px 65px 12px 10px;
}

#chat .me [dataFor="me"]:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 8px solid #2f80ed;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 0;
    right: -8px;
}

#chat .me [dataFor="me"]:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 8px solid #2f80ed;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 0px;
    right: -8px;
}

#chat .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    margin-bottom: -1px;
}

#chat .triangle.no_visible {
    display: none;
}

#chat .you .triangle {
    border-color: transparent transparent #f1f0f0 transparent;
    margin-left: 10px;
}

#chat .me .triangle {
    border-color: transparent transparent #2f80ed transparent;
    margin-left: 300px;
}

#container main footer {
    height: 60px;
    padding: 10px;
    display: none;
}

#container main footer input {
    resize: none;
    border: none;
    display: block;
    flex: 9;
    padding: 5px;
    height: 35px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 16.5px;
    overflow-y: scroll;
}

#container main footer #chat_actions {
    display: none;
    flex-direction: row;
    align-items: center;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#container main footer #chat_block {
    display: none;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#container main footer #chat_start {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

#container main footer #chat_start #start {
    width: 60%;
    padding: 6px 15px;
    background: #004879;
    color: white;
    text-align: center;
}

#container main footer #chat_start #start button {
    border-radius: 50%;
}

#container main footer #chat_block .block_item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 5px;
}

#container main footer #chat_block .block_item .block_text {
    /*flex-direction: ;*/
    vertical-align: middle;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    padding: 3px;
}

#container main footer #chat_block .block_item .timer {
    flex: 3;
    vertical-align: middle;
    color: red;
    font-size: 16px;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 3px;
}

#container main footer button {
    background: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    color: #6fbced;
    vertical-align: top;
    flex: 1;
    border-radius: 5px;
    margin: 0 0 0 10px;
}

#container main footer #chat_start {
    border: 1px solid white;
}

#container main footer #chat_actions {
    border: none;
}

#container main footer input::placeholder {
    color: #545d69;
}

.banner-section .left-based-text {
    position: absolute;
    left: 50px;
    top: 50px;
    bottom: 50px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-weight: 500;
    z-index: 10;
    font-family: var(--thm-font);
}

.banner-section .left-based-text .base-inner {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 730px;
    height: 24px;
    transform-origin: left bottom;
    transform: rotate(-90deg);
}

.banner-section .left-based-text .social-links {
    position: absolute;
    left: 115px;
    top: 18px;
}

.banner-section .left-based-text .social-links ul li {
    float: left;
    margin-right: 35px;
}

.banner-section .left-based-text .social-links ul li a {
    position: relative;
    display: block;
    color: #ffffff;
    transition: all 500ms ease;
    text-decoration: none;
}

.banner-section .left-based-text .social-links ul li a:before {
    /*content: "";*/
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    border-bottom: 2px solid var(--thm-base);
    transform: scaleX(0);
    transition: all 500ms ease;
}

.banner-section .left-based-text .social-links ul li a span {
    transform: rotate(90deg);
    font-size: 20px;
}

.banner-section .left-based-text .social-links ul li a span svg {
    transform: rotate(90deg);
    font-size: 20px;
    fill: #fff;
}

.banner-section .left-based-text .social-links ul li a:hover:before {
    transform: scale(1);
}

.banner-section .left-based-text .hours {
    position: absolute;
    right: 0;
    top: 0;
}

.banner-section .left-based-text .hours ul li {
    float: left;
    margin-left: 35px;
}

.banner-three .left-based-text .social-links ul li a,
.banner-three .left-based-text .hours ul li {
    color: var(--thm-black);
}

.banner-section .left-based-text .social-links ul li a:before {
    border-bottom-color: var(--thm-secondary);
}

.banner-carousel {
    position: relative;
    z-index: 1;
}

.banner-carousel .slide-item {
    position: relative;
    display: block;
    background-color: var(--thm-black);
    color: #ffffff;
    overflow: hidden;
}

.banner-three .banner-carousel .slide-item {
    background: none;
}

.banner-carousel .slide-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--thm-black);
    opacity: 0.6;
    z-index: 1;
}

.banner-two .banner-carousel .slide-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/main-slider/slide-2-pattern-1.png);
    z-index: 10;
}

.banner-two .banner-carousel .slide-item:before {
    opacity: 0.8;
}

.banner-three .banner-carousel .slide-item:before {
    display: none;
}

.banner-carousel .slide-item .left-top-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
    max-width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transform: translateY(-100%);
}

.banner-carousel .active .left-top-line {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 200ms;
}

.banner-carousel .slide-item .right-bottom-curve {
    position: absolute;
    right: 0;
    top: 0;
    width: 655px;
    max-width: 100%;
    height: 100%;
    background: url(../images/main-slider/right-curved-bg.png) right bottom no-repeat;
    z-index: 2;
    opacity: 0;
    transform: translateX(700px);
}

.banner-carousel .active .right-bottom-curve {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 1300ms;
}

.banner-carousel .slide-item .right-top-curve {
    position: absolute;
    right: 0;
    top: 0;
    width: 164px;
    max-width: 100%;
    height: 100%;
    background: url(../images/main-slider/right-white-curve.png) right top no-repeat;
    z-index: 2;
    opacity: 0;
    transform: translateX(200px);
}

.banner-carousel .active .right-top-curve {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 1800ms;
}

.banner-ca.main-header
.header-upper
.inner-containerrousel
.slide-item
.round-shape-1 {
    position: absolute;
    left: -500px;
    bottom: -500px;
    width: 1000px;
    height: 1000px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
    transform: translateY(100%);
}

.banner-carousel .active .round-shape-1 {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 1500ms;
}

.banner-carousel .slide-item .shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 570px;
    max-width: 100%;
    height: 810px;
    z-index: 2;
    opacity: 0;
    transform: translateY(-100%);
}

.banner-carousel .active .shape-1 {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 200ms;
}

.banner-carousel .slide-item .shape-2 {
    position: absolute;
    left: 0;
    bottom: 55px;
    width: 333px;
    max-width: 100%;
    height: 366px;
    z-index: 2;
    opacity: 0;
    transform: translateX(-500px);
}

.banner-carousel .active .shape-2 {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 500ms;
}

.banner-carousel .slide-item .shape-3 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 824px;
    max-width: 100%;
    height: 424px;
    z-index: 2;
    opacity: 0;
    transform: translateX(900px);
}

.banner-carousel .active .shape-3 {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 1800ms;
}

.banner-carousel .slide-item .shape-4 {
    position: absolute;
    right: 0;
    top: 0;
    width: 218px;
    max-width: 100%;
    height: 571px;
    z-index: 2;
    opacity: 0;
    transform: translateX(200px);
}

.banner-carousel .active .shape-4 {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 2500ms;
}

.banner-carousel .slide-item .shape-5 {
    position: absolute;
    right: 0;
    top: 0;
    width: 306px;
    max-width: 100%;
    height: 904px;
    z-index: 2;
    opacity: 0;
    transform: translateY(-1000px);
}

.banner-carousel .active .shape-5 {
    opacity: 1;
    transform: translate(0);
    transition: all 1500ms ease;
    transition-delay: 2700ms;
}

.banner-carousel .slide-item .shape-6 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    transform: scale(0);
}

.banner-carousel .active .shape-6 {
    opacity: 1;
    transform: scale(1);
    transition: all 1500ms ease;
    transition-delay: 2700ms;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*-webkit-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    transform: scale(1);
}

.banner-carousel .active .slide-item .image-layer {
    transform: scale(1.15);
    transition: all 7000ms linear;
}

.banner-carousel .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
    padding: 0 0;
    z-index: 11;
}

.banner-carousel .content-box .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 150px 0px 50px;
}

.banner-carousel .content-box .inner {
    position: relative;
    display: block;
    max-width: 800px;
}

.banner-two .banner-carousel .content-box .inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.banner-three .banner-carousel .content-box .inner {
    max-width: 550px;
}

.banner-carousel .content-box .sub-title {
    display: block;
    font-size: 24px;
    line-height: 1.5em;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(80px);
    font-family: var(--thm-font);
}

.banner-carousel .active .content-box .sub-title {
    opacity: 1;
    transform: translate(0);
    transition: all 700ms ease;
    transition-delay: 800ms;
}

.banner-carousel .content-box h1 {
    display: block;
    font-size: 40px;
    font-family: "Roboto Condensed", sans-serif;
    color: #ffffff;
    font-weight: 600;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0;
    transform: translateY(80px);
}

.banner-two .banner-carousel .content-box h1 {
    text-transform: capitalize;
}

.banner-three .banner-carousel .content-box h1 {
    font-size: 120px;
    color: var(--thm-black);
    font-weight: 500;
}

.banner-carousel .active .content-box h1 {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 1300ms;
}

.banner-three .banner-carousel .active .content-box h1 {
    transition-delay: 700ms;
}

.banner-carousel .content-box .text {
    position: relative;
    color: var(--thm-black);
    margin: 5px 0 0;
    opacity: 0;
    transform: translateY(80px);
}

.banner-carousel .active .content-box .text {
    opacity: 1;
    transform: translate(0);
    transition: all 700ms ease;
    transition-delay: 1200ms;
}

.banner-carousel .content-box .link-box {
    position: relative;
    display: block;
    padding-top: 50px;
    opacity: 0;
    transform: translateY(50px);
}

.banner-three .banner-carousel .content-box .link-box {
    padding-top: 45px;
}

.banner-carousel .active .content-box .link-box {
    opacity: 1;
    transform: translate(0);
    transition: all 700ms ease;
    transition-delay: 1800ms;
}

.banner-carousel .slide-item .round-image {
    position: absolute;
    right: -200px;
    top: -100px;
    width: 850px;
    height: 850px;
    border-radius: 50%;
    z-index: 2;
}

.banner-carousel .slide-item .round-image .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 850px;
    height: 850px;
    background-size: cover;
    background-position: left top;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    z-index: 2;
    opacity: 0;
    transform: translateX(100%);
    overflow: hidden;
}

.banner-carousel .slide-item .round-image .image::before {
    content: "";
    position: absolute;
    opacity: 0.5;
    background-color: var(--thm-black);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}

.banner-carousel .active .round-image .image {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 200ms;
}

.banner-carousel .slide-item .round-image:before {
    content: "";
    position: absolute;
    left: -100px;
    bottom: 120px;
    width: 100%;
    height: 100%;
    background: var(--thm-black);
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    transform: translateX(100%);
}

.banner-carousel .active .round-image:before {
    opacity: 0.1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 700ms;
}

.banner-carousel .slide-item .round-image:after {
    content: "";
    position: absolute;
    left: -100px;
    bottom: -50px;
    width: 330px;
    height: 330px;
    z-index: 3;
    opacity: 0;
    transform: translateY(100%);
}

.banner-carousel .active .round-image:after {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 1000ms;
}

.banner-carousel .owl-nav {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    width: 1200px;
    height: 110px;
    text-align: right;
}

.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #ffffff !important;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    opacity: 0.2;
    border-radius: 50%;
    transition: all 500ms ease;
}

.banner-carousel .owl-nav .owl-next {
    top: auto;
    bottom: 0;
}

.banner-carousel .owl-nav .owl-next span,
.banner-carousel .owl-nav .owl-prev span {
    vertical-align: middle;
}

.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
}

.banner-section .owl-dots {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
    display: none;
}

.banner-two .owl-nav,
.banner-three .owl-nav {
    display: none;
}

.banner-three {
    background-color: var(--thm-base);
}

.banner-three .bg-image {
    opacity: 0.03;
}

.banner-two .owl-dots {
    display: block;
}

.banner-section .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px;
}

.banner-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span {
    background: none;
    border-width: 2px;
    border-color: var(--thm-base);
}

/* banner one page  */
.banner-one-page {
    margin-top: 117px;
}

.banner-one-page .banner-carousel .content-box .inner {
    max-width: 100%;
}

.banner-one-page .banner-carousel .content-box {
    height: 600px;
}

@media (min-width: 992px) {
    .banner-one-page .banner-carousel .content-box {
        height: 860px;
    }
}

.banner-one-page .banner-carousel .content-box h1 {
    font-size: 46px;
    color: var(--thm-base);
}

.banner-one-page .banner-carousel .content-box h1 span {
    color: #fff;
    font-weight: 300;
}

@media (min-width: 600px) {
    .banner-one-page .banner-carousel .content-box h1 {
        font-size: 60px;
    }
}

@media (min-width: 768px) {
    .banner-one-page .banner-carousel .content-box h1 {
        font-size: 80px;
    }
}

@media (min-width: 992px) {
    .banner-one-page .banner-carousel .content-box h1 {
        font-size: 100px;
    }
}

@media (min-width: 1200px) {
    .banner-one-page .banner-carousel .content-box h1 {
        font-size: 150px;
    }
}

.banner-one-page .banner-carousel .content-box .link-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-one-page .banner-carousel .content-box .content {
    padding-top: 0;
    padding-bottom: 0;
}

.banner-one-page .banner-carousel .vid-link {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 3;
    margin-left: 15px;
}

@media (min-width: 376px) {
    .banner-one-page .banner-carousel .vid-link {
        margin-left: 30px;
    }
}

.banner-one-page .banner-carousel .vid-link .icon {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    color: var(--thm-black);
    background: #fff;
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.banner-one-page .banner-carousel .vid-link a:hover .icon {
    background: var(--thm-black);
    color: var(--thm-base);
}

.banner-one-page .banner-carousel .vid-link .ripple,
.banner-one-page .banner-carousel .vid-link .ripple:before,
.banner-one-page .banner-carousel .vid-link .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.banner-one-page .banner-carousel .vid-link .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.banner-one-page .banner-carousel .vid-link .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.banner-one-page .banner-carousel .content-box .link-box {
    padding-top: 30px;
}

.banner-one-page .banner-carousel .owl-nav {
    width: 100%;
    left: 0;
    margin-left: 0;
    display: none;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 376px) {
    .banner-one-page .banner-carousel .owl-nav {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .banner-one-page .banner-carousel .owl-nav {
        display: flex;
    }

    .banner-one-page .banner-carousel .owl-nav {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .banner-one-page .banner-carousel .owl-nav {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.banner-one-page .banner-carousel .owl-nav .owl-next,
.banner-one-page .banner-carousel .owl-nav .owl-prev {
    position: relative;
    top: auto;
    right: auto;
}

/* banner four */
.banner-section-four {
    position: relative;
    margin-top: 44px;
}

.banner-section-four .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/update-1-12-2020/shapes/menu-top-shadow.png);
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 10;
}

.banner-section-four .swiper-slide {
    position: relative;
}

.banner-section-four .swiper-slide .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    background-position: center;
    transition: transform 7000ms ease;
}

.banner-section-four .swiper-slide-active .image-layer {
    transform: scale(1.15);
}

.banner-section-four .auto-container {
    padding-top: 350px;
    padding-bottom: 200px;
    position: relative;
    z-index: 22;
}

.banner-section-four h2 {
    margin: 0;
    font-weight: bold;
    color: #fff;
    font-size: 80px;
    line-height: 90px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(110px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
}

.banner-section-four p {
    margin: 0;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    opacity: 0.7;
    margin-top: 40px;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
    background 500ms ease;
}

.banner-section-four .btn-style-three {
    min-width: 220px;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
    background 500ms ease;
}

.banner-section-four .btn-style-three:hover {
    background-color: #fff;
    color: var(--thm-black);
}

.banner-section-four .swiper-slide-active .btn-style-three,
.banner-section-four .swiper-slide-active h2,
.banner-section-four .swiper-slide-active p {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.banner-section-four__nav {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    z-index: 21;
}

@media (max-width: 425px) {
    .banner-section-four__nav {
        display: none;
    }
}

.banner-section-four__nav .swiper-button-next,
.banner-section-four__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #222429;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.3;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
}

@media (max-width: 991px) {
    .banner-section-four__nav .swiper-button-next,
    .banner-section-four__nav .swiper-button-prev {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
}

.banner-section-four__nav .swiper-button-next:hover,
.banner-section-four__nav .swiper-button-prev:hover {
    opacity: 1;
}

.banner-section-four__nav .swiper-button-next::after,
.banner-section-four__nav .swiper-button-prev::after {
    display: none;
}

.banner-section-four__nav .swiper-button-prev {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .banner-section-four__nav .swiper-button-prev {
        margin-top: 10px;
    }
}

/***

  ====================================================================
  11.		Section Title
  ====================================================================

  ***/
.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title.centered {
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.sec-title .upper-text {
    position: relative;
    display: inline-block;
    line-height: 1.6em;
    font-size: 16px;
    color: #9b9fa6;
    font-weight: 400;
    margin: 0 0 20px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 0.9em;
    text-transform: uppercase;
    color: var(--thm-black);
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
}

.sec-title h2 strong {
    font-weight: 700;
}

.sec-title h2 .dot {
    color: var(--thm-base);
    padding-left: 7px;
}

.sec-title .lower-text {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--thm-text);
    padding: 30px 0px 0px;
    line-height: 130%;
}

/* section title two */
.sec-title-two {
    margin-bottom: 45px;
}

.sec-title-two p {
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-weight: 600;
    color: var(--thm-base);
    line-height: 1;
}

.sec-title-two h2 {
    margin: 0;
    font-size: 60px;
    color: var(--thm-black);
    font-weight: 800;
}

/***

  ====================================================================
  12.	Services Section
  ====================================================================

  ***/
.services-section {
    position: relative;
    padding: 120px 0px 90px;
    background: var(--thm-black) url(../images/background/pattern-1.png) center top repeat;
    color: #ffffff;
}

.services-section .sec-title {
    margin-bottom: 30px;
}

.services-section .sec-title h2 {
    color: #ffffff;
}

.services-section .sec-title .lower-text {
    color: #999b9f;
}

.services-section .row {
    counter-reset: slides-num;
}

.services-section .row .service-block {
    counter-increment: slides-num;
}

.services-section .row .service-block .inner-box:before {
    content: "0" counter(slides-num) "";
    position: absolute;
    left: 45px;
    top: 50px;
    font-size: 50px;
    line-height: 1em;
    color: #ffffff;
    opacity: 0.07;
    font-family: var(--thm-font);
    font-weight: 300;
}

.service-block {
    position: relative;
    margin-bottom: 30px;
}

.service-block .inner-box {
    position: relative;
    display: block;
    padding: 50px 45px;
    background: #1c1e22;
    min-height: 100%;
    border-radius: 7px;
    overflow: hidden;
    transition: all 500ms ease;
}

.service-block .inner-box:hover {
    background: var(--thm-base);
}

.service-block .inner-box .bottom-curve {
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 100px;
    height: 80%;
    background: var(--thm-black);
    opacity: 0.2;
    z-index: 0;
    transform: skewX(0deg) scaleX(0);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.service-block .inner-box:hover .bottom-curve {
    transform: skewX(-35deg) scaleX(1);
}

.service-block .inner-box .count {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 1em;
    color: #ffffff;
    opacity: 0.07;
    margin-bottom: 40px;
}

.service-block .inner-box .icon-box {
    position: absolute;
    right: 45px;
    top: 50px;
    color: var(--thm-base);
    font-size: 64px;
    line-height: 1em;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.service-block .inner-box:hover .icon-box {
    color: var(--thm-black);
}

.service-block .inner-box h6 {
    position: relative;
    margin: 0;
    margin-top: 90px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1em;
}

.service-block .inner-box h6 a {
    color: #ffffff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.service-block .inner-box h6 a span {
    color: #ffffff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.services-section .row .service-block .inner-box:hover:before,
.service-block .inner-box:hover .count,
.service-block .inner-box:hover h6,
.service-block .inner-box:hover h6 a {
    color: var(--thm-black);
}

.service-block .inner-box h6 a:hover {
    text-decoration: underline;
}

/* service three block */
.service-block-three {
    padding: 90px 0 0px 0;
}

.service-block-three__single {
    margin-top: 30px;
    background-color: #eff1f4;
    padding: 25px;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
    border-radius: 5px;
    gap: 15px;
}

.service-block-three__single .svgs_div {
    width: 100px;
    flex: 1;
}

.service-block-three__single img {
    width: 64px !important;
}

.service-block-three__single:hover {
    transform: scale(0.98);
}

.service-block-three__single .icon-box span {
    font-size: 64px;
    color: var(--thm-base);
    margin-right: 40px;
    display: block;
    transition: all 500ms ease;
}

.service-block-three__single .icon-box svg {
    height: 64px;
    width: 64px;
}

.service-block-three__single .icon-box svg path {
    fill: #0070bc;
    transition: all 500ms ease;
}


.service-block-three__single h6 {
    margin: 0;
    color: var(--thm-black);
    font-size: 20px;
    transition: all 500ms ease;
}

.service-block-three__single h6 a {
    color: inherit;
}

/***

  ====================================================================
  13.	About Section
  ====================================================================

  ***/
.about-section {
    position: relative;
    padding: 120px 0px 90px;
    background: #ffffff;
}

.about-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -410px;
    width: 50%;
    height: 100%;
    background: #f4f5f8;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 30px;
}

.about-section .image-column .inner {
    position: relative;
    display: block;
}

.about-section .image-column .inner:before {
    content: "";
    position: absolute;
    left: 0;
    width: 7px;
    height: 280px;
    background: var(--thm-base);
    border-radius: 8px;
}

.about-section .image-column .image-block {
    position: relative;
    display: block;
    border-radius: 7px;
    overflow: hidden;
}

.about-section .image-column .image-block img {
    display: block;
    width: 100%;
    /*-webkit-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    border-radius: 7px;
}

.about-section .image-column .image-block:nth-child(1) {
    margin-left: 110px;
}

.about-section .image-column .image-block:nth-child(2) {
    margin-right: 140px;
    margin-top: -170px;
}

.about-section .text-column {
    position: relative;
    margin-bottom: 30px;
}

.about-section .text-column .inner {
    position: relative;
    display: block;
    padding-left: 60px;
}

.about-section .text-column .sec-title {
    margin-bottom: 35px;
}

.about-section .text-column .sec-title .lower-text {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0;
    font-family: var(--thm-font);
    color: var(--thm-base);
    line-height: 34px;
}

.about-section .text-column .text {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.125em;
    font-family: var(--thm-b-font);
}

.about-section .text-column .text p {
    margin-bottom: 32px;
    line-height: 2.125em;
}

.about-section .text-column .text ul {
    position: relative;
    float: left;
}

.about-section .text-column .text ul li {
    position: relative;
    line-height: 1.7em;
    margin-bottom: 10px;
    padding-left: 35px;
}

.about-section .text-column .text ul li:before {
    content: "\f107";
    font-family: "Flaticon";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--thm-base);
    font-weight: 400;
}

.about-section .text-column .text .since {
    position: relative;
    float: left;
    margin-left: 82px;
    margin-top: 10px;
}

.about-section .text-column .text .since:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0px;
    width: 80px;
    height: 80px;
    background: #e8e9e9;
    border-radius: 50%;
}

.about-section .text-column .text .since:after {
    content: "";
    position: absolute;
    left: -42px;
    top: 0px;
    bottom: 0px;
    border-left: 2px solid var(--thm-base);
}

.about-section .text-column .text .since .txt {
    position: relative;
    display: block;
    padding: 21px 5px;
    width: 90px;
    height: 90px;
    line-height: 24px;
    text-align: center;
    background: var(--thm-black);
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 50%;
    font-family: var(--thm-font);
    font-size: 20px;
    padding-top: 24px;
}

.about-section .text-column .link-box {
    padding-top: 30px;
}

/***

  ====================================================================
  14.	Live Section
  ====================================================================

  ***/
.live-section {
    position: relative;
    padding: 120px 0px 0px;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.live-section__one-page {
    border-top: 0;
}

.live-section .main-image-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: -120px;
    z-index: 1;
}

.live-section .main-image-box .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.live-section .main-image-box .inner {
    position: relative;
    padding: 20px 0px;
}

.live-section .main-image-box .round-box {
    position: relative;
    display: block;
    float: right;
    right: -25px;
    width: 490px;
    height: 490px;
    border-radius: 50%;
}

.live-section .main-image-box .round-box:before {
    content: "";
    position: absolute;
    left: -65px;
    top: -45px;
    width: 490px;
    height: 490px;
    background: var(--thm-black);
    opacity: 0.2;
    border-radius: 50%;
}

.live-section .main-image-box .round-inner {
    position: relative;
    display: block;
    width: 490px;
    height: 490px;
    padding: 190px 80px 50px 70px;
    background: var(--thm-base);
    border-radius: 50%;
}

.live-section .main-image-box .vid-link {
    position: absolute;
    left: 55px;
    top: 25px;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.live-section .main-image-box .vid-link .icon {
    position: relative;
    display: block;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background: var(--thm-black);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.live-section .main-image-box .vid-link a:hover .icon {
    background: #ffffff;
    color: var(--thm-base);
}

.live-section .main-image-box .vid-link .icon:before {
    content: "";
    position: absolute;
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.live-section .main-image-box .vid-link .ripple,
.live-section .main-image-box .vid-link .ripple:before,
.live-section .main-image-box .vid-link .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.live-section .main-image-box .vid-link .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.live-section .main-image-box .vid-link .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.live-section .main-image-box .title {
    position: relative;
}

.live-section .main-image-box .title h3 {
    text-transform: uppercase;
    line-height: 1em;
}

.live-section .main-image-box .more-link {
    position: relative;
    text-align: right;
}

.live-section .main-image-box .more-link a {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    vertical-align: top;
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--thm-font);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    line-height: 1.25em;
}

.live-section .main-image-box .more-link a:hover {
    color: rgba(0, 0, 0, 0.3);
}

.live-section .main-image-box .more-link a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid var(--thm-black);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.live-section .main-image-box .more-link a:hover:before {
    border-color: rgba(0, 0, 0, 0.3);
    transform: scaleX(0.5);
}

/* live section two */
.live-section-two {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #18212e;
}

.live-section-two .jarallax-img {
    filter: grayscale(100%);
    opacity: 0.25;
}

.live-section-two .auto-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.live-section-two .sec-title-two {
    max-width: 557px;
    margin-bottom: 0;
}

.live-section-two .sec-title-two h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 60px;
    margin-top: 10px;
}

.live-section-two .button-block > a {
    width: 120px;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    background-color: var(--thm-base);
    transition: all 500ms ease;
}

.live-section-two .button-block > a:hover {
    background-color: #fff;
    color: var(--thm-black);
}

/***

  ====================================================================
  15.	We DO Section
  ====================================================================

  ***/
.we-do-section {
    position: relative;
    padding: 240px 0px 90px;
    background: #ffffff url(../images/background/pattern-2.png) left top repeat;
}

.we-do-section .sec-title {
    margin-bottom: 40px;
}

.we-do-section .featured-block {
    position: relative;
    display: block;
    padding-left: 230px;
    min-height: 117px;
    margin-bottom: 40px;
}

.we-do-section .featured-block .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
}

.we-do-section .featured-block .image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;
}

.we-do-section .featured-block .text {
    position: relative;
    top: -5px;
    display: block;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 32px;
}

.we-do-section .left-col {
    position: relative;
    margin-bottom: 30px;
}

.we-do-section .left-col .inner {
    position: relative;
    display: block;
    padding-right: 67px;
}

.we-do-section .right-col {
    position: relative;
    margin-bottom: 30px;
}

.we-do-section .right-col .inner {
    position: relative;
    display: block;
}

.we-do-section .progress-box {
    position: relative;
    display: block;
    width: 100%;
    font-family: var(--thm-font);
}

.we-do-section .progress-box .bar-title {
    position: relative;
    font-size: 20px;
    line-height: 1.1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.we-do-section .progress-box .bar {
    position: relative;
    width: 100%;
    height: 7px;
    background: #ffffff;
    border-radius: 4px;
}

.we-do-section .progress-box .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 7px;
    background: var(--thm-base);
    border-radius: 4px;
    transition: all 1500ms ease;
}

.we-do-section .progress-box .count-box {
    position: absolute;
    right: 0px;
    margin-right: -40px;
    bottom: 18px;
    width: 40px;
    height: 22px;
    background: var(--thm-black);
    color: #ffffff;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    opacity: 0;
    transition: all 500ms ease;
}

.we-do-section .progress-box .counted .count-box {
    opacity: 1;
}

.we-do-section .progress-box .count-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-top: 5px solid var(--thm-black);
    border-left: 5px solid var(--thm-black);
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    background: #ffffff;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 16px;
    -ms-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.03);
}

.accordion-box .block.active-block {
    background-color: #ffffff;
    -ms-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
}

.accordion-box .block:last-child {
    margin-bottom: 0;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 20px 40px;
    padding-right: 60px;
    color: var(--thm-black);
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.accordion-box .block .acc-btn .count {
    color: var(--thm-base);
    padding-right: 3px;
}

.accordion-box .block .acc-btn:before {
    position: absolute;
    right: 35px;
    top: 20px;
    height: 30px;
    font-size: 15px;
    font-weight: 600;
    color: var(--thm-base);
    line-height: 30px;
    content: "\f116";
    font-family: "Flaticon";
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    background-color: #ffffff;
}

.accordion-box .block .acc-btn.active:before {
    color: var(--thm-black);
    content: "\f104";
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 0px 40px 30px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
}

/***

  ====================================================================
  16.		Gallery Section
  ====================================================================

  ***/
.gallery-section {
    position: relative;
    padding: 120px 0 90px;
}

.gallery-section .upper-row {
    position: relative;
}

.gallery-section .upper-row .sec-title {
    position: relative;
    float: left;
}

.gallery-section .upper-row .filters {
    position: relative;
    float: right;
    padding-top: 10px;
}

.gallery-section .more-box {
    position: relative;
    display: block;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 10px;
}

/*=== Mixitup Gallery ===*/
.mixitup-gallery .filters {
    position: relative;
    margin-bottom: 40px;
}

.mixitup-gallery .filters .filter-tabs {
    position: relative;
    display: block;
}

.mixitup-gallery .filters li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 40px;
    padding: 0px 0px;
    cursor: pointer;
    color: var(--thm-text);
    font-weight: 300;
    margin: 0 0px 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: none;
    transition: all 300ms ease;
    font-family: var(--thm-font);
}

.mixitup-gallery .filters li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid var(--thm-base);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 300ms ease;
}

.mixitup-gallery .filters.centered li {
    margin: 0px 15px 10px;
}

.mixitup-gallery .filters li sup {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}

.mixitup-gallery .filters .filter.active {
    color: var(--thm-black);
    font-weight: 400;
    padding-right: 20px;
}

.mixitup-gallery .filters .filter.active sup {
    opacity: 1;
    visibility: visible;
}

.mixitup-gallery .filters li.active:before {
    transform: scaleX(1);
}

.mixitup-gallery .gallery-item-two {
    display: none;
}

.mix {
    display: none;
}

.gallery-item {
    position: relative;
    margin-bottom: 10px;
}

.gallery-item .inner-box {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

.gallery-item .inner-box .image {
    position: relative;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.gallery-item .col-me-12 .inner-box .image {
    position: relative;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.gallery-item .col-12 .inner-box .image {
    position: relative;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.gallery-item.photo_gallery .row_me {
    display: grid;
    grid-template-rows: auto;
    grid-template-areas: "bigg bigg" "small1 small2";
    gap: 30px;
}

.gallery-item.photo_gallery:last-child .row_me {
    display: grid;
    grid-template-rows: auto;
    grid-template-areas: "small1 small2" "bigg bigg";
    gap: 30px;
}

.gallery-item.all_photo_gallery {
    margin-bottom: 30px;
}

@media screen and (max-idth: 500px) {
    .gallery-item.all_photo_gallery {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1400px) {
    .gallery-item.photo_gallery .row_me {
        display: grid;
        grid-template-rows: auto;
        grid-template-areas: "bigg" "small1" "small2";
        gap: 30px;
    }

    .gallery-item.photo_gallery:last-child .row_me {
        display: grid;
        grid-template-rows: auto;
        grid-template-areas: "small1" "small2" "bigg";
        gap: 30px;
    }
}

.gallery-item.photo_gallery .row_me .col-me-12 {
    grid-area: bigg;
}

.gallery-item.photo_gallery .row_me .col-me-6:first-child {
    grid-area: small1;
}

.gallery-item.photo_gallery .row_me .col-me-6:last-child {
    grid-area: small2;
}

.gallery-item .col-me-6 .inner-box .image {
    position: relative;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
}

.gallery-item .inner-box .image img {
    display: block;
    width: 100%;
    /*-webkit-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    transition: all 300ms ease;
    border-radius: 5px;
}

.gallery-item.news {
    margin: 0 !important;
}

.post-details .inner-box .gallery-item h4 {
    font-size: 32px;
}

.gallery-item .inner-box:hover .image img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.gallery-item .cap-box {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    color: #ffffff;
    opacity: 0;
    transform: translateY(200px);
    transition: all 500ms ease;
}

.gallery-item .inner-box:hover .cap-box {
    opacity: 1;
    transform: translateY(0px);
}

.gallery-item .cap-box .cap-inner {
    position: relative;
    display: block;
    padding: 15px 25px;
    background: var(--thm-base);
    border-radius: 7px;
}

.gallery-item a.overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.gallery-item .cap-box .cat {
    position: relative;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: var(--thm-font);
}

.gallery-item .cap-box .cat span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 48px;
}

.gallery-item .cap-box .cat span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 38px;
    border-bottom: 2px solid var(--thm-base);
}

.gallery-item .cap-box .title {
    position: relative;
    display: block;
}

.gallery-item .cap-box h5 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0;
}

.gallery-item .cap-box h5 a {
    color: #ffffff;
}

.gallery-item .cap-box h5 a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.gallery-block-three {
    background-color: #eff1f4;
    padding-top: 120px;
    padding-bottom: 90px;
}

.gallery-item-three {
    margin-bottom: 30px;
}

.gallery-item-three > img {
    width: 100%;
}

.gallery-item-three {
    position: relative;
    overflow: hidden;
}

.gallery-item-three__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 30px;
    transform: rotateX(90deg);
    perspective: 370px;
    transition: transform 500ms ease;
}

.gallery-item-three:hover .gallery-item-three__content {
    transform: rotateX(0);
}

.gallery-item-three__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-base);
    opacity: 0.9;
}

.gallery-item-three__content p {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}

.gallery-item-three__content h3 {
    margin: 0;
    color: #fff;
    font-size: 34px;
    line-height: 36px;
    font-weight: 800;
    position: relative;
}

.gallery-item-three__content h3 a {
    color: inherit;
}

/***

  ====================================================================
  17.	Fun Facts Section
  ====================================================================

  ***/
.facts-section {
    position: relative;
    padding: 20px 0px 0px 0;
    background: #1c1e22;
    color: #ffffff;
    z-index: 2;
}

.facts-section.alternate {
    background: var(--thm-black);
    padding-bottom: 50px;
}

.facts-section .jarallax-img,
.facts-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    /*-webkit-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    opacity: 0.3;
}

.facts-section.alternate .image-layer {
    display: none;
}

.fact-counter {
    position: relative;
}

.fact-counter .column {
    position: relative;
    text-align: center;
}

.fact-counter .column .inner {
    position: relative;
    padding: 20px 0 0;
}

.fact-counter .column .inner:before {
    position: absolute;
    content: "";
    left: -15px;
    right: -30px;
    top: 0;
    min-width: 90%;
    border-top: 4px solid var(--thm-base);
    transform: scaleX(0);
    transition: all 500ms ease;
}

.fact-counter .column:hover .inner:before {
    transform: scaleX(0.85);
}

.fact-counter .column .inner:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 0;
    bottom: 7px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.fact-counter .column:last-child .inner:after {
    display: none;
}

.fact-counter .column .inner .content {
    position: relative;
    text-align: center;
}

.fact-counter .column .inner .count-outer {
    position: relative;
    font-weight: 400;
    font-size: 55px;
    line-height: 1em;
    letter-spacing: 0px;
    display: block;
    font-family: var(--thm-font);
}

.fact-counter #statistics {
    overflow: visible;
}

.fact-counter .column .inner .counter-title {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    font-family: var(--thm-font);
    line-height: 130%;
    margin-top: 15px;
    padding: 0 8px;
}

/***

  ====================================================================
  18.	We DO Section
  ====================================================================

  ***/
.trusted-section {
    position: relative;
    padding: 0px 0px 70px;
    background: none;
    z-index: 2;
}

.trusted-section .outer-container {
    position: relative;
    margin-top: -240px;
}

.trusted-section .row {
    margin: 0 -4px;
}

.trusted-section .left-col {
    position: relative;
    padding: 0 4px;
    margin-bottom: 30px;
}

.trusted-section .left-col .inner {
    position: relative;
    display: block;
}

.trusted-section .col-header {
    position: relative;
    text-align: center;
}

.trusted-section .col-header .header-inner {
    position: relative;
    padding: 75px 50px 20px;
    min-height: 240px;
    background: var(--thm-base);
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: var(--thm-black);
    border-radius: 7px 7px 0px 0px;
    font-family: var(--thm-font);
}

.trusted-section .col-header .header-inner:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -39px;
    width: 50px;
    height: 40px;
    background: url(../images/icons/curve-down-left.png) left top no-repeat;
}

.trusted-section .features {
    position: relative;
}

.trusted-section .feature {
    position: relative;
    display: block;
    padding: 55px 0px;
    padding-left: 90px;
    min-height: 170px;
    border-bottom: 1px solid #e9ebee;
}

.trusted-section .feature .count {
    position: absolute;
    left: 0;
    top: 55px;
    width: 60px;
    height: 60px;
    text-align: center;
    background: rgba(var(--thm-base-rgb), 0.2);
    padding: 10px;
    line-height: 40px;
    padding-top: 12px;
    font-size: 30px;
    letter-spacing: 1px;
    color: var(--thm-base);
    text-transform: uppercase;
    border-radius: 50%;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.trusted-section .feature:hover .count {
    background-color: var(--thm-black);
    color: #fff;
}

.trusted-section .feature h5 {
    font-weight: 400;
    margin: 0;
    line-height: 1.15em;
    color: var(--thm-black);
    margin-bottom: 10px;
}

.trusted-section .feature .sub-text {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: var(--thm-text);
    text-transform: uppercase;
    line-height: 1.25em;
    font-family: var(--thm-font);
}

.trusted-section .right-col {
    position: relative;
    padding: 0px 4px;
    margin-bottom: 30px;
    z-index: 3;
}

.trusted-section .right-col .inner {
    position: relative;
    display: block;
    min-height: 260px;
    padding: 115px 0px 0px 110px;
    background: #ffffff;
    border-radius: 7px 0px 0px 0px;
}

.trusted-section .right-col .inner:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: -1px;
    width: 1800px;
    height: 100%;
    background: #ffffff;
}

.trusted-section .featured-block-two {
    position: relative;
    display: block;
    padding-left: 276px;
    min-height: 170px;
}

.trusted-section .featured-block-two .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
}

.trusted-section .featured-block-two .image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;
}

.trusted-section .featured-block-two .text {
    position: relative;
    top: -5px;
    display: block;
    line-height: 1.5em;
}

.trusted-section .featured-block-two .text ul {
    position: relative;
}

.trusted-section .featured-block-two .text ul li {
    position: relative;
    line-height: 2.125em;
    margin-bottom: 12px;
    padding-left: 30px;
}

.trusted-section .featured-block-two .text ul li:before {
    content: "\f107";
    font-family: "Flaticon";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--thm-base);
    font-weight: 400;
    font-size: 18px;
}

/***

  ====================================================================
  19.	Team Section
  ====================================================================

  ***/
.team-section {
    position: relative;
    padding: 120px 0px 90px;
    background: none;
    z-index: 2;
}

.team-section.no-padd-top {
    padding-top: 0;
}

.team-section .carousel-box {
    position: relative;
    margin: 0 -5px;
}

.team-block {
    position: relative;
    margin-bottom: 30px;
}

.team-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
}

.team-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-block .image-box img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: all 500ms ease;
    border-radius: 7px;
}

.team-block .inner-box:hover .image-box img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.team-block .image-box .social-links {
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 100%;
    padding: 0px 5px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 500ms ease;
}

.team-block .inner-box:hover .social-links {
    opacity: 1;
    transform: translateY(0);
}

.team-block .image-box .social-links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px;
}

.team-block .image-box .social-links li a {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    background: #ffffff;
    color: var(--thm-black);
    border-radius: 50%;
    transition: all 500ms ease;
}

.team-block .image-box .social-links li a span {
    vertical-align: middle;
    line-height: 44px;
}

.team-block .image-box .social-links li a:hover {
    background: var(--thm-base);
}

.team-block .lower-box {
    position: relative;
    display: block;
    padding: 30px 0px 0;
}

.team-block .lower-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2em;
    font-weight: 400;
    color: var(--thm-text);
    padding-top: 5px;
    font-family: var(--thm-font);
}

.team-block .lower-box h5 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.05em;
    font-weight: 400;
    margin: 0;
}

.team-block .lower-box h5 a {
    color: var(--thm-black);
}

.team-block .lower-box h5 a:hover {
    text-decoration: underline;
}

.team-section .owl-theme .owl-nav {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    display: none;
}

.team-section .owl-theme .owl-dots {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.team-section .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px;
}

.team-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background: #d3d3d4;
    border: 2px solid #d3d3d4;
    border-radius: 50%;
}

.team-section .owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
    border-color: var(--thm-base);
}

.team-three {
    padding-top: 120px;
    padding-bottom: 90px;
}

.team-three__about-two {
    background-image: url(../images/background/pattern-2.png);
}

.team-card-three {
    margin-bottom: 30px;
    border-radius: 8px;
    transition: all 500ms ease;
}

.team-card-three:hover {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
}

.team-card-three__inner {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.team-card-three__image img {
    width: 100%;
    filter: grayscale(100%);
}

.team-card-three__hover,
.team-card-three__content {
    border: 1px solid #e9ebee;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}

.team-card-three__content {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.team-card-three:hover .team-card-three__content {
    opacity: 0;
    visibility: hidden;
    transform: scale(1, 0);
}

.team-card-three__hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: scale(1, 0);
    transform-origin: bottom center;
}

.team-card-three:hover .team-card-three__hover {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
}

.team-card-three__social {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.team-card-three__social a {
    display: flex;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #f4f5f8;
    font-size: 16px;
    color: var(--thm-black);
    transition: all 500ms ease;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.team-card-three__social a:hover {
    background-color: var(--thm-base);
    color: var(--thm-black);
}

.team-card-three__social li + li {
    margin-left: 10px;
}

.team-card-three__name {
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    color: var(--thm-black);
    letter-spacing: 0.1em;
    line-height: 1;
}

.team-card-three__designation {
    text-transform: uppercase;
    color: #686a6f;
    font-size: 16px;
    margin: 0;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: 10px;
    font-family: var(--thm-font);
}

/***

  ====================================================================
  20.	Parallax Section
  ====================================================================

  ***/
.parallax-section {
    position: relative;
    padding: 120px 0px;
    background: #1c1e22;
    text-align: center;
    color: #ffffff;
    z-index: 1;
}

.parallax-section .jarallax-img,
.parallax-section .image-layer {
    position: absolute;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    opacity: 0.3;
}

.parallax-section .content-box {
    position: relative;
    max-width: 870px;
    margin: 0 auto;
}

.parallax-section .content-box .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 114px;
    height: 114px;
    line-height: 114px;
    text-align: center;
    color: var(--thm-white);
    font-size: 54px;
    border-radius: 50%;
    margin: 0 auto 50px;
}

.parallax-section .content-box .icon-box:before {
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff;
    opacity: 0.3;
    border-radius: 50%;
}

.parallax-section .content-box .icon-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--thm-base);
    z-index: 1;
    border-radius: 50%;
}

.parallax-section .content-box .icon-box span {
    position: relative;
    z-index: 2;
}

.parallax-section .content-box h2 {
    position: relative;
    display: block;
    font-size: 70px;
    line-height: 1em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0px;
}

.parallax-section .content-box h2 span {
    color: var(--thm-base);
}

/***

  ====================================================================
  21.	Sponsors Section
  ====================================================================

  ***/
.sponsors-section {
    position: relative;
    padding: 100px 0px;
    background: #ffffff;
}

.sponsors-section__has-border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sponsors-section__dark {
    background-color: #1c1e22;
}

.sponsors-section__one-page {
    border-bottom: 1px solid #e9ebee;
}

.sponsors-outer {
    position: relative;
}

.sponsors-outer .slide-item {
    display: block;
}

.sponsors-outer .image-box {
    position: relative;
    display: inline-block;
}

.sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sponsors-outer .image-box img:hover {
    opacity: 1;
}

.sponsors-outer .owl-dots,
.sponsors-outer .owl-nav {
    position: relative;
    display: none;
}

/***

  ====================================================================
  22.	Agency Section
  ====================================================================

  ***/
.agency-section {
    position: relative;
    padding: 120px 0px 80px;
    background: #ffffff url(../images/background/pattern-2.png) left top repeat;
}

.agency-section .sec-title {
    margin-bottom: 40px;
}

.agency-section .featured-block {
    position: relative;
    display: block;
    padding-left: 230px;
    min-height: 117px;
    margin-bottom: 40px;
}

.agency-section .featured-block .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
}

.agency-section .featured-block .image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;
}

.agency-section .featured-block .text {
    position: relative;
    top: -5px;
    display: block;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
}

.agency-section .left-col {
    position: relative;
    margin-bottom: 30px;
}

.agency-section .left-col .inner {
    position: relative;
    display: block;
    padding-right: 50px;
}

.agency-section .right-col {
    position: relative;
    margin-bottom: 30px;
}

.agency-section .right-col .inner {
    position: relative;
    display: block;
}

.tabs-box {
    position: relative;
}

.tabs-box .tab-buttons {
    position: relative;
}

.tabs-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.tabs-box .tabs-content {
    position: relative;
}

.tabs-box .tabs-content .tab {
    position: relative;
    display: none;
}

.tabs-box .tabs-content .active-tab {
    display: block;
}

.default-tabs .tab-buttons .tab-btn {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: var(--thm-black);
    text-align: center;
    padding: 14px 40px 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-right: 10px;
    letter-spacing: 0.07em;
    border-radius: 7px;
    font-family: var(--thm-font);
    transition: all 0.3s ease;
}

.default-tabs .tab-buttons .tab-btn span {
    position: relative;
    display: block;
}

.default-tabs .tab-buttons .tab-btn:last-child {
    margin-right: 0;
}

.default-tabs .tab-buttons .tab-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: var(--thm-base);
    border-radius: 7px;
    transition: all 0.3s ease;
}

.default-tabs .tab-buttons .tab-btn.active-btn:before {
    height: 100%;
}

.default-tabs .tab-buttons .tab-btn:hover,
.default-tabs .tab-buttons .tab-btn.active-btn:hover {
    color: var(--thm-black);
}

.default-tabs .tabs-content {
    position: relative;
    padding-top: 40px;
}

.default-tabs .tabs-content .content {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.5s ease;
}

.default-tabs .tabs-content .active-tab .content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.default-tabs .tabs-content .text {
    position: relative;
    color: var(--thm-text);
    font-size: 16px;
    line-height: 34px;
}

.agency-section .right-col .text {
    position: relative;
    color: var(--thm-text);
    margin-bottom: 50px;
}

.agency-section .featured-block-two {
    position: relative;
    display: block;
    padding-left: 268px;
    min-height: 248px;
    padding-top: 20px;
}

.agency-section .featured-block-two .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 242px;
    border-radius: 50%;
}

.agency-section .featured-block-two .image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 50%;
}

.agency-section .featured-block-two .text {
    position: relative;
    top: -5px;
    display: block;
    line-height: 1.5em;
    margin-bottom: 0;
}

.agency-section .featured-block-two .text ul {
    position: relative;
}

.agency-section .featured-block-two .text ul li {
    position: relative;
    line-height: 2.125em;
    margin-bottom: 12px;
    padding-left: 30px;
    color: var(--thm-text);
}

.agency-section .featured-block-two .text ul li:before {
    content: "\f107";
    font-family: "Flaticon";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--thm-base);
    font-weight: 400;
    font-size: 18px;
}

/***

  ====================================================================
  23.	News Section
  ====================================================================

  ***/
.news-section {
    position: relative;
    padding: 120px 0px 90px;
    background: #ffffff url(../images/background/pattern-2.png) left top repeat;
}

.news-section.alt-bg {
    background: #ffffff url(../images/background/pattern-2.png) left top repeat;
}

.news-section .more-box {
    position: relative;
    display: block;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 10px;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}

.news-block .inner-box {
    position: relative;
    display: block;
    border: 1px solid #e3e3e3;
}

.news-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-block .image-box img {
    display: block;
    width: 100%;
    /*eslatma*/
    /*-webkit-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    transition: all 500ms ease;
}

.news-block .inner-box:hover .image-box img {
    /*-webkit-filter: grayscale(0%);*/
    /*-ms-filter: grayscale(0%);*/
    /*-moz-filter: grayscale(0%);*/
}

.news-block .lower-box {
    position: relative;
    padding: 20px;
    background-color: #fff;
}

.news-block .post-meta {
    position: relative;
    top: -27px;
    margin: 0 10px -3px;
}

.news-block .post-meta ul {
    position: relative;
    display: block;
    padding: 10px 5px 0px;
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.news-block .post-meta ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: var(--thm-font);
}

.news-block .post-meta ul li .far,
.news-block .post-meta ul li .fa {
    position: relative;
    color: var(--thm-base);
    font-size: 14px;
    padding-right: 3px;
    vertical-align: middle;
}

.news-block .lower-box h5 {
    text-transform: uppercase;
    font-size: 18px;
    color: var(--thm-black);
    margin: 0 0 10px;
}

.news-block .lower-box h5 a {
    color: var(--thm-black);
    transition: 500ms;
}

.news-block .lower-box h5 a:hover {
    color: var(--thm-base);
    text-decoration: underline;
}

.news-block .lower-box .text {
    position: relative;
    /*top: -5px;*/
    color: var(--thm-text);
    line-height: 1.4;
    display: block;
}

.news-block .lower-box .link-box {
    position: relative;
    margin-top: 20px;
}

.news-block .lower-box .link-box a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background: #d3d3d4;
    border-radius: 50%;
}

.news-block .lower-box .link-box a span {
    font-weight: 700;
    vertical-align: middle;
}

.news-block .lower-box .link-box a:hover {
    background: var(--thm-base);
    color: var(--thm-black);
}

.news-block-two {
    position: relative;
    margin-bottom: 40px;
}

.news-block-two .inner-box {
    position: relative;
    display: block;
}

.news-block-two .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.news-block-two .image-box a div {
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 5px;
}

.news-block-two .image-box img {
    display: block;
    width: 100%;
    /*-webkit-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*transition: all 500ms ease;*/
    border-radius: 7px;
    /*height: 250px;*/
    object-fit: cover;
    cursor: pointer;
    /*max-width: 100%;*/
}

.news-block-two .inner-box:hover .image-box img {
    /*-webkit-filter: grayscale(0%);*/
    /*-ms-filter: grayscale(0%);*/
    /*-moz-filter: grayscale(0%);*/
}

.news-block-two .lower-box {
    position: relative;
    padding: 30px 0 0;
}

.news-block-two .lower-box a {
    font-size: 18px;
    line-height: 130%;
}

.news-block-two .post-meta {
    position: relative;
    display: block;
}

.news-block-two .post-meta ul {
    position: relative;
    display: block;
}

.news-block-two .post-meta ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 5px 0px;
    font-size: 16px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-family: var(--thm-font);
}

.news-block-two .post-meta ul li .far,
.news-block-two .post-meta ul li .fa {
    position: relative;
    top: -2px;
    color: var(--thm-base);
    font-size: 14px;
    padding-right: 3px;
    vertical-align: middle;
}

.news-block-two .lower-box h4 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.1em;
    color: var(--thm-black);
    margin-bottom: 6px;
}

.news-block-two .lower-box h4 a {
    color: var(--thm-black);
}

.news-block-two .lower-box h4 a:hover {
    color: var(--thm-base);
    text-decoration: underline;
}

.news-block-two .lower-box .text {
    margin-top: 10px;
    display: block;
}

.news-block-two .lower-box .link-box {
    position: relative;
    margin-top: 20px;
}

.news-block-two .lower-box .link-box a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--thm-black);
    letter-spacing: 1px;
    font-family: var(--thm-font);
}

.news-block-two .lower-box .link-box a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid var(--thm-base);
}

.news-block-two .lower-box .link-box a:hover {
    color: var(--thm-base);
}

.news-block-two .lower-box .link-box a:hover:before {
    border-color: var(--thm-black);
}

.news-block-two .image-box .vid-link {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    font-size: 24px;
    color: var(--thm-black);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 3;
}

.news-block-two .image-box .vid-link .icon {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    color: var(--thm-black);
    background: var(--thm-base);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block-two .image-box .vid-link:hover .icon {
    background: var(--thm-black);
    color: var(--thm-base);
}

.news-block-three {
    position: relative;
    margin-bottom: 30px;
}

.news-block-three .inner-box {
    position: relative;
    display: block;
    padding: 50px 50px 40px;
    background: #f4f5f8;
    border-radius: 7px;
}

.news-block-three .quote-icon {
    position: relative;
    display: block;
    top: 30px;
    font-weight: 400;
    font-size: 150px;
    line-height: 0.4em;
    color: var(--thm-base);
    margin-bottom: 10px;
}

.news-block-three .link-icon {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 40px;
    line-height: 1em;
    color: var(--thm-base);
    margin-bottom: 15px;
}

.news-block-three .inner-box h4 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.1em;
    color: var(--thm-black);
    font-weight: 400;
    margin-bottom: 0px;
}

.news-block-three .inner-box h4 a {
    color: var(--thm-black);
}

.news-block-three .inner-box:hover h4 a {
    color: var(--thm-base);
    text-decoration: underline;
}

.news-block-three .inner-box .text {
    position: relative;
    top: -5px;
    display: block;
    margin: 0;
}

.news-block-three .over-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.sidebar-page-container .more-box {
    position: relative;
    padding-top: 20px;
}

.sidebar-page-container .container-fluid row {
    padding: 0 50px;
}

/* news two */
.news-two {
    padding-top: 120px;
    padding-bottom: 120px;
}

.news-two .swiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 40px;
}

.news-two
.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: var(--thm-black);
    opacity: 0.2;
    transition: all 500ms ease;
    margin-left: 2.5px;
    margin-right: 2.5px;
}

.news-two .swiper-pagination span:hover,
.news-two .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-color: var(--thm-base) !important;
}

.news-two__image {
    margin-bottom: 35px;
    background-color: var(--thm-base);
}

.news-two__image > img {
    width: 100%;
    transition: 500ms ease;
    filter: grayscale(0%);
    opacity: 1;
}

.news-two__box:hover .news-two__image > img {
    filter: grayscale(100%);
    opacity: 0.7;
}

.news-two__content {
    text-align: center;
}

.news-two__content h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: 36px;
    font-weight: 800;
    line-height: 1.28;
    max-width: 466px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.news-two__content h3 a {
    color: inherit;
}

.news-two__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.news-two__meta li {
    font-weight: 600;
    font-size: 16px;
    color: var(--thm-base);
    line-height: 1;
}

.news-two__meta li a {
    color: inherit;
    transition: all 500ms ease;
}

.news-two__meta li a:hover {
    color: var(--thm-black);
}

.news-two__meta li::after {
    content: "-";
    margin-left: 10px;
    margin-right: 10px;
}

.news-two__meta li:last-child::after {
    content: "";
    margin: 0;
}

/***

  ====================================================================
  24.		Call Section
  ====================================================================

  ***/
.call-to-section {
    position: relative;
    padding: 0;
    z-index: 1;
}

.call-to-section .shape-1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 340px;
    max-width: 100%;
    height: 100%;
    background: url(../images/icons/call-to-shape-1.png) right top no-repeat;
    z-index: 1;
}

.call-to-section .shape-2 {
    position: absolute;
    right: 170px;
    top: 0;
    width: 410px;
    height: 54px;
    background: url(../images/icons/call-to-shape-2.png) right top no-repeat;
    z-index: 0;
}

.call-to-section .inner {
    position: relative;
    display: block;
    padding: 95px 95px 68px;
    background: var(--thm-base);
    color: var(--thm-black);
    border-radius: 7px;
    overflow: hidden;
    bottom: -60px;
    margin-top: -60px;
}

.call-to-section h2 {
    position: relative;
    float: left;
    display: block;
    font-size: 60px;
    line-height: 0.85em;
    text-transform: uppercase;
    color: var(--thm-black);
    font-weight: 500;
    margin: 0px 0px 25px;
    z-index: 3;
}

.call-to-section .link-box {
    position: relative;
    float: right;
    padding-top: 12px;
    z-index: 3;
}

/***

  ====================================================================
  25.	Main Footer
  ====================================================================

  ***/
.main-footer {
    position: relative;
    color: #999b9f;
    background: var(--thm-black) url(../images/background/footer-bg.png) center top no-repeat;
}

.main-footer .widgets-section {
    position: relative;
    padding: 30px 0px 10px;
}

.main-footer.normal-padding .widgets-section {
    padding: 120px 0px 70px;
}

.main-footer .column {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
}

.main-footer .footer-logo {
    position: relative;
    margin-top: -10px;
    margin-bottom: 20px;
}

.main-footer h6 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 26px;
}

.main-footer .logo-widget .logo img {
    height: 48px;
}

.main-footer .logo-widget .text {
    position: relative;
    display: block;
    margin: 0 0 30px;
}

.main-footer .links-widget ul li {
    position: relative;
    margin-bottom: 3px;
}

.main-footer .links-widget ul li:last-child {
    margin: 0;
}

.main-footer .links-widget ul li a {
    position: relative;
    color: #999b9f;
    line-height: 30px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .links-widget ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid var(--thm-base);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .links-widget ul li a:hover:before {
    transform: scaleX(1);
}

.main-footer .links-widget ul li a:hover {
    color: #ffffff;
}

.main-footer .social-links {
    position: relative;
}

.main-footer .social-links li a span {
    font-size: 20px;
}

.side-menu__content .side-menu__social a span {
    font-size: 20px;
}

.main-footer .social-links li {
    position: relative;
    margin-right: 8px;
    display: inline-block;
}

.main-footer .social-links li a {
    position: relative;
    display: flex;
    color: #999b9f;
    font-size: 16px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #1c1e22;
    text-align: center;
    border-radius: 50%;
    transition: all 300ms ease;
    align-items: center;
    justify-content: center;
}

.main-footer .social-links li a span {
    vertical-align: middle;
}

.main-footer .social-links li a:hover {
    color: #ffffff;
    background: var(--thm-base);
}

.main-footer .info-widget ul li {
    position: relative;
    display: block;
    line-height: 32px;
    padding-left: 30px;
    margin-bottom: 5px;
}

.main-footer .info-widget ul li.address {
    margin-bottom: 20px;
}

.main-footer .info-widget ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    font-size: 16px;
    color: var(--thm-base);
}

.main-footer .info-widget ul li:last-child {
    margin: 0;
}

.main-footer .info-widget ul li a {
    position: relative;
    color: #999b9f;
    line-height: 28px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .info-widget ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--thm-base);
    text-decoration-color: var(--thm-base);
}

.main-footer .newsletter-widget .text {
    position: relative;
    display: block;
    margin: 25px 0 0;
    font-size: 14px;
    line-height: 32px;
}

.main-footer .newsletter-form {
    position: relative;
}

.main-footer .newsletter-form form {
    position: relative;
}

.main-footer .newsletter-form .form-group {
    position: relative;
    margin: 0;
}

.main-footer .newsletter-form .form-group input[type="text"],
.main-footer .newsletter-form .form-group input[type="tel"],
.main-footer .newsletter-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 20px 60px 20px 25px;
    height: 70px;
    display: block;
    font-size: 18px;
    background: #1c1e22;
    color: #ffffff;
    border-radius: 5px;
    font-family: var(--thm-b-font);
    border: 1px solid #1c1e22;
    transition: all 300ms ease;
    font-size: 14px;
}

.main-footer .newsletter-form .form-group input[type="text"]:focus,
.main-footer .newsletter-form .form-group input[type="email"]:focus,
.main-footer .newsletter-form .form-group input[type="tel"]:focus {
    border-color: var(--thm-base);
}

.newsletter-form .form-group input::-webkit-input-placeholder {
    color: #999b9f;
}

.newsletter-form .form-group .theme-btn {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 44px;
    height: 44px;
    background: var(--thm-base);
    color: var(--thm-black);
    border-radius: 50%;
}

.newsletter-form .form-group .theme-btn span {
    vertical-align: middle;
    font-size: 14px;
}

.newsletter-form .form-group .theme-btn:hover {
    background: #ffffff;
    color: var(--thm-secondary);
}

.main-footer .footer-bottom {
    position: relative;
    text-align: center;
}

.main-footer .footer-bottom .inner {
    position: relative;
    display: block;
    padding: 35px 0px;
    line-height: 30px;
    color: #999b9f;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer .footer-bottom .copyright {
    position: relative;
    line-height: 1.5em;
}

/* main footer two */
.main-footer__two {
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--thm-black);
    padding-top: 120px;
}

.main-footer__two .footer-widget {
    padding-bottom: 60px;
}

.main-footer__two .footer-widget h3 {
    margin: 0;
    color: #fff;
    font-size: 80px;
    line-height: 0.78;
    text-transform: uppercase;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.1em;
}

.main-footer__two .footer-widget p {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 35px;
}

.main-footer__two .footer-widget p span,
.main-footer__two .footer-widget p a {
    color: #999b9f;
    transition: all 500ms ease;
}

.main-footer__two .footer-widget p a:hover {
    color: var(--thm-base);
}

.main-footer__two .footer-widget p a + a {
    margin-left: 35px;
}

.main-footer__two .footer-widget p span {
    margin-left: 35px;
}

/* main footer three */
.main-footer__three {
    background-color: #18212e;
    padding-top: 100px;
}

.main-footer__three .footer-widget {
    margin-bottom: 30px;
}

.main-footer__three .footer-widget h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 50px;
}

.main-footer__three .footer-widget p {
    margin: 0;
    font-size: 16px;
    line-height: 2.125;
    color: #959ca6;
    font-weight: 500;
    margin-top: -10px;
    margin-bottom: 30px;
}

.main-footer__three .footer-widget__links {
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px;
}

.main-footer__three .footer-widget__links li {
    flex: 0 0 50%;
    margin-top: 30px;
    line-height: 1;
}

.main-footer__three .footer-widget__links li a {
    font-size: 16px;
    font-weight: 500;
    color: #959ca6;
    display: inline-block;
    line-height: 1;
    transition: all 500ms ease;
    position: relative;
}

.main-footer__three .footer-widget__links li a::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: left center;
    transition: transform 500ms ease;
}

.main-footer__three .footer-widget__links li:hover a::before {
    transform: scale(1, 1);
}

.main-footer__three .footer-widget__links li a:hover {
    color: var(--thm-base);
}

.main-footer__three .footer-widget .post-list li {
    display: flex;
}

.main-footer__three .footer-widget .post-list li + li {
    margin-top: 50px;
}

.main-footer__three .footer-widget .post-list li > img {
    flex-shrink: 0;
    width: 68px;
    height: 70px;
    margin-right: 20px;
}

.main-footer__three .footer-widget .post-list li p {
    margin: 0;
    color: var(--thm-base);
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.main-footer__three .footer-widget .post-list li h4 {
    color: #959ca6;
    font-size: 16px;
    line-height: 2.125;
    margin: 0;
    font-weight: 500;
    margin-top: 10px;
}

.main-footer__three .footer-widget .post-list li h4 a {
    color: inherit;
    transition: all 500ms ease;
}

.main-footer__three .footer-widget .post-list li h4 a:hover {
    color: #fff;
}

.main-footer__three .footer-widget .contact-list {
    margin-top: -20px;
}

.main-footer__three .footer-widget .contact-list li {
    position: relative;
    font-size: 16px;
    line-height: 1.875;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 500;
    padding-left: 30px;
    min-height: 58px;
    display: flex;
    align-items: center;
}

.main-footer__three .footer-widget .contact-list li:last-child {
    border-bottom: 0;
    margin-top: 15px;
}

.main-footer__three .footer-widget .contact-list li a {
    color: inherit;
    transition: all 500ms ease;
}

.main-footer__three .footer-widget .contact-list li a:hover {
    color: #fff;
}

.main-footer__three .footer-widget .contact-list li > span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-44%);
    font-size: 18px;
    color: var(--thm-base);
}

.main-footer__three .footer-widget .contact-list li:last-child > span {
    top: 0;
    transform: translateY(0);
}

.main-footer__three .btn-style-three:hover {
    background-color: #fff;
    color: var(--thm-black);
}

.main-footer__three .bottom-footer {
    background-color: #151d28;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 39.5px;
    padding-bottom: 39.5px;
    margin-top: 60px;
}

.main-footer__three .bottom-footer .auto-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-footer__three .bottom-footer .left-content {
    display: flex;
    align-items: center;
}

.main-footer__three .bottom-footer .left-content p {
    margin: 0;
    font-size: 16px;
    color: #959ca6;
    font-weight: 500;
    line-height: 41px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 40px;
    margin-left: 40px;
}

.main-footer__three .bottom-footer .social-links {
    display: flex;
    align-items: center;
}

.main-footer__three .bottom-footer .social-links a {
    font-size: 20px;
    color: #959ca6;
    transition: all 500ms ease;
}

.main-footer__three .bottom-footer .social-links a:hover {
    color: var(--thm-base);
}

.main-footer__three .bottom-footer .social-links li + li {
    margin-left: 40px;
}

/***

  ====================================================================
  26.	Services Section
  ====================================================================

  ***/
.services-section-two {
    position: relative;
    padding: 120px 0px 0px;
    background: #ffffff;
}

.services-section-two .sec-title {
    margin-bottom: 30px;
}

.services-section-two .sec-title .column {
    margin-bottom: 20px;
}

.services-section-two .sec-title .lower-text {
    padding-top: 0;
    margin-top: 0;
}

.services-section-two .services {
    position: relative;
    z-index: 2;
    margin-bottom: -100px;
}

.service-block-two {
    position: relative;
    margin-bottom: 30px;
}

.service-block-two .inner-box {
    position: relative;
    display: block;
    padding: 50px 45px 40px;
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    transition: all 500ms ease;
}

.service-block-two .inner-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
    transition: all 500ms ease;
}

.service-block-two .inner-box:hover:before {
    background: var(--thm-black);
    bottom: -10px;
}

.service-block-two .inner-box .bottom-curve {
    position: absolute;
    right: -70px;
    bottom: -10px;
    width: 120px;
    height: 120px;
    background: #ffffff;
    opacity: 0.1;
    z-index: 0;
    transform: skewX(0deg) scaleX(0);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.service-block-two .inner-box:hover .bottom-curve {
    transform: skewX(-45deg) scaleX(1);
}

.service-block-two .inner-box .icon-box {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 64px;
    line-height: 1em;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.service-block-two .inner-box:hover .icon-box {
    color: var(--thm-base);
}

.service-block-two .inner-box h5 {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--thm-black);
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1em;
    margin: 0;
}

.service-block-two .inner-box h5 a {
    color: var(--thm-black);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.service-block-two .inner-box:hover h5,
.service-block-two .inner-box:hover h5 a {
    color: #ffffff;
}

.service-block-two .inner-box h5 a:hover {
    text-decoration: underline;
}

.service-block-two .text {
    position: relative;
    display: block;
    color: var(--thm-text);
    padding: 30px 0px 0px;
    z-index: 1;
}

.service-block-two .inner-box:hover .text {
    color: #999b9f;
}

.service-block-two .link-box {
    position: absolute;
    right: 3px;
    bottom: 8px;
    width: 30px;
    height: 30px;
    z-index: 1;
}

.service-block-two .link-box a {
    position: relative;
    line-height: 30px;
    font-size: 20px;
    color: #ffffff;
}

/***

  ====================================================================
  27.	We DO Section
  ====================================================================

  ***/
.featured-section {
    position: relative;
    padding: 200px 0px 90px;
    background: #ffffff url(../images/background/pattern-2.png) left top repeat;
}

.featured-section__about-two {
    background: #ffffff url(../images/background/pattern-2.png) left top repeat;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.featured-section .sec-title {
}

.featured-section .left-col {
    position: relative;
    margin-bottom: 30px;
}

.featured-section .left-col .inner {
    position: relative;
    display: block;
}

.featured-section .left-col .image-box {
    position: relative;
    display: block;
    border-radius: 7px;
    overflow: hidden;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
}

.featured-section .left-col .image-box:before {
    /*content: "";*/
    /*position: absolute;*/
    /*left: -90px;*/
    /*bottom: 0;*/
    /*width: 180px;*/
    /*height: 180px;*/
    /*background: var(--thm-base);*/
    /*z-index: 1;*/
    /*transform: skewX(45deg);*/
    /*transition: all 0.5s ease;*/
    /*-moz-transition: all 0.5s ease;*/
    /*-webkit-transition: all 0.5s ease;*/
    /*-ms-transition: all 0.5s ease;*/
    /*-o-transition: all 0.5s ease;*/
}

.featured-section .left-col .image-box img {
    display: block;
    width: 100%;
    /*-webkit-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    transition: all 500ms ease;
    border-radius: 7px;
}

.featured-section .left-col .image-box:hover img {
    /*-webkit-filter: grayscale(0%);*/
    /*-ms-filter: grayscale(0%);*/
    /*-moz-filter: grayscale(0%);*/
}

.featured-section .right-col {
    position: relative;
}

.featured-section .right-col .inner {
    position: relative;
    display: block;
}

.featured-section .features {
    position: relative;
}

.featured-section .feature {
    position: relative;
}

.featured-section .feature .inner-box {
    position: relative;
    display: block;
    padding-left: 15px;
}

.featured-section .feature .inner-box:before {
    content: "";
    position: absolute;
    display: none;
    left: 0;
    top: 11px;
    width: 5px;
    height: 5px;
    background: var(--thm-base);
    border-radius: 50%;
}

.featured-section .feature h6 {
    font-size: 24px;
    text-transform: uppercase;
    left: 1px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--thm-black);
}

.featured-section .feature .text {
    position: relative;
    display: block;
    color: var(--thm-text);
    padding: 10px 0px 0px;
    line-height: 130%;
}

/***

  ====================================================================
  28.		Gallery Section
  ====================================================================

  ***/
.gallery-section-two {
    position: relative;
    padding: 120px 0 0px;
}

.gallery-section-two.alternate {
    position: relative;
    background: #ffffff url(../images/background/pattern-2.png) right top repeat;
    padding-bottom: 90px;
}

.gallery-section-two .sec-title {
    margin-bottom: 40px;
}

.project-tab {
    position: relative;
}

.project-tab .tabs-header {
    position: relative;
    text-align: center;
}

.project-tab .product-tab-btns {
    position: relative;
    margin-bottom: 50px;
}

.project-tab .product-tab-btns .p-tab-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 40px;
    padding: 0px 0px;
    cursor: pointer;
    color: var(--thm-text);
    font-weight: 300;
    margin: 0 20px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: none;
    font-family: var(--thm-font);
    transition: all 300ms ease;
}

.project-tab .product-tab-btns .p-tab-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid var(--thm-base);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 300ms ease;
}

.project-tab .product-tab-btns .p-tab-btn sup {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}

.project-tab .product-tab-btns .p-tab-btn.active-btn sup {
    opacity: 1;
    visibility: visible;
}

.project-tab .product-tab-btns .p-tab-btn.active-btn:before {
    transform: scaleX(1);
}

.project-tab .product-tab-btns .p-tab-btn.active-btn {
    color: var(--thm-black);
    font-weight: 400;
    padding-right: 20px;
}

.project-tab .p-tabs-content {
    position: relative;
    display: block;
    margin: 0px -15px;
}

.project-tab .p-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.project-tab .p-tab.active-tab {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.p-tab .gallery-item {
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
}

.p-tab.active-tab .gallery-item {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.project-tab .owl-theme .owl-nav {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    display: none;
}

.project-tab .owl-theme .owl-dots {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.project-tab .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px;
}

.project-tab .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background: #d3d3d4;
    border: 2px solid #d3d3d4;
    border-radius: 50%;
}

.project-tab .owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
    border-color: var(--thm-base);
}

.gallery-section-two.alternate .owl-theme .owl-dots {
    display: none;
}

/***

  ====================================================================
  29.	Why Us Section
  ====================================================================

  ***/
.why-us-section {
    position: relative;
    padding: 110px 0px 80px;
    background: #ffffff;
}

.why-us-section .left-col {
    position: relative;
    margin-bottom: 40px;
}

.why-us-section .left-col .inner {
    position: relative;
    display: block;
}

.why-us-section .left-col .round-box {
    position: relative;
    display: block;
    border-radius: 50%;
}

.why-us-section .left-col .image-box {
    position: relative;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.why-us-section .left-col .image-box img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: all 500ms ease;
    border-radius: 50%;
}

.why-us-section .left-col .image-box:hover img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.why-us-section .left-col .image-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icons/shape-1.png) left top no-repeat;
    z-index: 1;
}

.why-us-section .left-col .image-box:after {
    content: "";
    position: absolute;
    left: 50px;
    top: -70%;
    width: 100%;
    height: 100%;
    background: var(--thm-black);
    opacity: 0.2;
    border-radius: 50%;
    z-index: 2;
}

.why-us-section .left-col .vid-link {
    position: absolute;
    right: 55px;
    bottom: 25px;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 3;
}

.why-us-section .left-col .vid-link .icon {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    color: var(--thm-black);
    background: var(--thm-base);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.why-us-section .left-col .vid-link a:hover .icon {
    background: var(--thm-black);
    color: var(--thm-base);
}

.why-us-section .left-col .vid-link .icon:before {
    content: "";
    position: absolute;
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.why-us-section .left-col .vid-link .ripple,
.why-us-section .left-col .vid-link .ripple:before,
.why-us-section .left-col .vid-link .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.why-us-section .left-col .vid-link .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.why-us-section .left-col .vid-link .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.why-us-section .right-col {
    position: relative;
}

.why-us-section .right-col .inner {
    position: relative;
    display: block;
    padding-left: 50px;
}

.why-us-section .features {
    position: relative;
}

.why-us-section .feature {
    position: relative;
    margin-bottom: 40px;
}

.why-us-section .feature .inner-box {
    position: relative;
    display: block;
    padding-left: 90px;
}

.why-us-section .feature .inner-box:before {
    content: "\f131";
    font-family: "Flaticon";
    position: absolute;
    left: 0;
    top: 0px;
    width: 60px;
    height: 60px;
    color: var(--thm-base);
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    background: rgba(var(--thm-base-rgb), 0.2);
    border-radius: 50%;
    transition: all 500ms ease;
}

.why-us-section .feature:hover .inner-box:before {
    background-color: var(--thm-black);
    color: #fff;
}

.why-us-section .feature h6 {
    font-size: 24px;
    text-transform: uppercase;
    left: 1px;
    font-weight: 400;
    margin-bottom: 0;
}

.why-us-section .feature .text {
    position: relative;
    display: block;
    color: var(--thm-text);
    padding: 10px 0px 0px;
}

/***

  ====================================================================
  30.	Testimonials Section
  ====================================================================

  ***/
.testimonials-section {
    position: relative;
    padding: 120px 0px;
    background: #ffffff url(../images/background/pattern-2.png) left top repeat;
    overflow: hidden;
}

.testimonials-page {
    padding-bottom: 90px;
}

.testimonials-section .sec-title {
    margin-bottom: 40px;
}

.testimonials-section .carousel-box {
    position: relative;
    margin: 0px 0px;
}

.testimonials-section .carousel-box .owl-stage-outer {
    overflow: visible;
}

.testi-block {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .testi-block {
    margin: 0;
}

.testi-block .inner {
    position: relative;
    display: block;
    padding: 60px 60px 50px;
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
    transition: all 500ms ease;
}

.testi-block:hover .inner {
    background-color: var(--thm-base);
}

.testimonials-page .testi-block .inner {
    -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.owl-theme .testi-block .inner {
    margin: 7px 0px;
}

.testi-block .icon {
    position: absolute;
    right: 50px;
    top: 60px;
    font-weight: 700;
    font-size: 100px;
    line-height: 1em;
    color: var(--thm-base);
    transition: all 500ms ease;
}

.testi-block:hover .icon {
    color: var(--thm-black);
}

.testi-block .info {
    position: relative;
    padding-left: 100px;
    padding-top: 16px;
    min-height: 70px;
    margin-bottom: 35px;
}

.testi-block .info .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.testi-block .info .image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 7px;
    transition: all 500ms ease;
}

.testi-block:hover .info .image img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.testi-block .info .name {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: var(--thm-black);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: var(--thm-font);
}

.testi-block .info .designation {
    display: block;
    font-size: 16px;
    color: var(--thm-base);
    line-height: 1.2em;
    font-weight: 300;
    text-transform: uppercase;
    font-family: var(--thm-font);
    letter-spacing: 0.05em;
    transition: all 500ms ease;
}

.testi-block:hover .info .designation {
    color: var(--thm-black);
}

.testi-block .text {
    position: relative;
    display: block;
    color: var(--thm-text);
    transition: all 500ms ease;
    padding: 0px 0px;
}

.testi-block:hover .text {
    color: var(--thm-black);
}

.testimonials-section .owl-theme .owl-nav {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    display: none;
}

.testimonials-section .owl-theme .owl-dots {
    position: absolute;
    top: -70px;
    width: 1170px;
    left: 50%;
    margin-left: -585px;
    text-align: right;
}

.testimonials-section .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 6px;
}

.testimonials-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    background: #d3d3d4;
    border: 2px solid #d3d3d4;
    border-radius: 50%;
}

.testimonials-section .owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
    border-color: var(--thm-base);
}

/* testimonials block threee */
.testi-block-three {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #eff1f4;
}

.testi-block-three__single {
    text-align: center;
}

.testi-block-three__top {
    background-color: #fff;
    position: relative;
    transition: all 500ms ease;
    margin-bottom: 50px;
    padding: 49px 0;
}

.testi-block-three__single:hover .testi-block-three__top {
    background-color: var(--thm-base);
}

.testi-block-three__top p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    color: #697280;
    max-width: 252px;
    margin-left: auto;
    margin-right: auto;
}

.testi-block-three__single:hover .testi-block-three__top p {
    color: #fff;
}

.testi-block-three__top::after {
    content: "";
    width: 78px;
    height: 20px;
    background-image: url(../images/update-1-12-2020/shapes/testi-arrow-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 500ms ease;
}

.testi-block-three__single:hover .testi-block-three__top::after {
    background-image: url(../images/update-1-12-2020/shapes/testi-arrow.png);
}

.testi-block-three__single h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--thm-black);
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 10px;
}

.testi-block-three__single span {
    color: var(--thm-base);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1;
    display: block;
}

.testimonials-four {
    padding-top: 90px;
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .testimonials-four {
        padding-top: 120px;
        padding-bottom: 90px;
    }
}

.testimonials-four-card {
    border-style: solid;
    border-width: 1px;
    border-color: #e9ebee;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 45px;
    padding-bottom: 63px;
    padding-top: 30px;
    margin-bottom: 77px;
    position: relative;
    transition: all 500ms ease;
}

.testimonials-four-card:hover {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
}

@media (min-width: 992px) {
    .testimonials-four-card {
        padding: 60px;
        padding-top: 50px;
    }
}

.testimonials-four-card__content p {
    margin: 0;
    font-size: 16px;
    line-height: 34px;
    color: #686a6f;
    font-family: var(--thm-b-font);
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .testimonials-four-card__content p {
        margin-bottom: 28px;
        font-size: 18px;
    }
}

.testimonials-four-card__content .name {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 1;
    color: var(--thm-black);
    font-weight: 400;
    font-family: var(--thm-font);
}

.testimonials-four-card__content .designation {
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--thm-base);
    font-family: var(--thm-font);
    margin: 0;
}

.testimonials-four-card .image {
    display: inline-flex;
    padding: 10px;
    border: 1px solid #e9ebee;
    border-radius: 8px;
    position: absolute;
    left: 45px;
    bottom: 0;
    transform: translateY(50%);
    transition: all 500ms ease;
}

.testimonials-four-card:hover .image {
    border-color: var(--thm-base);
}

.testimonials-four-card .image img {
    border-radius: 8px;
    filter: grayscale(100%);
}

.testimonials-four__block__top {
    text-align: center;
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .testimonials-four__block__top {
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.testimonials-four__block__top .sec-title {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .testimonials-four__block__top .sec-title {
        margin-bottom: 0;
    }
}

.testimonials-four__block__top .sec-title h2 {
    white-space: pre-line;
}

.testimonials-four__block__top .block-text p {
    white-space: pre-line;
    font-size: 16px;
    line-height: 34px;
    color: #686a6f;
    margin: 0;
    font-family: var(--thm-b-font);
}

.testimonials-four-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.testimonials-four-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: var(--thm-black);
    border: 2px solid var(--thm-black);
    opacity: 0.2;
    border-radius: 50%;
    transition: all 500ms ease;
}

.testimonials-four-carousel .owl-dots .owl-dot + .owl-dot {
    margin-left: 5px;
}

.testimonials-four-carousel .owl-dots .owl-dot.active {
    border-color: var(--thm-base);
    background-color: #fff;
    opacity: 1;
}

/* testimonials five */
.testimonials-five {
    padding-top: 90px;
    padding-bottom: 45px;
}

@media (min-width: 992px) {
    .testimonials-five {
        padding-top: 120px;
        padding-bottom: 75px;
    }
}

.testimonials-five .sec-title {
    margin-bottom: 50px;
}

.testimonials-five .sec-title h2 {
    font-size: 40px;
}

.testimonials-five-card {
    text-align: center;
}

.testimonials-five .testimonials-five-card .testimonials-five-card__image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    width: 125px;
    filter: grayscale(100%);
}

.testimonials-five-card__text {
    margin: 0;
    font-size: 30px;
    line-height: 1.5em;
    color: var(--thm-black);
    font-weight: 300;
    max-width: 875px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

@media (min-width: 992px) {
    .testimonials-five-card__text {
        font-size: 40px;
    }
}

.testimonials-five-card__title {
    margin: 0;
    text-transform: uppercase;
    color: var(--thm-base);
    font-size: 26px;
    line-height: 1;
    margin-top: 55px;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .testimonials-five-card__title {
        font-size: 30px;
    }
}

.testimonials-five-card__designation {
    margin: 0;
    color: var(--thm-text);
    font-size: 18px;
    line-height: 1;
}

.testimonials-five__carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 40px !important;
}

@media (min-width: 992px) {
    .testimonials-five__carousel .owl-nav {
        margin-top: 0 !important;
    }
}

.testimonials-five__carousel .owl-nav button[class*="owl-"] {
    width: 55px;
    height: 55px;
    background-color: #f4f5f8;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 18px;
    position: relative;
    transition: all 500ms ease;
}

.testimonials-five__carousel .owl-nav button[class*="owl-"]:hover {
    background-color: var(--thm-base);
    color: var(--thm-black);
}

.testimonials-five__carousel .owl-nav button[class*="owl-next"] {
    margin-left: 20px;
}

@media (min-width: 992px) {
    .testimonials-five__carousel .owl-nav button[class*="owl-"] {
        width: 73px;
        height: 73px;
        font-size: 22px;
        position: absolute;
        top: 50%;
        right: 100%;
    }

    .testimonials-five__carousel .owl-nav button[class*="owl-next"] {
        right: auto;
        left: 100%;
    }
}

.testimonials-five__carousel .owl-nav button[class*="owl-"] span::before {
    content: "\f172";
    font-family: "Flaticon";
    font-weight: 400;
}

.testimonials-five__carousel .owl-nav button[class*="owl-next"] span::before {
    transform: rotate(180deg);
    display: block;
}

/***

  ====================================================================
  31.	Parallax Section
  ====================================================================

  ***/
.features-section {
    position: relative;
    padding: 120px 0px;
    background: #1c1e22;
    color: #ffffff;
    z-index: 1;
}

.features-section .jarallax-img,
.features-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    opacity: 0.3;
    background-attachment: fixed;
}

.features-section .content-box {
    position: relative;
    max-width: 700px;
}

.features-section .content-box h2 {
    position: relative;
    display: block;
    font-size: 70px;
    line-height: 1em;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.01em;
    font-weight: 400;
    margin-bottom: 45px;
}

.features-section .content-box h2 span {
    color: var(--thm-base);
    padding-left: 3px;
}

.features-section .feature-block {
    position: relative;
    float: left;
    margin-bottom: 45px;
}

.features-section .feature-block .inner {
    position: relative;
    display: block;
    padding-right: 80px;
    margin-right: 80px;
}

.features-section .feature-block .inner:before {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.features-section .feature-block:last-child .inner {
    padding-right: 0;
    margin-right: 0;
}

.features-section .feature-block:last-child .inner:before {
    display: none;
}

.features-section .feature-block .icon-box {
    position: relative;
    display: block;
    line-height: 1em;
    color: #ffffff;
    font-size: 60px;
    margin: 0 0 20px;
}

.features-section .feature-block h6 {
    font-size: 24px;
    line-height: 1.25em;
    margin: 0 0;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}

/* feature six */
.feature-six {
    background-color: #f4f5f8;
}

.feature-six__image {
    position: relative;
    margin-bottom: 60px;
}

@media (min-width: 1200px) {
    .feature-six__image {
        margin-bottom: 0;
    }
}

.feature-six__image img {
    width: 100%;
    filter: grayscale(100%);
}

@media (min-width: 1200px) {
    .feature-six__image img {
        max-width: none !important;
        width: auto;
        float: right;
    }
}

.feature-six__image__caption {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--thm-base);
    padding: 40px;
    white-space: pre-line;
    text-transform: uppercase;
    line-height: 1;
    color: var(--thm-black);
    font-weight: 500;
    font-size: 22px;
    font-family: var(--thm-font);
}

@media (min-width: 992px) {
    .feature-six__image__caption {
        font-size: 30px;
        padding: 43px 60px;
    }
}

@media (min-width: 1200px) {
    .feature-six__content {
        padding-left: 60px;
    }
}

@media (min-width: 1440px) {
    .feature-six__content {
        padding-left: 115px;
    }
}

.feature-six__content .sec-title {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .feature-six__content .sec-title {
        max-width: 550px;
    }
}

@media (min-width: 1200px) {
    .feature-six__content .sec-title {
        margin-bottom: 30px;
    }
}

.feature-six__content__text {
    font-size: 16px;
    line-height: 34px;
    color: var(--thm-text);
    font-family: var(--thm-b-font);
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .feature-six__content__text {
        max-width: 550px;
    }
}

@media (min-width: 1200px) {
    .feature-six__content__text {
        margin-bottom: 40px;
    }
}

.feature-six__list li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: var(--thm-black);
    font-family: var(--thm-b-font);
    line-height: 1.6em;
    margin-bottom: 13px;
}

.feature-six__list li:last-child {
    margin-bottom: 0;
}

.feature-six__list li > i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--thm-base);
    font-size: 20px;
}

/* feature seven */
.feature-seven {
    padding-top: 90px;
}

@media (min-width: 992px) {
    .feature-seven {
        padding-top: 120px;
    }
}

.feature-seven hr {
    border-width: 1px;
    border-color: #e9ebee;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    margin-top: 60px;
}

@media (min-width: 992px) {
    .feature-seven hr {
        margin-top: 90px;
    }
}

.feature-seven-card {
    border-radius: 8px;
    transition: all 500ms ease;
    margin-bottom: 30px;
}

.feature-seven-card:hover {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
}

.feature-seven-card__inner {
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
}

.feature-seven-card__image img {
    width: 100%;
    filter: grayscale(100%);
    transition: 500ms ease;
}

.feature-seven-card:hover .feature-seven-card__image img {
    filter: grayscale(0);
}

.feature-seven-card__content {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(233, 235, 238);
    padding: 30px;
    padding-bottom: 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

@media (min-width: 992px) {
    .feature-seven-card__content {
        padding: 50px;
        padding-bottom: 40px;
    }
}

.feature-seven-card__title {
    color: var(--thm-black);
    text-transform: uppercase;
    margin: 0;
    font-size: 34px;
    line-height: 1;
}

.feature-seven-card__title a {
    color: inherit;
    transition: all 500ms ease;
}

.feature-seven-card__title a:hover {
    color: var(--thm-base);
}

.feature-seven-card__text {
    margin: 0;
    font-size: 16px;
    font-family: var(--thm-b-font);
    color: var(--thm-text);
    line-height: 34px;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .feature-seven-card__text {
        margin-top: 25px;
    }
}

/* feature eight */
.feature-eight {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media (min-width: 992px) {
    .feature-eight {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.feature-eight__image img {
    max-width: 100%;
    border-radius: 8px;
    filter: grayscale(100%);
    background-color: #1c1e22;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media (min-width: 992px) {
    .feature-eight__image img {
        border-radius: 8px;
        max-width: none;
    }
}

.feature-eight__content {
    background-color: #fff;
    padding: 50px;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

@media (min-width: 992px) {
    .feature-eight__content {
        margin-top: 60px;
        border-radius: 8px;
    }
}

@media (min-width: 1200px) {
    .feature-eight__content {
        padding: 100px;
    }
}

.feature-eight__text {
    margin-bottom: 35px;
}

.feature-eight .progress-box {
    position: relative;
    display: block;
    width: 100%;
    font-family: var(--thm-font);
}

.feature-eight .progress-box .bar-title {
    position: relative;
    font-size: 20px;
    line-height: 1.1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: var(--thm-black);
}

.feature-eight .progress-box .bar {
    position: relative;
    width: 100%;
    height: 7px;
    background: #e9ebee;
    border-radius: 4px;
}

.feature-eight .progress-box .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 7px;
    background: var(--thm-base);
    border-radius: 4px;
    transition: all 1500ms ease;
}

.feature-eight .progress-box .count-box {
    position: absolute;
    right: 0px;
    margin-right: -40px;
    bottom: 18px;
    width: 40px;
    height: 22px;
    background: var(--thm-black);
    color: #ffffff;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    opacity: 0;
    transition: all 500ms ease;
}

.feature-eight .progress-box .counted .count-box {
    opacity: 1;
}

.feature-eight .progress-box .count-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-top: 5px solid var(--thm-black);
    border-left: 5px solid var(--thm-black);
}

.feature-eight__content .sec-title {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .feature-eight__content .sec-title {
        margin-bottom: 35px;
    }
}

/***

  ====================================================================
  32.	We DO Section
  ====================================================================

  ***/
.get-quote-section {
    position: relative;
    padding: 120px 0px 90px;
    border-bottom: 1px solid #e9ebee;
}

.get-quote-section .left-col {
    position: relative;
    margin-bottom: 30px;
}

.get-quote-section .left-col .inner {
    position: relative;
    display: block;
    padding-right: 70px;
}

.get-quote-section .featured-block {
    position: relative;
    display: block;
    padding-left: 320px;
    min-height: 186px;
    margin-bottom: 55px;
}

.get-quote-section .featured-block .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 270px;
}

.get-quote-section .featured-block .image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;
}

.get-quote-section .featured-block h4 {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.get-quote-section .featured-block .text {
    position: relative;
    display: block;
    margin-bottom: 32px;
}

.get-quote-section .counter {
    position: relative;
    display: block;
    padding-top: 55px;
    border-top: 1px solid #e9ebee;
}

.get-quote-section .counter .counter-text {
    position: relative;
    float: left;
}

.get-quote-section .counter .counter-image {
    position: relative;
    float: right;
    padding-left: 55px;
}

.get-quote-section .counter .counter-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 100%;
    background: var(--thm-base);
    border-radius: 7px;
}

.get-quote-section .counter .counter-image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;
}

.get-quote-section .counter .count-box {
    position: relative;
    display: block;
    font-size: 60px;
    text-transform: uppercase;
    color: var(--thm-black);
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.02em;
    font-family: var(--thm-font);
}

.get-quote-section .counter .counter-title {
    position: relative;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--thm-text);
    font-weight: 400;
    line-height: 1.25em;
    letter-spacing: 0.05em;
    font-family: var(--thm-font);
}

.get-quote-section .right-col {
    position: relative;
    margin-bottom: 30px;
}

.get-quote-section .right-col .inner {
    position: relative;
    display: block;
}

.get-quote-section .form-box {
    position: relative;
    display: block;
    text-align: center;
    background: #ffffff;
    padding: 50px 45px 40px;
    margin-top: -180px;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
    z-index: 5;
}

.get-quote-section .form-box h4 {
    color: var(--thm-black);
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.get-quote-section .form-box h4 span {
    padding-left: 3px;
    color: var(--thm-base);
}

.get-quote-section .default-form .form-group {
    margin-bottom: 10px;
}

.get-quote-section .default-form .theme-btn {
    display: block;
    width: 100%;
}

/***

  ====================================================================
  33.		Call Section
  ====================================================================

  ***/
.fluid-section {
    position: relative;
    padding: 0;
}

.fluid-section .row {
    margin: 0;
}

.fluid-section .column {
    padding: 0;
}

.fluid-section .column .inner {
    position: relative;
    display: block;
    text-align: center;
    min-height: 100%;
    padding: 120px 20px;
    background: #1c1e22;
}

.fluid-section .column:nth-child(2) .inner {
    background: var(--thm-base);
}

.fluid-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    opacity: 0.1;
}

.fluid-section .content-box {
    position: relative;
    max-width: 620px;
    margin: 0 auto;
}

.fluid-section h3 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    margin: 0px 0px;
    z-index: 3;
}

.fluid-section .column:nth-child(2) h3 {
    color: var(--thm-black);
}

.fluid-section .link-box {
    position: relative;
    padding-top: 25px;
    z-index: 3;
}

/***

  ====================================================================
  34.		Call Section
  ====================================================================

  ***/
.call-to-section-two {
    position: relative;
    padding: 120px 0px 90px;
    background-color: #2a2c30;
    background-image: url(../images/icons/cta-bg-1-1.png);
    color: #ffffff;
    z-index: 1;
}

.call-to-section-two.alternate {
    background: var(--thm-base);
    background-image: url(../images/background/cta-2-bg-1-1.png);
}

.call-to-section-two .inner {
    position: relative;
    display: block;
}

.call-to-section-two h2 {
    position: relative;
    float: left;
    display: block;
    font-size: 70px;
    line-height: 0.85em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    margin: 0px 0px 25px;
    z-index: 1;
}

.call-to-section-two.alternate h2 {
    color: var(--thm-black);
}

.call-to-section-two .link-box {
    position: relative;
    float: right;
    padding-top: 25px;
    z-index: 1;
}

/* call to section three */
.call-to-section-three {
    background-color: var(--thm-base);
    padding-top: 119px;
    padding-bottom: 119px;
}

.call-to-section-three .jarallax-img {
    mix-blend-mode: luminosity;
    opacity: 0.1;
}

.call-to-section-three .auto-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.call-to-section-three .auto-container h3 {
    margin: 0;
    font-size: 50px;
    font-weight: 800;
    color: #fff;
}

.call-to-section-three .auto-container .btn-style-three {
    min-width: 220px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    color: var(--thm-black);
}

.call-to-section-three .auto-container .btn-style-three:hover {
    background-color: var(--thm-black);
    color: #fff;
}

/***

  ====================================================================
  35.	Services Section
  ====================================================================

  ***/
.services-section-three {
    position: relative;
    padding: 0px 0px 90px;
    background: #ffffff;
}

.services-section-three.padd-top {
    padding-top: 120px;
}

.services-section-three .services {
    position: relative;
}

.services-section-three__one-page {
    position: relative;
    padding: 120px 0px 90px;
    background-color: var(--thm-black);
    background-image: url(../images/background/contact-bg-1-1.png);
    background-size: cover;
    color: #999b9f;
}

.services-section-three__one-page .sec-title h2 {
    color: #fff;
}

.services-section-three__one-page .service-block-two .inner-box {
    overflow: hidden;
    background-color: #1c1e22;
}

.services-section-three__one-page .service-block-two .inner-box h5 a {
    color: #fff;
}

.services-section-three__one-page .service-block-two .inner-box .bottom-curve,
.services-section-three__one-page .service-block-two:hover .inner-box h5 a,
.services-section-three__one-page .service-block-two:hover .inner-box .icon-box,
.services-section-three__one-page .service-block-two:hover .text {
    color: var(--thm-black);
}

.services-section-three__one-page .service-block-two .link-box {
    opacity: 0;
    transition: 500ms;
}

.services-section-three__one-page .service-block-two:hover .link-box {
    opacity: 1;
}

.services-section-three__one-page .service-block-two .inner-box:hover::before {
    background-color: var(--thm-base);
}

/***

  ====================================================================
  36.	Discover Section
  ====================================================================

  ***/
.discover-section {
    position: relative;
    padding: 120px 0px 90px;
    background: #ffffff;
}

.discover-block {
    position: relative;
    margin-bottom: 30px;
}

.discover-block .inner-box {
    position: relative;
    display: block;
    padding-left: 30px;
}

.discover-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.discover-block .image-box img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: all 0.3s ease;
    border-radius: 7px;
}

.discover-block .image-box:hover img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.discover-block .cap-box {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    max-width: 330px;
}

.discover-block .cap-inner {
    position: relative;
    display: block;
    padding: 40px 80px 36px 40px;
    background: var(--thm-base);
    border-radius: 7px;
}

.discover-block .cap-inner h5 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--thm-black);
    line-height: 1em;
    margin: 0;
}

.discover-block .cap-inner .more-link {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
}

.discover-block .cap-inner .more-link a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 16px;
    background: var(--thm-black);
    color: #ffffff;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
}

.discover-block .cap-inner .more-link a:hover {
    opacity: 0.5;
}

/***

  ====================================================================
  37.	Parallax Section
  ====================================================================

  ***/
.features-section-two {
    position: relative;
    padding: 0px 0px;
    background: #ffffff;
}

.features-section-two .content-container {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
}

.features-section-two .content-container:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: -2000px;
    background: #ffffff url(../images/background/pattern-2.png) right top repeat;
    border-radius: 0px 7px 7px 0px;
}

.features-section-two .left-col {
    position: relative;
    margin-bottom: 30px;
}

.features-section-two .left-col .inner {
    position: relative;
    display: block;
    padding-right: 40px;
}

.features-section-two .sec-title {
    margin-bottom: 40px;
}

.features-section-two .features {
    position: relative;
}

.features-section-two .feature {
    position: relative;
    display: block;
    padding: 0px 0px 40px;
    margin-bottom: 47px;
    padding-left: 90px;
    min-height: 100px;
    border-bottom: 1px solid #e9ebee;
}

.features-section-two .feature:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.features-section-two .feature .count {
    position: absolute;
    left: 0;
    top: 0px;
    width: 60px;
    height: 60px;
    text-align: center;
    background: var(--thm-base);
    padding: 10px;
    line-height: 40px;
    font-size: 30px;
    letter-spacing: 1px;
    color: var(--thm-black);
    text-transform: uppercase;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1em;
    transition: 0.5s;
    font-family: var(--thm-font);
}

.features-section-two .feature:hover .count {
    background-color: var(--thm-black);
    color: #fff;
}

.features-section-two .feature .count span {
    line-height: 1em;
    position: relative;
    top: 2px;
}

.features-section-two .feature h5 {
    font-weight: 400;
    font-size: 24px;
    margin: 0;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.features-section-two .feature .sub-text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
}

.features-section-two .right-col {
    position: relative;
    margin-bottom: 30px;
}

.features-section-two .right-col .inner {
    position: relative;
    display: block;
}

.features-section-two .right-col .image-box {
    position: relative;
    display: block;
}

.features-section-two .right-col .image-box img {
    position: relative;
    display: block;
    width: auto;
    max-width: none;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: all 0.3s ease;
    border-radius: 7px;
}

.features-section-two .right-col .image-box:hover img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.features-section-two .right-col .cap-box {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    max-width: 350px;
}

.features-section-two .right-col .cap-inner {
    position: relative;
    display: block;
    padding: 40px 60px;
    background: var(--thm-base);
    border-radius: 7px;
}

.features-section-two .right-col .cap-inner h5 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--thm-black);
    line-height: 1em;
    margin: 0;
}

/***

  ====================================================================
  38.		We Work Section
  ====================================================================

  ***/
.we-work-section {
    position: relative;
    padding: 120px 0 80px;
}

.work-tabs {
    position: relative;
}

.work-tabs .tab-buttons {
    position: relative;
    display: block;
    background: #f4f5f8;
    border-radius: 7px;
    text-align: center;
    margin-bottom: 50px;
    overflow: hidden;
}

.work-tabs .tab-buttons .tab-btn {
    position: relative;
    float: left;
    width: 33.333%;
    line-height: 40px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: var(--thm-black);
    padding: 30px 15px;
    text-transform: uppercase;
    margin: 0;
    font-family: var(--thm-font);
    transition: all 0.3s ease;
}

.work-tabs .tab-buttons .tab-btn span {
    position: relative;
    display: block;
    z-index: 1;
}

.work-tabs .tab-buttons .tab-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0px;
    background: var(--thm-black);
    transition: all 0.3s ease;
}

.work-tabs .tab-buttons .tab-btn.active-btn:before {
    height: 100%;
}

.work-tabs .tab-buttons .tab-btn.active-btn {
    color: #ffffff;
}

.work-tabs .tabs-content {
    position: relative;
}

.work-tabs .image-col {
    position: relative;
    margin-bottom: 30px;
}

.work-tabs .image-col .inner {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.5s ease;
}

.work-tabs .tabs-content .image {
    position: relative;
    display: block;
    border-radius: 7px;
}

.work-tabs .tabs-content .image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;
}

.work-tabs .text-col {
    position: relative;
    margin-bottom: 30px;
}

.work-tabs .text-col .inner {
    position: relative;
    display: block;
    padding-left: 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.5s ease;
}

.work-tabs .active-tab .text-col .inner,
.work-tabs .active-tab .image-col .inner {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.work-tabs .tabs-content .text {
    position: relative;
}

.work-tabs .tabs-content .text p {
    position: relative;
    margin-bottom: 30px;
}

.work-tabs .tabs-content .text ul {
    position: relative;
}

.work-tabs .tabs-content .text ul li {
    position: relative;
    line-height: 2.125em;
    margin-bottom: 8px;
    padding-left: 30px;
    font-weight: 400;
}

.work-tabs .tabs-content .text ul li:before {
    content: "\f131";
    font-family: "Flaticon";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--thm-base);
    font-weight: 400;
    font-size: 18px;
}

/***

  ====================================================================
  39.	Testimonials Section
  ====================================================================

  ***/
.testimonials-section-two {
    position: relative;
    padding: 120px 0px;
    background: #1c1e22;
    color: #ffffff;
    z-index: 1;
}

.testimonials-section-two .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    opacity: 0.3;
}

.testimonials-section-two .carousel-box {
    position: relative;
    padding-right: 200px;
}

.testi-block-two {
    position: relative;
}

.testi-block-two .inner {
    position: relative;
    display: block;
}

.testi-block-two .icon {
    position: relative;
    top: 35px;
    display: block;
    font-weight: 400;
    font-size: 200px;
    line-height: 0.7em;
    color: var(--thm-base);
    margin-bottom: 0px;
}

.testi-block-two .info {
    position: relative;
    margin-top: 50px;
}

.testi-block-two .info .name {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: var(--thm-base);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: var(--thm-font);
}

.testi-block-two .text {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 1.381em;
    font-weight: 400;
    letter-spacing: 0em;
    color: #ffffff;
    font-family: var(--thm-b-font);
    padding: 0px 0px;
}

.testimonials-section-two .owl-theme .owl-dots {
    display: none;
}

.testimonials-section-two .owl-theme .owl-nav {
    position: absolute;
    right: -170px;
    top: 50%;
    margin-top: -50px;
    height: 110px;
    text-align: right;
}

.testimonials-section-two .owl-theme .owl-nav .owl-next,
.testimonials-section-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #ffffff !important;
    color: var(--thm-black);
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    opacity: 0.2;
    border-radius: 50%;
    transition: all 500ms ease;
}

.testimonials-section-two .owl-theme .owl-nav .owl-next {
    top: auto;
    bottom: 0;
}

.testimonials-section-two .owl-theme .owl-nav .owl-next span,
.testimonials-section-two .owl-theme .owl-nav .owl-prev span {
    vertical-align: middle;
}

.testimonials-section-two .owl-theme .owl-nav .owl-next:hover,
.testimonials-section-two .owl-theme .owl-nav .owl-prev:hover {
    opacity: 1;
}

/***

  ====================================================================
  40.	We DO Section
  ====================================================================

  ***/
.about-section-two {
    position: relative;
    padding: 120px 0px 90px;
}

.about-section-two .left-col {
    position: relative;
}

.about-section-two .left-col .inner {
    position: relative;
    display: block;
    padding-right: 50px;
}

.about-section-two .counter {
    position: relative;
    display: block;
}

.about-section-two .right-col {
    position: relative;
    margin-bottom: 30px;
}

.about-section-two .right-col .inner {
    position: relative;
    display: block;
    padding-left: 30px;
}

.about-section-two .image-box {
    position: relative;
    display: block;
    margin-top: -240px;
    z-index: 5;
}

.about-section-two .image-box .image {
    position: relative;
    display: block;
}

.about-section-two .image-box .image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;
}

.about-section-two .image-box .since {
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.about-section-two .image-box .since:before {
    content: "";
    position: absolute;
    left: -42px;
    top: 4px;
    bottom: 4px;
    border-left: 2px solid var(--thm-base);
}

.about-section-two .image-box .since .txt {
    position: relative;
    display: block;
    padding: 21px 5px;
    width: 90px;
    height: 90px;
    line-height: 24px;
    text-align: center;
    background: #ffffff;
    text-transform: uppercase;
    color: var(--thm-black);
    border-radius: 50%;
}

.counter-block {
    position: relative;
    margin-bottom: 30px;
}

.counter-block .inner-box {
    position: relative;
    padding-left: 160px;
    min-height: 140px;
    padding-top: 42px;
}

.counter-block .graph-outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 140px;
    display: block;
    text-align: center;
}

.counter-block .graph-outer:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 3px solid #e9ebee;
    border-radius: 50%;
}

.counter-block .graph-outer canvas {
    position: relative;
}

.counter-block .graph-outer .count-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 30px;
    color: var(--thm-black);
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: -30px;
    font-family: var(--thm-font);
}

.counter-block .graph-outer .count-box .sign {
    font-size: 20px;
}

.counter-block input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.counter-block h4 {
    position: relative;
    line-height: 1.1em;
    font-size: 24px;
    color: var(--thm-black);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0;
}

/* about section three */
.about-section-three {
    padding-top: 120px;
    padding-bottom: 120px;
}

.about-section-three__image {
    position: relative;
    display: inline-block;
}

.about-section-three__image img {
    position: relative;
}

.about-section-three__image::before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 30px;
    right: 0;
    left: -30px;
    background-color: var(--thm-base);
}

.about-section-three__content .sec-title-two {
    margin-bottom: 35px;
}

.about-section-three__content .sec-title-two h2 {
    margin-top: 10px;
}

.about-section-three__summery p {
    margin: 0;
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    color: #697280;
    margin-bottom: 30px;
}

.about-section-three__list {
    margin-bottom: 50px;
}

.about-section-three__list li {
    position: relative;
    padding-left: 30px;
    color: #697280;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
}

.about-section-three__list li > i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: var(--thm-base);
    font-size: 16px;
}

.about-section-three__content .progress-box {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

.about-section-three__content .progress-box .bar-title {
    position: relative;
    font-size: 18px;
    line-height: 1.1em;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--thm-black);
}

.about-section-three__content .progress-box .bar {
    position: relative;
    width: 100%;
    height: 7px;
    background: #eff1f4;
    border-radius: 4px;
}

.about-section-three__content .progress-box .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 7px;
    background: var(--thm-base);
    transition: all 1500ms ease;
}

.about-section-three__content .progress-box .count-box {
    position: absolute;
    right: 0px;
    margin-right: -40px;
    bottom: 18px;
    width: 40px;
    height: 22px;
    color: #697280;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    transition: all 500ms ease;
}

.about-section-three__content .progress-box .counted .count-box {
    opacity: 1;
}

.about-section-three__name {
    position: relative;
    padding-top: 15px;
}

.about-section-three__name > img {
    position: absolute;
    top: 0;
    left: 0;
}

.about-section-three__name h3 {
    margin: 0;
    font-size: 20px;
    color: var(--thm-black);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
    position: relative;
}

.about-section-three__name p {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 14px;
    color: var(--thm-base);
    position: relative;
}

/* about me */
.about-me-one {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media (min-width: 1200px) {
    .about-me-one {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.about-me-one__image img {
    border-radius: 8px;
    filter: grayscale(100%);
    max-width: 100%;
    margin-bottom: 50px;
}

@media (min-width: 1200px) {
    .about-me-one__image img {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .about-me-one__content {
        padding-left: 30px;
    }
}

@media (min-width: 1440px) {
    .about-me-one__content {
        padding-left: 70px;
    }
}

.about-me-one__content .sec-title {
    margin-bottom: 0;
}

.about-me-one__social {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .about-me-one__social {
        margin-top: 25px;
        margin-bottom: 40px;
    }
}

.about-me-one__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 44px;
    height: 44px;
    background-color: #f4f5f8;
    color: var(--thm-black);
    font-size: 16px;
    border-radius: 50%;
    transition: all 500ms ease;
}

.about-me-one__social a + a {
    margin-left: 10px;
}

.about-me-one__social a:hover {
    background-color: var(--thm-base);
    color: var(--thm-black);
}

.about-me-one__certificate-row {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px;
    max-width: 500px;
}

@media (min-width: 1200px) {
    .about-me-one__certificate-row {
        margin-top: 70px;
    }
}

.about-me-one__certificate-row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.about-me-one__certificate-row img {
    max-width: 100%;
    border-radius: 8px;
    mix-blend-mode: luminosity;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .about-me-one__certificate-row img {
        margin-bottom: 0;
    }
}

.about-me-one__qoute {
    color: var(--thm-base);
    font-size: 30px;
    line-height: 34px;
    margin: 0;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .about-me-one__qoute {
        margin-top: 65px;
    }
}

.about-me-one__text {
    margin: 0;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .about-me-one__text {
        margin-bottom: 35px;
    }
}

/* about me progress */
.about-me-counter {
    background-color: #f4f5f8;
    padding-top: 90px;
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .about-me-counter {
        padding-top: 120px;
        padding-bottom: 90px;
    }
}

@media (min-width: 1200px) {
    [class*="col-"]:nth-child(3) .counter-block {
        margin-left: 20px;
    }
}

.about-me-counter .counter-block h4 {
    font-size: 26px;
}

.about-me-counter .sec-title {
    text-align: center;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .about-me-counter .sec-title {
        margin-bottom: auto;
        width: 100%;
        text-align: left;
        margin-top: auto;
    }
}

/***

  ====================================================================
  41.	Get Quote
  ====================================================================

  ***/
.get-quote-two {
    position: relative;
    padding: 120px 0px 210px;
    background-color: var(--thm-black);
    background-image: url(../images/background/contact-bg-1-1.png);
    background-size: cover;
    color: #999b9f;
}

.get-quote-two__one-page {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .get-quote-two__one-page {
        padding-bottom: 70px !important;
    }
}

.get-quote-two .sec-title {
    margin-bottom: 35px;
}

.get-quote-two .sec-title h2 {
    color: #ffffff;
}

.get-quote-two .left-col {
    position: relative;
    margin-bottom: 30px;
}

.get-quote-two .left-col .inner {
    position: relative;
    display: block;
    max-width: 480px;
}

.get-quote-two .left-col .text {
    position: relative;
    display: block;
    color: #999b9f;
    margin-bottom: 35px;
}

.get-quote-two .info {
    position: relative;
    display: block;
}

.get-quote-two .form-box form .form-group input,
.get-quote-two .form-box form .form-group select,
.get-quote-two .form-box form .form-group textarea,
.get-quote-two .form-group .ui-selectmenu-button.ui-button {
    background-color: #ffffff;
    border-color: #ffffff;
}

.get-quote-two .info ul li {
    position: relative;
    display: block;
    min-height: 60px;
    padding-left: 85px;
    line-height: 28px;
    padding-top: 5px;
    margin-bottom: 20px;
}

.get-quote-two .info ul li strong {
    display: block;
    color: #ffffff;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--thm-font);
    margin-top: -4px;
}

.get-quote-two .info ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    padding: 15px 10px;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: var(--thm-base);
    border-radius: 50%;
    font-size: 16px;
    color: var(--thm-black);
}

.get-quote-two .info ul li:last-child {
    margin: 0;
}

.get-quote-two .info ul li a {
    position: relative;
    color: #999b9f;
    line-height: 28px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.get-quote-two .info ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--thm-base);
    text-decoration-color: var(--thm-base);
}

.get-quote-two .right-col {
    position: relative;
    margin-bottom: 10px;
}

.get-quote-two .right-col .inner {
    position: relative;
    display: block;
}

.get-quote-two .form-box {
    position: relative;
    display: block;
}

.get-quote-two .form-box form .row {
    margin: 0 -10px;
}

.get-quote-two .form-box form .form-group {
    padding: 0px 10px;
    margin-bottom: 20px;
}

/***

  ====================================================================
  42.	Map Section
  ====================================================================

  ***/
.map-section {
    position: relative;
    padding: 0px 0px 120px;
}

.map-section .map-container {
    position: relative;
    display: block;
    width: 100%;
    margin-top: -120px;
    border-radius: 7px;
    overflow: hidden;
    z-index: 3;
}

.map-section__one-page {
    padding-bottom: 0;
}

.map-section__one-page .map-container {
    margin-top: 0;
}

.map-canvas,
.map-iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 450px;
    height: 450px;
}

.map-section__one-page .map-iframe {
    height: 575px;
}

.map-data {
    font-family: var(--thm-font);
    text-align: center;
    font-size: 20px;
    color: #222222;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.7em;
}

.map-data h6 {
    font-family: var(--thm-font);
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1em;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/***

  ====================================================================
  43.	Sponsors Section
  ====================================================================

  ***/
.sponsors-section-two {
    position: relative;
    padding: 120px 0px 90px;
    background: #ffffff;
    border-top: 1px solid #e9ebee;
}

.sponsors-section-two .title-col {
    position: relative;
    margin-bottom: 30px;
}

.sponsors-section-two .sec-title {
    margin-bottom: 0;
}

.sponsors-section-two .logo-col {
    position: relative;
}

.sponsors-section-two .logo-block {
    position: relative;
    margin-bottom: 30px;
}

.sponsors-section-two .image-box img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0.2;
}

.sponsors-section-two .image-box img:hover {
    opacity: 1;
}

/* sponsors section three */
.sponsors-section-three {
    padding-top: 120px;
    padding-bottom: 120px;
}

.sponsors-section-three .thm-swiper__slider .swiper-slide img {
    opacity: 0.2;
    transition: all 500ms ease;
    display: block;
}

.sponsors-section-three .thm-swiper__slider .swiper-slide img:hover {
    opacity: 0.6;
}

.sponsors-section__about-two {
    background-color: var(--thm-base);
}

/***

  ====================================================================
  44.		Page Banner
  ====================================================================

  ***/
.page-banner {
    position: relative;
    padding: 0;
    color: #ffffff;
    background: var(--thm-black);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*-webkit-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
}

.page-banner .shape-1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    max-width: 100%;
    height: 100%;
    background: url(../images/background/b-shape-1.png) right bottom no-repeat;
    z-index: 1;
}

.page-banner .shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    max-width: 100%;
    height: 100%;
    background: url(../images/background/b-shape-2.png) right top no-repeat;
    z-index: 1;
}

.page-banner .banner-inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 3;
}

.page-banner .inner-container {
    position: relative;
    padding: 170px 0px 50px;
}

.page-banner h1 {
    position: relative;
    font-size: 60px;
    color: #ffffff;
    line-height: 0.9em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.page-banner .page-nav {
    position: relative;
    padding-top: 5px;
    text-align: center;
}

.page-banner .bread-crumb {
    position: relative;
    display: inline-block;
}

.page-banner .bread-crumb li {
    position: relative;
    float: left;
    font-size: 20px;
    line-height: 30px;
    color: #ccd6df;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: default;
    padding-right: 15px;
    margin-right: 15px;
    font-family: var(--thm-font);
}

.page-banner .bread-crumb li:before {
    position: absolute;
    right: -15px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    content: "-";
}

.page-banner .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-banner .bread-crumb li:last-child:before {
    display: none;
}

.page-banner .bread-crumb li a {
    color: #ffffff;
    font-weight: 400;
    transition: all 300ms ease;
}

.page-banner .bread-crumb li a:hover,
.page-banner .bread-crumb li.active {
    color: var(--thm-base);
}

/***

  ====================================================================
  45.	Faqs Section
  ====================================================================

  ***/
.faqs-section {
    position: relative;
    padding: 120px 0px 100px;
    background: #ffffff url(../images/background/pattern-2.png) left top repeat;
    overflow: hidden;
}

.faqs-section .faq-block {
    position: relative;
    margin-bottom: 20px;
}

/***

  ====================================================================
  46.	Get Quote
  ====================================================================

  ***/
.get-quote-three {
    position: relative;
    padding: 120px 0px 100px;
    background: #ffffff;
}

.get-quote-three .sec-title {
    margin-bottom: 40px;
}

.get-quote-three .form-box {
    position: relative;
    display: block;
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
}

.get-quote-three .form-box form .row {
    margin: 0 -10px;
}

.get-quote-three .form-box form .form-group {
    padding: 0px 10px;
    margin-bottom: 20px;
}

/***

  ====================================================================
  47.	Error Section
  ====================================================================

  ***/
.error-section {
    position: relative;
    background: #ffffff;
    padding: 125px 0px 80px 0px;
}

.error-section .content {
    position: relative;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

.error-section .big-text {
    position: relative;
    line-height: 0.7em;
    font-size: 340px;
    color: var(--thm-base);
    font-weight: 400;
    letter-spacing: 15px;
    line-height: 1em;
}

.error-section .content .big-text img {
    width: 55%;
}

.error-section .content .link-box .btn-title {
    font-size: 14px;
    padding: 3px 20px;
}

.error-section .content .not_found_text {
    font-size: 34px;
    color: #004879;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.05rem;
}

.error-section .content .not_found_title {
    font-size: 23px;
    color: #b6b6b6;
    margin-top: 16px;
    font-weight: 300;
}

.error-section .big-text .front {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.error-section .big-text .back {
    position: absolute;
    padding-left: 20px;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    text-align: center;
    color: rgba(var(--thm-base-rgb), 0.1);
}

.error-section h2 {
    font-weight: 400;
    color: var(--thm-black);
    line-height: 1em;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 0.005em;
}

.error-section .text {
    position: relative;
    display: block;
    line-height: 1.5em;
}

.error-section .link-box {
    position: relative;
}

.error-section .link-box .theme-btn {
    position: relative;
    min-width: 200px;
}

.error-form {
    position: relative;
    max-width: 520px;
    margin: 50px auto 0;
}

.error-form form {
    position: relative;
}

.error-form .form-group {
    position: relative;
    margin: 0;
}

.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 20px 60px 20px 30px;
    height: 70px;
    display: block;
    font-size: 14px;
    background: #f4f5f8;
    color: var(--thm-text);
    border-radius: 7px;
    font-family: var(--thm-b-font);
    border: 1px solid #f4f5f8;
    transition: all 300ms ease;
}

.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
    border-color: var(--thm-base);
}

.error-form .form-group input::-webkit-input-placeholder {
    color: #575757;
}

.error-form .form-group .theme-btn {
    position: absolute;
    right: 25px;
    top: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background: none;
    color: var(--thm-text);
}

.error-form .form-group .theme-btn span {
    vertical-align: middle;
}

/***

  ====================================================================
  48.	Contact Section
  ====================================================================

  ***/
.contact-section {
    position: relative;
    padding: 120px 0px 100px;
    background: #ffffff;
}

.contact-section__one-page {
    padding-bottom: 0;
}

.contact-section .map-box {
    position: relative;
    display: block;
    margin: 0 0 120px;
    border-radius: 7px;
    overflow: hidden;
}

.contact-section .form-box {
    position: relative;
    display: block;
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
}

.contact-section .form-box form .row {
    margin: 0 -10px;
}

.contact-section .form-box form .form-group {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.contact-section .upper-info {
    position: relative;
    margin-bottom: 90px;
}

.contact-section .info-block {
    position: relative;
    margin-bottom: 30px;
}

.contact-section .info-block .inner-box {
    position: relative;
    display: block;
    height: 100%;
    min-height: 100%;
    padding: 45px 45px 40px;
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    transition: all 500ms ease;
}

.contact-section .info-block .inner-box:hover {
    background: var(--thm-black);
}

.contact-section .info-block .inner-box h5 {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--thm-black);
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1em;
    margin: 0;
}

.contact-section .info-block .inner-box h5 a {
    color: var(--thm-black);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.contact-section .info-block .inner-box:hover h5,
.contact-section .info-block .inner-box:hover h5 a {
    color: #ffffff;
}

.contact-section .info-block .inner-box .text {
    position: relative;
    display: block;
    color: var(--thm-text);
    padding: 30px 0px 0px;
    z-index: 1;
}

.contact-section .info-block .inner-box .text a {
    position: relative;
    color: var(--thm-text);
}

.contact-section .info-block .inner-box:hover .text,
.contact-section .info-block .inner-box:hover .text a {
    color: #999b9f;
}

.contact-section .info-block .inner-box:hover h5 a:hover,
.contact-section .info-block .inner-box:hover .text a:hover {
    text-decoration: underline;
    color: #ffffff;
}

/***

  ====================================================================
  49.	Sidebar Page Container
  ====================================================================

  ***/
.sidebar-page-container {
    position: relative;
    padding: 50px 0 50px;
    background: #ffffff url(../images/background/pattern-2.png) left top repeat;
}

.sidebar-page-container .content-box-style {
    background-color: white;
    padding: 25px 10px;
    box-shadow: 0 0 25px #d9d9d9;
    border-radius: 7px;
}

.sidebar-page-container .content-box-style.all_photo_gallery {
    background-color: white;
    padding: 30px;
    box-shadow: 0 0 25px #d9d9d9;
    border-radius: 7px;
}

@media screen and (max-width: 550px) {
    .sidebar-page-container .content-box-style.all_photo_gallery {
        padding: 20px 5px;
    }
}

.sidebar-page-container.faq .content-box-style {
    background-color: white;
    padding: 20px 0px;
    border-radius: 7px;
    box-shadow: none;
}

.sidebar-page-container .content-side {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    border-radius: 7px;
    min-height: 450px;
}

.sidebar-page-container .content-side .blog-details .col-12.notIsVisibleMenu {
    display: none;
}

/* Sidebar */
.paginations_container.notIsVisibleMenu {
    opacity: 0;
    pointer-events: none;
}

.paginations_container.notIsVisibleMenu * {
    pointer-events: none;
}

.pagination_news {
    width: 100%;
    overflow-x: auto;
}

.pagination_news .page-item .page-link.active-page {
    background: #004879;
    color: white;
}

.pagination_news::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.pagination_news::-webkit-scrollbar-button {
    width: 2px;
    height: 4px;
}

.sidebar-page-container .sidebar-side {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-page-container .sidebar {
    position: sticky;
    top: 130px;
}

.sidebar .sidebar-widget {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}

.sidebar .sidebar-widget .widget-inner {
    position: relative;
    display: block;
    padding: 20px;
    background: #f4f5f8;
    border-radius: 7px;
}

.sidebar-title {
    position: relative;
    margin-bottom: 10px;
}

.sidebar-title h4 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 1.1em;
    color: var(--thm-black);
    font-weight: 400;
    /*text-transform: uppercase;*/
    letter-spacing: 0.01em;
    margin-bottom: 0px;
}

.sidebar .services ul {
    position: relative;
}

.sidebar .services ul li {
    position: relative;
    line-height: 48px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--thm-text);
    margin-bottom: 5px;
}

.sidebar .services ul li:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    right: -20px;
    bottom: 0;
    background: #ffffff;
    border-radius: 7px;
    opacity: 0;
    transition: all 0.3s ease;
}

.sidebar .services ul li:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    border-left: 2px solid var(--thm-base);
    opacity: 0;
    transition: all 0.3s ease;
}

.sidebar .services ul li:last-child {
    margin-bottom: 0;
}

.sidebar .services ul li a {
    position: relative;
    display: block;
    line-height: 48px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--thm-text);
    font-family: var(--thm-b-font);
    font-weight: 400;
    transition: all 0.3s ease;
    z-index: 1;
}

.sidebar .services ul li:hover a,
.sidebar .services ul li.active a {
    color: var(--thm-black);
}

.sidebar .services ul li:hover:before,
.sidebar .services ul li.active:before,
.sidebar .services ul li:hover:after,
.sidebar .services ul li.active:after {
    opacity: 1;
}

.sidebar .services ul li a:after {
    position: absolute;
    right: 0;
    top: -1px;
    font-family: "Flaticon";
    content: "\f15f";
    opacity: 1;
    font-size: 10px;
    line-height: 48px;
    font-weight: 700;
    z-index: 1;
}

.sidebar .services ul li a:hover:before,
.sidebar .services ul li.active a:before {
    opacity: 1;
    transform: scaleX(1);
    transition: all 0.3s ease 0.1s;
}

.sidebar .call-up .widget-inner {
    background: var(--thm-black);
    color: #999b9f;
}

.sidebar .call-up .sidebar-title h4 {
    color: #ffffff;
}

.sidebar .call-up .text {
    position: relative;
    display: block;
}

.sidebar .call-up .phone {
    position: relative;
    margin-top: 20px;
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--thm-font);
    font-weight: 300;
}

.sidebar .call-up .phone .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: var(--thm-base);
    font-size: 20px;
    padding-right: 15px;
}

.sidebar .call-up .phone a {
    position: relative;
    color: #ffffff;
}

.sidebar .call-up .phone a:hover {
    text-decoration: underline;
}

.sidebar .search-box .widget-inner {
    padding: 0;
    background: none;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 40px;
    padding: 19px 80px 19px 35px;
    background: var(--thm-base);
    color: var(--thm-black);
    display: block;
    font-size: 14px;
    width: 100%;
    height: 80px;
    border: 1px solid var(--thm-base);
    font-family: var(--thm-b-font);
    border-radius: 7px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group ::placeholder {
    opacity: 1;
    color: inherit;
}

.sidebar .search-box .form-group input:focus {
    border-color: var(--thm-black);
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 20px;
    top: 0px;
    height: 80px;
    width: 60px;
    line-height: 80px;
    display: block;
    font-size: 24px;
    color: var(--thm-black);
    background: none;
    font-weight: normal;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover {
    color: #181b1f;
}

.sidebar .recent-posts .post {
    /*display: flex;*/
    align-items: center;
    position: relative;
    font-size: 20px;
    gap: 10px;
    color: var(--thm-text);
    min-height: 62px;
    margin-bottom: 10px;
}

.sidebar .recent-posts .post:last-child {
    margin-bottom: 0;
}

.sidebar .recent-posts .post-thumb {
    display: flex;
    flex: 6;
    cursor: pointer;
}

.sidebar .recent-posts .post-thumb img {
    position: relative;
    display: block;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .recent-posts .post:hover .post-thumb img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    border-radius: 5px;
}

.sidebar .recent-posts .text {
    line-height: 20px;
    font-size: 16px;
    color: #373636;
    margin: 0;
    flex: 9;
    display: flex;
    flex-direction: column;
    text-transform: capitalize;
}

.sidebar .recent-posts .text .news_date {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 0 0;
}

.sidebar .recent-posts .text .news_date .rp_publication_date {
    color: #898989;
    font-size: 13px;
    top: 0;
    padding: 0;
    margin-right: 2px;
}

.sidebar .recent-posts .text .news_date .pub_type {
    color: rgba(226, 136, 41, 1);
    font-size: 13px;
    margin-left: 5px;
}

.sidebar .recent-posts .text a {
    color: #6e6868;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 16px;
    padding: 12px 0;
    line-height: 130%;
}

.sidebar .recent-posts .text .news_date span {
    font-size: 16px;
}

.sidebar .recent-posts .text a:hover {
    color: var(--thm-black);
}

.sidebar .popular-tags .tags-list {
    padding-right: 20px;
}

.sidebar .popular-tags .tags-list li,
.sidebar .popular-tags .tags-list a {
    position: relative;
    color: var(--thm-text);
    display: inline-block;
}

.sidebar .popular-tags .tags-list a {
    position: relative;
    display: inline-block;
    line-height: 1.45em;
    text-align: center;
    color: var(--thm-text);
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .popular-tags .tags-list a:hover {
    color: var(--thm-black);
}

.sidebar .archives ul {
    position: relative;
}

.sidebar .archives ul li {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--thm-text);
    margin-bottom: 15px;
}

.sidebar .archives ul li:last-child {
    margin-bottom: 0;
}

.sidebar .archives ul li a {
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--thm-text);
    font-weight: 400;
    transition: all 0.3s ease;
    z-index: 1;
}

.sidebar .archives ul li:hover a,
.sidebar .archives ul li.active a {
    color: var(--thm-black);
    font-weight: 400;
}

.sidebar .archives ul li a:after {
    position: absolute;
    right: 0;
    top: -1px;
    font-family: "Flaticon";
    content: "\f15f";
    opacity: 1;
    font-size: 10px;
    line-height: 30px;
    font-weight: 700;
    z-index: 1;
}

.sidebar .recent-comments .comment {
    position: relative;
    font-size: 20px;
    color: var(--thm-text);
    padding: 0px 0px 0px 70px;
    min-height: 48px;
    margin-bottom: 30px;
}

.sidebar .recent-comments .comment:last-child {
    margin-bottom: 0px;
}

.sidebar .recent-comments .comment .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    background-color: var(--thm-black);
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.sidebar .recent-comments .comment:hover .icon {
    background: var(--thm-base);
}

.sidebar .recent-comments .comment .text {
    font-size: 20px;
    line-height: 24px;
    color: var(--thm-text);
    font-weight: 300;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin: 0;
}

.sidebar .recent-comments .comment .text a {
    color: var(--thm-text);
}

.sidebar .recent-comments .comment .text a:hover {
    color: var(--thm-black);
}

/* Post Details */
.post-details {
    position: relative;
}

.post-details .inner-box {
    position: relative;
    display: block;
}

.post-details .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.post-details .image-box img {
    display: block;
    width: 100%;
    transition: all 500ms ease;
    border-radius: 7px;
}

.post-details .lower-box {
    position: relative;
}

.post-details .lower-box .text p {
    margin: 0 !important;
    padding: 0 !important;
}

.post-details .lower-box .tags .tags_item {
    padding: 3px 6px;
    background: #d7eaff9c;
    color: #197dc0;
    border-radius: 5px;
    font-size: 13px;
    margin-right: 3px;
    border: 1px solid #4898e7;
}

.post-details .post-meta {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 0px;
    gap: 10px;
    align-items: center;
}

.post-details .post-meta a:nth-child(1) {
    font-size: 15px;
    color: #898989;
    cursor: default;
}

.post-details .post-meta a:nth-child(2) {
    font-size: 15px;
    color: rgba(226, 136, 41, 1);
    cursor: default;
}

.post-details .post-meta ul {
    position: relative;
    display: block;
}

.post-details .post-meta ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 5px 0;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.post-details .post-meta ul li .far,
.post-details .post-meta ul li .fa {
    position: relative;
    top: -2px;
    color: var(--thm-base);
    font-size: 14px;
    padding-right: 3px;
    vertical-align: middle;
}

.post-details .lower-box h4 {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.1em;
    color: var(--thm-black);
    margin-bottom: 6px !important;
    padding: 0 13px;
}

.post-details .gallery-item h4 {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.1em;
    color: var(--thm-black);
    padding: 15px 0px 0;
    margin: 0;
}

.post-details .lower-box h4 a {
    color: var(--thm-black);
}

.post-details .lower-box h4 a:hover {
    color: var(--thm-base);
    text-decoration: underline;
}

.post-details .lower-box .text {
    position: relative;
    display: block;
}

.post-details .info-row {
    position: relative;
    display: block;
    padding: 28px 0px 0px;
    border-top: 1px solid #e9ebee;
    font-size: 16px;
    line-height: 30px;
}

.post-details .info-row strong {
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--thm-font);
    color: var(--thm-black);
}

.post-details .info-row a {
    color: var(--thm-text);
}

.post-details .info-row a:hover {
    text-decoration: underline;
}

.post-details .info-row .tags-info {
    position: relative;
    float: left;
}

.post-details .info-row .cat-info {
    position: relative;
    float: right;
}

.sidebar-page-container .post-control-two {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-page-container .post-control-two .control-col {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-page-container .post-control-two .control-inner {
    position: relative;
    display: block;
    padding: 55px 50px;
    background: #f4f5f8;
    height: 100%;
    min-height: 100%;
    border-radius: 7px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.sidebar-page-container .post-control-two .control-inner:hover {
    background: var(--thm-base);
}

.sidebar-page-container .post-control-two .over-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.sidebar-page-container .post-control-two .control-inner h4 {
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.1em;
    color: var(--thm-black);
    margin-bottom: 0px;
}

.sidebar-page-container .post-control-two .control-inner h4 a {
    color: var(--thm-black);
}

/***

  ====================================================================
  50.		Comment Area
  ====================================================================

   ***/
.comments-title {
    position: relative;
    margin-bottom: 40px;
}

.comments-title h3 {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--thm-black);
    margin: 0;
}

.comments-area {
    position: relative;
    margin-bottom: 70px;
}

.comments-area .comment-box {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e9ebee;
}

.comments-area .comment {
    position: relative;
    min-height: 90px;
    padding-left: 130px;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
    width: 90px;
    height: 90px;
    display: block;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.comments-area .comment-box .info {
    position: relative;
    margin-bottom: 25px;
    line-height: 24px;
}

.comments-area .comment-box .info .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: var(--thm-black);
    text-transform: uppercase;
    font-family: var(--thm-font);
}

.comments-area .comment-box .info .date {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
}

.comments-area .comment-box .text {
    position: relative;
    display: block;
    color: var(--thm-text);
    margin-bottom: 30px;
}

.comments-area .comment-box .reply-btn {
    position: relative;
    display: block;
}

.comments-area .comment-box .theme-btn .btn-title {
    padding: 6px 30px 4px;
    line-height: 30px;
}

/***

  ====================================================================
  51.		Leave Comments Form
  ====================================================================

   ***/
.leave-comments {
    position: relative;
}

.leave-comments form .row {
    margin: 0 -10px;
}

.leave-comments form .form-group {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.leave-comments form .form-group:last-child {
    margin-bottom: 0;
}

/***

  ====================================================================
  52.	Service Details
  ====================================================================

  ***/
.service-details {
    position: relative;
}

.service-details .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-details .image img {
    display: block;
    width: 100%;
    /*-webkit-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    border-radius: 7px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.service-details .image:hover img {
    /*-webkit-filter: grayscale(0%);*/
    /*-ms-filter: grayscale(0%);*/
    /*-moz-filter: grayscale(0%);*/
}

.service-details .main-image {
    margin-bottom: 35px;
}

.service-details h3 {
    font-size: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 25px;
}

.service-details h4 {
    font-size: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.service-details .text-content {
    position: relative;
    display: block;
}

.service-details .text-content p {
    margin-bottom: 35px;
}

.service-details .text-content .last {
    margin-bottom: 0px;
}

.service-details .featured {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.service-details .featured .image-col {
    margin-bottom: 30px;
}

.service-details .text-content ul {
    margin-bottom: 20px;
}

.service-details .text-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.service-details .text-content ul li:before {
    content: "\f131";
    font-family: "Flaticon";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--thm-base);
    font-weight: 400;
    font-size: 18px;
}

/***

  ====================================================================
  53.	Service Details
  ====================================================================

  ***/
.project-single {
    position: relative;
    padding: 120px 0px 80px;
}

.project-single .image-col {
    position: relative;
    margin-bottom: 10px;
}

.project-single .image-col .inner {
    position: relative;
    display: block;
}

.project-single .image-box {
    position: relative;
    display: block;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 30px;
}

.project-single.style-two .image-box {
    margin-bottom: 35px;
}

.project-single .image-box img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.project-single .image-box:hover img {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.project-single h5 {
    font-size: 30px;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.project-single.style-two h5 {
    font-size: 36px;
}

.project-single .text-content {
    position: relative;
    display: block;
}

.project-single .text-content p {
    margin-bottom: 25px;
}

.project-single .text-content .last {
    margin-bottom: 0px;
}

.project-single .text-content .info {
    position: relative;
}

.project-single .text-content .info li {
    position: relative;
    line-height: 26px;
    margin-bottom: 30px;
}

.project-single .text-content .info li strong {
    font-size: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1em;
    font-family: var(--thm-font);
    color: var(--thm-black);
}

.post-control {
    position: relative;
}

.post-control .inner {
    position: relative;
    display: block;
    padding: 50px 0px;
    border-top: 1px solid #e9ebee;
    border-bottom: 1px solid #e9ebee;
}

.post-control .control {
    position: relative;
    float: left;
    line-height: 30px;
    font-size: 24px;
    color: var(--thm-black);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--thm-font);
}

.post-control .control.next {
    float: right;
}

.post-control .control a {
    display: block;
    line-height: 30px;
    font-size: 24px;
    color: var(--thm-black);
    font-weight: 400;
}

.post-control .control a:hover {
    color: var(--thm-base);
}

.post-control .control .fa {
    position: relative;
    vertical-align: top;
    line-height: 30px;
    font-size: 18px;
}

/*--------------------------------------------------------------
      Side Menu
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Sidemenu
  --------------------------------------------------------------*/
.side-menu__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    transform: scale(0, 1);
    transform-origin: left center;
    transition: transform 0.7s ease;
}

.side-menu__block.active {
    transform: scale(1, 1);
}

.side-menu__block-overlay {
    width: 100%;
    height: 100%;
    background-color: var(--thm-black);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.7;
}

.side-menu__block-overlay .cursor-follower {
    background-color: rgba(8, 39, 64, 0.3);
}

.side-menu__block-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 520px;
    height: 100%;
    overflow-y: auto;
    background-color: #eceeef;
    z-index: 999999;
    padding: 40px 0;
    padding-top: 20px;
}

@media (max-width: 575px) {
    .side-menu__block-inner {
        max-width: 480px;
    }
}

@media (max-width: 480px) {
    .side-menu__block-inner {
        max-width: 400px;
    }
}

@media (max-width: 375px) {
    .side-menu__block-inner {
        max-width: 300px;
    }
}

.side-menu__block-inner .mCustomScrollBox {
    width: 100%;
}

.side-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 40px;
}

.mobile-nav__container {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
}

.mobile-nav__container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav__container li.dropdown ul {
    display: none;
    padding: 10px 0px 0px;
    margin-bottom: 20px;
    padding-left: 0.5em;
}

.mobile-nav__container li.dropdown ul li {
    margin-bottom: 10px;
}

.mobile-nav__container li.dropdown {
    position: relative;
}

.mobile-nav__container li.dropdown > a {
    position: relative;
    display: inline-block;
    padding-right: 25px;
    vertical-align: middle;
}

.mobile-nav__container li > a > span {
    background-color: var(--thm-base);
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40px;
    top: -3px;
    position: relative;
    margin-left: 5px;
}

.mobile-nav__container li.dropdown .dropdown-btn {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 22px;
    width: 22px;
    height: 22px;
    display: block;
    text-align: center;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: transparent;
    color: #9ca3a9;
    font-size: 14px;
    transform: rotate(90deg);
    transition: all 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
    transform: rotate(-90deg);
    color: var(--thm-black);
}

.mobile-nav__container li + li {
    margin-top: 10px;
}

.mobile-nav__container li a {
    text-transform: uppercase;
    color: #9ca3a9;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    transition: all 500ms ease;
    position: relative;
}

.mobile-nav__container li a:hover {
    color: var(--thm-black);
}

.mobile-nav__container li.current-menu-item > a,
.mobile-nav__container li.current-menu-item .dropdown-btn,
.mobile-nav__container li.current .dropdown-btn,
.mobile-nav__container li.current > a {
    color: var(--thm-black);
}

.side-menu__social {
    display: flex;
    align-items: center;
}

.side-menu__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 57px;
    height: 57px;
    background-color: #fff;
    color: #9ca3a9;
    font-size: 16px;
    border-radius: 50%;
    transition: all 500ms ease;
}

.side-menu__social a span svg {
    fill: #9ca3a9;
}

.side-menu__social a + a {
    margin-left: 10px;
}

.side-menu__social a:hover {
    background-color: var(--thm-base);
    color: var(--thm-white);
}

.side-menu__content {
    padding-left: 100px;
    padding-right: 100px;
}

.side-menu__content p {
    margin: 0;
    color: #9ca3a9;
}

.side-menu__content p + p {
    margin-top: 30px;
}

.side-menu__content p a {
    color: var(--thm-black);
    transition: all 500ms ease;
}

.side-menu__content p a:hover {
    color: #ffaa16;
    text-decoration: underline;
}

.faq_link {
    padding-left: 100px;
    margin-top: -60px;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    transition: all 500ms ease;
    position: relative;
}

.faq_link a {
    color: #9ca3a9;
}

.esg_link {
    padding-left: 100px;
    margin-top: -30px;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    transition: all 500ms ease;
    position: relative;
}

.esg_link a {
    color: #9ca3a9;
}

.side-menu__sep {
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #ccb8b8;
    margin-top: 60px;
    margin-bottom: 60px;
}

.side-menu__text p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #9ca3a9;
    margin: 0;
    margin-bottom: 25px;
}

.side-menu__text a {
    font-size: 20px;
    color: #ff0143;
    line-height: 30px;
    font-weight: 400;
    transition: all 500ms ease;
}

.side-menu__text a:hover {
    color: var(--thm-base);
}

.side-menu__block__copy {
    text-transform: uppercase;
    font-size: 16px;
    color: #9ca3a9;
    font-weight: 400;
    letter-spacing: 0.2em;
}

@media (max-width: 575px) {
    .side-menu__top,
    .side-menu__content,
    .mobile-nav__container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .side-menu__sep {
        margin-top: 40px;
        margin-bottom: 40px;
        width: calc(100% - 100px);
    }

    .faq_link {
        padding-left: 50px;
        margin-top: -35px;
        margin-bottom: 35px;
    }

    .esg_link {
        padding-left: 50px;
        margin-top: -35px;
        margin-bottom: 35px;
    }
}

@media (max-width: 480px) {
    .side-menu__top,
    .side-menu__content,
    .mobile-nav__container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .faq_link {
        padding-left: 25px;
    }

    .esg_link {
        padding-left: 25px;
    }

    .side-menu__sep {
        width: calc(100% - 50px);
    }

    .side-menu__social {
        margin-top: 40px;
    }

    .side-menu__social a {
        width: 45px;
        height: 45px;
    }
}

/* style switcher */
.style-switcher {
    font-family: "Teko", sans-serif;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 99999;
    background-color: #fff;
    width: 200px;
    text-align: center;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    transform: translateX(-100%);
    transition: transform 500ms ease;
}

.style-switcher.active {
    transform: translateX(0%);
}

.style-switcher h3 {
    margin: 0;
    text-transform: uppercase;
    color: var(--thm-black);
    font-size: 30px;
    line-height: 1;
    font-family: "Teko", sans-serif;
    margin-bottom: 20px;
}

.style-switcher .layout-feature,
.style-switcher .language-feature {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
}

.style-switcher .layout-feature button,
.style-switcher .layout-feature a,
.style-switcher .language-feature button {
    border: none;
    outline: none;
    font-family: "Teko", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    background-color: var(--thm-black);
    color: #fff;
    border-radius: 5px;
}

.style-switcher .layout-feature a:last-child,
.style-switcher .layout-feature button:last-child,
.style-switcher .language-feature button.rtl-switcher {
    background-color: var(--thm-base);
    color: #fff;
}

#switcher-toggler {
    position: absolute;
    top: 20px;
    left: 100%;
    font-size: 22px;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: var(--thm-base);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 500ms;
}

#switcher-toggler:hover {
    color: #fff;
    background-color: var(--thm-black);
}

#styleOptions {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

#styleOptions li {
    width: 100%;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
}

#styleOptions li a {
    display: block;
    width: 100%;
    height: 100%;
}

#styleOptions li a.color-default {
    background-color: #ffaa17;
}

#styleOptions li a.color-2 {
    background-color: #70f28b;
}

#styleOptions li a.color-3 {
    background-color: #83dcfa;
}

#styleOptions li a.color-4 {
    background-color: #ff6c6c;
}

#styleOptions li a.color-5 {
    background-color: #73a5ff;
}

#styleOptions li a.color-6 {
    background-color: #fe9759;
}

/* lang bar  */
.skiptranslate {
    display: none !important;
}

/* parallax block */
.parallax-block {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.parallax-block .jarallax-img {
    filter: grayscale(100%);
}

@media (max-height: 450px) {
    .parallax-block {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.parallax-block__content h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 100px;
    max-width: 537px;
    line-height: 1;
    margin-bottom: 25px;
}

@media (min-width: 1200px) {
    .parallax-block .container {
        max-width: 1200px;
    }
}

/* dark mode css */
.body-dark,
.body-dark .page-wrapper.boxed-wrapper {
    background-color: #1c1e22;
}

/* about section dark */
.body-dark .why-us-section,
.body-dark .services-section-two,
.body-dark .btn-style-two,
.body-dark .testi-block .inner,
.body-dark .error-section,
.body-dark .default-form .form-group input[type="text"],
.body-dark .default-form .form-group input[type="email"],
.body-dark .default-form .form-group input[type="password"],
.body-dark .default-form .form-group input[type="tel"],
.body-dark .default-form .form-group input[type="url"],
.body-dark .default-form .form-group input[type="file"],
.body-dark .default-form .form-group input[type="number"],
.body-dark .default-form .form-group textarea,
.body-dark .default-form .form-group select,
.body-dark .get-quote-two .form-box form .form-group input,
.body-dark .get-quote-two .form-box form .form-group select,
.body-dark .get-quote-two .form-box form .form-group textarea,
.body-dark .get-quote-two .form-group .ui-selectmenu-button.ui-button,
.body-dark .get-quote-section .default-form .theme-btn:hover .btn-curve,
.body-dark .form-group .ui-selectmenu-button.ui-button,
.body-dark .discover-section,
.body-dark .services-section-three,
.body-dark .features-section-two,
.body-dark .get-quote-three,
.body-dark .sponsors-section-two,
.body-dark .contact-section,
.body-dark .search-popup__form input,
.body-dark .about-section {
    background-color: #1c1e22;
}

.body-dark .default-form .form-group input[type="text"],
.body-dark .default-form .form-group input[type="email"],
.body-dark .default-form .form-group input[type="password"],
.body-dark .default-form .form-group input[type="tel"],
.body-dark .default-form .form-group input[type="url"],
.body-dark .default-form .form-group input[type="file"],
.body-dark .default-form .form-group input[type="number"],
.body-dark .default-form .form-group textarea,
.body-dark .form-group .ui-selectmenu-button.ui-button,
.body-dark .get-quote-two .form-box form .form-group input,
.body-dark .get-quote-two .form-box form .form-group select,
.body-dark .get-quote-two .form-box form .form-group textarea,
.body-dark .get-quote-two .form-group .ui-selectmenu-button.ui-button,
.body-dark .default-form .form-group select {
    border-color: #1c1e22;
}

.body-dark .contact-section .default-form .form-group input[type="text"],
.body-dark .contact-section .default-form .form-group input[type="email"],
.body-dark .contact-section .default-form .form-group input[type="password"],
.body-dark .contact-section .default-form .form-group input[type="tel"],
.body-dark .contact-section .default-form .form-group input[type="url"],
.body-dark .contact-section .default-form .form-group input[type="file"],
.body-dark .contact-section .default-form .form-group input[type="number"],
.body-dark .contact-section .default-form .form-group textarea,
.body-dark .get-quote-three .default-form .form-group input[type="text"],
.body-dark .get-quote-three .default-form .form-group input[type="email"],
.body-dark .get-quote-three .default-form .form-group input[type="password"],
.body-dark .get-quote-three .default-form .form-group input[type="tel"],
.body-dark .get-quote-three .default-form .form-group input[type="url"],
.body-dark .get-quote-three .default-form .form-group input[type="file"],
.body-dark .get-quote-three .default-form .form-group input[type="number"],
.body-dark .comment-form.default-form .form-group input[type="text"],
.body-dark .comment-form.default-form .form-group input[type="email"],
.body-dark .comment-form.default-form .form-group input[type="password"],
.body-dark .comment-form.default-form .form-group input[type="tel"],
.body-dark .comment-form.default-form .form-group input[type="url"],
.body-dark .comment-form.default-form .form-group input[type="file"],
.body-dark .comment-form.default-form .form-group input[type="number"],
.body-dark .comment-form.default-form .form-group textarea,
.body-dark .error-form .form-group input[type="text"],
.body-dark .error-form .form-group input[type="search"],
.body-dark .error-form .form-group input[type="email"],
.body-dark .get-quote-three .default-form .form-group textarea {
    background-color: #222429;
    border-color: #222429;
}

.body-dark .why-us-section .feature:hover .inner-box::before,
.body-dark .service-block-two .inner-box,
.body-dark .work-tabs .tab-buttons,
.body-dark .get-quote-section .form-box,
.body-dark .sidebar .sidebar-widget .widget-inner,
.body-dark .news-block-three .inner-box,
.body-dark .contact-section .info-block .inner-box,
.body-dark .about-section::before {
    background-color: #222429;
}

.body-dark .project-tab .product-tab-btns .p-tab-btn.active-btn,
.body-dark .sec-title h2,
.body-dark .get-quote-section .counter .count-box,
.body-dark .get-quote-section .featured-block h4,
.body-dark .testi-block .info .name,
.body-dark .we-do-section .progress-box .bar-title,
.body-dark .accordion-box .block .acc-btn,
.body-dark .we-do-section .sec-title h2,
.body-dark .gallery-section .sec-title h2,
.body-dark .news-section .sec-title h2,
.body-dark .trusted-section .sec-title h2,
.body-dark .trusted-section .feature h5,
.body-dark .gallery-section .mixitup-gallery .filters .filter.active,
.body-dark .live-section .sec-title h2,
.body-dark .agency-section .sec-title h2,
.body-dark .service-block-two .inner-box h5,
.body-dark .team-section .sec-title h2,
.body-dark .search-popup__form input,
.body-dark .why-us-section .feature h6,
.body-dark .featured-section .feature h6,
.body-dark .get-quote-section .form-box h4,
.body-dark .features-section-two .feature h5,
.body-dark .work-tabs .tab-buttons .tab-btn,
.body-dark .counter-block h4,
.body-dark .contact-section .info-block .inner-box h5,
.body-dark .counter-block .graph-outer .count-box,
.body-dark .sidebar-title h4,
.body-dark .call-to-section-two h2,
.body-dark .error-section h2,
.body-dark .service-details h3,
.body-dark .service-details h4,
.body-dark .project-single h5,
.body-dark .post-details .lower-box h4,
.body-dark .post-details .info-row strong,
.body-dark .news-block-three .inner-box h4 a,
.body-dark .post-control .control a,
.body-dark .sidebar .recent-posts .text:hover a,
.body-dark .sidebar .archives ul li:hover a,
.body-dark .sidebar .popular-tags .tags-list a:hover,
.body-dark .sidebar .archives ul li.active a,
.body-dark .news-block-two .lower-box h4 a,
.body-dark .news-block-two .lower-box .link-box a,
.body-dark .comments-title h3,
.body-dark .comments-area .comment-box .info .name,
.body-dark .about-section .sec-title h2 {
    color: #ffffff;
}

.body-dark,
.body-dark .contact-section .info-block .inner-box .text,
.body-dark .default-form .form-group input[type="text"],
.body-dark .default-form .form-group input[type="email"],
.body-dark .default-form .form-group input[type="password"],
.body-dark .default-form .form-group input[type="tel"],
.body-dark .default-form .form-group input[type="url"],
.body-dark .default-form .form-group input[type="file"],
.body-dark .default-form .form-group input[type="number"],
.body-dark .default-form .form-group textarea,
.body-dark .default-form .form-group select,
.body-dark .form-group .ui-button .ui-icon,
.body-dark .get-quote-two .form-box form .form-group input,
.body-dark .get-quote-two .form-box form .form-group select,
.body-dark .get-quote-two .form-box form .form-group textarea,
.body-dark .get-quote-two .form-group .ui-selectmenu-button.ui-button,
.body-dark .form-group .ui-selectmenu-button.ui-button,
.body-dark .get-quote-section .featured-block .text,
.body-dark .why-us-section .feature .text,
.body-dark .project-tab .product-tab-btns .p-tab-btn,
.body-dark .featured-section .feature .text,
.body-dark .sec-title .lower-text,
.body-dark .trusted-section .feature .sub-text,
.body-dark .gallery-section .mixitup-gallery .filters li,
.body-dark .accordion-box .block .content .text,
.body-dark .we-do-section .featured-block .text,
.body-dark .trusted-section .sec-title .lower-text,
.body-dark .team-section .team-block .lower-box .designation,
.body-dark .trusted-section .featured-block-two .text ul li,
.body-dark .agency-section .right-col .text,
.body-dark .agency-section .featured-block-two .text ul li,
.body-dark .news-section .news-block .lower-box .text,
.body-dark .news-section .news-block .post-meta ul li,
.body-dark .agency-section .default-tabs .tabs-content .text,
.body-dark .service-block-two .text,
.body-dark .sidebar .recent-posts .text,
.body-dark .testi-block .text,
.body-dark .comments-area .comment-box .text,
.body-dark .features-section-two .feature .sub-text,
.body-dark .sidebar .popular-tags .tags-list a,
.body-dark .about-section .text-column .text p {
    color: #999b9f;
}

.body-dark .about-section .text-column .text .since .txt {
    background-color: #ffffff;
    color: #222429;
}

.body-dark .about-section .text-column .text .since::before {
    background-color: #fff;
    opacity: 0.1;
}

.body-dark .service-block-two .inner-box {
    overflow: hidden;
}

.body-dark .service-block-two .inner-box h5 a {
    color: inherit;
}

.body-dark .work-tabs .tab-buttons .tab-btn::before,
.body-dark .testi-block:hover .inner {
    background-color: var(--thm-base);
}

.body-dark .testi-block:hover .info .name,
.body-dark .work-tabs .tab-buttons .tab-btn.active-btn,
.body-dark .testi-block:hover .text {
    color: var(--thm-black);
}

.body-dark .news-block-two .lower-box .link-box:hover a::before {
    border-color: #fff;
}

/* live section dark */
.body-dark .live-section {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #1c1e22;
}

/* we do section dark */
.body-dark .featured-section,
.body-dark .call-to-section-two,
.body-dark .news-section.alt-bg,
.body-dark .testimonials-section,
.body-dark .gallery-section-two.alternate,
.body-dark .features-section-two .content-container::before,
.body-dark .faqs-section,
.body-dark .we-do-section {
    background-color: #222429;
    background-image: url(../images/background/we-do-section-bg-dark.jpg);
}

.body-dark .we-do-section .progress-box .bar {
    background-color: rgba(255, 255, 255, 0.1);
}

/* accordion box dark */
.body-dark .accordion-box .block.active-block,
.body-dark .accordion-box .block {
    background-color: #1c1e22;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.body-dark .accordion-box .block .acc-btn.active {
    background-color: #1c1e22;
}

/* gallery section dark */
.body-dark .gallery-section {
    background-color: #1c1e22;
}

/* trusted section */
.body-dark .trusted-section .right-col .inner,
.body-dark .trusted-section .right-col .inner::before {
    background-color: #1c1e22;
}

.body-dark .trusted-section .feature:hover .count {
    background-color: #fff;
    color: #222429;
}

.body-dark .get-quote-section,
.body-dark .features-section-two .feature,
.body-dark .get-quote-section .counter,
.body-dark .post-control .inner,
.body-dark .comments-area .comment-box,
.body-dark .post-details .info-row,
.body-dark .sponsors-section-two,
.body-dark .trusted-section .feature {
    border-color: rgba(255, 255, 255, 0.1);
}

/* team section dark */
.body-dark .news-section .news-block .lower-box h5,
.body-dark .team-section .team-block .lower-box h5 {
    color: #fff;
}

.body-dark .news-section .news-block .lower-box h5 a,
.body-dark .team-section .team-block .lower-box h5 a {
    color: inherit;
}

.body-dark .team-section .owl-theme .owl-dots .owl-dot span {
    opacity: 0.1;
}

.body-dark .team-section .owl-theme .owl-dots .owl-dot:hover span,
.body-dark .team-section .owl-theme .owl-dots .owl-dot.active span {
    background-color: transparent;
    opacity: 1;
}

/* sponsors section */
.body-dark .sponsors-section {
    background-color: #1c1e22;
}

/* agency section dark */
.body-dark .agency-section {
    background-color: #222429;
    background-image: url(../images/background/we-do-section-bg-dark.jpg);
}

.body-dark .agency-section .default-tabs .tab-buttons .tab-btn span {
    color: #fff;
}

.body-dark .agency-section .default-tabs .tab-buttons .tab-btn.active-btn span {
    color: #222429;
}

/* news section dark */
.body-dark .news-section .news-block .post-meta ul {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
    background-color: #1c1e22;
}

.body-dark .news-section .news-block .lower-box .link-box a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #222429;
}

.body-dark .news-section .news-block .lower-box .link-box a:hover {
    background-color: var(--thm-base);
}

/* portfolio masonary */
.portfolio-masonary {
    padding-bottom: 100px;
}

@media (min-width: 1200px) {
    .portfolio-masonary .container {
        max-width: 1200px;
    }
}

.portfolio-masonary h3 {
    margin: 0;
    font-size: 80px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 210px;
}

.portfolio-masonary hr {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 0;
    margin-bottom: 60px;
    margin-top: 120px;
}

.portfolio-masonary__filter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.portfolio-masonary .filters {
    margin-bottom: 0;
}

.portfolio-masonary .filters li {
    color: #ffffff;
    font-size: 20px;
}

.portfolio-masonary .mixitup-gallery .filters .filter.active {
    color: #fff;
}

.portfolio-masonary .filters li:first-child {
    margin-left: 0;
}

.portfolio-masonary .masonary-layout {
    margin-bottom: 30px;
}

.portfolio-masonary__box {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.portfolio-masonary__box img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 500ms ease;
}

.portfolio-masonary__box:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.portfolio-masonary__more {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    transition: all 500ms ease;
    font-weight: 500;
    font-family: var(--thm-font);
}

.portfolio-masonary__more:hover {
    color: var(--thm-base);
}

.portfolio-masonary__box-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--thm-base-rgb), 0.9);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding: 60px;
    transform: translateY(30%);
    opacity: 0;
    transition: transform 500ms ease, opacity 500ms ease;
}

.portfolio-masonary__box:hover .portfolio-masonary__box-content {
    opacity: 1;
    transform: translateY(0);
}

.portfolio-masonary__box-content p {
    margin: 0;
    color: var(--thm-black);
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-family: var(--thm-font);
}

.portfolio-masonary__box-content p::after {
    width: 40px;
    height: 2px;
    background-color: var(--thm-black);
    margin-left: 10px;
    content: "";
}

.portfolio-masonary__box-content h4 {
    margin: 0;
    text-transform: uppercase;
    color: var(--thm-black);
    line-height: 1;
    font-size: 30px;
    letter-spacing: 0.1em;
}

.portfolio-masonary__box-content h4 a {
    color: inherit;
}

/* portfolio details header */
.portfolio-details-header {
    margin-top: 106px;
    background-color: #fff;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

.portfolio-details-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 545px;
    background-color: #f4f5f8;
}

@media (min-width: 1200px) {
    .portfolio-details-header {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.portfolio-details-header__separator {
    border-width: 1px;
    border-color: #e9ebee;
    min-width: 1600px;
    float: left;
    margin-top: 90px;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .portfolio-details-header__separator {
        margin-top: 120px;
    }
}

.portfolio-details-header__title {
    margin: 0;
    text-transform: uppercase;
    font-size: 50px;
    color: var(--thm-black);
    margin-bottom: 40px;
}

.portfolio-details-header__image {
    display: inline-block;
    background-color: #222429;
    border-radius: 8px;
    margin-bottom: 45px;
}

.portfolio-details-header__image img {
    max-width: 100%;
    border-radius: 8px;
    display: block;
    mix-blend-mode: luminosity;
}

@media (min-width: 1200px) {
    .portfolio-details-header__image img {
        max-width: none;
    }
}

.portfolio-details-header__sub-heading {
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    color: var(--thm-black);
    line-height: 1;
    margin-bottom: 10px;
}

.portfolio-details-header__text {
    margin: 0;
    color: var(--thm-text);
    font-size: 16px;
}

.portfolio-details-header__list {
    margin: 0;
    margin-bottom: 45px;
}

.portfolio-details-header__list li {
    font-size: 16px;
    color: var(--thm-text);
}

.portfolio-details-header__main-text {
    margin: 0;
    font-size: 20px;
    list-style: none;
    font-weight: 300;
    line-height: 42px;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .portfolio-details-header__main-text {
        margin-bottom: 0;
    }
}

.portfolio-details-header__text + .portfolio-details-header__sub-heading {
    margin-top: 40px;
}

@media (min-width: 1200px) {
    .portfolio-details-header__main-text {
        padding-left: 100px;
    }
}

.portfolio-details-header__link {
    color: var(--thm-base);
    font-size: 16px;
    position: relative;
    display: inline-block;
    line-height: 1;
    padding-bottom: 10px;
    transition: all 500ms ease;
    margin-bottom: 50px;
}

@media (min-width: 1200px) {
    .portfolio-details-header__link {
        margin-bottom: 0;
    }
}

.portfolio-details-header__link:hover {
    color: var(--thm-black);
}

.portfolio-details-header__link::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--thm-base);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 500ms ease;
}

.portfolio-details-header__link:hover::after {
    background-color: var(--thm-black);
}

.portfolio-details-header__links a {
    color: var(--thm-text);
    font-size: 16px;
    transition: all 500ms ease;
}

.portfolio-details-header__links a:hover {
    color: var(--thm-base);
}

.portfolio-details-header__links a:not(:last-child)::after {
    content: ",";
}

/* portfolio details info */
.portfolio-details-info__image {
    display: inline-block;
    background-color: var(--thm-black);
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
}

.portfolio-details-info__image img {
    mix-blend-mode: luminosity;
    border-radius: 8px;
    max-width: 100%;
}

@media (min-width: 768px) {
    .portfolio-details-info__image {
        margin-bottom: 0;
        display: block;
    }

    .portfolio-details-info .row {
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .portfolio-details-info .row {
        margin-bottom: 60px;
    }
}

.portfolio-details-info__title {
    margin: 0;
    text-transform: uppercase;
    color: var(--thm-black);
    font-size: 40px;
}

.portfolio-details-info__text {
    margin: 0;
    color: var(--thm-text);
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 30px;
    max-width: 470px;
}

@media (min-width: 768px) {
    .portfolio-details-info__text {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .portfolio-details-info__title {
        font-size: 50px;
        margin-bottom: 35px;
    }
}

/* protfolio details video */
.portfolio-details-video {
    margin-top: 90px;
    margin-bottom: 60px;
}

@media (min-width: 1200px) {
    .portfolio-details-video {
        margin-top: 120px;
    }
}

.portfolio-details-video__thumbnail {
    background-color: var(--thm-black);
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.portfolio-details-video img {
    mix-blend-mode: luminosity;
    max-width: 100%;
}

.portfolio-details-video .vid-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.portfolio-details-video .vid-link .icon {
    position: relative;
    display: block;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    font-size: 20px;
    color: var(--thm-black);
    background: var(--thm-base);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.portfolio-details-video .vid-link a:hover .icon {
    background: #ffffff;
    color: var(--thm-base);
}

.portfolio-details-video .vid-link .icon:before {
    content: "";
    position: absolute;
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.portfolio-details-video .vid-link .ripple,
.portfolio-details-video .vid-link .ripple:before,
.portfolio-details-video .vid-link .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.portfolio-details-video .vid-link .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.portfolio-details-video .vid-link .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.portfolio-details-summery {
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .portfolio-details-summery {
        padding-bottom: 80px;
    }
}

.portfolio-details-summery__heading {
    margin: 0;
    text-transform: uppercase;
    color: var(--thm-black);
    font-size: 30px;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .portfolio-details-summery__heading {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.portfolio-details-summery__text {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .portfolio-details-summery__text {
        padding-left: 100px;
        padding-right: 100px;
    }
}

/* portfolio horizontal */
.portfolio-horizontal {
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 90px;
}

[class*="portfolio-horizontal__shape-"] {
    position: absolute;
    display: none;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@media (min-width: 992px) {
    [class*="portfolio-horizontal__shape-"] {
        display: block;
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

.portfolio-horizontal__shape-1 {
    top: -120px;
    right: 40%;
}

.portfolio-horizontal__shape-2 {
    left: -55px;
    bottom: -36px;
}

.portfolio-horizontal__shape-3 {
    right: -260px;
    bottom: -30px;
}

@media (min-width: 992px) {
    .portfolio-horizontal {
        padding-top: 120px;
        padding-bottom: 110px;
    }
}

.portfolio-horizontal .auto-container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 992px) {
    .portfolio-horizontal .auto-container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 1200px) {
    .portfolio-horizontal .auto-container {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 1440px) {
    .portfolio-horizontal .auto-container {
        padding-left: 155px;
        padding-right: 155px;
    }
}

.portfolio-horizontal__card__title {
    margin: 0;
    color: #fff;
    font-weight: 800;
    font-family: "Montserrat", "Rubik";
    font-size: 30px;
}

.portfolio-horizontal__card__title a {
    color: inherit;
    transition: all 500ms ease;
}

.portfolio-horizontal__card__title a:hover {
    color: var(--thm-black);
}

.portfolio-horizontal__category {
    margin: 0;
    display: block;
    line-height: 1;
    font-weight: 600;
    font-size: 14px;
    font-family: "Montserrat", "Rubik";
    color: #fff;
    margin-bottom: 15px;
    margin-top: 30px;
}

.portfolio-horizontal__carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.portfolio-horizontal__carousel .owl-nav .icon {
    width: 41px;
    height: 59px;
    background-image: url(../images/update-26-02-2021/shapes/portfolio-horizontal-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    opacity: 0.2;
    transition: all 500ms ease;
}

@media (min-width: 1200px) {
    .portfolio-horizontal__carousel .owl-nav [class*="owl-"] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .portfolio-horizontal__carousel .owl-nav [class*="owl-prev"] {
        right: calc(100% + 55px);
    }

    .portfolio-horizontal__carousel .owl-nav [class*="owl-next"] {
        left: calc(100% + 25px);
    }
}

.portfolio-horizontal__carousel .owl-nav .icon:hover {
    opacity: 1;
}

.portfolio-horizontal__carousel .owl-nav .icon.nav-button-right {
    transform: rotate(180deg);
    margin-left: 30px;
}

/* demo landing page */
.demo-purchase-btn .btn-title {
    padding-top: 21.5px;
    padding-bottom: 17.5px;
}

.demo-purchase-btn:hover .btn-title {
    color: var(--thm-black);
}

.demo-purchase-btn:hover .btn-curve {
    background-color: #fff;
}

.demo-top {
    padding-top: 265px;
    padding-bottom: 170px;
    background-color: #1c1e22;
    background-image: url(../images/background/home-portfolio-bg-1-1.png);
}

.demo-top .container {
    text-align: center;
}

.demo-top h3 {
    margin: 0;
    color: #fff;
    font-size: 110px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
}

.demo-top h3 span {
    color: var(--thm-base);
}

.demo-top p {
    font-size: 26px;
    line-height: 1.7em;
    margin: 0;
    margin-top: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--thm-b-font);
    text-align: center;
}

/* demo gallery */
.demo-gallery {
    padding-top: 120px;
    padding-bottom: 100px;
}

.demo-gallery .mixitup-gallery .filters .filter {
    color: #686a6f;
    font-size: 24px;
}

.demo-gallery .mixitup-gallery .filters .filter + .filter {
    margin-left: 40px;
}

.demo-gallery .mixitup-gallery .filters .filter.active {
    color: var(--thm-black);
}

.demo-gallery .portfolio-masonary__box-outer {
    transform: translateY(0);
    transition: transform 500ms ease;
    border-radius: 8px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.demo-gallery .portfolio-masonary__box-outer:hover {
    transform: translateY(-20px);
}

.demo-gallery .portfolio-masonary__box img {
    filter: grayscale(0);
}

.demo-gallery .portfolio-masonary__box .link {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 18px;
    color: var(--thm-black);
    border: 1px solid var(--thm-black);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 500ms ease;
}

.demo-gallery .portfolio-masonary__box .link:hover {
    background-color: #fff;
    border-color: #fff;
}

.demo-features {
    background-color: #f4f5f8;
    padding-top: 120px;
    padding-bottom: 120px;
}

.demo-features__wrapper {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-row-gap: 30px;
}

.demo-features__box {
    text-align: center;
}

.demo-features__box img {
    border-radius: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.demo-features__box h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--thm-black);
    letter-spacing: 0.1em;
    margin-top: 20px;
    text-align: center;
}

/* demo footer */
.main-footer__demo .footer-widget h3 {
    max-width: none;
    font-size: 80px;
    letter-spacing: 0;
    margin: 0;
}

.main-footer__demo .footer-widget p {
    margin: 0;
    font-size: 36px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 300;
    font-family: var(--thm-font);
    margin-bottom: 45px;
}

.main-footer__demo .footer-widget {
    padding-bottom: 110px;
}

/* login page */
.login-wrapper {
    position: relative;
    min-height: 100vh;
}

.login-wrapper .login-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 630px);
    height: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

.login-wrapper .login-content__inner {
    width: 100%;
    max-width: 630px;
    padding-left: 115px;
    padding-right: 115px;
    background-color: #fff;
    box-shadow: 9.986px -0.523px 30px 0px rgba(5, 5, 6, 0.1);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
}

.login-wrapper form input[type="text"],
.login-wrapper form input[type="email"],
.login-wrapper form input[type="password"] {
    width: 100%;
    border-radius: 8px;
    background-color: #f4f5f8;
    height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    color: #686a6f;
    font-weight: 400;
    font-family: var(--thm-b-font);
    margin-bottom: 20px;
}

.login-wrapper form ::placeholder {
    opacity: 1;
    color: inherit;
}

.login-wrapper form p {
    margin: 0;
    color: #686a6f;
    line-height: 2.125;
}

.login-wrapper form p a {
    color: inherit;
}

.login-wrapper form .theme-btn {
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-top: 15px;
}

.login-wrapper .login-content__inner .copyright-text {
    margin-top: auto;
    text-align: center;
    color: #686a6f;
    margin-bottom: 60px;
}

.login-wrapper .logo {
    margin-top: 90px;
    margin-bottom: 140px;
}

.login-wrapper .signup-link {
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    margin-top: 35px;
    font-family: var(--thm-font);
}

.login-wrapper .signup-link a {
    color: var(--thm-base);
    transition: all 500ms ease;
}

.login-wrapper .signup-link a:hover {
    opacity: 0.7;
}

/*--------------------------------------------------------------
  # Pricing
  --------------------------------------------------------------*/
.pricing-one {
    padding-top: 100px;
    padding-bottom: 70px;
}

@media (min-width: 992px) {
    .pricing-one {
        padding-top: 120px;
        padding-bottom: 90px;
    }
}

.pricing-one [class*="col-"] {
    margin-bottom: 30px;
}

/* price card */
.pricing-card {
    background-color: #f4f5f8;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 50px;
    border-radius: 8px;
}

.pricing-card__bottom {
    border-radius: 8px;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
}

.pricing-card__list {
    text-align: left;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 43px;
}

.pricing-card__list li {
    position: relative;
    font-size: 16px;
    color: var(--thm-text);
    padding-left: 40px;
}

.pricing-card__list li + li {
    margin-top: 5px;
}

.pricing-card__list li i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--thm-base);
}

.pricing-card__list li i.unavailable {
    color: var(--thm-black);
}

.pricing-card__icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 30px;
}

.pricing-card__icon::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-base);
    opacity: 0.2;
    border-radius: 50%;
    content: "";
    transition: all 500ms ease;
}

.pricing-card:hover .pricing-card__icon::before {
    opacity: 1;
}

@media (min-width: 992px) {
    .pricing-card__icon {
        width: 130px;
        height: 130px;
    }
}

.pricing-card__icon i {
    font-size: 50px;
    position: relative;
    color: var(--thm-base);
    transition: all 500ms ease;
}

.pricing-card:hover .pricing-card__icon i {
    color: var(--thm-black);
}

@media (min-width: 992px) {
    .pricing-card__icon i {
        font-size: 64px;
    }
}

.pricing-card__name {
    line-height: 1;
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--thm-font);
    letter-spacing: 0.1em;
    color: var(--thm-base);
    margin-bottom: 2px;
}

.pricing-card__amount {
    margin: 0;
    line-height: 1;
    font-size: 45px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .pricing-card__amount {
        font-size: 60px;
    }
}

/*--------------------------------------------------------------
  # Coming Soon
  --------------------------------------------------------------*/
.coming-soon {
    background-color: var(--thm-black);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coming-soon__title {
    margin: 0;
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .coming-soon__title {
        font-size: 60px;
        margin-top: 90px;
        margin-bottom: 30px;
    }
}

.coming-soon__form-text,
.coming-soon__text {
    margin: 0;
    color: #999b9f;
    max-width: 570px;
}

.coming-soon__form-title {
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.coming-soon__form {
    max-width: 400px;
    width: 100%;
    border-radius: 8px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .coming-soon__form {
        margin-bottom: 35px;
    }
}

.coming-soon__form input[type="text"],
.coming-soon__form input[type="email"] {
    width: 100%;
    height: 70px;
    background-color: #1c1e22;
    font-size: 14px;
    font-family: var(--thm-b-font);
    color: #999b9f;
    border-radius: 8px;
    padding-left: 30px;
    transition: all 500ms ease;
}

.coming-soon__form input[type="text"]:focus,
.coming-soon__form input[type="email"]:focus {
    box-shadow: 0 0 0 1px var(--thm-base);
}

.coming-soon__form ::placeholder {
    opacity: 1;
    color: inherit;
}

.coming-soon__form button[type="submit"] {
    width: 42px;
    height: 42px;
    background-color: var(--thm-base);
    color: var(--thm-black);
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    border-radius: 50%;
    transition: all 500ms ease;
}

.coming-soon__form button[type="submit"]:hover {
    background-color: #fff;
    color: var(--thm-black);
}

.coming-soon__social {
    display: flex;
    align-items: center;
}

.coming-soon__social li + li {
    margin-left: 10px;
}

.coming-soon__social a {
    width: 44px;
    height: 44px;
    background-color: #1c1e22;
    color: #999b9f;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    transition: all 500ms ease;
}

.coming-soon__social a:hover {
    background-color: var(--thm-base);
    color: var(--thm-black);
}

.coming-soon__countdown {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    width: 100%;
    max-width: 580px;
    margin-top: 30px;
    margin-bottom: 35px;
}

@media (min-width: 992px) {
    .coming-soon__countdown {
        margin-top: 50px;
        margin-bottom: 45px;
        grid-template-columns: repeat(4, 1fr);
    }
}

.coming-soon__countdown li {
    border: 1px solid var(--thm-base);
    border-radius: 8px;
    text-align: center;
    font-family: var(--thm-font);
    overflow: hidden;
}

.coming-soon__countdown li span {
    font-size: 45px;
    display: block;
    color: #fff;
    padding-top: 50px;
}

@media (min-width: 992px) {
    .coming-soon__countdown li span {
        font-size: 60px;
    }
}

.coming-soon__countdown li i {
    text-transform: uppercase;
    color: var(--thm-black);
    background-color: var(--thm-base);
    display: block;
    font-size: 20px;
    font-style: normal;
    line-height: 40px;
    display: block;
    padding-top: 5px;
    margin-top: 45px;
}

/*--------------------------------------------------------------
  # Shop
  --------------------------------------------------------------*/
.shop-page {
    padding-top: 100px;
    padding-bottom: 85px;
}

@media (max-width: 992px) {
    .shop-page {
        padding-top: 120px;
        padding-bottom: 105px;
    }
}

.product-sorting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .product-sorting {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.product-sorting p {
    margin: 0;
    color: var(--thm-text);
    font-size: 18px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .product-sorting p {
        margin-bottom: 0;
    }
}

.product-sorting .form-group {
    max-width: 340px;
    width: 100%;
}

.product-card {
    margin-bottom: 30px;
}

.product-card__buttons {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30%);
    transition: 500ms ease;
}

.product-card:hover .product-card__buttons {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.product-card__buttons .btn-style-one {
    margin-right: 10px;
}

.product-card__buttons .btn-style-two:hover .btn-curve {
    width: 101%;
}

.product-card__buttons .theme-btn .btn-title {
    padding: 7px 21px 3px;
    font-size: 16px;
}

.product-card__image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.product-card__image > img {
    width: 100%;
}

.product-card__content {
    text-align: center;
}

.product-card__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 5px;
}

.product-card__title a {
    color: inherit;
    transition: all 500ms ease;
}

.product-card__title a:hover {
    color: var(--thm-base);
}

.product-card__price {
    color: var(--thm-text);
    font-size: 16px;
    line-height: 1;
    margin: 0;
    margin-bottom: 10px;
}

.product-card__stars {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.product-card__stars i {
    font-size: 14px;
    color: var(--thm-base);
}

.product-card__stars i + i {
    margin-left: 5px;
}

.load-more-products {
    margin-top: 30px;
}

/* shop sidebar */
.shop-search form {
    border-radius: 8px;
    position: relative;
    background-color: var(--thm-base);
}

.shop-search button[type="submit"] {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    color: var(--thm-black);
    background-color: transparent;
    padding: 0;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}

.shop-search form input[type="search"],
.shop-search form input[type="text"] {
    width: 100%;
    height: 70px;
    background-color: var(--thm-base);
    border-radius: 8px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    color: var(--thm-black);
    font-family: var(--thm-b-font);
}

.shop-search form ::placeholder {
    color: inherit;
    opacity: 1;
}

.shop-sidebar__title {
    margin: 0;
    color: var(--thm-black);
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}

.product-sidebar__price-range .noUi-horizontal {
    height: 4px;
    background-color: #f4f5f8;
    border: none;
    box-shadow: none;
}

.product-sidebar__price-range .noUi-handle {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: var(--thm-base);
    border: none;
    outline: none;
    box-shadow: none;
}

.product-sidebar__price-range .noUi-horizontal .noUi-handle {
    right: -8px;
}

.product-sidebar__price-range .noUi-handle::before,
.product-sidebar__price-range .noUi-handle::after {
    display: none;
}

.product-sidebar__price-range .noUi-connect {
    background-color: var(--thm-base);
}

.product-sidebar__price-range .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 20px;
}

.product-sidebar__price-range .form-group p {
    margin: 0;
}

.product-sidebar__price-range .form-group .left > span {
    margin-left: 5px;
    margin-right: 5px;
}

.product-sidebar__price-range .form-group .left {
    display: flex;
    align-items: center;
}

.product-sidebar__price-range .theme-btn .btn-title {
    padding: 7px 21px 3px;
    font-size: 16px;
}

.shop-category ul {
    position: relative;
    margin-top: -15px;
}

.shop-category ul li {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--thm-text);
    margin-bottom: 15px;
}

.shop-category ul li:last-child {
    margin-bottom: 0;
}

.shop-category ul li a {
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--thm-text);
    font-weight: 400;
    transition: all 0.3s ease;
    z-index: 1;
}

.shop-category ul li:hover a,
.shop-category ul li.active a {
    color: var(--thm-black);
    font-weight: 400;
    text-shadow: 0 0 1px currentColor;
}

.shop-category ul li a:after {
    position: absolute;
    right: 0;
    top: -1px;
    font-family: "Flaticon";
    content: "\f15f";
    opacity: 1;
    font-size: 10px;
    line-height: 30px;
    font-weight: 700;
    z-index: 1;
}

.shop-sidebar__single {
    padding: 30px;
    border: 1px solid;
    border-color: rgb(233, 235, 238);
    margin-bottom: 30px;
    border-radius: 8px;
}

.shop-sidebar__single.shop-search {
    border: none;
    padding: 0;
}

/* review form */
.review-form {
    padding-bottom: 100px;
}

@media (min-width: 992px) {
    .review-form {
        padding-bottom: 120px;
    }
}

.review-form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.review-form [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.review-form .form-group {
    margin-bottom: 20px;
}

.review-form__title {
    margin: 0;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 30px;
    letter-spacing: 0.01em;
}

.review-form__text {
    margin: 0;
    color: var(--thm-text);
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.review-form__text i {
    font-size: 14px;
    color: var(--thm-base);
}

.review-form__text i:first-child {
    margin-left: 10px;
}

.review-form__text i + i {
    margin-left: 5px;
}

.review-one .comment-box .reply-btn {
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .review-one .comment-box .reply-btn {
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (min-width: 992px) {
    .review-one .comment-box .text {
        margin-bottom: 0;
    }
}

.review-one .comment-box .reply-btn i {
    font-size: 14px;
    color: var(--thm-base);
}

.review-one .comment-box .reply-btn i + i {
    margin-left: 5px;
}

/* product description */
.product-description {
    padding-bottom: 40px;
}

.product-description__title {
    margin: 0;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--thm-black);
    letter-spacing: 0.01em;
    margin-bottom: 30px;
}

.product-description__text {
    margin: 0;
}

.product-description__text + .product-description__text {
    margin-top: 30px;
}

/* product details */
.product-details {
    padding-bottom: 60px;
    padding-top: 100px;
}

@media (min-width: 1200px) {
    .product-details {
        padding-top: 120px;
    }
}

.product-details__buttons {
    margin-bottom: 35px;
    margin-top: 15px;
}

.product-details__buttons .theme-btn {
    margin-right: 10px;
    margin-top: 5px;
}

.product-details__social {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-details__social span {
    font-size: 24px;
    color: var(--thm-black);
    text-transform: uppercase;
    font-family: var(--thm-font);
    margin-right: 20px;
    flex: 0 0 100%;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .product-details__social span {
        margin-bottom: 0;
        flex: 0 0 auto;
    }
}

.product-details__social a {
    display: flex;
    width: 44px;
    height: 44px;
    background-color: #f4f5f8;
    color: #686a6f;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    transition: all 500ms ease;
}

.product-details__social a + a {
    margin-left: 10px;
}

.product-details__social a:hover {
    color: var(--thm-black);
    background-color: var(--thm-base);
}

.product-details__quantity {
    display: flex;
    align-items: center;
}

.product-details__quantity-title {
    margin: 0;
    color: var(--thm-black);
    text-transform: uppercase;
    font-size: 24px;
    margin-right: 20px;
}

.product-details__quantity .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 8px;
    height: 60px;
}

.product-details__quantity .quantity-box input {
    width: 98px;
    border-radius: 8px;
    height: 60px;
    border: 1px solid #e9ebee;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    font-family: var(--thm-b-font);
    padding-left: 30px;
}

.product-details__quantity .quantity-box button {
    width: 29px;
    height: 29px;
    background-color: transparent;
    color: var(--thm-black);
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    border-left: 1px solid #e9ebee;
    border-top-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-details__quantity .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top: 1px solid #e9ebee;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 8px;
}

.product-details__reveiw {
    border-bottom: 1px solid #e9ebee;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.product-details__reveiw i {
    font-size: 18px;
    color: var(--thm-base);
}

.product-details__reveiw i + i {
    margin-left: 5px;
}

.product-details__reveiw span {
    line-height: 1;
    font-size: 16px;
    color: var(--thm-text);
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.product-details__title {
    font-size: 45px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .product-details__title {
        margin-top: -5px;
        margin-right: 10px;
    }
}

.product-details__price {
    margin: 0;
    color: var(--thm-base);
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .product-details__top {
        display: flex;
        align-items: baseline;
    }
}

/* cart page */
.cart-page {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (min-width: 992px) {
    .cart-page {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.cart-table {
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .cart-table {
        min-width: 1170px;
    }
}

.cart-table thead th {
    text-transform: uppercase;
    font-family: var(--thm-font);
    font-size: 30px;
    color: var(--thm-black);
    font-weight: 400;
    padding: 0;
    border: none;
    padding-bottom: 20px;
}

.cart-table thead th:last-child {
    text-align: right;
}

.cart-table .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 8px;
    height: 60px;
}

.cart-table .quantity-box input {
    width: 98px;
    border-radius: 8px;
    height: 60px;
    border: 1px solid #e9ebee;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    font-family: var(--thm-b-font);
    padding-left: 30px;
}

.cart-table .quantity-box button {
    width: 29px;
    height: 29px;
    background-color: transparent;
    color: var(--thm-black);
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    border-left: 1px solid #e9ebee;
    border-top-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-table .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top: 1px solid #e9ebee;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 8px;
}

.cart-table .product-box {
    display: flex;
    align-items: center;
}

.cart-table h3 {
    text-transform: uppercase;
    margin: 0;
    color: var(--thm-black);
    font-size: 24px;
    margin-left: 30px;
}

.cart-table h3 a {
    color: inherit;
}

.cart-table tbody tr {
    vertical-align: middle;
}

.structure-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.structure-wrapper-mobile {
    display: none;
}

.structure-wrapper-mobile .accord {
    display: none;
}

.structure-wrapper-mobile {
    line-height: 20px;
}

@media (max-width: 991px) {
    .structure-wrapper {
        display: none;
    }

    .structure-wrapper-mobile {
        display: block;
    }

    .structure-wrapper svg {
        display: none;
    }

    .structure-wrapper-mobile .parent {
        padding-bottom: 20px;
    }

    .structure-wrapper-mobile .parent i {
        margin-left: 10px;
        transition: all 0.3s ease;
        transform: rotate(0deg);
    }

    .structure-wrapper-mobile .parent.active i {
        transform: rotate(180deg);
    }
}

/* main-org-structure */


.main-org-structure-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: auto;
}

.main-org-structure-wrapper .parent {
    border: 1px solid #dfdfdf;
    background: #f6f6f6;
    border-radius: 15px;
    padding: 20px;
    z-index: 2;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    position: relative;
    width: 330px;
}

.main-org-structure-wrapper .parent.main-parent {
    margin-bottom: 40px;
}

.main-org-structure-wrapper .first-level-children {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    column-gap: 50px;
    width: 100%;
}

.main-org-structure-wrapper .first-level-children [id="79"] button{
    display: none;
}


.main-org-structure-wrapper .first-level-children .parent {
    min-width: 330px;
}

.main-org-structure-wrapper .second-level-children-wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
}

.main-org-structure-wrapper .second-level-children-wrapper .second-level-children {
    margin-bottom: 20px;
    min-width: 330px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.main-org-structure-wrapper .third-level-children-wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
}

.main-org-structure-wrapper .third-level-children-wrapper .third-level-children {
    margin-bottom: 20px;
    min-width: 330px;
    display: flex;
    justify-content: flex-end;
}
.main-org-structure-wrapper .third-level-children-wrapper .third-level-children:last-child {
    display: flex;
    justify-content: flex-start;
}
.main-org-structure-wrapper .fourth-level-children-wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
}

.main-org-structure-wrapper .fourth-level-children-wrapper .fourth-level-children {
    margin-bottom: 20px;
    min-width: 330px;
    display: flex;
    justify-content: flex-end;
}
.main-org-structure-wrapper .fourth-level-children-wrapper .fourth-level-children:last-child {
    display: flex;
    justify-content: flex-start;
}


.main-org-structure-wrapper .parent button {
    position: absolute;
    top: 88%;
    background: #004879;
    padding: 0 6px;
    border-radius: 50%;
    color: white;
}

.main-org-structure-wrapper .parent button {
    left: 50% !important;
    top: 88%;
    transform: translateX(-50%);
    height: fit-content;
    width: fit-content;
    transition: all 0.7s;
}

.main-org-structure-wrapper .first-level-children .parent:first-child button {
    right: -10px !important;
    top: 50%;
    transform: translateY(-50%);
    height: fit-content;
    width: fit-content;
    left: auto;
}

.main-org-structure-wrapper .first-level-children .parent:nth-child(2) button {
    left: 48% !important;
    top: 100%;
    transform: translateY(-50%);
    height: fit-content;
    width: fit-content;
}
.main-org-structure-wrapper .first-level-children .parent:last-child button {
    left: 48% !important;
    top: 100%;
    transform: translateY(-50%);
    height: fit-content;
    width: fit-content;
}

.main-org-structure-wrapper .parent button:hover {
    background: #0070bc;
    padding: 0.5px 6.5px;
}

@media screen and (max-width: 1300px) {
    .structure-wrapper .first-level-children {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
        width: 90%;
        gap: 15px;
    }

    .structure-wrapper .first-level-children .parent {
        width: 95%;
    }

    .structure-wrapper .first-level-children .parent:nth-child(even) {
        justify-self: end;
    }

    .structure-wrapper .first-level-children .parent:nth-child(odd) button {
        left: -10px !important;
        top: 50%;
        transform: translateY(-50%);
        height: fit-content;
        width: fit-content;
    }

    .structure-wrapper .first-level-children .parent:nth-child(even) button {
        right: -10px !important;
        top: 50%;
        transform: translateY(-50%);
        height: fit-content;
        width: fit-content;
        left: auto !important;
    }

    .structure-wrapper .second-level-children-wrapper {
        flex-direction: column !important;
        align-items: center !important;
        gap: 0;
    }

    .structure-wrapper .second-level-children-wrapper .second-level-children {
        width: 70% !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 800px) {
    .success-animation__wrapper {
        width: 100%;
    }

    .structure-wrapper .first-level-children {
        display: grid;
        grid-template-columns: 1fr;
    }

    .structure-wrapper .second-level-children-wrapper {
        gap: 0;
    }

    .structure-wrapper .first-level-children .parent {
        width: 85%;
    }

    .structure-wrapper .first-level-children .parent {
        justify-self: center;
    }

    .structure-wrapper .first-level-children .parent:nth-child(even) {
        justify-self: center;
    }

    .structure-wrapper .main-parent {
        margin-bottom: 40px !important;
    }

    .structure-wrapper .main-parent button {
        bottom: auto;
        height: fit-content;
        width: fit-content;
        transition: all 0.7s;
        left: -10px !important;
        top: 50%;
        transform: translateY(-50%);
    }

    .structure-wrapper .first-level-children .parent:nth-child(odd) button {
        right: -10px !important;
        top: 50%;
        transform: translateY(-50%);
        height: fit-content;
        width: fit-content;
        left: auto !important;
    }

    .structure-wrapper .first-level-children .parent:nth-child(even) button {
        right: -10px !important;
        top: 50%;
        transform: translateY(-50%);
        height: fit-content;
        width: fit-content;
        left: auto !important;
    }

    .org-structure-wrapper .container-fluid {
        padding: 0 !important;
    }

    .org-structure-wrapper .container-fluid .row .col-xl-10 {
        padding: 0 !important;
    }

    .structure-wrapper .first-level-children {
        gap: 0;
        width: 110%;
    }
}

@media screen and (max-width: 500px) {
    .structure-wrapper .first-level-children {
        width: 98%;
    }

    .org-structure-wrapper .content-side {
        padding: 0;
    }

    .structure-wrapper {
        overflow: hidden;
    }

    .structure-wrapper .first-level-children .parent {
        width: 72%;
        min-width: 280px;
    }

    .structure-wrapper .parent {
        min-width: 280px;
        width: 280px;
    }

    .structure-wrapper
    .second-level-children-wrapper
    .second-level-children
    .parent {
        width: 72%;
        margin: 0 auto 30px;
    }
}


.main-org-structure-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main-org-structure-wrapper-mobile {
    display: none;
}

.main-org-structure-wrapper-mobile .accord {
    display: none;
}

.main-org-structure-wrapper-mobile {
    line-height: 20px;
}

@media (max-width: 991px) {
    .structure-wrapper {
        display: none;
    }

    .structure-wrapper-mobile {
        display: block;
    }

    .structure-wrapper svg {
        display: none;
    }

    .structure-wrapper-mobile .parent {
        padding-bottom: 20px;
    }

    .structure-wrapper-mobile .parent i {
        margin-left: 10px;
        transition: all 0.3s ease;
        transform: rotate(0deg);
    }

    .structure-wrapper-mobile .parent.active i {
        transform: rotate(180deg);
    }
}
.cart-table tbody tr:last-child {
    border-bottom: 1px solid #e9ebee;
}

.cart-table tbody td {
    vertical-align: middle;
    border-top: 1px solid #e9ebee;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    color: #686a6f;
}

.cart-table tbody td:last-child {
    text-align: right;
}

.cart-cupon__form {
    margin-bottom: 30px;
}

.cart-cupon__input {
    width: 100%;
    max-width: 370px;
    border-radius: 8px;
    background-color: #f4f5f8;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 10px;
    font-family: var(--thm-b-font);
    font-size: 14px;
    color: #686a6f;
    height: 65px;
    margin-bottom: 20px;
}

.cart-cupon__form ::placeholder {
    color: inherit;
    opacity: 1;
}

.cart-total {
    margin-bottom: 20px;
}

.cart-total li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 18px;
}

.cart-total li + li {
    margin-top: 10px;
}

.cart-total li span:first-child {
    text-transform: uppercase;
    font-family: var(--thm-font);
    font-size: 30px;
    color: var(--thm-black);
    margin-right: 70px;
    display: block;
    width: 133px;
    text-align: right;
}

.cart-total li:nth-child(2) span:first-child {
    position: relative;
    right: 6px;
}

.cart-total__total {
    color: var(--thm-base);
    font-weight: 500;
}

.cart-page__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.cart-page__buttons .btn-style-one {
    margin-left: 0px;
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .cart-page__buttons .btn-style-one {
        margin-top: 0;
        margin-left: 10px;
    }
}

.product-details__buttons .btn-style-two:hover .btn-curve,
.cart-page__buttons .btn-style-two:hover .btn-curve {
    background-color: var(--thm-base);
}

/* checkout page */
.checkout-page {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (min-width: 992px) {
    .checkout-page {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.checkout-page .default-form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.checkout-page .default-form [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.checkout-page .default-form .form-group {
    margin-bottom: 20px;
}

.checkout-page__returning {
    margin: 0;
    font-size: 16px;
    color: var(--thm-text);
    line-height: 1.5em;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .checkout-page__returning {
        line-height: 1;
    }
}

.checkout-page__returning a {
    color: var(--thm-base);
}

.checkout__title {
    text-transform: uppercase;
    margin: 0;
    color: var(--thm-black);
    font-size: 35px;
    font-weight: 400;
    font-family: var(--thm-font);
    line-height: 1;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .checkout__title {
        font-size: 45px;
    }
}

@media (min-width: 1200px) {
    .checkout__title {
        font-size: 60px;
    }
}

.checkout__checkbox {
    position: relative;
    display: flex;
    align-items: center;
}

.checkout__checkbox input[type="checkbox"] {
    position: absolute;
    left: -999999px;
    visibility: hidden;
}

.checkout__checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.checkout__checkbox label::after {
    content: "";
    width: 19px;
    height: 19px;
    background-color: #f4f5f8;
    border-radius: 50%;
    margin-left: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout__checkbox input[type="checkbox"]:checked + label::after {
    background-color: var(--thm-base);
    content: "\f00c";
}

.checkout-page .default-form .field-checkbox {
    position: relative;
}

.checkout-page .default-form .field-checkbox input[type="checkbox"] {
    position: absolute;
    left: -999999px;
    visibility: hidden;
}

.checkout-page .default-form .field-checkbox label {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--thm-text);
    cursor: pointer;
}

.checkout-page .default-form .field-checkbox label::before {
    content: "";
    width: 19px;
    height: 19px;
    background-color: #f4f5f8;
    border-radius: 50%;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-page
.default-form
.field-checkbox
input[type="checkbox"]:checked
+ label::before {
    background-color: var(--thm-base);
    content: "\f00c";
}

.checkout-page .default-form textarea {
    height: 150px;
}

.checkout-page .default-form {
    margin-bottom: 60px;
}

.checkout__table {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .checkout__table {
        margin-bottom: 0;
    }
}

.checkout__table thead th {
    text-transform: uppercase;
    font-family: var(--thm-font);
    color: var(--thm-black);
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
}

.checkout__table th:last-child,
.checkout__table td:last-child {
    text-align: right;
}

.checkout__table thead {
    border-top: 1px solid #e9ebee;
    border-bottom: 1px solid #e9ebee;
}

.checkout__table thead th,
.checkout__table tbody td {
    padding: 0;
    /* border-top: 1px solid #e9ebee; */
    border: 0;
}

.checkout__table thead th {
    padding-top: 30px;
    padding-bottom: 23px;
}

.checkout__table tbody {
    border-bottom: 1px solid #e9ebee;
}

.checkout__table tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--thm-text);
}

.checkout__payment {
    background-color: #f4f5f8;
    border-radius: 8px;
    padding: 30px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .checkout__payment {
        padding: 50px;
        padding-bottom: 25px;
    }
}

.checkout__payment__item + .checkout__payment__item {
    margin-top: 35px;
}

.checkout__payment__title {
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    color: var(--thm-black);
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.checkout__payment__title::before {
    content: "";
    width: 19px;
    height: 19px;
    background-color: #fff;
    border: 2px solid #e9ebee;
    border-radius: 50%;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    position: relative;
    top: -2px;
    transition: all 500ms ease;
}

.checkout__payment__title img {
    margin-left: 15px;
}

.checkout__payment__item--active .checkout__payment__title::before {
    background-color: var(--thm-base);
    border-color: var(--thm-base);
    content: "\f00c";
}

.checkout__payment__content {
    font-size: 16px;
    line-height: 30px;
    color: #686a6f;
}

/*--------------------------------------------------------------
  # Video Styles
  --------------------------------------------------------------*/
.video-one {
    padding-top: 90px;
    padding-bottom: 75px;
}

@media (min-width: 992px) {
    .video-one {
        padding-top: 120px;
        padding-bottom: 105px;
    }
}

.video-one .video-one__image {
    position: relative;
    margin-bottom: 60px;
}

.video-one .video-one__image img {
    width: 100%;
    filter: grayscale(100%);
    border-radius: 8px;
}

.video-one__content {
    text-align: center;
}

@media (min-width: 992px) {
    .video-one__content {
        text-align: left;
    }
}

.video-one__content .sec-title {
    margin-bottom: 0;
}

.video-one__content .sec-title h2 {
    letter-spacing: -0.02em;
}

@media (min-width: 768px) {
    .video-one__content .sec-title h2 {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

.video-one__content .block-text {
    margin: 0;
    font-family: var(--thm-b-font);
    font-size: 16px;
    line-height: 34px;
    color: var(--thm-text);
    margin-top: 20px;
}

@media (min-width: 768px) {
    .video-one__content .block-text {
        max-width: 500px;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

.video-one__image .vid-link {
    background-color: var(--thm-base);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: var(--thm-black);
    transition: all 500ms ease;

    width: 70px;
    height: 70px;
    bottom: calc(50% - 35px);
    left: calc(50% - 35px);
    font-size: 20px;
}

@media (min-width: 768px) {
    .video-one__image .vid-link {
        width: 107px;
        font-size: 30px;
        right: 100px;
        bottom: -53.5px;
        height: 107px;
        left: auto;
    }
}

.video-one__image .vid-link:hover {
    background-color: var(--thm-black);
    color: #ffffff;
}

.video-one__image .vid-link a {
    color: inherit;
}

.video-one__image .vid-link .icon {
    position: relative;
    top: 3px;
}

.video-one__image .vid-link::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    border: 1px solid var(--thm-black);
    top: -13px;
    bottom: -13px;
    left: -13px;
    right: -13px;
    opacity: 0.2;
}

.video-one__image .vid-link .ripple,
.video-one__image .vid-link .ripple:before,
.video-one__image .vid-link .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(255, 170, 23, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-one__image .vid-link .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-one__image .vid-link .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

/*--------------------------------------------------------------
  # How it works Styles
  --------------------------------------------------------------*/
.how-it-works {
    background-color: #f6f6f6;
    padding-top: 90px;
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .how-it-works {
        padding-top: 120px;
        padding-bottom: 90px;
    }
}

.how-it-works-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 2px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 500ms ease;
    margin-bottom: 30px;
    height: 90%;
}

.how-it-works-card:hover {
    background-color: var(--thm-base);
}

.how-it-works-card__inner {
    border-radius: 8px;
    background-color: #fff;
    padding-bottom: 45px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-carousel .lower-box p {
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.6em;
}

.how-it-works-card__icon {
    font-size: 64px;
    color: var(--thm-base);
    display: block;
    line-height: 1;
    padding-top: 60px;
    margin-bottom: 30px;
}

.how-it-works-card__title {
    margin: 0;
    color: var(--thm-black);
    line-height: 1;
    text-transform: uppercase;
    font-size: 30px;
}

.how-it-works-card__title a {
    color: inherit;
}

.how-it-works-card__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.7em;
    color: var(--thm-text);
    max-width: 241px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 27px;
}

.how-it-works-card__link {
    text-transform: uppercase;
    text-align: center;
    color: var(--thm-black);
    font-size: 16px;
    letter-spacing: 0.1em;
    font-family: var(--thm-font);
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.how-it-works-card__link::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--thm-base);
    top: 80%;
    left: 0;
    display: block;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: left center;
    transition: transform 500ms ease;
}

.how-it-works-card__link:hover {
    color: var(--thm-black);
}

.how-it-works-card__link:hover::before {
    transform: scale(1, 1);
    transform-origin: right center;
}

/*--------------------------------------------------------------
  # History Styles
  --------------------------------------------------------------*/
.history-timeline {
    padding-bottom: 40px;
    padding-top: 90px;
}

@media (min-width: 1200px) {
    .history-timeline {
        padding-top: 0;
        padding-bottom: 120px;
        margin-top: -53.5px;
    }
}

.history-timeline__year {
    width: 85px;
    height: 85px;
    background-color: var(--thm-base);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-black);
    font-size: 30px;
    font-family: var(--thm-font);
    border-radius: 50%;
    padding-top: 2px;
    margin-bottom: 0px;
    position: relative;
    z-index: 10;
}

@media (min-width: 992px) {
    .history-timeline__year {
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .history-timeline__year {
        width: 107px;
        height: 107px;
        font-size: 40px;
    }
}

.history-timeline__date {
    font-size: 20px;
    color: var(--thm-base);
    text-transform: uppercase;
    font-family: var(--thm-font);
    margin: 0;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
}

@media (min-width: 1200px) {
    .history-timeline__date::before {
        content: "";
        width: 23px;
        height: 23px;
        background-color: var(--thm-base);
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: -55px;
        transform: translateY(50%) translateX(-50%);
        z-index: 10;
    }
}

.history-timeline__title {
    margin: 0;
    text-transform: uppercase;
    color: var(--thm-black);
    font-size: 40px;
    line-height: 1;
}

.history-timeline__text {
    margin: 0;
    color: var(--thm-text);
    font-size: 16px;
    line-height: 34px;
    margin-top: 30px;
}

.history-timeline__image {
    background-color: #222429;
    border-radius: 8px;
    display: inline-block;
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .history-timeline__image {
        margin-top: 0;
    }
}

.history-timeline__image img {
    max-width: 100%;
    border-radius: 8px;
    mix-blend-mode: luminosity;
}

.history-timeline__card .row {
    position: relative;
    padding-top: 40px;
}

@media (min-width: 1200px) {
    .history-timeline__card .row {
        padding-top: 80px;
    }
}

.history-timeline__card .row:last-child {
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .history-timeline__card .row:nth-child(odd) {
        flex-direction: row-reverse;
    }
}

@media (min-width: 992px) {
    .history-timeline__card {
        position: relative;
    }

    .history-timeline__card:after {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #e9ebee;
        position: absolute;
        transform: translateX(-50%);
        top: 0;
        left: 50%;
    }
}

.history-timeline__card {
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .history-timeline__card {
        padding-bottom: 70px;
        margin-bottom: 0;
    }

    .history-timeline__card:last-child {
        padding-bottom: 0;
    }

    .history-timeline__card .row {
        margin-left: -55px;
        margin-right: -55px;
    }

    .history-timeline__card .row [class*="col-"] {
        padding-left: 55px;
        padding-right: 55px;
    }

    .history-timeline__card .row:nth-child(even) .history-timeline__info {
        text-align: right;
    }

    .history-timeline__card .row:nth-child(even) .history-timeline__date::before {
        left: auto;
        right: -55px;
        transform: translateY(50%) translateX(50%);
    }

    .history-timeline__card:nth-child(even) .row:nth-child(even) {
        flex-direction: row-reverse;
    }

    .history-timeline__card:nth-child(even) .row {
        flex-direction: row;
    }

    .history-timeline__card:nth-child(even)
    .row:nth-child(odd)
    .history-timeline__info {
        text-align: right;
    }

    .history-timeline__card:nth-child(even)
    .row:nth-child(even)
    .history-timeline__info {
        text-align: left;
    }

    .history-timeline__card:nth-child(even)
    .row:nth-child(even)
    .history-timeline__date::before {
        right: auto;
        left: -55px;
        transform: translateY(50%) translateX(-50%);
    }

    .history-timeline__card:nth-child(even)
    .row:nth-child(odd)
    .history-timeline__date::before {
        right: -55px;
        left: auto;
        transform: translateY(50%) translateX(50%);
    }
}

.main-menu .dropdown.notIsVisibleMenu {
    display: none;
}

.dropdown .language-style {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #ffffff;
    padding: 12px 0;
    transition: all 300ms ease;
    margin-right: 20px;
}

.cabinet-link {
    color: white;
    border: 1px solid;
    padding: 0 10px;
    margin-right: 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.4s;
}

.cabinet-link:hover {
    background-color: white;
}

.cabinet-link.hide {
    display: none;
}

#cabinet_dropdown {
    border: none;
    background: white;
    border-radius: 5px;
    padding: 2px 6px 2px 3px;
    margin: 0 10px 0 3px;
}

#cabinet_dropdown.hide {
    display: none;
}

#cabinet_dropdown img {
    width: 35px;
    max-height: 40px;
}

#cabinet_dropdown span {
    margin-left: 5px;
}

.sponsors-carousel .owl-item .image-box span {
    display: flex;
    align-items: center;
    background-color: white;
    padding: 10px;
    opacity: 0.8;
    transition: 0.3s;
    height: 100%;
}

.sponsors-carousel .owl-item .image-box span:hover {
    opacity: 1;
}

.home_last_page .owl-carousel .owl-item {
    height: 100%;
}

.sponsors-carousel .owl-item .image-box span a {
    font-size: 14px;
    color: #333;
    line-height: 130%;
    margin-left: 15px;
}

.map {
    width: auto;
    margin: 100px auto;
    text-align: center;
}

.map svg path:hover {
    fill: rgb(11, 12, 102) !important;
}

.map svg path {
    fill: #0070bc;
    stroke: rgb(255, 255, 255);
    stroke-width: 1.2px;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}

.map-group,
.map-circle {
    cursor: pointer;
}

.map-group:hover .map-circle {
    transition: all 0.3s;
    display: block;
}

.map-circle {
    display: none;
}

.map-content {
    padding: 25px 25px 5px 25px;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    border-radius: 5px;
}

.map-info {
    list-style: none;
    -webkit-padding-start: 0;
}

.map-info li {
    line-height: 120%;
    margin-bottom: 10px;
}

.map-btn {
    margin: 5px;
    text-align: center;
}

.urls_list {
    background: white;
    position: absolute;
    display: none;
    width: 310px;
    max-height: 600px;
    top: 50%;
    overflow: hidden;
    transform: translate(-120%, -50%);
    z-index: 99;
    padding: 5px 15px 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px lightgray;
    transition: all 0.7s;
}

@media screen and (max-width: 992px) {
    .urls_list {
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.urls_list #map_urls {
    max-height: 500px;
    overflow-y: scroll;
}

.urls_list #map_urls li {
    text-align: left;
}

.urls_list #map_urls li .gotomap {
    text-decoration: none;
    color: black;
}

.urls_list #map_urls li .gotomap {
    color: blue;
}

.urls_list .outer_list {
    border: 1px dashed #eae9e9;
}

.urls_list .btn_div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: -5px;
}

.urls_list .btn_div button {
    background: none;
    outline: none;
    color: red;
}

.urls_list #map_urls {
    padding: 5px;
}

.map-content .map-btn .theme-btn.btn-style-one {
    text-transform: none;
}

.map-content .map-btn .theme-btn.btn-style-one span {
    padding: 6px 20px 7px;
}

.map-group.active .map-circle {
    transition: all 0.3s;
    display: block;
}

.map .map-group.active path {
    fill: rgb(11, 12, 102) !important;
}

.video-gallery .inner-box .image {
    position: relative;
}

.video-gallery .inner-box .image:after {
    content: "";
    position: absolute;
    height: 60px;
    width: 60px;
    left: 43%;
    right: 50%;
    top: 43%;
    bottom: 50%;
    background-image: url(../images/background/play_url.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-outer.clearfix {
    background-color: #004879;
}

/*.service-2 .table-service table {*/
/*    font-family: arial, sans-serif;*/
/*    border-collapse: collapse;*/
/*    width: 100%;*/
/*}*/
/*.service-2 .table-service td, th {*/
/*    border: 1px solid #dddddd;*/
/*    text-align: left;*/
/*    padding: 8px;*/
/*}*/
.site_banners {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
}

.banner_img {
    height: auto;
    width: 100%;
    margin-top: 15px;
}

/* marquee */
.marquee {
    background-color: #eee;
    padding-top: 4px;
    width: 100%;
    height: 35px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.marquee__content {
    width: 300%;
    display: flex;
    line-height: 30px;
    animation: marquee 50s linear infinite forwards;
}

.marquee__content:hover {
    animation-play-state: paused;
}

.list-inline {
    display: flex;
    justify-content: space-around;
    width: 33.33%;
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-66.6%);
    }
}

.service-2 p.ser-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.service-2 p {
    font-size: 18px;
}

.service-2 ul li {
    list-style: disc !important;
}

.service-2 ul {
    padding-left: 40px;
}

.service-2 .table-service td,
th {
    text-align: center;
}

.lang-dropdown .dropdown-menu {
    min-width: 7rem;
}

.lang-dropdown .dropdown-menu .dropdown-item {
    position: relative;
}

.lang-dropdown .dropdown-menu .dropdown-item:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 38px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 13px;
    top: 8px;
}

.lang-dropdown .dropdown-menu li:nth-child(1) .dropdown-item:before {
    background-image: url(../images/flag-icons/uzb-img.png);
}

.lang-dropdown .dropdown-menu li:nth-child(2) .dropdown-item:before {
    background-image: url(../images/flag-icons/uzb-img.png);
}

.lang-dropdown .dropdown-menu li:nth-child(3) .dropdown-item:before {
    background-image: url(../images/flag-icons/rus-img.png);
}

.lang-dropdown .dropdown-menu li:nth-child(4) .dropdown-item:before {
    background-image: url(../images/flag-icons/eng-img.png);
}

.lang-dropdown .dropdown-item {
    padding: 0 14px 0 54px !important;
}

.news-carousel .item .inner-box .image-box a div {
    border-radius: 5px;
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    -webkit-filter: grayscale(10%);
    -ms-filter: grayscale(10%);
    -moz-filter: grayscale(10%);
}

.main-footer .social-links-footer ul li {
    position: relative;
    display: inline-block;
    line-height: 32px;
    padding-right: 10px;
    margin-bottom: 5px;
}

.main-footer .social-links-footer ul li a span svg {
    fill: #999b9f;
}

.header-helper {
    position: relative;
    bottom: inherit;
    left: inherit;
    display: block;
}

.main-helper {
    display: none;
}

.header-helper .helper_btn {
    box-shadow: none;
}

.header-helper .helper_tools {
    transform: translate(-85%, 100%);
    left: 0;
    bottom: 0;
}

.facts-section .sec-title h2 {
    color: white;
}

.search-wrapper {
    position: relative;
    margin-right: 10px;
}

.search-wrapper .search-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    z-index: 100;
    color: white;
    overflow: hidden;
    transition: all 0.4s;
    margin-top: -2px;
}

.search-wrapper .search-input-wrapper input {
    height: 40px;
    padding: 5px 10px;
}

.search-wrapper .search-input-wrapper button {
    height: 40px;
    width: 40px;
}

.search-wrapper .search-input-wrapper .search-info-btn {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.search-wrapper .search-input-wrapper .search-close-btn {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.search-wrapper .first-show {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: white;
}

.search-wrapper .first-show p {
    margin-bottom: 0;
}

.search-wrapper .first-show i {
    margin-right: 10px;
}

.search-wrapper .first-show * {
    pointer-events: none;
}

.search-wrapper .results-wrapper {
    background-color: white;
    position: absolute;
    top: 42px;
    min-width: 260px;
    max-width: 450px;
    right: 178px;
    border-radius: 5px;
    pointer-events: auto;
    display: none;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-size: 14px;
}

.search-wrapper .results-wrapper .results-wrapper-item {
    display: flex;
    flex-direction: row;
    padding: 5px;
}

.search-wrapper .results-wrapper .results-wrapper-item .item-image img {
    width: 80px;
}

.search-wrapper .results-wrapper .results-wrapper-item .item-image.active {
    flex: 3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.search-wrapper .results-wrapper .results-wrapper-item .item-title {
    flex: 9;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.search-wrapper .results-wrapper .results-wrapper-item .search_result_link {
    margin: 0 auto;
    padding: 5px;
    color: #0d7aeb;
}

.search-wrapper .results-wrapper span {
    display: block;
    cursor: pointer;
    padding: 0 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 17px;
    font-size: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.search-wrapper .results-wrapper span:hover {
    color: #0070bc;
    transition: all 1s;
    /*background-color: #0070BC;*/
}

.search-wrapper .results-wrapper .no-result {
    pointer-events: none;
    cursor: default;
}

/*  ************ NEW DESIGN  ************ */
/*      BLOG_PAGE_HTML      */
.blog_page_wrapper .col-xl-10 .content-side .col-xl-4 {
    padding: 0 10px;
    margin-bottom: 30px;
}

.blog_page_wrapper .col-xl-10 .content-side .col-xl-4 .news-block-two {
    height: 100%;
    position: relative;
    margin-bottom: 0;
    transition: all 0.7s;
}

.blog_page_wrapper
.col-xl-10
.content-side
.col-xl-4
.news-block-two
.inner-box {
    position: relative;
    display: block;
    padding: 11px;
    height: 100%;
}

.blog_page_wrapper
.col-xl-10
.content-side
.col-xl-4
.news-block-two
.inner-box.news_shadow {
    border-radius: 10px;
    box-shadow: 0 0 10px #dceff5;
    border: 1px dashed #ede5e5;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 15px;
}

.blog_page_wrapper
.col-xl-10
.content-side
.col-xl-4
.news-block-two
.inner-box.news_shadow:hover {
    box-shadow: 0 0 10px #c8dee5;
    transform: scale(1.02);
}

.blog_page_wrapper
.col-xl-10
.content-side
.col-xl-4
.news-block-two
.inner-box
img.img_fit {
    object-fit: cover;
}

.blog_page_wrapper
.col-xl-10
.content-side
.col-xl-4
.news-block-two
.inner-box
.lower-box {
    padding: 10px 0 0;
}

.blog_page_wrapper
.col-xl-10
.content-side
.col-xl-4
.news-block-two
.inner-box
.lower-box
.post-meta
.clearfix
li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-transform: capitalize;
}

.blog_page_wrapper
.col-xl-10
.content-side
.col-xl-4
.news-block-two
.inner-box
.lower-box
.post-meta
.clearfix
li
.news_date_clock {
    color: #898989;
    font-size: 13px;
    top: 0;
    padding: 0;
}

.blog_page_wrapper
.col-xl-10
.content-side
.col-xl-4
.news-block-two
.inner-box
.lower-box
.post-meta
.clearfix
li
.pub_type {
    color: rgba(226, 136, 41, 1);
    font-size: 13px;
    margin-left: 5px;
}

/*  HOME_PAGE_HTML  */
.home_last_page .col-xl-8 .inner-box {
    position: relative;
    display: block;
    padding: 11px;
    height: 100%;
}

.home_last_page .col-xl-8 .inner-box.news_shadow {
    border-radius: 10px;
    box-shadow: 0 0 10px #dceff5;
    border: 1px dashed #ede5e5;
    transition: all 0.5s;
}

.home_last_page .col-xl-8 .inner-box.news_shadow:hover {
    box-shadow: 0 0 10px #c8dee5;
    transform: scale(1.02);
}

.home_last_page .col-xl-8 .inner-box img.img_fit {
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
}

.home_last_page .col-xl-8 .inner-box .lower-box {
    padding: 10px 0 0;
}

.home_last_page .col-xl-8 .inner-box .lower-box .post-meta .clearfix li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-transform: capitalize;
}

.home_last_page
.col-xl-8
.inner-box
.lower-box
.post-meta
.clearfix
li
.news_date_clock {
    color: #898989;
    font-size: 13px;
    top: 0;
    padding: 0;
}

.home_last_page
.col-xl-8
.inner-box
.lower-box
.post-meta
.clearfix
li
.pub_type {
    color: rgba(226, 136, 41, 1);
    font-size: 13px;
    margin-left: 5px;
}

.home_last_page .col-xl-8 .inner-box .lower-box .pub_header {
    text-decoration: none;
    color: #1b1e21;
    font-size: 13px;
    line-height: 120%;
}

.home_last_page .col-xl-8 .inner-box .lower-box .short_content {
    font-size: 12px;
    color: #1b1e21;
    line-height: 120%;
    margin-top: 10px;
}

.horizontal-scroll-wrapper {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 40px;
    max-height: 600px;
    margin: 0;
    background: #abc;
    overflow-y: auto;
    overflow-x: hidden;
    transform: rotate(-90deg) translateY(-80px);
    transform-origin: right top;
}

.horizontal-scroll-wrapper li {
    display: block;
    padding: 5px;
    background: #cab;
    transform: rotate(90deg);
    transform-origin: right top;
}

.horizontal-scroll-wrapper::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.horizontal-scroll-wrapper::-webkit-scrollbar-button {
    width: 2px;
    height: 2px;
}

.special-wrapper .sidebar-page-container .open-data-container .search_filter {
    box-shadow: 0 0 5px #cfcdcd;
    overflow: hidden;
    border-radius: 5px;
    width: 300px;
    position: relative;
}

.special-wrapper
.sidebar-page-container
.open-data-container
.search_filter
input {
    padding: 10px 5px;
    width: 86%;
}

.special-wrapper
.sidebar-page-container
.open-data-container
.search_filter
button {
    background: none;
    padding: 0 5px;
    height: 100%;
}

.special-wrapper
.sidebar-page-container
.open-data-container
.search_filter
.close_btn {
    display: none;
    background: white;
    position: absolute;
    margin-left: -25px;
    height: 100%;
}

.special-wrapper
.sidebar-page-container
.open-data-container
.search_filter
.search_btn {
    background: #004879;
    color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 12%;
}

.special-wrapper .sidebar-page-container .open-data-container .col-12 form {
    font-size: 18px;
}

.special-wrapper .sidebar-page-container .open-data-container .col-12 #years {
    width: 70px;
    border: 1px solid #e9e9e9;
    padding: 3px;
    border-radius: 5px;
}

.special-wrapper .sidebar-page-container .open-data-container .col-12 #quarter {
    width: 100px;
}

.special-wrapper
.sidebar-page-container
.open-data-container
.col-12
.quarter_span {
    width: 115px;
    border: 1px solid #e9e9e9;
    padding: 3px;
    border-radius: 5px;
}

.special-wrapper
.sidebar-page-container
.open-data-container
.col-12
.quarter_span
#quarter_close {
    font-size: 12px;
    padding: 3px;
}

.special-wrapper
.sidebar-page-container
.open-data-container
.col-12
select
option {
    border: none;
    padding: 5px;
    text-align: center;
}

.special-wrapper .sidebar-page-container.faq .open-data-container .collapsible {
    background-color: #f1f1f1;
    color: black;
    cursor: pointer;
    padding: 10px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
    border-radius: 5px;
    line-height: 140%;
}

.special-wrapper
.sidebar-page-container.corruption-faq
.open-data-container
.collapsible {
    background-color: #f1f1f1;
    color: black;
    cursor: pointer;
    padding: 25px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    border-radius: 5px;
    line-height: 140%;
}

.special-wrapper
.sidebar-page-container
.open-data-container
.collapsible:nth-child(1) {
    margin-top: 0;
}

.special-wrapper .sidebar-page-container .open-data-container .active,
.collapsible:hover {
    background-color: #f1f1f1;
    color: #004879;
}

.special-wrapper
.sidebar-page-container
.open-data-container
.collapsible:after {
    content: "⌃";
    color: black;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    margin-top: 6px;
}

.special-wrapper .sidebar-page-container .open-data-container .active:after {
    content: "⌄";
    color: #004879;
    margin-top: -6px;
}

.special-wrapper .sidebar-page-container .open-data-container .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-left: 10px;
    margin-top: 5px;
    border-radius: 5px;
    background: none;
    border: 1px dashed lightgray;
}

.special-wrapper .sidebar-page-container.faq .open-data-container .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-left: 10px;
    margin-top: 5px;
    border-radius: 5px;
    background: none;
    border: none;
}

.special-wrapper
.sidebar-page-container.corruption-faq
.open-data-container
.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-left: 10px;
    margin-top: 5px;
    border-radius: 5px;
    background: none;
    border: none;
    font-size: 18px;
}

.special-wrapper .sidebar-page-container .open-data-container table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.special-wrapper .sidebar-page-container .open-data-container table tr {
    cursor: pointer;
    transition: background-color 0.5s;
}

.special-wrapper
.sidebar-page-container
.open-data-container
#public_statistics_table
.adap_tr
td {
    line-height: 125%;
    padding: 5px 10px !important;
    text-align: center;
}

.special-wrapper
.sidebar-page-container
.open-data-container
table
tr:nth-child(odd) {
    background: #f3f2f2;
}

.special-wrapper
.sidebar-page-container
.open-data-container
table
tr.active_tr {
    background-color: #c8e5ff;
}

.special-wrapper
.sidebar-page-container
.open-data-container
table
tr
td:nth-child(1) {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.special-wrapper
.sidebar-page-container
.open-data-container
table
tr
td:nth-child(4) {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    width: 4%;
}

.special-wrapper
.sidebar-page-container
.open-data-container
table
tr
td:nth-child(1) {
    width: 3%;
    border-bottom: 1px solid #eeeded;
    text-align: center;
}

.special-wrapper
.sidebar-page-container
.open-data-container
table
tr
td:nth-child(3) {
    width: 3%;
    border-bottom: 1px solid #eeeded;
    text-align: center;
}

.special-wrapper
.sidebar-page-container
.open-data-container
table
tr
td:nth-child(2) {
    border-bottom: 1px solid #eeeded;
    padding: 0 5px;
}

.special-wrapper .sidebar-page-container .open-data-container table tr td {
    font-size: 18px !important;
}

.special-wrapper
.sidebar-page-container
.open-data-container
table
tbody:last-child
tr
td {
    border-bottom: none;
    padding: 5px 0;
}

.special-wrapper
.sidebar-page-container
.open-data-container
.looping-rhombuses-spinner,
.looping-rhombuses-spinner * {
    box-sizing: border-box;
}

.special-wrapper
.sidebar-page-container
.open-data-container
.looping-rhombuses-spinner {
    width: calc(15px * 4);
    height: 15px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.special-wrapper
.sidebar-page-container
.open-data-container
.looping-rhombuses-spinner
.rhombus {
    height: 15px;
    width: 15px;
    background-color: #004879;
    left: calc(15px * 4);
    position: absolute;
    margin: 0 auto;
    border-radius: 2px;
    transform: translateY(0) rotate(45deg) scale(0);
    animation: looping-rhombuses-spinner-animation 2500ms linear infinite;
}

.special-wrapper
.sidebar-page-container
.open-data-container
.looping-rhombuses-spinner
.rhombus:nth-child(1) {
    animation-delay: calc(2500ms * 1 / -1.5);
}

.special-wrapper
.sidebar-page-container
.open-data-container
.looping-rhombuses-spinner
.rhombus:nth-child(2) {
    animation-delay: calc(2500ms * 2 / -1.5);
}

.special-wrapper
.sidebar-page-container
.open-data-container
.looping-rhombuses-spinner
.rhombus:nth-child(3) {
    animation-delay: calc(2500ms * 3 / -1.5);
}

@keyframes looping-rhombuses-spinner-animation {
    0% {
        transform: translateX(0) rotate(45deg) scale(0);
    }
    50% {
        transform: translateX(-233%) rotate(45deg) scale(1);
    }
    100% {
        transform: translateX(-466%) rotate(45deg) scale(0);
    }
}

.special-wrapper
.sidebar-page-container
.open-data-container
.col-xl-5
.iframe-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: white;
    top: 0;
    display: none;
    border: 1px dashed #e2e0e0;
}

.special-wrapper
.sidebar-page-container
.open-data-container
.datas
.flex_datas {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.special-wrapper
.sidebar-page-container
.open-data-container
.search_forms
input {
    padding: 0 5px;
    flex: 9;
}

.special-wrapper
.sidebar-page-container
.open-data-container
.search_forms
button {
    background: none;
    padding: 0 5px;
    flex: 3;
}

.special-wrapper
.sidebar-page-container
.open-data-container
.search_forms
.close_form_btn {
    display: none;
    background: white;
    position: absolute;
    right: 27%;
}

.special-wrapper
.sidebar-page-container
.open-data-container
.search_forms
.search_form_btn {
    background: #004879;
    color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.special-wrapper
.sidebar-page-container
.open-data-container
.search_form_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

.special-wrapper .sidebar-page-container .open-data-container .search_forms {
    box-shadow: 0 0 5px #cfcdcd;
    overflow: hidden;
    border-radius: 5px;
    width: 60%;
    position: relative;
    display: flex;
    flex-direction: row;
}

.special-wrapper
.sidebar-page-container
.open-data-container
.search_forms_title {
    width: 60%;
    font-weight: 600;
}

/*global search*/
.global_search {
    display: flex;
    background: rgba(204, 204, 204, 0.565);
    padding: 10px;
    border-radius: 8px;
    width: 100%;
}

.form_input_search {
    width: 25%;
    padding: 0 6px;
}

.form_input_search input {
    width: 100%;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 18px;
    border: none;
    outline: none;
}

.form_select_reg_area {
    width: 80%;
    padding: 0 6px;
    position: absolute;
    z-index: 100;
    left: 2%;
    top: 0%;
}

.form_select_reg_area div select {
    width: 100%;
    padding: 8px 11px;
    border-radius: 10px;
    font-size: 20px;
    border: 2px solid #00008B;
}

.form_select_reg_area div {
    position: relative;
}

.form_select_reg_area div .noactive {
    display: none;
}

.form_select_reg_area div .active {
    display: block;
    position: absolute;
    z-index: 10;
    top: 33%;
    right: 14%;
    background: transparent;
}

@media screen and (max-width: 964px) {
    .form_select_reg_area div select {
        padding: 6px 8px;
        font-size: 18px;
    }
}

@media screen and (max-width: 760px) {
    .form_select_reg_area div select {
        padding: 6px 5px;
        font-size: 16px;
    }
}


.form_input_search select {
    width: 100%;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 18px;
    border: none;
    outline: none;
}

/*global search*/

.search_datas .flex_datas .data_image.have_img {
    flex: 2;
}

.search_datas .flex_datas .data_label {
    flex: 10;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search_datas .flex_datas .data_label .data_span a {
    font-size: 18px;
}

.search_datas .flex_datas .data_label .data_title {
    color: #8a8a8a;
    margin: 12px 0 15px 0;
}

.search_datas .flex_datas .data_image.have_img img {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.gas_services_wrapper .row .col-xl-3.col-lg-4.col-md-4.col-sm-6.col-xs-12 {
    margin-top: 30px;
}

.gas_services_wrapper .row h3 {
    font-size: 48px;
}

@media screen and (max-width: 575px) {
    .gas_services_wrapper .row .col-xl-3.col-lg-4.col-md-4.col-sm-6.col-xs-12 {
        margin-top: 15px;
    }

    .gas_services_wrapper
    .row
    .col-xl-3.col-lg-4.col-md-4.col-sm-6.col-xs-12
    .service_block {
        width: 100%;
        margin: 0 auto;
    }
}

.gas_services_wrapper
.row
.col-xl-3.col-lg-4.col-md-4.col-sm-6.col-xs-12
.service_block {
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
    display: flex;
    min-height: 110px;
    transition: all 0.7s;
}

.gas_services_wrapper
.row
.col-xl-3.col-lg-4.col-md-4.col-sm-6.col-xs-12
.service_block
.service_link {
    font-size: 18px;
    line-height: 140%;
}

.gas_services_wrapper
.row
.col-xl-3.col-lg-4.col-md-4.col-sm-6.col-xs-12
.service_block
.col-3
svg {
    fill: #0070bc;
}

.special-wrapper .public_services_wrapper .row .col-xl-10 #statistics_table {
    width: 100%;
}

.special-wrapper
.public_services_wrapper
.row
.col-xl-10
#statistics_table
.header
th {
    padding: 5px 15px;
    text-align: left;
}

.special-wrapper
.public_services_wrapper
.row
.col-xl-10
#statistics_table
.header_title
td {
    background: #def3fb;
    font-weight: bold;
    padding: 8px 15px;
}

.special-wrapper
.public_services_wrapper
.row
.col-xl-10
#statistics_table
.data
td:nth-child(1) {
    font-weight: bold;
}

.special-wrapper
.public_services_wrapper
.row
.col-xl-10
#statistics_table
.data
td {
    padding: 3px 15px;
    text-align: left;
}

.page_1500 {
    max-width: 1500px;
    min-height: 300px;
    margin: 0 auto;
    padding: 15px;
}

.structure-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: auto;
}

.structure-wrapper .parent {
    border: 1px solid #dfdfdf;
    background: #f6f6f6;
    border-radius: 15px;
    padding: 20px;
    z-index: 2;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
    position: relative;
    width: 330px;
}

.structure-wrapper .parent.main-parent {
    margin-bottom: 80px;
}

.structure-wrapper .first-level-children {
    margin-bottom: 20px;
    display: grid;
    grid-auto-flow: column;
    column-gap: 50px;
    width: 100%;
}

.structure-wrapper .first-level-children [id="79"] button{
     display: none;
}


.structure-wrapper .first-level-children .parent {
    min-width: 330px;
}

.structure-wrapper .second-level-children-wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*overflow: auto;*/
    gap: 50px;
}

.structure-wrapper .second-level-children-wrapper .second-level-children {
    margin-bottom: 20px;
    min-width: 330px;
    max-width: 330px;
}

.structure-wrapper .parent img {
    width: 50px;
}

.structure-wrapper .parent button {
    position: absolute;
    background: #004879;
    padding: 0 6px;
    border-radius: 50%;
    color: white;
}

.structure-wrapper .parent button {
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: fit-content;
    width: fit-content;
    transition: all 0.7s;
}

.structure-wrapper .first-level-children .parent:first-child button {
    right: -10px !important;
    top: 50%;
    transform: translateY(-50%);
    height: fit-content;
    width: fit-content;
    left: auto;
}

.structure-wrapper .first-level-children .parent:last-child button {
    left: -10px !important;
    top: 50%;
    transform: translateY(-50%);
    height: fit-content;
    width: fit-content;
}

.structure-wrapper .parent button:hover {
    background: #0070bc;
    padding: 0.5px 6.5px;
}

@media screen and (max-width: 1300px) {
    .structure-wrapper .first-level-children {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
        width: 90%;
        gap: 15px;
    }

    .structure-wrapper .first-level-children .parent {
        width: 95%;
    }

    .structure-wrapper .first-level-children .parent:nth-child(even) {
        justify-self: end;
    }

    .structure-wrapper .first-level-children .parent:nth-child(odd) button {
        left: -10px !important;
        top: 50%;
        transform: translateY(-50%);
        height: fit-content;
        width: fit-content;
    }

    .structure-wrapper .first-level-children .parent:nth-child(even) button {
        right: -10px !important;
        top: 50%;
        transform: translateY(-50%);
        height: fit-content;
        width: fit-content;
        left: auto !important;
    }

    .structure-wrapper .second-level-children-wrapper {
        flex-direction: column !important;
        align-items: center !important;
        gap: 0;
    }

    .structure-wrapper .second-level-children-wrapper .second-level-children {
        width: 70% !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 800px) {
    .success-animation__wrapper {
        width: 100%;
    }

    .structure-wrapper .first-level-children {
        display: grid;
        grid-template-columns: 1fr;
    }

    .structure-wrapper .second-level-children-wrapper {
        gap: 0;
    }

    .structure-wrapper .first-level-children .parent {
        width: 85%;
    }

    .structure-wrapper .first-level-children .parent {
        justify-self: center;
    }

    .structure-wrapper .first-level-children .parent:nth-child(even) {
        justify-self: center;
    }

    .structure-wrapper .main-parent {
        margin-bottom: 40px !important;
    }

    .structure-wrapper .main-parent button {
        bottom: auto;
        height: fit-content;
        width: fit-content;
        transition: all 0.7s;
        left: -10px !important;
        top: 50%;
        transform: translateY(-50%);
    }

    .structure-wrapper .first-level-children .parent:nth-child(odd) button {
        right: -10px !important;
        top: 50%;
        transform: translateY(-50%);
        height: fit-content;
        width: fit-content;
        left: auto !important;
    }

    .structure-wrapper .first-level-children .parent:nth-child(even) button {
        right: -10px !important;
        top: 50%;
        transform: translateY(-50%);
        height: fit-content;
        width: fit-content;
        left: auto !important;
    }

    .org-structure-wrapper .container-fluid {
        padding: 0 !important;
    }

    .org-structure-wrapper .container-fluid .row .col-xl-10 {
        padding: 0 !important;
    }

    .structure-wrapper .first-level-children {
        gap: 0;
        width: 110%;
    }
}

@media screen and (max-width: 500px) {
    .structure-wrapper .first-level-children {
        width: 98%;
    }

    .org-structure-wrapper .content-side {
        padding: 0;
    }

    .structure-wrapper {
        overflow: hidden;
    }

    .structure-wrapper .first-level-children .parent {
        width: 72%;
        min-width: 280px;
    }

    .structure-wrapper .parent {
        min-width: 280px;
        width: 280px;
    }

    .structure-wrapper
    .second-level-children-wrapper
    .second-level-children
    .parent {
        width: 72%;
        margin: 0 auto 30px;
    }
}

.sidebar-page-container .content-side .menu_level1 {
    list-style: inside;
    margin-bottom: 12px;
}

.sidebar-page-container .content-side .menu_level2 {
    margin-left: 20px;
}

.sidebar-page-container .content-side .menu_level3 {
    margin-left: 20px;
}

.sidebar-page-container .content-side .menu_level3 li {
    list-style: inside !important;
}

.sidebar-page-container .content-side .menu_level2 li {
    list-style: inside !important;
}

.sitemap_wrapper {
    padding: 10px 0 0;
    border-top: 1px solid #464646;
    margin-top: 15px;
}

.sitemap_wrapper a {
    color: #cfcfcf;
    font-size: 19px;
    font-weight: 200;
    margin-top: 8px;
    margin-right: 20px;
}

.sitemap_wrapper a span {
    margin-left: 8px;
}

.regulatory_documents__wrapper {
    padding: 10px;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.regulatory_documents__wrapper .regulatory_documents__item {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
    background-image: url(../images/background/docs-bg.jpg);
    background-size: 122% 100%;
    border-radius: 10px;
}

.regulatory_documents__wrapper
.regulatory_documents__item
.regulatory_documents__item--svg img {
    width: 55px;
    padding-bottom: 15px;
}


.regulatory_documents__wrapper
.regulatory_documents__item
.regulatory_documents__item--title {
    font-weight: 600;
    color: #02020273;
    line-height: 150%;
    padding-bottom: 8px;
}

.regulatory_documents__wrapper
.regulatory_documents__item
.regulatory_documents__item--size {
    padding: 20px 10px 0;
    color: #a39e9e;
    display: flex;
    align-items: center;
}

.regulatory_documents__wrapper
.regulatory_documents__item
.regulatory_documents__item--link {
    padding: 20px 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.regulatory_documents__wrapper
.regulatory_documents__item
.regulatory_documents__item--link
a {
    text-decoration: none;
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 2;
}

.regulatory_documents__wrapper
.regulatory_documents__item
.regulatory_documents__item--link
svg {
    position: relative;
    width: 30px;
}

form.anti_corruption_form {
    max-width: 80%;
    margin: 0 auto;
}

form.anti_corruption_form .header_title{

}

form.anti_corruption_form .col-xl-4{
    margin-bottom: 0px !important;
}

form.anti_corruption_check_form {
    max-width: 620px;
    margin: 0 auto;
}

form .anti_corruption_form--block {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

form .anti_corruption_form--block label.anti_corruption_form--label {
    font-size: 15px;
    color: grey;
    margin-bottom: 0 !important;
}

form .anti_corruption_form--block label.anti_corruption_form--label span {
    color: #b3b1b1;
    font-size: 15px;
}

form .anti_corruption_form--block input.anti_corruption_form--input {
    border: 2px solid #e8e7e7;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 18px;
}

form .anti_corruption_form--block input.anti_corruption_form--input:focus {
    border: 2px solid #ffaa17;
    transition: all 0.7s;
}

form
.anti_corruption_form--block
input.anti_corruption_form--input::placeholder {
    color: #fff;
    font-weight: 100;
    display: none;
}

form .anti_corruption_form--block input.anti_corruption_form--input:focus,
form
.anti_corruption_form--block
input.anti_corruption_form--input::placeholder {
    color: #414141;
}

form .anti_corruption_form--block .login_btn {
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    border-radius: 15px;
    background: #f7f7f791;
    cursor: pointer;
    text-decoration: underline;
}

form .anti_corruption_form--block textarea.anti_corruption_form--textarea {
    border: 2px solid lightgray;
    padding: 10px;
    border-radius: 5px;
}

form
.anti_corruption_form--block
textarea.anti_corruption_form--textarea:focus {
    border: 2px solid #ffaa17;
    transition: all 0.7s;
}

form .anti_corruption_form--block.anti_corruption_form--phone_check_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

form
.anti_corruption_form--block.anti_corruption_form--phone_check_btn.between {
    justify-content: space-between;
}

form .anti_corruption_form--block.anti_corruption_form--phone_check_btn.hide {
    display: none;
}

form .anti_corruption_form--block.anti_corruption_form--check_appeal_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

form
.anti_corruption_form--block.anti_corruption_form--phone_check_btn
.check_btn {
    padding: 12px;
    border-radius: 5px;
    background: #004879;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 15px;
    min-width: 180px;
    color: white;
}

form
.anti_corruption_form--block.anti_corruption_form--phone_check_btn
.change_btn {
    padding: 12px;
    border-radius: 5px;
    background: #0070bc;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 15px;
    min-width: 180px;
    color: white;
}

form
.anti_corruption_form--block.anti_corruption_form--phone_check_btn
.back_btn {
    padding: 12px;
    border-radius: 5px;
    background: #bc0000;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 15px;
    min-width: 180px;
    color: white;
}

.content-side .registration_img_wrapper {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width: 1250px) {
    .content-side .registration_img_wrapper {
        display: none;
    }
    .content-side .registration_form_wrapper {
        min-width: 100% !important;
    }
}

.content-side .registration_img {
    width: 90%;
}

@media screen and (max-width: 600px) {
    .search-wrapper .first-show {
        padding: 0 0 0 15px;
    }

    form
    .anti_corruption_form--block.anti_corruption_form--phone_check_btn
    .back_btn {
        padding: 6px;
        min-width: 150px;
    }

    form
    .anti_corruption_form--block.anti_corruption_form--phone_check_btn
    .change_btn {
        padding: 6px;
        min-width: 150px;
    }
}

form
.anti_corruption_form--block.anti_corruption_form--check_appeal_btn
.check_btn {
    padding: 12px;
    border-radius: 5px;
    background: #ffaa17;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 15px;
    min-width: 180px;
}

form
.anti_corruption_form--block.anti_corruption_form--code_check_btn
.flex_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 600px) {
    form
    .anti_corruption_form--block.anti_corruption_form--code_check_btn
    .flex_wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 15px;
    }

    form
    .anti_corruption_form--block
    .flex_wrap
    .two_el
    .anti_corruption_form--input {
        border: 2px solid lightgray;
        padding: 10px;
        border-radius: 5px;
        font-size: 18px;
        width: 75%;
    }

    form
    .anti_corruption_form--block.anti_corruption_form--code_check_btn
    .flex_wrap
    .two_el
    button {
        height: 58px !important;
        margin-left: -7px;
        background: #ffaa17;
        padding: 0 8px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        box-sizing: border-box;
        min-width: 70px;
        margin-top: 0px;
        width: 25%;
    }
}

form
.anti_corruption_form--block.anti_corruption_form--code_check_btn
.check_btn {
    padding: 8px;
    border-radius: 5px;
    background: #ffaa17;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-width: 180px;
}

form
.anti_corruption_form--block.anti_corruption_form--code_check_btn
.flex_wrap
.two_el
button {
    height: 100%;
    margin-left: -7px;
    background: #ffaa17;
    padding: 0 8px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    box-sizing: border-box;
    min-width: 70px;
}

form
.anti_corruption_form--block.anti_corruption_form--code_check_btn
.flex_wrap
.two_el
button
i {
    font-size: 15px;
}

form .anti_corruption_form--block.anti_corruption_form--send_btn .check_btn {
    padding: 12px;
    border-radius: 5px;
    background: #004879;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-width: 180px;
    margin-top: 15px;
}

form .anti_corruption_form--block .anti_corruption_form--file {
    border: 2px solid lightgray;
    padding: 12px;
    border-radius: 5px;
    cursor: pointer;
}

form .anti_corruption_form--block .anti_corruption_form--file i {
    font-size: 21px;
    color: #004879;
}

form .anti_corruption_form--block .anti_corruption_form--file #file_name.no {
    margin-left: 8px;
    color: #b1aeae;
}

form .anti_corruption_form--block .anti_corruption_form--file #file_name {
    margin-left: 8px;
}

form .anti_corruption_form--block #form_file {
    border: 2px solid lightgray;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    opacity: 0;
    width: 100%;
    z-index: 99;
    cursor: pointer;
}

form .anti_corruption_form--block.block_hide {
    display: none;
}

form
.anti_corruption_form--block.anti_corruption_form--check_text.text_default {
    font-size: 17px;
    text-align: center;
    color: green;
}

form .anti_corruption_form--block.anti_corruption_form--check_text.text_finish {
    font-size: 17px;
    text-align: center;
    color: green;
}

form .anti_corruption_form--block.anti_corruption_form--check_text.text_error {
    font-size: 17px;
    text-align: center;
    color: red;
}

form
.anti_corruption_form--block.anti_corruption_form--check_text.send_error_text {
    font-size: 17px;
    text-align: center;
    color: red;
}

form
.anti_corruption_form--block.anti_corruption_form--error_phone.error_phone {
    font-size: 17px;
    text-align: center;
    color: red;
}

form .anti_corruption_form--block .img_uploader {
    position: relative;
    padding: 15px 0 0;
    text-align: center;
}

form .anti_corruption_form--block .img_uploader .icon_add,
.icon_remove {
    display: none;
    cursor: pointer;
}

form .anti_corruption_form--block .img_uploader img {
    opacity: 0.6;
    max-width: -webkit-fill-available;
    border: 2px dashed lightgray;
    border-radius: 5px;
    max-height: 170px;
}

form .anti_corruption_form--block .img_uploader .icon_add,
.icon_remove {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

form .anti_corruption_form--block .img_uploader .icon_add i {
    color: #004879;
    font-size: 2em;
}

form .anti_corruption_form--block .img_uploader .icon_remove i {
    color: darkred;
    font-size: 2em;
}

.success-animation {
    display: none;
}

.checkmark {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 50px auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}

.success-animation__wrapper {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.success-animation__wrapper .success-animation__title {
    font-size: 21px;
    text-align: center;
}

.success-animation__wrapper .first,
.second {
    margin-top: 20px;
}

.success-animation__wrapper .success-animation__label {
    font-size: 19px;
    color: darkgrey;
}

.success-animation__wrapper .success-animation__value {
    margin-left: 15px;
    font-size: 19px;
}

.success-animation__wrapper .second a {
    font-size: 17px;
    padding: 10px 22px;
    border: 1px solid;
    border-radius: 5px;
    color: white;
    background: #004879;
}

.anti_corruption_form--block.anti_corruption_form--error {
    font-size: 18px;
    text-align: center;
    color: orange;
    font-weight: 500;
}

.anti_corruption_form--error.hide {
    display: none;
}

.anti_corruption_form--block.anti_corruption_form--status {
    font-size: 18px;
    text-align: center;
    color: green;
    font-weight: 500;
}

.anti_corruption_form--status.hide {
    display: none;
}

.anti_corruption_form--block .lazy_text {
    font-size: 14px;
    line-height: revert;
    color: red;
    display: none;
}

.anti_corruption_form--block.is_empty .anti_corruption_form--input {
    border: 1px solid red;
}

.anti_corruption_form--block.is_empty .anti_corruption_form--textarea {
    border: 1px solid red;
}

.anti_corruption_form--block.is_empty .lazy_text {
    display: block;
}


.polls_ul .polls_li {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed lightgray;
}

.polls_ul .polls_li:last-child {
    border-bottom: none;
}

.polls_ul .polls_li .question_header .polls_number {
    padding: 5px 5px;
    background: #f3fbfd;
    border: 1px solid #cfe7ed;
    color: #4c92ca;
    border-radius: 5px;
    margin-right: 10px;
}

.polls_ul .polls_li .question_header .polls_number i {
    margin-right: 3px;
}

.polls_ul .polls_li .question_header .polls_title {
    color: #4c92ca;
}

.polls_ul .polls_li .question_body {
    padding: 10px;
}

.polls_ul .polls_li .question_body .question_body_with_input .row .col-xl-4 {
    margin: 0;
}

.polls_ul .polls_li .question_body .question_body_with_select .row .col-xl-4 {
    margin: 0;
}

.polls_ul .polls_li .question_body .question_body_with_input .question_input {
    border: 2px solid #efefef;
    transition: all 0.7s;
    width: 100%;
    border-radius: 5px;
    padding: 3px 10px;
}

.polls_ul
.polls_li
.question_body
.question_body_with_input
.question_input:focus {
    border: 2px solid #ffaa17;
}

.polls_ul .polls_li .question_body .question_body_with_select .question_select {
    border: 2px solid #efefef;
    transition: all 0.7s;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}

.polls_ul
.polls_li
.question_body
.question_body_with_select
.question_select:focus {
    border: 2px solid #ffaa17;
}

.initial_polls_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(6 6 6 / 47%);
    z-index: 99;
}

.initial_polls_wrapper.hide {
    display: none;
    overflow: hidden;
}

.initial_polls {
    max-width: 500px;
    z-index: 99;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: white;
    padding: 15px;
}

.initial_polls .polls_header {
    text-align: center;
    font-size: 21px;
}

.initial_polls .polls_title {
    color: #a9a8a8;
    line-height: 140%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.initial_polls .initial_polls_ul .initial_polls_li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed lightgray;
}

.initial_polls .initial_polls_ul .initial_polls_li.validation .polls_title {
    color: red !important;
}

.initial_polls .initial_polls_ul .initial_polls_li.validation .question_input {
    border: 1px solid red !important;
}

.initial_polls .initial_polls_ul .initial_polls_li.validation .question_select {
    border: 1px solid red !important;
}

.initial_polls .initial_polls_ul .initial_polls_li:last-child {
    border-bottom: none;
}

.initial_polls
.initial_polls_ul
.initial_polls_li
.question_header
.polls_title {
    color: #4c92ca;
}

.initial_polls .initial_polls_ul .initial_polls_li .question_body {
    padding: 0 0 10px 0;
}

.initial_polls
.initial_polls_ul
.initial_polls_li
.question_body
.question_body_with_input
.question_input {
    border: 2px solid #efefef;
    transition: all 0.7s;
    width: 100%;
    border-radius: 5px;
    padding: 3px 10px;
}

.initial_polls
.initial_polls_ul
.initial_polls_li
.question_body
.question_body_with_input
.question_input:focus {
    border: 2px solid #ffaa17;
}

.initial_polls
.initial_polls_ul
.initial_polls_li
.question_body
.question_body_with_select
.question_select {
    border: 2px solid #efefef;
    transition: all 0.7s;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}

.initial_polls
.initial_polls_ul
.initial_polls_li
.question_body
.question_body_with_select
.question_select:focus {
    border: 2px solid #ffaa17;
}

.initial_answer_cancel {
    border-radius: 8px;
    background: #d1cdcd;
    padding: 3px 15px;
    color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-right: 8px;
}

.answer_save {
    border-radius: 8px;
    background: #ffaa17;
    padding: 5px 35px;
    color: white;
    text-transform: uppercase;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.initial_answer_save {
    border-radius: 8px;
    background: #ffaa17;
    padding: 3px 15px;
    color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.polls_wrapper .polls_wrapper_item {
    margin-bottom: 15px;
}

.polls_wrapper .polls_wrapper_item .question_header .polls_number {
    padding: 5px 5px;
    background: #f3fbfd;
    border: 1px solid #cfe7ed;
    color: #4c92ca;
    border-radius: 5px;
    margin-right: 10px;
}

.polls_wrapper .polls_wrapper_item .question_header .polls_number i {
    margin-right: 3px;
}

.polls_wrapper .polls_wrapper_item .question_header .polls_title {
    color: #4c92ca;
    text-decoration: none;
}

.polls_wrapper .polls_wrapper_item .question_body {
    padding-left: 55px;
}

.polls_wrapper .polls_wrapper_item .question_body .question_body_item {
    margin-right: 15px;
    color: #aba7a7;
}

.polls_wrapper .polls_wrapper_item .question_body .question_body_item i {
    margin-right: 3px;
}

.answer_save.hide {
    display: none;
}

.not_found_questions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.not_found_questions.hide {
    display: none;
}

.not_found_questions img {
    border-radius: 15px;
}

.not_found_questions b {
    margin-top: 15px;
    font-size: 22px;
}

@media screen and (min-width: 1920px) {
    .content-side .blog-details .post-details .inner-box .lower-box .text * {
        font-size: 21px !important;
    }

    .content-side
    .blog-details
    .post-details
    .inner-box
    .gallery-item
    .post-meta
    * {
        font-size: 19px !important;
    }

    .sidebar-side .recent-posts .post .text * {
        font-size: 19px !important;
    }
}

.polls_grid {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.polls_grid .polls_item {
    border: 1px solid #f0eff0;
    border-radius: 15px;
    padding: 15px;
    background: #f8f6f8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.polls_grid .polls_item .grid_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 19px;
}

.polls_grid .polls_item .grid_header span {
    color: grey;
    font-size: 18px;
}

.polls_grid .polls_item .grid_header span i {
    margin-right: 3px;
}

.polls_grid .polls_item .grid_header span.answers_cnt {
    color: green;
}

.polls_grid .polls_item .grid_header span.questions_cnt {
    color: orange;
}

.polls_grid .polls_item .grid_text * {
    line-height: 140%;
}

.polls_grid .polls_item .grid_text .grid_title {
    color: #004879;
}

.polls_grid .polls_item .grid_text .grid_subtitle {
    color: grey;
}

.polls_grid .polls_item .grid_btns {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}

.polls_grid .polls_item .grid_btns .polls_continue {
    background: orange;
    padding: 2px 15px;
    border-radius: 10px;
    color: white;
}

.polls_grid .polls_item .grid_btns .polls_start {
    background: green;
    padding: 2px 15px;
    border-radius: 10px;
    color: white;
}

.polls_grid .polls_item .grid_btns .polls_edit {
    background: #004879;
    padding: 2px 15px;
    border-radius: 10px;
    color: white;
}


:root {
    --clr-primary: #004879;
    --clr-secondary: #f58634;
    --min-gap: 14px;
    --md-gap: 24px;
    --clr-gray: #818181;
}

*,
p {
    padding: 0;
    margin: 0;
}

.forum-items_wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 130px 15px 15px 15px;
    position: relative;
}

@media screen and (max-width: 1300px) {
    .forum-items_wrapper {
        width: 95%;
        padding: 130px 10px 15px 10px;
    }
}


@media screen and (max-width: 540px) {
    .forum-items_wrapper {
        width: 100%;
        padding: 130px 0px 15px 0px;
    }
}

.forum-items_wrapper #forum_img {
    width: 100%;
    max-height: calc(100vh - 245px);
    border-radius: 10px;
    margin-bottom: 7px;
}

.forum_item_wrapper {
    border: 1px solid lightgray;
    border-radius: 15px;
    background: #f1efef5e;
    padding: 20px;
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.forum_item_body {
    display: flex;
}

@media screen and (max-width: 991px) {
    .forum_item_body {
        flex-direction: column;
    }

    .forum_img_block {
        padding-right: 0;
    }

    .forum_name_block {
        padding-left: 0px;
    }
}

.forum_img_block {
    flex: 5;
    padding-right: 10px;
}

.forum_name_block {
    flex: 7;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.forum_desc_block {
    padding-top: 30px;
    line-height: 140%;
    font-size: 18px;
}

.comments_wrapper {
    border: 1px solid lightgrey;
    border-radius: 15px;
    background: #f1efef5e;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: sticky;
    top: 130px;
}

@media screen and (max-width: 991px) {
    .comments_wrapper {
        margin: 25px 0;
    }
}

.comments_wrapper .comments_title {
    padding: 5px 10px;
    font-size: 18px;
}

.forum_user_avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.disc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: calc(100vh - 325px);
    overflow-y: scroll;
    border: 1px solid lightgray;
    padding: 10px;
}

.disc-header {
    font-size: 44px;
    font-weight: 300;
    padding: 4px 6px;
    color: var(--clr-primary);
    position: relative;
    color: #fff;
}

.disc-header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #c2c2c2;
    z-index: -1;
    bottom: -8px;
    right: -8px;
}

.disc-info {
    display: flex;
}

.disc-list {
    min-width: 100%;
    display: flex;
    list-style: none;
    flex-direction: column;
    gap: var(--min-gap);
}

.disc-list__card {
    min-width: 100%;
    background: #f5f6f9;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: var(--min-gap);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px dashed lightgray;
    border-radius: 15px;
    border-left: 3px solid orange;
}

.disc-list__card .disc-col1 img {
    width: 100%;
    border-radius: 15px;
}

.disc-list__card .disc-col2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.disc-list__card__title {
    font-size: 20px;
    line-height: 32px;
    color: var(--clr-primary);
    position: relative;
    display: block;
    transition: 0.4s linear;
}

.disc-list__card__desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
    margin: 0;
}

.disc-list__card:hover {
    background: #F8F8F8;
    transition: all 0.5s;
    transform: scale(0.99);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.disc-info__wrapper .disc-info__wrapper-icon svg {
    font-size: 18px;
    margin-right: 2px;
}

.disc-list__card:hover .disc-info__wrapper-icon svg, .disc-list__card:hover path {
    fill: #363636;
}

.disc-list__card:hover .disc-info__wrapper-count {
    color: #363636;
}

.disc-list__card:hover .disc-info__wrapper-label {
    color: #363636;
}

.disc-info {
    display: flex;
    gap: var(--md-gap);
    padding-top: 7px;
}

.disc-info__wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}

.disc-info__wrapper-icon svg, .disc-info__wrapper-icon path {
    width: 18px;
    height: 18px;
    fill: var(--clr-gray);
    transition: 0.3s cubic-bezier(0.28, 0.6, 0.64, 0.33);
}

.disc-info__wrapper-label, .disc-info__wrapper-count {
    color: var(--clr-gray);
    transition: 0.3s cubic-bezier(0.28, 0.6, 0.64, 0.33);
    font-weight: 400;
}

.disc__name {
    font-size: 64px;
    color: var(--clr-primary);
    position: relative;
    margin: 0;
    margin-left: 14px;
    display: block;
    text-transform: uppercase;
}

.disc__name::after {
    content: "";
    display: block;
    width: 8px;
    height: 100%;
    background: var(--clr-secondary);
    position: absolute;
    bottom: 0;
    left: -14px;
}

.comment-reply {
    border: none;
    position: relative;
    display: block;
}

.comment-reply::before {
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
    background: var(--clr-primary);
}

.comment-reply__user {
    display: flex;
    gap: 6px;
}

.comment-info__admin-name {
    display: flex;
    gap: 6px;
    margin-left: 8px;
}

.comment-reply__message {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    position: relative;
    margin-left: 12px;
}

.comment-cancel__btn {
    font-size: 15px;
    line-height: initial;
    padding: 3px 6px;
    margin-bottom: 15px;
    color: #f32626;
    display: block;
    outline: none;
    border: none;
    background: none;
    white-space: nowrap;
    margin-right: 12px;
}

.comment__replying {
    margin-right: 24px;
}

.comment-list {
    list-style: none;
    min-width: 100%;
}

.comment-list__item:first-child {
    display: flex;
    padding: 4px 10px 4px 0;
    gap: 5px;
}

/* .comment-list__item:last-child {
      border-bottom: none;
  } */

.comment-list__item {
    border-bottom: 0px solid black;
    display: flex;
    padding: 10px 10px 10px 0;
    gap: 7px;
}

.comment-list__item > svg {
    width: 40px;
    height: 40px;
}

.comment-info {
    width: 100%;
    padding: 5px 15px 32px 7px;
    border-radius: 0 12px 12px 12px;
    border: 1px solid #e7e7e7;
    position: relative;
    margin-top: 3px;
    background: #f1f1f1;
}

.comment-info__admin, .comment-info__message {
    margin-bottom: 0px;
}

.send_desc_actions {
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 10px;
}

.comment-info__admin-date {
    display: flex;
    align-items: center;
    color: var(--clr-gray);
}

.comment-info__admin-date svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.comment-info__admin-date svg path {
    fill: var(--clr-gray);
}

.replay_wrapper {
    border-left: 4px solid #004879;
    display: flex;
    flex-direction: column;
    padding-left: 5px;
    gap: 3px;
    margin-bottom: 4px;
}

.replay_wrapper span, strong {
    line-height: initial;
}

.comment-info__reply {
    display: block;
    background: none;
    font-size: 14px;
    text-decoration: underline;
    color: grey;
}

.comment-info__reply:hover {
    color: var(--clr-secondary);
}

.comment-modifiers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.comment-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 14px;
    bottom: 0;
    gap: 10px;
    background: #f1f1f1;
    width: 80%;
}

.comment-actions__delete, .comment-actions__edit {
    display: block;
    background: none;
    font-size: 14px;
    text-decoration: underline;
    color: grey;
}

.comment-actions__edit {
    color: #0d7aeb;
}

.comment-actions__delete {
    color: #f32626;
}

.reply {
    display: flex;
    width: 100%;
    gap: 5px;
}

.reply-wrapper {
    width: 100%;
    padding: 10px;
    background: #f3f3f3;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.reply__label {
    font-size: 28px;
}

.reply__icon svg {
    width: 40px;
    height: 40px;
}

.reply__input {
    width: 100%;
    height: 72px;
    padding: 3px 6px;
    margin-bottom: 10px;
    border: 1px solid #c9c8c8;
    overflow-y: scroll;
    border-radius: 4px;
    background-color: #f3f4f6;
    line-height: initial;
}

.reply__input::placeholder {
    font-size: 14px;
    color: darkgrey;
}

.comment__input {
    width: 100%;
    padding: 3px 8px;
    margin-bottom: 5px;
    border: 1px solid #cbc7c7;
    border-radius: 10px;
    background: #f3f3f3;
    line-height: initial;
    height: 42px;
}

.comment__submit {
    padding: 0px 8px;
    background: var(--clr-primary);
    color: #fff;
    display: block;
    width: -moz-min-content;
    width: min-content;
    outline: none;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.comment__submit:hover {
    background: var(--clr-secondary);
}

.reply__submit {
    padding: 0px 6px;
    background: var(--clr-primary);
    color: #fff;
    display: block;
    width: -moz-min-content;
    width: min-content;
    outline: none;
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.reply__submit:hover {
    background: var(--clr-secondary);
}

.reply-submit__btn {
    font-size: 15px;
    line-height: initial;
    padding: 3px 6px;
    margin-bottom: 15px;
    background: var(--clr-primary);
    color: #fff;
    display: block;
    width: -moz-min-content;
    width: min-content;
    outline: none;
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.reply-submit__btn:hover {
    color: #fff;
    background: var(--clr-secondary);
    text-decoration: underline;
}

.reg-link {
    padding: 0px 6px;
    background: var(--clr-primary);
    color: #fff;
    display: block;
    width: -moz-min-content;
    width: min-content;
    white-space: nowrap;
    border-radius: 4px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.reg-link:hover {
    color: #fff;
    background: var(--clr-secondary);
    text-decoration: underline;
}

.comment-info__message {
    font-weight: 400;
    line-height: initial;
}

.forum-modal-header {
    background: #004879;
    padding: 6px;
    color: white;
    font-size: 16px;
    line-height: initial !important;
}

.forum-modal-body {
    padding: 12px 10px;
    font-size: 18px;
}

.forum-modal-body textarea {
    width: 100%;
    padding: 6px;
    border: 1px solid lightgray;
    border-radius: 8px;
}

.modal-footer-actions button {
    border: none;
    outline: none;
    padding: 5px 8px;
    line-height: initial;
    font-size: 16px;
    border-radius: 8px;
    margin-left: 10px;
    color: grey;
}

.modal-footer-actions button:last-child {
    background: #004879;
    color: white;
}

#the-count {
    float: right;
    padding: 0.1rem 0 0 0;
    font-size: 0.875rem;
}

.my-toast {
    position: fixed;
    z-index: 100000000;
    top: 120px;
    display: none;
    right: 20px;
    padding: 8px 12px;
    width: 340px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #fff;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02),
    0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035),
    0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05),
    0 100px 80px rgba(0, 0, 0, 0.07);
    transition: 0.2s ease-in;
    overflow: hidden;
}

.toast--active {
    display: block;
    animation: slidein--bottom 3s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.line-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    animation: hiding 3s linear forwards;
}

.pagination__btn {
    padding: 4px 9px;
    background: var(--clr-primary);
    font-size: 18px;
    color: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s ease;
}

.pagination__btn:hover {
    background: var(--clr-secondary);
}

@keyframes hiding {
    from {
        width: 100%
    }
    to {
        width: 0;
    }
}

@keyframes slidein--bottom {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    40% {
        opacity: 1;
        transform: translateY(0);
    }
    80% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(100%);
    }

}

.toast-success__title {
    font-size: 18px;
    font-weight: bold;
}

.toast--success {
    background: #43a047;
    color: white;
}

#content-link {
    padding: 8px 15px;
    border-radius: 8px;
    background: var(--clr-primary);
    color: white;
    margin: 15px 0;
}

.open_data_wrapper {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.open_data_wrapper .data-col-4 {
    flex: 1;
}

.open_data_wrapper .data-col-8 {
    flex: 2;
}

@media screen and (max-width: 1000px) {
    .open_data_wrapper {
        flex-direction: column;
        gap: 30px;
    }
}


@media screen and (max-width: 450px) {
    .open_data_wrapper {
        padding: 15px;
    }

    .open_data_wrapper .data-col-4 h4.open_data_search_title {
        font-size: 25px;
    }

    .open_data_wrapper .data-col-8 h4.open_datas_title {
        font-size: 25px;
    }

    .open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_header b {
        font-size: 17px;
    }


    .open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_footer .col-xl-6 .data_block .block_title {
        font-size: 17px;
    }

    .open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_footer .col-xl-6 .data_block .block_val {
        font-size: 16px;
        font-weight: lighter;
        color: grey;
    }

    .open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_footer .col-xl-6 .data_block .stars {
        display: flex;
        gap: 6px;
        font-size: 17px;
        color: #aba9a9;
    }

    .open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_header b {
        font-size: 17px;
    }
}

.open_data_wrapper .data-col-4 h4.open_data_search_title {
    font-size: 30px;
    color: #004879;
    margin: 0 0 7px;
}

.open_data_wrapper .data-col-8 h4.open_datas_title {
    font-size: 30px;
    color: #004879;
    margin: 0 0 7px;
    text-align: center;
}

.open_data_wrapper .data-col-4 .open_data_search_wrapper {
    display: flex;
    gap: 6px;
    position: relative;
}

.open_data_wrapper .data-col-4 .open_data_search_wrapper .open_data_search_input {
    flex: 9;
    border: 1px solid lightgrey;
    padding: 5px;
    border-radius: 6px;
}

.open_data_wrapper .data-col-4 .open_data_search_wrapper .clear_btn {
    position: absolute;
    z-index: 99;
    right: 28%;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: red;
}

.open_data_wrapper .data-col-4 .open_data_search_wrapper .clear_btn.hide {
    display: none;
}


.open_data_wrapper .data-col-4 .open_data_search_wrapper .open_data_search_button {
    flex: 3;
    background: #5AB45A;
    color: white;
    border-radius: 6px;
    font-size: 18px;
}

.open_data_wrapper .data-col-4 .open_data_search_wrapper .open_data_search_button:hover {
    background: #348f34;
}

.open_data_wrapper .data-col-4 .open_data_statistics {
    box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.27);
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.open_data_wrapper .data-col-4 .open_data_statistics .stat_title {
    font-size: 19px;
    color: #004879;
}

.open_data_wrapper .data-col-4 .open_data_statistics .stat_val {
    font-size: 21px;
    color: #033152;
}

.open_data_wrapper .data-col-4 .open_data_chart {
    box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.27);
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.open_data_wrapper .data-col-4 .open_data_chart .chart_title {
    font-size: 19px;
    color: #004879;
}

.open_data_wrapper .data-col-4 .open_data_chart .chart_title {
    font-size: 21px;
    color: #033152;
}

.open_data_wrapper .data-col-8 .open_datas_list .open_datas_item {
    box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.27);
    border: 1px solid #e5e5e5;
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}

.open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_header b {
    font-size: 21px;
    color: #004879;
}

.open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_header b.open_datas_item_link {
    text-decoration: underline;
    font-style: italic;
    cursor: pointer;
}

.open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_header .flex {
    font-size: 21px;
    gap: 8px;
    color: #434242;
    padding: 15px;
}

.open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_header .flex span {
    margin-left: 10px;
}

.open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_footer {
    background: #F7FBFE;
    border: 1px solid #e5e5e5;
    padding: 15px;
    border-radius: 10px;
}

.open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_footer.hide {
    display: none;
}

.open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .bottom_icon {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -15px;
    text-align: center;
}

.open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .bottom_icon .bottom_icon_btn {
    border: 1px solid #cdcccc;
    padding: 0 10px;
    border-radius: 50%;
    font-size: 19px;
    color: #686767;
}

.open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_footer .col-xl-6:nth-child(1) {
    border-right: 1px solid #e5e5e5;
}

.open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_footer .col-xl-6 h6 {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
}

.open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_footer .col-xl-6 .data_block {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_footer .col-xl-6 .data_block .block_title {
    font-size: 20px;
}

.open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_footer .col-xl-6 .data_block .block_val {
    font-size: 18px;
    font-weight: lighter;
    color: grey;
}

.open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_footer .col-xl-6 .data_block .stars {
    display: flex;
    gap: 6px;
    font-size: 20px;
    color: #aba9a9;
}

.data_feedback .data_feedback_wrapper {
    overflow-y: scroll;
    height: 120px;
    margin-bottom: 20px;
    padding: 10px;
}

.data_feedback .data_feedback_wrapper.hide {
    display: none;
}

.data_feedback .data_feedback_wrapper .data_feedback_item {
    margin-bottom: 10px;
}

.data_feedback .data_feedback_wrapper .data_feedback_item .feedback_author {
    color: grey;
    line-height: 110%;
}

.data_feedback .data_feedback_wrapper .data_feedback_item .feedback_content {
    max-width: 90%;
    min-width: 50%;
    border-radius: 10px;
    background: #dadaff;
    padding: 10px 10px 30px 10px;
    position: relative;
}

.data_feedback .data_feedback_wrapper .data_feedback_item .feedback_title {
    line-height: 120%;
}

.data_feedback .data_feedback_wrapper .data_feedback_item .feedback_time {
    position: absolute;
    right: 8px;
    bottom: 0;
}

.open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_footer .col-xl-6 .data_block .data_feedback .feedback_text {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;
}

.open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_footer .col-xl-6 .data_block .data_feedback .send_feedback {
    border: 1px solid #e5e5e5;
    padding: 5px 12px;
    font-size: 17px;
}

.open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_footer .col-xl-6 .data_file {
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_footer .col-xl-6 .data_file .quarter {
    color: black;
    font-size: 20px;
}

.open_data_wrapper .data-col-8 .open_datas_list .open_datas_item .item_footer .col-xl-6 .data_file button {
    border: 1px solid #e5e5e5;
    background: white;
    padding: 0px 6px;
    border-radius: 5px;
}


/*
    DASHBOARDS
*/

.dashboard_wrapper * {
    line-height: 100% !important;
}

.dashboard_wrapper .row .col-xl-6 {
    padding: 10px;
}

.dashboard_wrapper .dashboard_card {
    border-radius: 10px;
    /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 220px;
    color: white;
    padding: 15px;
}

.dashboard_wrapper .dashboard_card.dashboard_blue, .dashboard_legend_box.dashboard_blue {
    background: #002060;
}

.dashboard_wrapper .dashboard_card.dashboard_yellow, .dashboard_legend_box.dashboard_yellow {
    background: #BF9000;
}

.dashboard_wrapper .dashboard_card.dashboard_orange, .dashboard_legend_box.dashboard_orange {
    background: #ED7D31;
}

.dashboard_wrapper .dashboard_apex {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.dashboard_wrapper .dashboard_apex .apexcharts-text.apexcharts-datalabel-label {
    font-size: 24px;
}

.dashboard_wrapper .dashboard_legend {
    background: #1A253F;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 15px;
    height: 100%;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media screen and (max-width: 767px) {

    .calculator .text_input_number {
        font-size: 18px !important;
    }

    .calculator .side-wrapper #proposed_rate {
        font-size: 22px !important;
    }

    .calculator .side-wrapper .summ {
        font-size: 16px !important;
    }

    .calculator .side_p_number {
        font-size: 18px !important;
    }

    #formula .gas {
        font-size: 18px !important;
    }

    #formula .price {
        font-size: 18px !important;
    }

    #formula .total {
        font-size: 18px !important;
    }

    .calculator a {
        font-size: 18px !important;
    }

    .dashboard_wrapper .dashboard_legend {
        display: flex;
        flex-direction: row;
    }
}

@media screen and (max-width: 400px) {
    .calculator .side-wrapper #proposed_rate {
        font-size: 20px !important;
    }

    .calculator .text_input_number {
        font-size: 18px !important;
    }

    .calculator .side-wrapper .summ {
        font-size: 14px !important;
    }

    .calculator .side_p_number {
        font-size: 16px !important;
    }

    #formula .gas {
        font-size: 16px !important;
    }

    #formula .price {
        font-size: 16px !important;
    }

    #formula .total {
        font-size: 16px !important;
    }

    .calculator a {
        font-size: 16px !important;
    }

    .dashboard_wrapper .dashboard_legend .dashboard_legend_box {
        font-size: 14px;
    }
}

.dashboard_wrapper .dashboard_legend .dashboard_legend_box {
    border-radius: 10px;
    padding: 15px 0;
    border: 1px solid white;
    color: white;
    text-align: center;
    width: 100%;
    font-size: 12px;
}

.dashboard_wrapper .dashboard_legend .dashboard_legend_box span {
    font-size: 12px;
}

.dashboard_wrapper .dashboard_card .dashboard_header {
    width: 70%;
    border-bottom: 1px solid white;
    padding: 3px 0;
    font-size: 18px;
}

.dashboard_wrapper .dashboard_card .dashboard_header_cnt h4 {
    font-weight: 700;
    color: white;
    line-height: 100%;
    margin: 20px 0 10px 0;
}

.dashboard_wrapper .dashboard_card .dashboard_title {
    color: white;
    margin-bottom: 16px;
}

.dashboard_wrapper .dashboard_card .dashboard_gas_hourly .dashboard_gas_value {
    margin-top: 5px;
}

.dashboard_wrapper .dashboard_card .dashboard_gas .dashboard_gas_value {
    margin-top: 7px;
}

.dashboard_wrapper .dashboard_card .dashboard_gas_title {
    margin-top: 20px;
}

.dashboard_wrapper .dashboard_card.dashboard_blue .dashboard_gas .dashboard_gas_title {
    color: #A1C88C;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.dashboard_wrapper .dashboard_card.dashboard_orange .dashboard_gas .dashboard_gas_title {
    color: #252F58;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}


.dashboard_wrapper .dashboard_card.dashboard_yellow .dashboard_gas .dashboard_gas_title {
    color: #252F58;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.dashboard_wrapper .dashboard_card.dashboard_orange .dashboard_gas_hourly .dashboard_gas_title {
    color: #4472C4;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.dashboard_wrapper .branches_list_wrapper {
    height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    border-radius: 15px;
    background: #F8CBAD;
}

.dashboard_wrapper .branches_list {
    height: 100%;
    max-height: 350px;
    overflow-y: scroll;
}

.dashboard_wrapper .branches_list::-webkit-scrollbar {
    width: 2.5px;
}

.dashboard_wrapper .branches_list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(182, 180, 180, 0.2);
}

.dashboard_wrapper .branches_list::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    outline: 1px solid #a9b2bd;
}

.dashboard_wrapper .branches_list .list_item {
    padding: 8px;
    border-bottom: 1px solid #e3deda;
    position: relative;
    width: 98%;
    cursor: pointer;
}

.dashboard_wrapper .branches_list .list_item {
    padding: 8px 8px 8px 25px;
    border-radius: 6px;
}

.dashboard_wrapper .branches_list .list_item:first-child {
    padding: 8px;
}

.dashboard_wrapper .branches_list .list_item.active {
    padding: 8px 8px 8px 15px;
    border: 1px solid #e3deda;
    border-top: none;
    background: #ff920724;
}

.dashboard_wrapper .branches_list .list_item.active::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #ffa162;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
}

.dashboard_wrapper .branches_list .list_item:last-child {
    border-bottom: none;
}

.dashboard_wrapper #line_chart {
    background: #F8CBAD;
    border-radius: 15px;
    padding: 5px;
    font-size: 12px;
    min-height: 365px;
    position: relative;
}

.dashboard_wrapper #map_component {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
}

.dashboard_wrapper .map_info {
    width: 300px;
    max-height: 240px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #4472C4;
    color: white;
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 99;
    padding: 15px;
}

.dashboard_wrapper .map_info .item {
    padding: 5px 3px;
    border-bottom: 1px dashed lightblue;
    font-size: 14.5px;
}

.dashboard_wrapper .map_info .item:last-child {
    border-bottom: none;
}

.dashboard_wrapper .map_info .item b {
    font-size: 16px;
    color: #f8cbad;
}

.dashboard_wrapper .map_info .item #agnks_status.active {
    color: white;
    border: 1px solid green;
    background: green;
    padding: 2px 5px;
    border-radius: 5px;
}

.dashboard_wrapper .map_info .item #agnks_status.paused {
    color: white;
    border: 1px solid #f5c675;
    background: #bf7e0f;
    padding: 2px 5px;
    border-radius: 5px;
}

.dashboard_wrapper .map_info .item #agnks_status.inactive {
    color: white;
    border: 1px solid #ef4e4e;
    background: #ef4e4e;
    padding: 2px 5px;
    border-radius: 5px;
}

.dashboard_wrapper .map_info * {
    line-height: 130% !important;
}

.dashboard_wrapper #map_agnks_info.show {
    display: block;
}

.dashboard_wrapper #map_agnks_info.hide {
    display: none;
}

.dashboard_wrapper #map_branch_info.show {
    display: block;
}

.dashboard_wrapper #map_branch_info.hide {
    display: none;
}


.dashboard_wrapper .line_chart_wrapper {
    position: relative;
}

.dashboard_wrapper .line_chart_wrapper .line_chart_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(248, 203, 173, 0.8);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    border-radius: 15px;
}

.dashboard_wrapper .line_chart_wrapper .line_chart_loader.show {
    display: flex;
}

.dashboard_wrapper .line_chart_wrapper .line_chart_loader.hide {
    display: none;
}

.circles-to-rhombuses-spinner, .circles-to-rhombuses-spinner * {
    box-sizing: border-box;
}

.circles-to-rhombuses-spinner {
    height: 15px;
    width: calc((15px + 15px * 1.125) * 3);
    display: flex;
    align-items: center;
    justify-content: center
}

.circles-to-rhombuses-spinner .circle {
    height: 15px;
    width: 15px;
    margin-left: calc(15px * 1.125);
    transform: rotate(45deg);
    border-radius: 10%;
    border: 3px solid #ff9207;
    overflow: hidden;
    background: transparent;

    animation: circles-to-rhombuses-animation 1200ms linear infinite;
}

.circles-to-rhombuses-spinner .circle:nth-child(1) {
    animation-delay: calc(150ms * 1);
    margin-left: 0
}

.circles-to-rhombuses-spinner .circle:nth-child(2) {
    animation-delay: calc(150ms * 2);
}

.circles-to-rhombuses-spinner .circle:nth-child(3) {
    animation-delay: calc(150ms * 3);
}

@keyframes circles-to-rhombuses-animation {
    0% {
        border-radius: 10%;
    }

    17.5% {
        border-radius: 10%;
    }

    50% {
        border-radius: 100%;
    }


    93.5% {
        border-radius: 10%;
    }

    100% {
        border-radius: 10%;
    }
}

@keyframes circles-to-rhombuses-background-animation {
    50% {
        opacity: 0.4;
    }
}

#daily_gas_cnsm.hide {
    display: none
}

#daily_gas_cnsm.show {
    display: block
}

#hourly_gas_cnsm.hide {
    display: none
}

#hourly_gas_cnsm.show {
    display: block
}

.special-wrapper .facts-section #statistics {
    display: flex;
}

@media screen and (max-width: 1800px) {
    .special-wrapper .facts-section #statistics {
        height: auto !important;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;

    }
}

@media screen and (max-width: 800px) {
    .special-wrapper .facts-section #statistics {
        height: auto !important;
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }
}


.yandex_map {
    border-radius: 15px !important;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.ymaps-2-1-79-float-button-text ymaps, .ymaps-2-1-79-listbox__button-text, .ymaps-2-1-79-gotoymaps__text {
    line-height: 200% !important;
}

.btn_route {
    padding: 10px 12px;
    color: #fff;
    background: #742de7;
    font-weight: bold;
    border-radius: 10px;
    border: none;
    outline: none;
    cursor: pointer;
}

.main_btn_route {
    margin-top: 10px;
}

.main_btn_route a:hover {
    color: #fff;
}

.btn_exit {
    color: #fff;
    font-size: 18px;
    background: transparent;
}

.exit {
    display: flex;
    justify-content: end;
}


#line_chart .apexcharts-series[zIndex="1"] {
    display: none;
}

.about-gas-consumption {
    margin: 30px 0;
    border: 1px solid #32539A;
    padding: 0;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.gas-consumption-title {
    text-align: center;
    background-color: #004879;
    color: white;
    margin-bottom: 0
}

.body-gas-consumption {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    flex-wrap: nowrap;
    background-color: white
}

.body-gas-consumption-left {
    color: #20518B;
    font-size: 26px;
    font-weight: bold
}

.body-gas-consumption-right {
    color: #5E0000;
    font-size: 26px;
    font-weight: bold
}

.gas-cstn-span-left-cnt {
    color: #0DB7EA;
}

.gas-cstn-span-right-cnt {
    color: #DAA1A7;
}

@media (max-width: 900px) {
    .gas-consumption-title {
        font-size: 35px;
    }
}

@media (max-width: 700px) {
    .gas-consumption-title {
        font-size: 30px;
    }
}

@media (max-width: 500px) {
    .gas-consumption-title {
        font-size: 24px;
    }
}

@media (max-width: 800px) {
    .body-gas-consumption-left {
        font-size: 20px;
    }

    .body-gas-consumption-right {
        font-size: 20px;
    }
}

@media (max-width: 700px) {
    .body-gas-consumption-left {
        font-size: 18px;
    }

    .body-gas-consumption-right {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .body-gas-consumption {
        flex-direction: column;
    }
}

.calculator {
    width: 100%;
    padding-bottom: 80px;
    padding-top: 60px;
    position: relative;
    background: #1c1e22;
    color: white;

}

.calculator .input_calculator {
    border: none;
    outline: none;
    border-radius: 6px;
    width: 100%;
    padding: 2px 10px;
    margin: 10px 0;
}

.calculator input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.calculator input[type=number] {
    -moz-appearance: textfield;
}

.calculator .col-xl-4 {
    display: flex;
    justify-content: center;
}

.calculator .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.3;

}

.calculator h2 {
    color: white;
}

.calculator .side_p_number {
    font-size: 20px;
    margin: 8px 0 !important;
}


.calculator .text_input_number {
    font-weight: 500;
    font-size: 20px;
}

.calculator a {
    font-size: 20px !important;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
}

.calculator .side-wrapper #proposed_rate {
    font-size: 26px;
}

.calculator .side-wrapper .summ {
    font-size: 18px;
}

#formula .gas {
    font-size: 20px;
    color: #F58634;
}

#formula .price {
    font-size: 20px;
    color: #6ddb0c;
}

#formula .total {
    font-size: 22px;
}

@media (max-width: 500px) {
    .calculator .side-wrapper {
        width: 100%;
        padding: 15px;
    }

    .calculator .first-side {
        border-bottom: 1px solid white;
    }
}


.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    position: sticky;
    top: 115px;
    color: white;
    background-color: #004879;
    padding-top: 1px;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    z-index: 99;
}

@media screen and (max-width: 470px) {
    .marquee {
        top: 115px;
    }
}

.marquee span {
    display: inline-block;
    /*padding-left: 100%;*/
    animation: marquee 360s linear infinite;
}

.marquee span b {
    margin: 0 15px;
}

.marquee2 span {
    animation-delay: 0s;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}
