/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.hero-area .jet-slider__image-exact .sp-image {
    object-position: top center;
}

.hero-area .jet-slider__title {
    margin: 0;
}

.hero-area .jet-slider__subtitle {
    margin: 0;
}

.hero-area .jet-slider .sp-buttons .sp-button {
    border-color: #D2512B;
}

.hero-area .jet-slider .sp-buttons .sp-button.sp-selected-button {
    background: #D2512B !important;
}




.hero-area a.hero-slider-bottom-down-arrow img {
    width: 30px;
}

.hero-area a.hero-slider-bottom-down-arrow {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid #D2512B;
   animation: scrollDown 3s ease-in-out infinite;
    
}

.hero-area .jet-slider__content-inner {
    position:  initial;
}

.hero-area .jet-slider__content-item {
    position: initial;
}

@keyframes scrollDown{

  0%{
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }

  50%{
    transform: translateX(-50%) translateY(18px);
    opacity: .4;
  }

  100%{
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }

}



.blog-area .elementor-posts-container article.elementor-post {
    border: 2px solid #ECBFB1;
    padding: 10px;
	padding-top: 15px;
	display: flex;
    flex-direction: column-reverse;
  
}

.blog-area .elementor-posts-container article.elementor-post a.elementor-post__thumbnail__link {
    margin: 0 !important;
    margin-top: 5px !important;
}


.blog-area .elementor-posts-container article.elementor-post:hover{
    border: 2px solid #D2512B;
}
.blog-area .elementor-posts-container article.elementor-post .elementor-post__title a{
    transition: .3s all;
}
.blog-area .elementor-posts-container article.elementor-post:hover .elementor-post__title a{
    color: #D2512B !important;
}


.advance-cariusel-area .jet-carousel__item  .jet-carousel__item-inner {
      border: 2px solid #ECBFB1;
      padding: 10px;
      position: relative;
}

.advance-cariusel-area .jet-carousel__item  .jet-carousel__item-inner  a.jet-carousel__item-link {
    position: relative;
    height: 100px;
}

.advance-cariusel-area .jet-carousel__item .jet-carousel__item-inner .jet-carousel__content{
    padding-top: 40px;
    padding-bottom: 10px;
}

.advance-cariusel-area .jet-carousel__item .jet-carousel__item-inner .jet-carousel__content::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    left: 50%;
    background: #ECBFB1;
    top: 0;
}

.advance-cariusel-area .jet-carousel__item .jet-carousel__item-inner a.jet-carousel__item-link img {
    width: 100%;
}

.section-top-title .elementor-heading-title {
    display: inline-block;
    position: relative;
    z-index: 1;
    transform: translateY(-10px);
}

.section-top-title .elementor-heading-title::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 200%;
    height: 50px;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}


.hamburger-menu-popup-area ul.menu-burger-details  {
   padding: 0;
   margin: 0;
   list-style: none;
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 30px;
	    padding-left: 30px;
    padding-right: 30px;
}

.hamburger-menu-popup-area ul.menu-burger-details li {
    width: 50%;
    padding: 0 20px;
	  border-bottom: 1px solid #ededed;
}

.hamburger-menu-popup-area ul.menu-burger-details li a {
  
    width: 100%;
    display: block;
    padding: 10px 0;
	color: #000000;
	transition: .3s all;
	position: relative;
}


.hamburger-menu-popup-area ul.menu-burger-details li a::after {
    background: #D2512B;
    content: " ";
    height: 2px;
    width: 15px;
    display: block;
    position: absolute;
    left: -20px;
    top: 42%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .4s all;
}

.hamburger-menu-popup-area ul.menu-burger-details li a:hover:after {
    opacity: 1;
    left: -10px;
}

.hamburger-menu-popup-area ul.menu-burger-details li a:hover {
    transform: translateX(20px);
}

.hamburger-menu-popup-area ul.menu-burger-details li a:hover {
    color: #D2512B;
}

.hamburger-menu-popup-area .logo {
    margin-bottom: 20px;
    margin-left: 40px;
}

.hamburger-menu-popup-area .menu-burger-img img {
    height: 450px;
    width: 100%;
    object-fit: cover;
	display: block;
}

.list-style ul {
    padding: 0;
    margin: 0;
    padding-left: 15px;
}

.list-style ul li {
    margin-bottom: 15px;
}

/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.hero-area .jet-slider__image-exact .sp-image {
    object-position: top center;
}

.hero-area .jet-slider__title {
    margin: 0;
}

.hero-area .jet-slider__subtitle {
    margin: 0;
}

.hero-area .jet-slider .sp-buttons .sp-button {
    border-color: #D2512B;
}

.hero-area .jet-slider .sp-buttons .sp-button.sp-selected-button {
    background: #D2512B !important;
}




.hero-area a.hero-slider-bottom-down-arrow img {
    width: 30px;
}

.hero-area a.hero-slider-bottom-down-arrow {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid #D2512B;
   animation: scrollDown 3s ease-in-out infinite;
    
}

.hero-area .jet-slider__content-inner {
    position:  initial;
}

.hero-area .jet-slider__content-item {
    position: initial;
}

@keyframes scrollDown{

  0%{
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }

  50%{
    transform: translateX(-50%) translateY(18px);
    opacity: .4;
  }

  100%{
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }

}



.blog-area .elementor-posts-container article.elementor-post {
    border: 2px solid #ECBFB1;
    padding: 10px;
	padding-top: 15px;
	display: flex;
    flex-direction: column-reverse;
  
}

.blog-area .elementor-posts-container article.elementor-post a.elementor-post__thumbnail__link {
    margin: 0 !important;
    margin-top: 5px !important;
}


.blog-area .elementor-posts-container article.elementor-post:hover{
    border: 2px solid #D2512B;
}
.blog-area .elementor-posts-container article.elementor-post .elementor-post__title a{
    transition: .3s all;
}
.blog-area .elementor-posts-container article.elementor-post:hover .elementor-post__title a{
    color: #D2512B !important;
}


.advance-cariusel-area .jet-carousel__item  .jet-carousel__item-inner {
      border: 2px solid #ECBFB1;
      padding: 10px;
      position: relative;
}

.advance-cariusel-area .jet-carousel__item  .jet-carousel__item-inner  a.jet-carousel__item-link {
    position: relative;
    height: 100px;
}

.advance-cariusel-area .jet-carousel__item .jet-carousel__item-inner .jet-carousel__content{
    padding-top: 40px;
    padding-bottom: 10px;
}

.advance-cariusel-area .jet-carousel__item .jet-carousel__item-inner .jet-carousel__content::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    left: 50%;
    background: #ECBFB1;
    top: 0;
}

.advance-cariusel-area .jet-carousel__item .jet-carousel__item-inner a.jet-carousel__item-link img {
    width: 100%;
}

.section-top-title .elementor-heading-title {
    display: inline-block;
    position: relative;
    z-index: 1;
    transform: translateY(-10px);
}

.section-top-title .elementor-heading-title::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 200%;
    height: 50px;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}


.hamburger-menu-popup-area ul.menu-burger-details  {
   padding: 0;
   margin: 0;
   list-style: none;
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 30px;
	    padding-left: 30px;
    padding-right: 30px;
}

.hamburger-menu-popup-area ul.menu-burger-details li {
    width: 50%;
    padding: 0 20px;
}

.hamburger-menu-popup-area ul.menu-burger-details li a {
    border-bottom: 1px solid #ededed;
    width: 100%;
    display: block;
    padding: 10px 0;
	color: #000000;
	transition: .3s all;
	position: relative;
}


.hamburger-menu-popup-area ul.menu-burger-details li a::after {
    background: #D2512B;
    content: " ";
    height: 2px;
    width: 15px;
    display: block;
    position: absolute;
    left: -20px;
    top: 42%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .4s all;
}

.hamburger-menu-popup-area ul.menu-burger-details li a:hover:after {
    opacity: 1;
    left: -10px;
}

.hamburger-menu-popup-area ul.menu-burger-details li a:hover {
    transform: translateX(20px);
}

.hamburger-menu-popup-area ul.menu-burger-details li a:hover {
    color: #D2512B;
}

.hamburger-menu-popup-area .logo {
    margin-bottom: 20px;
    margin-left: 40px;
}

.hamburger-menu-popup-area .menu-burger-img img {
    height: 450px;
    width: 100%;
    object-fit: cover;
	display: block;
}

.list-style ul {
    padding: 0;
    margin: 0;
    padding-left: 15px;
}

.list-style ul li {
    margin-bottom: 15px;
}

.hamburger-menu-tab .jet-tabs__control-wrapper .jet-tabs__control.active-tab,
.hamburger-menu-tab .jet-tabs__control-wrapper .jet-tabs__control {
    position: relative;
	transition: .4s all;
}


.hamburger-menu-tab .jet-tabs__control-wrapper .jet-tabs__control::after {
    background: #D2512B;
    content: " ";
    height: 2px;
    width: 40px;
    display: block;
    position: absolute;
    left: -40px;
    top: 42%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .4s all;
}

.hamburger-menu-tab .jet-tabs__control-wrapper .jet-tabs__control:hover{
	transform: translateX(7px);
}

.hamburger-menu-tab .jet-tabs__control-wrapper .jet-tabs__control:hover:after{
    opacity: 1;
    left: 5px;
}

.hamburger-menu-tab .jet-tabs__control-wrapper .jet-tabs__control.active-tab::after{
  background: #D2512B;
  content: " ";
  height: 2px;
  width: 40px;
  display: block;
  position: absolute;
  left: 5px;
  top: 42%;
  transform: translateX(-50%);
  transition: .4s all;
  opacity: 1;
}


.jet-slider .sp-buttons {
    position: absolute;
    right: 10px;
    height: 100%;
    top: 0;
    width: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-area .jet-slider .sp-buttons .sp-button {
    height: 40px !important;
    width: 4px !important;
    border-radius: 0 !important;
    border-color: #715D3D !important;
}

.hero-area .jet-slider .sp-buttons .sp-button.sp-selected-button {
    border-color: #D2512B !important;
}

.hamburger-menu-popup-area .jet-tabs__label-text a {
    color: #333;
}

.hamburger-menu-popup-area .active-tab .jet-tabs__label-text a {
      color: #D2512B;
}




@media (min-width: 1023px){
	.single-value-box {
		position: relative;
	}

	.single-value-box::after {
		position: absolute;
		content: "";
		background: #D2512B;
		width: 2px;
		height: 40px;
		left: 50%;
		top: -20px;
	}

}


@media (min-width: 1023px){
	
	
	.hero-area .jet-slider__content h1.jet-slider__title {
		position: relative;
	}

	.hero-area .jet-slider__content h1.jet-slider__title::after {
		position: absolute;
		width: 100px;
		height: 4px;
		background: #D2512B;
		content: "";
		left: -130px;
		top: 30px;
	}
	
	
}


@media (max-width: 768px) {
	
	.hero-area  .jet-slider__content {
		justify-content: start !important;
		padding-top: 170px;
	}

	.hero-area  .jet-slider__content-inner {
		max-width: 90% !important;
	}

	.hero-area .jet-slider__content-inner  br {
		display: none !important;
	}

}



.hamburger-menu-tab .jet-tabs__control-wrapper .jet-tabs__control.active-tab,
.hamburger-menu-tab .jet-tabs__control-wrapper .jet-tabs__control {
    position: relative;
	transition: .4s all;
}


.hamburger-menu-tab .jet-tabs__control-wrapper .jet-tabs__control::after {
    background: #D2512B;
    content: " ";
    height: 2px;
    width: 40px;
    display: block;
    position: absolute;
    left: -40px;
    top: 42%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .4s all;
}

.hamburger-menu-tab .jet-tabs__control-wrapper .jet-tabs__control:hover{
	transform: translateX(7px);
}

.hamburger-menu-tab .jet-tabs__control-wrapper .jet-tabs__control:hover:after{
    opacity: 1;
    left: 5px;
}

.hamburger-menu-tab .jet-tabs__control-wrapper .jet-tabs__control.active-tab::after{
  background: #D2512B;
  content: " ";
  height: 2px;
  width: 40px;
  display: block;
  position: absolute;
  left: 5px;
  top: 42%;
  transform: translateX(-50%);
  transition: .4s all;
  opacity: 1;
}


.jet-slider .sp-buttons {
    position: absolute;
    right: 10px;
    height: 100%;
    top: 0;
    width: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-area .jet-slider .sp-buttons .sp-button {
    height: 40px !important;
    width: 4px !important;
    border-radius: 0 !important;
    border-color: #715D3D !important;
}

.hero-area .jet-slider .sp-buttons .sp-button.sp-selected-button {
    border-color: #D2512B !important;
}



@media (min-width: 1023px){
	.single-value-box {
		position: relative;
	}

	.single-value-box::after {
		position: absolute;
		content: "";
		background: #D2512B;
		width: 2px;
		height: 40px;
		left: 50%;
		top: -20px;
	}

}


@media (min-width: 1023px){
	
	
	.hero-area .jet-slider__content h1.jet-slider__title {
		position: relative;
	}

	.hero-area .jet-slider__content h1.jet-slider__title::after {
		position: absolute;
		width: 100px;
		height: 4px;
		background: #D2512B;
		content: "";
		left: -130px;
		top: 30px;
	}
	
	
}


@media (max-width: 768px) {
	
	.hero-area  .jet-slider__content {
		justify-content: start !important;
		padding-top: 170px;
	}

	.hero-area  .jet-slider__content-inner {
		max-width: 90% !important;
	}

	.hero-area .jet-slider__content-inner  br {
		display: none !important;
	}

}
