.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 .header-style-one {
    top:32px !important;
}

/*Comments*/

.soltech-comment-item > .soltech-comment-item {
    margin-left: 70px;
}

.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;
}

.footer-widget ul.menu {
	position: relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}

.footer-widget ul.menu li{
	position: relative;
	width:50%;
	font-size: 16px;
	line-height: 20px;
	padding-left:20px;
	color: rgba(255, 255, 255, .6);
	font-weight: 400;
	margin-bottom: 20px;
}

.footer-widget ul.menu li:before{
	position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f105";
    left: 0px;
    top: 0px;
    display: block;
    line-height: 20px;
    font-size: 14px;
	color:#ffffff;
}

.footer-widget ul.menu li a{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-widget ul.menu li a:hover{
	color: rgba(255, 255, 255, 1);
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
    height: 1px !important;
    background-color: rgba(0,0,0,.1);
    top: auto !important;
    bottom: 0;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    top: auto !important;
    bottom: -1px;
    height: 4px !important;
    background: #52C459 !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: none !important;
    right: 0 !important;
    left: 0 !important;
}

.testimonial-section-two .swiper-button-next:hover,
.testimonial-section-two .swiper-button-prev:hover {
    color: #ffffff !important;
    background-color: #328737 !important;
}

.subscribe-form-two .form-group .theme-btn {
	position: relative;
	margin-top: 15px;
	width: 100%;
}

.page-breadcrumb li {
    margin-right: 15px !important;
}

/* Services Category */
.services-sidebar .widget_nav_menu{
	position: relative;
	border:1px solid #e5e5e5;
	padding: 30px 30px;
	margin-bottom: 50px;
}

.services-sidebar h5{
	font-weight: 600;
	text-transform:uppercase;
	padding-bottom: 15px;
	margin-bottom:30px;
}

.services-sidebar ul.menu{
	position: relative;
}
.services-sidebar ul.menu li{
	position: relative;
	margin-bottom:10px;
	background-color:#f4f7f7;
}
.services-sidebar ul.menu li:before{
	background-color:var(--two-color);
	position:absolute;
	top:0px;
	left:0px;
	content:'';
	height:100%;
	width:2px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.services-sidebar ul.menu li:hover:before,
.services-sidebar ul.menu li.current-menu-item:before{
	width:100%;
}
.services-sidebar ul.menu li:last-child{
	margin-bottom: 0;
}
.services-sidebar ul.menu li a{
	position: relative;
	display: block;
	font-size: 16px;
	font-weight:600;
	line-height: 50px;
	padding:0px 20px 0px;
	text-transform: capitalize;
	color: #070710;
	-webkit-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.services-sidebar ul.menu li a:before{
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 16px;
	color: #444444;
	font-family: 'Font Awesome 5 Pro';
	content: "\f105";
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-sidebar ul.menu li:hover a:before,
.services-sidebar ul.menu li:hover a,
.services-sidebar ul.menu li.current-menu-item a:before,
.services-sidebar ul.menu li.current-menu-item a{
	color: #ffffff;
}

.project-info-box .image img {
    width: 100%;
	height: auto;
}

.blockquote-style-one p {
	margin-bottom: 0;
}
.blockquote-style-one cite {
	margin-top: 26px;
}

/*Blog Category*/
.catagory-outer h5{
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget{
	position: relative;
    border: 1px solid #e5e5e5;
    padding: 30px 30px;
    margin-bottom: 50px;
}

.widget_search.widget{
	padding:0px;
	border:none;
}

.widget ul li,
.widget ol li{
	position: relative;
	padding:0 15px 10px 20px;
	margin-bottom:10px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.widget li:last-child{
	border-bottom: none;
	margin-bottom:0px;
	padding-bottom:0px;
}

.widget li ul li{
	border-bottom: none;
	margin-bottom:0px;
	border-top:1px dashed rgba(0, 0, 0, 0.1);
	margin-top:10px;
	padding-top:10px;
	padding-bottom:0px;
}

.widget ul li a,
.widget ol li a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	line-height: 28px;
	text-transform: capitalize;
	color: #070710;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.widget ul li:before,
.widget ol li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	color: #444444;
	font-family: 'Font Awesome 5 Pro';
	content: "\f105";
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.widget ul li a:hover,
.widget ol li a:hover{
	color: #328737;
}

/*Tags*/
.tagcloud{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tagcloud a{
	position:relative;
	display:inline-block;
	font-size:14px !important;
	color:rgba(0, 0, 0, 0.85);
	line-height: 22px;
	margin-right: 12px;
	margin-bottom: 12px;
	padding: 6px 13px;
	text-align:center;
	background:none;
	font-weight:400;
	border: 1px solid #070710;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.tagcloud a:hover{
	color:#070710;
	background-color:var(--main-color);
	
border: 1px solid var(--main-color);
}

.search-notfound .sidebar {
	margin-top: 20px;
    padding-left: 0;
}
.search-notfound h3 {
    position: relative;
    line-height: 30px;
    color: #070710;
    font-weight: 700;
	margin-bottom: 10px;
}
.search-notfound p {
	font-size: 15px;
}

/*Error Section*/

.error-section{
    position:relative;
    padding: 100px 0px;
}

.error-section .content{
    position:relative;
    text-align:center;
}

.error-section h1{
	color: #070710;
    position:relative;
    font-size:200px;
    font-weight:800;
    line-height:1em;
    margin-bottom:10px;
    font-family: 'Jost', sans-serif;
}

.error-section h2{
    position:relative;
    color:#070710;
    font-size: 40px;
    font-weight: 700;
    line-height:1.2em;
    margin-bottom:10px;
}

.error-section .text{
    position:relative;
    color:#070710;
    font-size: 22px;
    font-weight:500;
    margin-top:10px;
    margin-bottom: 50px;
}

#contact-form input[type=submit] {
	cursor: pointer;
}
#contact-form input[type=submit]:hover {
	background-color: var(--two-color);
	color: var(--main-color);
}
.p-t0{
	padding-top:0px !important;
}
.sn-style-two .service-block .inner-box{
	border:1px solid #e1e8e4;
	padding:30px 30px;
	background:#ffffff;
	box-shadow:none; 
}
.sn-style-two .service-block .inner-box:hover{
	border-color:#ffffff;
	-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);

}

/******Updated Style*************/
/** about-style-two **/

.about-style-two{
  position: relative;
}

section.about-style-two.sec-pad-2:before {
    content: '';
    position: absolute;
    background: #f4f7f7;
    left: 50%;
    top: 0px;
    width: 100%;
    height: 100%;
}

.theme-btn i {
  position: relative;
  margin-right: 8px;
  top: 2px;
}

.sec-pad-2 {
  padding: 120px 0px;
}

.content_block_3 .content-box{
  position: relative;
  display: block;
}

.content_block_3 .content-box .sec-title{
  margin-bottom: 19px;
}

.content_block_3 .content-box .inner-box{
  position: relative;
  display: block;
  padding-left: 80px;
  margin-bottom: 16px;
}

.content_block_3 .content-box .inner-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 10px;
  width: 60px;
  height: 60px;
  line-height: 66px;
  font-size: 36px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #328737;
}

.content_block_3 .content-box .inner-box h2{
  display: block;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  margin-bottom: 3px;
}

.content_block_3 .content-box .inner-box h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.content_block_3 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.about-style-two .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.about-style-two .image-box img{
  width: 100%;
}

.content_block_4 .content-box{
  position: relative;
  display: block;
}

.content_block_4 .content-box .single-item{
  position: relative;
  display: block;
  margin-bottom: 42px;
}

.content_block_4 .content-box .single-item:last-child{
  margin-bottom: 0px;
}

.content_block_4 .content-box .single-item .icon-box{
  position: relative;
  display: block;
  font-size: 42px;
  line-height: 40px;
  margin-bottom: 22px;
  color: #328737;
}

.content_block_4 .content-box .single-item h5{
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
  border-bottom: 3px solid #eae6e4;
}

.content_block_4 .content-box .single-item p{
  display: block;
  margin-bottom: 15px;
}

.content_block_4 .content-box .single-item a{
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  font-family: 'Lexend', sans-serif;
  color: #1e2434;
  text-transform: uppercase;
}

.content_block_4 .content-box .single-item a i{
  font-size: 16px;
  position: relative;
  top: 3px;
  margin-right: 8px;
  color: #328737;
}

.content_block_4 .content-box .single-item a:hover{
	color: #328737;
}

.about-style-two .content_block_4 .content-box{
  margin-top: 40px;
}

.content_block_4 .content-box .single-item .shape{
  position: absolute;
  left: -190px;
  top: 2px;
  width: 180px;
  height: 144px;
  background-repeat: no-repeat;
}

.content_block_4 .content-box .single-item .shape-2{
  position: absolute;
  left: -166px;
  top: 13px;
  width: 164px;
  height: 160px;
  background-repeat: no-repeat;
}

/** service-style-four **/

.sec-pad {
  padding: 120px 0px 120px 0px;
}

.service-style-four{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.service-style-four:before{
  position: absolute;
  content: '';
  background-color: #1e2434;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.88;
}

.service-block-four .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-four .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-four .inner-box .image-box img{
  width: 100%;
}

.service-block-four .inner-box .link a{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Lexend', sans-serif;
  color: #fff;
  background-color: #328737;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 0px 10px 0px;
  z-index: 1;
}

.service-block-four .inner-box .link a span{
  position: relative;
  display: block;
}

.service-block-four .inner-box .link a i{
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 0px;
  transition: all 500ms ease;
}

.service-block-four .inner-box .content-box{
  position: relative;
  display: block;
  background-color: #fff;
}

.service-block-four .inner-box .content-box .inner{
  opacity: 1;
  transition: all 500ms ease;
      background: #328737;
}

.service-block-four .inner-box .content-box .link{
  position: relative;
}

.service-block-four .inner-box .content-box .icon-box{
  position: relative;
  display: block;
    background: #328737;
    font-size: 50px;
    padding: 15px;
	color:#ffffff;
}

.service-block-four .inner-box .content-box .category{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Lexend', sans-serif;
  color: #1e2434;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.service-block-four .inner-box .content-box h3{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

.service-block-four .inner-box .content-box h3 a{
  display: inline-block;
  color: #1e2434;
}

.service-block-four .inner-box .content-box h3 a:hover{

}

.service-block-four .inner-box .content-box .text{
  position: relative;
  display: block;
  padding: 30px;
  background:#ffffff;
}

.service-block-four .inner-box .content-box .text:before{
  position: absolute;
  content: '';
  width: 1px;
  height: 8px;
  left: 0px;
  top: 5px;
}

.service-block-four .inner-box .content-box .text:after{
  position: absolute;
  content: '';
  width: 1px;
  height: calc(100% - 29px);
  left: 0px;
  top: 21px;
}

.service-block-four .inner-box .content-box .shape-box{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index:1;
}

.service-block-four .inner-box .content-box .overlay-content{
  position: absolute;
  left: 0px;
  bottom: -30px;
  width: 100%;
  background-color: #fff;
  padding: 40px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.service-block-four .inner-box:hover .content-box .overlay-content{
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}

.service-block-four .inner-box .content-box .overlay-content .link{
  top: -100px;
}

.service-block-four .inner-box .content-box .overlay-content .link a,
.service-block-four .inner-box .content-box .overlay-content .link a i{
  color: #fff;
}

.service-block-four .inner-box .content-box .overlay-content p{
  display: block;
  margin-top: 17px;
}

.service-block-four .inner-box .content-box .overlay-content:before{
  position: absolute;
  content: '';
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  left: 30px;
  top: 30px;
}

/** project-style-two **/

.project-style-two{
  position: relative;
  background-color:var(--two-color);
}

.project-style-two:before,
.team-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/pattern-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.project-style-two .outer-container{
  position: relative;
  width: 100%;
  padding: 0px 30px;
}

.project-style-two .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.project-style-two .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.project-style-two .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.project-block-two .inner-box{
  position: relative;
  display: block;
}

.project-block-two .inner-box .image-box{
  position: relative;
}

.project-block-two .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-two .inner-box .image-box .image img{
  width: 100%;
  height:auto;
  min-height:100%;
}

.project-block-two .inner-box .image-box h6{
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  background-color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 29px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
  z-index: 1;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box h6{
  opacity: 0;
}

.project-block-two .inner-box .overlay-content{
  position: absolute;
  left: 0px;
  bottom: -15px;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  padding: 23px 30px 22px 30px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .overlay-content{
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}

.project-block-two .inner-box .overlay-content h6{
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.project-block-two .inner-box .overlay-content h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.project-block-two .inner-box .overlay-content h5 a{
  display: inline-block;
  color: #1e2434;
}

.project-block-two .inner-box .overlay-content h5 a:hover{

}

.project-block-two .inner-box .overlay-content .view-btn{
  position: absolute;
  top: 26px;
  right: 30px;
}

.project-block-two .inner-box .overlay-content .view-btn a{
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 58px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.project-style-two .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 42px;
}

.project-style-two .owl-dots{
  background: transparent;
}

.project-style-two .owl-dots .owl-dot{
	display:inline-block;
}

.project-style-two .owl-dots span{
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #a39c98;
  background: transparent;
  cursor: pointer;
  margin: 0px 10px;
  transition: all 500ms ease;
}

.project-style-two .owl-dots .owl-dot.active span,
.project-style-two .owl-dots span:hover{
	border-color: #f16d2b;
}

.project-style-two .owl-dots span:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 2px;
  top: 2px;
  opacity: 0;
  transition: all 500ms ease;
  border: 1px solid #f16d2b;
}

.project-style-two .owl-dots .owl-dot.active span:before,
.project-style-two .owl-dots span:hover:before{
  opacity: 1;
}

.project-style-two .upper-box .btn-box{
  position: relative;
  margin-top: 16px;
}

.owl-dots-none .owl-dots, .owl-nav-none .owl-nav {
  display: none !important;
}

/** pricing-section **/

.pricing-section{
  position: relative;
}

.pricing-section .upper-box .text {
  position: relative;
  display: block;
  margin-top: 25px;
}

.pricing-block-one .pricing-table{
  position: relative;
  display: block;
  background-color: #fff;
  padding-right: 40px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
}

.pricing-block-one .pricing-table .inner-box{
  position: relative;
  display: block;
  padding: 31px 0px 50px 40px;
}

.pricing-block-one .pricing-table h5{
  position: relative;
  display: block;
  background-color: #1e2434;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px 30px 10px 40px;
  clip-path: polygon(0% 0%, 108% 0%, 94% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table:hover h5{
	background-color:#328737;
}

.pricing-block-one .pricing-table h2{
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #1e2434;
  font-weight: 600;
  padding-left: 16px;
  text-transform: uppercase;
}

.pricing-block-one .pricing-table h2 .month{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #707582;
  font-weight: 500;
}

.pricing-block-one .pricing-table h2 .symble{
  position: absolute;
  left: 0px;
  top: -11px;
  font-size: 20px;
}

.pricing-block-one .pricing-table .price-box{
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 33px;
  border-bottom: 1px solid #eae6e4;
}

.pricing-block-one .pricing-table .feature-list{
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.pricing-block-one .pricing-table .feature-list li{
  position: relative;
  display: block;
  font-size: 18px;
  color: #707582;
  padding-left: 22px;
  margin-bottom: 16px;
}

.pricing-block-one .pricing-table .feature-list li:last-child{
  margin-bottom: 0px;
}

.pricing-block-one .pricing-table .feature-list li:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  left: 0px;
  top: 10px;
  transform: rotate(45deg);
  background-color:#328737;
}

.pricing-block-one .pricing-table .feature-list li.light{
  color: #b8bcc4;
}

.pricing-block-one .pricing-table .feature-list li.light:before{
  background-color: #b8bcc4;
}

/** working-style-two **/

.working-style-two{
  position: relative;
  background-color:#1e2434;
}

.working-style-two .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.working-block-two .inner-box{
  position: relative;
  display: block;
  background-color: #232a3c;
  padding: 40px 20px 35px 30px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.working-block-two .inner-box .big-text{
  position: absolute;
  right: 25px;
  top: 28px;
  font-size: 80px;
  line-height: 80px;
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2e3851;
}

.working-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  margin-bottom: 43px;
}

.working-block-two .inner-box .icon-box .icon{
  position: relative;
  display: inline-block;
  padding:10px;
  font-size:50px;
  color:#328737;
  background-color: #fff;
  text-align: center;
}

.working-block-two .inner-box .icon-box a{
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  z-index: 1;
  background-color:var(--main-color);
}

.working-block-two .inner-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 13px;
  margin-bottom: 23px;
}

.working-block-two .inner-box h5:before,
.services-sidebar h5:before,
.sidebar-title h5:before{
  position: absolute;
  content: '';
  width: 11px;
  height: 1px;
  left: 0px;
  bottom: 0px;
  background-color:var(--main-color);
}

.working-block-two .inner-box h5:after,
.services-sidebar h5:after,
.sidebar-title h5:after{
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  left: 19px;
  bottom: 0px;
  background-color:var(--main-color);
}

.working-block-two .inner-box p{
  color: #aab0bf;
}

/*** 
=============================================
   Testimonial Style1 Area Css
=============================================
***/
.testimonials-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}


.single-testimonials-style1 {
    position: relative;
    display: block;
    background: #ffffff;
    padding-left: 200px;
    min-height: 250px;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

.single-testimonials-style1 .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    min-height: 250px;
    background: #f6f6f6;
    padding-top: 30px;
    z-index: 1;
}

.single-testimonials-style1 .img-holder .top-pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: #f5f5f5;
    z-index: -1;
}

.single-testimonials-style1 .img-holder .bottom-pattern-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 60%;
    background:#52C459;
    z-index: -1;
}

.single-testimonials-style1 .img-holder .img-box {
    position: relative;
    display: block;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: 4px solid #ffffff;
    z-index: 1;
}

.single-testimonials-style1 .img-holder .img-box img {
    width: 100%;
}


.single-testimonials-style1 .img-holder .review-box {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.single-testimonials-style1 .img-holder .review-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-testimonials-style1 .img-holder .review-box ul li {
    display: inline-block;
    float: none;
    margin-right: 2px;
    text-align: center;
}

.single-testimonials-style1 .img-holder .review-box ul li:last-child {
    margin-right: 0;
}

.single-testimonials-style1 .img-holder .review-box ul li i {
    color: #ffffff;
    cursor: pointer;
}



.single-testimonials-style1 .text-holder {
    position: relative;
    display: block;
    min-height: 250px;
    padding-top: 38px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.single-testimonials-style1 .text-holder .top {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.single-testimonials-style1 .text-holder .top .icon {
    position: relative;
    display: block;
}

.single-testimonials-style1 .text-holder .top .icon i {
    position: relative;
    display: block;
    line-height: 0px;
}

.single-testimonials-style1 .text-holder .top .icon i::before {
    position: relative;
    display: inline-block;
    color: #e0e0e0;
    font-size: 60px;
    line-height: 50px;
}

.single-testimonials-style1 .text-holder .top .name {
    position: relative;
    display: block;
    padding-left: 30px;
}

.single-testimonials-style1 .text-holder .top .name h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.single-testimonials-style1 .text-holder .top .name span {
    color: var(--thm-base);
    font-size: 16px;
    line-height: 26px;
}

.single-testimonials-style1 .text-holder .text {
    position: relative;
    display: block;
    padding-top: 13px;
}

.single-testimonials-style1 .text-holder .text p {
    margin: 0;
}

.testimonials-carousel_1 {
    position: relative;
    display: block;
}

.testimonials-carousel_1.owl-carousel .owl-stage-outer {
    padding-bottom: 0px;
    overflow: visible;
}

.testimonials-carousel_1.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.testimonials-carousel_1.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}
.testimonials-carousel_1.owl-carousel .owl-stage-outer {
  padding-bottom: 0px;
  overflow: visible;
}
.owl-carousel.owl-dot-style1 .owl-dots {
  position: relative;
  text-align: center;
  line-height: 0;
  margin-top: 50px !important;
  display: block;
}
.testimonials-carousel_1.owl-carousel .owl-nav{
	display:none;
}
.testimonials-carousel_1.default-dots .owl-dot{
	display:inline-block;
}

/** team-section **/

.team-section{
  position: relative;
  background-color:var(--two-color);
}

.team-section .upper-box .text {
  position: relative;
  display: block;
  margin-top: 25px;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
}

.team-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 10px;
  background-color:var(--main-color);
  left: -10px;
  top: -10px;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover:before{
  width: 100%;
}

.team-block-one .inner-box:after{
  position: absolute;
  content: '';
  width: 10px;
  background-color:var(--main-color);
  height: 0%;
  left: -10px;
  top: -10px;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover:after{
  height: 100%;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box img{
  width: 100%;
}

.team-block-one .inner-box .social-links{
  position: absolute;
  top: 20px;
  right: 0px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .social-links{
  right: 20px;
  opacity: 1;
  visibility: visible;
}

.team-block-one .inner-box .social-links li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.team-block-one .inner-box .social-links li:last-child{
  margin-bottom: 0px;
}

.team-block-one .inner-box .social-links li a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  font-size: 16px;
  color: #707582;
  text-align: center;
}

.team-block-one .inner-box .social-links li a:hover{
  color: #fff;
}

.team-block-one .inner-box .text{
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  background-color: #fff;
  padding: 23px 15px 26px 15px;
  z-index: 1;
  text-align: center;
}

.team-block-one .inner-box .text h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.team-block-one .inner-box .text h5 a{
  display: inline-block;
  color: #1e2434;
}

.team-block-one .inner-box .text h5 a:hover{

}

.team-block-one .inner-box .text .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Lexend', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

/***********Blog**************/
.st-news-block.news-block .content-box{
	padding:0 0px 0 150px;
}
.news-block .content-box .info-wrap{
	position:relative;
	background:#f4f7f7;
	padding:30px;
}

.news-block .content-box .post-info,
.news-block-two .post-info,
.news-block-three .post-info{
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.news-block-two .post-info{
	margin-bottom:0px;
	margin-top:8px;
}

.news-block .content-box .post-info li,
.news-block-two .post-info li,
.news-block-three .post-info li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 26px;
  padding-left: 22px;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Lexend', sans-serif;
  font-weight: 500;
  color: #328737;
  text-transform: capitalize;
}

.news-block .content-box .post-info li::before,
.news-block-two .post-info li:before,
.news-block-three .post-info li:before {
  position: absolute;
  content: '';
  background-color: #d7d8d7;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 10px;
  right: -15px;
}

.news-block .content-box .post-info li i,
.news-block-two .post-info li i,
.news-block-three .post-info li i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 14px;
}

.news-block .content-box .post-info li:last-child,
.news-block-two .post-info li:last-child,
.news-block-three .post-info li:last-child {
  margin: 0px !important;
}

.news-block .content-box .post-info li:last-child:before,
.news-block-two .post-info li:last-child:before,
.news-block-three .post-info li:last-child:before{
	display:none;
}

.news-block .inner-box h4 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color:#070710;
}
.news-block .post-date,
.news-block-two .post-date{
	position: absolute;
	right: 30px;
	margin:0px;
	top: 30px;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Lexend', sans-serif;
	color: #070710;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	padding: 8px 16px;
	background-color: var(--main-color);
	
}
.news-block-two .post-date{
	right:0px;
	top:0px;
}
.news-block-two:last-child{
	margin-bottom:0px;
}
.news-block-two.st-news-block-two .image{
	width:150px;
}
.news-block-two.st-news-block-two .post-info-wrap{
	width:calc(100% - 170px);
}

rs-sbg-wrap rs-dotted{
	background-image:none !important;
	background-color:rgba(0,0,0,0.4);
}

.recent-posts .post .post-thumb{
	position:relative;
	width:80px;
}

.recent-posts .post .post-detail-wrap{
	position:relative;
	width:calc(100% - 100px);
}

.woocommerce nav.woocommerce-pagination{
	margin-top:60px;
}

.image-column .woocommerce-product-gallery__image{
	padding:5px;
	background-color:#e0e0e0;
}

.basic-details .inner-column{
	padding-left:50px;
}

.basic-details .inner-column .item-price .price{
	margin-bottom: 20px;
	font-size:22px;
	font-family: 'Lexend', sans-serif;
}

.basic-details .inner-column .other-options{
	margin-top:35px;
}

.shop-content .related-products{
	margin-top:90px;
}

.shop-content .related-products .sec-title h3{
	font-size:24px;
}

.woocommerce div.product form.cart .variations select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../images/icons/icon-select.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.woocommerce .basic-details div.product form.cart{
	margin-bottom:0px;
}
.single_variation_wrap .single_variation{
	margin-bottom:30px;
}
.woocommerce-privacy-policy-text{
	margin-bottom:20px;
}

.news-block-large {
	position:relative;
}

.news-block-large .image{
	position:relative;
}

.news-block-large .image img{
	width:100%;
}

.news-block-large .image .post-date{
	position:absolute;
	right:30px;
	bottom:30px;
	color:#ffffff;
	background:var(--two-color);
	padding:10px 20px;
	letter-spacing: 0.05em;
	font-weight:600;
	font-size: 16px;
    line-height: 26px;
	font-family: 'Lexend', sans-serif;
	text-align:center;
}

.news-block-large .image .post-date i{
	margin-right:10px;
}

.news-block-large .content-box{
	position:relative;
	border:1px solid #e1e1e1;
	
}

.news-block-large .content-box .post-info-large{
	position:relative;
}

.post-info-large li {
    position: relative;
    padding: 15px;
    text-align: center;
    display: block;
	border-bottom:1px solid #e1e1e1;
	font-size: 14px;
    line-height: 26px;
    font-family: 'Lexend', sans-serif;
    font-weight: 500;
    color: #707582;
    text-transform: uppercase;
	-webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.post-info-large li:last-child{
	border-bottom:none;
}

.post-info-large li i{
	margin-bottom:5px;
	display:block;
}

.news-block-large .content-box .upper-wrap{
	position:relative;
	padding:30px;
	border-left:1px solid #e1e1e1;
}

.news-block-large .content-box .upper-wrap h4 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
	margin-bottom:20px;
    text-transform: uppercase;
    color: #070710;
}
.news-block-large .content-box .upper-wrap h4 a,
.post-info-large li a{
	-webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.news-block-large .content-box .upper-wrap h4 a:hover,
.post-info-large li a:hover{
	color:var(--main-color);
}

.soltech-comment-item .comment-form{
	margin:40px 0 45px;
}

.m-b40{
	margin-bottom:40px !important;
}

.main-header .logo img,
.main-footer .logo img{
	height:45px;
}

.sticky-header .logo img{
	height:40px;
}

.woocommerce #review_form #respond span.comment-reply-title {
	text-transform:capitalize;
	margin-top:15px;
	font-weight:600;
	display:block;
}