/*!
Theme Name: hashvapah
Theme URI: https://beebrand.agency
Author: Beebrand.agency
Author URI:  https://beebrand.agency
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hashvapah
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

hashvapah is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



.admin-bar .rs-header .menu-area.sticky{
	top: 30px;
}
.lang_menu >li > a {
    padding-right: 0px;
    font-size: 17px;
    color: #0C6460 !important;
}

.menu_cell{
	flex: 2.3;
}

.full-width-header .rs-header .menu-area .row-table {
    padding-top: 11px;
    padding-bottom: 11px;
}


@media(max-width: 991px){
	.nav-menu .rs-mega-menu > a span:after, .nav-menu > .menu-item-has-children > a span:after{
		display: none;
	}
	
}

.rs-breadcrumbs{
	position: relative;
	overflow: hidden;
}
	.rs-breadcrumbs:after{
		content: '';
		position: absolute;
		top: 0px;
		width: 100%;
		height: 100%;
		background: rgb(0,127,61);
		/* For Mozilla Firefox */
		background: -moz-linear-gradient(90deg, #007f3d 0%, rgba(0,212,255,0) 100%) !important;

		/* For Opera and Chrome */
		background: -webkit-linear-gradient(90deg, #007f3d 0%, rgba(0,212,255,0) 100%) !important;

		/* For Edge */
		background: -ms-linear-gradient(90deg, #007f3d 0%, rgba(0,212,255,0) 100%) !important;

		/* Standard linear gradient syntax (supported by most modern browsers) */
		background: linear-gradient(90deg, #007f3d 0%, rgba(0,212,255,0) 100%) !important;
	}
	.sub-text{
		position: relative;
		z-index: 2;
	}

.wpcf7 form{
	position: relative;
}
.wpcf7-not-valid-tip {
   display: none;
}
.wpcf7-form.invalid .from-control{
	border: 1px solid #ff4100 !important;

}
.wpcf7-form .wpcf7-response-output {

    width: 87%;
    border: none !important;
    color: #fff;
    background: #ff6d00;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
    background: #ffffff;
    margin: 0;
    padding: 20px 0;
    width: 458px;
	display: flex;
	flex-direction:column;
    left: -30px;
}

.sticky {
    z-index: 999 !important;
}


.rs-banner.banner-style1 .content-wrap {
    position: relative;
    background-color: #007f3d;
    color: #ffffff;
    opacity: 1;
    border-bottom-right-radius: 200px;
    padding: 40px;
}

.rs-banner.banner-style1 {
    padding: 0px !important;
    display: flex;
    align-items: center;
}

.rs-services.services-style2 .services-item .services-img img {
    height: 240px;
    object-fit: cover;
}


@media only screen and (max-width: 1199px){
	.rs-banner.banner-style1 .content-wrap .title {
		font-size: 1.8rem;
		line-height: normal;
/* 		width: 80%; */
	}
	.rs-banner.banner-style1 .content-wrap .description {
	
		width: 79%;
	}
}

@media(max-width: 600px){
	.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
		display: flex;
		flex: 4;
	}
	.rs-banner.banner-style1 {
		    padding-top: 80px !important;
    padding-bottom: 80px !important;
		height: 100%;
	}

}

.owl-carousel .owl-stage-outer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.rs-blog.blog-style1 .blog-item .blog-content .blog-title {
    font-size: 1.3rem;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 14px;
}
.rs-blog.blog-style1 .blog-horizontal .blog-meta .blog-item-wrap .blog-content .blog-title {
    font-size: 1rem;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0px;
}
.rs-testimonial.testimonial-style3 .widget-content .testi-item p{
	text-align: left;
}
.testi-information {
    text-align: left;
}

.rs-services.services-style2 .rs-services-slider .content-part .title , .rs-services.services-style2 .rs-services-slider .content-part .description{
	text-align: left;
}

.con-about {
	height: 100%;
}

.con-about img {
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 140px;
}
.owl-carousel.owl-rtl .owl-item {
    direction: ltr;
}

.rs-contact.contact-style2 .contact-section {
   
    height: 100%;
}

.rs-services.services-style2 .rs-services-slider{
	min-height: 362px;
}

.about-img img {
    border-top-left-radius: 170px;
    border-bottom-right-radius: 170px;
}
.swiper-container{
	padding-bottom: 20px;
}



#rs-team .main-slider-pagination, .rs-partner  .main-slider-pagination{
  text-align: left;
  margin-top: 50px;
  position: relative !important;
}
#rs-team .main-slider-pagination .swiper-pagination-bullet,  .rs-partner  .main-slider-pagination .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
  background: #f5821f;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  opacity: 0.5;
}
#rs-team .main-slider-pagination .swiper-pagination-bullet:hover,
#rs-team .main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.rs-partner  .main-slider-pagination .swiper-pagination-bullet:hover, .rs-partner .main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 25px;
  background: #f5821f;
  opacity: 1;
}


@media(max-width: 322px){
	.rs-banner.banner-style1 .content-wrap .title {
		font-size: 1.3rem;
	}
}