.elementor-element .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding:0px !important;
}
.fab:before{
	font-family:'Font Awesome 5 Brands';	
}
.admin-bar .fixed-header .sticky-header{
    top:32px !important;
}
.admin-bar .main-header .mobile-menu{
    top:40px !important;
}
.search-popup{
	display: flex;
    align-items: center;
    justify-content: center;
}
.search-popup .popup-inner{
	position:relative;
	width:100%;	
}
.westo-comment-item > .westo-comment-item {
	padding: 30px 0 0;
	margin: 50px 0 0 50px;
	border-top: 1px solid rgba(var(--thm-base-rgb), .10);
	border-bottom: 0;
}
.add-comment-box {
	margin-top: 0px
}
.add-comment-box .inner-title {
	padding-bottom: 0px;
}
.westo-comment-item .comment-form{
    margin:40px 0px 0px;
}
#cancel-comment-reply-link{
    color:inherit;
    display:block;
    font-size:18px;
    margin-top:6px;
	font-weight: 800;
}
.westo-comment-item .single-comment-box .comment-box > .comment-box {
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
	padding-bottom:0;
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.comment-box .single-comment:last-child{
	border-bottom: 0px;
    padding-bottom: 0px;
	margin-bottom:0px;	
}
.comment-form{
	margin-top:78px;
}
.westo-comment-item .single-comment-box p{
    margin-bottom: 0px;
}

.features-style3__list ul li {
	width:50%;
	float: left;
}

.breadcrumb-menu ul li {
	color: #ffffff;
}

/******************** Footer Widget Style ****************/

.footer ul.menu {
    position: relative;
    display: block;
    overflow: hidden;
}
.footer ul.menu li {
    position: relative;
    display: block;
    line-height: 26px;
    margin-bottom: 15px;
}
.footer ul.menu li:last-child {
    margin-bottom: 0;
}
.footer ul.menu li a {
    position: relative;
    display: inline-block;
    color: #a5b9ad;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.footer ul.menu li a:hover {
    color: #ffffff;
}
.footer ul.menu li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    transform: perspective(400px) scaleX(0);
    transform-origin: center;
    transition: all 300ms linear;
    transition-delay: 0.2s;
    background: var(--thm-primary);
    z-index: 1;
}
.footer ul.menu li a:hover:before {
    transform: perspective(400px) scaleX(1.0);
}

/*Footer Menu*/
.footer ul.menu {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 27px;
}
.footer ul.menu li {
    position: relative;
    display: block;
    line-height: 26px;
    margin-bottom: 15px;
}
.footer ul.menu li:last-child {
    margin-bottom: 0;
}
.footer ul.menu li a {
    position: relative;
    display: inline-block;
    color: #a5b9ad;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.footer ul.menu li a:hover {
    color: #ffffff;
}
.footer ul.menu li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    transform: perspective(400px) scaleX(0);
    transform-origin: center;
    transition: all 300ms linear;
    transition-delay: 0.2s;
    background: var(--thm-primary);
    z-index: 1;
}
.footer ul.menu li a:hover:before {
    transform: perspective(400px) scaleX(1.0);
}

form input[type=submit]:hover {
	cursor:pointer;
	background-color:var(--thm-base);
}
#faq-form input[type=submit] {
	width:100%;
}
#faq-form .wpcf7-spinner {
	position:absolute;
}

/*Services Sidebar Menu*/
.service-details__sidebar ul.menu li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.service-details__sidebar ul.menu li:last-child {
    margin-bottom: 0px;
}
.service-details__sidebar ul.menu li a {
    position: relative;
    display: block;
    background: #ebf1ed;
    padding: 0px 40px 0px;
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 700;
    line-height: 60px;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.service-details__sidebar ul.menu li a span {
    position: relative;
    display: block;
    color: #cbd7cf;
    font-size: 20px;
    font-weight: 700;
    float: right;
    line-height: 60px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.service-details__sidebar ul.menu li.current-menu-item a span,
.service-details__sidebar ul.menu li:hover a span {
    color: var(--thm-black);
}
.service-details__sidebar ul.menu li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-primary);
    transform: perspective(400px) scaleY(0);
    transform-origin: center;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}
.service-details__sidebar ul.menu li a::after {
    content: "\e90a";
    position: relative;
	display: block;
	color: #cbd7cf;
	font-family: 'icomoon' !important;
	font-size: 20px;
	font-weight: 700;
	float: right;
	line-height: 60px;
	transition: all 200ms linear;
	  transition-delay: 0s;
	transition-delay: 0.1s;
}
.service-details__sidebar ul.menu li:hover a::before,
.service-details__sidebar ul.menu li.current-menu-item a::before {
    transform: perspective(400px) scaleY(1.0);
}
.service-details__sidebar ul.menu li:hover a::after,
.service-details__sidebar ul.menu li.current-menu-item a::after {
    color: var(--thm-black);
}

/*Pagination*/
.styled-pagination li {
	margin-bottom:10px;
}
.styled-pagination li > span{
	position: relative;
	display: inline-block;
	width: 55px;
	height: 55px;
	border-radius: 0%;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-top-color: rgb(245, 245, 245);
	border-right-color: rgb(245, 245, 245);
	border-bottom-color: rgb(245, 245, 245);
	border-left-color: rgb(245, 245, 245);
	color: var(--thm-black);
	font-size: 18px;
	line-height: 53px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	transition: all 500ms ease;
	font-family: var(--thm-font);
	z-index: 1;
}
.styled-pagination li span.current {
    color: #ffffff;
    border-color: var(--thm-base);
    background: var(--thm-base);

}

/*Blog Sidebar*/
.sidebar-blog-post .blog-post .inner {
    position: relative;
    display: block;
    margin-bottom: 35px;
}
.sidebar-blog-post .blog-post .inner:last-child {
    margin-bottom: 0;
}
.sidebar-blog-post .blog-post .inner {
    position: relative;
    display: block;
    padding-left: 70px;
}
.sidebar-blog-post .blog-post .inner .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
}
.sidebar-blog-post .blog-post .inner .img-box img {
    width: 100%;
}
.sidebar-blog-post .blog-post .inner .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(var(--thm-base-rgb), .80);
    border-radius: 0%;
    opacity: 0;
    transform: perspective(0px) scale(0);
    transform-origin: center;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.sidebar-blog-post .blog-post .inner:hover .img-box .overlay-content {
    opacity: 1;
    transform: perspective(400px) scale(1.0);
    transition: all 0.3s ease-in-out 0.3s;
}
.sidebar-blog-post .blog-post .inner .img-box .overlay-content a {
    color: #ffffff;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.sidebar-blog-post .blog-post .inner .title-box {
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: 70px;
}
.sidebar-blog-post .blog-post .inner .title-box .admin {
    position: relative;
    top: -2px;
    color: var(--thm-gray);
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}
.sidebar-blog-post .blog-post .inner .title-box .admin span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    padding-right: 3px;
    font-weight: 700;
    top: 2px;
}
.sidebar-blog-post .blog-post .inner .title-box h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin: 9px 0 0;
}
.sidebar-blog-post .blog-post .inner .title-box h4 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.sidebar-blog-post .blog-post .inner .title-box h4 a:hover {
    color: var(--thm-primary);
}

/*Search*/
.single-sidebar-box.widget_search {
	margin:0;
	padding: 0px;
	background: none;
}

/*Blog Categories*/
.single-sidebar-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-sidebar-box ul li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.single-sidebar-box ul li:last-child {
    margin-bottom: 0;
}
.single-sidebar-box ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    color: var(--thm-gray);
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    font-family: var(--thm-font);
    letter-spacing: 0.0em;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.single-sidebar-box ul li a:hover {
    padding-left: 20px;
}
.single-sidebar-box ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0px;
    background: #ffffff;
    transform: perspective(400px) scaleX(0);
    transform-origin: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}
.single-sidebar-box ul li a:hover:after {
    transform: perspective(400px) scaleX(1.0);
}
.single-sidebar-box ul li:hover a {
    color: var(--thm-black);
}
.single-sidebar-box ul li a:before {
    font-family: 'icomoon' !important;
    content: "\e92d";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-sidebar-box ul li:hover a:before {
    right: 10px;
}

/*Tags*/
.single-sidebar-box .tagcloud {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}
.single-sidebar-box .tagcloud a {
    position: relative;
    display: inline-block;
    margin: 0 5px 10px;
    padding: 10px 21px 8px;
    background: #ffffff;
    color: var(--thm-black);
    line-height: 22px;
    font-family: var(--thm-font);
    font-size: 12px !important;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 500ms ease;
}
.single-sidebar-box .tagcloud a:hover {
    color: #ffffff;
    border-color: var(--thm-primary);
    background-color: var(--thm-primary);
}

.header-onepage .main-menu .navigation > li > a span::before {
	background:none;
}
.subscribe-form button{
	height:50px;	
}
.header-social-link ul li a:hover{
	color:#fff !important;	
}
.google-map-style1-area{
	background:transparent;	
}
.main-menu .navigation>li:hover>a span:before, .main-menu .navigation>li.current>a span:before, .main-menu .navigation>li.current-menu-item>a span:before{
	/*transform: scaleY(1.4);*/	
}
.add-comment-box .form-inner form p a{
	color: var(--thm-gray);
}
.home1-page-map-outer{
	max-height:550px;
}
.main-logo-box img,
.mobile-menu .nav-logo img,
.main-logo-box-style2 img{
	height:135px;
}

.sticky-header .logo img{
	height:99px;
	width:auto;
}
.fa-tiktok:before{
	font: var(--fa-font-brands);
	content:"\e07b";
}

.main-slider .slide {
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}

.jb-footer-logo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	margin-bottom:10px;
}

.about-style1__image ul li{
	float:none;
}

.about-style1__image ul li .img-box img{
	max-height: 625px;
}

.about-style3__content .text {
  padding-top: 0px !important;
}

.about-style3__content .icon-check-mark-button {
  display:none;	
}

.single-service-style1 .btn-one{
	min-width:225px;
}

.features-style3-area ul.featueres li{
	width:100%;
}

.features-style3-area ul.featueres span.heading{
	color: #f7bd00;
}

.features-style3__content
{
	color: #ffffff;
	font-size: 18px;
	line-height: 40px;
	font-weight: 600;
}
.blog-style1-area .single-blog-style1{
	border: 1px solid #cad7cf;
	max-width: 570px;
}

.blog-style1-area .single-blog-style1 .text-holder{
	border : none !important;
}

.blog-style1-area .single-blog-style1 .link-holder{
	text-align: center;
	margin-top: 15px;
}

.blog-details-content .single-blog-style1 .text-holder .text p{
	margin-bottom:29px;
	margin-top:0 !important;
}
.contact-form form input[type="tel"] {
  position: relative;
  display: block;
  background: #ebf1ed;
  width: 100%;
  height: 62px;
  border: 1px solid #ebf1ed;
  color: #737c76;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0px;
  transition: all 500ms ease;
  font-family: var(--thm-font);
}

.contact-form .nice-select{
	background: #ebf1ed;
	height: 62px;
	font-weight: 500;
	padding-top: 12px;
	float:none;
}
.jb-gallery
{
	position: relative;
	display: block;
	overflow: hidden;
	background: #ffffff;
	padding: 30px;
	z-index: 10;
}

.jb-gallery figure{
	padding:10px;
}
.jb-gallery figure img{
	width:350px;
	height:350px;
}
.gal-top-addr
{
	position: relative;
display: inline-block;
color: #ffffff;
font-size: 15px;
line-height: 40px;
font-weight: 800;
transition: all 200ms linear;
  transition-delay: 0s;
transition-delay: 0.1s;
font-family: var(--thm-font);
position: relative;
padding-left: 30px;
}

.jb-single-service-style2{position: relative;
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.row.row-flex .col-xl-4.col-lg-4 {
    display: flex;
    flex-wrap: wrap;
}

.main-slider .owl-theme .owl-nav{
	top: 40% !important;
}

.service-style1__top-button .btn-one::before{
	background-color: #00a967;
}

.main-menu .navigation > li:hover a.hvr-underline-from-left1{
	color: #ffffff;
    cursor: pointer;
}
.main-menu .navigation > li:hover a.hvr-underline-from-left1 span{
	background-color: var(--thm-base);
}
.about-style1-area .about-style1__bottom-content{
	display: none;
}

.mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul, .mobile-menu .navigation > li.dropdown > .megamenu {
  display: block;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	display:none;
}