.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';	
}
ul, ol, li {
	list-style: none;
}
.main-menu .navigation > li.dropdown > a::before {
	font-family:'fontawesome';
}
.admin-bar .menu-fixed{
    top:32px !important;
}
.news-block-two .inner-box .lower-content .post-info li a{
    color:inherit;
}
.m-b0{
    margin-bottom:0px !important;
}
.sidebar-page-container .comments-area .comment-box-list > .rx-comment-item:last-child > .comment-box{
    margin-bottom:0px;
}
.st-comment-item > .st-comment-item {
    margin-left:70px;
}
.comment-form{
    margin-top:60px;
}
.rx-comment-item .comment-form{
    margin:40px 0;
}
#cancel-comment-reply-link{
    color:inherit;
    display:block;
    font-size:18px;
    margin-top:17px;
}
footer ul {
    margin: 0;
    margin-top: -5px;
	padding: 0;
}
footer ul li{
	list-style: none;
	margin-bottom: 7px;
}
footer .site-footer__upper ul li a{
	color: #fff;
	opacity: 0.7;
	display: inline-block;
	font-size: 16px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
}
footer .site-footer__upper ul li a:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--thm-base-color);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
footer .site-footer__upper ul li a:after {
    content: '\f101';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-15px);
    transform: translateY(-50%) translateX(-15px);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
footer .site-footer__upper ul li a:hover {
    color: var(--thm-base-color);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
footer .site-footer__upper ul li a:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
footer .site-footer__upper ul li a:hover:after {
    opacity: 1;
}

.team-one__image > img,
.blog-one__meta img,
.testimonials-two__info img,
.testimonials-one__image > img {
    border-radius: 50% !important;
}

.case-details__content-list li .tick-icon {
	background-image: url('../images/resources/tick-1-1.png');
	width: 14px;
	height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pricing-two__list li .tick-icon {
	background-image: url('../images/resources/tick-1-1.png');
	width: 14px;
	height: 10px;
	display: inline-block;
}
.pricing-two__list li .cross-icon {
	background-image: url('../images/resources/cross-1-1.png');
	width: 12px;
	height: 12px;
	display: inline-block;
}

.appointment-one__form input {
	padding-right: 20px;
}
.appointment-one__form select {
	background-color: #645cff;
	height: 60px;
	width: 100%;
	border: 0px;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	position:relative;
}
.appointment-one__form select option {
	background-color: #fff;
	color: #212529;
	font-family: 'Open Sans';
	font-size: 15px;
}
.appointment-one__form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
}
.appointment-one__form .menu-382:before{
	position:absolute;
	top:-3px;
	right:20px;
	content:"\f107";
	font-family:'FontAwesome';
	font-size:24px;
	color:#ffffff;
	line-height:1em;
	z-index:10;
}
.appointment-one__form .submit-btn .ajax-loader {
	position: absolute;
}
.appointment-one__form input[type=submit] {
	background-color: var(--thm-base-color);
	font-size: 17px;
	font-family: var(--heading-font);
	font-weight: 600;
	padding: 14.5px 39.5px;
}

.cta-three .my-auto {
	padding: 90px 0;
}
.cta-three img,
.about-three img,
.owl-carousel .owl-item img {
	max-width: none !important;
}
.service-three .service-three__icon img {
	max-width: 53px !important;
}

.contact-cta .contact-home-two input[type=submit] {
	background-color: var(--thm-base-color);
	color: #fff;
	margin-bottom: 0;
}
.contact-cta .contact-home-two input[type=submit]:hover {
	background-color: var(--thm-black-color);
}
.contact-cta .contact-home-two .ajax-loader {
	position: absolute;
}
.testimonials-one__btn-left,
.testimonials-one__btn-right,
.pricing-one__btn {
	box-shadow: 0px 20px 30px 0px rgb(26 46 85 / 10%) !important;
}
.service-one.service-one__service-page {
	margin-top: 0;
	padding-top: 140px;
}

.post-pagination ul li {
	margin: 0 15px;
}
.post-pagination ul li span {
	font-size: 24px;
    font-family: var(--heading-font);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: var(--thm-black-color);
}
.post-pagination ul li span.current {
    color: var(--thm-base-color);
}
form input {
	padding-right: 20px;
}
.contact-one__form select {
	height: 50px;
	width: 100%;
	border: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
.contact-one__form input[type=submit] {
	background-color: var(--thm-base-color);
	color: #fff;
	margin-bottom: 0;
}
.contact-one__form input[type=submit]:hover {
	background-color: var(--thm-black-color);
}
.contact-one__form .ajax-loader {
	position: absolute;
}

.our-blog-page .blog-one__meta {
	margin: 20px 0px;
}
.our-blog-page .blog-two__title {
	margin-bottom: 20px;
}
.our-blog-page .blog-two__title a {
	display: inline-block;
}
.our-blog-page .blog-two__content {
    padding-left: 0px;
}
.our-blog-page .blog-two__text.upd,
.our-blog-page .blog-two__text.upd p {
	margin: 0px;
}


.sidebar .sidebar__single ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .sidebar__single ul li {
  position: relative;
  padding-left: 30px;
  line-height: 1em;
}

.sidebar .sidebar__single ul li + li {
  margin-top: 26px;
}

.sidebar .sidebar__single ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #dcdde0;
}

.sidebar .sidebar__single ul li a {
  font-size: 17px;
  color: #3b3b3b;
  font-family: var(--heading-font);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.sidebar .sidebar__single ul li:hover::before {
  background-color: var(--thm-base-color);
}

.sidebar .sidebar__single ul li:hover a {
  color: var(--thm-base-color);
}

.tagcloud a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  color: #848484;
  padding: 6px 19px;
  font-size: 14px !important;
  font-family: var(--heading-font);
  margin-left: 11px;
  margin-top: 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

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

.blog-details .blog-details__title {
	margin-top: 25px;
	font-size: 32px;
    line-height: 1.3em;
}
.blog-details .blog-details__content .image img  {
	width: 100%;
	height: auto;
}

.blog-details .blog-one__meta {
    margin-bottom: 25px;
}

.comment-box .comment-block__single {
    border-top: 1px solid #e5e5e5;
    padding-top: 45px;
    margin-top: 45px;
}

.blog-one__featured-image-single > img,
.blog-two__image > img {
	height: auto;
}

/*Error Section*/

.error-section{
    position:relative;
    padding: 210px 0px 225px;
}

.error-section .content{
    position:relative;
    text-align:center;
}

.error-section h1{
	color: var(--thm-black-color);
    position:relative;
    font-size:200px;
    font-weight:800;
    line-height:1em;
    margin-bottom:10px;
    font-family: 'Open Sans', sans-serif;
}

.error-section h2{
    position:relative;
    color:var(--thm-black-color);
    font-size: 40px;
    font-weight: 700;
    line-height:1.2em;
    margin-bottom:10px;
}

.error-section .text{
    position:relative;
    color:var(--thm-black-color);
    font-size: 22px;
    font-weight:500;
    margin-top:10px;
    margin-bottom: 50px;
}

.error-section .theme-btn{
    color:#fff;
    font-size:18px;
    padding:15px 30px;
	background-color: var(--thm-base-color);
	-webkit-transition: background-color .4s ease, color .3s ease;
  	transition: background-color .4s ease, color .3s ease;
}

.error-section .theme-btn:hover{
    background-color: var(--thm-black-color);
}

.services-details__content-info ul.menu {
	margin: 0;
	padding: 0;
}

.services-details__content-info ul.menu li {
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

.services-details__content-info ul.menu li a {
	border: 0;
	border-radius: 0;
	font-weight: 500;
	font-size: 15px;
	font-family: var(--heading-font);
	color: var(--thm-black-color);
	padding-left: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
	line-height: 3em;
}

.services-details__content-info ul.menu li a:before {
	content: '';
	width: 20px;
	height: 2px;
	background-color: var(--thm-base-color);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) scale(1, 0);
		  transform: translateY(-50%) scale(1, 0);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.services-details__content-info ul.menu li a:hover,
.services-details__content-info ul.menu li.current-menu-item a {
  color: var(--thm-base-color);
  border-color: var(--thm-base-color);
  padding-left: 35px;
}

.services-details__content-info ul.menu li a:hover::before,
.services-details__content-info ul.menu li.current-menu-item a:before {
  -webkit-transform: translateY(-50%) scale(1, 1);
          transform: translateY(-50%) scale(1, 1);
}
.m-b25{
	margin-bottom:25px !important;
}
.m-b15{
	margin-bottom:15px !important;
}
.comment-block__text p{
	margin-bottom:0px;
}
.st-comment-item .comment-box .leave-comment{
	margin-top:25px;
}
.appointment-one__form select:focus{
	outline:none;
}
.box-shadow{
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.p-a40{
	padding:40px !important;
}
.m-t0{
	margin-top:0px !important;
}
.m-b50{
	margin-bottom:50px !important;
}
.thm-unit-test{
	margin-right:20px
}
.header-navigation .container .logo-box img,
.footer-widget .footer-widget__logo img{
	height:44px;
}
.pricing-one__icon-block .icon{
	font-size:84px;
	line-height:1em;
	color:var(--thm-primary-color);
	display:block;
}
.about-one__content .about-one__list .about-one__list-item{
	font-weight:600;
}
.about-one__content .about-one__list .about-one__list-item:before{
	background-color:var(--thm-base-color);
}
.cta-three .cta-three__content .block-title__text{
	color:#222222;
	font-weight:600;
	line-height:2.1em;
}