@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
h1,
h1.elementor-heading-title {
  font-size: 56px;
  font-weight: 700;
  color: #00336b;
  line-height: 64px;
}

h1 span,
h1.elementor-heading-title span {
  font-weight: 300;
}

.pink-head h1 span,
h1.elementor-heading-title span.white-span{
  color: #fff;
}
.container {
  	max-width: 1300px;
  	width: 100%;
	padding: 0;
}
.header-right{ 
	display: none;
}
.site-header {
  background: transparent;
  padding: 24px 0;
  position: absolute;
  top: 0px;
  z-index: 99;
  width: 100%;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LEFT */

/* CENTER MENU */
.header-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.main-navigation .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* DEFAULT HEADER */

/* .logo-white{
display:block;
}

.logo-blue{
display:none;
} */


/* WHITE HEADER */

/* .white-header .logo-white{
display:block;
}

.white-header .logo-blue{
display:none;
} */


/* MENU TEXT WHITE */

.white-header .main-navigation .menu li a{
color:#ffffff;
}


/* LANGUAGE SWITCH WHITE */

.white-header .header-right .lang-switch{
color:#ffffff;
}
.main-navigation .menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}

.main-navigation .menu > li {
  position: relative;
  padding: 0 30px;
}


.main-navigation .menu li ul.sub-menu li a {
   display: block;
  padding: 10px 0px;
  color: #1f386c;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 4px;
}

.main-navigation .menu li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}


/* .main-navigation .menu li ul.sub-menu li a:hover {
  background-color: #F8B5C4; 
  color: #fff;                

} */

/* Show submenu on hover */
.main-navigation .menu li:hover > ul.sub-menu {
  display: block;
}
/* RIGHT */
.header-right .lang-switch {
  color: #1f386c;
  text-decoration: none;
  font-size: 16px;
}
.site-footer {
  font-family: "Lato", sans-serif;
}

.transform-x50 {
    transform: translateX(-50%);
}

/* TOP FOOTER */

.footer-top {
  background: #EBF9F8;
  padding: 40px 0 1px;
}

/* headings */

.footer-links h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0f2738;
  line-height: 24px;
    letter-spacing: 0.5px;
}

/* links */

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 20px;
}

.footer-links ul li a {
  font-size: 14px;
  color: #0f2738;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 20px;
  font-weight: 400;
}

.footer-arrow-links .footer-widget ul li a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url('../images/footer-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-widget{
  width: 100%;
}
.footer-policies .policy-links ul{
    display: flex;                 
    justify-content: space-between; 
    flex-wrap: wrap;               
    padding: 0;                  
    margin: 0;                     
    list-style: none;               
}

.footer-policies .policy-links li {
    margin: 0;
    padding: 0px 0 0 0.75rem;
    width: 33.33%;
}

.footer-policies .policy-links li:first-child{
	padding: 0;
}

.footer-policies .policy-links li a {
    text-decoration: none;       
    font-weight: 500;            
    white-space: nowrap; 
        letter-spacing: 0.5px;         
}

.footer-policies a {
  font-size: 14px;
  color: #0f2738;
  text-decoration: none;
  line-height: 24px;
  font-weight: 500;
}

.policy-links {
  border-top: 1px solid #0F273833;
  border-bottom: 1px solid #0F273833;
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* gap between Language/Country text and arrow */
.policy-links a:last-child {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* underline Cookie policy and Terms & Conditions */
.policy-links a:nth-child(2),
.policy-links a:nth-child(3) {
  text-decoration: underline;
}

/* BOTTOM FOOTER */

.footer-bottom {
  background: #00336b;
  color: #fff;
  padding: 32px 0;
    letter-spacing: 0.5px;
}

.footer-bottom p {
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 21px;

}
.footer-bottom-links ul{
   display: flex;                 
    flex-wrap: wrap;               
    padding: 0;                  
    margin: 0;                     
    list-style: none;               
}

.footer-bottom-links  li {
    margin: 0;                    
    padding: 0;
}


.footer-bottom-links a {
  color: #fff;
  font-size: 14px;
  margin-right: 32px;
  text-decoration: underline;
  font-weight: 900;
}

.banner {
  padding: 110px 0px 80px;
}
.btn-arrow .elementor-button-icon {
  border-radius: 50%;
  background-color: #fff;
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
}
.btn-arrow .elementor-button-icon svg {
  fill: #00336b;
  font-size: 22px;
}
.btn-arrow > a:hover .elementor-button-icon {
  background: #00336b;
}
.btn-arrow > a:hover .elementor-button-icon svg {
  fill: #fff !important;
}

.btn-arrow .elementor-button-content-wrapper {
  align-items: center;
}

.height-box {
  height: 100% !important;
}

.position-btn-bottom {
  left: 0;
    right: 0;
	text-align: center;
}

.gradient-bg{
 background: linear-gradient(180deg, #F06779 0%, #DF4D61 100%);
}

.orange-gradient{
  background: linear-gradient(20.93deg, #F08276 5.71%, #C2213C 85.44%);

}
.elementor-widget-image a img[src$=".svg"]{
  width: auto !important;
}
.img-full img{
  width: 100% !important;
}

.ref-head{
      font-size: 16px;
    line-height: 16px;
}

#navbarsec #menu-main-menu li .elementskit-submenu-panel {
    border: 0px;
}

.menu-hover-active {
    background: #fff;
    height: 84px;
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.07);
}
.menu-hover-active:after {
    content: '';
    height: 115px; 
    background: #fff;
    position: absolute;
    left: 0px; 
    right: 0px; 
    width: 100%; 
    border-bottom-left-radius: 8px; 
    border-bottom-right-radius: 8px; 
    box-shadow: inset 4px 2px 10px 11px rgba(0, 0, 0, 0.02); 
    top: 84px;
}
.menu-hover-active .menu>li>a {
    color: #1F386C !important;
}
.menu-hover-active .elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {
    fill: rgba(87, 87, 87, 1) !important;
}

.menu li a {
    background: transparent !important;
}
.menu-hover-active .menu>li:hover>a:after {    
    content: '';
    background: #F8B5C499;
    height: 2px;
    position: absolute;
    bottom: -16px;
    left: 0px;
    width: 80%;
}

.position-logo{
    left: 0;
    right: 0;
    margin: 0 auto;
}

.footer-bottom .row{
	margin-bottom: 0px;
}

/* =========================================
   FULLSCREEN MOBILE NAV
   ========================================= */

.mobile-menu-toggle,
.mobile-menu-close-top,
.mobile-menu-blur,
.mobile-fullscreen-menu {
    display: none;
}

.home-slider.elementor-element .swiper .elementor-swiper-button-prev{
	background-image: url(/wp-content/uploads/2026/03/Group-208-1.svg);
}

.home-slider.elementor-element .swiper .elementor-swiper-button-next{
	background-image: url(/wp-content/uploads/2026/03/Group-1171276041-1.svg);
}
.home-slider.elementor-element .swiper .elementor-swiper-button-prev, .home-slider.elementor-element .swiper .elementor-swiper-button-next{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 70px;
    height: 70px;
}

.home-slider.elementor-element .swiper .elementor-swiper-button-prev svg, .home-slider.elementor-element .swiper .elementor-swiper-button-next svg{
	display: none;
}

.elementor-element.elementor-element-c20f89e.html_video.elementor-widget.elementor-widget-html:before {
    content: '';
    background: linear-gradient(359.78deg, rgba(0, 0, 0, 0) 0.19%, rgba(0, 0, 0, 0.8) 99.81%);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 8;
    height: 100%;
}

button#playPauseBtn {
    z-index: 9;
}

.elementor-element-aa469d4.overlay {
	z-index: 9;
}
	
.elementor-element.elementor-element-457a453.html_video.elementor-widget.elementor-widget-html:before {
    content: '';
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 106.28%);;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 8;
    height: 99.5%;
}

.elementor-element-d8b1b52.overlay {
	z-index: 9;
}

.swiper-wrapper {
    align-items: center;
}

.description-para{
    max-width: 1030px !important;
    margin: 0 auto !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pt-100 {
    padding-top: 100px !important;
}

.timer-card {
    max-height: 397px;
}

span.green-heading{
    color: #00B2A9;
}

.btn-news.btn-arrow .elementor-button-icon svg {
    fill: #fff;
    font-size: 22px;
}

.btn-news.btn-arrow > a:hover .elementor-button-icon svg {
  fill: #00336b !important;
}

.btn-news.btn-arrow .elementor-button-icon {
    background-color: #00336b;
}

.btn-news.btn-arrow > a:hover .elementor-button-icon {
  background: #fff;
}


#myVideo{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
}

button#playPauseBtn{
    position: absolute;
    top: 50%;
    right: 13vw;
    transform: translateY(-50%);    
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
    padding: 0;
}

button#playPauseBtn:hover,
button#playPauseBtn:focus,
button#playPauseBtn:active{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}
	.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg, .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg{
		fill: none !important;
		height: auto !important;
		width: auto !important;
	}
.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next {
	right: -110px !important;
}
.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev {
left: -110px !important;
}
/* =========================================
   MOBILE ONLY
   ========================================= */
@media (max-width: 789px) {

    /* KEEP HEADER TRANSPARENT */
    .site-header {
        background: transparent !important;
        position: absolute;
        width: 100%;
        z-index: 10000;
        padding: 0;
    }

    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 56px;
        position: relative;
    }

    /* Hide desktop nav */
    .desktop-navigation,
    .header-right {
        display: none !important;
    }

    /* -------------------------
       OPEN HAMBURGER
    ------------------------- */
    .mobile-menu-toggle {
        display: inline-flex;
        width: 42px;
        height: 42px;
        border: none;
        background: transparent !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        padding: 0;
        cursor: pointer;
        z-index: 10002;
        position: absolute;
        right: 0px;
    }

    .mobile-menu-toggle span {
        width: 18px;
        height: 2px;
        background: #fff;
        border-radius: 20px;
        display: block;
    }
	 .logo-hover-switch-page .mobile-menu-toggle span {
    	background: #ffffff ;
	}

    body.mobile-menu-open .mobile-menu-toggle {
        display: none !important;
    }

    /* -------------------------
       BLUR TRANSITION LAYER
    ------------------------- */
    .mobile-menu-blur {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(15, 25, 45, 0.12);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        transition: transform 0.8s ease, opacity 0.8s ease, visibility 0.8s ease;
        z-index: 9997;
    }

    .mobile-menu-blur.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    /* -------------------------
       FULLSCREEN MENU
    ------------------------- */
    .mobile-fullscreen-menu {
        display: block;
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        transform: translateX(-100%);
        transition: transform 0.6s ease;
        z-index: 9998;
        overflow-y: auto;
    }

    .mobile-fullscreen-menu.active {
        transform: translateX(0);
    }

    /* -------------------------
       TOP GRADIENT SECTION
    ------------------------- */
    .mobile-fullscreen-top {
        background-color: #EBF9F8;
        padding: 20px 18px 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom-left-radius: 26px;
        border-bottom-right-radius: 26px;
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .mobile-fullscreen-logo img {
        max-height: 34px;
        width: auto;
        display: block;
    }

    .mobile-fullscreen-close {
        display: inline-flex;
        width: 38px;
        height: 38px;
        border: none;
        background: transparent !important;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        flex-shrink: 0;
        padding: 1px 8px 8px 8px !important;
    }

    .mobile-fullscreen-close svg{
        stroke: #00336b;
    }

    /* -------------------------
       MOBILE NAV CONTENT
    ------------------------- */
    .mobile-navigation {
        padding: 28px 18px 40px;
        background: #fff;
        min-height: calc(100vh - 90px);
    }

    .mobile-navigation .mobile-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-navigation .mobile-menu > li {
        position: relative;
        border-bottom: 1px solid rgba(31, 56, 108, 0.08);
        padding: 0;
    }

    .mobile-navigation .mobile-menu > li:last-child {
        border-bottom: none;
    }

    .mobile-navigation .mobile-menu > li > a {
        display: block;
        width: 100%;
        padding: 18px 50px 18px 0;
        color: #1F386C !important;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.3;
        text-decoration: none;
        position: relative;
        z-index: 1;
    }

    /* -------------------------
       SUBMENU TOGGLE BUTTON
    ------------------------- */
    .mobile-navigation .mobile-menu > li.menu-item-has-children {
        position: relative;
    }

    .mobile-navigation .submenu-toggle {
        position: absolute;
        top: 12px;
        right: 0;
        width: 40px;
        height: 40px;
        border: none;
        background: transparent;
        cursor: pointer;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .mobile-navigation .submenu-toggle::before,
    .mobile-navigation .submenu-toggle::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 2px;
        background: #1F386C;
        transition: all 0.3s ease;
    }
	
	.mobile-navigation .submenu-toggle:focus,
	.mobile-navigation .submenu-toggle:focus-visible,
	.mobile-navigation .submenu-toggle:active {
    outline: none !important;
    box-shadow: none !important;
}

    .mobile-navigation .submenu-toggle::after {
        transform: rotate(90deg);
    }

    /* OPEN = minus icon */
    .mobile-navigation .menu-item-has-children.submenu-open > .submenu-toggle::after {
        opacity: 0;
        transform: rotate(0deg);
    }

    /* -------------------------
       REAL ACCORDION SUBMENU
    ------------------------- */
    .mobile-navigation .sub-menu {
        display: block !important;
        position: static !important;
        top: auto !important;
        left: auto !important;
        min-width: 100% !important;
        background: transparent !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;

        max-height: 0;
        overflow: hidden;
        list-style: none;
        margin: 0;
        padding: 0 0 0 14px;
        transition: max-height 0.35s ease, padding-bottom 0.35s ease;
    }

    .mobile-navigation .sub-menu li {
        margin-bottom: 8px;
    }

    .mobile-navigation .sub-menu li:last-child {
        margin-bottom: 0;
    }

    .mobile-navigation .sub-menu li a {
        color: #1F386C !important;
        font-size: 14px;
        line-height: 1.5;
        display: block;
        padding: 4px 0;
        text-decoration: none;
        opacity: 0.9;
    }

    /* -------------------------
       HIDE DESKTOP SUBMENU STYLES
    ------------------------- */
    header .sub-menu {
        position: static !important;
    }

    .menu-hover-active,
    .menu-hover-active:after,
    .menu-hover-active .menu>li:hover>a:after {
        display: none !important;
        content: none !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    body.mobile-menu-open {
        overflow: hidden;
    }
}

@media (min-width: 790px) {
    header .sub-menu  {
        box-shadow: 0px 0px 0px !important;
        top: 70% !important;
        background: transparent !important;
        padding-top: 50px;
        margin: 0px;
        display: none;         
        position: absolute;   
        min-width: 200px;    
        z-index: 999;
        list-style: none;
        transition: all 0.3s ease;
    }
	/* =========================================
   CLEAN ICON BUTTON STATES
   ========================================= */

.mobile-menu-toggle,
.mobile-fullscreen-close,
.mobile-navigation .submenu-toggle {
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
}

.mobile-menu-toggle:focus,
.mobile-menu-toggle:focus-visible,
.mobile-menu-toggle:active,
.mobile-fullscreen-close:focus,
.mobile-fullscreen-close:focus-visible,
.mobile-fullscreen-close:active,
.mobile-navigation .submenu-toggle:focus,
.mobile-navigation .submenu-toggle:focus-visible,
.mobile-navigation .submenu-toggle:active {
    outline: none !important;
    box-shadow: none !important;
}
}
/* Default logo state */
.logo-white {
    display: block;
}

.logo-blue {
    display: none;
}

/* White header pages */
/* .white-header .logo-white {
    display: block;
}

.white-header .logo-blue {
    display: none;
} */

/* Special pages: white by default, blue on desktop hover */
/* .logo-hover-switch-page .logo-white {
    display: block;
}

.logo-hover-switch-page .logo-blue {
    display: none;
} */

.menu-hover-active .logo-white {
    display: none;
}

.menu-hover-active .logo-blue {
    display: block;
}

.footer-bottom p a[href^="tel"] {
    color: #ffffff; /* white */
    text-decoration: none; /* remove underline if needed */
}

@media (max-width: 1000px) {
   h1.elementor-heading-title {
    font-size: 40px !important;
    line-height: 46px !important;
   }
	   h2.elementor-heading-title {
    font-size: 26px !important;
    line-height: 32px !important;
   }
	   h3.elementor-heading-title {
    font-size: 26px !important;
    line-height: 32px !important;
   }
	h4.elementor-heading-title {
    font-size: 24px !important;
    line-height: 30px !important;
   }
	
	.card-heading h4.elementor-heading-title {
        font-size: 18px !important;
        line-height: 24px !important;
    }
	
	h6.elementor-heading-title {
    font-size: 20px !important;
    line-height: 26px !important;
   }
	.elementor-widget-text-editor {
		font-size: 16px !important;
		line-height: 20px !important;
	}
		.elementor-widget-text-editor p{
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.banner img{
    	max-width: 300px !important;
		margin: 0 auto !important;
   }
	.banner {
		padding: 50px 0px 10px;
		text-align: center !important;
	}
	.banner .e-con-inner > div > div {
		text-align: center !important;
	}
	.e-con.e-flex>.e-con-inner{
		padding-left: 15px;
		padding-right: 15px;
	}
	.references .e-con-inner {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	span.ref-head{
		font-size: 14px;
	}
	.references .e-con-inner > div > div{
		font-size: 12px !important;
	}
	.row {
    margin-bottom: 10px;
	}
	.policy-links {
    padding: 15px 0 0 0;
	}
	.footer-top {
    padding-bottom: 1px;
	}
	.footer-links h6 {
    margin-bottom: 14px;
    line-height: 20px;
	font-size: 14px;
	}
	.footer-links ul li {
    margin-bottom: 8px;
	}
	.footer-links ul li a {
    font-size: 12px;
    line-height: 18px;
	}
	.footer-widget {
    margin-bottom: 15px;
	}
	.footer-bottom{
		padding-bottom: 1px;
	}
	.footer-bottom img{
	 width: 100px;
   	 margin-bottom: 10px;
	}
	.footer-bottom p {
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 18px;
	}
	.svg-icon{
		width: 60px;
	}
	.elementor-element  .elementor-spacer{
		display: none;
	}
	.position-logo img {
		max-width: 180px !important;
	}
	.elementor-element-1275252{
		background: linear-gradient(90deg, #f3cdd8 0%, #f0c6d1 45%, #eebfc9 100%) !important;
   		padding: 0px 0px 27px !important;
	}
	.elementor-element-1275252 .position-btn-bottom{
		bottom: 9px !important;
	}
	.btn-arrow a{
		padding: 4px 4px 4px 10px !important;
		font-size: 12px !important;
	}
	.btn-arrow .elementor-button-icon{
		width: 20px;
		height: 20px;
	}
	.btn-arrow .elementor-button-icon svg{
		font-size: 14px;
	}
	.elementor-30 .elementor-element.elementor-element-07de2c0 {
    bottom: -10px !important;
	}
	.elementor-element-61ef008, .elementor-element-fe9f70b, .elementor-element-79e4e19c, .elementor-element-6f1bc1d9, .elementor-element-156df82, .elementor-element-31abe43, .elementor-element-23e6c5d4, .elementor-element-51732d9e, .elementor-element-d3bf2b2, .elementor-element-07dcd39, .elementor-element-18921d64, .elementor-element-50f67258, .elementor-element-4933a318 {
		display: none !important;
	}
	.elementor-element-7d6b6a39  h1, .elementor-element-13cd023a h1, .elementor-element-51c287d9 h1{
		font-size:32px !important;
		line-height:38px !important;
	}
	.elementor-element-a614e87 h2.elementor-heading-title, .elementor-element-80ce2be h2.elementor-heading-title, .elementor-element-d562de1 h2.elementor-heading-title{
		font-size: 20px !important;
        line-height: 20px !important;
	}
	   .elementor-element-9f82307.elementor-widget-text-editor, .elementor-element-41faea5.elementor-widget-text-editor {
        font-size: 12px !important;
        line-height: 20px !important;
    }
	.elementor-element-aa469d4.e-con.e-flex>.e-con-inner, .elementor-element-d8b1b52.e-con.e-flex>.e-con-inner{
		padding-top: 110px;
	}
	.elementor-swiper-button.elementor-swiper-button-prev, .elementor-swiper-button.elementor-swiper-button-next{
		font-size:35px !important
	}
	.elementor-image-carousel-caption {
		font-size: 14px !important;
		margin-block-start: 10px !important;
	}
	.elementor-widget-image-carousel {
		padding: 0 20px;
	}
	.container {
		padding: 0 15px;
	}
	.home-slider .elementor-slides .swiper-slide-inner .elementor-slide-button {
		padding: 10px 40px 10px 13px !important;
		background-size: 27px !important;
		font-size:14px !important;
	}
	.home-slider.elementor-element .swiper .elementor-swiper-button-prev {
		left: 20px !important;
	}
	.home-slider.elementor-element .swiper .elementor-swiper-button-next {
		right: 20px !important;
	}
	.home-slider.elementor-element .swiper .elementor-swiper-button-prev, .home-slider.elementor-element .swiper .elementor-swiper-button-next {
		width: 40px;
		height: 40px;
	}
	.elementor-element-8cb7138 img{
		max-width: 100% !important;
	}
    	.footer-policies .policy-links ul{
		display: block;
	}
	.footer-policies .policy-links li{
		padding: 0;
	}
	.footer-policies .policy-links li a{
		margin-bottom: 8px;
	}
    button#playPauseBtn svg{
        height: 60px;
        width: 60px;
    }
    .pt-100{
        padding-top: 30px !important;
    }
    .pb-100{
        padding-bottom: 30px !important;
    }
	.e-con.e-grid>.e-con-inner {
    padding: 0 15px 0 15px !important;
	} 
	.elementor-icon-list-icon svg{
		height: 22px !important;
		margin: 0 !important;
	}
}
