/* 
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 */

.main_wrapper .inner_wrapper {
  max-width: 95% !important;
  margin: auto;
}
.hero_carousel {
  position: relative;
}
.hero_carousel .swiper-pagination {
  position: absolute;
  top: 50px;
  z-index: 999;
  background: red;
  right: 50px !important;
  transform: rotate(90deg);
  padding: 10px 10px;
  border-radius: 30px;
  left: unset !important;
}
.hero_carousel .swiper-pagination-bullet {
  border: 2px solid #fff !important;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  color: transparent;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
  .main_wrapper .inner_wrapper {
    max-width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer_menu li a {
    text-align: left !important;
    display: inline-block !important;
    padding-left: 0 !important;
  }
  .hero_carousel .swiper-pagination {
    top: unset;
    padding: 10px 10px;
    left: unset !important;
    bottom: 61px !important;
    right: 10px !important;
  }
}

.global_btn {
  cursor: pointer;
}
