/***

====================================================================
	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;
	overflow: hidden;
}

body.preloaderbg {
    overflow: inherit;
}

body.overflow-hidden {
    overflow: hidden !important;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: 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;
    }
}


p+h1, p+h2, p+h3, p+h4, p+h5, p+h4, ul+h1, ul+h2, ul+h3, ul+h4, ul+h5, ul+h4, ol+h1, ol+h2, ol+h3, ol+h4, ol+h5, ol+h4, table+h1, table+h2, table+h3, table+h4, table+h5, table+h4 {
    margin-top: 35px;
}

h1.color-primary, h2.color-primary, h3.color-primary, h4.color-primary, h5.color-primary, h6.color-primary {
    color: #009750;
}

ul,ol {
	padding-left: 17px;
}

label {
    color: #fff;
    float: left;
    font-weight: 400;
    line-height: 13px;
    margin-bottom: 10px;
    width: 100%;
}

table.table, .table table {
    width: 100% !important;
    margin-bottom: 0;
}

::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);
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

.btn.focus, .btn:focus{
	box-shadow: none;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.thm-btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
    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:10px 20px;
	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);
    border-radius: 100px;
	font-family: 'Nunito Sans', sans-serif;
}

.btn-style-two:hover {
	color:#ffffff;
	background:#101010;
	border-color:#101010;
}

.btn-style-three {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 6px;
    border: 2px solid var(--thm-base);
    border-radius: 100px;
    padding: 10px 36px 10px;
    background-color: var(--thm-base);
    text-transform: capitalize;
}

.btn-style-three:hover {
    color: var(--thm-base);
    background: none;
}

.btn-style-three.btn-sm {
	padding: 5px 20px;
}

.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-style-sm {
    padding: 8px 15px;
}


.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: 20px;
}

.sec-title h4 {
    position: relative;
    color: #222222;
    font-size: 1.425rem;
    font-weight: 700;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.sec-title h4:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 2px;
    background-color: var(--thm-base);
}

.sec-title.text-center h4:before {
    left: 50%;
    margin-left: -40px;
}

.section-pad {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .section-pad {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.section-title {
    margin-bottom: 15px;
    margin-top: -3px;
    padding: 0;
    position: relative;
    /* border-bottom: 1px solid #eeeeee; */
    padding-bottom: 15px;
}

.section-title .sec-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;
}

#en {
    background-image: url(../images/flags/us.jpg);
}

#nep {
	background-image: url(../images/flags/nepal.jpg);
}


/*========================================*/
/*--------------- [_Global] --------------*/
/*========================================*/

 .vertical-centered-box {

	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	 z-index: 9999;
	 background-color: #ffffff;
}

.vertical-centered-box:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.vertical-centered-box .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
}

.loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 5px rgb(228 228 228);
    margin-left: -60px;
    margin-top: -60px;
}

.loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    -webkit-transform-origin: 60px 60px;
    -moz-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    -o-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #32d550, rgba(0, 0, 0, 0));
    -webkit-animation: rotate 1.2s infinite linear;
    -moz-animation: rotate 1.2s infinite linear;
    -o-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}

.loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 5px var(--thm-base);
}

lesshat-selector {
    -lh-property: 0; }
    @-webkit-keyframes rotate{ 0% { -webkit-transform: rotate(0deg);} 100% { -webkit-transform: rotate(360deg);}}
    @-moz-keyframes rotate{ 0% { -moz-transform: rotate(0deg);} 100% { -moz-transform: rotate(360deg);}}
    @-o-keyframes rotate{ 0% { -o-transform: rotate(0deg);} 100% { -o-transform: rotate(360deg);}}
    @keyframes rotate{ 0% {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}}
    [not-existing] {
    zoom: 1;
}

lesshat-selector {
    -lh-property: 0; }
    @-webkit-keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
    @-moz-keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
    @-o-keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
    @keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
    [not-existing] {
    zoom: 1;
}

lesshat-selector {
    -lh-property: 0; }
    @-webkit-keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
    @-moz-keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
    @-o-keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
    @keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
    [not-existing] {
    zoom: 1;
}

/* 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 (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-black);
}

.scroll-to-top:hover i {
	color: #fff;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs-section {
    overflow: hidden;
    background-color: #ffffff;
    padding: 30px 0px;
}

.tabs-section .feature-img {
    max-height: 255px;
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid #fff;
}

.tabs-section .nav-tabs {
    border: 0;
}

.tabs-section .nav-link {
    border: 0;
    border-bottom: 1px solid #ebebeb;
    padding: 14px 30px 14px 20px;
    transition: 0.3s;
    color: #a0a0a0;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
}

.tabs-section .nav-link:before{
  content: "\ede2";
  font-family: 'boxicons';
  margin-right: 15px;
  font-size: 8px;
  vertical-align: bottom;
}

.tabs-section .nav-link:hover {
    color: var(--thm-base);
}

.tabs-section .nav-link.active {
    color: var(--thm-base);
    border-color: var(--thm-base);
}

.tabs-section .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}

.tabs-section .tab-pane h3 {
    color: var(--thm-base);
    font-size: 26px;
    line-height: 0.8em;
    margin: 0 0 1.25em;
}

.tabs-section .tab-pane p {
    color: #7a8595;
    margin-bottom: 30px;
}

.tabs-section .tab-pane p:first-child{
  margin-bottom: 30px;
}

.tabs-section .tab-pane p:last-child{
  margin-bottom: 0
}

.tabs-section .tab-pane ul{
  list-style: none;
}

.tabs-section .tab-pane ul li{
  margin-bottom: 12px;
  color: #7a8595;
}

.tabs-section .tab-pane ul svg{
  display: inline-block;
  padding-right: 5px;
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header .main-menu {
	background: var(--thm-base);
}

.header-style-one+.stricky-header .auto-container,
.header-style-one .main-menu .auto-container {
    display: flex;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
}

.header-style-one+.stricky-header .auto-container .main-menu__list {
    margin-left: 0;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}

.main-menu .main-menu__list>li .bx-home {
    font-size: 20px;
    line-height: inherit;
}



.main-header+.stricky-header .main-menu__list>li,
.main-header .main-menu .main-menu__list>li {
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 25px;
}

[lang="nep"] .main-menu .main-menu__list>li+li,
[lang="nep"] .stricky-header .main-menu__list>li+li {
    margin-left: 30px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-family: var(--thm-font);
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #ffffff;
    transition: 500ms;
    position: relative;
}

.stricky-header .main-menu__list>li>a {
    color: #000;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    /* background-color: var(--thm-base); */
    transform: scale(0, 1);
    transform-origin: left center;
    transition: transform 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
    color: #ffffff;
    text-shadow: 0px 0 0 currentColor;
}

.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: #000;
    text-shadow: 0px 0 0 currentColor;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
    transform-origin: right center;
    transform: scale(1, 1);
}

.main-menu .main-menu__list>li.current>a+ul li.current>a {
    background-color: var(--thm-nav-color);
    color: var(--thm-secondary-color);
}

.main-menu .main-menu__list>li.current {
    padding: 0;
}

.main-menu .main-menu__list>li.current a {
    /* background: #19a55d; */
    /* color: #ffffff; */
    border-radius: 0;
    line-height: 55px;
    /* padding: 0 15px; */
    margin-left: 0;
}

.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: 15px;
    font-weight: 500;
    line-height: 22px;
    color: var(--thm-black);
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 500ms;
}

.main-menu .main-menu__list li ul li:last-child>a,
.stricky-header .main-menu__list li ul li:last-child>a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
    background-color: var(--thm-nav-color);
    color: var(--thm-secondary-color);
}

.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 a i {
    position: absolute;
    right: 15px;
    margin-top: 8px;
}

.main-header__info-phone {
    display: flex;
    align-items: flex-start;
}

.main-header__info-phone>i {
    font-size: 32px;
    color: var(--thm-base);
}

.main-header__info-phone-content {
    margin-left: 20px;
}

.main-header__info-phone-content span {
    display: block;
    color: var(--thm-color);
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

.main-header__info-phone-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    color: var(--thm-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;
    background-color: #19a55d;
    color: #fff;
    cursor: pointer;
    transition: 500ms;
    padding: 10px;
    display: none;
}

@media (max-width:991px) {
    .main-menu .mobile-nav__toggler {
        display: block;
    }
} 

.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%);
}

.stricky-header.stricky-fixed {
    transform: translateY(0);
}



/*--------------------------------------------------------------
# Header Top Area
--------------------------------------------------------------*/
.stricky-header .auto-container,
.main-header .auto-container {
    position: relative;
    align-items: center;
    padding: 0 100px;
    margin: 0 auto;
    max-width: 100%;
}

.header-top-area .auto-container {
    padding-top: 0;
    padding-bottom: 0;
}

.header-top-area .align-items-center {
    padding: 5px 0;
}

.header-top-area {
    background-color: #090521;
    position: relative;
}

.header-top-left-single-item {
    display: inline-block;
    margin-right: 20px;
}

.header-top-left-single-item:last-child {
    margin-right: 0;
}

.header-top-left-single-item a{
    color: #fff;
}

.header-top-left-single-item span {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.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:first-child {
    margin-left: 0;
}

.header-top-right-icon-area ul li {
    display: inline-block;
    margin-left: 15px;
}

.header-top-right-icon-area ul li a {
    color: #ffffff;
    font-size: 14px;
}

.header-top-right-icon-area ul.social-icons li a {
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.header-top-right-icon-area ul.social-icons li a:hover {
    background: var(--thm-base);
}

.stricky-header .main-menu__list {
    margin-left: auto;
    padding-right: 0;
    margin-bottom: 0;
}

.header-middle {
    background-color: #ffffff;
}

.logo-box {
    display: flex;
    align-items: center;
    /* padding: 15px 0; */
    gap: 20px;
    height: 100%;
}

.mobile-nav__wrapper .logo-box {
    height: auto;
}

.logo-box img {
    /* width: 90px; */
}

.logo-box p {
    color: #fff;
    margin-left: 15px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
}

.header-area-right {
    padding: 15px 0;
}

.header-area-right img {
    height: 100px;
    width: 100%;
}

.header-middle .auto-container {
    display: flex;
}

.header-middle-right .dropdown-option {
    display: none;
}

.mobile-nav__container .mobile-nav__toggler,
.mobile-nav__container .header-btn {
    display: none;
}

@media only screen and (min-width: 992px) {
    .header-middle .mobile-nav__toggler {
        display: none;
    }

}

@media only screen and (min-width: 992px) {
    .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: 28px;
    }

    .main-menu .main-menu__list>li>a>i,
    .stricky-header .main-menu__list>li>a>i {
        display: block !important;
    }

    .header-btn > a.btn-default {
        display: none;
    }
}

@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;
        padding: 10px 0;
    }

    .main-menu .nav-menu-wrapper {
        display: none;
    }

    .mobile-nav__container .nav-menu-wrapper {
        display: block;
        width: 100%;
    }

    .header-middle .logo-box .mobile-nav__toggler {
        font-size: 22px;
        color: var(--thm-base);
        margin-left: 0;
        background-color: var(--thm-badge);
        padding: 5px;
        float: right;
    }

    .header-middle .dropdown-option li.language>a {
        padding-right: 0;
        border-left: none;
    }

    .header-area-right {
        display: none;
    }

    .main-menu {
        border-bottom: none;
        padding: 10px 0;
    }
    
}

@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);
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@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: #0c2139fa;
	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;
  }

.main-header .dropdown-option{
	display: flex;
	list-style: none;
	margin-bottom: 0;
	justify-content: end;
}

.main-header .dropdown-option li.language{
	border:0px;
	padding-right: 0px;
    line-height: 1.4em;
}

.dropdown-toggle::after{
	content: none;
}

.main-header .dropdown-option {
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
    padding-left: 8px;
}

.main-header .dropdown-option li.language {
    border: 0px;
    padding-right: 0px;
    line-height: 1.4em;
}

.main-header .dropdown-option li.language .btn:hover {
    color: #fff;
}

.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 .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: 5px;
        margin-bottom: 10px;
    }

    .header-middle .dropdown-option li.language>a {
        padding-right: 0;
        border-left: none;
    }

    html[lang="en"] .main-header .dropdown-option li.language>a,
    html[lang="nep"] .main-header .dropdown-option li.language>a{
        color: #000 !important;
        padding-right: 0;
    }
}

@media only screen and (max-width: 620px) {
    .header-middle .dropdown-option {
        z-index: 1050;
        position: relative;
    }
}

@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;
    }
}

.header-btn .btn-default,
.stricky-fixed .header-btn .btn-default {
    background-color: #ffffff;
    color: var(--thm-black);
    padding: 8px 15px;
    border-radius: 8px;
    border-color: transparent;
}

.stricky-fixed .header-btn .btn-default {
    background-color: var(--thm-base);
    color: var(--thm-text-white);
}

.header-btn .btn-default:hover {
    background-color: var(--thm-secondary);
    color: var(--thm-text-white);
}


/***

====================================================================
	News Scroller Section
====================================================================

***/

.news-scroller {
    background-color: var(--thm-secondary);
}

.breaking-news-scroll {
    color: white;
    padding: 8px 0;
    overflow: hidden;
    position: relative;
}

.breaking-label {
    background: rgba(0, 0, 0, 0.2);
    padding: 8px 15px;
    border-radius: 20px;
    margin-right: 20px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 0.9rem;
}

.breaking-label i {
    margin-right: 8px;
    animation: pulse 2s infinite;
}

.breaking-content {
    flex: 1;
    overflow: hidden;
}

.breaking-text {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: scroll-left 30s linear infinite;
}

.breaking-text li > a {
    color: #ffffff;
    margin-right: 10px;
}

.breaking-text span {
    margin-right: 10px;
    font-size: 1.5rem;
    margin-top: -4px;
}
@keyframes scroll-left {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

@media only screen and (max-width: 575px) {
    .breaking-label {
        display: none;
    }
}


/*========  End of News Scroller css  =========*/


/***

====================================================================
	Main Slider Banner
====================================================================

***/

.hero-slider-section {
    background: #f8f9fa;
}

.slider-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.slider-wrapper {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 40px 20px 20px;
}

.em_slider_inner {
    margin: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    transform: translateY(-100%);
    background: rgba(0,0,0,0.6);
    padding: 20px 30px;
}

.em-slider-text {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

.slider-nav button {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: var(--thm-base);
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
}

.slider-nav button:hover {
    background: white;
    transform: scale(1.1);
}


/*========  End of Main Slider css  =========*/

/***

====================================================================
	Latest News Section
====================================================================

***/

.sliderUp-news.new-section {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.new-section .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: linear-gradient(120deg, var(--thm-secondary), var(--thm-base));
    color: white;
}

.new-section .section-title h4 {
    color: #ffffff;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.new-section .news-footer {
    display: flex;
    align-items: center;
}

.new-section .nes-btns {
    display: flex;
    gap: 8px;
}

.new-section .sld-bts {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.new-section .sld-bts:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

/* News Items Container */
.new-section .demo {
    height: 280px;
    overflow: hidden;
    position: relative;
}

.new-section .demo ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* News Items */
.new-section .news-item {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.new-section .news-item:last-child {
    border-bottom: none;
}

.new-section .news-item:hover {
    background-color: #f9f9f9;
}

.news-item a {
    text-decoration: none;
    display: block;
}

.new-section .list-news-cont {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.new-section .ls-date {
    font-size: 13px;
    font-weight: 500;
    color: #666;
}

.new-section .list-news-cont p {
    margin: 0;
    color: #333;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    transition: color 0.2s ease;
}

.new-section .news-item:hover .list-news-cont p {
    color: var(--thm-color);
}

/* Responsive Adjustments */
@media only screen and (max-width: 991px) {
    .sliderUp-news.new-section {
        margin-top: 25px;
    }
    
    .new-section .section-title {
        padding: 12px 15px;
    }
    
    .new-section .demo {
        height: 260px;
    }
}

@media only screen and (max-width: 767px) {
    .new-section .section-title h4 {
        font-size: 1.1rem;
    }
    
    .new-section .list-news-cont p {
        font-size: 14px;
    }
    
    .new-section .ls-date {
        font-size: 12px;
    }
}

/* Animation for sliding */
@keyframes slideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.new-section .news-item {
    animation: slideUp 0.4s ease forwards;
}

.new-section .news-item:nth-child(1) { animation-delay: 0.1s; }
.new-section .news-item:nth-child(2) { animation-delay: 0.2s; }
.new-section .news-item:nth-child(3) { animation-delay: 0.3s; }
.new-section .news-item:nth-child(4) { animation-delay: 0.4s; }


/*========  End of Latest News css  =========*/


/***

====================================================================
	Featured News and Notice
====================================================================

***/

.featured-news_notice {
	/* background-color: #222222; */
    padding-bottom: 70px;
    margin-top: -60px;
    position: relative;
}

.featured-news_notice .container {
    position: relative;
    margin-top: -130px;
    z-index: 100;
}

.featured-news_notice .block-item {
	background-color: #222222;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 30px 20px;
}

.featured-news_notice .block-item .section-title {
	text-align: center;
}

.featured-news_notice .block-item .section-title .sec-title {
	color: #ffffff;
	font-weight: 800;
}


/***

====================================================================
	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 .section-title {
    margin-bottom: 0;
    padding-bottom: 5px;
}

.new-section.pagina-acessivel {
    background: transparent;
    border: none;
    -webkit-box-shadow: 0 0 12px -2px #000;
    box-shadow: 0 0 12px -2px #000;
    border-radius: 8px;
    overflow: hidden;
}

.new-section .news-header {
    background: #1fb25a !important;
    color: white;
    padding: 10px;
    font-weight: 600;
}

.new-section .news-header.pagina-acessivel {
    background: #252525;
}

.new-section .news-content .demo {
    height: 350px !important;
    overflow: hidden;
}

.new-section .news-content .demo ul {
    background: #ffffff;
    padding: 5px 0;
}

.new-section .news-content .demo ul .news-item {
    float: left;
    width: 100%;
    padding-bottom: 16px;
    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: 100%;
    font-size: 15px;
    /* min-height: 80px; */
    padding-right: 10px;
}

.new-section .news-content .demo ul .news-item a .list-news-cont p {
    margin: 0;
    color: var(--thm-color);
}

.new-section .news-content .demo ul .news-item a .list-news-cont p.pagina-acessivel {
    color: #fff;
}

.new-section .news-content .demo ul .news-item a .list-news-cont .ls-date {
    font-size: 13px;
    font-weight: bold;
    color: var(--thm-base);
}

.new-section .news-content .demo ul .news-item a .list-news-cont:hover p {
    color: var(--thm-base);
}

.new-section .news-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;
    border: 1px solid #090521;
	color: #090521;
	font-weight: 600;
    line-height: 1;
    margin: 0 5px;
    font-size: 1rem;
    border-radius: 4px;
}

.sld-bts:hover {
	border-color: var(--thm-base);
    background: var(--thm-base);
    color: #fff;
}

.sld-bts i {
	font-weight: 500;
}

.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: 991px) {
    .sliderUp-news.new-section {
        width: 100%;
        margin-top: 30px;
    }
}


/*========  End of Latest News css  =========*/

  /***

====================================================================
	Featured Section
====================================================================

***/

.featured-news_notice .block-item.news-block {
	padding: 30px 20px 70px;
}

/* News */
.news-carousel {
    background-color: #ffffff;
    position: relative;
    -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
	border-radius: 6px;
}

.img-box .news-thumb {
    position: relative;
    overflow: hidden;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.img-box .news-thumb img {
	width: 100%;
	min-width: 100%;
}

.news-carousel .news-detail {
    padding: 10px 15px 15px 15px;
}

.news-carousel .news-detail date {
    font-size: 13px;
    color: #242424;
    font-weight: 400;
}

.news-carousel .news-detail h4 {
    margin-top: 0;
	padding-top: 5px;
}

.news-carousel .news-detail p {
	line-height: 22px;
	margin-bottom: 5px;
}

.news-carousel .news-detail .readmore,
.card-group .readmore {
	font-size: 15px;
    font-weight: 500;
    color: var(--thm-base);
}

.news-carousel .owl-nav.disabled {
	display: block;
}

.news-carousel.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
	left: 0;
	text-align: center;
    transform: translate(1px, 50px);
}

.news-carousel.owl-carousel .owl-nav .owl-next,
.news-carousel.owl-carousel .owl-nav .owl-prev {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    display: inline-block;
    line-height: 46px;
    border: 1px solid #cccccc;
    text-align: center;
    font-size: 16px;
    color: #949494;
    border-radius: 50%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.news-carousel.owl-carousel .owl-nav .owl-prev {
    left: 0px;
}

.news-carousel.owl-carousel .owl-nav .owl-next {
    right: 0px;
}

.news-carousel.owl-carousel .owl-nav .owl-next span,
.news-carousel.owl-carousel .owl-nav .owl-prev span {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* Notices */
.featured-section{
	position:relative;
	padding:0px 15px 40px;
}


.featured-section .featured-outer{
	position:relative;
	margin-top: -100px;
}

.featured-section .featured-outer .services-block{
	position:relative;
	padding:0px;
}

.featured-block{
	position:relative;
	margin-bottom:40px;
	z-index:99;
}

.featured-block .inner-box{
	position:relative;
	padding: 50px 20px 45px;
	text-align:center;
	border:1px solid #efefef;
	background-color:#ffffff;
}

.featured-block .inner-box .icon-box{
	position:relative;
	line-height: 90px;
	color: var(--thm-base);
	font-size:42px;
	margin: 0 auto;
	margin-bottom:20px;
	height: 90px;
	width: 90px;
	text-align: center;
	background: #f7f7f7;
	border-radius: 50%;
	transition: .5s ease;
}

.featured-block .inner-box .icon-box span {
	position: relative;
}

.featured-block .inner-box:hover .icon-box{
	color: #fff;
	transition: .5s ease;
}

.featured-block .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--thm-base);
    transform: scale(0);
    transition: .7s ease;
}

.featured-block .inner-box:hover .icon-box:before {
    transform: scale(1);
}

.featured-block .inner-box h3{
	position:relative;
	font-size:20px;
	color:#222222;
	font-weight:700;
	margin-bottom: 10px;
	transition: .5s ease;
}

.featured-block .inner-box h3:hover {
	color: var(--thm-base);
	transition: .5s ease;
}

.services-block .inner-box .text{
	position:relative;
	color:#848484;
	font-size:18px;
	font-weight:300;
	line-height:1.6em;
}

.featured-block .inner-box:hover .overlay-box{
	opacity:1;
}

.featured-block .inner-box .overlay-box{
	position:absolute;
	left:-1px;
	top:-15px;
	right:-1px;
	bottom:-15px;
	display:block;
	opacity:0;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	border:1px solid var(--thm-base);
	background-color: var(--thm-base);
}

.featured-block .inner-box .overlay-box .overlay-inner{
	position:relative;
	padding:35px 30px;
	text-align:center;
}

.featured-block .inner-box .overlay-box .overlay-inner .icon-box{
	position:relative;
	line-height:1em;
	color:#ffffff;
	font-size:42px;
	margin-bottom:20px;
}

.featured-block .inner-box .overlay-box .overlay-inner .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:300;
	line-height:1.6em;
	margin-bottom:20px;
}

.featured-block .inner-box .overlay-box .overlay-inner .read-more{
	position:relative;
	font-weight:600;
	font-size:14px;
	color:#ffffff;
	padding:2px 14px;
	display:inline-block;
	text-transform:uppercase;
	border:2px solid rgba(255,255,255,0.50);
	font-family: 'Montserrat', sans-serif;
}

@media (max-width: 991px) {
	.featured-news_notice {
		padding-top: 80px !important;
	}
	.featured-news_notice .container {
		margin-top: 0;
	}
	.featured-news_notice {
		margin-top: 0;
	}
	.featured-news_notice [class*="col-lg"] .block-item,
	.featured-news_notice [class^="col-lg"] .block-item {
		margin-bottom: 50px;
	}

	.featured-news_notice [class*="col-lg"]:last-child .block-item,
	.featured-news_notice [class^="col-lg"]:last-child .block-item {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.featured-news_notice {
		padding-top: 0 !important;
	}
}


/***

====================================================================
	About Section
====================================================================

***/

.about-wrapper{
	margin-top: 50px;
}

.about-thumb img {
    border-radius: 15px;
}

.sub-title {
    color: var(--thm-base);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 22px;
    position: relative;
    font-weight: 700;
    display: block;
    align-items: center;
    margin-top: -0.4em;
}

.about-content {
    gap: 25px;
}

.about-single-thumb img {
    width: 670px !important;
}

@media (max-width:767px) {
    .about-content {
        display: block !important;
    }
    .about-single-thumb {
        width: 260px;
        margin: 0 auto;
    }
    .about-single-thumb img {
        width: 260px !important;
    }
    
}

.about-content-wrap .sec-title {
    margin-bottom: calc(var(--section-title-space) - 43px);
    margin-top: -0.23em;
    font-weight: 800;
}

.sec-text {
    font-size: 17px;
    line-height: 1.667;
    margin-bottom: 0;
}

/* Tabs Pills */
.our-tab-nav {
    margin: 30px 0;
    text-align: center;
}
.our-tab-nav .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    border: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-approach-investment img{
	border-radius: 20px;
}

.our-tab-nav.vision-mission-tab .nav-tabs {
	border-bottom: 0;
}

.our-tab-nav.vision-mission-tab .nav-tabs .nav-item{
	width: calc(33.33% - 20px);
}

.our-tab-nav.vision-mission-tab .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.our-tab-nav.vision-mission-tab .nav-tabs .nav-link.btn-highlighted{
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1em;
	text-align: center;
	text-transform: capitalize;
	border-radius: 100px;
	padding: 19px 25px;
	border: none;
	transition: all 0.4s ease-in-out;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

.our-tab-nav.vision-mission-tab .nav-tabs .nav-link.btn-highlighted:hover{
	background-color: transparent;
	color: var(--thm-text-white);
}

.our-tab-nav.vision-mission-tab .nav-tabs .nav-link.btn-highlighted::before{
	content: '';
    display: block;
    position: absolute;
	top: 0;
    left: auto;
	right: 0;
    bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 99px;
    background: var(--thm-base);
    transition: all 0.3s ease-in-out;
	z-index: -1;
}

.our-tab-nav.vision-mission-tab .nav-tabs .nav-link.btn-highlighted:hover::before{
	width: 100%;
	left: 0;
	right: auto;
}

.our-tab-nav.vision-mission-tab ul li .nav-link{
	background-color: var(--thm-greybg);
	color: var(--thm-black);
}

.our-tab-nav.vision-mission-tab ul li .nav-link.btn-highlighted:hover{
	color: var(--thm-text-white);
}

.our-tab-nav.vision-mission-tab ul li .nav-link.btn-highlighted::before{
	background: var(--thm-base);
}

.our-tab-nav.vision-mission-tab ul li .nav-link.active{
	background-color: var(--thm-base);
	color: var(--thm-text-white);
}

@media (max-width:480px) {
    .our-tab-nav .nav-tabs {
        gap: 10px;
    }
    .our-tab-nav.vision-mission-tab .nav-tabs .nav-item {
        width: calc(36.33% - 20px);
    }
}

.about-approach-box-title{
	margin-bottom: 30px;
}

.about-approach-box-title p{
	margin: 0;
}

.about-approach-content-info{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.about-approach-info-list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.about-approach-info-list ul li{
    position: relative;
	color: var(--thm-color);
    padding-left: 30px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.about-approach-info-list ul li:last-child{
	margin-bottom: 0;
}

.about-approach-info-list ul li:before{
    content: '\f058';
	position: absolute;
    top: 0;
    left: 0;
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
    color: var(--thm-base);
    font-size: 18px;
}


/***

====================================================================
	President Speech
====================================================================

***/

.members-message-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
    border-bottom: 1px solid var(--thm-border-color);
    margin-bottom: 30px;
}

.members-message-item:last-child{
    margin-bottom: 0;
}

.members-message-item:nth-of-type(odd){
    flex-direction: row-reverse;
}

.members-message-content{
    width: calc(70% - 20px);
}

.members-message-content h4 {
    font-size: 1.425rem;
    margin-bottom: 20px;
}

.members-message-header{
    margin-bottom: 5px;
}

.members-message-header p{
    font-size: 18px;
    margin-bottom: 0;
}

.members-message-author h4{
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.members-message-author p{
    font-family: var(--accent-font);
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.members-message-image{
    width: calc(30% - 20px);
    max-width: 230px;
}


.members-message-image img{
    width: 100%;
}

.members-message-content a.btn-style-sm {
    background-color: var(--thm-badge);
    color: #000;
    border: none;
}

.members-message-content a.btn-style-sm:hover {
    background-color: var(--thm-base);
    color: #ffffff;
}

@media (max-width: 767px) {
    .members-message-item {
        display: block;
    }

    .members-message-content,
    .members-message-image {
        width: 100%;
    }

    .members-message-image {
        margin-bottom: 30px;
    }
}

/***

====================================================================
	President Speech Detail
====================================================================

***/

.speechPrest {
    float: left;
    margin-right: 26px;
}

.speechPrest img {
    width: 200px;
    border-radius: 10px;
    margin-bottom: 0;
}

.speechPrest h3 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 10px;
}

.speechPrest h3 > span {
	display: block;
    font-weight: 600;
    font-size: 22px;
    color: var(--thm-base);
	font-weight: var(--thm-font);
	line-height: 30px;
}

/***

====================================================================
	 Member Statistic Counter
====================================================================

***/

.theme-counter .single-box {
    padding: 15px 12px;
    text-align: center;
    width: 100%;
}

.theme-counter .single-box h4 {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 2;
}

.theme-counter .single-box .number {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 0;
}

.theme-counter .single-box:hover {
    background-color: var(--thm-base);
}


/***

====================================================================
	Services Section
====================================================================

***/

.services-section {
    position: relative;
}

@media (max-width:575px) {
	.services-section > .container {
		padding-left: 30px;
    	padding-right: 30px;
	}
}

.services-block {
	position:relative;
	margin-bottom:40px;
}

.services-block .inner-box {
	position:relative;
}

.services-block .inner-box .image {
	position:relative;
}

.services-block .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(49, 52, 60, 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 .inner-box .image .overlay-box .icon-box {
	position:relative;
	background: var(--thm-base);
	width: 55px;
	height: 55px;
	text-align: center;
	display: inline-block;
	line-height: 55px;
	border-radius: 50%;
	color:#ffffff;
	font-size:24px;
}

.services-block .inner-box .image img {
	position:relative;
	width:100%;
	display:block;
}

.services-block .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 .inner-box .lower-content .content {
	position:relative;
	padding-left: 29px;
	padding-right: 29px;
}

.services-block .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 .inner-box .lower-content .content h3 {
	position:relative;
	font-size:20px;
	font-weight:700;
	margin-bottom:5px;
}

.services-block .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 .inner-box .lower-content .content h3 a:hover {
	color:var(--thm-base);
}

.services-block .inner-box .lower-content .content .text {
	position:relative;
	color:#848484;
	font-size: 15px;
	font-weight:300;
	line-height:26px;
	margin-bottom:10px;
}

.services-block .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 .inner-box .lower-content .content .read-more:hover {
	color:var(--thm-base);
}

.services-block .inner-box:hover .lower-content {
	border-color:var(--thm-base);
}

.services-block .inner-box:hover .lower-content .icon-box {
	color:#ffffff !important;
	border-color:var(--thm-base);
	background-color:var(--thm-base);
}

.services-block .inner-box:hover .image .overlay-box {
	opacity:1;
}

.service-viewall {
	display: flex;
	height: 85%;
	align-items: center;
	justify-content: center;
}

.service-viewall .btn-style {
	border-color: var(--thm-base);
}

/* Service Slider */
.service-item{
	position: relative;
	height: calc(100% - 30px);
}

.service-image{
	position: relative;
}

.service-image figure{
	border-radius: 15px;
	overflow: hidden;
    margin-bottom: 0;
}

.service-image img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 15px;
	transition: all 0.4s ease-in-out;
}

.service-item:hover .service-image img{
	transform: scale(1.1);
}

.service-body{
	position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
}

.service-body::before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--thm-base);
    opacity: 20%;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.service-content{
	position: relative;
	z-index: 1;
}

.service-content h3{
	font-size: 20px;
	text-transform: capitalize;
	color: var(--thm-text-white);
	margin-bottom: 0;
}

.service-content p{
	color: var(--thm-text-white);
	margin: 0;
}

.service-btn{
	position: relative;
	opacity: 0;
	visibility: hidden;
	height: 0;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.service-item:hover .service-btn{
	opacity: 1;
	visibility: visible;
	margin-top: 20px;
	height: 50px;
}

.readmore-btn{
	display: inline-block;
	background-color: var(--thm-badge);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.readmore-btn:hover{
	background-color: var(--thm-base);
}

.readmore-btn img{
	max-width: 24px;
	transition: all 0.3s ease-in-out;
}

.readmore-btn:hover img{
	filter: brightness(0) invert(1);
}
.sliding-items.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    transform: translate(1px, -50px);
}

.sliding-items.owl-carousel .owl-nav .owl-next,
.sliding-items.owl-carousel .owl-nav .owl-prev {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 8px;
    display: inline-block;
    line-height: 46px;
    border: 1px solid #cccccc;
    text-align: center;
    font-size: 15px;
    color: #949494;
    border-radius: 50%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.sliding-items.owl-carousel .owl-nav .owl-prev {
    left: 0px;
}

.sliding-items.owl-carousel .owl-nav .owl-next {
    right: 0px;
}

.sliding-items.owl-carousel .owl-nav .owl-next span, .sliding-items.owl-carousel .owl-nav .owl-prev span {
    font-weight: 500;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.sliding-items.owl-carousel .owl-nav .owl-next:hover,
.sliding-items.owl-carousel .owl-nav .owl-prev:hover {
    color: var(--thm-base);
    border-color: var(--thm-base);
}

@media (max-width:767px) {
	.service-block .inner-box .image-box img {
		height: auto;
	}
}


/***

====================================================================
	why-us & Calculaor widget CSS
====================================================================

***/

.benefits-item .benefits-item-content h4 {
    margin-bottom: 20px;
    color: var(--thm-base);
}

/* custom scrollbar */

.benefits-item .benefits-item-content > ul::-webkit-scrollbar {
    width: 20px;
}

.benefits-item .benefits-item-content > ul::-webkit-scrollbar-track {
    background-color: transparent;
}


.benefits-item .benefits-item-content > ul::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}


.benefits-item .benefits-item-content > ul::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

.benefits-item .benefits-item-content > ul {
    max-height: 230px;
    overflow-y: scroll;
}

.benefits-item .benefits-item-content > ul > li {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #555C63;
    width: 100%;
    max-width: 449px;
    margin-bottom: 15px;
}


.benefits-item,
.sidebar_widget {
    background-color: #ffffff;
    padding: 20px 25px;
    border-radius: 15px;
    box-shadow: 0px 20px 60px 10px #00000012;
    overflow: hidden;
}

.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 .interestBox {
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #dcdee0;
}

.calculator-widget .calculator-result-widget > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.calculator-widget .calculator-result-widget > div:last-child {
    margin-bottom: 0;
}

.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-base);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0;
}

.sidebar_widget .post-block-list .list-post {
    margin-bottom: 0;
    display: flex;
    gap: 20px;
}

.sidebar_widget .post-block-list .list-post li {
    margin-bottom: 15px;
    width: 40%;
}

.post-thumb img {
    object-fit: cover;
}
.post-thumb-80 img {
    max-width: 90px;
    height: 4rem;
}

.post-title a {
    color: inherit;
    display: inline;
    padding-bottom: 0;
    font-size: 17px;
}

.post-title a:hover {
    color: var(--thm-base);
}

/* .post-content .post-title {
    margin-bottom: 4px;
} */

.post-content .entry-meta {
    line-height: 1;
}

@media (max-width:767px) {
    .sidebar_widget {
        margin-bottom: 20px;
    }
}

.post-thumb-80 .default-wrap img {
    padding: 20px;
    height: auto;
    width: 85px;
}

.card-shadow {
    box-shadow: 0 9px 14px -4px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border: none;
}

.result-card {
    background: linear-gradient(120deg, var(--thm-secondary), var(--thm-base));
    color: white;
    padding: 10px 20px;
}

.breakdown-item {
    transition: all 0.3s ease;
    border: none;
}

.breakdown-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-preview {
    background: linear-gradient(to right, #9333ea, #3b82f6);
    border: none;
    color: white;
    transition: all 0.3s ease;
}

.btn-preview:hover {
    opacity: 0.9;
    transform: scale(1.05);
    color: white;
}

.input-group-text {
    background-color: #e9ecef;
    border-color: #ced4da;
}

.table-hover tbody tr:hover {
    background-color: #f8f9fa;
}

.modal-content {
    border-radius: 1rem;
    border: none;
}

.modal-header {
    border-bottom: 1px solid #dee2e6;
}

.btn-close-custom {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6c757d;
    cursor: pointer;
}

.btn-close-custom:hover {
    color: #495057;
}

.breakdown-value-blue {
    color: #2563eb;
}

.breakdown-value-green {
    color: #16a34a;
}

.breakdown-value-red {
    color: #dc2626;
}

.breakdown-value-purple {
    color: #9333ea;
}

.breakdown-value-indigo {
    color: #4f46e5;
}


/***

====================================================================
	Team Section
====================================================================

***/

.team-sliding {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 2px 5px 0 #b2afaf;
	padding: 0 0 30px;
}

.team-sliding  .team-block > h2 {
	font-size: 18px;
	color: var(--thm-base);
	line-height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 15px;
	margin-bottom: 20px;
}

.team-sliding  .team-block > h2:before {
	content: "";
	background-color: var(--thm-base);
	width: 5px;
	height: 30px;
	position: absolute;
	left: 0;
}

.team-sliding  .team-block figure img {
    width: 115px;
    /* border: 1px solid #acacac; */
    padding: 3px;
    margin: 0px auto;
    height: 115px;
    border-radius: 50%;
}

.team-sliding  .team-block .inner-box h3 {
    font-size: 20px;
    color: var(--thm-black);
    font-weight: 500;
	padding: 0 10px;
	margin-bottom: 5px;
}

.team-sliding .team-block .inner-box span {
	color: var(--thm-black);
	font-size: 16px;
	font-weight: 600;
	padding: 0 10px;
}

.team-sliding.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
}

.team-sliding.owl-carousel .owl-dots {
	display: block;
}

.team-sliding.owl-theme .owl-dots .owl-dot.active span,
.team-sliding.owl-theme .owl-dots .owl-dot:hover span {
	background-color: var(--thm-black);
}

.team-sliding.owl-theme .owl-nav {
	margin-top: 20px;
}

.team-sliding.owl-theme .owl-nav .owl-prev,
.team-sliding.owl-theme .owl-nav .owl-next {
	background: var(--thm-base);
    color: #ffffff;
	border-radius: 5px;
	padding: .175rem .75rem !important;
}


/***

====================================================================
	Notice Section
====================================================================

***/

.notice-sliding  .notice-block > h2 {
	font-size: 18px;
	color: var(--thm-base);
	line-height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 15px;
	margin-bottom: 10px;
}

.notice-sliding  .notice-block > h2:before {
	content: "";
	background-color: var(--thm-base);
	width: 5px;
	height: 30px;
	position: absolute;
	left: 0;
}

.notice-sliding .notice-block figure img {
	width: 100%;
	height: 350px;
}

.notice-sliding.owl-carousel .owl-dots {
	display: block;
}

.notice-sliding.owl-theme .owl-dots .owl-dot.active span,
.notice-sliding.owl-theme .owl-dots .owl-dot:hover span {
	background-color: var(--thm-black);
}

/* 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 #cccccc;
	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);
}

.owl-nav-style-one .owl-nav .owl-next span,
.owl-nav-style-one .owl-nav .owl-prev span{
	font-weight: 300;
	line-height: 47px;
}



/***

====================================================================
	News Section
====================================================================

***/

.blog-home {
  padding-top: 100px;
  padding-bottom: 60px;
}

.blog-home__two {
  padding-top: 140px;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
	.blog-home {
		padding-top: 80px;
		padding-bottom: 40px ;
	}
}

@media (max-width: 425px) {
	.blog-home {
		padding-top: 60px;
		padding-bottom: 30px ;
	}
}

.block-title p {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: var(--thm-color);
    margin: 0;
    line-height: 1;
    position: relative;
    top: -10px;
}

.block-title p::after {
    content: '';
    width: 43px;
    height: 3px;
    background-color: var(--thm-base);
    border-radius: 4px;
    margin-left: 10px;
}

.block-title .blog-title__h2 {
	margin-top: 0;
  	margin-bottom:  50px;
}

@media (max-width: 991px) {
	.block-title .blog-title__h2 {
		margin-bottom: 30px;
	}
}

@media (max-width: 425px) {
	.block-title .blog-title__h2 {
		margin-bottom: 20px;
	}
}

.blog-card {
  	margin-bottom: 30px;
}

.blog-card__image {
  	position: relative;
  	overflow: hidden;
  	background-color: var(--thm-black);
  	border-radius: 4px;
}

.blog-card__image img {
  	width: 100%;
	/* height: 238px; */
  	border-radius: 4px;
  	transform: scale(1);
  	transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card__image>span {
  	background-color: var(--thm-base);
  	display: inline-flex;
  	align-items: center;
  	justify-content: center;
  	text-align: center;
  	color: #fff;
  	font-size: 13px;
  	font-weight: 400;
  	line-height: 1;
  	position: absolute;
  	top: 20px;
  	left: 20px;
  	border-radius: 4px;
  	z-index: 10;
    padding: 12px 20px;
}

.blog-card:hover .blog-card__image > img,
.blog-card:hover .blog-card__image > .default-wrap img {
  	opacity: 1;
  	transform: scale(1.1);
 	transition: transform 0.7s;
}

.default-wrap {
    position: relative;
    background-color: #ffffff;
}

.default-wrap:before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.blog-card__image .default-wrap img {
    width: 180px;
}

.blog-card__content {
  	width: 100%;
  	background-color: #fff;
  	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  	padding: 30px 30px 20px 30px;
  	position: relative;
  	margin-top: -30px;
  	border-radius: 4px;
    z-index: 2;
}

.blog-card__content h4,
.blog-card__content h3 {
  	font-size: 20px;
  	font-weight: 700;
  	line-height: 1.2;
  	color: var(--thm-black);
  	margin-bottom: 20px;
}


.blog-card__content h4 a,
.blog-card__content h3 a {
  	color: inherit;
  	transition: all 500ms ease;
}

.blog-card__content h4 a:hover,
.blog-card__content h3 a:hover {
  	color: var(--thm-base);
}

.blog-card__meta {
  	display: flex;
  	align-items: center;
  	margin-bottom: 15px;
}

.blog-card__meta a {
  	display: flex;
  	align-items: center;
  	color: var(--thm-color);
  	transition: all 500ms ease;
  	font-size: 13px;
 	margin-right: 0px;
  	line-height: 1;
}

.blog-card__meta a > i {
  	color: var(--thm-base);
  	transition: all 500ms ease;
 	margin-right: 5px;
}

.blog-card__meta a:hover {
  	color: var(--thm-base);
}


.blog-card__meta a:not(:last-child):after {
  	background-color: #ccc;
    display: inline-block;
    content: "";
    width: 1px;
    height: 16px;
    vertical-align: middle;
    margin: 0 15px;
}

.blog-card__bottom {
  	overflow: hidden;
  	position: relative;
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	border-top: 1px solid #eee;
  	padding-top: 15px;
  	margin-top: 20px;
}

.blog-card-bottom-readmore {
    display: block;
    margin-top: 0;
}

.readmore-card-link {
    position: relative;
    color: var(--thm-color);
    transition: all .5s ease;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    transition: all .5s ease;
    outline: none;
}

.readmore-card-link:hover{
    color: var(--thm-base);
}

.readmore-card-link>i {
    font-size: 16px;
    margin-right: 10px;
    color: var(--thm-base);
}


@media (max-width: 1199px) {
	.blog-card__content h3 {
		font-size: 20px;
		line-height: 1.4;
	}
}

@media (max-width: 767px) {
    .blog-card__image img {
        width: 100% !important;
        height: 320px !important;
    }

    .blog-card__image .default-wrap img {
        height: 150px !important;
    }
}


.blog-item{
    height: calc(100% - 40px);
    margin-bottom: 40px;
}

.blog-featured-image{
    margin-bottom: 10px;
	border-radius: 15px;
    overflow: hidden;
}

.blog-featured-image figure{
    margin: 0;
}

.blog-featured-image img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.8;
    transition: all 0.4s ease-in-out;
}

.blog-featured-image figure .default-wrap img{
    aspect-ratio: 1 / 1;
}

.blog-item:hover .blog-featured-image img{
    transform: scale(1.1);
}

.blog-meta{
    margin-bottom: 15px;
}

.blog-meta ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog-meta ul li{
	position: relative;
	display: inline-block;
	padding: 0 16px 0 8px;
}

.blog-meta ul li:last-child{
	padding-right: 0;
}

.blog-meta ul li:first-child{
	padding-left: 0;
}

.blog-meta ul li::before{
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
	transform: translateY(-50%);
    background: var(--thm-badge);
	border-radius: 50%;
    width: 6px;
    height: 6px;
}

.blog-meta ul li:last-child::before{
	display: none;
}

.blog-meta ul li a{
	color: #828282;
}

.blog-content{
    margin-bottom: 20px;
}

.blog-content h3{
    font-size: 20px;
}

.blog-content h3 a{
    color: inherit;
}

.page-pagination{
    margin-top: 20px;
    text-align: center;
}

.page-pagination ul{
    justify-content: center;
    padding: 0;
    margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    color: var(--primary-color);
	border-radius: 10px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 700;
	line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a, 
.page-pagination ul li a:hover{
    background: var(--accent-color);
}


/***

====================================================================
	Client Carousel
====================================================================

***/

.partners {
    border-top: 1px solid #eeeeee;
}

.partners .partner-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: center;
    gap: 0px 32px;
}

.partners .partner-item-wrapper .item-slide img {
    width: 120px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.main-footer{
	position:relative;
	/* background-color: rgba(153, 1, 0, 0.8); */
	background-repeat:no-repeat;
	background-position:center center;
	color: var(--thm-text-white);
	background-size: cover;
    background: linear-gradient(120deg, var(--thm-secondary), var(--thm-base));
}

/* .main-footer::before {
    content: "";
    width: 53%;
    height: 100%;
    position: absolute;
    left: -65px;
    top: 0;
    background: rgba(2, 103, 1, 0.8);
    transform: skewX(-15deg);
    border-right: 5px solid #fff;
} */

@media(max-width:991px) {
    /* .main-footer::before {
        left: 0;
        width: 100%;
        height: 49%;
        transform: inherit;
        border-right: 0;
        border-bottom: 5px solid #fff;
    } */
}

@media(max-width:767px) {
    /* .main-footer::before {
        height: 47%;
    } */
}

@media(max-width:575px) {
    /* .main-footer::before {
        height: 38%;
    } */
}

@media(max-width:548px) {
    /* .main-footer::before {
        height: 42%;
    } */
}

.main-footer .widgets-section{
	position:relative;
	border-bottom: 1px solid rgba(255,255,255,0.20);
	padding: 30px 0px 20px;
}

.main-footer .footer-column{
	position:relative;
}

.main-footer .footer-widget{
	position:relative;
    display: inline-block;
}

.main-footer .footer-logo{
	position:relative;
	display: flex;
	width: 100%;
	align-items: center;
}

.main-footer .footer-logo img{
	display:block;
	/* max-width:80%;
	width: 130px; */
}

.footer-logo-title {
	text-align: left;
    margin-left: 20px;
}

.footer-logo-title p {
	font-weight: 700;
	line-height: 1.4;
}

@media only screen and (max-width:575px) {
	.main-footer .footer-logo {
		display: block;
		text-align: center;
	}
	.footer-logo-title {
		margin-left: 0;
		margin-bottom: 10px;
	}
}

/*=== About Widget ===*/
.main-footer .info.widget-content li {
    position: relative;
    color: var(--thm-text-white);
    margin-bottom: 10px;
    line-height: 24px;
}

.main-footer .info.widget-content li strong {
    position: relative;
    float: left;
    /* width: 15%; */
    font-weight: 600;
    padding-right: 15px;
}

.main-footer .info.widget-content li .txt {
    position: relative;
    float: left;
    /* width: 85%; */
}

.main-footer .footer-column .widget-title{
	position: relative;
	font-size: 18px;
	font-weight:800;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 7px;
	color: var(--thm-text-white);
}

.main-footer .footer-column .widget-title:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 40px;
	background-color: #ffffff;
	content: "";
}

.main-footer .contact-widget .contact-info li {
	color: var(--thm-text-white);
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	line-height: 30px;
}

.main-footer .main-menu__social a {
	width: 30px;
	height: 30px;
	font-size: 18px;
	background-color: #f8f8f8;
	color: var(--thm-black);
}

.main-footer .main-menu__social a:hover {
	color: var(--thm-text-white);
}

.main-footer .social-icon-three{
	position: relative;
	display: block;
	margin-top: 22px;
}

.main-footer .social-icon-three li{
	position: relative;
	display: inline-block;
}

.main-footer .social-icon-three li a{
	position: relative;
	display: inline-block;
	height: 34px;
	background:  transparent;
	width: auto;
	color: #888;
	text-align: center;
	padding: 5px 0;
	line-height: 24px;
	font-size: 14px;
	margin-right: 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .social-icon-three li a:hover{
	color: var(--thm-base);
}

@media only screen and (max-width:575px) {
	.main-footer .info.widget-content ul {
		display: inline-block;
		margin-bottom: 0;
	}

	.main-footer .info.widget-content li {
		display: inline-block;
	}

	.main-footer .info.widget-content li:last-child {
		margin-bottom: 0;
	}
}

.main-menu__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
}

.main-menu__social a {
    position: relative;
    height: 26px;
    width: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-text-white);
    background-color: var(--thm-black);
    font-size: 11px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.main-menu__social a:hover {
    color: var(--thm-text-white);
    background-color: var(--thm-base);
}

.main-menu__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--thm-base);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.main-menu__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.main-menu__social a+a {
    margin-left: 10px;
}

/*=== Services Widget ===*/
.main-footer .services-widget{
	position: relative;
	/* padding-left: 25px; */
}

.main-footer .services-widget .list li{
	position:relative;
	display: block;
	margin-bottom: 7px;
}

.main-footer .services-widget .list li a{
	position:relative;
	display: inline-block;
	font-size: 16px;
	line-height:20px;
	color: var(--thm-text-white);
	text-transform:capitalize;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .services-widget .list li a:hover{
	color: var(--thm-base);
}

.main-footer .services-widget .list li:last-child{
	margin-bottom: 0;
}


/*=== posts Widget ===*/
.main-footer .posts-widget{
	position: relative;
	/* margin-left: -45px; */
	/* padding-right: 45px; */
}

.main-footer .posts-widget .post{
	position:relative;
	min-height:75px;
	padding-left:110px;
	margin-bottom:30px;
}

.main-footer .posts-widget .post:last-child{
	margin-bottom:0px;
}

.main-footer .posts-widget .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	height:75px;
	width:85px;
}

.main-footer .posts-widget .post .post-thumb .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: rgba(var(--thm-base-rgb),0.91);
	color:#ffffff;
	opacity:0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.main-footer .posts-widget .post:hover .post-thumb .overlay-link{
	opacity:1;
}

.main-footer .posts-widget .post .post-thumb .overlay-link span{
	position:absolute;
	left:50%;
	top:50%;
	text-align:center;
	width:30px;
	margin-left:-15px;
	margin-top:-15px;
	line-height:30px;
	font-size:14px;
}

.main-footer .posts-widget .post .post-thumb img{
	display:block;
	width:100%;
}

.main-footer .posts-widget .post .desc-text{
	position:relative;
}

.main-footer .posts-widget .post .desc-text a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: var(--thm-text-white);
	line-height: 24px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .posts-widget .post .desc-text a:hover{
	color: var(--thm-base);
}

.main-footer .posts-widget .post .time{
    position: relative;
    display: inline-block;
    color: #888;
    font-size: 13px;
    line-height: normal;
    margin-top: 5px;
}


/*=== Contact Widget ===*/
.main-footer .contact-info-list li{
	position:relative;
	display: block;
	font-size: 16px;
	padding-left: 30px;
	line-height: 24px;
	color: #cccccc;
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.main-footer .contact-info-list li a{
	color: inherit;
	display: inline-block;
}

.main-footer .contact-info-list li i{
	position: absolute;
	left: 0;
	top: 5px;
}


/*=== Footer Bottom ===*/

.main-footer .footer-bottom{
	/* background-color: var(--thm-base); */
	position:relative;
	padding: 10px 0px;
    border-top: 1px solid var(--thm-border-color)
}

.footer-bottom .copyright-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	padding-top: 10px;
	/* border-top: 1px solid #ccc; */
}

.main-footer .footer-bottom p,
.main-footer .footer-bottom a{
	line-height: 30px;
	color: var(--thm-text-white);
	font-size: 15px;
	font-weight: 400;
	font-family: 'Nunito Sans', sans-serif;
	margin-bottom: 0;
}

.main-footer .footer-bottom p a{
	color: var(--thm-text-white);
	font-weight: 700;
}

.main-footer .footer-bottom p a:hover{
	text-decoration: underline;
}


/* Main footer light style */

.main-footer.light-style:before {
	position: absolute;
    content: '';
    background: rgba(11, 12, 18, 0.80);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 768px) {
	.footer-logo-title p {
		font-size: 1.8rem !important;
	}
	.main-footer .main-menu__social a {
		width: 30px;
		height: 30px;
		font-size: 15px;
	}

}

@media (max-width: 767px) {
	.footer-logo-title p {
		font-size: 1.3rem !important;
	}
}

@media (max-width: 575px) {
	.main-footer .footer-column {
		margin: 0 35px;
	}
	/* .main-footer .footer-column:first-child {
		margin: 0;
	} */
	
	.footer-column .widget-content .main-menu__social {
		justify-content: left;
	}
}

.main-footer .widget-content .btn-box a {
    position: relative;
    display: inline-block;
    background: var(--thm-base);
    padding: 11px 15px 11px 60px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
}

.main-footer .widget-content .btn-box a img {
    position: absolute;
    left: 14px;
    top: 11px;
}

.main-footer .widget-content .btn-box a span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff;
}



/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/

@media (max-width: 991px) {
	.contact-item {
	  padding-top: 30px;
	  padding-bottom:30px ;
	}
}

@media (max-width: 480px) {
	.contact-item .block-title {
	  margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.contactItem_content {
	  margin-bottom: 30px;
	}
}

.contactItem_content {
	padding-bottom: 10px;
}

.contactItem_content .block-title {
	margin-bottom: 25px;
}

.contactItem_content > p {
	margin: 0;
	margin-bottom: 35px;
}

.contactItem_box + .contactItem_box {
	border-top: 1px solid #e6eaef;
	margin-top: 20px;
	padding-top: 20px;
}

.contactItem_box {
	display: flex;
	align-items: center;
	text-align: left;
}

@media (min-width: 1200px) {
	.contactItem_box {
	  margin-right: 30px;
	}
}

.contactiItem_box:hover i {
	background-color: var(--thm-primary);
}

.contactItem_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%;
}

.contactItem_boxContent {
	margin-left: 20px;
}

.contactItem_boxContent h4 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: var(--thm-black);
	line-height: 1;
	margin-bottom: 10px;
}

.contactItem_boxContent a,
.contactItem_boxContent p {
	margin: 0;
	font-size: 16px;
	line-height: 25px;
	display: block;
	color: var(--thm-color);
	transition: all 500ms ease;
}

.contactItem_boxContent a:hover {
	color: var(--thm-base);
	text-decoration: underline;
}

@media (max-width: 425px) {
	.contactItem_boxContent a
	{
	  max-width: 180px;
	}
}


  /*========  End Contact css  =========*/

  /* inner */

.sidebar-page-container {
	position:relative;
}

.sidebar-page-container .content-side {
	margin-bottom:40px;
}

.left-sidebar{
	padding-right:30px;
}

aside.sidebar{
	position: relative;
}

aside.sidebar:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    bottom: -10000px;
    z-index: -1;
    width: 5000px;
    left: auto;
    right: 0;
    background-color: #eff2f6;
    margin-top: -90px;
    margin-bottom: -90px;
}

@media(max-width:991px) {
    aside.sidebar {
        display: none;
    }
}

.sidebar-widget {
	position: relative;
    padding: 0px 20px 50px 0;
    padding-bottom: 35px;
    width: 320px !important;
}

@media (max-width: 991px){
	.aside.sidebar {
		padding-bottom: 70px;
	}
	aside.sidebar:before{
		display: none;
	}
	.sidebar-widget {
		padding: 0;
		padding-bottom: 35px;
	}
}

@media (max-width: 425px){
	.aside.sidebar {
		padding-bottom: 40px;
	}
}

.sidebar-title{
	position:relative;
	margin-bottom:25px;
}

.sidebar-title h4{
	position:relative;
	font-size:18px;
	font-weight:600;
	padding-bottom:5px;
	text-transform: capitalize;
}

.sidebar-title .separator{
    position: relative;
    width: 65px;
    height: 15px;
	margin-bottom:20px;
}

.sidebar-title .separator:after{
    position: absolute;
    content: '';
    left: 0px;
    top: 5px;
    width: 40px;
    height: 1px;
    background-color: var(--thm-black);
}

.sidebar-title .separator .dott{
	position: relative;
    width: 6px;
    height: 6px;
    top: -9px;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--thm-base);
}

/*Category Blog*/
.categories-blog .inner-box{
	background: var(--thm-greybg);
	border-radius: 20px;
    padding: 20px;
}

.categories-blog .inner-box ul{
	position:relative;
}

.categories-blog .inner-box ul li{
	position:relative;
	margin-bottom: 5px;
	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;
}

.categories-blog .inner-box ul li a{
	position:relative;
	font-size:16px;
	font-weight:500;
	color: var(--thm-black);
	padding: 16px 40px 16px 16px;
	background: #f8f8f8;
	border-radius: 10px;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.categories-blog .inner-box ul li a::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    line-height: normal;
    background: url('../images/icon-arrow.svg') no-repeat;
    background-position: right center;
    background-size: 18px auto;
    width: 18px;
    height: 18px;
    transition: all 0.3s ease-in-out;
}

.categories-blog .inner-box ul li a:hover::after,
.categories-blog .inner-box ul li.active a::after {
    filter: brightness(0) invert(1);
}

.categories-blog .inner-box ul li.active a,
.categories-blog .inner-box ul li a:hover{
	background: var(--thm-base);
	color: #fff;
}

.categories-blog .inner-box ul li a:hover::before {
	background: transparent;
}

.heading-lg, .heading-lg-lead{
	font-size: 2rem;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px){
	.lead {
		font-size: 21px;
	}
}

.accordion .panel {
	background-color: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion .panel:last-child {
	border-bottom: 0 none;
}

.accordion .panel+.panel {
	margin-top: 0;
}

.accordion .panel-title {
	position: relative;
	font-size: 1em;
	font-weight: 400;
}

.accordion .panel-title a {
	color: #009750;
	padding: 16px 30px 17px 0;
}

.panel-title>a {
	display: block;
	padding: 15px;
	text-decoration: none;
}

.accordion .panel-title a .plus-minus {
	opacity: 0.4;
}

.accordion .panel-title a.collapsed {
	color: #747d88;
}

.accordion .panel-title a.collapsed:hover {
	opacity: 0.7;
}

.accordion .panel-title a.collapsed:hover .plus-minus {
	opacity: 0.4;
}

.accordion .panel-title a.collapsed .plus-minus {
	opacity: 0.7;
}

.accordion .panel-title a.collapsed .plus-minus span:before {
	transform: rotate(-180deg);
}

.accordion .panel-title a.collapsed .plus-minus span:after {
	transform: rotate(0deg);
}

.accordion .panel-title a:hover {
	opacity: 1;
}

.accordion .panel-title a:hover .plus-minus {
	opacity: 1;
}

.accordion .panel-body {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
}

.accordion .panel-default .panel-body {
	padding-bottom: 10px;
}

.accordion .panel-default:last-child .panel-body{
	padding-bottom: 0;
}

.accordion .panel-default:last-child .panel-body ul{
	margin-bottom: 0;
}

.accordion .panel-body ul li {
	margin-bottom: 10px;
}

.accordion .plus-minus {
	opacity: 0.8;
	cursor: pointer;
	transition: opacity 350ms;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	height: 18px;
	width: 18px;
	margin-top: -9px;
}

.accordion .plus-minus span {
	position: relative;
	height: 100%;
	display: block;
}

.accordion .plus-minus span:before,
.accordion .plus-minus span:after {
	content: "";
	position: absolute;
	background: #666;
	transition: transform 100ms;
}

.accordion .plus-minus span:before {
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -1px;
	transform: rotate(180deg);
}

.accordion .plus-minus span:after {
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
	margin-left: -1px;
	transform: rotate(90deg);
}

.accordion .plus-minus:hover {
	opacity: 0.3;
}

.accordion.filled .panel:last-child {
	border-bottom: 0;
}

.accordion.filled .panel-title {
	background-color: #f5f5f5;
}

.accordion.filled .panel-title a {
	background: #ececec;
	padding-left: 20px;
	color: var(--thm-base);
}

.accordion.filled .panel-title a.collapsed {
	background-color: transparent;
	color: #747d88;
}

.accordion.filled .panel-title a.collapsed:hover {
	opacity: 0.7;
}

.accordion.filled .panel-body {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.accordion.filled .plus-minus {
	right: 20px;
}

.panel-group:last-child {
	margin-bottom: 0;
}

img.aligncenter {
    float: left;
    display: block;
    /* margin: 5px auto 15px; */
    width: 270px;
}

@media (max-width:480px) {
    img.aligncenter {
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}


/*--------------------------------------------------------------
# Our Team Members
--------------------------------------------------------------*/
.ts-team-wrapper {
    position: relative;
    overflow: hidden;
    /*-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03);*/
    text-align: center;
    min-height: 310px;
}

.team-img-wrapper {
    position: relative;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
}

.team-img-wrapper:after {
    position: absolute;
    content: '';
    background: rgba(31, 31, 31, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
}

.ts-team-wrapper:hover .team-img-wrapper:after {
    opacity: 1;
    right: 0;
}

.team-img-wrapper img {
    width: 100%;
}

.ts-team-content {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    height: 120px;
    padding: 15px 10px;
    margin-top: 0;
    -webkit-transition: 350ms;
    transition: 350ms;
    transition: 350ms;
}

.ts-team-wrapper:hover .ts-team-content {
    position: absolute;
    top: 50%;
    margin-top: -95px;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
}

.ts-team-wrapper:hover .ts-team-content h3,
.ts-team-wrapper:hover .ts-team-content p,
.ts-team-wrapper:hover .ts-team-content span {
    color: #fff;
}

.ts-team-content .team-name {
    font-size: 16px;
    margin: 0;
    line-height: normal;
}

.ts-team-content .team-designation {
    font-size: 14px;
    font-style: italic;
	margin-bottom: 0;
}

.ts-team-content .team-number {
	font-size: 14px;
	color: var(--thm-color);
	font-weight: 500;
}

.team-social-icons {
    display: none;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
}

.team-social-icons a {
    color: #252a37;
    margin-right: 12px;
    text-align: center;
}

.ts-team-wrapper:hover .team-social-icons {
    display: block;
    height: 95px;
    padding: 30px 0;
}

/* Team Single */

.all-member-content-wrapper [class*=col-],
.all-member-content-wrapper [class^=col-],
.pb-teams [class*=col-],
.pb-teams [class^=col-]{
  margin-bottom: 25px;
}

.all-member-content-wrapper [class*=col-]:nth-last-of-type(1),
.all-member-content-wrapper [class^=col-]:nth-last-of-type(1),
.all-member-content-wrapper [class*=col-]:nth-last-of-type(2),
.all-member-content-wrapper [class^=col-]:nth-last-of-type(2),
.all-member-content-wrapper [class*=col-]:nth-last-of-type(3),
.all-member-content-wrapper [class^=col-]:nth-last-of-type(3),
.pb-teams [class*=col-]:nth-last-of-type(1),
.pb-teams [class^=col-]:nth-last-of-type(1),
.pb-teams [class*=col-]:nth-last-of-type(2),
.pb-teams [class^=col-]:nth-last-of-type(2),
.pb-teams [class*=col-]:nth-last-of-type(3),
.pb-teams [class^=col-]:nth-last-of-type(3),
.pb-teams [class*=col-]:nth-last-of-type(4),
.pb-teams [class^=col-]:nth-last-of-type(4){
  margin-bottom: 0;
}

.team-pg-section .leadership-grids {
    overflow: hidden;
    margin: 0 -15px;
}

.team-pg-section .leadership-grids .grid {
    width: 50%;
    float: left;
    padding: 0 15px 30px;
}

.team-pg-section .leadership-grids .grid.mx-auto{
  float: none;
}

.team-pg-section .leadership-grids .member-info {
    border-bottom: 1px solid var(--thm-base);
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.team-pg-section .leadership-grids h4 {
    font-size: 20px;
    font-size: 1.33333rem;
    margin: 1em 0 0.15em;
}

.team-pg-section .leadership-grids h4 + span {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: bold;
    color: #7a8595;
}

.team-pg-section .leadership-grids .details a {
    margin-bottom: 4px;
    font-weight: 600;
    display: block;
    color: #0b0c26;
}

.team-pg-section .leadership-grids .details a:hover{
  color: var(--thm-base);
}

.team-pg-section .leadership-grids .social ul {
    overflow: hidden;
    padding-top: 20px;
    padding-left: 0;
    list-style-type: none;
}

.team-pg-section .leadership-grids .social li {
    float: left;
}

.team-pg-section .leadership-grids .social ul > li + li {
    margin-left: 5px;
}

.team-pg-section .leadership-grids .social a {
    background-color: #3b5998;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-size: 1.06667rem;
    color: #fff;
    display: block;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.team-pg-section .leadership-grids .social ul li:nth-child(2) a {
    background-color: #26e5fc;
}

.team-pg-section .leadership-grids .social ul li:nth-child(3) a {
    background-color: #447bc0;
}

.team-pg-section .leadership-grids .social ul li:nth-child(4) a {
    background-color: #ed573e;
}

.team-pg-section .leadership-grids .social a:hover {
    opacity: 0.8;
}
@media only screen and (max-width: 767px){
  .team-pg-section .leadership-grids .grid{
    width: 100%;
  }
}


/*--------------------------------------------------------------
# Card Grid Section
--------------------------------------------------------------*/
.card {
    border: 0;
    border-radius: 0;
    margin-bottom: 2rem;
}

.card-service {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    color: #fff;
    height: 270px;
}

.card-service .card-block {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 68px;
    overflow: hidden;
    padding: 1.25rem;
    background-color: rgb( 0 151 80 / 95%);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.card-service:hover .card-block {
    height: 250px;
}

.btn .fa, .btn [class^="ti-"] {
    margin: 0 0.125rem;
    font-size: 1rem;
    /*vertical-align: middle;*/
}

.card-service .card-block a.btn{
  font-size: 0.875rem;
}

.card-service .card-block .card-text,
.card-service .card-block .btn {
    opacity: 0;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
}

.card-service:hover
.card-block .card-text,
.card-service:hover
.card-block .btn {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out 0.3s;
    -o-transition: opacity 0.3s ease-in-out 0.3s;
    transition: opacity 0.3s ease-in-out 0.3s;
}

.card-service .card-title {
  font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 68px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.card-service .card-title::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 20%;
    right: 20%;
    border-top: 1px solid #0b0c26;
}

.card-service a {
    color: #fff;
}

.card-service:hover a{
  color: #0b0c26;
}

.card-service a.btn:hover{
  text-decoration: underline;
}

.btn-primary-link:hover,
.btn-primary-link:focus,
.btn-primary-link:active,
.btn-primary-link:active:focus {
    background-color: transparent;
    color: #0b0c26;
    text-decoration: none;
}



/*--------------------------------------------------------------
# Post Grid Section
--------------------------------------------------------------*/

.post-gallery-section .image-box {
    margin-bottom: 10px;
}

.post-gallery-section .image-box img {
    width: 100%;
    /* height: 255px; */
}

.post-gallery-section .entry-meta .meta-date {
    font-size: 15px;
}

.post-gallery-section .entry-meta .entry-title {
    margin: 5px 0 30px 0;
    line-height: 30px;
}

.post-gallery-section .entry-meta .entry-title a {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--thm-black);
}

.post-gallery-section .entry-meta .entry-title a:hover {
    color: var(--thm-base);
}

.latest-post-section .post-grids,
.post-gallery-section .post-grids,
.post-gallery-section .fbar-notice{
    overflow: hidden;
    margin: 0 -12.5px;
}

.latest-post-section .post-grids .grid,
.post-gallery-section .post-grids .grid {
    max-width: calc(25% - 0px);
    flex: 0 0 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.latest-post-section .post-grids .grid{
  max-width: calc(33.333% - 0px);
  flex: 0 0 33.333%;
  margin-bottom: 20px;
}


.post-gallery-section .post-grids .grid{
  margin-bottom: 25px;
}

.latest-post-section .entry-media,
.post-gallery-section .entry-media {
    position: relative;
    overflow: hidden;
}

.latest-post-section .entry-media .overlay,
.post-gallery-section .entry-media .overlay{
    background-color: rgba(0, 172, 31, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}


.latest-post-section .entry-media img,
.post-gallery-section .entry-media img {
	width: 100%;
    height: 230px;
}

.latest-post-section .entry-media .overlay a,
.post-gallery-section .entry-media .overlay a{
    font-size: 20px;
    font-size: 1.33333rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post-gallery-section .entry-media .overlay a{
  font-size: 35px;
}

.latest-post-section .grid:hover .entry-media .overlay,
.post-gallery-section .grid:hover .entry-media .overlay,
.post-gallery-section .fbar-notice:hover .entry-media .overlay,
.post-gallery-section .image-box:hover .entry-media .overlay {
    opacity: 1;
    visibility: visible;
}

.vbox-container img {
    max-width: 100%; /* Ensure images don't exceed the container width */
    height: calc(100vh - 100px); /* Allow images to adjust their height proportionally */
}

@media (max-width:991px) {
	.notice-sliding {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 991px) {
	.latest-post-section .post-grids .grid,
	.post-gallery-section .post-grids .grid {
		max-width: 50%;
		flex: 0 0 50%;
	}
}

@media only screen and (max-width: 575px) {
	.latest-post-section .post-grids .grid,
	.post-gallery-section .post-grids .grid {
		max-width: 100%;
		flex: 0 0 100%;
	}
}

.post-gallery-section a.btn-style-three {
    transform: translate(0, -10px);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/

.blog-details .blog-card__image {
  margin-bottom: 20px;
}

.blog-details__content {
  margin-top: 10px;
}

.blog-details__content > p > u > img,
.blog-details__content img {
    width: 100% !important;
    height: 100% !important;
}

.blog-details__content h3 {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  color: var(--thm-black);
  margin-bottom: 25px;
}

.blog-details__content p {
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.66;
}

.blog-details__content .ckeditor-html5-audio {
    margin-bottom: 30px;
}

.blog-details__quote{
    background-color: #eff2f6;
    font-size: 18px;
    color: #0c2139;
    padding: 35px 25px;
    margin: 25px 0;
    border-radius: 0 4px 4px 0;
    position: relative;
    line-height: 34px;
    font-style: italic;
    border-left: 4px solid #004aa1;
}

.blog-details__quote cite {
  font-size: 16px;
  font-weight: 700;
}

.blog-card__image-box .blog-card__image {
  width: 380px;
  height: 220px;
}

@media (max-width: 1199px) {
  .blog-card__image-box .blog-card__image {
    height: auto;
  }

}

.blog-details__content blockquote {
    position: relative;
    background: var(--thm-primary);
    border-left: 6px solid var(--thm-base); /* green-500 */
    padding: 1rem 1.5rem;
    margin: 2rem 0;
    border-radius: 10px;
    font-style: italic;
    color: #1f2937; /* gray-800 */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.blog-details__content blockquote::before {
    content: '“';
    position: absolute;
    top: 30px;
    left: 10px;
    font-size: 5rem;
    color: #22c55e;
    opacity: 0.2;
    z-index: 0;
}

.blog-details__content blockquote > p {
    padding-left: 25px;
}

.blog-details__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #e6eaef;
    margin-top: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}

.team-details__social {
    display: flex;
    flex-wrap: wrap;
}

.team-details__social a {
	display: flex;
	justify-content: center;
	border-radius: 50%;
	align-items: center;
	width: 41px;
	height: 41px;
	background-color: #eff2f6;
	color: #0c2139;
	font-size: 13px;
	transition: all 500ms ease;
	border: 1px solid rgba(0,0,0,.06);
  }

.team-details__social a:hover {
	background-color: var(--thm-base);
	color: #fff;
}

.team-details__social a + a {
	margin-left: 10px;
}



/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 30px;
  }
}

.blog-sidebar:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    bottom: -10px;
    z-index: -1;
    width: 5000px;
    left: 18px;
    background-color: #eff2f6;
    margin-top: -90px;
    margin-bottom: -90px;
}

@media(max-width: 991px) {
  .blog-sidebar:before {
    display: none;
  }
}

.blog-sidebar__box {
  margin-bottom: 30px;
  padding-left: 35px;
  padding-bottom: 10px
}

.blog-sidebar__box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .blog-sidebar__box
  {
    padding-left: 0;
  }
}

.blog-sidebar__box-title {
    font-size: 23px;
    color: var(--thm-black);
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #dce4ed;
	line-height: 1;
}

.blog-sidebar__box-title:after {
    content: '';
    width: 60px;
    height: 4px;
    background: var(--thm-base);
    position: absolute;
    bottom: -2px;
    left: 0;
}

.blog-sidebar .footer-widget__post-list-content h3 {
	color: var(--thm-color);
}

@media (max-width: 1199px) {
	.blog-sidebar .footer-widget__post-list-content h3 {
	  line-height: 18px;
	  font-size: 18px;
	}
}

@media (max-width: 991px) {
	.blog-sidebar .footer-widget__post-list-content h3 {
	  line-height: 26px;
	  font-size: 20px;
	}
}

.blog-sidebar .footer-widget__post-list li {
	display: flex;
	align-items: flex-start;
}

.blog-sidebar .footer-widget__post-list hr {
	background-color: #b0c2d7;
	height: 0.1px;
	margin-top: 30px;
}

.blog-sidebar .footer-widget__post-list li + li {
	border-top: 1px solid #ffffff1a;
	padding-top: 25px;
	margin-top: 25px;
}

.blog-sidebar .footer-widget__post-list li > img {
	flex-shrink: 0;
}


.blog-sidebar .footer-widget__post-list li + li {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-top:20px;
}

@media(max-width: 991px) {
	.blog-sidebar .footer-widget__post-list li + li {
	  padding-top: 15px;
	  margin-top: 15px;
	}
}

@media(max-width: 425px) {
	.blog-sidebar .footer-widget__post-list li + li {
	  padding-top: 20px;
	  margin-top: 20px;
	}
}

.blog-sidebar .footer-widget__post-list li h3 a {
	color: var(--thm-black);
}

.blog-sidebar .footer-widget__post-list-content {
	margin-left: 20px;
}

.blog-sidebar .footer-widget__post-list-content span {
	font-size: 12px;
	color: var(--thm-base);
	line-height: 1;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}

@media(max-width: 991px) {
	.blog-sidebar .footer-widget__post-list-content span {
	  margin-top: 10px;
	}
}

@media(max-width: 425px) {
	.blog-sidebar .footer-widget__post-list-content span {
	  margin-top: 0;
	}
}

.blog-sidebar .footer-widget__post-list-content h3 {
	font-size: 20px;
	line-height: 26px;
	color: var(--thm-text-dark);
	margin-bottom: 0;
}

.blog-sidebar .footer-widget__post-list-content h3 a {
	color: #b0c2d7;
	transition: all 0.5s ease;
}

.blog-sidebar .footer-widget__post-list-content h3 a:hover {
	color: var(--thm-base);
}

.service-sidebar__call {
    position: relative;
    border-radius: 4px;
    padding: 50px 40px;
    padding-right: 35px;
    background-color: rgba(var(--thm-base-rgb), 0.91);
    z-index: 0;
}

.service-sidebar__call-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-blend-mode: hard-light;
	background-size: cover;
	background-position: center center;
	opacity: 0.1;
	z-index: -1;
  }

.service-sidebar__call i {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--thm-base);
	font-size: 32px;
	width: 67px;
	height: 67px;
	background-color: #fff;
	border-radius: 50%;
	margin-bottom: 30px;
}

.service-sidebar__call h3 {
	color: #fff;
	font-size: 26px;
	line-height: 1;
	margin: 0;
	max-width: 250px;
	margin-bottom: 10px;
}

.service-sidebar__call h3 a {
	color: var(--thm-text-white);
	transition: all 500ms ease;
}

.service-sidebar__call .info-mail a {
	color: var(--thm-black);
	transition: all 500ms ease;
}

.service-sidebar__call p {
    margin: 0;
    color: #fff;
    margin-top: 10px;
}

/***

====================================================================
	 Member Statistic Counter
====================================================================

***/

.calendar-container {
    
}

.calendar-container .theme-btn {
    display: flex;
    align-items: center;
    line-height: 1;
}

.calendar-container .theme-btn:hover:disabled,
.calendar-container .theme-btn:disabled {
    background: var(--thm-base) !important;
    cursor: not-allowed;
    opacity: 0.6;
    border: none;
    transform: none !important;
    box-shadow: none !important;
}

.calendar-container .calendar-image {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    width: 100%;
    height: auto;
}

.calendar-container .month-title {
    color: #dc2626;
    font-size: 2rem;
    text-shadow: 2px 2px 4px rgba(220, 38, 38, 0.2);
    cursor: pointer;
    transition: color 0.2s ease;
}

.calendar-container .month-title:hover {
    color: #b91c1c;
}

.calendar-container .dropdown-toggle::after {
    content: "" !important;
    margin-left: 0.5rem;
    transition: transform 0.2s ease;
}

.calendar-container .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.calendar-container .dropdown-menu {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem;
    min-width: 280px;
    max-height: 400px;
    overflow-y: auto;
    left: 50% !important;
    top: 40px !important;
    transform: translateX(-50%) !important;
}

/* Custom scrollbar for dropdown */
.calendar-container .dropdown-menu::-webkit-scrollbar {
    width: 8px;
}

.calendar-container .dropdown-menu::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}

.calendar-container .dropdown-menu::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.calendar-container .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.calendar-container .dropdown-header {
    color: #dc2626;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid #dc2626;
    padding-bottom: 0.5rem;
    margin-bottom: 0.75rem;
}

.calendar-container .dropdown-item {
    border-radius: 10px;
    margin-bottom: 0.25rem;
    padding: 0.75rem 1rem;
    transition: all 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calendar-container .dropdown-item:hover {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    color: #dc2626;
    transform: translateX(5px);
}

.calendar-container .dropdown-item.active {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: white;
}

.calendar-container .dropdown-item.active:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%);
    color: white;
    transform: translateX(5px);
}

.calendar-container .month-number {
    font-size: 0.875rem;
    opacity: 0.7;
    font-weight: 600;
}

.calendar-container .loading-spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #dc2626;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 768px) {
    .calendar-container .calendar-container {
        padding: 1.5rem;
    }
    
    .calendar-container .month-title {
        font-size: 1.75rem !important;
    }
    
    .calendar-container .btn-text-full {
        display: none;
    }
    
    .calendar-container .btn-text-short {
        display: inline;
    }
}

@media (min-width: 769px) {
    .calendar-container .btn-text-full {
        display: inline;
        line-height: 1;
    }
    
    .calendar-container .btn-text-short {
        display: none;
    }
}
/***

====================================================================
	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;
}


/*--------------------------------------------------------------
# Download Event List
--------------------------------------------------------------*/
.download-event-list table th {
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border: 0;
}

.download-event-list table thead th {
    color: #585858;
    background-color: #ccd5db;
}

.download-event-list.min-width-space table thead th:first-child{
  width: 50%;
}

.download-event-list table{
  margin-bottom: 0;
}

.download-event-list table thead th,
.download-event-list table tbody > tr >td{
    border-top: none;
    font-weight: normal;
    font-size: 15px;
    vertical-align: middle;
}

[lang="en"] .download-event-list table tbody > tr >td {
	font-size: 14px;
}

.download-event-list table tbody > tr:nth-child(2n) {
    background-color: #eeeeee;
}

.check-list li .table a,
.table a  {
    color: #212529;
    font-size: 15px;
    font-weight: normal;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    /*height: 0.9rem;*/
    overflow: visible;
    vertical-align: -.125em;
}

.svg-inline--fa.fa-w-16 {
    width: 0.9rem;
}

.table a.btnViewFile,.btnViewFile{
  background: var(--thm-base);
  color: #ffffff;
}

.Download-container_table .table td {
	border-top: none;
}

.Download-container_table {
	margin-top: 30px;
}

@media (max-width:991px) {
	.Download-container_table {
		margin-bottom: 80px;
	}
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: transparent;
}

.Download-container_table .table tbody tr > td > table > tbody > tr {
	border-width: 1px 0;
	border-style: solid;
	border-color: #dee2e6;
	margin-bottom: 10px;
}



.Download-container_table table thead th:first-child{
  width: 50%;
}

.Download-container_table.table_file table thead th:first-child{
  width: 80%;
}

.Download-container_table .btn-box {
	margin-top: 15px;
}

/*--------------------------------------------------------------
# News List
--------------------------------------------------------------*/

.post-gallery-section .img-box .news-thumb{
    border-radius: 6px;
}

.news-section {
	margin-bottom: 30px;
}

.news-listing {
    margin-bottom: 20px;
    position: relative;
    border-radius: 5px;
	width: 100%;
}

.news-listing.bg {
    background: #f5f5f5;
}

.news-slot-time {
    width: 20%;
    float: left;
    font-weight: 700;
}

.news-slot-info {
    display: flex;
    width: 100%;
    gap: 30px;
}

.news-slot-speakers {
    width: 164px;
    height: 115px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news-slot-info-content {
	padding-top: 3px;
}

.news-slot-info-content p:last-of-type {
	margin-bottom: 0;
}

.news-slot-title > a {
	color: var(--thm-black);
    margin: 5px 0;
    font-size: 20px;
}

.news-slot-title > a:hover {
	color: var(--thm-base);
}

.news-slot-info-content date {
	font-size: 13px;
	color: var(--thm-black);
	font-weight: 500;
}

@media (max-width:575px) {
	.news-section {
		margin-bottom: 50px;
	}
	.news-listing {
		margin-bottom: 50px;
	}
	.news-listing .news-slot-info {
		flex-direction: column;
	}
	.news-slot-speakers {
		width: 100%;
		height: auto;
		position: relative;
		margin-bottom: 30px;
	}

	.news-slot-info-content {
		margin-left: 0;
	}
}


/*--------------------------------------------------------------
# Apply Loan Form
--------------------------------------------------------------*/
.dropdown-menu {
	-webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
	-webkit-animation-name: DropDownSlide;
	animation-name: DropDownSlide;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	border: none;
	font-size: .8125rem;
	margin: 0;
	position: absolute;
	z-index: 1000;
}
.loan-apply-form .card-body {
    padding: 0;
}

.loan-apply-form .group {
    background: #f1f5f8;
    border-radius: 4px;
    padding: 35px;
}

.apply-form .form-group {
    margin-bottom: 0;
}

.apply-form .form-group label {
    color: #555c63;
    margin-bottom: 0.5rem;
    line-height: 25px;
    margin-top: 0;
}

.form-check {
    position: relative;
    display: flex;
    padding-left: 1.25rem;
    vertical-align: middle;
    /* align-items: center; */
}

.form-check label {
    display: flex;
    align-items: center;
    margin: 20px;
    margin-left: 0;
    cursor: pointer;
    font-size: 18px;
}

.form-check-input {
    position: absolute;
    margin-top: .7rem;
    margin-left: -1.25rem;
}

.bselect-picker .group .form-group > label{
    color: #0b0c26;
    font-style: normal;
}

.bselect-picker .group .form-group {
    text-align: left;
    position: relative;
    display: inline-block;
    width: 100%;
}
.bselect-picker .group .form-group
.bselect-picker .group .form-group input[type="text"],
.bselect-picker .group .form-group input[type="email"],
.bselect-picker .group .form-group input[type="number"],
.bselect-picker .group .form-group input[type="date"],
.bselect-picker .group .form-group input[type="tel"],
.bselect-picker .group .form-group textarea,
.bselect-picker .group .form-group button,
.bselect-picker .group .form-group select {
    padding: 12px;
    font-size: 14px;
    border: 1px solid #c6c6c6;
    width: 100%;
    color: #888;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.bselect-picker .make-app .group .form-group input[type="text"],
.bselect-picker .make-app .group .form-group input[type="email"],
.bselect-picker .make-app .group .form-group input[type="number"],
.bselect-picker .make-app .group .form-group input[type="date"],
.bselect-picker .make-app .group .form-group input[type="tel"],
.bselect-picker .make-app .group .form-group textarea,
.bselect-picker .make-app .group .form-group button,
.bselect-picker .make-app .group .form-group select {
    border: none;
}
.bselect-picker .group .form-group select{
    padding: .375rem .75rem;
}
.bselect-picker .group .form-group input[type="text"]:focus,
.bselect-picker .group .form-group input[type="text"]:hover,
.bselect-picker .group .form-group input[type="email"]:focus,
.bselect-picker .group .form-group input[type="email"]:hover,
.bselect-picker .group .form-group input[type="number"]:focus,
.bselect-picker .group .form-group input[type="number"]:hover,
.bselect-picker .group .form-group input[type="date"]:focus,
.bselect-picker .group .form-group input[type="date"]:hover,
.bselect-picker .group .form-group input[type="tel"]:focus,
.bselect-picker .group .form-group input[type="tel"]:hover,
.bselect-picker .group .form-group textarea:focus,
.bselect-picker .group .form-group textarea:hover,
.bselect-picker .group .form-group button:focus,
.bselect-picker .group .form-group button:hover,
.bselect-picker .group .form-group select:focus,
.bselect-picker .group .form-group select:hover {
    outline: none !important;
    border-color: #9fb1c1 !important;
    box-shadow: none !important;
}
.bselect-picker .group .form-group input[type="text"]:focus + label, .bselect-picker .group .form-group input[type="text"]:hover + label,
.bselect-picker .group .form-group input[type="email"]:focus + label,
.bselect-picker .group .form-group input[type="email"]:hover + label,
.bselect-picker .group .form-group input[type="number"]:focus + label,
.bselect-picker .group .form-group input[type="number"]:hover + label,
.bselect-picker .group .form-group input[type="date"]:focus + label,
.bselect-picker .group .form-group input[type="date"]:hover + label,
.bselect-picker .group .form-group input[type="tel"]:focus + label,
.bselect-picker .group .form-group input[type="tel"]:hover + label,
.bselect-picker .group .form-group textarea:focus + label,
.bselect-picker .group .form-group textarea:hover + label,
.bselect-picker .group .form-group button:focus + label,
.bselect-picker .group .form-group button:hover + label,
.bselect-picker .group .form-group select:focus + label,
.bselect-picker .group .form-group select:hover + label {
    color: var(--thm-base);
    cursor: text;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    letter-spacing: .1rem;
    font-family: 'Poppins';
    font-weight: 400;
    color: #999;
}
.bselect-picker .group .form-group .bootstrap-select>.dropdown-toggle{
    background-color: #ffffff;
    height: 44px;
}
.bselect-picker .group .form-group .dropdown-item{
    padding: 10px 25px;
}
.bselect-picker .group .form-group .dropdown-item.active{
    background-color: #0b0c26;
    color: var(--thm-base);
}
.bselect-picker .group .form-group .dropdown-item:hover{
    background-color: var(--thm-base);
    color: #ffffff;
}
.bselect-picker .group .form-group .fa-sort {
    position: absolute;
    right: 10px;
    top: 17px;
    color: #999;
}
.bselect-picker .group .form-group select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}
.bselect-picker .group .form-group label {
    position: absolute;
    left: 8px;
    top: 12px;
    width: 60%;
    color: #999;
    font-size: 16px;
    display: inline-block;
    padding: 4px 10px;
    font-weight: 400;
    font-family: 'Poppins';
    width: 100%;
    letter-spacing: .1rem;
    line-height: 8px;

    -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
    -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
    -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
    transition: color 0.3s, top 0.3s, background-color 0.8s;
}
.bselect-picker .make-app .group .form-group label{
    position: unset;
    color: #ffffff;
    display: inline-block;
    padding: 0;
}
.bselect-picker .group .form-group label.custom-control-label {
    top: 10px;
    font-style: normal;
    padding: 4px 0;
}
.bselect-picker .group .form-group label.active {
    top: -11px;
    color: #555;
    background-color: white;
    width: auto;
    z-index: 1
}
.bselect-picker .group .form-group textarea {
    resize: none;
    height: 200px;
}

.bselect-picker .group .form-group .radio label,
.bselect-picker .group .form-group .checkbox label {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    float: none;
    font-style: normal;
    width: auto;
}

.bselect-picker .group .form-group .radio label:before,
.bselect-picker .group .form-group .checkbox label:before{
    margin-left: -30px;
}

.bselect-picker .group .form-group-header {
    font-size: 1.1em;
    font-weight: 500;
    color: #0b0c26;
    margin-bottom: 15px;
    line-height: 1.4em;
}

.bselect-picker .form-footer .applynow-btn .btn-theme {
    border: 1px solid var(--thm-base);
    font-weight: 400;
    margin-right: 11px;
    margin-top: 4px;
    min-width: 150px;
}

@media only screen and (max-width: 480px){
    .bselect-picker .group .form-group label,
    .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
        font-size: 11px;
    }
}


/*--
    Site Document
------------------------------------------*/
.terms_condition {position: relative;}
.terms_condition-content {padding: 80px 0px 80px;}
.terms_condition-text {margin-bottom: 45px;}
.terms_condition-text:last-child {margin-bottom: 0;}
.terms_condition-text h3, .terms_condition-text .h3 {
  font-size: 24px;
  font-family: 'Poppins';
  margin-bottom: 30px;
}
.terms_condition-text p {
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
}
.terms_condition-text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.terms_condition-text li i {
  line-height: 35px;
  margin-right: 15px;
  font-size: 15px;
  color: #1E2E50;
}

/*Share Button*/
.entry-post-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.entry-post-share .share-media {
    position: relative;
    margin-left: 10px;
}

.entry-post-share .share-media .share-icon {
    color: #fff;
    background: var(--thm-base);
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.entry-post-share .share-list {
    position: absolute;
    bottom: 100%;
    right: 0%;
    -webkit-transform: translate(0%, -1px);
    -ms-transform: translate(0%, -1px);
    transform: translate(0%, -1px);
    width: auto;
    white-space: nowrap;
    padding: 0 4px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
    filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.entry-post-share .share-list::before {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    content: '';
    border-top: 8px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.entry-post-share.opened .share-list {
    -webkit-transform: translate(0%, -12px);
    -ms-transform: translate(0%, -12px);
    transform: translate(0%, -12px);
    visibility: visible;
    opacity: 1;
}

.entry-post-share .share-list a {
    display: inline-block;
    font-size: 13px;
    padding: 12px;
    color: #555;
}


/***

  ====================================================================
      Newsletter Section
  ====================================================================

  ***/

  .newsletter.show {
    align-items: center;
    padding: 0 !important;
}

.newsletter .modal-dialog {
    width: 30%;
    max-width: calc(34vw - 80px);
    z-index: 9999;
}

.newsletter .modal-body {
    box-shadow: rgb(0 0 0 / 60%) 0px 0px 0px 14px !important;
    border-radius: 6px;
    /*max-height: calc(100vh - 80px);*/
    /*overflow-y: auto;*/
    padding: 0;
    height: calc(100vh - 80px);
}

.home_popup .owl-carousel.owl-drag .owl-item {
    height: calc(100vh - 80px);
}

.newsletter .modal-dialog .modal-body .img-wrap {
    height: 100%;
}

.newsletter .modal-dialog .modal-body img {
    height: 100%;
    max-height: 100%;
}

.newsletter .modal-dialog .modal-content {
    padding-bottom: 0;
    border: none;
}

.newsletter.newsletter .close {
    position: absolute;
    right: -10px;
    color: #c2c2c2;
    cursor: pointer;
    font-size: 22px;
    opacity: 1;
    background: #000;
    z-index: 10;
    top: -16px;
    border-radius: 50%;
    text-shadow: 0 1px 0 #000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*========  End of Newsletter Section  =========*/


/***

  ====================================================================
      Home popup Section
  ====================================================================

  ***/

.home_popup .owl-carousel .owl-stage-outer {
    padding-bottom: 0;
}

.home_popup .owl-carousel .owl-stage {
	background-color: #ffffff;
}

.home_popup .owl-loaded .owl-nav {
    width: 100%;
    height: 100%;
    top: 0;
}

.home_popup .owl-loaded .owl-nav [class*="owl-"],
.home_popup .owl-loaded .owl-nav [class^="owl-"] {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    color: #000;
    font-size: 18px;
    margin: 0;
    padding: 6px 16px;
    background: #fff;
    border-radius: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.home_popup .owl-loaded .owl-nav .owl-prev {
    left: -20px;
}

.home_popup .owl-loaded .owl-nav .owl-next {
    right: -20px;
}

.home_popup .owl-loaded .owl-nav [class*="owl-"] {
    color: #fff;
    padding: 5px 12px;
    background-color: #702B86;
    border-radius: 50%;
}

.home_popup .owl-loaded .owl-nav [class*="owl-"]:hover {
    color: #fff;
    background-color: #98a700;
}

.home_popup .owl-loaded .owl-nav {
    display: none;
}

.home_popup .modal-dialog:hover .owl-nav {
    display: block;
}

/*========  End of Home Popup Section  =========*/

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
    /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit;
    /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.overlay-modal.active {
    display: inline-block;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.overlay-modal {
    display: none;
    opacity: 0;
}


.other-members li {
    font-size: 14px;
    text-align: center;
}

.other-members a {
    color: #a9a9a9;
}

.other-members a:hover {
    color: #293B94;
}

@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }

    .newsletter .modal-dialog {
        width: auto;
        /* max-width: calc(60vw - 100px); */
    }
}

@media only screen and (max-width: 1699px) {
    .newsletter .modal-dialog {
        width: auto;
        max-width: calc(40vw - 100px);
    }
}

@media only screen and (max-width: 1199px) {
    .newsletter .modal-dialog {
        width: auto;
        max-width: calc(55vw - 100px);
    }
}

@media only screen and (max-width: 991px) {
    .newsletter .modal-dialog {
        width: auto;
        max-width: calc(60vw - 100px);
    }
}

@media only screen and (min-width: 768px) and (max-width:860px) {
    .newsletter .modal-dialog {
        width: auto;
        max-width: calc(85vw - 100px);
    }
}

@media only screen and (min-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
    .overlay-content .modal-body {
        max-height: calc(100vh - 80px);
        overflow-y: auto;
    }

    .overlay-content .modal-dialog .modal-body img {
        height: 100% !important;
    }
}

@media only screen and (max-width: 767px) {

    .overlay-content .modal-dialog {
        width: 100%;
        max-width: 100%;
        margin: 1.75rem auto;
        padding: 20px;
    }

    .newsletter .modal-dialog {
        width: auto;
        max-width: calc(75vw - 100px);
    }

}

@media (max-width: 667px) {
    #mailchimpModal .modal-body {
        padding: 0;
    }
}

@media only screen and (max-width: 412px) {
    .newsletter .modal-dialog {
        max-width: calc(100vw - 100px);
    }

    .newsletter .modal-body {
        height: calc(72vh - 80px);
    }

    .home_popup .owl-carousel.owl-drag .owl-item {
        height: auto;
    }

    .newsletter .modal-dialog .modal-body img {
        /* height: auto !important; */
		height: 400px;
    }

}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.apply-form .contact_form-box .page-title {
    margin-top: 0;
}

.apply-form .block-title {
    margin-bottom: 20px;
}

.contact_form-input {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background-color: #eff2f6;
    color: #555c63;
    height: 45px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.contact_form-input:focus {
	box-shadow: none;
	background-color: #eff2f6 ;
}

.contact_form-box .unit_form input[type="number"] {
    background-color: #eff2f6;
    border: none;
}

.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;
}

.page-title{
	display: block;
	margin: 30px 0;
	text-align: center;
	font-size: 32px;
	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;
    margin-bottom: 30px;
}
.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;
}

@media (max-width:767px) {
    .page-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .page-title span {
        font-size: 18px;
    }
    .profile-uploader span {
        font-size: 18px;
    }
	.project-single-details {
		margin-top: 1.5rem;
	}
}

/*=============================
	Video Post
===============================*/
.video-post-area .video-post-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.video-post-area .video-post-wrap ul li:nth-child(-n+3) {
    margin-top: 0;
}

.YouTubeVideoContainer {
    width: 100%;
    height: 190px;
}

/*=============================
	Home Popup Newsletter
===============================*/

.modal {
	position: fixed;
	/*top: 25%;*/
	top:0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}
.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: none;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-header .close {
  padding: 1rem 0;
  margin: -1rem -1rem -1rem auto;
}
button.close {
	padding: 0 5px;
	background-color: #000;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	right: 0px;
	width: 40px;
	height: 40px;
	line-height: 10px;
	border-radius: 100%;
	top: 0px;
	z-index: 9;
}
.close {
	float: right;
	font-size: 1.625rem;
	font-weight: 500;
	/*line-height: 1;*/
	color: #fff;
	text-shadow: none;
	opacity: 1;
}
.close:hover {
	background-color: var(--thm-secondary);
    color: #ffffff;
    text-decoration: none;
    opacity: 1 !important;
}

.modal-content{
    width: 115% !important;
}

@media (max-width: 767px) {
    .modal-content{
        width: 100% !important;
        margin-left: 0;
    }

}

@media (max-width: 575px) {
    .home-modal .modal-dialog {
        margin: 1rem;
    }

    .modal-header .close {
        padding: 0;
    }

    button.close {
        width: 35px;
        height: 35px;
        right: 5px;
        top: 5px;
    }
}
