/*!
Theme Name: SAMCO Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor
*/


/* logo animation start */
/* ===============================
   HOMEPAGE ONLY
================================ */

body.home {
  overflow: auto;
}

/* Scroll lock during animation */
body.home.logo-lock {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

/* Logo base */
body.home .main-head .head-logo img {
  transition: all 0.8s ease;
}



/* ===============================
   LOADER STATE (CENTER)
================================ */

body.home.logo-loading .main-head .head-logo img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.3);
  z-index: 9999;
  transition: none;
  max-width: none !important;
  animation: heartbeat 1.5s ease-in-out infinite; /* slower heartbeat */
}

/* ===============================
   MOVE TO ORIGINAL POSITION
================================ */

body.home.logo-moving .main-head .head-logo img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: heartbeat 1.5s ease-in-out infinite; /* slower heartbeat */
  transition: all 0.8s ease;
}

/* ===============================
   FINAL STATE
================================ */

body.home.logo-loaded .main-head .head-logo img,
body.home .main-head.sticky-head .head-logo img {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  animation: none;
  transition: all 0.9s ease;  
}


/* ===============================
   INTERACTION BLOCKER (SHIELD)
================================ */


/* Ensure the scrollbar fix is present from previous steps */
html {
  scrollbar-gutter: stable;
}

/* When 'logo-loading' or 'logo-moving' is active, 
   this creates an invisible layer over the entire screen.
*/
body.logo-loading::after,
body.logo-moving::after {
  content: "";
  position: fixed; /* Stays in place even if you scroll */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  /* z-index 9990 is the magic number:
     - It is higher than your Header (usually 100-1000).
     - It is LOWER than your Logo (which we set to 9999).
  */
  z-index: 9990; 
  
  background: transparent; /* Invisible */
  /* background: rgba(255,0,0,0.2);  <-- Ucommment this to TEST (red tint) */
  
  pointer-events: auto; /* Catches all mouse clicks */
}


/* ===============================
   HEARTBEAT ANIMATION
================================ */

@keyframes heartbeat {
  0%   { transform: translate(-50%, -50%) scale(1); }
  25%  { transform: translate(-50%, -50%) scale(1.08); }
  40%  { transform: translate(-50%, -50%) scale(1); }
  60%  { transform: translate(-50%, -50%) scale(1.1); }
  100% { transform: translate(-50%, -50%) scale(1); }
}
/* logo animation end */

/* ------------------------------------------ */


/* elementor mega menu start */

/* .custom-mega-menu .elementor-widget-n-tabs .e-n-tabs {
    flex-direction: row;
}
.custom-mega-menu .elementor-widget-n-tabs .e-n-tabs  .e-n-tabs-heading {
    width: 25%;
}
.e-n-menu-content .elementor-element {
    background-color: transparent;
}
.e-n-menu-content .elementor-element .e-con-inner .elementor-widget-n-tabs {
    background-color: #fff;
    padding: 10px;
} */

/* elementor mega menu end */

/* ------------------------------------------ */


/* mega menu start */
.mega-menu-wrap {
    background-color: transparent !important;
}
.max-mega-menu .mega-menu-item .mega-menu-link {
    background-color: transparent !important;
}
.mega-menu-item .textwidget .mega-menu-wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
	min-height: 310px;
}
.max-mega-menu .mega-menu-item .mega-menu-link {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 0 10px !important;
}
.mega-menu-item .textwidget .mega-menu-wrap:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #cccccc;
    z-index: 9;
    top: 0;
    left: 37%;
}
.mega-menu-item .menu-bx {
    display: flex;
}
.mega-menu-item .menu-right {
    width: 35%;
}
.mega-menu-item .menu-right a {
    display: block;
    padding: 10px 14px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: #ddd;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.mega-menu-item .menu-right.active a {
    background-color: var(--e-global-color-secondary);
    color: #fff;
}
.mega-menu-item .menu-left {
    width: 60%;
    padding: 15px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    border: 1px solid #ccc;
    min-height: 290px;
    gap: 20px;
    align-items: flex-start;
}
.mega-menu-item .menu-left.active {
    display: flex;
}
.mega-menu-item .menu-left .menu-cont,
.mega-menu-item .menu-left .menu-img {
    width: 49%;
}
.mega-menu-item .menu-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.mega-menu-wrap ul.mega-sub-menu {
    width: 650px !important;
}
.mega-menu-wrap ul.mega-sub-menu ul.mega-sub-menu {
    width: 100% !important;
}
.mega-menu-item p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
}
.dmenu-lside > .mega-sub-menu {
    left: -180px !important; 
}

/* mega menu end */

/*--------------------------*/

/* sticky header start */

.main-head.sticky-head .head-logo img {
   max-width: 60px;
       transition: all 0.9s ease;
}
/* .main-head.sticky-head {
     background: rgba(0, 0, 0, 0.7);
} */

.main-head.sticky-head {
	background: linear-gradient(to bottom, rgba(25, 0, 10, 0.9) 0%, rgba(25, 0, 10, 0) 100%);
	border-bottom: none !important;
	box-shadow: none !important;
    z-index: 9999;
}

/* sticky header end */

/* hero video start */
/* .hero-vid .elementor-widget-video {
    position: relative;
    z-index: 1;
}
.hero-vid .elementor-widget-video:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #000 5%, transparent 60%);
} */
/* hero video end */

/* news post start here */

.news-posts article {
    position: relative;
    z-index: 1;
}
.news-posts article .elementor-post__text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.news-posts article .elementor-post__text .elementor-post__title, .news-posts article .elementor-post__text .elementor-post__title a {
    height: 100%;
    display: block;
}
.news-posts article .elementor-post__text .elementor-post__title a {
    display: flex;
    align-items: flex-end;
    padding: 15px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    transition: 0.3s linear ease-in-out;
}

.news-posts article .elementor-post__thumbnail__link {
    margin: 0 !important;
}
/* news post end here */

/* slider dots in right side */
.dots-right .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 24px !important;
    height: 8px !important;
    border-radius: 10px !important;
}
.dots-right .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 35px !important;
}
.dots-right .elementor-main-swiper {
    position: relative;
}
.dots-right .swiper-pagination {
    top: 50% !important;
    bottom: auto !important;
    right: -5% !important;
    width: auto !important;
    max-width: none !important;
    display: block !important;
    transform: rotate(-90deg) rotateY(
180deg);
    left: auto !important;
}
/* red and white slider dots */
.r-and-w-dot .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: #fff !important;
    opacity: 1 !important;
}



/* career form */
.car-form .elementor-field-type-upload {
    background-color: #fff;
    width: calc(100% - 10px);
    display: block;
    margin: 0 auto;
    padding: 7px;
    border-radius: 5px;
}
.car-form .elementor-field-type-upload input[type="file"] {
    border-radius: 0 !important;
}

/* common */
.mb-0 p {
    margin: 0;
}
.grey-text a {
    color: var( --e-global-color-1aa9681 );
}
.overflow-h{
  overflow: hidden;
}
.d-none{
  display: none !important;
}
/* header menu css start */
.main-head.sticky-head .e-con-inner .elementor-element {
    padding-top: 0;
        padding-bottom: 0;
    justify-content: center;
}
/* header menu css end */

/* mobile menu */
.mob-menu .elementor-menu-toggle {
    padding: 0 !important;
}
.mob-menu .elementor-menu-toggle {
    justify-content: end;
}

/* endless text */
.marquee-wrapper {
  overflow: hidden;
  width: 100%;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 20s linear infinite;
}
.marquee-track span {
    white-space: nowrap;
    font-size: 8vh;
    font-weight: 600;
    font-family: "Archivo Black", sans-serif;
    text-transform: uppercase;
    color: #fff;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* testimonial start */
.hm-tst-slid  .top-review {
  background-color: transparent;
  width: 100%;
  height: 300px!important;
  perspective: 1000px;
}
.inner-review{
	height:auto !important;
} 


.hm-tst-slid .type-testimonial .top-review .e-con-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    gap: 10px;
    padding-top: 20px;
}

.hm-tst-slid .type-testimonial:hover .e-con-inner {
  transform: rotateY(180deg);   /* CHANGE THIS */
}


.hm-tst-slid .type-testimonial:hover .inner-review .e-con-inner {
  transform: none!important;   /* CHANGE THIS */
}

.hm-tst-slid .type-testimonial .e-con-inner .tst-bx, 
.hm-tst-slid .elementor-widget-image {
  position: absolute;
  top: 0;              /* Pins both faces exactly to the top edge */
  left: 0;             /* Pins both faces exactly to the left edge */
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 !important; /* Strips out any hidden Elementor spacing */
  overflow: hidden;     /* Snips off the bleeding bottom edge of the image */
}

.hm-tst-slid .type-testimonial .e-con-inner .tst-bx {
	background-color: #190e13;
	color: white;
	transform: rotateY(180deg);
	padding: 70px 20px 20px 20px !important;
	overflow-y: scroll;
}

.hm-tst-slid .elementor-widget-image img {
	height: 300px;
	object-fit: cover;
}

 .hm-tst-slid .tst-bx::-webkit-scrollbar {
  width: 5px;
}
.hm-tst-slid .tst-bx::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.hm-tst-slid .tst-bx::-webkit-scrollbar-thumb {
  background: #cf102d; 
}
.hm-tst-slid .tst-bx::-webkit-scrollbar-thumb:hover {
  background: #555; 
} 
.type-testimonial .e-con-inner .test-ply-ico {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	transition:0.3s ease-in-out;
}
.type-testimonial .e-con-inner:hover .test-ply-ico {
	opacity:0;
}
.test-ply-ico .elementor-icon,
.tst-bx .elementor-widget-button .elementor-button-icon{
	position:relative;
}
.test-ply-ico .elementor-icon:before,
.test-ply-ico .elementor-icon:after,
.tst-bx .elementor-widget-button .elementor-button-icon:before,
.tst-bx .elementor-widget-button .elementor-button-icon:after{
	content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  animation: wave 2.5s infinite;
}
.test-ply-ico .elementor-icon:after,
.tst-bx .elementor-widget-button .elementor-button-icon:after{
  animation-delay: 1.25s;
}
@keyframes wave {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

/* testimonial end */
/* logo slider start */
.endless-text .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.testimo-logo img {
    position: relative !important;
    width: 90px;
    height: 60px !important;
    object-fit: contain !important;
    left: -113px;
    top: 10px;
	padding: 2px;
}
/* logo slider end */
/* button start */
.elementor-widget-button .elementor-button {
    position: relative;
    background-color: transparent !important;
    overflow: hidden;
}
.elementor-widget-button .elementor-button .elementor-button-text {
    position: relative;
    z-index: 2;
}
.elementor-widget-button .elementor-button::before,
.elementor-widget-button .elementor-button::after {
    content: '';
    position: absolute;
    inset: 0;
    transition: transform 0.2s ease-in-out;
    z-index: 1;
}
.elementor-widget-button .elementor-button::before {
    background-color: var(--e-global-color-accent);
    transform: translateX(0);
}
.elementor-widget-button .elementor-button::after {
    background-color: #fff;
    transform: translateX(-101%);
}
.elementor-widget-button .elementor-button:hover::before {
    transform: translateX(100%);
}
.elementor-widget-button .elementor-button:hover::after {
    transform: translateX(0);
}
/* white button */
/* REVERSE BUTTON */
.white-btn .elementor-button::before {
    background-color: #fff;
    transform: translateX(0);
}

.white-btn .elementor-button::after {
    background-color: var( --e-global-color-text );
    transform: translateX(-101%);
}

.white-btn .elementor-button:hover::before {
    transform: translateX(100%);
}

.white-btn .elementor-button:hover::after {
    transform: translateX(0);
}

/* slider button */
.elementor-slide-button {
    position: relative;
    background: transparent !important;
    overflow: hidden;
    border: 0 !important;
    z-index: 1;
}
.elementor-slide-button::before,
.elementor-slide-button::after {
    content: '';
    position: absolute;
    inset: 0;
    transition: transform 0.2s ease-in-out;
    z-index: -1;
}

.elementor-slide-button::before {
    background-color: var(--e-global-color-accent);
    transform: translateX(0);
}
.elementor-slide-button::after {
    background-color: #fff;
    transform: translateX(-102%);
}
.elementor-slide-button:hover::before {
    transform: translateX(100%);
}

.elementor-slide-button:hover::after {
    transform: translateX(0);
}

/* button end */
.elementor-button-icon {
    position: relative;
    z-index: 9;
}

/* responsive start */
@media(max-width:767px){
    .hero-vid video {
    width: 100%;
    height: 350px !important;
}
.hm-tst-slid .type-testimonial .e-con-inner .tst-bx {
    background-color: #190e13;
    color: white;
    transform: rotateY(180deg);
    padding: 70px 5px 0px 10px !important;
    overflow-y: scroll;
	display: block;
}
.partnership-sec .elementor-widget.elementor-widget-text-editor {
    height: auto !important;
    overflow-y: scroll;
}
.news-posts article .elementor-post__text{
	position:relative;
}

    .marquee-track span {
    font-size: 40px;
}
.dots-right .swiper-pagination {
    right: -10% !important;
}
.e-n-tabs-heading button:after {
    content: '';
    position: absolute;
    right: -8px !important;
    top: 0;
    width: 5px !important;
    height: 0;
    background: #cf102d;
    transition: all 0.25s ease-in-out 0s;
}

}
@media(max-width:600px){
    .marquee-track span {
    font-size: 32px;
}
.dots-right .swiper-pagination {
    right: -90px !important;
}
}


/* vertical slider start */
.v-slide {
    position: relative;
}

.v-slide .swiper {
    opacity: 0;
    transition: opacity 0.4s ease;
    height: 100vh !important;
}

.v-slide .swiper-slide {
    height: 100vh !important;
}

.v-slide .swiper-pagination {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 10;
    width:auto !important;
    display: none !important; /* hide dot */
}

.v-slide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 6px 0;
    background: #000;
    opacity: 0.4;
    cursor: pointer;
}

.v-slide .swiper-pagination-bullet-active {
    opacity: 1;
}
@media(max-width:767px){
    .v-slide .swiper-slide,
    .v-slide .swiper {
    height: 70vh !important;
}
}

/* vertcal slider end */


.partner-sec .elementor-widget-theme-post-featured-image {
    background: #fff;
    padding: 0px 5px;
    border-radius: 12px;
}
.partner-sec .elementor-widget-button .elementor-button::before{
	background-color:#0a0a0a !important;
}
.stars {
    padding-bottom: 10px;
}

.reviews .elementor-testimonial-details {
    padding-left: 20px;
}
.reviews .elementor-testimonial-image {
    background: #f9f7f5;
    height: 90px;
    width: 90px;
    border: 2px dotted #0D2C3F;
    border-radius: 100px;
    align-items: center;
    padding-top: 9px;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -45px;
}
.stars {
    padding-bottom: 22px;
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
}
.reviews .elementor-testimonial-content {
    height: 160px;
    overflow-y: scroll;
}
.mng-ht .elementor-widget.elementor-widget-text-editor{
	height: 350px;
}
.mng-ht-1 .elementor-widget.elementor-widget-text-editor{
	height: 180px;
}
.mng-ht-2 .elementor-widget.elementor-widget-text-editor{
	height: 180px;
}

.mc-count .elementor-testimonial-content {
    padding-bottom: 160px;
}
.second-sec .elementor-widget-testimonial {
    height: 550px;
}
.mng-sz .elementor-testimonial-content {
    padding-bottom: 160px;
}
.stars img {
    height: 40% !important;
    width: 40% !important;
}
.partners-sec .e-loop-item:nth-child(even) .e-con-inner {
	flex-direction: row-reverse !important;
}
.rev-dt {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
   background-color: rgba(0, 0, 0, 0.50);
    color: #fff;
    height: 125px;
    width: 100%;
}
.opacity-0{
	opacity: 0;
}
.faq-sec span.e-n-accordion-item-title-icon {
    position: absolute !important;
    right: 12px;
    background: #fff;
    height: 30px;
    width: 30px !important;
    border-radius: 50px;
    justify-content: center;
}
.elementor-1748 .elementor-element.elementor-element-67dc240 > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title:hover {
    background-color: var( --e-global-color-accent );
    color: #fff !important;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    align-items: center;
    font-size: var(--n-accordion-title-font-size);
    color: #fff;
}
h6.elementor-heading-title.elementor-size-default {
    padding-top: 20px;
}
.our-partner-acf img {
    display: block;
    width: 130px;
}
.post-190 .our-partner-acf img {
    
    width: 190px;
}



.e-n-tabs-heading {
    border-right: 1px solid #000;
    padding-right: 30px;
	height: 100%;
}


.e-n-tabs-heading button:after{
    content: '';
    position: absolute;
    right: -34px;
    top: 0;
    width: 7px;
    height: 0;
    background: #cf102d;
    transition: all 0.25s ease-in-out 0s;

	
}
.e-n-tabs-heading button[aria-selected="true"]:after{
	height:100%;
}

.swiper.elementor-loop-container.elementor-grid.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
    padding: 0 1px;
}
.our-partner-page .testimonial-category-our-partner {
    height: 100%;
}
.press-blog-sec .elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
}

.press-blog-sec .elementor-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #f2f2f2; /* light background */
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Hover effect */
.press-blog-sec .elementor-pagination .page-numbers:hover {
    background-color: #cf102d; /* red */
    color: #fff;
}

/* Active Page */
.press-blog-sec .elementor-pagination .page-numbers.current {
    background-color: #cf102d; /* main red */
    color: #fff;
    font-weight: 600;
    cursor: default;
}

/* Optional: remove underline */
.press-blog-sec .elementor-pagination a {
    text-decoration: none;
}
.partnership-sec p.elementor-heading-title {
    height: 30px;
}
.news-albulms .elementor-shortcode {
    flex-direction: row;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    align-items: stretch;
}
.news-albulms .elementor-shortcode  .ngg-albumoverview {
    width: 23%;
    margin: 0;
}
.news-albulms .elementor-shortcode  .ngg-albumoverview h4 a {
    font-size: 16px;
    line-height: normal;
	color: #fff;
    text-align: center;
}
.news-albulms .elementor-shortcode  .ngg-albumoverview p.ngg-album-gallery-image-counter {
    color: #fff;
}
.news-albulms .elementor-shortcode .ngg-album-compactbox:before,
.news-albulms .elementor-shortcode .ngg-album-compactbox:after{
    content:none;
}
.news-albulms .elementor-shortcode .ngg-album-compactbox {
    padding: 0 !important;
    position: relative;
    border: 0;
}
.news-albulms .elementor-shortcode ul.ngg-breadcrumbs {
    margin: 0 !important;
    display: none;
}
.news-albulms .ngg-album-compact {
    border: 1px solid #313131;
    padding: 5px !important;
        width: 100%;
}
.news-albulms .ngg-album-compact img.Thumb {
    width: 100%;
     height: 170px;
    object-fit: cover;
        border: 0 !important;
}
/* .ngg-album-compact h4 .ngg-album-desc {
    height: auto;
} */
 .ngg-album-compact h4 {
    margin: 0;
}
 .news-albulms .elementor-shortcode p.ngg-album-gallery-image-counter {
    display: none !important;
}
.mail-sec p.elementor-icon-box-description a{
	color: #fff;
}

.Staff-Directory{
    background:#ffffff;
}


.staff-directory-heading{
    text-align:center;
    margin-bottom:40px;
}


.staff-table-wrapper{
    overflow-x:auto;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.staff-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
}

.staff-table thead{
    background:#cf102d;
}

.staff-table thead th{
    color:#fff;
    font-size:16px;
    font-weight:600;
    padding: 10px 10px 10px 20px;
    text-align:left;
    text-transform:uppercase;
    letter-spacing:0.5px;
}

.staff-table tbody tr{
    border-bottom:1px solid #ececec;
    transition:0.3s ease;
}

.staff-table tbody tr:hover{
    background:#f8f8f8;
}

.staff-table tbody td{
    padding:10px 20px;
    font-size:16px;
    color:#333;
    line-height:1.6;
    vertical-align:top;
}

.staff-table tbody td:first-child{
    font-weight:600;
    color:#111;
    min-width:180px;
}

.staff-table tbody td:nth-child(2){
    min-width:350px;
}

.staff-table a{
    color:#cf102d;
    text-decoration:none;
    font-weight:500;
    word-break:break-word;
}

.staff-table a:hover{
    text-decoration:underline;
}
.Staff-Directory table { 
    margin-block-end: 0px !important;
}
.sl-wrapper .sl-navigation button {
    color: #fff !important;
}
.sl-wrapper .sl-close {
    
    color: #fff !important;
}
.left-testi img{
    width: 230px;           
    height: 230px;
    object-fit: cover;
    border-radius: 50%;     
    border: 4px solid #0A0A0A;  
    background: #fff;      
    display: block;
    margin: 0 auto;        
}
.left-testi span {
    font-weight: 700;
}
.left-testi .elementor-widget-image{
    position: relative;
    display: inline-block;
}

.left-testi .elementor-widget-image::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 83%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background: #cf102d url('https://samco.elocalisdemo.top/wp-content/themes/samco/images/quote-icon.png') no-repeat center;
    background-size: 46px;
    border-radius: 50%;
    z-index: 99;
}
.left-testi.right-testi .elementor-widget-image::before {
    left: 0px !important;
    top: 10px;
    transform: scaleX(-1) scaleY(-1);
}


/* Responsive */

@media(max-width:991px){

    .Staff-Directory{
        padding:0px 15px;
    }

    .staff-directory-heading h2{
        font-size:34px;
    }

    .staff-table thead th{
        padding:16px;
        font-size:14px;
    }

    .staff-table tbody td{
        padding:6px;
        font-size:14px;
    }
	.staff-table tbody td:first-child {
    height: 55px;
}
.staff-table tbody td {
    vertical-align: middle;
}

}

@media(max-width:767px){

    .staff-directory-heading h2{
        font-size:28px;
    }
	.staff-table tbody td:first-child {
    height: 55px;
}
.staff-table tbody td {
    vertical-align: middle;
}

    .staff-table{
        min-width:700px;
    }

    .staff-table tbody td{
        font-size:13px;
        line-height:1.5;
    }

    .staff-table thead th{
        font-size:13px;
    }
	.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    height: 44px;
    width: 40px;
    line-height: 0px !important;
    text-align: center;
    display: block;
    z-index: 10060;
    font-family: Arial, Baskerville, monospace;
    color: #000;
}
.our-ptnr .elementor-element.elementor-element-0502d16.our-partner-page.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    height: auto !important;
}
.mng-ht .elementor-widget.elementor-widget-text-editor{
	height: auto;
}
.mng-ht-1 .elementor-widget.elementor-widget-text-editor{
	height:  auto;
}
.mng-ht-2 .elementor-widget.elementor-widget-text-editor{
	height:  auto;
}
.sl-wrapper .sl-close {
    /* display: none; */
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -16px;
    height: 40px;
    width: 40px;
    line-height: 25px;
    font-family: Arial, Baskerville, monospace;
    color: #000;
    font-size: 30px;
    justify-content: center;
    align-items: center;
}

}

.our-ptnr .elementor-element.elementor-element-0502d16.our-partner-page.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    height: 540px !important;
}

/* Tablet */
@media (max-width: 1024px) {
    .news-albulms .elementor-shortcode {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .news-albulms .elementor-shortcode {
        grid-template-columns: 1fr;
    }
	.news-albulms .elementor-shortcode  .ngg-albumoverview h4 a {
    font-size: 16px;
    line-height: normal;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
}
