/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-family: var(--thm-font);
    color: var(--thm-color);
    font-size: 16px;
    line-height: 25px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

a {
    color: #6d6d6d;
}

a:hover {
    color: var(--thm-base);
}

button:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    color: var(--thm-black);
    font-weight: 700;
}

@media (max-width: 575px) {

    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }
}

@media (max-width: 575px) {
    p br {
        display: none;
    }
}

img {
    max-width: 100%;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.background-base {
    background-color: var(--thm-base);
}

.background-primary {
    background-color: var(--thm-primary);
}

.background-secondary {
    background-color: var(--thm-secondary);
}

.background-special {
    background-color: var(--thm-special);
}

/* .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 320px) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .container {
        max-width: 738px;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media only screen and (min-width: 1450px) {
    .container {
        max-width: 1400px;
    }
} */


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--thm-badge);
    background-color: var(--thm-secondary);
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

span.highlight {
    color: var(--thm-secondary);
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.thm-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--thm-base);
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    font-family: var(--thm-font);
    padding: 15px 30px;
    transition: 500ms;
    background-color: var(--thm-base);
    color: #fff;
}

.thm-btn:hover {
    color: var(--thm-base);
    background-color: #fff;
}

.btn-style-one {
    position: relative;
    padding: 14px 35px;
    line-height: 24px;
    color: var(--thm-text-dark);
    ;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: none;
    letter-spacing: 1px;
    border-radius: 0px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
}

.btn-style-one:hover {
    color: #ffffff;
    border-color: var(--thm-base);
    background: var(--thm-base);
}

.btn-style-two {
    position: relative;
    padding: 8px 15px;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: var(--thm-base);
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid var(--thm-base);
    font-family: 'Nunito Sans', sans-serif;
}

/* .btn-style-two:hover {
    color: var(--thm-base);
    border: 2px solid var(--thm-base);
    background-color: transparent;
} */

.btn-style-two:hover {
    color: #fff;
    border: 2px solid var(--thm-black2);
    background-color: var(--thm-black2);
}

.btn-style {
    position: relative;
    padding: 10px 27px 8px;
    line-height: 24px;
    color: var(--thm-base);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #f4f4f4;
    font-family: 'Nunito Sans', sans-serif;
}

.btn-style:hover {
    color: #ffffff;
    border-color: var(--thm-base);
    background-color: var(--thm-base);
}

.btn-style-four {
    position: relative;
    padding: 14px 35px;
    line-height: 24px;
    color: #222;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: none;
    letter-spacing: 0.5px;
    border-radius: 0px;
    border: 2px solid #222;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
}

.btn-style-four:hover {
    color: #ffffff;
    border-color: var(--thm-base);
    background: var(--thm-base);
}

.btn i {
    font-size: 12px;
    margin-left: 10px;
}

.btn-shadow {
    box-shadow: 0px 7px 12px #77737347;
    -webkit-box-shadow: 0px 7px 12px #77737347;
}

.site-button {
    outline: none;
    color: rgba(0, 0, 0, 0);
    padding: 15px 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-table;
    background-color: var(--thm-base);
    border: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s all ease;
    text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}

.site-button:hover {
    text-shadow: -400px 0 0 #fff, 0 0 0 #fff;
    background-color: #171d28;
}

.grey-bg {
    background-color: var(--thm-greybg);
}

.text {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title h2 {
    position: relative;
    color: #222222;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 4px;
    background-color: var(--thm-base);
}

.sec-title.text-center h2:before {
    left: 50%;
    margin-left: -40px;
}

.section-subtitle {
    font-size: 1em;
    color: rgba(31, 31, 57, 0.5);
    text-align: center;
    line-height: 28px;
}

.section-pad {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
    .section-pad {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.section-title {
    margin-bottom: 15px;
    position: relative;
}

.section-title .ec-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    color: #222;
    letter-spacing: 0.4px;
    position: relative;
    display: inline;
    padding: 0;
    text-transform: capitalize;
    line-height: 1;
}



/*========================================*/
/*--------------- [_Global] --------------*/
/*========================================*/
.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* scroll to top */
.scroll-to-top {
    display: inline-block;
    width: 54px;
    height: 54px;
    background: var(--thm-base);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: none;
    border-radius: 4px;
    opacity: 1 !important;
    transition: all .4s ease;
}

@media only screen and (max-width: 767px) {
    .scroll-to-top {
        right: 20px;
        bottom: 20px;
    }
}

.scroll-to-top i {
    color: #ffffff;
    font-size: 20px;
    line-height: 52px;
}

.scroll-to-top:hover {
    background-color: var(--thm-black2);
}

.scroll-to-top:hover i {
    color: #fff;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb_top {
    background: url(../images/resources/breadcrumb-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    padding: 65px 0px;
}

.breadcrumb_top h2 {
    position: relative;
    padding-left: 70px;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 48px;
}

.breadcrumb_top h2:before {
    content: "";
    width: 52px;
    background: #0c2139;
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: 13px;
}

.breadcrumb_bottom {
    border-bottom: 1px solid #d8d8d8;
}

.breadcrumb_bottom .nav li {
    margin-right: 25px;
}

.breadcrumb_bottom .nav li a {
    line-height: 53px;
    padding: 0px 0px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #797979;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.breadcrumb_bottom .nav li a:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: -1px;
    background: var(--thm-base);
    opacity: 0;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.breadcrumb_bottom .nav li:hover a,
.breadcrumb_bottom .nav li.active a {
    color: var(--thm-base);
}

.breadcrumb_bottom .nav li:hover a:before,
.breadcrumb_bottom .nav li.active a:before {
    opacity: 1;
}

.breadcrumb_bottom .nav li:last-child {
    margin-right: 0px;
}

/* End Breadcrumb
  ============================================================================================ */

/*** 

====================================================================
	Bouncing Right sidebar
====================================================================

***/

.sh-side-options {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    padding: 0;
}

.sh-side-options-container {
    position: absolute;
    top: 216px;
    left: -60px;
    width: 60px;
    background-color: rgba(255, 255, 2555, 1);
    /* border-radius: 5px; */
    margin-right: 0;
    box-shadow: -10px 0px 20px 2px rgba(0, 0, 0, .06);
}

.sh-side-options.sh-side-options-pages .sh-side-options-container {
    /*top: 150px;*/
    transform: translateY(100px);
}

.sh-side-options-item {
    display: block;
    text-align: center;
    margin: 0px;
    transition: 0.3s all ease-in-out;
    position: relative;
    padding: 7px;
    cursor: pointer;
}

.sh-side-options-item:not(:last-child) {
    border-bottom: 1px solid #f1f3fc;
}

.sh-side-options-item-container {
    border-radius: 4px;
    padding: 8px 0;
}

.sh-side-options-item:hover .sh-side-options-item-container,
.sh-side-options-item:focus .sh-side-options-item-container {
    background-color: var(--thm-secondary) !important;
}

.sh-side-options-item i {
    font-size: 22px;
}

.sh-side-options-item:not(:hover):not(:focus) {
    color: #9396a5 !important;
}

.sh-side-options-item:hover .sh-side-options-hover {
    opacity: 1;
    transform: translateX(-97%);
    visibility: visible;
}

.sh-side-options-hover {
    position: absolute;
    background-color: #ffffff;
    color: #32343d;
    cursor: default;
    padding: 20px 26px;
    transform: translateX(-70%);
    left: 0px;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.2s all ease-in-out;
    z-index: -100;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 13px;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.08);
    line-height: 1.1;
    width: 150px;
    text-align: left;
    visibility: hidden;
}

.sh-side-options-hover.download {
    width: 130px;
}

.sh-side-options-hover.form {
    width: 170px;
}

.sh-side-options-hover span {
    padding: 0px 3px;
}

@media (max-height: 500px) {
    .sh-side-options {
        top: -90px !important;
    }
}

.sh-side-options-item i {
    color: #9396a5 !important;
}

.sh-side-options-item:hover i,
.sh-side-options-item:focus i {
    color: var(--thm-bagde) !important;
}

@media only screen and (max-width: 991px) {
    .sh-side-options-container {
        top: 110px;
    }
}


/*** 

====================================================================
	Page Header
====================================================================

***/

.page-header {
    background-color: var(--thm-secondary);
    position: relative;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header .container {
    position: relative;
    z-index: 10;
    padding-top: 90px;
    padding-bottom: 95px;
}

@media (max-width: 480px) {
    .page-header .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.page-header .container h2 {
    margin: 0;
    line-height: 1;
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    margin-top: 5px;
    letter-spacing: .5px;
}

@media (max-width: 480px) {
    .page-header .container h2 {
        font-size: 42px;
    }
}

.thm-breadcrumb li {
    line-height: 1;
    display: inline-block;
    align-items: center;
}

.thm-breadcrumb li:not(:last-of-type) {
    margin-right: 6px;
}

.thm-breadcrumb li:first-child {
    margin-left: 10px;
}

.thm-breadcrumb li a {

    padding-bottom: 3px;
    color: inherit;
}

.thm-breadcrumb li a:hover {

    color: #fff;
}

.thm-breadcrumb span a {
    margin: 0 10px;
}


/*** 

====================================================================
	Form
====================================================================

***/

.form-one .form-group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin: 0;
}

@media (min-width: 576px) {
    .form-one .form-group {
        grid-template-columns: 1fr 1fr;
    }
}

.form-one .form-control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
}

.form-one .form-control-full {
    grid-column-start: 1;
    grid-column-end: -1;
}

.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
    display: block;
    width: 100%;
    height: 73px;
    border-radius: 36.5px;
    background-color: #f1f1f1;
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    padding-left: 30px;
}

.form-one textarea {
    border-radius: 30px;
    height: 195px;
    padding-top: 20px;
}

.form-one .thm-btn {
    padding: 24.5px 57.5px;
}

.form-one .thm-btn:hover {
    background-color: var(--thm-primary);
    color: #fff;
}

.section-heading {
    color: var(--thm-base);
}

.section-title h3.section-heading {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 700;
    /* border-left: 5px solid var(--thm-base); */
    /* padding-left: 10px; */
}

.section-title h2 {
    font-size: 40px;
    line-height: 48px;
}

/* owl controll */



.owl-dots {
    position: relative;
    text-align: center;
    margin-top: 48px;
}

.owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.owl-dots .owl-dot span {
    background-color: #e4e4e4;
    position: relative;
    display: block;
    width: 15px;
    height: 10px;
    border-radius: 100px;
    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;
}

.owl-dots .owl-dot.active span{
    width: 30px;
    background: var(--thm-base);
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-dots {
    display: inherit;
    margin-top: 100px;
}

.owl-nav-style-one .owl-nav {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.owl-nav-style-one .owl-nav .owl-next,
.owl-nav-style-one .owl-nav .owl-prev {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 8px;
    display: inline-block;
    line-height: 46px;
    border: 1px solid #f0f0f0;
    text-align: center;
    font-size: 24px;
    color: #949494;
    border-radius: 50%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible;
}

.owl-nav-style-one .owl-nav .owl-prev {
    left: 0px;
}

.owl-nav-style-one .owl-nav .owl-next {
    right: 0px;
}

.owl-nav-style-one .owl-nav .owl-next:hover,
.owl-nav-style-one .owl-nav .owl-prev:hover {
    color: var(--thm-base);
    border-color: var(--thm-base);
}


/*** 

====================================================================
	Navigations
====================================================================

***/

.main-menu {
    background-color: #1fb25a;
}

.header-style-one+.stricky-header .auto-container,
.header-style-one .main-menu .auto-container {
    display: flex;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
}

.header-style-one+.stricky-header .auto-container .main-menu__list {
    margin-left: 0;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}

.main-menu .main-menu__list>li .bx-home {
    font-size: 20px;
    line-height: inherit;
}

.header-style-one+.stricky-header {}

.header-style-one+.stricky-header .main-menu__list>li,
.header-style-one .main-menu .main-menu__list>li {
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 25px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-family: var(--thm-font);
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #ffffff;
    transition: 500ms;
    position: relative;
}

.stricky-header .main-menu__list>li>a {
    color: #000;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    /* background-color: var(--thm-base); */
    transform: scale(0, 1);
    transform-origin: left center;
    transition: transform 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
    color: #ffffff;
    text-shadow: 0px 0 0 currentColor;
}

.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: #000;
    text-shadow: 0px 0 0 currentColor;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
    transform-origin: right center;
    transform: scale(1, 1);
}

.main-menu .main-menu__list>li.current>a+ul li.current>a {
    background-color: var(--thm-secondary);
    color: var(--thm-badge);
}

.main-menu .main-menu__list>li:first-child {
    padding: 0;
}

.main-menu .main-menu__list>li:first-child a {
    background: var(--thm-base);
    color: #ffffff;
    border-radius: 0;
    line-height: 55px;
    padding: 0 15px;
    margin-left: 0;
}

.main-menu .main-menu__list>li:first-child a:hover {
    color: var(--thm-badge);
    background-color: var(--thm-secondary);
}

.main-menu .main-menu__list li.search-btn,
.stricky-header .main-menu__list li.search-btn {
    margin-left: 30px;
    margin-right: 30px;
}

.main-menu .main-menu__list li.search-btn a::before,
.stricky-header .main-menu__list li.search-btn a::before {
    display: none;
}

.main-menu .main-menu__list li.search-btn i,
.stricky-header .main-menu__list li.search-btn i {
    font-size: 20px;
}

.main-menu .main-menu__list li.cart-btn a,
.stricky-header .main-menu__list li.cart-btn a {
    position: relative;
}

.main-menu .main-menu__list li.cart-btn span,
.stricky-header .main-menu__list li.cart-btn span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-family: var(--thm-font);
    background-color: var(--thm-primary);
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%) translateX(50%);
    transition: background-color 500ms, color 500ms;
}

.main-menu .main-menu__list li.cart-btn:hover span,
.stricky-header .main-menu__list li.cart-btn:hover span {
    background-color: #fff;
    color: var(--thm-secondary);
}

.main-menu .main-menu__list li.cart-btn i,
.stricky-header .main-menu__list li.cart-btn i {
    font-size: 23px;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
    z-index: 99;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
    border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: var(--thm-black);
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 500ms;
}

.main-menu .main-menu__list li ul li:last-child>a,
.stricky-header .main-menu__list li ul li:last-child>a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
    background-color: var(--thm-secondary);
    color: var(--thm-badge);
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
    /* display: none; */
}

.main-menu .main-menu__list li ul li a i {
    position: absolute;
    right: 15px;
    margin-top: 8px;
}

.main-header__info-phone {
    display: flex;
    align-items: flex-start;
}

.main-header__info-phone>i {
    font-size: 32px;
    color: var(--thm-base);
}

.main-header__info-phone-content {
    margin-left: 20px;
}

.main-header__info-phone-content span {
    display: block;
    color: var(--thm-color);
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

.main-header__info-phone-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    color: var(--thm-secondary);
}

.main-header__info-phone-content h3 a {
    color: inherit;
    transition: all 500ms ease;
}

.main-header__info-phone-content h3 a:hover {
    color: var(--thm-base);
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--thm-secondary);
    cursor: pointer;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--thm-primary);
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    transform: translateY(-110%);
    transition: transform 500ms ease;
    box-shadow: 0px 10px 20px -12px rgb(0 0 0 / 20%);
}

@media only screen and (max-width: 1199px) {
    .stricky-header {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .header-fixed {
        position: fixed;
        z-index: 991;
        top: 0;
        left: 0;
        background-color: #fff;
        width: 100%;
        transform: translateY(-110%);
        transition: transform 500ms ease;
        box-shadow: 0px 10px 20px -12px rgb(0 0 0 / 20%);
    }

    .header-middle.header-fixed {
        transform: translateY(0);
    }
}


.stricky-header .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.stricky-header.stricky-fixed {
    transform: translateY(0);
}


/*--------------------------------------------------------------
# Header Top Area
--------------------------------------------------------------*/
.stricky-header .auto-container,
.main-header .auto-container {
    position: relative;
    align-items: center;
    padding: 0 100px;
    margin: 0 auto;
    max-width: 100%;
}

.header-top-area .auto-container {
    padding-top: 0;
    padding-bottom: 0;
}

.header-top-area .align-items-center {
    padding: 5px 0;
}

.header-top-area {
    /* background-color: #ecedef; */
    background-color: #323234;
    position: relative;
}

/* .header-top-area::before {
    content: "";
    height: 100%;
    width: 60%;
    background: var(--thm-base);
    position: absolute;
    top: 0;
    left: -20px;
    transform: skew(-25deg);
} */

.header-top-left-single-item {
    display: inline-block;
    margin-right: 20px;
}

.header-top-left-single-item:last-child {
    margin-right: 0;
}

.header-top-left-single-item a {
    color: #fff;
}

.header-top-left-single-item span {
    color: #fff;
    font-size: 14px;
}

.header-top-left-icon i {
    margin-right: 8px;
}

.header-top-right-icon-area {
    display: flex;
    float: right;
}

.header-top-right-items ul {
    text-align: right;
    margin-bottom: 0;
}

.header-top-right-icon-area ul li {
    display: inline-block;
    margin-left: 8px;
}

.header-top-right-icon-area ul li a {
    color: #ffffff;
    font-size: 14px;
}

.header-top-area .main-menu__list,
.header-middle .main-menu__list,
.stricky-header .main-menu__list {
    margin-left: auto;
    padding-right: 0;
    margin-bottom: 0;
}

.header-top-area .main-menu__list>li {
    position: relative;
    padding: 0 5px;
    line-height: 1;
}

.header-top-area .main-menu__list>li:first-child:after {
    display: none;
}

.header-top-area .main-menu__list>li:after {
    position: absolute;
    /* background: #ffffff; */
    color: #fff;
    content: '/';
    top: 2px;
    left: 0;
    /* width: 1px;
    height: 15px; */
}

.header-top-area .main-menu__list>li>a {
    color: #ffffff;
    font-size: 13px;
    margin-left: 8px;
}

.header-middle {
    background-color: #06830b;
}

.logo-box {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

/* .logo-box>div>a {
    border-radius: 50%;
    background: #fff;
    padding: 10px;
} */

.logo-box img {
    width: 120px;
}

.logo-box p {
    color: #fff;
    margin-left: 15px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
}

.header-middle .logo-box .topbar__center, 
.header-middle .logo-box .dropdown-option{
    display: none;
}

.header-middle .auto-container {
    display: flex;
}

@media only screen and (min-width: 992px) {
    .header-middle .mobile-nav__toggler {
        display: none;
    }

}

@media only screen and (min-width: 992px) {

    .header-top-area .main-menu__list,
    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: flex;
    }
}

@media only screen and (max-width: 1199px) {
    .header-middle .logo-box .mobile-nav__toggler {
        margin-left: 20px;
    }

    .header-top-left-single-item {
        margin-right: 10px;
    }

    .header-middle .header-top-left-single-item h5 {
        font-size: 14px !important;
    }

    .header-middle .header-top-left-single-item a {
        font-size: 13px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1050px) {
    .header-top-area::before {
        width: 65%;
    }

    .logo-box p {
        font-size: 13px;
        width: 190px;
    }

    .header-top-left-single-item {
        margin-right: 5px;
    }

    .header-middle .header-top-left-single-item h5 {
        font-size: 13px !important;
    }

    .header-middle .header-top-left-single-item a {
        font-size: 12px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: flex;
    }

    .main-menu .main-menu__list>li+li,
    .stricky-header .main-menu__list>li+li {
        margin-left: 20px;
    }

    .main-menu .main-menu__list>li>a>i,
    .stricky-header .main-menu__list>li>a>i {
        display: block !important;
    }
}

@media only screen and (max-width: 991px) {
    .header-top-area {
        display: none;
    }

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: none;
    }

    .header-middle .logo-box {
        width: 100%;
    }

    .header-middle .logo-box img {
        width: 80px;
    }

    .header-middle .logo-box .topbar__center {
        display: block;
        text-align: left;
        width: 185px;
    }

    html[lang="nep"] .header-middle .logo-box p {
        width: 155px
    }

    .header-middle .logo-box .dropdown-option {
        display: flex;
        margin-bottom: 0;
        align-items: center;
    }

    .header-middle .logo-box .topbar__center p {
        font-size: 14px;
    }

    html[lang="nep"].header-middle .logo-box .topbar__center p {
        font-size: 15px;
    }

    .header-middle .logo-box .mobile-nav__toggler {
        font-size: 22px;
        color: var(--thm-badge);
        background-color: var(--thm-secondary);
        padding: 5px 8px;
        margin-left: 15px;
    }

    .header-area-right {
        display: none;
    }

    .main-menu {
        border-bottom: none;
    }
}

@media only screen and (max-width: 767px) {

    .header-middle .auto-container,
    .header-top-area .auto-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .logo-box p {
        width: 170px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 399) {
    .header-middle .logo-box .topbar__center {
        width: 140px;
    }
}


/* Responsive Nav Pills */
.mobile-nav__content .nav-pills .nav-link {
    color: #ffffff;
}

.mobile-nav__content .nav-pills .nav-link.active,
.mobile-nav__content .nav-pills .show>.nav-link {
    background-color: var(--thm-base);
}


/*** 

====================================================================
	Animation
====================================================================

***/
@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes shapeMover {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@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);
    }
}

/*** 

====================================================================
	Mobile Nav
====================================================================

***/

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s;
    z-index: 9999;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s;
}


.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-secondary);
    opacity: 0.8;
    cursor: pointer;
}

.mobile-nav__content {
    max-width: 425px;
    width: 100%;
    background-color: #226032;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(50%);
    transition: transform 0.5s ease, visibility 0.5s ease, opacity 0.5s ease;

}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: transform 0.9s ease 0.9s, visibility 0.9s ease 0.5s, opacity 0.9s ease 0.9s;
}

.mobile-nav__content .thm-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center;
}

.mobile-nav__content .logo-box {
    margin-bottom: 30px;
    display: flex;
}

.mobile-nav__close {
    background-color: var(--thm-base);
    width: 30px;
    height: 27px;
    position: absolute;
    top: 50px;
    right: 15px;
    font-size: 30px;
    color: #fff;
    font-weight: 100;
    cursor: pointer;
    z-index: 1;
}

.mobile-nav__close:after,
.mobile-nav__close:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    top: 12px;
    right: 5px;
    background-color: #fff;
    transform: rotate(45deg);
}

.mobile-nav__close:after {
    transform: rotate(-45deg);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list ul li a {
    padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    font-family: var(--thm-font);
    font-weight: 400;
    height: 46px;
    align-items: center;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list li.dropdown > a {
    pointer-events: none;
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: #c7bd4a;
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--thm-base);
    border: none;
    outline: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: auto;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: var(--thm-secondary);
    color: var(--thm-badge);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-nav__language {
    display: flex;
    align-items: center;
}

.mobile-nav__language img {
    border-radius: 50%;
    margin-right: 10px;
}

.mobile-nav__language .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 70px;
}

.mobile-nav__language .bootstrap-select>.dropdown-toggle {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    outline: none;
    color: #fff;
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 18px;
    color: #fff;
    transition: 500ms;
    margin-right: 15px;
}

.mobile-nav__social a+a {
    margin-left: 10px;
}

.mobile-nav__social a:hover {
    color: var(--thm-primary);
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: inherit;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--thm-primary);
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-base);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
}

.mobile-nav__container .logo-box {
    display: none;
}

.mobile-nav__container .main-header__info {
    display: none;
}

@media only screen and (max-width: 991px) {
    .mobile-nav__content .logo-box img {
        width: 80px;
    }
}

/*--------------------------------------------------------------
  # Header Style Two
  --------------------------------------------------------------*/
.header_style_two .topbar,
.header_style_two .main-menu {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 100;
    color: #fff;
}

.header_style_two .topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 999;
}

.header_style_two .topbar+.main-menu {
    margin-top: 53px;
}

.header_style_two .topbar__social {
    background-color: transparent;
}

.header_style_two .topbar__left>a,
.header_style_two .topbar__right>a,
.header_style_two .topbar__right>a>i,
.header_style_two .main-menu .main-menu__list>li>a,
.header_style_two .main-header__info-phone>i,
.header_style_two .main-header__info-phone-content span,
.header_style_two .main-slider .text.light {
    color: var(--thm-text-white);
}

.header_style_two .tp-bgimg.defaultimg::before {
    content: '';
    display: inline-block;
    padding-top: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.header_style_two .logo-dark,
.stricky-header .logo-light {
    display: none;
}

.stricky-header .logo-dark {
    display: block;
}

.header_style_two .main-menu .container {
    padding-top: 15px;
}

.header_style_two .main-menu .main-menu__list {
    border: none;
    margin-right: 0;
}

.main-header .dropdown-option {
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
}

.main-header .dropdown-option li.language {
    border: 0px;
    padding-right: 0px;
    line-height: 1.4em;
}

.main-header .language .dropdown-menu {
    top: 100%;
    width: 170px;
    border-radius: 0px;
    padding: 0px;
    margin-top: 7px;
    background-color: #222222;
    border: none;
    border-top: 3px solid var(--thm-base);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

html[lang="en"] .main-header .dropdown-option li.language>a,
html[lang="nep"] .main-header .dropdown-option li.language>a {
    border: 0px;
    padding: 0;
    width: 20px;
    height: 22px;
    font-size: 13px;
    background: none;
    font-weight: 300;
    border-radius: 0px;
    padding-left: 40px;
    padding-right: 10px;
    margin-left: 10px;
    color: #fff !important;
    background-image: url(../images/flags/en.jpg);
    background-position: 10% 50%;
    /* border-left: 1px solid rgba(244, 244, 244, 0.3); */
    background-repeat: no-repeat;
    font-family: 'Open Sans', sans-serif;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

html[lang="nep"] .main-header .dropdown-option li.language>a {
    background-image: url(../images/flags/nep.gif);
    padding-left: 33px;
}

.main-header .language .dropdown-menu>li {
    padding-right: 0px !important;
    margin: 0px !important;
    float: none;
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-header .language .dropdown-menu>li:last-child {
    border-bottom: none;
}

.main-header .language .dropdown-menu>li>a {
    padding: 5px 15px !important;
    color: #ffffff !important;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .language .dropdown-menu>li>a:hover {
    color: #ffffff;
    background: var(--thm-base);
}

.dropdown-toggle::after {
    content: none;
}

.header-middle-right .dropdown-option {
    display: none;
}

.header-login {
    padding: 14px 10px 15px 0;
    border-right: 1px solid rgba(244, 244, 244, 0.3);
}

.header_style_two .main-menu .main-menu__list>li:first-child>a::before,
.header_style_two+.stricky-header .main-menu__list>li:first-child>a::before {
    content: none;
}

@media only screen and (max-width: 991px) {
    .header-middle .logo-box .rightbar {
        display: flex;
        margin-left: auto;
    }

    .main-header .language .dropdown-menu>li>a {
        padding: 10px 15px;
    }

    .header-middle .dropdown-option li.language>a {
        padding-right: 0;
        border-left: none;
    }

    html[lang="en"] .main-header .dropdown-option li.language>a, 
    html[lang="nep"] .main-header .dropdown-option li.language>a {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }
    .header-middle-right .dropdown-option {
        display: inline-block;
    }

    .header-middle .dropdown-option {
        margin-right: 5px;
        margin-bottom: 0;
    }

    .header-middle .dropdown-option li.language>a {
        padding-right: 0;
        border-left: none;
    }

    html[lang="en"] .main-header .dropdown-option li.language>a,
    html[lang="nep"] .main-header .dropdown-option li.language>a {
        color: #000 !important;
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 420px) {
    .header-middle .dropdown-option {
        margin-right: 0;

    }
}

@media only screen and (max-width: 402px) {
    .header-middle .dropdown-option {
        margin-right: 15px;
        float: right;
        margin-bottom: 0;
    }

    .header-middle .logo-box .mobile-nav__toggler {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 390px) {
    .header-middle .dropdown-option {
        margin-bottom: 5px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 370px) {
    .header-middle .dropdown-option li.language>a {
        background-image: none;
        margin-left: 0;
        padding-left: 0;
    }
}

/*** 

====================================================================
	Header Middlw
====================================================================

***/

.header-middle .list-inline li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}

.hour-info .ulockd-icon {
    font-size: 20px;
    line-height: 1.3em;
    color: #fff;
}

.hour-info .ulockd-info {
    display: inline-block;
    padding-left: 15px;
    position: relative;
}

.hour-info .ulockd-info p {
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .nav-right {
        display: none;
    }
}


/*** 

====================================================================
	News Scroller Section 
====================================================================

***/

.news {
    width: 160px;
}

.news-scroller {
    background-color: var(--thm-secondary);
}

.news-scroll ul>li {
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
    padding-left: .75rem;
    padding-right: .75rem;
    position: relative;
}

.news-scroll ul>li:after {
    content: "";
    height: 0.4em;
    width: 0.4em;
    background: var(--thm-badge);
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 0.95rem;
    left: 0;
}

.news-scroll li>a {
    color: var(--thm-badge);
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: #fff;
    border-down-radius: 50%;
    display: inline-block;
}

#boxscroll {
    height: calc(100vh - 100px);
    overflow: auto;
}

.overlay-scroll {
    overflow: hidden;
}

/*========  End of News Scroller css  =========*/


/*** 

====================================================================
	Banner Static Header Breadcrumb
====================================================================

***/

.banner-static {
    color: #fff;
    position: relative;
    width: 100%;
    padding: 15px 0;
    min-height: 480px
}

.banner-static .banner-text:not(.dark) {
    color: #fff
}

.banner-static .banner-cpn {
    padding-top: 67.5px;
    padding-bottom: 67.5px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%)
}

.banner-static .banner-cpn {
    margin-top: 50px
}

.banner-static .banner-cpn .content {
    position: relative
}

.banner-static .banner-cpn .banner-text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0
}

.banner-text .page-title {
    color: var(--thm-text-white);
    font-size: 2.5em;
    font-weight: 400;
    margin-bottom: 10px;
}

.banner-static .banner-cpn .banner-text:not([class*="pos-"]) {
    float: left
}

.banner-static .banner-cpn .banner-text:not([class*="wide-"]) {
    max-width: 550px
}

.banner-static .banner-cpn .page-breadcrumb {
    max-width: 400px;
    width: 100%;
    position: absolute;
    right: 0;
    text-align: right;
    top: 50%;
    transform: translateY(-50%)
}

.banner-static .banner-cpn .page-breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    line-height: 1;
    display: block;
}

.breadcrumb>li {
    display: inline-block;
    margin: 6px 0;
}

.breadcrumb a {
    color: inherit;
    text-decoration: none;
    transition: all 0.4s;
}

.breadcrumb li:not(.active) a:hover {
    color: var(--thm-base);
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    color: inherit;
    opacity: 0.5;
    padding: 0 8px;
}

.breadcrumb>.active {
    opacity: 0.6;
    color: inherit;
}

.banner-static .imagebg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.imagebg img {
    display: none;
}

.banner-static .container {
    position: static
}

.banner-static {
    padding: 145px 0 15px
}

/*** 

====================================================================
	Main Slider One
====================================================================

***/
.nivo_slider_area {
    position: relative;
}

.nivo-caption {
    background: rgba(0, 0, 0, 0.0);
    height: 100%;
    opacity: 1;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.em_slider_inner {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 100px;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

.nivoSlider img {
    /* height: 400px !important; */
}

/* slider title */
.em-slider-title {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.em-slider-main-title {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.1;
}

.em-slider-sub-title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.em-slider-text {
    width: 46%;
}

.em-nav-slider-title-center {
    color: #fff;
    font-size: 55px;
    font-weight: 800;

}

.em-nav-slider-title-centerspan {
    color: #0c5adb;
}

.em-slider-up-title {
    font-size: 38px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 8px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.em-slider-sub-em-title {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.em-slider-descript {
    font-size: 17px;
    margin-bottom: 20px;
    width: 59%;
    z-index: 999;
    font-weight: 400;
    color: #ddd;
    margin-top: 10px;
}

.text-left .em-slider-descript {
    margin-left: 0;
    margin-right: auto;
}

.text-center .em-slider-descript {
    margin: 11px auto 28px;
}

.text-right .em-slider-descript {
    margin-right: 0;
    margin-left: auto;
}

.text-center {
    text-align: center;
}

/* slider button */
.em-slider-button.wow.bounceInUp.em-button-button-area.animated {
    padding-top: 19px;
}

.em-button-button-area a {
    border: 1px solid #ccc;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
    margin-top: 12px;
    padding: 15px 41px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 999;
    letter-spacing: 1px;
    border-radius: 5px;
}

a.em-active-button {
    background: var(--thm-base);
    border-color: var(--thm-base);
}

.em-button-button-area a:hover {
    color: #fff;
    background: var(--thm-base);
    border-color: var(--thm-base);
}

a.em-active-button:hover {
    background: transparent;
    border-color: #fff;
}

.em-slider-half-width {
    width: 50%;
}

.em-slider-left {
    padding-right: 30px;
}

.em-slider-right {
    padding-left: 30px;
}

.em-slider-full-width {
    width: 85%;
}

.em-slider-half-width .em-slider-descript {
    width: 100%;
}

/* directionNav */
.em-nivo-slider-wrapper .nivo-directionNav a {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 75px;
    width: 50px;
    line-height: 45px;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: var(--thm-base);
    font-size: 27px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    border-radius: 0;
    background: #fff;
    margin-right: 30px;
}

.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
    left: auto;
    right: 0;
}

.em-nivo-slider-wrapper .nivo-directionNav a:hover {
    background: var(--thm-base);
    border-color: var(--thm-base);
    color: #fff;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav a {
    opacity: 1;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    left: 50px;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
    left: auto;
    right: 50px;
}

/* controlNav */

.em-nivo-slider-wrapper .nivo-controlNav {
    bottom: 50px;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
    display: none;
}

.em-nivo-slider-wrapper .nivo-controlNav a {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    margin: 0 5px;
    width: 25px;
    color: #fff;
    line-height: 25px;
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
    font-size: 30px;
    color: var(--thm-base);
    background: #fff;
    padding: 15px 15px;
    opacity: 0;
}

.em-nivo-slider-wrapper .nivo-controlNav a:hover,
.em-nivo-slider-wrapper .nivo-controlNav a.active {
    background: #FFA700 none repeat scroll 0 0;
    opacity: 1;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.cd-headline.clip span {
    display: inline-block;
    padding: 0 0 0;
}

.cd-headline.clip span b {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}

.nivo-controlNav {
    position: relative;
    top: -65px;
    z-index: 9;
    display: none;
}

/*========  End of Main Slider css  =========*/


/*** 

====================================================================
	Latest News Section 
====================================================================

***/

.new-section .section-head {
    position: relative;
}

.new-section .section-head .news-footer {
    position: absolute;
    top: 0;
    right: 0;
}

.new-section {
    position: relative;
    /* width: calc(35vw - 100px); */
    /* width: calc(60% - 20px + 5px);
    float: left; */
}

.new-section.pagina-acessivel {
    background: transparent;
    border: none;
    -webkit-box-shadow: 0 0 12px -2px #000;
    box-shadow: 0 0 12px -2px #000;
    border-radius: 8px;
    overflow: hidden;
}

.new-section .news-header {
    background: #1fb25a !important;
    color: white;
    padding: 10px;
    font-weight: 600;
}

.new-section .news-header.pagina-acessivel {
    background: #252525;
}

.new-section .news-content .demo {
    height: 280px !important;
    overflow: hidden;
}

.new-section .news-content .demo ul {
    background: #ffffff;
    padding: 15px 0;
}

.new-section .news-content .demo ul .news-item {
    float: left;
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 16px !important;
    border-bottom: 1px solid #efefef;
    list-style: none;

}

.new-section .news-content .demo ul .news-item.pagina-acessivel {
    background: #252525;
}

.new-section .news-content .demo ul .news-item a {
    padding: 0 15px;
    float: left;
    width: 100%;
}

.new-section .news-content .demo ul .news-item a .news-img {
    float: left;
    width: 80px;
    margin-right: 10px;
}

.new-section .news-content .demo ul .news-item a .list-news-cont {
    float: left;
    width: calc(100% - 90px);
    font-size: 15px;
    /* min-height: 80px; */
    padding-right: 10px;
}

.new-section .news-content .demo ul .news-item a .list-news-cont p {
    margin: 0;
    color: var(--thm-color);
}

.new-section .news-content .demo ul .news-item a .list-news-cont p.pagina-acessivel {
    color: #fff;
}

.new-section .news-content .demo ul .news-item a .list-news-cont .ls-date {
    font-size: 13px;
    font-weight: bold;
    color: var(--thm-base);
}

.new-section .news-content .demo ul .news-item a .list-news-cont:hover p {
    color: var(--thm-base);
}

/* .new-section .news-content .demo ul .news-item:hover {
    -webkit-box-shadow: 0 0 11px -5px #333;
            box-shadow: 0 0 11px -5px #333;
  } */

.new-section .news-header {
    background: var(--thm-color);
    color: white;
    padding: 10px;
}

.new-section .news-footer {
    float: right;
}

.new-section .news-footer .nes-btns {
    float: left;
    margin-left: 11px;
}

.sld-bts {
    float: left;
    padding: 5px 10px;
    border: 1px solid;
    line-height: 1;
    margin: 0 5px;
    font-size: 1rem;
    border-radius: 4px;
}

.sld-bts:hover {
    background: var(--thm-base);
    color: #fff;
}

.v-bts {
    float: left;
    padding: 10px 20px;
    background: #1fb25a;
    /*var(--thm-color)*/
    ;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
}

.v-bts.pagina-acessivel {
    background: #252525;
    color: #fff;
}

.v-bts:hover {
    color: #fff;
    background: var(--thm-base);
    text-decoration: none;
}

.v-bts:hover.pagina-acessivel {
    background: #464646;
    color: #fff;
}

.v-bts.vts-block {
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 1370px) {
    .new-section {
        width: calc(85% - 20px + 5px);
    }
}

@media only screen and (max-width: 991px) {
    .sliderUp-news.new-section {
        width: 100%;
        margin-top: 30px;
    }
}


/*========  End of Latest News css  =========*/



/*** 

====================================================================
	Saving, Loan & Useful link
====================================================================

***/

.link-section {
    margin-top: 50px;
    transition: all 500ms ease;
}

.link-section .item-inner-block ul {
    position: relative;
    display: block;
    padding-top: 14px;
}

.link-section .item-inner-block li,
.inner-listing li {
    position: relative;
    display: block;
    padding-left: 25px;
    color: #797c7f;
    line-height: 30px;
    margin-bottom: 10px;
}

.link-section .item-inner-block li:last-child {
    margin-bottom: 0;
}

.link-section .item-inner-block ul li:before,
.inner-listing li:before {
    font-family: 'icomoon' !important;
    position: absolute;
    top: 10px;
    left: 0;
    content: "\ea06";
    font-size: 12px;
    line-height: 12px;
    color: #abacaf;
}


.link-section .item-inner-block li>a:hover {
    color: #39da8a;
}

.link-section .item-inner-block li>a {
    font-size: 15px;
}

.link-section .item-inner-block li>a>i {
    float: right;
    padding: 0px 5px;
    line-height: 1.5;
}

.link-section .item-inner-block li>a:hover>i {
    background: #dff9ec;
    color: #39da8a;
}

.link-section .item-inner-block {
    margin: 0 auto;
    width: 80%;
}


@media only screen and (max-width: 991px) {
    .link-section .item-inner-block {
        width: 100%;
    }
}


/*========  End of Team, Banner & Service css  =========*/


/*** 

====================================================================
	Featured Section 
====================================================================

***/

.row.style-2 .col-sm-12,
.row.style-2 .col-md-6,
.row.style-2 .col-lg-4 {
    padding: 0;
}

.feature-section.style-5 .feature-single-item {
    border-radius: 0;
    border: none;
}

.navigation-mrg {
    position: relative;
    /* margin-top: -70px; */
    z-index: 44 !important;
}

.feature-single-item {
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #fff;
    padding: 40px 0;
    box-shadow: 0 0 50px rgb(217, 217, 217, 0.7);
}

.d-flex[class*='col-']>div,
.d-flex[class^='col-']>div {
    width: 100%;
}

.feature-single-item.style-2 {
    background: var(--thm-base);
}

.feature-icon {
    color: var(--thm-base);
    font-size: 56px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    line-height: 60px;
}

.feature-icon::before {
    position: absolute;
    content: '';
    background: url(assets/images/hero/icon-1.png);
    width: 56px;
    height: 71px;
    right: -25px;
    top: -5px;
    background-repeat: no-repeat;
    transition: .5s;
}

.feature-single-item:hover .feature-icon::before {
    transform: rotate(25deg);
}

.feature-content h4 {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}

.feature-content p {
    padding: 5px 25px 0px;
    margin: 0;
}




/*** 

====================================================================
	About Section
====================================================================

***/

.section-head h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--thm-base);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.section-head h3 {
    text-transform: capitalize;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .section-head h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .section-head h3 {
        font-size: 22px;
    }
}

.section-head h2 {
    text-transform: capitalize;
    font-size: 39px;
    margin-bottom: 20px;
}

.section-head p {
    color: #616161;
    line-height: 1.5;
    padding: 25px 0 0;
    margin: 0;
}

.block-text p {
    color: #232323;
    font-size: 21px;
    font-weight: 300;
    padding-bottom: 0;
}

.about-section .about-content-container {
    padding-left: 20px;
}

.about-section .about-content-container h4 {
    color: var(--thm-base);
    font-weight: normal;
    font-size: 20px;
    margin: 15px 0 10px 0;
}

.section-head-bar {
    position: relative;
    display: block;
}

@media only screen and (max-width: 991px) {
    .about-section {
        padding-bottom: 45px !important;
    }
    .about-section .about-content-container {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    
    .section-head p {
        padding-top: 15px;
    }
}


.message-item__thumbnail {
    overflow: hidden;
}

.message-item__thumbnail img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.message-item__info h3 a {
    font-size: 1.6rem;
    text-transform: capitalize;
    line-height: 1.2;
}

.message-item__info a {
    display: flex;
    line-height: 1.5;
}

.message-item__info i {
    margin-left: 5px;
    line-height: 1.5;
}

.message-item__desc {
    font-weight: 400;
    line-height: 27px;
}

@media only screen and (max-width: 767px) {

    [class*="col-"]:first-child .message-item,
    [class^="col-"]:first-child .message-item {
        margin-bottom: 30px;
    }
}


/*** 

====================================================================
	App Banner Section
====================================================================

***/

.bannerApp-section {
    background-color: #FFF0E9;
    position: relative;

}

.bannerApp-section h1 {
    font-size: 5em;
    font-weight: 900;
    text-align: center;
    color: #1F1F39;
}

.bannerApp-section p {
    margin-top: 20px;
    margin-bottom: 60px;
}

.bannerApp-carousel .screenshot img {
    width: 260px;
    height: 459px;
    display: block;
    margin-top: 50px;
    border-radius: 3px;
    margin-left: -0.125px;
}

.bannerApp-section .app-download {
    margin-bottom: 100px;
}

.bannerApp-section {
    background: linear-gradient(180deg, #f5fbfa 80%, #fff 30%);
    padding-top: 100px;
    position: relative;
}

.bannerApp-section .watch-now .btn-container {
    margin-top: 100px !important;
}

.bannerApp-section .watch-now .btn-container iframe {
    width: calc(100% - 10px);
    height: 480px;
}

.bannerApp-section .watch-now .btn-container img {
    transition: 0.3s all;
}

.bannerApp-section .watch-now .btn-container i {
    transition: 0.3s all;
    font-size: 30px;
    color: #fff;
}

.bannerApp-section .watch-now .btn-container:hover img {
    transform: scale(1.2);
}

.bannerApp-section .watch-now .btn-container:hover i {
    transform: scale(1.2);
}

.bannerApp-section .watch-now a {
    text-decoration: none;
}

.app-download {
    display: flex;
    gap: 45px;
    justify-content: center;
}

.app-download div {
    border: 2px solid #1F1F39;
    height: 70px;
    width: 215px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: 0.3s all;

}

.app-download div:hover {
    transform: scale(1.05);
}

.app-download div a {
    text-decoration: none;
}

.app-download div a img {
    width: 35px;
}

.app-download div a span {
    margin-left: 15px;
}

@media only screen and (min-width: 768px) {
    .watch-now {
        max-width: 720px;
    }
}
@media only screen and (max-width: 576px) {
    .watch-now {
        max-width: 575px;
    }
}

@media only screen and (max-width: 991px) {
    .bannerApp-section .watch-now {
        margin: 0 auto;
    }
    .bannerApp-section .watch-now .btn-container iframe {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .bannerApp-section h1 {
        font-size: 3em;
        line-height: 55px;
    }

    .bannerApp-section p {
        margin-bottom: 20px;
    }

    .app-download {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .bannerApp-section .app-download {
        margin-bottom: 50px;
    }

    .app-download div {
        height: 80px;
    }

    .app-download div a span {
        margin-left: 5px;
    }

    .bannerApp-section .watch-now .btn-container iframe {
        padding: 0 15px;
    }

}

.screenshot-frame {
    background: url('../images/resources/app/phone.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 335px;
    height: 640px;
    position: absolute;
    top: -35px;
    left: calc(50% + -4px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* z-index: 2; */
    border-radius: 40px;
}



/*** 

====================================================================
	Services 
====================================================================

***/


.services-item {
    margin-bottom: 70px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.services-item:hover {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.services-item:hover .services-text {
    border: 1px solid transparent;
}

.services-item:hover .services-text a:after {
    opacity: 1;
}

.services-img img {
    border-radius: 5px 5px 0 0;
    min-width: 100%;
    height: 260px;
}

.services-text {
    padding: 35px 20px 35px 20px;
    text-align: center;
    border: 1px solid rgba(112, 112, 112, 0.1);
    border-radius: 0 0 5px 5px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.services-text h4 {
    color: #323232;
    font-weight: 700;
    margin-bottom: 15px;
}

.services-text h4 span {
    color: var(--thm-base);
}

.services-text p {
    margin-bottom: 34px;
}

.services-text a {
    font-size: 12px;
    color: #323232;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 0;
    position: relative;
}

.services-text a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: var(--thm-base);
    content: "";
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    opacity: 0;
}

/* Services Detail */

.faq-one__faq-page #accordion li .inner-listing {
    margin-top: 0;
    padding: 30px 40px;
}

@media only screen and (max-width: 767px) {
    .services-img img {
        height: 200px;
    }
}

@media only screen and (max-width: 575px) {
    .services-img img {
        height: 325px;
    }
}



/*** 

====================================================================
	Single Block Slider
====================================================================

***/

.single-block-slider {
    position: relative;
    padding-right: 30px;
}

.single-block-slider .item-thumb {
    position: relative;
    display: block;
}

.single-block-slider .item-thumb img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.single-block-slider:hover .item-thumb img {
    mix-blend-mode: normal;
}

.single-block-slider .inner-title {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: -30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 30px 17px;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
    background-image: -moz-linear-gradient(180deg, rgb(15, 212, 216) 0%, rgb(0, 127, 142) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(15, 212, 216) 0%, rgb(0, 127, 142) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(15, 212, 216) 0%, rgb(0, 127, 142) 100%);
}

.single-block-slider .item-details {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 23px 30px 23px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}



/*** 

====================================================================
	Our Success Value
====================================================================

***/

.theme-counter .single-box {
    padding: 15px 12px;
    text-align: center;
    margin-top: 30px;
}

.theme-counter .single-box h4 {
    color: var(--thm-badge);
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.theme-counter .single-box .number {
    color: var(--thm-badge);
    font-size: 28px;
}

.theme-counter .single-box {
    background-color: var(--thm-secondary);
    color: var(--thm-badge);
}

.theme-counter .single-box:hover {
    background-color: var(--thm-secondary);
}

@media only screen and (max-width: 575px) {
    .theme-counter .row + .row [class*="col-"],
    .theme-counter .row + .row [class^="col-"] {
        width: 33.3333%;
    }
}


/*** 

====================================================================
	Client Carousel
====================================================================

***/

.client-carousel__has-border-top {
    border-top: 1px solid #eeeeee;
}

.client-carousel__has-top-shadow {
    box-shadow: 0px -1px 0px 0px RGBA(227, 227, 227, 0.004);
}

.client-carousel .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-carousel img {
    transition: 500ms;
    opacity: 0.3;
    max-width: 100%;
}

.client-carousel img:hover {
    opacity: .8;
}

@media (max-width: 991px) {}

.thm-swiper__slider .swiper-pagination {
    position: relative;
    width: auto;
    padding: 0;
    margin: 0;
    top: 0;
    bottom: 0;
}

.thm-swiper__slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #e4e4e4;
    opacity: 100%;
    width: 15px;
    height: 10px;
    border-radius: 100px;
    transition: 0.5s;
    margin: 0px 3px;
}

.thm-swiper__slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--thm-base);
    width: 30px;
}



/*** 

====================================================================
	Client Testimonial
====================================================================

***/

.testimonial-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #eff2f6;
    background-image: url(../images/shapes/testimonials-map-1-1.png);
    background-position: top center;
    background-repeat: no-repeat;

    position: relative;
    border-bottom: 1px solid #f4f3f0;
}

.testimonial-section .client-thumb-outer {
    position: relative;
    max-width: 285px;
    margin: 0 auto;
    margin-bottom: 37px;
    overflow: hidden;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel {
    position: relative;
    max-width: 100px;
    margin: 0 auto;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item {
    position: relative;
    border-radius: 50%;
    -o-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}

.testimonial-section .client-thumb-outer .thumb-item .thumb-box {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border-radius: 50%;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.5;
    border-radius: 50%;
}

.testimonial-section .owl-item.active .thumb-item .thumb-box img {
    opacity: 1;
}

.testimonial-section .owl-item.active .thumb-content {
    opacity: 1;
}

.testimonial-section .owl-nav {
    display: none;
}

.testimonial-content .text h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 50px;
    color: #2b3132;
    margin-bottom: 34px;
}

.testimonial-content .rating li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--thm-base);
}

.testimonial-content .rating {
    position: relative;
    margin-bottom: 29px;
}

.testimonial-content .author {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--thm-base);
}

.testimonial-content .author span {
    font-size: 14px;
    font-weight: 700;
    color: #737879;
    letter-spacing: 2px;
    text-transform: uppercase;
}



/*** 

====================================================================
	News Section
====================================================================

***/

.blog-section.style-2 .blog-single-carousel {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 0 !important;
    margin: 30px 0 0 !important;
}

.blog-section.style-2 .blog-single-carousel:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.blog-section.style-2 .blog-thumb img {
    width: 100%;
}

.blog-section.style-2 .blog-meta {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.blog-section.style-2 .blog-meta-top ul {
    top: 25px;
    left: 20px;
}

.blog-section.style-2 .blog-learn-more:hover a {
    color: var(--thm-base);
}

.blog-section.style-2 .blog-content {
    background-color: #fff;
    padding: 25px 35px 20px;
    position: relative;
    text-align: center;
}

.blog-content h5 a {
    color: #232323;
    font-size: 20px;
    font-weight: 700;
}

.blog-content h5:hover a {
    color: var(--thm-base);
}



/*========  End of News section css  =========*/



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background: #226032;
    color: #fff;
}

/* .footer-logo{
    display: flex;
    justify-content: center;
} */

.footer-logo .logo-box {
    padding: 0;
}

.footer-logo .logo-box img {
    width: 110px;
}

.footer-hr {
    padding: 60px 0 50px 0;
    border-bottom: 1px solid #d9d9d9;
}

.widget {
    padding: 0 5px;
}

.footer-widget-title,
.footer-logo {
    padding-bottom: 15px;
}

.footer-contact p {
    margin-top: 0;
}

.footer p,
.footer a {
    color: #d9d9d9;
}

.footer h5 {
    color: #fff;
}

.footer h6 {
    color: #fff;
    font-size: 16px;
}

.footer-about-social-icon ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer-about-social-icon ul {
    margin-top: 40px;
    display: inline-block;
}

.footer-about-social-icon ul li a {
    border: 1px solid #fff;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 3px;
    transition: .5s;
}

.footer-about-social-icon ul li:nth-child(1) a {
    padding: 8px 13px;
    transition: .5s;
}

.footer-about-social-icon ul li:hover a {
    background: var(--thm-secondary);
    border-color: var(--thm-secondary);
    color: var(--thm-badge);
}

.footer-popular-single-post {
    margin-bottom: 15px;
}

.single-post-img img {
    height: auto;
    width: 80px;
    border-radius: 5px;
}

.popular-post-title a {
    font-size: 15px;
}

.popular-post-title {
    margin-left: 25px;
    transition: .3s;
}

.popular-post-title a:hover h6 {
    color: var(--thm-secondary);
}

.popular-post-title p {
    font-size: 13px;
    margin-bottom: 0;
}

.footer-quick-link-list ul li {
    list-style: none;
    margin-bottom: 15px;
    transition: .3s;
    margin-left: 25px;
    position: relative;
}

.footer-quick-link-list ul li:hover a {
    color: var(--thm-secondary);
}

.footer-quick-link-list ul li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: -25px;
    height: 1px;
    width: 10px;
    background: #fff;
}

.footer .footer-hr [class*="col-"] .widget p:last-child,
.footer .footer-hr [class^="col-"] .widget p:last-child {
        margin-bottom: 0;
}

@media only screen and  (max-width: 575px) {
    .footer .footer-hr [class*="col-"] .widget,
    .footer .footer-hr [class^="col-"] .widget {
        margin-bottom: 10px;
    }

    .footer .footer-hr [class*="col-"]:first-child .widget,
    .footer .footer-hr [class^="col-"]:first-child .widget {
        margin-bottom: 25px;
    }

    .footer .footer-hr [class*="col-"]:last-child .widget,
    .footer .footer-hr [class^="col-"]:last-child .widget {
        margin-bottom: 0;
    }
}

/*-------------------
============= Start Footer Copyright Section
-------------------*/
.footer-copyright-section {
    background: #226032;
    color: #fff;
    padding: 20px 0;
    position: relative;
}

.footer-copyright-section .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright-section p {
    font-size: 16px;
    color: #d9d9d9;
    margin: 0;
}

.footer-copyright-section a {
    color: #d9d9d9;
}

/*========  End of Main Footer css  =========*/


/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.contact-kshitiz {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
    .contact-kshitiz {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-kshitiz {
        padding-top: 60px;
        padding-bottom: 55px;
    }
}

@media only screen and (max-width: 480px) {
    .contact-kshitiz .block-title {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-kshitiz__content {
        margin-bottom: 50px;
    }
}

.contact-kshitiz__content {
    padding-bottom: 10px;
}

.contact-kshitiz__content .block-title {
    margin-bottom: 25px;
}

.contact-kshitiz__content>p {
    margin: 0;
    margin-bottom: 45px;
}

.contact-kshitiz__box+.contact-kshitiz__box {
    border-top: 1px solid #e6eaef;
    margin-top: 25px;
    padding-top: 25px;
}

.contact-kshitiz__box {
    display: flex;
    align-items: center;
    text-align: left;
}

@media (min-width: 1200px) {
    .contact-kshitiz__box {
        margin-right: 30px;
    }
}

.contact-kshitiz__box:hover i {
    background-color: var(--thm-primary);
}

.contact-kshitiz__box i {
    width: 65px;
    height: 65px;
    background-color: var(--thm-base);
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 500ms ease;
    border-radius: 50%;
}

.contact-kshitiz__box-content {
    margin-left: 20px;
}

.contact-kshitiz__box-content h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--thm-secondary);
    line-height: 1;
    margin-bottom: 10px;
}

.contact-kshitiz__box-content a {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    display: block;
    color: var(--thm-color);
    transition: all 500ms ease;
}

.contact-kshitiz__box-content a:hover {
    color: var(--thm-primary);
}

@media (max-width: 425px) {
    .contact-kshitiz__box-content a {
        max-width: 180px;
    }
}

.google-map__kshitiz {
    width: 100%;
}

.google-map__kshitiz iframe {
    display: block;
    border: none;
    outline: none;
    width: 100%;
    height: 400px;
}

/*========  End Contact css  =========*/


/*--------------------------------------------------------------
# Inner Pages
--------------------------------------------------------------*/

/* About Page */

.flat-about-2 .about-content-container {
    margin-left: 15px;
}

.flat-about-2 .about-2-content-right .about-counter-box {
    position: absolute;
    bottom: -28px;
    right: 54px;
    background-color: var(--thm-base);
    padding: 35px;
    border-radius: 8px;
    background-image: url(../images/resources/mark-about-counter.png);
    background-repeat: no-repeat;
    background-position: center left;
    box-shadow: 0px 5px 17px var(--thm-base);
}

.flat-about-2 .about-2-content-right .about-counter-inner {
    display: flex;
    align-items: end;
}

.flat-about-2 .about-2-content-right .about-counter-box .number-counter {
    margin-right: 11px;
}

.flat-about-2 .about-2-content-right .about-counter-box .number-counter span {
    font-size: 65px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #fff;
}

.flat-about-2 .about-2-content-right .about-counter-box .heading-count h3 {
    font-size: 20px;
    line-height: 29px;
    color: #fff;
}

.flat-about-2 .about-2-content-right .about-2-post {
    border-radius: 8px;
    overflow: hidden;
    padding-right: 30px;
}

.flat-about-2 .about-2-content-right .about-counter-box {
    bottom: 45px;
    right: -3px;
}

/* Tabs */

.ui-widget.ui-widget-content {
    border: none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: .8em 1.5em;
    text-align: center;
}

.ui-widget-header {
    border: none;
    background: transparent;
}

#tabs {
    border: none;
    background: transparent;
    margin-top: 25px;
}

#tabs .tabs-btn-list li {
    border: 1px solid #333;
    background: transparent;
    margin-right: 10px;
    transition: .3s;
}

#tabs .tabs-btn-list li:hover {
    border: 1px solid var(--thm-base);
    background: var(--thm-base);
    color: #fff;
}

#tabs .tabs-btn-list li:hover a {
    color: #fff;
}

#tabs .tabs-btn-list .ui-state-active {
    border-color: var(--thm-base);
    background: var(--thm-base);
    margin-right: 10px;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.tabs-content-area {
    padding-top: 30px;
    padding-left: 5px;
    color: #6d6d6d;
}

.tabs-inner-list {
    list-style: square;
    padding-left: 15px;
    padding-bottom: 25px;
}

.tabs-content-area p {
    font-family: 'Rubik', sans-serif;
}

.award-content {
    text-align: center;
    padding: 0 16px;
    margin-top: 20px;
}

.award-single-title h5 {
    font-family: 'Rubik', sans-serif;
    color: #444;
    font-weight: 600;
}

.award-content p {
    text-align: center !important;
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .flat-about-2 .about-2-content-right .about-2-post {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

/* Vertical Tabs */

.wrap-feature-box .nav-pills {
    display: block;
}

.wrap-feature-box .nav-pills li a {
    display: flex;
    margin-bottom: 20px;
    padding: 25px;
}

.wrap-feature-box .nav-pills li a {
    font-weight: 500;
}

.wrap-feature-box .nav-pills li a.active,
.wrap-feature-box .nav-pills li a:hover {
    background: var(--thm-secondary);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    color: var(--thm-badge);
}


/*========  End About css  =========*/


/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq-one {
    position: relative;
}

@media (max-width: 991px) {
    .faq-one {
        padding-top: 330px;
        padding-bottom: 80px;
    }
}

.faq-one__box .main-header__info-phone>i {
    font-size: 38px;
    color: #fff;
}

.faq-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.02;
    background-size: cover;
}

.faq-one__content {
    padding-right: 41px;
}

.faq-one__content p {
    color: #b0c2d7;
    margin-top: 35px;
}

@media (max-width: 425px) {
    .faq-one__content p {
        margin-top: 20px;
    }
}

@media (max-width: 1199px) {
    .faq-one__content {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .faq-one__content {
        margin-bottom: 40px;
    }
}

.faq-one .block-title {
    max-width: 520px;
}

.faq-one .block-title p {
    color: var(--thm-text-dark);
}

.faq-one .block-title h2 {
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.01em;
}

.faq-one #accordion li {
    border-radius: 4px;
}

.faq-one #accordion li+li {
    margin-top: 20px;
}

.faq-one ul {
    margin-top: 0;
}

.faq-one #accordion .para-title {
    position: relative;
    color: var(--thm-badge);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    cursor: pointer;
    margin-bottom: 0;
    padding: 25px 40px;
    background-color: #fff;
    border-radius: 4px;
}

@media (max-width: 480px) {
    .faq-one #accordion .para-title {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.faq-one #accordion .para-title span {
    display: block;
    transition: all 500ms ease;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 440px) {
    .faq-one #accordion .para-title span {
        max-width: 95%;
    }
}

.faq-one #accordion .para-title.active {
    color: var(--thm-base);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.faq-one #accordion .para-title.active i {
    color: var(--thm-base);
}

.faq-one #accordion .para-title i {
    font-size: 16px;
    color: var(--thm-badge);
    transition: all 500ms ease;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

@media (max-width: 480px) {
    .faq-one #accordion .para-title i {
        right: 20px;
    }
}

.faq-one #accordion .collapse {
    transition: all 500ms ease;
}

.faq-one #accordion p {
    transition: all 500ms ease;
    background-color: #fff;
    margin: 0;
    /* padding: 30px 40px; */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-weight: 600;
}

.faq-one #accordion p + ul {
    margin-top: 25px;
}

@media (max-width: 480px) {
    .faq-one #accordion p {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.faq-one__faq-page {
    background-color: #fff;
    padding-top: 0;
}

@media (max-width: 991px) {
    

    .faq-one ul {
        margin-top: 0;
    }

}

@media (max-width: 425px) {
    

}

.faq-one__faq-page #accordion li {
    border-radius: 4px;
    transition: all 500ms ease;
}

.faq-one__faq-page #accordion li.active {
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.faq-one__faq-page #accordion li .para-title {
    background-color: var(--thm-secondary);
}


.faq-one__box {
    background-color: var(--thm-primary);
    border-radius: 4px;
}

@media (max-width: 991px) {
    .faq-one__box {
        margin-top: 60px;
    }
}

.faq-one__box img {
    width: 100%;
}

.faq-one__box .main-header__info-phone {
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.faq-one__box .main-header__info-phone-content span {
    color: #f5f5f5;
    font-size: 12px;
}

.faq-one__box .main-header__info-phone-content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}



/*** 

====================================================================
	Download Section
====================================================================

***/

.post-inner .sec-download {
    border-bottom: 1px solid #e9ecef;
    position: relative;
    padding: 20px 0;
}

.post-inner .sec-download:first-child {
    padding-top: 0;
}

.sec-download h3 {
    font-size: 18px;
    padding-bottom: 5px;
    margin: 0;
}

.sec-download small span {
    padding-right: 10px;
}

.sec-download .btn {
    font-size: 13px;
    line-height: 1;
    padding: 6px;
    text-transform: capitalize;
}


/*========  End Download css  =========*/


/* Inner Details Pages
-------------------------------------------------------------- */
.flat-details {
    /* margin-bottom: -30px; */
}

.flat-details .post-inner h2 {
    margin-bottom: 21px;
}

.flat-details .post-inner p {
    margin-bottom: 25px;
}

.flat-details .post-inner .post-media {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
}

.flat-details .post-inner .work-process {
    display: flex;
    flex-wrap: wrap;
    margin-top: -3px;
    margin-bottom: 10px;
}

.flat-details .post-inner .work-process li {
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 22px;
}

.flat-details .post-inner .work-process .icon-tick {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 15px;
    margin-right: 13px;
    background-color: var(--thm-base);
    flex-shrink: 0;
    border-radius: 50%;
    text-align: center;
    object-fit: cover;
    box-shadow: 0px 7px 12px #77737347;
}

.flat-details .post-inner .work-process .icon-tick::after {
    color: #fff;
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-size: 11px;
}

.flat-details .post-inner .work-process h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}

.flat-details .post-inner .blog-meta {
    color: #777777;
    margin-bottom: 15px;
}

.flat-details .post-inner .post-media {
    position: relative;
}

.flat-details .post-inner .post-media .post-date {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 70px;
    height: 65px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    padding-top: 17px;
    line-height: 0.8em;
    background-color: var(--thm-base);
}

.flat-details .post-inner .post-media .post-date span {
    font-size: 12px;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
}

/* Sidebar List */

.sidebar .list-menu li {
    padding-bottom: 10px;
    border-bottom: 2px solid #eeeeee;
    word-wrap: break-word;
}

.sidebar .list-menu li:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar .list-menu li a {
    font-weight: 700;
}

.sidebar .list-menu li.active a,
.sidebar .list-menu li.active,
.sidebar .list-menu li a:hover {
    color: var(--thm-base);
    border-bottom-color: var(--thm-base);
}

@media only screen and (max-width: 991px) {
    .sidebar {
        width: 60%;
        margin-bottom: 40px;
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar {
        width: 100%;
    }
}


/* Inner Team Page
-------------------------------------------------------------- */
.flat-details.flat-news .post-inner h2 {
    margin-bottom: 15px;
}

.team-content-box {
    position: relative;
}

.team-content-box .inner-box {
    position: relative;
}

.message.team-content-box .thumb-item,
.message.team-content-box .about-content-container .tabs-inner-list {
    float: left;
}

.message.team-content-box .about-content-container p {
    word-break: break-all;
    padding: 0;
    margin: 0 0 25px;
}

.message.team-content-box .thumb-item {
    width: 240px;
    margin-right: 30px;
}

.message.team-content-box .inner-box {
    border: 1px solid #eeeeee;
    border-radius: 10px;

    overflow: hidden;
}

.team-content-box figure {
    position: relative;
    overflow: hidden;
}

.team-content-box figure img {
    width: 100%;
    height: 280px;
    transform: scale(1);
    transition: all 0.7s ease-in-out 0s;
}

.team-content-box .inner-box:hover figure img {
    transform: scale(1.2);
}

.team-content-box .contentBox {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-color: #fff;
    text-align: center;
    padding: 13px 0;
    -webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    -moz-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    opacity: 1;
    transition: all 0.7s ease-in-out 0s;
}

.message.team-content-box .contentBox {
    left: 0;
    right: 0;
    bottom: 0;
}

.team-content-box .contentBox h4 {
    font-size: 18px;
    font-weight: 600;
}

.team-content-box .contentBox .designation {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #888;
    text-transform: uppercase;
}

.inner-box.single-post-team {
    max-width: 33.333333%;
    margin: 0 auto;
}

@media only screen and (max-width: 991px) {
    .inner-box.single-post-team {
        max-width: 60%;
    }
    .inner-box.single-post-team figure img {
        height: auto;
    }
    .team-content-box figure img {
        height: 380px;
    }
}

@media only screen and (max-width: 767px) {
    .inner-box.single-post-team {
        max-width: 100%;
    }

    .team-content-box figure img {
        height: 320px;
    }
}

@media only screen and (max-width: 575px) {
    .team-content-box figure img {
        height: auto;
    }
}

@media only screen and (max-width: 540px) {
    
    .message.team-content-box .thumb-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
}


/* Inner News Grid Page
-------------------------------------------------------------- */
.news-block {
    position: relative;
}

.news-block .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.news-block .image img {
    border-radius: 6px;
    width: 100%;
}

.news-block .lower-content {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    padding: 25px 23px 25px;
    -webkit-box-shadow: 0px 0px 62px 0px rgba(27, 31, 45, 0.09);
    box-shadow: 0px 0px 62px 0px rgba(27, 31, 45, 0.09);
}

.news-block .post-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #808080;
    margin-right: 5px;

    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #202020;
    padding-bottom: 0;
    margin-bottom: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block h4 a {
    color: #202020;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block .inner-box:hover h4 a {
    color: #fff;
}

.news-block .inner-box:hover h4 a {
    color: var(--thm-base);
}


.news-block .read-more-link {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--fira-sans);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block .read-more-link:hover {
    padding-left: 42px;
}

.news-block .read-more-link:before {
    position: absolute;
    content: '';
    left: 0;
    top: 11px;
    height: 1px;
    width: 21px;
}

.news-block .read-more-link i {
    position: absolute;
    left: 21px;
    top: -1px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-block .read-more-link:hover i {
    opacity: 1;
}



/* Inner News Detail Page
-------------------------------------------------------------- */
.side-bar .widget {
    padding: 31px 36px 28px 32px;
    box-shadow: 1px 7px 15px #b4b4b447;
    margin-bottom: 40px;
}

.widget-title {
    position: relative;
    color: var(--thm-base);
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dce4ed;
}

.widget-title:after {
    content: '';
    width: 60px;
    height: 4px;
    background: var(--thm-base);
    position: absolute;
    bottom: -2px;
    left: 0;
}

.widget-title .separator {
    position: relative;
    width: 65px;
    height: 15px;
    margin-bottom: 20px;
}

.side-bar .widget-recent-post .widget-title {
    margin-bottom: 16px;
}

.recent-news .thumb {
    width: 85px;
    overflow: hidden;
    float: left;
    border-radius: 3px;
    margin-right: 9px;
}

.recent-news .thumb img {
    height: 52px;
}

.recent-news li {
    padding: 28px 0;
    border-bottom: 1px dashed #ccc;
}

.recent-news li:last-child {
    border-bottom: unset;
    padding-bottom: 0;
}

.recent-news .texts {
    margin-top: -4px;
    padding-left: 95px;
}

.recent-news .texts a {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.recent-news .texts span {
    font-size: 14px;
    line-height: 30px;
}

/* FeedBack Form */

.side-container {
    position: fixed;
    top: 50vh;
    left: 0;
    z-index: 1000;
    font-size: 14px;
    width: 0;
}

.side-container.active .side-inner {
    transform: translate(0, -50%);
}

.side-container .with_padding {
    padding: 35px 40px 40px;
}

.side-container .side-inner {
    background-color: #ffffff;
    min-width: 320px;
    position: absolute;
    left: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: translate(-100%, -50%);
    transition: transform 0.3s ease 0s;
}

.side-container .contact-form label[for] {
    display: block;
}

.side-container input[type="text"],
.side-container input[type="email"],
.side-container input[type="url"],
.side-container input[type="password"],
.side-container input[type="search"],
.side-container input[type="tel"],
.side-container input[type="number"],
.side-container input[type="date"],
.side-container textarea,
.side-container select,
.side-container .form-control {
    height: 44px;
    padding: 10px 30px;
}

.side-container .selectize-control {
    min-height: 44px;
}

.side-container .selectize-input {
    min-height: 44px;
    padding-left: 30px;
    padding: 10px 50px 10px 30px;
}

.side-container .selectize-input input {
    height: 24px;
}

.side-container .selectize-control.single .selectize-input:after,
.side-container .selectize-input:after {
    line-height: 44px;
    right: 20px;
}

.side-container .contact-form-submit,
.side-container .form-submit {
    margin-top: 10px;
}

.side-container .theme_button {
    padding-top: 14px;
    padding-bottom: 14px;
}

.gradient_bg_color1 {
    background-color: #03a84e;
}

.side-container .side-container-open {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 27px;
    text-align: center;
    min-width: 175px;
    display: inline-block;
    padding: 15px 65px 15px 15px;
    border-radius: 0 0 0 20px;
    transform: translate(-50%, -50%) rotate(-90deg);
    z-index: -1;
    cursor: pointer;
}

.side-container .side-container-open:after {
    position: absolute;
    content: "\f0e0";
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    top: 0;
    right: 0;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: none;

    -webkit-transform: rotate(90Deg);
    -moz-transform: rotate(90Deg);
    -ms-transform: rotate(90Deg);
    -o-transform: rotate(90Deg);
    transform: rotate(90Deg);
}

.small-text {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
}



.side-container .side-container-close {
    position: absolute;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    font-size: 20px;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.side-container .side-container-close:after {
    content: "\f00d";
    font-family: 'Font Awesome 5 Pro';
    background-image: none;
}

.slide-toggle {
    display: none;
}




/* Default Form Style */

.default-form {
    position: relative;
}

.default-form .row {
    margin: 0 -15px;
}

.default-form .form-group {
    position: relative;
    padding: 0 15px;
    margin-bottom: 25px;
}

.default-form .form-group .field-label {
    position: relative;
    display: block;
    color: #333333;
    line-height: 24px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.default-form .form-group:last-child {
    margin-bottom: 0;
}

.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: 52px;
    width: 100%;
    font-size: 15px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #e2eef2;
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea {
    height: 120px;
    padding-top: 12px;
    resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button {
    display: inline-block;
    margin-top: 5px;
}

.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);
    box-shadow: none;
}

.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;
    padding-top: 5px;
}

.content-box .default-form label.error {
    color: #ffffff;
    font-size: 16px;
    padding-top: 10px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 15px;
    font-style: normal;
    height: 52px;
    padding: 10px 20px;
    line-height: 30px;
    font-family: 'Arimo', sans-serif;
    color: #222222;
    border-radius: 0px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 3px;
    text-indent: 0px;
    color: #333333;
}

.form-group .ui-button .ui-icon:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #666666;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    z-index: 5;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
    font-family: 'Arimo', sans-serif;
}


.ui-selectmenu-open {
    z-index: 9999;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 9px 20px !important;
    font-size: 15px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: var(--thm-base);
    border-color: var(--thm-base);
}

.appointment-section .form-box {
    position: relative;
    display: block;
    background: #edf5f8 url(../images/icons/round-pattern-1.png) 60px -350px no-repeat;
    padding: 50px 45px;
}

.appointment-section .title {
    position: relative;
    margin-bottom: 30px;
}

.appointment-section .title h3 {
    position: relative;
    display: inline-block;
    line-height: 1.2em;
    font-size: 24px;
    color: #222222;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 10px;
}

.appointment-section .title h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    border-bottom: 2px solid var(--thm-base);
}

.appointment-form .row {
    margin: 0 -7px;
}

.appointment-form .form-group {
    padding: 0 7px;
    margin-bottom: 14px;
}

.appointment-form form button {
    text-transform: none;
    margin-top: 5px;
}



/* Inner Contact Us Page
-------------------------------------------------------------- */
.location_item {
    background: #fff;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 60px;
}

.location_item:last-child {
    margin-bottom: 0px;
}

.location_item .left_text {
    vertical-align: middle;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.location_item .left_text .loc {
    color: var(--thm-secondary);
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.location_item .left_text p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    color: #797979;
}

.location_item .left_text .tel {
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #797979;
    margin-bottom: 0px;
}

.location_item .left_text .tel a {
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #797979;
}

.location_item .left_text .em {
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #797979;
    margin-bottom: 0px;
}

.location_item .left_text .em a {
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #1bbd36;
}

.location_item .left_text .em:last-child {
    margin-bottom: 0px;
}

.location_item .right_map {
    max-width: 370px;
    width: 100%;
    height: 275px;
}

.location_item .right_map .mapBox2 {
    height: 100%;
}

.location_item .branch-list {
    margin-bottom: 30px;
}

.location_item .branch-list:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .location_item .right_map {
        max-width: 100%;
        margin-top: 30px;
    }

    .location_item {
        display: block !important;
    }
}

@media (max-width: 480px) {
    .location_item {
        padding: 30px 15px;
    }
}


/* Pagination
-------------------------------------------------------------- */
.pagination {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.pagination li {
    display: inline-block;
    margin: 0px 3px;
}

.pagination li.page-item .page-link {
    border-radius: 50%;
}

.pagination li a,
.pagination li span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #5a5a68;
    border-radius: 50%;
    background-color: transparent;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pagination li.page-item.active .page-link {
    background-color: var(--thm-secondary);
    border-color: var(--thm-secondary);
    color: var(--thm-badge);
} 

.pagination li a:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 5px;
    left: -1px;
    top: -1px;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    z-index: -1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pagination li a:hover:before,
.pagination li a.active:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.pagination li a:hover,
.pagination li a.active {
    background: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.pagination li a:hover,
.pagination li a.active {
    color: var(--thm-base);
}


/* Inner Gallery Page
-------------------------------------------------------------- */
.inner-page-gallery-columns h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    margin-top: 70px;
}

.inner-page-gallery-columns .description {
    margin: 40px auto auto;
    text-align: center;
    width: 100%;
    color: #7e8c99;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 60px;
}

.inner-page-gallery-columns {
    min-height: 585px;
    width: 100%;
    float: left;
    margin-bottom: 150px;
}

.inner-page-gallery-columns .description {
    width: 100%;
}

.inner-page-gallery-columns-dimension-btn {
    margin: 0 0 50px;
    float: left;
}

.inner-page-gallery-columns-dimension-btn a {
    font-size: 16px;
    font-family: 'lato', sans-serif;
    color: #4b5867 !important;
    text-decoration: none;
    padding: 12px 21px 16px;
    background: #eff3f5;
    cursor: pointer;
    float: left;
    -moz-transition: .2s all;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    -ms-transition: .2s all;
    transition: .2s all;
}

.inner-page-gallery-columns-dimension-btn a.active,
.inner-page-gallery-columns-dimension-btn a:hover {
    color: #fff !important;
    background: #4b5867;
}

.inner-page-gallery-three-columns-dimension-btn a {
    min-width: 106px;
    text-align: center;
}

.inner-page-gallery-columns-dimension-detail ul {
    list-style: none;
}

.inner-page-gallery-columns-dimension-detail img {
    /* width: 100%; */
}

.inner-page-gallery-three-columns .row .col-md-4.col-sm-4.col-xs-12 {
    padding: 0;
}

.inner-page-gallery-columns-dimension-detail .gallery-item {
    /* margin-bottom: 25px; */
    padding: 0;
}

.inner-page-gallery-columns-dimension-detail img {
    border: #fff solid 1px;
}

.inner-page-gallery-columns-dimension-detail .image_description {
    background: rgba(var(--thm-base-rgb), 0.9) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    opacity: 1;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -o-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    transition: all 0.7s ease-out 0s;
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 100%;
}

.image_description.coloumns {
    display: flex;
    justify-content: center;
}

.inner-page-gallery-columns-dimension-detail .gallery-item:hover .image_description {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius: 0;
}

.inner-page-gallery-columns-dimension-detail .image_description p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
}

.inner-page-gallery-columns-dimension-detail .icon {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    border-radius: 50%;
    color: var(--thm-base);
    font-size: 30px;
    text-align: center;
}

.inner-page-gallery-columns-dimension-detail .icon img {
    border: none;
}

/* .inner-page-gallery-columns-dimension-detail .icon {
    margin: 25% auto 20px;
} */

.inner-page-gallery-columns-dimension-detail .icon a {
    width: 40px;
    height: 40px;
    background: #fff;
    color: var(--thm-base);
    border-radius: 50%;
}

.inner-page-gallery-columns-dimension-detail .icon a>i {
    font-size: 1.563rem;
    line-height: 1.6;
}

#image_lightbox {
    margin-top: 50%;
}

#image_lightbox img {
    height: auto;
    width: 100%;
}

#image_lightbox .modal-title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.previous_image_btn {
    background-color: var(--thm-base);
    border: medium none;
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    height: 50px;
    left: 35px;
    opacity: .75;
    position: absolute;
    top: 45%;
    width: 50px;
    outline: none;
}

.next_image_btn {
    background-color: var(--thm-base);
    border: medium none;
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    height: 50px;
    right: 35px;
    opacity: .75;
    position: absolute;
    top: 45%;
    width: 50px;
    outline: none;
}

.previous_image_btn:focus,
.next_image_btn:focus {
    outline: none;
}

.previous_image_btn:hover,
.next_image_btn:hover {
    opacity: 1;
    outline: none;
}

@media only screen and (max-width: 575px) {
    .inner-page-gallery-columns-dimension-detail .gallery-item {
        margin-bottom: 10px;
    }

    .inner-page-gallery-columns-dimension-detail .gallery-item:last-child {
        margin-bottom: 0;
    }
}

/* Video Gallery */

.portfolio-container .item {
    margin: 10px 0;
}

.portfolio-container .item .thumb {
    position: relative;
    display: block;
}

.portfolio-container .item .thumb a {
    display: block;
}

.portfolio-container .item .thumb a .img {
    display: block;
}

.portfolio-container .item .thumb .img {
    display: block;
    border: 1px solid #c9c9c9;
}

.portfolio-container .item .thumb .thumb-icon,
.certificate-wrap .item .thumb .thumb-icon {
    position: absolute;
    content: "";
}

.portfolio-container .item .thumb .thumb-icon,
.certificate-wrap .item .thumb .thumb-icon {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.portfolio-container .item .thumb .thumb-icon a,
.certificate-wrap .item .thumb .thumb-icon a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: inline-block;
    font-size: 25px;
    border-radius: 50%;
    background: #28c785;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-container .item .thumb .thumb-icon a:hover,
.certificate-wrap .item .thumb .thumb-icon a:hover {
    background: #fff;
    color: #28c785;
    border-color: #28c785;
}

.portfolio-container .item .thumb .thumb-icon a i,
.certificate-wrap .item .thumb .thumb-icon a i {
    font-size: 15px;
}

.vid {
    height: 350px;
    width: 100%;
    position: relative;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    display: table;
    text-align: center;
}

#bp_loader {
    box-shadow: none;
}

.vid:before,
.vid:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.2s;
}

.vid:before {
    background: linear-gradient(150deg, #000, transparent 70%);
    opacity: 0.9;
}

.video_container .video-module .btn-round i {
    background-color: var(--thm-base);
    border-color: var(--thm-base);
    top: -3px;
}

.video_container .item:hover .video-module .btn-round i {
    background-color: var(--thm-secondary);
    color: var(--thm-badge);
}

.video_container .video-module {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (min-width: 1025px) {
    .video-module .btn-round i {
        height: 62px;
        width: 62px;
        line-height: 62px;
    }
}

.btn-round i {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: rgba(23, 22, 26, 0.95);
    font-size: 30px;
    position: relative;
    z-index: 1;
    color: #fff;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.video-module.with-animation .btn-play:hover:after {
    -webkit-animation: none;
    animation: none;
}

.video_container .video-module audio {
    position: relative;
    z-index: 1;
}



/*----------------------------------------*/
/*   Calculaor widget CSS
  /*----------------------------------------*/
.bg_disable {
    background-color: #f5f7fa !important;
}

.calculator-widget .single-calculator-widget {
    padding: 42px 50px;
    border: 1px solid #dcdee0;
    border-radius: 10px;
}

.calculator-widget .single-calculator-widget label {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    color: var(--thm-title-color);
}

.calculator-widget .calculator-result-widget {
    padding: 42px 45px;
    border: 1px solid #dcdee0;
    border-radius: 10px;
}

.calculator-widget .interestBox {
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #dcdee0;
}

/* .calculator-widget .interestBox .input-group-text{
    border: none;
    background-color: transparent;
    padding: 0;
}

.calculator-widget .interestBox input {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--thm-secondary-color);
    margin-top: 10px;
    background-color: transparent;
    display: inline-block;
    border: none;
    padding: 0;
    height: auto;
}

.calculator-widget .interestBox input:focus{
    box-shadow: none;
} */

.calculator-widget .calculator-result-widget h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    color: var(--theme-title-color);
    margin: 0;
}

.calculator-widget .calculator-result-widget p {
    color: var(--thm-secondary-color);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 15px;
}

/*----------------------------------------*/
/*   Member Registration Form
  /*----------------------------------------*/

.small-title.badge {
    font-size: 80%;
    padding: 0.45rem 0.4rem;
    line-height: 1.1;
    font-weight: 500;
}

.small-title.badge-danger {
    background-color: var(--thm-secondary);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contact_form-box .form-input input {
    display: none;

}

.contact_form-box .form-input label {
    display: block;
    height: 45px;
    text-align: center;
    background: var(--thm-form-input);

    color: var(--thm-color);
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 42px;
}

.contact_form-box .form-input img {
    width: 320px;
    height: 200px;
    display: none;

    margin: 20px auto 30px;
}

.apply-form {
    padding-top: 40px;
}

.apply-form .block-title {
    margin-bottom: 20px;
}

.contact_form-input {
    border: 1px solid #dcdee0;
    border-radius: 4px;
    color: var(--thm-color);
    font-size: 15px;
    width: 100%;
    display: block;
    outline: none;
    height: 45px;
    margin-bottom: 20px;
}

.contact_form-input:focus {
    box-shadow: none;
    border-color: var(--thm-base);
}

.contact_form-box {
    margin-top: 40px;
}

.contact_form textarea {
    height: 140px;
    padding-top: 20px;
}

.contact_form .thm-btn:hover {
    background-color: var(--thm-secondary);
    color: #fff;
}

.contact_form label strong {
    /* font-size: 12px !important; */
    color: #0c2139;
}

.contact_form-submit {
    margin-top: 10px;
}

.info-wrap {
    background-color: var(--thm-primary);
    color: rgba(255, 255, 255, 0.8);
}

.info-wrap h3 {
    color: #fff;
}

.info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.info-wrap .dbox:last-child {
    margin-bottom: 0;
}

.info-wrap .dbox p {
    margin-bottom: 0;
}

.info-wrap .dbox p span {
    font-weight: 500;
    color: #fff;
}

.info-wrap .dbox p a {
    color: #fff;
}

.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.info-wrap .dbox .text {
    width: calc(100% - 50px);
}

@media only screen and (max-width: 767px) {
    .contact-wrap {
        height: 300px;
    }
}

.dropdown-menu {
    font-size: .875rem;
}

.page-title {
    display: block;
    margin: 20px 0;
    text-align: center;
    font-size: 40px;
    line-height: 1.2;
    text-transform: capitalize;
}

.page-title span {
    font-size: 30px;
    font-weight: 700;
}

.profile-uploader {
    display: table;
    float: right;
    vertical-align: middle;
}

.title-header-content {
    height: 100%;
}

#imageUpload {
    display: none;
}

#profileImage {
    cursor: pointer;
}

#profile-container {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-left: 20px;
    /* -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%; */
}

.profile-uploader span {
    display: table-cell;
    font-size: 22px;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}

#profile-container img {
    width: 150px;
    height: 150px;
}

.contact_form-box .input-group-append {
    display: table;
}

.contact_form-box .input-group-text {
    background-color: #e9ecef !important;
    border: none;
    vertical-align: middle;
    display: table-cell;
}

.uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.uploader .contact_form-input+label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px solid #eee;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.uploader label:hover {
    border-color: #454cad;
}

.uploader label.hover {
    border: 3px solid #454cad;
    box-shadow: inset 0 0 0 6px #eee;
}

.uploader label.hover #start i.fa {
    transform: scale(0.8);
    opacity: 0.3;
}

.uploader #start {
    float: left;
    clear: both;
    width: 100%;
}

.uploader #start.hidden {
    display: none;
}

.uploader #start i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
}

.uploader #response {
    float: left;
    clear: both;
    width: 100%;
}

.uploader #response.hidden {
    display: none;
}

.uploader #response #messages {
    margin-bottom: 0.5rem;
}

.uploader #file-image {
    display: inline;
    margin: 0 auto 0.5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
}

.uploader #file-image.hidden {
    display: none;
}

.uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

.uploader #notimage.hidden {
    display: none;
}

.uploader progress,
.uploader .progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
}

.uploader .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
}

.uploader .progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, #393f90 0%, #454cad 50%);
    border-radius: 4px;
}

.uploader .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, #393f90 0%, #454cad 50%);
    border-radius: 4px;
}

.uploader input[type=file] {
    display: none;
}

.uploader div {
    margin: 0 0 0.5rem 0;
    color: #5f6982;
}

.uploader .btn {
    display: inline-block;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: 0.2rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #454cad;
    border-color: #454cad;
    cursor: pointer;
}

/* form validate color */
form.cmxform label.error,
label.error {
    color: red;
    font-style: italic;
}

/* Table */
.product-filter-wrap {
    padding-bottom: 30px;
}

.product-filter-wrap .woocommerce-result-count-left {
    font-size: 16px;
    font-weight: 600;
}

.twm-right-section-panel {
    padding: 30px;
    border-radius: 10px;
    background-color: var(--thm-greybg);
}

.twm-saved-jobs-view {
    margin-bottom: 10px;
}

.twm-saved-jobs-view .modal-dialog {
    max-width: 590px;
}

@media (max-width: 575px) {
    .twm-saved-jobs-view .modal-dialog {
        margin: 20px;
    }
}

.twm-saved-jobs-view .modal-content {
    border-top: 6px solid var(--thm-primary);
}

.twm-saved-jobs-view .modal-header {
    display: block;
    text-align: center;
    border: none;
    margin-top: 50px;
}

.twm-saved-jobs-view .modal-header .modal-title {
    font-size: 24px;
    margin-bottom: 0px;
}

.twm-saved-jobs-view .modal-header .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1;
}

.twm-saved-jobs-view .modal-body {
    padding: 30px 50px;
}

@media (max-width: 575px) {
    .twm-saved-jobs-view .modal-body {
        padding: 20px;
    }
}

.twm-saved-jobs-view .modal-footer {
    border: none;
    background-color: var(--thm-greybg);
    text-align: center;
    display: block;
    padding: 20px;
    margin-top: 30px;
}

.twm-saved-jobs-view .modal-footer .site-button {
    display: inline-block;
    text-align: center;
}

.twm-table tbody tr td a {
    border: none;
    background: transparent;
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
}

.twm-table tbody tr td a .fa {
    background-color: var(--thm-secondary);
    color: var(--thm-base);
    border-radius: 4px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}

.twm-table tbody tr td a:hover .fa {
    background-color: var(--thm-base);
    color: var(--thm-text-white);
}

.panel-heading-with-btn {
    display: flex;
    justify-content: space-between;
}

.twm-textarea-full .form-control {
    height: 130px;
}

.twm-s-detail-section {
    position: relative;
    margin-bottom: 15px;
}

.twm-s-detail-section .twm-title {
    font-size: 15px;
    font-weight: 600;
    color: #17171d;
    word-break: break-word;
}

.twm-s-detail-section .twm-s-info-discription {
    font-size: 14px;
    color: #666666;
}

.twm-panel-inner .twm-list-wrap {
    margin: 0px 0px 30px 0px;
    border-bottom: 1px solid #f9fcff;
}

/* Data Table Candidets */
.twm-DT-candidates-list {
    position: relative;
    display: flex;
    width: 100%;
}

.twm-DT-candidates-list .twm-media {
    width: 100%;
    max-width: 50px;
    display: inline-block;
    margin-right: 10px;
}

.twm-DT-candidates-list .twm-media .twm-media-pic {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.twm-DT-candidates-list .twm-media .twm-media-pic img {
    display: inline-block;
}

.twm-DT-candidates-list .twm-job-title h4 {
    color: #1967d2;
    font-size: 14px;
    font-weight: 500;
}

.twm-DT-candidates-list .twm-candidate-address {
    font-size: 14px;
    margin-bottom: 0px;
}

.twm-DT-candidates-list .twm-candidate-address i {
    margin-right: 5px;
}

.twm-table-controls {
    display: flex;
}

.twm-table-controls .twm-DT-controls-icon {
    display: flex;
    margin-bottom: 0px;
    margin-left: auto;
}

.twm-table-controls .twm-DT-controls-icon li {
    margin-right: 3px;
}

.twm-table-controls .twm-DT-controls-icon li:last-child {
    margin-right: 0px;
}

.twm-table-controls .twm-DT-controls-icon li button {
    background-color: #f0f6fe;
    color: #1967d2;
    border: none;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.twm-table-controls .twm-DT-controls-icon li button:hover {
    background-color: #1967d2;
    color: #fff;
}

.add_field_youtube,
.add_field_vimeo,
.add_field_custom {
    background: transparent;
    border: none;
    font-size: 13px;
    color: #1967d2;
}

.twm-D_table {
    padding: 20px;
}

.twm-D_table div.dataTables_wrapper div.dataTables_length select {
    width: 100px;
    border-radius: 6px;
    margin: 0px 5px;
    border: none;
    height: 40px;
    background-color: #f0f6fe;
}

.twm-D_table div.dataTables_wrapper div.dataTables_filter input {
    height: 40px;
    border-radius: 6px;
}

.twm-D_table .page-link {
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0px 20px;
}

@media (max-width: 400px) {
    .twm-D_table .page-link {
        height: 40px;
        line-height: 40px;
        padding: 0px 10px;
    }
}

.twm-D_table .page-link:focus {
    box-shadow: none;
}

.twm-D_table .page-item.active .page-link {
    background-color: #1967d2;
}

/*default table*/
.twm-table {
    position: relative;
    background: #fff;
    border: 0;
    border-radius: 5px;
    margin-bottom: 0px;
    overflow: hidden;
    width: 100%;
}

.twm-table thead {
    border-radius: 8px;
    color: #fff;
}

.twm-table thead th {
    position: relative;
    padding: 15px 20px;
    font-size: 14px;
    color: #17171d;
    font-weight: 500;
    line-height: 30px;
    white-space: nowrap;
}

.twm-table tbody tr {
    position: relative;
    border-bottom: 1px solid #ECEDF2;
}

.twm-table tbody tr td {
    position: relative;
    padding: 20px 20px;
    font-size: 14px;
    color: #17171d;
    font-weight: 400;
}

@media (max-width: 767px) {
    .twm-table tbody tr td {
        padding: 20px 10px;
    }
}

.twm-table tbody tr td button {
    border: none;
    background: transparent;
    display: inline-flex;
    margin-bottom: 5px;
}

.twm-table tbody tr td button .fa {
    background-color: #f0f6fe;
    color: #1967d2;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}

.twm-table tbody tr td button:hover .fa {
    background-color: #1967d2;
    color: #fff;
}

.twm-table tr td {
    position: relative;
    padding: 21px 20px;
    font-size: 14px;
    color: #696969;
    font-weight: 400;
}

@media (max-width: 767px) {
    .twm-table tr td {
        padding: 21px 10px;
    }
}


/*=============== PYRAMID ===============*/
.pyramid {
    float: left;
    shape-outside:polygon(246px 0px, 91px 405px, 403px 405px);
    /* padding-right:60px; */
    width: 100%;
    /* height:500px; */
  }
  .zone {
    padding:20px 0;
    margin: 0 auto;
    text-align:center;
    color: #Ffffff;
    background-blend-mode:darken;
    transition: 0.5s;
  }
  .pyramid .zone:nth-child(1){
      background:#003f5c;
     width: 10%;
     clip-path:url("#part1");
     clip-path:polygon(50% 0%,100% 100%, 0% 100%);
     -webkit-clip-path:polygon(50% 0%,100% 100%, 0% 100%);
  
  }
  .pyramid .zone:nth-child(2){
      background: #58508d;
      width: 20%;
      clip-path:url("#part2");
      clip-path:polygon(25% 0%,75% 0, 100% 100%,0% 100%);
      -webkit-clip-path:polygon(25% 0%,75% 0, 100% 100%,0% 100%);
  }
  .pyramid .zone:nth-child(3){
      width: 30%;
      background:#bc5090;
      clip-path:url("#part3");
      clip-path:polygon(16.5% 0, 83% 0, 100% 100%,0% 100%);
      -webkit-clip-path:polygon(16.5% 0, 83% 0, 100% 100%,0% 100%);
  }
  /* .pyramid .zone:nth-child(4){
      background:#d48265;
      width: 40%;
      clip-path:url("#part4");
      clip-path:polygon(12.5% 0, 0%,87.5% 0, 100% 100%,0% 100%);
      -webkit-clip-path:polygon(12.5% 0,87.5% 0, 100% 100%,0% 100%);
  }
  .pyramid .zone:nth-child(5){
      background:#91c7ae;
      width: 50%;
      clip-path:url("#part5");
      clip-path:polygon(10% 0,90% 0, 100% 100%,0% 100%);
      -webkit-clip-path:polygon(10% 0,90% 0, 100% 100%,0% 100%);
  
  }
  
  .pyramid .zone:nth-child(6){
      background:#9400D3;
      width: 60%;
      clip-path:url("#part6");
      clip-path:polygon(8.3% 0,91.6% 0, 100% 100%,0% 100%);
      -webkit-clip-path:polygon(8.3% 0,91.6% 0, 100% 100%,0% 100%);
  
  } */
  
  .pyramid .zone:nth-child(7){
      background:#4B0082;
      width: 70%;
      clip-path:url("#part7");
      clip-path:polygon(7% 0,93% 0, 100% 100%,0% 100%);
      -webkit-clip-path:polygon(7% 0,93% 0, 100% 100%,0% 100%);
  
  }
  
  .pyramid .zone:nth-child(8){
      background:#0000ff;
      width: 80%;
      clip-path:url("#part8");
      clip-path:polygon(6.4% 0,93.8% 0, 100% 100%,0% 100%);
      -webkit-clip-path:polygon(6.4% 0,93.8% 0, 100% 100%,0% 100%);
  
  }
  
  .pyramid .zone:nth-child(9){
      background:#FF0000;
      width: 90%;
      clip-path:url("#part9");
      clip-path:polygon(5.6% 0,94.5% 0, 100% 100%,0% 100%);
      -webkit-clip-path:polygon(5.6% 0,94.5% 0, 100% 100%,0% 100%);
  
  }
  
  .pyramid .zone:nth-child(10){
      background:#FF7F00;
      width: 100%;
      margin-bottom: 5px;
      clip-path:url("#part10");
      clip-path:polygon(5% 0,95% 0, 100% 100%,0% 100%);
      -webkit-clip-path:polygon(5% 0,95% 0, 100% 100%,0% 100%);
  
  }
  
  @media (max-width: 991px){
      .pyramid span{
          margin-bottom: 20px;
          display: inline-block;
          width: 100%;
  
      }
  
      .chart-triangle [class*=col-]:first-child, .chart-triangle [class^=col-]:first-child {
          border-right: 0 !important;
          border-bottom: 1px solid #dfdfdf;
          margin-bottom: 20px;
      }
  }
  

.apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg, .apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg, .apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg {
    fill: var(--thm-base) !important;
}