/*** 

====================================================================
	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;
    }
}

::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;
    }
}


.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: 14px 35px;
    line-height: 24px;
    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: #ffffff;
    background: #101010;
    border-color: #101010;
}

.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: 1px;
    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-shadow {
    box-shadow: 0px 7px 12px #77737347;
    -webkit-box-shadow: 0px 7px 12px #77737347;
}

.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-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;
    margin-top: -3px;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}

.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: 50%;
    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-secondary);
}

.scroll-to-top:hover i {
    color: #fff;
}

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
.table{
    background-color: #f4fff4;
}
table.table, .table table{
    width: 100% !important;
    margin-bottom: 0;
}
table th {
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border: 0;
}

table thead th {
    color: #585858;
    background-color: #ccd5db;
}

table thead th:first-child{
  width: 50%;
}
table{
  margin-bottom: 0;
}
table thead th,
table tbody > tr >td{
    border-top: none;
    font-weight: normal;
    font-size: 15px;
    vertical-align: middle;
}
/* table tbody > tr:nth-child(2n) {
    background-color: #eeeeee;
} */

/*--------------------------------------------------------------
# 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: #ffffff !important;
}

/* Bouncing Right sidebar
  ============================================================================================ */


/*** 

====================================================================
	Page Header
====================================================================

***/

.page-header {
    background-color: var(--thm-black);
    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-none .owl-dots {
    display: none;
}

.owl-dot-style-one .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 48px;
}

.owl-dot-style-one .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.owl-dot-style-one .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid var(--thm-base);
    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-dot-style-one .owl-dots .owl-dot.active span,
.owl-dot-style-one .owl-dots .owl-dot:hover span {
    background: var(--thm-base);
    border-color: var(--thm-base);
}

.owl-nav-none .owl-nav {
    display: none;
}

.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 {
    border-bottom: 1px solid #eee;
}

.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;
}

.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: 20px;
    padding-bottom: 20px;
}

.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: var(--thm-color);
    transition: 500ms;
    position: relative;
}

.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,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: var(--thm-black);
    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-primary);
    color: #ffffff;
}

.main-menu .main-menu__list>li:last-child a {
    background: var(--thm-base);
    color: #ffffff;
    border-radius: 10px;
    line-height: 50px;
    padding: 0 40px;
    margin-left: 15px;
}

.main-menu .main-menu__list>li:last-child a:hover {
    color: #ffffff;
    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-black);
}

.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: 16px;
    font-weight: 500;
    line-height: 30px;
    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-primary);
    color: #fff;
}

.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-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-black);
}

.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-black);
    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 (max-width: 1199px) {
    .stricky-header {
        display: none;
    }
}

.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: #252628;
    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;
    font-size: 15px;
}

.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: #fff;
    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: #1fb25a;
}

.logo-box {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.logo-box>div>a {
    border-radius: 50%;
    background: #fff;
    padding: 10px;
}

.logo-box img {
    width: 50px;
}

.logo-box p {
    color: #fff;
    margin-left: 15px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
}

.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%;
        justify-content: space-between;
    }

    .header-middle .logo-box .mobile-nav__toggler {
        font-size: 22px;
        color: #fff;
        margin-left: 0;
    }

    .header-middle .dropdown-option li.language>a {
        padding-right: 0;
        border-left: none;
    }

    .header-area-right {
        display: none;
    }

    .main-menu {
        border-bottom: none;
    }
}

@media only screen and (max-width: 575px) {
    .logo-box p {
        width: 170px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {

    .header-middle .auto-container,
    .header-top-area .auto-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* 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: 999;
}

.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-black);
    opacity: 0.8;
    cursor: pointer;
}

.mobile-nav__content {
    max-width: 425px;
    width: 100%;
    background-color: #3d3f93;
    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 {
    position: absolute;
    top: 50px;
    right: 15px;
    font-size: 30px;
    color: #fff;
    font-weight: 100;
    cursor: pointer;
}

.mobile-nav__close:after,
.mobile-nav__close:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    top: 0;
    right: 3px;
    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 a.expanded {
    color: var(--thm-base);
}

.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;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--thm-black);
}

.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;
}

/*--------------------------------------------------------------
  # 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;
}

.main-header .dropdown-option li.language>a {
    border: 0px;
    padding: 0;
    font-size: 13px;
    background: none;
    font-weight: 300;
    border-radius: 0px;
    padding-left: 40px;
    padding-right: 10px;
    margin-left: 10px;
    color: #ffffff !important;
    background-image: url(../images/resources/usa.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;
}

.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-right .dropdown-option {
        display: inline-block;
    }

    .header-middle .dropdown-option {
        margin-right: 20px;
    }

    .header-middle .dropdown-option li.language>a {
        padding-right: 0;
        border-left: none;
    }
}

@media only screen and (max-width: 767px) {
    .header-middle .dropdown-option {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 420px) {
    .header-middle .dropdown-option {
        margin-right: 8px;

    }
}

@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 {
        float: right;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 390px) {
    .header-middle .logo-box .mobile-nav__toggler {
        float: right;
    }

    .header-middle .dropdown-option {
        float: right;
        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;
    }
}




/*** 

====================================================================
	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: #ffffff;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 0.95rem;
    left: 0;
}

.news-scroll li>a {
    color: #fff;
}

.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: #009750;
    border-color: #009750;
}

.em-button-button-area a:hover {
    color: #fff;
    background: #009750;
    border-color: #009750;
}

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: #009750;
    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;
}

.demo {
    height: 450px !important;
    margin-top: 30px;
}

.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: #009750;
}

.new-section .news-content .demo ul .news-item a .list-news-cont:hover p {
    color: #009750;
}

/* .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: #009750;
    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: #009750;
    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: 767px) {
    .sliderUp-news.new-section {
        width: 100%;
        margin-top: 30px;
    }
}


/*========  End of Latest News css  =========*/



/*** 

====================================================================
	Team, Banner & Service Section
====================================================================

***/

/* .ad-banner-block {
    height: calc(100% - 100px);
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 30px;
} */

.banner-block {
    /* min-height: 500px; */
    position: relative;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* .banner-block img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .banner-block:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  } */

.overlay-content {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
}

.banner-block .overlay-content .content-inner {
    background-color: rgba(8, 7, 6, .66);
    padding: 2% 27px 2.5%;
}

.banner-block .overlay-content h3 {
    font-size: 1.3rem;
    position: relative;
    display: block;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner-block .overlay-content h3 a {
    color: #fff;
}

.banner-block .overlay-content h3 a:hover {
    color: var(--thm-secondary);
    -webkit-transition: color .15s cubic-bezier(.35, .7, .32, .9);
    -moz-transition: color .15s cubic-bezier(.35, .7, .32, .9);
    transition: color .15s cubic-bezier(.35, .7, .32, .9);
}

.ad-banner-inner .post-btn {
    margin-top: 20px;
}

.ad-banner-inner .post-btn p {
    font-size: 13px;
    margin-bottom: 0;
}

.ad-banner-inner .post-btn p a {
    color: var(--thm-secondary);
    text-decoration: underline;
}


/*-------------------------------------------------
    Services Section
---------------------------------------------------*/
.services-section .ser_block {
    margin: 0 auto;
    border: 1px solid #eeeeee;
    margin-top: 30px;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 30px;
}

.services-section .ser_content:not(:last-child) .ser_inner {
    border-bottom: 1px solid #eeeeee;
}

.ser_inner {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}

.ser_inner:hover .service-image svg {
    fill: var(--thm-secondary);
}

.ser_inner .service-image {
    margin-right: 20px;
    margin-left: 13px;
}

.ser_inner .service-image svg {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 1.25rem;
    height: 1rem;
    fill: #009750;
}

.service-desc h2,
.service-desc .h2 {
    font-size: 16px;
    color: #777777;
    letter-spacing: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
}


/*-------------------------------------------------
    Home Team Section
---------------------------------------------------*/

.team-outer .card {
    margin: 15px auto 0 auto;
    padding: 22px 15px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.team-outer .card:first-child{
    margin-bottom: 0;
}

.team-outer  .firstinfo {
    flex-direction: row;
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-outer  .firstinfo img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.team-outer .firstinfo .profileinfo {
    padding: 0px 20px;
}

.team-outer .firstinfo .profileinfo h1 {
    font-size: 1.2em;
}

.team-outer .firstinfo .profileinfo h3 {
    font-size: 1.2rem;
    color: var(--thm-base);
}


  
  @keyframes animatop {
    0% {
      opacity: 0;
      bottom: -500px;
    }
    100% {
      opacity: 1;
      bottom: 0px;
    }
  }
  @keyframes animainfos {
    0% {
      bottom: 10px;
    }
    100% {
      bottom: -42px;
    }
  }
  @keyframes rotatemagic {
    0% {
      opacity: 0;
      transform: rotate(0deg);
      top: -24px;
      left: -253px;
    }
    100% {
      transform: rotate(-30deg);
      top: -24px;
      left: -78px;
    }
  }


/*========  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: #009750;
}

.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: #009750;
    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;
}

.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: 0;
}

.about-section .about-content-container h4 {
    color: #009750;
    font-weight: normal;
    font-size: 20px;
    margin: 15px 0 10px 0;
}

.section-head-bar {
    position: relative;
    display: block;
}

@media only screen and (max-width: 767px) {
    .about-section .about-content-container {
        margin-top: 30px;
    }
}



/*** 

====================================================================
	Services Section
====================================================================

***/

.services-block-nine {
    position: relative;
    margin-bottom: 40px;
}

.services-block-nine .inner-box {
    position: relative;
}

.services-block-nine .inner-box .image {
    position: relative;
}

.services-block-nine .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(var(--thm-base-rgb), 0.95);
    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;
}

.services-block-nine .inner-box .image .overlay-box .icon-box {
    position: relative;
    background: #fff;
    width: 55px;
    height: 55px;
    text-align: center;
    display: inline-block;
    line-height: 55px;
    border-radius: 50%;
    color: var(--thm-base);
    font-size: 24px;
}

.services-block-nine .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-block-nine .inner-box .lower-content {
    position: relative;
    padding-top: 25px;
    padding-bottom: 20px;
    border: 1px solid #f4f4f4;
    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;
}

.services-block-nine .inner-box .lower-content .content {
    position: relative;
    padding-left: 29px;
    padding-right: 29px;
}

.services-block-nine .inner-box .lower-content .content .icon-box {
    position: absolute;
    right: 25px;
    top: -60px;
    width: 70px;
    height: 70px;
    color: var(--thm-base);
    line-height: 70px;
    font-size: 36px;
    text-align: center;
    border: 1px solid #f4f4f4;
    background: #fff;
    border-radius: 50%;
    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;
}

.services-block-nine .inner-box .lower-content .content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.services-block-nine .inner-box .lower-content .content h3 a {
    color: #222222;
    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;
}

.services-block-nine .inner-box .lower-content .content h3 a:hover {
    color: var(--thm-base);
}

.services-block-nine .inner-box .lower-content .content .text {
    position: relative;
    color: #848484;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 10px;
}

.services-block-nine .inner-box .lower-content .content .read-more {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    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;
}

.services-block-nine .inner-box .lower-content .content .read-more:hover {
    color: var(--thm-base);
}

.services-block-nine .inner-box:hover .lower-content {
    border-color: var(--thm-base);
}

.services-block-nine .inner-box:hover .lower-content .icon-box {
    color: #ffffff !important;
    border-color: var(--thm-base);
    background-color: var(--thm-base);
}

.services-block-nine .inner-box:hover .image .overlay-box {
    opacity: 1;
}

.owl-nav-style-one .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -55px;
}

.owl-nav-style-one .owl-nav .owl-prev:hover,
.owl-nav-style-one .owl-nav .owl-next:hover {
    background-color: var(--thm-base);
    border-color: var(--thm-base);
}

.owl-nav-style-one .owl-nav .owl-prev:hover span,
.owl-nav-style-one .owl-nav .owl-next:hover span {
    color: #fff;
}


/*** 

====================================================================
	Our Success Value
====================================================================

***/

.theme-counter .single-box {
    padding: 15px 12px;
    text-align: center;
    margin-top: 30px;
}

.theme-counter .single-box h4 {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.theme-counter .single-box .number {
    color: #ffffff;
    font-size: 28px;
}

.theme-counter .single-box:hover {
    background-color: var(--thm-base);
}

/*** 

====================================================================
	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) {
    .client-carousel {
        padding: 60px 0px;
    }
}

.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-secondary);
    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: 0 0 20px !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%;
    padding: 15px 15px 0 15px;
}

.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 {
    padding: 45px 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  =========*/


/*** 

====================================================================
	Product and services Section
====================================================================

***/

.blog-section.style-2.product-service .blog-content {
    padding: 20px;
}

.blog-section.style-2.product-service .blog-content h5 {
    margin-bottom: 0;
}

.blog-section.style-2.product-service .blog-single-carousel{
    margin-top: 30px !important;
}

/*========  End of Product and services css  =========*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background: #3d3f93;
    color: #fff;
}

/* .footer-logo{
    display: flex;
    justify-content: center;
} */

.footer-logo .logo-box {
    padding: 0;
}

.footer-logo .logo-box a {
    padding: 15px;
}

.footer-logo .logo-box img {
    width: 70px;
}

.footer-hr {
    padding: 60px 0 50px 0;
    border-bottom: 1px solid #d9d9d9;
}

.widget {
    padding: 0 5px;
}

.footer-widget-title,
.footer-logo {
    padding-bottom: 25px;
}

.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;
}

.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);
}

.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;
}

/*-------------------
============= Start Footer Copyright Section
-------------------*/
.footer-copyright-section {
    background: #3d3f93;
    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-black);
    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;
}

/*========  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: 25px;
}

.faq-one #accordion .para-title {
    position: relative;
    color: var(--thm-black);
    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-black);
    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: #dce6dc;
    margin: 0;
    padding: 25px 40px 0 40px;
    padding-bottom: 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

@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__faq-page {
        padding-top: 60px;
        padding-bottom: 80px;
    }

}

@media (max-width: 425px) {
    .faq-one__faq-page {
        padding-top: 40px;
        padding-bottom: 60px;
    }

}

.faq-one__faq-page #accordion li {
    background-color: #eff2f6;
    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: #eff2f6;
}

.faq-one__faq-page #accordion li .para-title.active {
    background-color: #fff;
}

.faq-one__faq-page #accordion li .collapse {
    background-color: #eff2f6;
}

.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: 28px;
    height: 28px;
    line-height: 28px;
    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: 20px;
}

.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;
}

.flat-details .side-bar .list-menu {
    margin-bottom: 42px;
}

.flat-details .side-bar .list-menu li {
    position: relative;
    padding: 17px 29px;
    border: 1px solid var(--thm-base);
    margin-bottom: 19px;
    border-radius: 6px;
    text-align: center;
}

.flat-details .side-bar .list-menu li a {
    font-size: 18px;
    font-weight: 700;
    color: var(--thm-black);
}

.flat-details .side-bar .list-menu .readmore {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 54px;
    height: 100%;
    background-color: var(--thm-base);
    width: 76px;
    border-radius: 0 6px 6px 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.readmore::after {
    content: '\279c';
    font-family: 'icomoon';
    font-size: 18px;
    margin-top: -2px;
    vertical-align: bottom;
}

.flat-details .side-bar .list-menu .readmore::after {
    position: absolute;
    color: #fff;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
}

.flat-details .side-bar .list-menu li:hover .readmore,
.flat-details .side-bar .list-menu li.active .readmore {
    width: 100%;
}

.flat-details .side-bar .list-menu li:hover a,
.flat-details .side-bar .list-menu li.active a {
    color: #fff;
}



/* Inner Team Page
-------------------------------------------------------------- */
.flat-details.flat-news .post-inner h2 {
    margin-bottom: 5px;
}

.team-content-box {
    position: relative;
}

.team-content-box .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.team-content-box figure {
    position: relative;
    overflow: hidden;
}

.team-content-box figure img {
    width: 100%;
    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: 30px;
    right: 30px;
    bottom: 30px;
    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;
}

.team-content-box .inner-box:hover .contentBox {
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(-51px);
}

.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;
}

/* 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-black);
    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 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;
}

.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;
}


/* 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);
    padding: 30px 55px;
    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-black);
    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 a {
    position: relative;
    display: inline-block;
    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: transparent;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.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 .row {
    padding: 0 15px;
}

.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%;
}

.inner-page-gallery-columns-dimension-detail li: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;
    margin: 25% auto 15px;
    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%;
    margin-right: 15px;
}

.inner-page-gallery-columns-dimension-detail .icon a>i {
    font-size: 1.563rem;
    line-height: 1.6;
}

#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;
}

/*----------------------------------------*/
/*   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-black);
	color: #fff;
}
  
.contact_form label strong {
	/* font-size: 12px !important; */
	color: #0c2139;
}
  
.contact_form-submit {
	margin-top: 10px;
}

.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;
}
