
         .page__title-area {
         height: 175px!important;
         padding: 32px;
         }
         .dot-hamburger-btn span{
         background:#1AAAA8;
         }
         .fa-twitter:before {
         content: "\f099";
         color: #1AAAA8 !important;
         }
         .fa-instagram:before {
         content: "\f16d";
         color: #1AAAA8 !important;
         }
         .fa-linkedin:before {
         content: "\f08c";
         color: #1AAAA8 !important;
         }	
         .fa-youtube:before {
         content: "\f167";
         color: #1AAAA8 !important;
         }
         .header__social ul li a {
         background:black;
         }
         .header__social ul li a:hover {
         background:linear-gradient(45deg, black, transparent)
         }
         .main-menu ul li a:hover {
         color : #1AAAA8;
         }
         .slider__height {
         min-height: 0500px !important;
         background-position: center;
         background-repeat: no-repeat;
         background-size: cover;
         }
         .element.style {
         background: linear-gradient(45deg, #1AAAA8, transparent) !important;
         }
         .main-menu ul li:hover .submenu {
         visibility: visible;
         opacity: 1;
         top: 100%;
         width : 270px;
         }
      

      .elementor-widget:not(:last-child) {
    margin-block-end: 5px;
}

.elementor-widget-divider .elementor-divider__text {
    font-size: 35px;
    line-height: 2;
    color: #000;
    font-weight: 600;
}


/* Hide the scrollbar handle (thumb) */
::-webkit-scrollbar-thumb {
  display: none;
}

/* Hide the track (background) of the scrollbar */
::-webkit-scrollbar-track {
  background: none;
}

/* Hide both the vertical and horizontal scrollbar track */
::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* For Firefox */
scrollbar-width: none;