
/*** 

====================================================================
	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;
  }
  
  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;
	}
  }
  
@media (max-width: 575px) {
	p 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;
}
  
/* @media (min-width: 1440px) {
	.container {
	  max-width: 1340px;
	}
} */

/* @media (min-width: 1200px) {
	.container {
	  max-width: 1200px;
	}
} */

.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;
	border: none;
	outline: none !important;
	background-color: var(--thm-base);
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 4px;
	font-weight: 500;
	font-family: var(--thm-font);
	padding: 15px 30px;
	transition: 500ms;
	background-color: var(--thm-base);
	color: #fff;
}
  
.thm-btn:hover {
	color: var(--thm-base);
	background-color: #fff;
}

.btn-style-one {
    position: relative;
    padding: 14px 35px;
    line-height: 24px;
    color: var(--thm-text-dark);;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: none;
    letter-spacing: 1px;
    border-radius: 0px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
}

.btn-style-one:hover {
    color: #ffffff;
    border-color: var(--thm-base);
    background: var(--thm-base);
}

.btn-style-two {
	position:relative;
	padding:14px 35px;
	line-height:24px;
	color:#ffffff;
	text-align:center;
	font-size:14px;
	font-weight:700;
	background:var(--thm-base);
	letter-spacing:1px;
	text-transform:uppercase;
	border:2px solid var(--thm-base);
	font-family: 'Nunito Sans', sans-serif;
}

.btn-style-two:hover {
	color:#ffffff;
	background:#101010;
	border-color:#101010;
}

.btn-style-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);
    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);
}

.grey-bg{
	background-color: var(--thm-greybg);
}

.text {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

section {
	padding: 80px 0px 80px;
}

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title h2 {
    position: relative;
    color: #222222;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 4px;
    background-color: var(--thm-base);
}

.sec-title.text-center h2:before {
    left: 50%;
    margin-left: -40px;
}

.section-pad {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
    .section-pad {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.section-title {
    margin-bottom: 15px;
    margin-top: -3px;
    padding: 0;
    position: relative;
    /* border-bottom: 1px solid #eeeeee; */
    padding-bottom: 15px;
}

.section-title .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;
}

.thm-breadcrumb {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    display: inline-block;
    margin-bottom: 20px;
    background: rgba(255,255,255,.09);
    padding: 11px 21px 11px 11px;
    border-radius: 4px;
    text-transform: capitalize;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
	background-color: var(--thm-black);
	position: relative;
}
  
.page-header__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
}
  
.page-header .container {
	position: relative;
	z-index: 10;
	padding-top: 90px;
	padding-bottom: 95px;
}
  
@media (max-width: 480px) {
	.page-header .container {
	  padding-top: 80px;
	  padding-bottom: 80px;
	}
}
  
.page-header .container h2 {
	margin: 0;
	line-height: 1;
	color: #fff;
	font-size: 54px;
	font-weight: 700;
	margin-top: 5px;
	letter-spacing: .5px;
}
  
@media (max-width: 480px) {
	.page-header .container h2 {
	  font-size: 42px;
	}
}
  
.thm-breadcrumb li {
  line-height: 1;
  display: inline-block;
  align-items: center;
}

.thm-breadcrumb li:not(:last-of-type) {
  margin-right: 6px;
}

.thm-breadcrumb li:first-child {
  margin-left: 10px;
}
.thm-breadcrumb li a {
  padding-bottom: 3px;
  color: inherit;
}

.thm-breadcrumb li a:hover {
  color: #fff;
}

.thm-breadcrumb span a {
    margin: 0 10px;
}


/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one .form-group {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
	margin: 0;
}
  
@media (min-width: 576px) {
	.form-one .form-group {
	  grid-template-columns: 1fr 1fr;
	}
}
  
.form-one .form-control {
	border: none;
	width: auto;
	height: auto;
	border-radius: 0;
	padding: 0;
}
  
.form-one .form-control-full {
	grid-column-start: 1;
	grid-column-end: -1;
}
  
.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
	display: block;
	width: 100%;
	height: 73px;
	border-radius: 36.5px;
	background-color: #f1f1f1;
	color: #7e7e7e;
	font-size: 16px;
	font-weight: 500;
	border: none;
	outline: none;
	padding-left: 30px;
}
  
.form-one textarea {
	border-radius: 30px;
	height: 195px;
	padding-top: 20px;
}
  
.form-one .thm-btn {
	padding: 24.5px 57.5px;
}
  
.form-one .thm-btn:hover {
	background-color: var(--thm-primary);
	color: #fff;
}

/*--------------------------------------------------------------
# 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 {
	position: relative;
	display: block;
	background-color: var(--sinace-primary);
	width: 100%;
	transition: all 500ms ease;
	z-index: 999;
  }
  
  .header-bottom {
	position: relative;
	display: block;
	border-bottom: 1px solid #D4D4D7;
  }
  
  .main-menu__wrapper {
	position: relative;
	display: block;
  }
  
  .main-menu__wrapper-inner {
	position: relative;
	display: block;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
	z-index: 1;
  }
  
  .main-menu__wrapper-inner-content {
	position: relative;
	display: block;
	z-index: 1;
  }
  
  .main-menu__top {
	position: relative;
	display: block;
	background-image: -moz-linear-gradient(90deg, rgba(254, 253, 253, 0) 0%, rgb(235, 240, 247) 100%);
	background-image: -webkit-linear-gradient(90deg, rgba(254, 253, 253, 0) 0%, rgb(235, 240, 247) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(254, 253, 253, 0) 0%, rgb(235, 240, 247) 100%);
	padding-left: 322px;
	padding-right: 322px;
	z-index: 1;
  }
  
  /* .main-menu__top-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15.5px 0;
	z-index: 1;
  } */

@media (max-width: 532px) {
	.main-menu__top-inner {
		display: inline-block;
	}
}
  
  .main-menu__logo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 60px;
	display: flex;
	align-items: center;
	z-index: 5;
  }
  
  .main-menu__logo a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
  }

  .main-menu__logo a img {
	width: 120px;
  }

  .stricky-fixed .main-menu__logo a img {
	width: 65px;
	display: none;
  }

  .main-menu__call {
	position: absolute;
	display: flex;
	align-items: center;
	top: 0;
	bottom: 0;
	right: 60px;
	z-index: 2;
  }
  
  .main-menu__call-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	background-color: var(--thm-greybg);
	border-radius: 50%;
	font-size: 18px;
	color: var(--thm-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
  }
  
  .main-menu__call-icon:hover {
	background-color: var(--thm-base);
	color: var(--thm-text-white);
  }
  
  .main-menu__call-content {
	margin-left: 10px;
  }
  
  .main-menu__call-sub-title {
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	margin-bottom: 0;
  }
  
  .main-menu__call-number {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin-top: 4px;
	margin-bottom: 0;
  }
  
  .main-menu__call-number a {
	color: var(--sinace-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
  }
  
  .main-menu__call-number a:hover {
	color: var(--sinace-base);
  }

  .stricky-fixed .main-menu__call {
	display: none;
  }
  
  /* .main-menu__top-left {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
  } */
  
  .main-menu__contact-list {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 0;
  }
  
  .main-menu__contact-list li {
	position: relative;
	display: flex;
	align-items: center;
  }
  
  .main-menu__contact-list li+li {
	margin-left: 30px;
  }
  
  .main-menu__contact-list li .icon {
	position: relative;
	display: flex;
	align-items: center;
	top: 2px;
  }
  
  .main-menu__contact-list li .icon i {
	font-size: 14px;
	color: var(--thm-base);
  }
  
  .main-menu__contact-list li .text {
	margin-left: 10px;
  }
  
  .main-menu__contact-list li .text p {
	font-size: 13px;
	font-weight: 400;
	color: var(--thm-gray);
	margin-bottom: 0;
  }
  
  .main-menu__contact-list li .text p a {
	color: var(--thm-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
  }
  
  .main-menu__contact-list li .text p a:hover {
	color: var(--thm-base);
  }
  
  /* .main-menu__top-right {
	position: relative;
	display: flex;
	align-items: center;
  } */
  
  .main-menu__top-menu {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 0;
  }
  
  .main-menu__top-menu li+li {
	margin-left: 35px;
  }
  
  .main-menu__top-menu li a {
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: var(--thm-gray);
	font-weight: 400;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
  }
  
  .main-menu__top-menu li a:hover {
	color: var(--thm-base);
  }
  
  .main-menu__top-menu li a:before {
	content: "";
	position: absolute;
	top: 8px;
	bottom: 8px;
	left: -17px;
	width: 1px;
	background-color: var(--thm-gray);
	transform: rotate(10deg);
  }
  
  .main-menu__top-menu li:first-child a:before {
	display: none;
  }
  
  .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;
  }
  
  .main-menu__bottom {
	display: block;
	padding-left: 322px;
	padding-right: 322px;
  }

  .stricky-fixed .main-menu__bottom {
	background-color: var(--thm-black);
}
  
.main-menu__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: var(--thm-black);
	/* padding: 0 40px; */
	padding: 0;
	padding-right: 10px;
}

.main-menu__bottom-inner {
    display: flex;
    justify-content: center;
}
  
.header-bottom .container {
	position: relative;
	display: flex;
	align-items: center;
	/* padding-top: 25px;
	padding-bottom: 25px; */
}
  
.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;
}

.stricky-header .main-menu__top {
    display: none;
}
  
@media (min-width: 1300px) {
	.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 {
	/* padding-top: 14px;
	padding-bottom: 14px; */
	padding-top: 25px;
	padding-bottom: 25px;
}
/* .main-menu .main-menu__list,
.stricky-header .main-menu__list {
	margin-left: auto;
	border-right: 1px solid #e6eaef;
	padding-right: 0;
	margin-right: 30px;
} */
  /*
  .main-menu .main-menu__list > li,
  .stricky-header .main-menu__list > li {
	padding-top: 14px;
	padding-bottom: 14px;
  }*/
  
[lang="en"] .main-menu .main-menu__list > li + li,
[lang="en"] .stricky-header .main-menu__list > li + li {
	/* margin-left: 50px; */
	margin-left: 30px;
}

[lang="nep"] .main-menu .main-menu__list > li + li,
[lang="nep"] .stricky-header .main-menu__list > li + li {
	margin-left: 40px;
}
  
.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
	font-family: var(--thm-font);
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	color: var(--thm-black);
	transition: 500ms;
	position: relative;
}

.main-menu .main-menu__list > li:first-child > a::before,
.stricky-header .main-menu__list > li:first-child > a::before {
	display: none;
}
  
/* .main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
	content: '';
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 4px;
	background-color: var(--thm-base);
	transform: scale(0, 1);
	transform-origin: left center;
	transition: transform 500ms ease;
} */
  
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
	color: var(--thm-base);
	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.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: var(--thm-text-white);
	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: 250px;
	background-color: #fff;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	opacity: 0;
	visibility: hidden;
	transition: 500ms ease;
	z-index: 99;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}
  
.main-menu .main-menu__list li:hover > ul,
.stricky-header .main-menu__list li:hover > ul {
	opacity: 1;
	visibility: visible;
}
  
.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
	flex: 1 1 100%;
	width: 100%;
	position: relative;
}
  
.main-menu .main-menu__list li ul li + li,
.stricky-header .main-menu__list li ul li + li {
	border-top: 1px solid RGBA(var(--thm-black), 0.1);
}
  
.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	color: var(--thm-black);
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: 500ms;
}
  
.main-menu .main-menu__list li ul li:last-child > a,
.stricky-header .main-menu__list li ul li:last-child > a {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
  
.main-menu .main-menu__list li ul li:hover > a,
.stricky-header .main-menu__list li ul li:hover > a {
	background-color: var(--thm-base);
	color: #fff;
}
  
.main-menu .main-menu__list li ul li > ul,
.stricky-header .main-menu__list li ul li > ul {
	top: 0;
	left: 100%;
}
  
.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
	top: 0;
	left: auto;
	right: 100%;
}
  
.main-menu .main-menu__list li ul li > ul ul,
.stricky-header .main-menu__list li ul li > ul ul {
	display: none;
}
  
.main-header__info-phone {
	display: flex;
	align-items: flex-start;
}
  
.main-header__info-phone > i {
	font-size: 32px;
	color: var(--thm-base);
}
  
.main-header__info-phone-content {
	margin-left: 20px;
}
  
.main-header__info-phone-content span {
	display: block;
	color: var(--thm-color);
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
  
.main-header__info-phone-content h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	line-height: 1;
	color: var(--thm-black);
}
  
.main-header__info-phone-content h3 a {
	color: inherit;
	transition: all 500ms ease;
}
  
.main-header__info-phone-content h3 a:hover {
	color: var(--thm-base);
}
  
.main-menu .mobile-nav__toggler {
	font-size: 20px;
	color: var(--thm-black);
	cursor: pointer;
	transition: 500ms;
}
  
@media (min-width: 1300px) {
	.main-menu .mobile-nav__toggler {
	  display: none;
	}
  }
  
.main-menu .mobile-nav__toggler:hover {
	color: var(--thm-primary);
}
  
.stricky-header {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	transform: translateY(-110%);
	transition: transform 500ms ease;
	box-shadow: 0px 10px 20px -12px rgb(0 0 0 / 20%);
}
  
@media (max-width: 1199px) {
	.stricky-header {
	  display: none;
	}
}
  
/* .stricky-header .container {
	padding-top: 10px;
	padding-bottom: 10px;
} */
  
.stricky-header.stricky-fixed {
	transform: translateY(0);
}
  
.topbar {
	background-color: var(--thm-primary);
}
  
@media (max-width: 991px) {
	.topbar {
	  display: none;
	}
}

@media (max-width: 575px) {
	.main-menu__top-right {
		display: block;
	}

	.main-menu__top-menu {
		margin-bottom: 10px;
	}

	.main-menu__top-menu li a {
		font-size: 11px;
	}

	html[lang="nep"] .main-menu__top-menu li a {
		font-size: 13px;
	}

	.main-menu__social {
		margin-left: 0;
		justify-content: center;
	}
}

@media (max-width: 400px) {
	.main-menu__top-menu li+li {
		margin-left: 20px;
	}

	.main-menu__top-menu li a:before {
		left: -11px;
	}
}
  
.topbar .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
  
.topbar__left {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
  
.topbar__left > a {
	font-size: 14px;
	font-weight: 400;
	color: var(--thm-color);
	transition: all 500ms ease;
	display: flex;
	align-items: center;
}
  
.topbar__left > a:hover {
	color: var(--thm-base);
}
  
.topbar__left > a:not(:last-of-type)::after {
	content: '/';
	margin-left: 10px;
	margin-right: 10px;
}
  
.topbar__social {
	display: flex;
	align-items: center;
	/* background-color: #fff; */
	/* padding-left: 30px; */
	/* padding-right: 30px; */
	/* margin-right: 30px; */
}
  
.topbar__social a {
    color: var(--thm-black);
    background-color: var(--thm-text-white);
    font-size: 14px;
    transition: all 0.5s ease;
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
  
.topbar__social a:hover {
	color: var(--thm-primary);
}
  
.topbar__social a + a {
	margin-left: 15px;
}
  
.topbar__right {
	/* display: flex;
	align-items: center; */
	text-align: end;
}
  
.topbar__right > a {
	color: var(--thm-color);
	font-size: 14px;
	transition: all 500ms ease;
	display: flex;
	align-items: center;
	font-weight: 400;
}
  
.topbar__right > a + a {
	margin-left: 30px;
}
  
.topbar__right > a > i {
	font-size: 14px;
	color: var(--thm-base);
	transition: all 500ms ease;
	margin-right: 10px;
}
  
.topbar__right > a:hover {
	color: var(--thm-base);
}

@media (max-width: 532px) {
	.topbar__right {
		justify-content: center;
	}
}

.topbar__right .panno {
	/* position: absolute;
	right: 15px;
	bottom: 0; */
    transform: translate(0, 15px);
}

.topbar__right .regdno {
	/* position: absolute;
	right: 15px;
	bottom: 0; */
    transform: translate(0, 25px);
}

.topbar__center {
    /* width: 230px; */
    text-align: left;
    margin-left: 20px;
}

.topbar__center p,
.topbar__center span {
	color: #323A45;
	font-weight: 700;
}

@media only screen and (max-width: 991px) {
	[lang="nep"] .main-menu__top-inner .main-menu__top-right {
		position: absolute;
		right: 0;
		transform: translate(70px, -35px);
	}

	[lang="en"] .main-menu__top-inner .main-menu__top-right {
		position: absolute;
		right: 0;
		transform: translate(0, -55px);
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-menu__top-left {
		display: flex !important;
		align-items: center;
		gap: 20px;
	}
	.topbar__center p {
		font-size: 1.6rem !important;
	}
}

@media (max-width: 575px) {
	.topbar__center p {
		font-size: 1.4rem !important;
	}

	.topbar__center span {
		font-size: 1rem !important;
	}
}
  
  .main-menu__two {
	background-color: #0c2139;
  }
  
  .main-menu__two .main-menu__list {
	border-right: 1px solid #e6eaef;
  }
  
  .main-menu__two .main-menu__list > li > a {
	color: #b0c2d7;
  }
  
  .main-menu__two .main-menu__list > li.current > a, .main-menu__two .main-menu__list > li:hover > a {
	color: #fff;
  }
  
  .main-menu__two .main-header__info-phone-content span {
	color: var(--thm-text-dark);
  }
  
  .main-menu__two .main-header__info-phone-content h3 {
	color: #fff;
  }
  
  .main-menu__two .mobile-nav__toggler {
	color: var(--thm-text-dark);
  }
  
  .header-bottom .logo-box {
	display: flex;
	align-items: center;
  }

  .header-bottom .logo-box img {
    padding: 10px 0;
    width: 110px;
  }



  @media only screen and (min-width: 992px) {
	.header-bottom .main-menu__top-inner {
		width: 100%;
		height: 100%;
	}
  }
  
  @media (max-width: 425px) {
	.header-bottom .logo-box {
	  /* width: 100%; */
	  justify-content: space-between;
	}
  }
  
  @media (max-width: 1199px) {
	.header-bottom .logo-box .mobile-nav__toggler {
	  margin-left: 20px;
	}
  }
  
  @media (max-width: 1199px) {
	.header-bottom .main-header__info {
	  margin-left: auto;
	}
  }

  @media (max-width: 767px) {
	.main-header__info .right-content .mobile-nav__toggler {
		margin-left: 20px;
	}
	.main-header__info .right-content > .companyno {
		gap: 20px;
	}
	.main-header__info .right-content > .companyno h5 {
		text-align: right;
	}
	.main-header__info .right-content .panno,
	.main-header__info .right-content .regdno {
		/* position: absolute;
    	right: 15px; */
    	transform: translate(0, 10px);
	}
	
  }

  @media only screen and (max-width: 575px) {
	.main-header__info .right-content > .companyno {
		gap: 10px;
	}
	
  }

  @media only screen and (max-width: 400px) {
	.header-bottom .logo-box img {
		width: 90px;
	}
  }

  .header-bottom .lang {
	align-items: center;
    display: flex;
    justify-content: end;
  }

  
  

/*--------------------------------------------------------------
# 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;
  }

/*--------------------------------------------------------------
# Header Style Two
--------------------------------------------------------------*/
.header_style_two .topbar, .header_style_two .main-menu{
	background: transparent;
    position: relative;
    width: 100%;
    z-index: 100;
    color: #fff;
}

.header_style_two .topbar{
	border-bottom: 1px solid rgba(255,255,255,0.3);
	z-index: 999;
}

.header_style_two .topbar + .main-menu{
	margin-top: 53px;
}

.header_style_two .topbar__social{
	background-color: transparent;
}

.header_style_two .topbar__left > a,
.header_style_two .topbar__right > a,
.header_style_two .topbar__right > a > i,
.header_style_two .main-menu .main-menu__list > li > a,
.header_style_two .main-header__info-phone > i,
.header_style_two .main-header__info-phone-content span,
.header_style_two .main-slider .text.light{
	color: var(--thm-black);
}

.header_style_two .tp-bgimg.defaultimg::before{
	content: '';
	display: inline-block;
	padding-top: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.header_style_two .logo-dark,.stricky-header .logo-light{
	display: none;
}

.stricky-header .logo-dark{
	display: block;
}

.header_style_two .main-menu .container{
	/* padding-top: 15px; */
}

.header_style_two .main-menu .main-menu__list{
	border: none;
	margin-right: 0;
}

.main-header .dropdown-option{
	/* display:inline-block; */
	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;
}

.stricky-fixed .language .dropdown-menu,
.main-header .language .dropdown-menu{
	/* background-color: rgba(255, 255, 255, 0.2) !important; */
	background-color: var(--thm-base);
    box-shadow: inset 0px 0px 0px 1px rgb(255 255 255 / 30%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
	top:100%;
	min-width: 0;	
	border-radius:0px;
	padding:0px;
	border:none;
}

.stricky-fixed .dropdown-menu>li>a,
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: var(--thm-text-white);
    white-space: nowrap;
	width: 80px;
}

.stricky-fixed .dropdown-option li.language > a,
.dropdown-option li.language > a{
	background-color: rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 0px 0px 1px rgb(255 255 255 / 30%);
    /* -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px); */
	border-radius: 50px;
	padding: 1px 22px 2px 22px;
	font-size:15px;
	background:none;
	font-weight:600;
	padding-left: 10px;
	padding-right:10px;
	margin-left: 10px;
	color: var(--thm-black);
	background-position: 10% 50%;
	border-left: 1px solid rgba(244, 244, 244, 0.3);
	background-repeat: no-repeat;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.stricky-fixed .dropdown-option li.language > a{
	color: var(--thm-black);
}

.stricky-fixed .language .dropdown-menu > li,
.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);
}

.stricky-fixed .language .dropdown-menu > li:last-child,
.language .dropdown-menu > li:last-child{
	border-bottom:none;	
}

.stricky-fixed .language .dropdown-menu > li > a
.language .dropdown-menu > li > a{
	font-size: 15px;
	padding:5px 15px;
	color:var(--thm-text-white);
	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;
}

.dropdown-toggle::after{
	content: none;
}

.header-login{
	padding-left: 10px;
    border-left: 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;
}

.main-menu__bottom .topbar__right {
	display: none;
}


@media only screen and (min-width: 1300px) and (max-width: 1799px) {
	.main-menu__top {
		padding-left: 200px;
		padding-right: 200px;
	}

	.main-menu__bottom {
		padding-left: 200px;
		padding-right: 0;
	}

	.stricky-fixed .main-menu__bottom {
		padding-left: 100px;
		padding-right: 100px;
	}

	.main-menu__bottom-inner {
		display: flex;
    	justify-content: center;
	}

	.main-menu__logo {
		left: 15px;
	}

	.main-menu__call {
		right: 15px;
		display: none;
	}

	.main-menu__top-inner .main-menu__top-right .topbar__right {
		/* display: block; */
	}
	
}

@media only screen and (max-width: 1350px) {
	.main-menu__top {
		padding-left: 160px;
		padding-right: 60px;
	}
	.main-menu__bottom {
		padding-left: 160px;
		padding-right: 0;
	}
}

.header-bottom .mobile-nav__toggler {
    background: var(--thm-base);
    color: var(--thm-text-white);
    border-radius: 4px;
    font-size: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media only screen and (min-width: 1300px) {
	.header-bottom .mobile-nav__toggler {
		display: none;
	}

}

@media only screen and (max-width: 1299px) {
	/* .main-menu__logo,
	.main-menu__call,
	.main-menu__top-inner .main-menu__top-left,
	.main-menu__top-inner .main-menu__top-right .topbar__right {
		display: none;
	}
	.main-menu__top-inner {
		display: block;
	} */
	.main-menu__top {
		padding: 10px 30px;
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}
	.main-menu__top  .main-menu__logo {
		position: relative;
		left: 0;
		display:  block !important;
	}
	
	.main-menu__top .main-menu__logo a img,
	.mobile-nav__content .logo-box a img {
		display: block;
		width: 100px;
	}
	.mobile-nav__container .main-menu__top .main-menu__logo a img {
		display: none !important;
	}
	.main-menu__bottom .topbar__right {
		display: block;
	}
	.main-menu__bottom {
		padding-left: 0;
		padding-right: 0;
	}
	.main-menu__main-menu-box {
		display: flex;
    	justify-content: space-between;
    	width: 100%;
	}

	.mobile-nav__container .main-menu__main-menu-box {
		display: inline-block;
	}
	
	.stricky-fixed .dropdown-option li.language > a,
	.dropdown-option li.language > a {
		color: var(--thm-black);
	}
	.main-menu__bottom-inner {
		padding: 25px 30px;
	}
	.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;
	}

	.mobile-nav__wrapper .main-menu__top {
		background-color: var(--thm-black);
		background-image: none;
	}

	.mobile-nav__wrapper .main-menu__top-inner {
		display: none;
	}

	.mobile-nav__wrapper .main-menu__main-menu-box .mobile-nav__toggler,
	.mobile-nav__wrapper .main-menu__main-menu-box .topbar__right {
		display: none;
	}
}


/*** 

====================================================================
	Banner Static Header Breadcrumb
====================================================================

***/

.banner-static {
	color: #fff;
	position: relative;
	width: 100%;
	padding: 15px 0;
	min-height: 250px;
}

.banner-static .banner-text:not(.dark) {
	color: #fff;
}

.banner-static .banner-cpn {
	padding-top: 67.5px;
	padding-bottom: 67.5px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	z-index: 5;
	transform: translateY(-50%);
}

.banner-static .banner-cpn {
	margin-top: 50px;
}

.banner-static .banner-cpn .content {
	position: relative;
}

.banner-static .banner-cpn .banner-text {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.banner-text .page-title {
    color: var(--thm-text-white);
    font-size: 2.5em;
    font-weight: 400;
    /* margin-bottom: 10px; */
	text-align: left;
	line-height: 1;
}

.banner-static .banner-cpn .banner-text:not([class*="pos-"]) {
	float: left;
}

.banner-static .banner-cpn .banner-text:not([class*="wide-"]) {
	max-width: 550px;
}

@media only screen and (min-width:700px) {
	.banner-static .banner-cpn .banner-text:not([class*="wide-"]) {
		max-width: 700px;
	}
}

.banner-static .banner-cpn .page-breadcrumb {
	max-width: 400px;
	width: 100%;
	position: absolute;
	right: 15px;
	text-align: right;
	top: 50%;
	transform: translateY(-50%);
}

.banner-static .banner-cpn .page-breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    line-height: 1;
	display: block;
	margin-bottom: 0;
}

.breadcrumb>li {
	display: inline-block;
    margin: 6px 0;
}

.breadcrumb a {
    color: inherit;
    text-decoration: none;
    transition: all 0.4s;
}

.breadcrumb li:not(.active) a:hover {
    color: var(--thm-base);
}

.breadcrumb>li+li:before {
	content: "/\00a0";
    color: inherit;
    opacity: 0.5;
    padding: 0 8px;
}

.breadcrumb>.active {
    opacity: 0.6;
    color: inherit;
}

.banner-static .imagebg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.imagebg img {
    display: none;
}

.banner-static .container {
	position: static;
}

.banner-static {
	padding: 145px 0 15px;
}

@media only screen and (max-width:1199px) {
	.banner-text .page-title {
		font-size: 2.2em;
		margin: 5px 0;
	}
}


@media only screen and (max-width:991px) {
	.banner-static {
		padding: 0;
		min-height: 200px;
	}
	.banner-static .banner-cpn .banner-text:not([class*="wide-"]) {
		max-width: 100%;
	}

	.banner-static .banner-cpn {
		margin-top: 0;
		padding-top: 0;
    	padding-bottom: 0;
		top: 40%;
	}

	.banner-text .page-title {
		font-size: 2.2em;
	}

	.banner-static .banner-cpn .page-breadcrumb {
		top: 100%;
		margin-top: 15px;
	}
}

@media only screen and (max-width:575px)  {
	.banner-static .banner-cpn .content {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/*** 

====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider{
	position:relative;
	background-size:cover;
}

.main-slider.style-two{
	padding-top:68px;
}

.main-slider .slider-outer{
	position:relative;
}

.main-slider:before{
	position:absolute;
	content:'';
	left:-32px;
	top:0px;
	width:310px;
	height:492px;
	z-index:1;
	display:inline-block;
	background:url(../images/main-slider/2.png) no-repeat;
}

.main-slider .auto-container{
	position:relative;
}

.main-slider .slide{
	position:relative;
	background-repeat:no-repeat;
	background-position:right top;
	background-size: cover;
	border-radius: 10px;
}

.main-slider .slide.style-two{
	background-size:cover;
	background-position:center bottom;
}

.main-slider .slide .content{
	position:relative;
	padding:330px 0px 260px;
}

.main-slider .slide .content.alternate{
	padding:160px 0px 110px;
}

.main-slider.style-three .slide .content{
	padding:270px 0px 170px;
}

.main-slider.style-four .content{
	max-width:610px;
	padding:140px 50px 140px;
	background-color:rgba(0,0,0,0.85);
}

.main-slider.style-four .content .title{
	color:#f91101;
	font-weight:600;
}

.main-slider.style-four .content h1:before{
	position:absolute;
	content:'';
	left:-50px;
	top:0px;
	width:5px;
	height:100%;
	background-color:#f71101;
}

.main-slider.style-four .content h1{
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	line-height:1.2em;
	padding-bottom:0px;
	margin-bottom:15px;
}

.main-slider.style-four .content h1:after{
	display:none;
}

.main-slider.style-four .content .text{
	color:#ffffff;
}

.main-slider .title{
	position:relative;
	color: var(--thm-base);
	opacity: 0;
	font-size:14px;
	letter-spacing:2px;
	margin-bottom:15px;
	text-transform:uppercase;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .title{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 900ms;
}

.main-slider h1{
	position:relative;
	color:#012068;
	opacity: 0;
	font-weight:700;
	line-height:1.3em;
	padding-bottom:20px;
	margin-bottom:30px;
	font-family: 'Poppins', sans-serif;
	text-transform:capitalize;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider h1:after{
	position:absolute;
	left:0px;
	bottom:0px;
	content:'';
	width:50px;
	height:4px;
	background-color:#012068;
}

.main-slider h1 span{
	color:#3241ff;
	font-style:italic;
	font-family: 'Playfair Display', serif;
}

.main-slider h1 span.alternate{
	display:block;
	background: linear-gradient(to right, #f44c01 0%, #ff7a01 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-slider h1.alternate{
	padding-bottom:0px;
	margin-bottom:20px;
}

.main-slider h1.alternate,
.main-slider h1.alternate span{
	color:#ffffff;
}

.main-slider h1.alternate:after{
	display:none;
}

.main-slider h1.style-two{
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	padding-bottom:0px;
	font-family: 'Playfair Display', serif;
}

.main-slider h1.style-two span{
	color: var(--thm-base);
}

.main-slider h1.style-two:after{
	display:none;
}

.main-slider .active h1{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1300ms;
}

.main-slider .text{
	position:relative;
	color:#1a1e66;
	font-size:18px;
	opacity:0;
	line-height: 1.6em;
	font-weight:400;
	margin-bottom:30px;
	max-width:580px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .text.alternate{
	color:#ffffff;
}

.main-slider .active .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2000ms;
}

.main-slider .btn-box{
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .btn-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2000ms;
}

.btn-style-two span.fas {
    font-size: 12px;
    margin-left: 6px;
}

.main-slider .link-box{
	position:relative;
	opacity:0;
	z-index:10;
	margin-right:30px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .link-box .theme-btn{
	margin-right:20px;
	margin-bottom:10px;
}

.main-slider .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2500ms;
}

.main-slider .business-image-box{
	position:absolute;
	right:0px;
	top:0px;
	z-index:1;
	right:-250px;
}

.main-slider .owl-dots{
	position: absolute;
    left: 50%;
    bottom: 150px;
    max-width: 100px;
    margin-left: -50px;
    width: 100%;
	display: none;
    text-align: center;
}

.main-slider .owl-dots .owl-dot{
	position:relative;
	width:12px;
	height:12px;
	margin:0px 4px;
	overflow: hidden;
	border-radius: 50px;
	display:inline-block;
	border:1px solid #08c8af;
	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-slider .owl-dots .owl-dot:before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	background-color: #08c8af;
	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-slider .owl-dots .owl-dot.active::before,
.main-slider .owl-dots .owl-dot:hover::before{
	height:100%;
}

.main-slider .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-40px;
}

.main-slider .owl-nav .owl-prev{
	position:absolute;
	width: 50px;
	height: 50px;
	left:20px;
	color:#3241ff;
	font-size:24px;
	text-align: center;
	line-height: 48px;
	border:1px solid #3241ff;
	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-slider .owl-nav .owl-next{
	position:absolute;
	right:20px;
	width: 50px;
	height: 50px;
	color:#3241ff;
	font-size:24px;
	text-align: center;
	line-height: 48px;
	border:1px solid #3241ff;
	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-slider.style-three .owl-nav .owl-prev,
.main-slider.style-three .owl-nav .owl-next{
	border: 1px solid var(--thm-base);
	color:var(--thm-base);
}

.main-slider.style-three .owl-nav .owl-prev:hover,
.main-slider.style-three .owl-nav .owl-next:hover{
	border-color:var(--thm-base);
	background-color:var(--thm-base);
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#3241ff;
	background-color:#3241ff;
}


.main-slider.style-four .owl-nav .owl-prev,
.main-slider.style-four .owl-nav .owl-next{
	border:none;
	color:#ffffff;
	border-radius:50%;
	background-color:rgba(0,0,0,0.60)
}

@media only screen and (min-width: 1300px) and (max-width: 1700px) {
	/* .main-slider.style-three .slide .content {
		padding: 138px 0 170px;
	} */
}

@media (max-width:1299px) {
	.main-slider-carousel {
		padding-top: 80px;
	}
}

@media (max-width: 767px) {
	.main-slider-carousel {
		padding-top: 0;
	}
	.main-slider .slide {
		background-position: center center;
		background-size: contain;
	}
}


/*========  End of Main Slider 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; */
	/* border: 1px solid #D4D4D7; */
	/* padding: 20px; */
	/* border-radius: 10px; */
}

.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: 355px !important;
    overflow-x: hidden;
	overflow-y: auto;
	padding-right: 15px;
	margin-bottom: 15px;
}

.new-section .news-content .demo ul {
    background: #ffffff;
    padding: 0;
}

.new-section .news-content .demo ul .news-item {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 16px !important;
    border: 1px solid #22322c;
	border-radius: 10px;
	box-shadow: 2px 2px 5px 0 #0b0202;
    list-style: none;
}

.new-section .news-content .demo ul .news-item.pagina-acessivel {
    background: #252525;
}

.new-section .news-content .demo ul .news-item > div {
    padding: 0 15px;
    float: left;
    width: 100%;
}

.new-section .news-content .demo ul .news-item > div .news-img {
    float: left;
    width: 80px;
    margin-right: 10px;
}

.new-section .news-content .demo ul .news-item > div .list-news-cont {
    float: left;
    /* width: calc(100% - 90px); */
    font-size: 15px;
    /* min-height: 80px; */
    /* padding-right: 10px; */
}

.new-section .news-content .demo ul .news-item > div .list-news-cont h2 {
	font-size: 16px;
	color: var(--thm-text-white);
	margin-bottom: 5px;
	padding-top: 5px;
}

.new-section .news-content .demo ul .news-item > div .list-news-cont p {
    margin: 0;
    color: var(--thm-color);
}

.new-section .news-content .demo ul .news-item > div .list-news-cont p.pagina-acessivel {
    color: #fff;
}

.new-section .news-content .demo ul .news-item > div .list-news-cont .ls-date {
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
}

.new-section .news-content .demo ul .news-item > div .list-news-cont:hover p {
    color: #009750;
}

/* .new-section .news-content .demo ul .news-item:hover {
    -webkit-box-shadow: 0 0 11px -5px #333;
            box-shadow: 0 0 11px -5px #333;
  } */

.new-section .news-header {
    background: var(--thm-color);
    color: white;
    padding: 10px;
}

.new-section .news-footer {
    float: right;
}

.new-section .news-footer .nes-btns {
    float: left;
    margin-left: 11px;
}

.sld-bts {
    float: left;
    padding: 5px 10px;
    border: 1px solid;
    line-height: 1;
    margin: 0 5px;
    font-size: 1rem;
    border-radius: 4px;
}

.sld-bts:hover {
    background: #009750;
    color: #fff;
}

.v-bts {
    float: left;
    padding: 10px 20px;
    background: #1fb25a;
    /*var(--thm-color)*/
    ;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
}

.v-bts.pagina-acessivel {
    background: #252525;
    color: #fff;
}

.v-bts:hover {
    color: #fff;
    background: #009750;
    text-decoration: none;
}

.v-bts:hover.pagina-acessivel {
    background: #464646;
    color: #fff;
}

.v-bts.vts-block {
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 1370px) {
    /* .new-section {
        width: calc(85% - 20px + 5px);
    } */
}

@media only screen and (max-width: 991px) {
    .sliderUp-news.new-section {
        width: 100%;
        margin-top: 30px;
    }
}

.newsTicker-btn {
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
	color: var(--thm-text-white);
	margin-top: 20px;
}

.newsTicker-btn:hover {
	color: var(--thm-base);
	
}

.newsTicker-btn > i {
	font-size: 18px;
	font-weight: 400;
	margin-left: 5px;
}

.news-content .demo::-webkit-scrollbar {
	width: 0.625rem;
}
   
.news-content .demo::-webkit-scrollbar-track {
	background-color: #f5f5f5;
	border-radius: 20px;
}
   
.news-content .demo::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background-color: #7bcea3;
	/* outline: 1px solid #7bcea3; */
}


/*========  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 .img-box .news-thumb img {
	height: 190px;
} */

.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-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;
}

/*** 

====================================================================
	President Speech
====================================================================

***/

.speechPrest {
	display: flex;
	align-items: center;
	gap: 20px;
}

.speechPrest img {
	width: 200px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.speechPrest h3 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}

.speechPrest h3 > span {
	display: block;
    font-weight: 600;
    font-size: 22px;
    color: var(--thm-base);
	font-weight: var(--thm-font);
	line-height: 30px;
}


/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
    position: relative;
    padding: 80px 0px 80px;
	margin-bottom: 80px;
}

@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;
}

/* services-block-ten */

.services-block-ten{
	position:relative;
	margin-bottom:40px;
}

.services-block-ten .inner-box{
	position:relative;
}

.services-block-ten .inner-box .image{
	position:relative;
	display: block;
}

.services-block-ten .inner-box .image .overlay-box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.services-block-ten .inner-box .image .overlay-box:before{
	position:absolute;
	content: '';
	top:0px;
	opacity:1;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0%;
	background-color:rgba(49, 52, 60, 0.85);
	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-ten:hover .inner-box .image .overlay-box:before {
	width: 100%;
	opacity: 1;
	transition: .5s ease;
}

.services-block-ten .inner-box .image .overlay-box a {
    position: absolute;
    top: 0;
    left: -159px;
    transition: .5s ease;
}

.services-block-ten:hover .inner-box .image .overlay-box a {
	left: 0;
	transition: .5s ease;
}

.services-block-ten .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-ten .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-ten .inner-box .bottom-box {
	position: relative;
	margin-top: -33px;
	top: -37px;
	padding-right: 80px;
}

.services-block-ten .inner-box .bottom-box h3 {
    text-align: right;
    top: 12px;
    font-size: 20px;
    font-weight: 700;
}

.services-block-ten .inner-box .bottom-box h3 a {
	color: #fff;
}

.services-block-ten .inner-box .bottom-box .icon-box {
	position: absolute;
	width: 60px;
	height: 60px;
	background: var(--thm-base);
	color: #fff;
	font-size: 40px;
	text-align: center;
	line-height: 60px;
	right: 0;
	top: 0;
}

.services-block-ten .inner-box .lower-content{
	position:relative;
	padding-top: 36px;
	padding-bottom: 40px;
	margin-bottom: 10px;
	border: 1px solid #efefef;
	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-ten .inner-box .lower-content .btn-style-three {
	padding: 6px 22px;
}

.services-block-ten.margin-bottom-0 {
	margin-bottom: 0px;
}

.services-block-ten .inner-box .lower-content .content{
	position:relative;
	padding-left: 29px;
	padding-right: 29px;
}

.services-block-ten .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-ten .inner-box .lower-content .content h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	margin-bottom: 10px;
}

.services-block-ten .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-ten .inner-box .lower-content .content h3 a:hover{
	color:var(--thm-base);
}

.services-block-ten .inner-box .lower-content .content .text{
	position:relative;
	color:#848484;
	font-size: 15px;
	font-weight:300;
	line-height:26px;
	margin-bottom: 25px;
}

.services-block-ten .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-ten .inner-box .lower-content .content .read-more:hover{
	color:var(--thm-base);
}

.services-block-ten .inner-box:hover .lower-content{
	border-color:var(--thm-base);
}

.services-block-ten .inner-box:hover .lower-content .icon-box{
	color:#ffffff !important;
	border-color:var(--thm-base);
	background-color:var(--thm-base);
}

.services-block-ten .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);
}

@media only screen and (max-width: 767px) {
	.services-block-ten .inner-box .bottom-box {
		margin-top: -47px;
		top: -10px;
		padding-right: 100px;
	}

	.services-block-ten .inner-box .bottom-box .icon-box {
		width: 50px;
		height: 50px;
		font-size: 30px;
		line-height: 48px;
	}

	.services-block-ten .inner-box .bottom-box h3 {
		font-weight: 500;
	}
}

/* Service Slider */
.service-block .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    /* background: #f6fbf7; */
    margin-bottom: 30px;
    transition: all 500ms ease;
}

.sliding-items .service-block .inner-box {
	margin-bottom: 0;
}

.service-block .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
}

.service-block .inner-box .image-box img {
    width: 100%;
	height: 260px;
}

.service-block .inner-box .image-box .overlay-box-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    z-index: 1;
    transition: all 500ms ease;
}

.service-block .inner-box .image-box .overlay-box-2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    z-index: 1;
    transition: all 500ms ease;
}

.service-block .inner-box:hover .image-box .overlay-box-1,
.service-block .inner-box:hover .image-box .overlay-box-2 {
    width: 50%
}

.service-block .inner-box .image-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    z-index: 1;
    opacity: 0;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.service-block .inner-box:hover .image-box a {
    opacity: 1;
}

.service-block .inner-box .lower-content {
    position: relative;
    padding: 25px 0 20px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.service-block .inner-box .lower-content .card-group a {
    display: inline-block;
    color: #222;
    padding-top: 0;
    /* padding-bottom: 11px; */
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.service-block .inner-box .lower-content > span  {
    float: right;
    width: 30px;
    height: 30px;
    background-color: #E3EEEA;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.service-block .inner-box .lower-content > span > a {
	color: #333;
}

.service-block .inner-box .lower-content .card-group:hover + span > a,
.service-block .inner-box .lower-content a:hover {
    color: var(--thm-base);
}

.service-block .inner-box .lower-content p {
    margin-bottom: 29px;
}

.service-block .inner-box .lower-content .readmore {
    position: relative;
    display: block;
    margin-bottom: 0;
}

.service-block .inner-box .lower-content div.readmore {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    margin-top: 20px;
}

.service-block .inner-box .lower-content div.readmore > a {
	font-size: 17px;
}

a.readmore>i {
    font-size: 17px;
    display: inline-block;
    clear: both;
    position: relative;
    top: 2px;
}

.sliding-items.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
	left: 0;
	text-align: center;
    transform: translate(1px, 70px);
}

.sliding-items.owl-carousel .owl-nav .owl-next, 
.sliding-items.owl-carousel .owl-nav .owl-prev {
    position: relative;
    width: 35px;
    height: 35px;
    margin: 0 8px;
    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;
}

.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;
	}
}


/*** 

====================================================================
	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);
}

/*** 

====================================================================
	Client Testimonial
====================================================================

***/

.testimonial-section-two {
    padding-top: 90px;
    padding-bottom: 50px;
    background-color: #eff2f6;
    /* background-image: url(../images/shapes/testimonials-map-1-1.png);
    background-position: top center;
    background-repeat: no-repeat; */
}

.testimonial-section-two{
	position:relative;
	padding:80px 0px 80px;
}

.testimonial-block-two{
	position:relative;
}

.testimonial-block-two .inner-box{
	position:relative;
	padding:30px 30px;
	text-align:center;
	border:1px solid #efefef;
	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;
}

.testimonial-block-two .inner-box:hover{
	border-color:var(--thm-base);
}

.testimonial-block-two .inner-box:hover .quote-icon{
	color:#ffffff;
	border-color:var(--thm-base);
	background-color:var(--thm-base);
}

.testimonial-block-two .inner-box h3{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:700;
}

.testimonial-block-two .inner-box .location{
	position:relative;
	color:var(--thm-base);
	font-size:16px;
	margin-top:5px;
}

.testimonial-block-two .inner-box .stars:before{
	position:absolute;
	content:'';
	right:110%;
	top:12px;
	width:60px;
	height:1px;
	background-color:#efefef;
}

.testimonial-block-two .inner-box .stars:after{
	position:absolute;
	content:'';
	left:110%;
	top:12px;
	width:60px;
	height:1px;
	background-color:#efefef;
}

.testimonial-block-two .inner-box .stars{
	position:relative;
	margin-top:5px;
	margin-bottom:12px;
	display:inline-block;
}

.testimonial-block-two .inner-box .stars .fa{
	position:relative;
	color:#d0d0d0;
	font-size:14px;
	margin:0px 1px;
}

.testimonial-block-two .inner-box .text{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:300;
	line-height:1.7em;
}

.testimonial-block-two .inner-box .quote-icon{
	position:absolute;
	right:-1px;
	bottom:-1px;
	width:50px;
	height:50px;
	color:#d5d5d5;
	line-height:48px;
	font-size:26px;
	border-right:0px;
	border:1px solid #efefef;
	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;
}

.testimonial-block-eight {
	position: relative;
	/* background: #fff;
	padding: 35px 29px 0px; */
	margin-bottom: 40px;
	border: 1px solid #f4f4f4;
	box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.04);
  }

.testimonial-block-eight .inner-box {
    position: relative;
    text-align: center;
    padding: 35px 29px 0px;
    background-color: #ffffff;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}

.testimonial-block-eight .inner-box:hover {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}

.testimonial-block-eight .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 5px;
    background-color: var(--thm-base);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.testimonial-block-eight .inner-box:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 5px;
    background-color: var(--thm-base);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.testimonial-block-eight .inner-box:hover::before, 
.testimonial-block-eight .inner-box:hover::after {
    width: 100%;
}
  
.testimonial-block-eight .text {
	/* padding-left: 110px; */
	margin-bottom: 30px;
}
  
.testimonial-block-eight .text h4 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #202020;
}
  
.testimonial-block-eight .img-box {
	position: absolute;
	left: 30px;
	top: 36px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}
  
.testimonial-block-eight .owl-stage-outer {
	padding-top: 36px;
}
  
.testimonial-block-eight .quote {
	position: absolute;
	height: 70px;
	width: 70px;
	line-height: 62px;
	border: 3px solid #fff;
	border-radius: 50%;
	font-size: 30px;
	left: 30px;
	top: -35px;
	text-align: center;
	background: #f7f7f7;
	color: var(--thm-base);
}
  
.testimonial-block-eight .author-info {
	border-top: 1px solid #f4f4f4;
	position: relative;
	margin-top: 15px;
	padding: 15px 0 0px;
}
  
.testimonial-block-eight .author-info h4 {
	font-size: 20px;
	font-weight: 700;
	color: #202020;
}
  
.testimonial-block-eight .author-info p {
	color: var(--thm-base);
	font-weight: 300;
	padding-bottom: 15px;
	margin: 0;
}
  
.testimonial-block-eight .author-info .rating {
	position: absolute;
	right: 0;
	top: 23px;
	padding: 3px 20px;
	border: 1px solid #f4f4f4;
}
  
.testimonial-block-eight .author-info .rating li {
	display: inline-block;
	color: var(--thm-base);
}


/* 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;
	}
}

@media (max-width: 991px) {
	.blog-page {
		padding-top: 80px;
		padding-bottom: 40px;
	}
}

@media (max-width: 425px) {
	.blog-page {
		padding-top: 60px;
		padding-bottom: 20px;
	}
}

.blog-card {
  	margin-bottom: 40px;
}

.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 {
  	opacity: 1;
  	transform: scale(1.1);
 	transition: transform 0.7s;
}

.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;
}

.blog-card__content h3 {
  	font-size: 25px;
  	font-weight: 700;
  	line-height: 1.2;
  	color: var(--thm-black);
  	margin-bottom: 20px;
}

@media (max-width: 1199px) {
	.blog-card__content h3 {
		font-size: 20px;
		line-height: 1.4;
	}
}

.blog-card__content h3 a {
  	color: inherit;
  	transition: all 500ms ease;
}

.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);
}

.blog_comment a {
    color: var(--thm-color);
    font-size: 14px;
}

.blog_comment i {
    font-size: 16px;
    margin-right: 10px;
    color: var(--thm-base);
}

.blog_comment a:hover {
    color: var(--thm-base);
}


/*** 

====================================================================
	Client Carousel
====================================================================

***/

.client-carousel__has-border-top {
    border-top: 1px solid #eeeeee;
}

.client-carousel__has-top-shadow {
    box-shadow: 0px -1px 0px 0px RGBA(227, 227, 227, 0.004);
}

.client-carousel .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-carousel img {
    transition: 500ms;
    opacity: 0.3;
    max-width: 100%;
}

.client-carousel img:hover {
    opacity: .8;
}

@media (max-width: 991px) {
    .client-carousel {
        padding: 60px 0px;
    }
}

.thm-swiper__slider .swiper-pagination {
    position: relative;
    width: auto;
    padding: 0;
    margin: 0;
    top: 0;
    bottom: 0;
}

.thm-swiper__slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #e4e4e4;
    opacity: 100%;
    width: 15px;
    height: 10px;
    border-radius: 100px;
    transition: 0.5s;
    margin: 0px 3px;
}

.thm-swiper__slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--thm-base);
    width: 30px;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


.main-footer{
	position:relative;
	background-color:#222222;
	background-repeat:no-repeat;
	background-position:center center;
	color: var(--thm-text-white);
	background-size: cover;
}

.main-footer .widgets-section{
	position:relative;
	border-bottom: 1px solid rgba(255,255,255,0.20);
	padding: 75px 0px 30px;
}

.main-footer .footer-column{
	position:relative;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;		
}

.main-footer .footer-logo{
	position:relative;	
	display: flex;
	width: 100%;
	align-items: center;
}

.main-footer .footer-logo img{
	display:block;
	max-width:100%;	
	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: #fff;
    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: 15px;
	margin-bottom: 30px;
	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: var(--thm-text-white);
	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;
	}
}

/*=== 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: 20px 0px;
}

.footer-bottom .copyright-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	padding-top: 20px;
	/* border-top: 1px solid #ccc; */
}

.main-footer .footer-bottom p,
.main-footer .footer-bottom a{
	line-height: 30px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Nunito Sans', sans-serif;
	margin-bottom: 0;
}

.main-footer .footer-bottom p a{
	color: #f8f8f8;
	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%;
}

.main-footer.light-style .about-widget .contact-info li {
    color: #fff;
}

.main-footer.light-style .about-widget .contact-info li strong {
    color: #fff;
}

.main-footer.light-style .social-icon-three li a {
    color: #fff;
}

.main-footer.light-style .footer-column .widget-title {
    color: #fff;
}

.main-footer.light-style .services-widget .list li a {
    color: #fff;
}

.main-footer.light-style .posts-widget .post .desc-text a {
    color: #fff;
}

.main-footer.light-style .posts-widget .post .time {
    color: #fff;
}

.main-footer.light-style .footer-bottom p a {
    color: #fff;
}

.main-footer.light-style .footer-bottom p {
    color: #fff;
}

@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;
	} */
	.main-footer .footer-widget {
		display: inline-block;
	}
	.footer-column .widget-content .main-menu__social {
		justify-content: left;
	}
}


/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.contact-item {
	padding-top: 100px;
	padding-bottom: 100px;
}
  
@media (max-width: 991px) {
	.contact-item {
	  padding-top: 80px;
	  padding-bottom:80px ;
	}
}
  
@media (max-width: 767px) {
	.contact-item {
	  padding-top: 60px;
	  padding-bottom:55px ;
	}
}
  
@media (max-width: 480px) {
	.contact-item .block-title {
	  margin-bottom: 40px;
	}
}
  
@media (max-width: 991px) {
	.contactItem_content {
	  margin-bottom: 50px;
	}
}
  
.contactItem_content {
	padding-bottom: 10px;
}
  
.contactItem_content .block-title {
	margin-bottom: 25px;  
}
  
.contactItem_content > p {
	margin: 0;
	margin-bottom: 45px;
}
  
.contactItem_box + .contactItem_box {
	border-top: 1px solid #e6eaef;
	margin-top: 25px;
	padding-top: 25px;
}
  
.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;
	padding:100px 0px 40px;
}

.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;
}

.sidebar-widget {
	position: relative;
    padding: 0px 20px 50px 20px;
    padding-bottom: 35px;
}

@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{
	position:relative;
}

.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: 11.5px 0;
	padding-left: 50px;
	background: #f8f8f8;
	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:before{
	position:absolute;
	content:'\f101';
	left: 22px;
	top: 12px;
	color:#222222;
	font-size:14px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	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.active a::before,
.categories-blog .inner-box ul li.active a,
.categories-blog .inner-box ul li a:hover::before,
.categories-blog .inner-box ul li a:hover{
	background: var(--thm-base);
	color: #fff;
}

.heading-lg, .heading-lg-lead{
	font-size: 2.5rem;
}

.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: none;
    display: block;
    margin: 5px auto 15px;
}

/* Team */
/* .team-one__card {
	position: relative;
	border-radius: 4px;
}
  
.team-one__image {
	border-radius: 4px;
	overflow: hidden;
}
  
.team-one__image > img {
	width: 100%;
	border-radius: 4px;
	opacity: 1;
	transform: scale(1);
	transition: opacity 500ms ease, transform 500ms ease;
}
  
.team-one__card:hover .team-one__image > img {
	transform: scale(1.05);
}
  
.team-one__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 300px;
	border-top-right-radius: 4px;
	background-color: var(--thm-base);
	padding: 40px 50px;
}
  
.team-one__content h3 {
	margin: 0;
	font-size: 26px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
}
  
.team-one__content span {
	display: block;
	margin: 0;
	line-height: 1;
	color: #fff;
	margin-top: 15px;
	font-size: 16px;
}
  
.team-one__social {
	background-color: #fff;
	width: 100%;
	position: absolute;
	border-top-right-radius: 4px;
	bottom: 100%;
	left: 0;
	max-width: 240px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transform: scale(1, 0);
	opacity: 0;
	transition: transform 500ms ease, opacity 500ms ease;
	transform-origin: bottom left;
}
  
.team-one__social a {
	display: flex;
	line-height: 49px;
	color: var(--thm-black);
	font-size: 16px;
	transition: all 500ms ease;
}
  
.team-one__social a:hover {
	color: var(--thm-primary);
}
  
.team-one__social a + a {
	margin-left: 30px;
}
  
.team-one__card:hover .team-one__social {
	opacity: 1;
	transform: scale(1, 1);
} */


/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.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%;
}

.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%;
	}
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/

@media (max-width: 991px) {
.blog-details {
    padding: 80px 0; 
  }
}

@media (max-width: 425px) {
.blog-details {
    padding: 60px 0; 
  }
}

.blog-details .blog-card__image {
  margin-bottom: 20px;
}

.blog-details__content {
  margin-top: 10px;
}

.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__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__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #e6eaef;
    margin-top: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.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: 50px;
  }
}

.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;
}

/*** 

====================================================================
	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 label {
	color: #555c63;
	margin-bottom: 0.5rem;
	line-height: 25px;
  }
  
  .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;
	}
  }
  




/*Off Canvas Toggle*/


/*--
    Off Canvas
------------------------------------------*/
.off-canvas {
	position: fixed;
	right: -400px;
	top: 0;
	height: 100vh;
	width: 400px;
	background-color: #1a1a1a;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.09);
			box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.09);
	-webkit-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	z-index: 9999;
  }
  
  .off-canvas.off-canvas-open {
	opacity: 1;
	visibility: visible;
	right: 0;
  }
  
  @media only screen and (max-width: 479px) {
	.off-canvas {
	  width: 280px;
	}
  }
  
  /*Off Canvas Wrap*/
  .off-canvas-wrap {
	height: 100%;
	padding: 80px 0;
  }
  
  @media only screen and (max-width: 767px) {
	.off-canvas-wrap {
	  padding: 60px 0 40px;
	}
  }
  
  /*Off Canvas Close Button*/
  .off-canvas-close, .off-canvas-wrap > a {
	position: absolute;
	left: 40px;
	top: 30px;
	z-index: 9;
	color: #ffffff;
	text-align: center;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
			box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
  }
  
  .off-canvas-wrap > a + a{
	right: 60px;
	left: inherit;
  
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
  }
  
  .off-canvas-wrap > a + a:hover{
	color: var(--thm-base);
  }
  
  @media only screen and (max-width: 479px) {
	.off-canvas-close {
	  left: 30px;
	  top: 20px;
	}
	.off-canvas-close i {
	  font-size: 16px;
	}
  }
  
  .off-canvas-close i {
	font-size: 24px;
	line-height: 1;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
  }
  
  .off-canvas-close:hover {
	color: var(--thm-base);
  }
  
  .off-canvas-close:hover i {
	-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
			transform: rotate(90deg);
  }
  
  /*Off Canvas Inner*/
  .off-canvas-inner {
	padding: 0 40px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
	overflow: auto;
  }
  
  .off-canvas-inner .fbar-box .fbar-panel{
	margin-bottom: 15px;
  }
  
  .off-canvas-inner .fbar-box .fbar-panel:last-child{
	margin-bottom: 0;
  }
  
  .off-canvas-inner .fbar-box .fbar-panel h2 {
	  color: #ffffff;
	  font-size: 20px;
	  margin-bottom: 7px;
	  font-weight: 500;
	  line-height: 40px;
  }
  
  @media only screen and (max-width: 767px) {
	.off-canvas-inner {
	  padding: 0 30px;
	}
  }
  


/*--
    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 {
        /* background-color: #f1f1f1 */
    }

    .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 {
    padding-top: 40px;
}

.apply-form .block-title {
    margin-bottom: 20px;
}

.contact_form-input{
	width: 100%;
	display: block;
	border: none;
	outline: none;
	background-color: #eff2f6;
	color: #555c63;
	height: 67px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 4px;
	font-size: 15px;
  }

.contact_form-input:focus {
	box-shadow: none;
	background-color: #eff2f6 ;
}

.contact_form-box {
	margin-top: 40px;
}

.contact_form textarea {
	height: 140px;
	padding-top: 20px;
}

.contact_form .thm-btn:hover {
	background-color: var(--thm-black);
	color: #fff;
}

.contact_form label strong {
	/* font-size: 12px !important; */
	color: #0c2139;
}

.contact_form-submit {
	margin-top: 10px;
}

.page-title{
	display: block;
	margin: 20px 0;
	text-align: center;
	font-size: 40px;
	line-height: 1.2;
	text-transform: capitalize;
}
.page-title span{
	font-size: 30px;
	font-weight: 700;
}
.profile-uploader {
	display: table;
	float: right;
	vertical-align: middle;
}
.title-header-content {
	height: 100%;
}
#imageUpload
{
	display: none;
}

#profileImage
{
	cursor: pointer;
}

#profile-container {
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin-left: 20px;
	/* -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%; */
}

.profile-uploader span{
	display: table-cell;
	font-size: 22px;
	font-weight: 700;
	vertical-align: middle;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
}

#profile-container img {
	width: 150px;
	height: 150px;
}

.contact_form-box .input-group-append {
	display: table;
}
.contact_form-box .input-group-text{
	background-color: #e9ecef !important;
	border: none;
	vertical-align: middle;
	display: table-cell;
}

.uploader {
	display: block;
	clear: both;
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}
.uploader .contact_form-input +  label {
	float: left;
	clear: both;
	width: 100%;
	padding: 2rem 1.5rem;
	text-align: center;
	background: #fff;
	border-radius: 7px;
	border: 3px solid #eee;
	transition: all 0.2s ease;
	-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}
.uploader label:hover {
	border-color: #454cad;
}
.uploader label.hover {
	border: 3px solid #454cad;
	box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa {
	transform: scale(0.8);
	opacity: 0.3;
}
.uploader #start {
	float: left;
	clear: both;
	width: 100%;
 }
.uploader #start.hidden {
	display: none;
}
.uploader #start i.fa {
	font-size: 50px;
	margin-bottom: 1rem;
	transition: all 0.2s ease-in-out;
}
.uploader #response {
	float: left;
	clear: both;
	width: 100%;
}
.uploader #response.hidden {
	display: none;
}
.uploader #response #messages {
	margin-bottom: 0.5rem;
}
.uploader #file-image {
	display: inline;
	margin: 0 auto 0.5rem auto;
	width: auto;
	height: auto;
	max-width: 180px;
}
.uploader #file-image.hidden {
	display: none;
}
.uploader #notimage {
	display: block;
	float: left;
	clear: both;
	width: 100%;
}
.uploader #notimage.hidden {
	display: none;
}
.uploader progress,
.uploader .progress {
	display: inline;
	clear: both;
	margin: 0 auto;
	width: 100%;
	max-width: 180px;
	height: 8px;
	border: 0;
	border-radius: 4px;
	background-color: #eee;
	overflow: hidden;
}
.uploader .progress[value]::-webkit-progress-bar {
	border-radius: 4px;
	background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
	background: linear-gradient(to right, #393f90 0%, #454cad 50%);
	border-radius: 4px;
}
.uploader .progress[value]::-moz-progress-bar {
	background: linear-gradient(to right, #393f90 0%, #454cad 50%);
	border-radius: 4px;
}
.uploader input[type=file] {
	display: none;
}
.uploader div {
	margin: 0 0 0.5rem 0;
	color: #5f6982;
}
.uploader .btn {
	display: inline-block;
	margin: 0.5rem 0.5rem 1rem 0.5rem;
	clear: both;
	font-family: inherit;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	text-transform: initial;
	border: none;
	border-radius: 0.2rem;
	outline: none;
	padding: 0 1rem;
	height: 36px;
	line-height: 36px;
	color: #fff;
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	background: #454cad;
	border-color: #454cad;
	cursor: pointer;
}

/* form validate color */
form.cmxform label.error, label.error {
	color: red;
	font-style: italic;
}

@media (max-width:767px) {
	.project-single-details {
		margin-top: 1.5rem;
	}
}