/*
Theme Name: Hello Elementor Children
Description: Hello Elementor Children
Author: hello-elementor
Template: hello-elementor
Version: 1.0
*/
@import url("../hello-elementor/style.css");
/**
 * These are the custom mixins used throughout the application.
 */
/**
 * Ionic mixins
 */
#wrapper, #main {
  background: transparent;
}

body {
  background: #fff;
}

p {
  margin-bottom: 10px;
}
p:last-child{
  margin-bottom: 0;
}
a {
  color: #24408E;
}

b, p strong {
  font-weight: 700;
}
.text-primary{
  color: #448FFE;
}
.txt-font-light{
  font-weight: 300;
}
ul{
  padding-left: 30px;
  margin-bottom: 20px;
}
.text-left {
  text-align: left;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

header.menu-fixed{
  background: #fff;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);

}
header.menu-fixed .elementor-widget-theme-site-logo img {
  width: 100px !important;
}

header.menu-fixed .menu-fix > .elementor-widget-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

header .elementor-nav-menu {
  width: 100%;
}

header .elementor-nav-menu > li.current-menu-item > a,
header .elementor-nav-menu > li .elementor-nav-menu--dropdown > .current-menu-item > a {
  font-weight: 600 !important;
}

header .elementor-nav-menu > li .elementor-nav-menu--dropdown {
  min-width: 200px !important;
  padding-bottom: 0px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  background: #fff !important;
  overflow: hidden;
  border-radius: 0px;
  padding: 0px;
}
header .elementor-nav-menu > li .elementor-nav-menu--dropdown > li > a{
   border-left: 0;
}

header .elementor-nav-menu > li a:after {
  bottom: 10px !important;
}


header .contact-header .elementor-button {
  width: 100px;
  height: 100px;
  line-height: 100px;
  padding: 0;
}

a.elementor-button {
  position: relative;
  padding: 14px 25px;
  border-radius: 0;
}
a.elementor-button .elementor-button-content-wrapper{
  align-items: center;
}
a.elementor-button svg{
  width: 11px;
  position: relative;
  top: 0px;
}
a.elementor-button .elementor-button-icon svg{
  fill: transparent !important;
}

.site-main {
  min-height: 500px;
  padding-top: 30px;
}
/*banner subpage*/

.breadcrumbs {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 400;
}

.breadcrumbs span {
  color: #fff;
}
.main-logo,
.main-logo h1{
  margin-bottom: 0 !important;
}

.ul-li ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 10px;
}
.ul-li ul > li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 3px;
    background: url('assets/images/check.svg') no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
}
.ul-li.ul-white ul > li:before {
    background: url('assets/images/white.svg') no-repeat center center;
    background-size: 100% 100%;
}
.ul-li.ul-second ul > li:before {
    background: url('assets/images/second.svg') no-repeat center center;
    background-size: 100% 100%;
}
.ul-li ul li {
    position: relative;
    padding-left: 25px;
    margin: 5px 0;
}
.ul-li.ul-white ol{
  padding-left: 0;
  list-style: none;
}
.ul-li.ul-white ol > li{
  padding-left: 0;
}
.slideshow  .swiper-pagination{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
}
.slideshow  .swiper-pagination .swiper-pagination-bullet-active{
    background: #c9951d;
    border-radius: 10px;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
}
.slideshow  .elementor-swiper-button{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px); 
  -webkit-backdrop-filter: blur(4px); 
}
.slideshow  .elementor-swiper-button:hover{
    background: #ffffff66;
}

/* ===============================
 SLIDESHOW EFFECT
=============================== */

.slideshow .e-n-carousel .swiper-slide {
    overflow: hidden;
}

.slideshow .e-n-carousel .swiper-slide [data-settings*="background_background"] {
    position: relative;
    overflow: hidden;
}


.slideshow .e-n-carousel .swiper-slide [data-settings*="background_background"]::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    transition: transform 6.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.slideshow .e-n-carousel .swiper-slide [data-settings*="background_background"]::before {
    z-index: 1;
}

.slideshow .e-n-carousel .swiper-slide .e-con-inner {
    position: relative;
    z-index: 2;
}

.slideshow .e-n-carousel .swiper-slide
[data-settings*="background_background"]::after {
    transform: scale(1);
}

.slideshow .e-n-carousel .swiper-slide-active
[data-settings*="background_background"]::after {
    transform: scale(1.15);
}


.slideshow .e-n-carousel .swiper-slide .e-con-inner > * {
    opacity: 0;
    transform: translateY(40px);
    transition: 
        transform 0.8s cubic-bezier(0.4,0,0.2,1),
        opacity 0.8s ease;
}

.slideshow .e-n-carousel .swiper-slide-active .e-con-inner > * {
    opacity: 1;
    transform: translateY(0);
}

.service-home-left {
    padding-left: calc((100vw - 1250px) / 2) !important;
}
.service-home-right {
    padding-right: calc((100vw - 1250px) / 2) !important;
}
.txt-line .elementor-heading-title{
  position: relative;
}
.txt-line .elementor-heading-title:before{
  position: absolute;
  content: '';
  right: 0;
  top: 53%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #7B8D42;
  border-radius: 100px;
}
.txt-line .elementor-heading-title:after{
  position: absolute;
  content: '';
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #7B8D42;
  border-radius: 100px;
}
.txt-line.txt-line-bottom .elementor-heading-title:after{
  top: unset;
  bottom: -10px;
  left: -2px;
}

.table-reward{

}
.table-reward .tablepress{
  boder:0;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.table-reward .tablepress thead th{
  border: 0;
  background: #7B8D42;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 15px 20px;
  border-left: 1px solid #fff;
}

.table-reward .tablepress tr td{
  border: 0;
  background: #fff;
  padding: 15px 20px;
  color: #2D2A2A;
  font-size: 16px;
  border-right: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
 .table-reward .tablepress tr td i.fa-check{
  color: #7B8D42;
 }
.table-reward .tablepress tr td ul br{
  display: none;
}
.table-reward .tablepress tr td:first-child{
  background: #F5F1E6;
  min-width: 265px;
  font-weight: 700;
  border-bottom: 1px solid #FFF;
}
.line1{
  position: relative;
}
.line1:before{
  position: absolute;
  content: '';
  right: 0;
  bottom:  6px;
  width: 5px;
  height: 5px;
  background: #7B8D42;
  border-radius: 100px;
}







@media only screen and (min-width: 1200px) {
  header .elementor-nav-menu > li.menu-contact{
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-slide-left .elementor-nav-menu li ul.sub-menu {
    position: unset !important;
    margin: 0 !important;
  }
  .menu-slide-left .elementor-nav-menu--dropdown li a {
    padding: 8px 15px !important;
  }

}

@media only screen and (max-width: 991px) {
  .eicon-menu-bar {
    font-size: 20px;
  }

}

@media only screen and (max-width: 848px) {
  .txt-768-break br {
    display: none;
  }
  .table-reward .elementor-shortcode{
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    width: 100%;
  }
  .table-reward .tablepress tr td{
    min-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  header.menu-fixed .elementor-widget-image img{
    width: 100px !important;
  }
  .txt-line.txt-line-bottom .elementor-heading-title:after {
    left: 0px;
  }
}
