body
{
	overflow-x:hidden;
	margin:0px;
}

.gabarito-<uniquifier> 
{
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


:root {
    --primary: #B78D65;
    --light: #F8F8F8;
    --dark: #252525;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.container-xxl
	{
		max-width:100%;
		padding-right: 0px;
        padding-left: 0px;
	}
	

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary 
{
    color: #FFFFFF;
	padding:10px 20px !important;
	background-color:#82af1e;
	border:1px solid #82af1e;
	text-transform:uppercase;
	font-size:1em;
	font-family: 'General Sans Regular';
	letter-spacing:0.02em;
}

.btn.btn-primary:hover,
.btn.btn-secondary:hover 
{
    color: #FFFFFF;
	background-color:#002D62;
	border:1px solid #002D62;
}


.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover 
{
    color: #FFFFFF;
    background: #82af1e;
    border-color: #82af1e;
}


/*** Navbar ***/

.navbar-nav 
{
	
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link 
{
    margin-right: 30px;
    padding: 30px 0;
    color: #fff;
    text-transform: capitalize;
    outline: none;
	font-family:'General Sans Regular';
	font-weight:500;
	font-size:1em;
	letter-spacing:0.5px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active 
{
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus 
{
    color: #fff;
}

.dropdown-item:focus
{
	background-color:transparent;
	color:#212529;
}

.navbar.sticky-top 
{
    top: 0px;
    transition: .5s;
	background-color:#002D62;
}

.dropdown-menu 
{
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px #999;
	padding:0px;
}

.dropdown-item 
{
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


.navbar .menu-con
{
    color: #fde152 !important;
	font-size: 1.05em !important;
    background-color: rgb(255, 255, 255, 0.2);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 15px 10px 15px !important;
    border-radius: 10px;
}


/*** Header ***/
.owl-carousel-inner 
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

.owl-carousel-inner h1
{
    font-family: "Cabinet Grotesk Bold";
	font-weight:500 !important; 
    font-size:4em !important;
}

.owl-carousel-inner p
{
    font-size:1.6em !important;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 300px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header 
{
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link 
{
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before 
{
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover 
{
    color: #82af1e;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: #82af1e;
}

.home-sec1 h1
{
	font-size:3.2em;
	line-height:1.3em;
	color:#002D62;
    font-family: 'Cabinet Grotesk Bold';
	text-align:center;
}

.home-sec1 h4
{
	font-size:1.2em;
	margin-bottom:20px;
	color:#36332E;
    font-family: "Sen", serif;
}

.home-sec1 P
{
  font-family: "DM Sans", sans-serif;
  font-size:1em;
  line-height:24px;
  color:#333;
}

.home-sec2
{
	
}

.home-sec2-inner
{
	display:inline-block;
	width:33.33%;
	padding:0px;
}

.home-sec2 img
{
	width:100%;
	height:80vh;
}

.home-sec2 img
{
    transform: scale(1);
    will-change: transform;
    transition: transform .7s;
}

.home-sec2-img-box
 {
  position: relative;
  width: 100%;
  background-color:#000;
  opacity:;
}

.home-sec2-img-box img
 {
  opacity: 0.7;
  display: block;
  width: 100%;
  height: 80vh;
  transition: .5s ease;
  backface-visibility: hidden;
}

.home-sec2-img-box-text
 {
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  bottom: 80px;
  left: 50px;
  padding-right:100px;
}

.home-sec2-img-box:hover img
 {
  opacity: 1;
}

.home-sec2-img-box:hover
 {
  opacity: 1;
  cursor: pointer;
 }

.home-sec2-img-box:hover .home-sec2-img-box-text
 {
  bottom:120px;
}

.home-sec2-img-box-text .text
{
    font-family: 'General Sans Medium';
	color:#fff;
	font-size:1.8em;
	line-height:1.2em;
	font-weight:500;
	margin-bottom:20px;
	letter-spacing:0.3px;
}

.home-sec2-img-box-text button
{
	font-family: 'General Sans Regular';
	padding:7px 25px;
	letter-spacing:0.5px;
}

.home-bt
{
	padding:10px 30px;
	background-color:#82af1e;
	border:1px solid #82af1e;
	color:#fff;
	text-transform:uppercase;
	font-size:1em;
	font-family: 'General Sans Regular';
	letter-spacing:0.02em;
}

.home-bt:hover
{
	background-color:#002D62;
	border:1px solid #002D62;
	color:#fff;
}

.home-sec3
{
	margin-top:0px;
	margin-bottom:50px;
	text-align:center;
}

.home-sec3 h3
{
	font-size:2.5em;
	line-height:1.2em;
	color:#002D62;
    font-family: 'Cabinet Grotesk Bold';
	margin-bottom:30px;
	margin-top:0px;
}

.home-sec3 p 
{
    font-size: 1.2rem;
    line-height: 1.5;
	font-family: 'General Sans Regular';
    font-weight: 400;
	margin-bottom:40px;
}

.home-sec4
{
	background-color:#333;
	padding-top:60px;
	padding-bottom:20px;
	text-align:center;
}

.home-sec4 h2
{
	font-size:2.7em;
	line-height:1.3em;
	color:#fff;
    font-family: 'Cabinet Grotesk Bold';
	letter-spacing:0.05em;
	margin-bottom:0px;
	margin-top:0px;
}

.home-sec4 h5
{
    font-size: 1.2rem;
    line-height: 1.5;
	font-family: 'General Sans Regular';
    font-weight: 300;
	margin-top:30px;
	margin-bottom:10px;
	color:#fff;
	letter-spacing:0.2em;
}

.home-sec5
{
background-image:url(../img/ma-sun-seychelles-home-sec5-bg.jpg);
background-size:cover;
background-repeat:no-repeat;
padding-top:110px !important;
padding-bottom:200px !important;
}

.home-sec5 h2
{
	font-size:2.5em;
	line-height:1.2em;
	color:#fff;
    font-family: 'Cabinet Grotesk Bold';
	letter-spacing:0.05em;
	margin-bottom:30px;
	margin-top:0px;
}

.footer
{
	background-color:#002D62 !important;
	margin-top:0px !important;
}

.foo-row
{
    border-right: 1px solid rgb(255, 255, 255, 0.2);
    padding-left: 2rem;
    padding-right: 2rem;
	padding-bottom:50px;
	padding-top:50px;
	margin:0px;
}

.foo-row1
{
    padding-left: 2rem;
    padding-right: 2rem;
	padding-bottom:50px;
	padding-top:50px;
	margin:0px;
}

.footer h3
{
	font-size: 1.3em;
    line-height: 1.5;
	font-family: 'General Sans Regular';
    font-weight: 300;
	color:#fff;
	opacity:1;
	letter-spacing:0.05em;
	margin-top:20px !important;
}

.footer p
{
	font-size: 1.1em;
    line-height: 1.5;
	font-family: 'General Sans Regular';
    font-weight: 300;
	color:#fff;
	opacity:0.8;
	letter-spacing:0.05em;
}

.footer .foo-con
{
    font-size: 1.5em;
    line-height: 1.5;
	font-family: 'General Sans Regular';
    letter-spacing:0.05em;
}

.footer .btn.btn-link
{
    font-size: 1em;
    line-height: 1.5;
	font-family: 'General Sans Regular';
    font-weight: 300;
	color:#fff;
	opacity:0.8;
	letter-spacing:0.05em;	
}

.footer .btn.btn-link::before
{
	display:none;
}

.footer i
{
	border-radius:50px;
	color:#fff;
}

.footer .btn-outline-body 
{
    color:#fff;
    border-color: #fff;
    border-radius: 50px;
    padding: 36px;
	margin-right:15px !important;
    opacity:0.8;
}

.copyright
{
	padding-left:2rem !important;
	padding-right:2rem !important;
}

.footer .copyright
{
	font-size: 1em;
    line-height: 1.5;
	font-family: 'General Sans Regular';
    font-weight: 300;
	color:#fff;
	opacity:0.8;
	letter-spacing:0.05em;
}

.footer .copyright a
{
  border-bottom:1px solid #fff !important;	
}

.page-header
{
	margin-bottom:0px !important;
}

.about-header
{
	background-image:url(../img/ma-sun-seychelles-about-header.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	height:300px;
}

.about-sec1
{
	background:linear-gradient(90deg,#fff 30%,#f4f4ff 30%) repeat scroll 0 0!important;
	z-index:2;
	position:relative;
	padding-top:6rem !important;
	padding-left:5rem;
	padding-right:5rem;
}


.about-sec1 h2
{
	
	font-size:1.5em;
	line-height:1.3em;
    font-family: 'Cabinet Grotesk Bold';
	font-weight:500 !important;
	color:#0b2a4f;
	margin-top:50px;
	margin-bottom:20px;
}

.about-img1
{
	margin-top:0px;
	width:47%;
	float:left;
	margin-right:30px;
}

.about-img2
{
	margin-top:80px;
	width:47%;
	float:left;
}

.about-sec1 p
{
   font-size:1.1rem;
   line-height:24px;
   letter-spacing:0.05em;
   font-family: 'General Sans Regular';
   color:#707070;
   margin-bottom:30px;
}

.about-sec2
{
	background-color:#0e1c2b;
	padding-top:50px !important;
	padding-bottom:50px !important;
	margin-top:0px;
	position:relative;
	z-index:2;
}

.about-sec2-img-div img
{
	margin-top:-120px;
}

.about-sec2 h2
{
	
	font-size:2em;
	line-height:1.3em;
    font-family: 'Cabinet Grotesk Bold';
	font-weight:500 !important;
	color:#fff;
	margin-top:50px;
	margin-bottom:30px;
}

.about-sec2 p
{
	margin-bottom:30px;
}

.about-sec-products
{
	background-image:url(../img/ma-sun-seychelles-about-sec-products-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	padding-top:80px !important;
	padding-bottom:100px !important;
}

.about-sec-products h2
{	
	font-size:2.5em;
	line-height:1.3em;
    font-family: 'Cabinet Grotesk Bold';
	font-weight:700 !important;
	color:#0b2a4f;
	margin-top:0px;
	margin-bottom:10px;
	text-align:center;
}

.about-sec-products p
{
   font-size:1.2rem;
   line-height:24px;
   letter-spacing:0.05em;
   font-family: 'General Sans Regular';
   color:#707070;
   margin-bottom:0px;
   text-align:center;
}

.marquee 
{
	overflow-x: clip;
	white-space: nowrap;
	position: relative;
	width: 100%;
}

.marquee-inner 
{
	display: flex;
	align-items: center;
	gap: 1.5vw;
	padding: 8vh 0;
	will-change: transform;
}

.marquee-inner img 
{
	height: 100%;
	transition: transform 0.5s;
	flex-shrink: 0;
	width: 23vw;
	border-radius: 0rem;
}

.marquee-inner img:hover 
{
	transform: scale(1.2);
}

.about-sec3
{
	background-image:url(../img/ma-sun-seychelles-about-us-sec3-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	height:550px;
	margin-top:0px;
	padding-top:100px !important;
}

.about-sec3 h2
{
	
	font-size:3.9em;
    font-family: "Montserrat", sans-serif;
	text-transform:uppercase;
	font-weight:300 !important;
	color:#fff;
	letter-spacing:0.1em;
	margin-top:20px;
	margin-bottom:20px;
}

.about-sec3 h5
{
	font-size:1.2em;
    font-family: "Montserrat", sans-serif;
	text-transform:uppercase;
	font-weight:300 !important;
	color:#fff;
	letter-spacing:0.1em;
}

.home-bt1
{
	border:1pxsolid #fff;
	color:#fff;
}

/*Contact Page*/

.contact-sec1
{
	margin-bottom:50px;
}

.contact-sec1 h2
{
    font-size: 2.5rem;
    line-height: 1.5;
    font-family: 'Cabinet Grotesk Bold';
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #002D62;
}

.contact-sec1 h4
{
    font-size: 1.2rem;
    line-height: 1.3em;
    color: #777;
    font-family: 'General Sans Regular';
	font-weight: 300 !important;
    margin-bottom: 30px;
    margin-top: 0px;
	letter-spacing:1px;
}

.contact-sec1 h3
{
    font-size: 2.4em;
    line-height: 1.2em;
    color: #002D62;
    font-family: 'Cabinet Grotesk Bold';
    margin-bottom: 30px;
    margin-top: 0px;
}

.contact-sec1 h5
{
    font-size: 1.5rem;
    line-height: 1.3em;
    color: #777;
    font-family: 'Cabinet Grotesk Bold';
	font-weight: 300 !important;
    margin-bottom: 20px !important;
    margin-top: 0px;
	letter-spacing:1px;
}

.contact-sec1 p
{
    font-size: 1.2rem;
    line-height: 1.3em;
    color: #777;
    font-family: 'General Sans Regular';
	font-weight: 300 !important;
    margin-bottom: 30px;
    margin-top: 0px;
	letter-spacing:1px;
}

.contact-sec1 i 
{
    border-radius: 50px;
    color: #777;
}

.contact-sec1 .btn-outline-body 
{
    color: #777;
    border-color: #777;
    border-radius: 50px;
    padding: 36px;
    margin-right: 15px !important;
    opacity: 0.8;
}

.con-form input, .con-form select
{
    border: 0;
    background: 0 0;
    border-bottom: 2px solid #707070;
    width: 100%;
    font-size: 1.1rem;
    color: #777;
    min-height: 37px;
    padding: 2px;
	margin-bottom:30px;
	padding:10px 0px;
}

.con-form textarea 
{
    border: 0;
    background: 0 0;
    border-bottom: 2px solid #707070;
    width: 100%;
    font-size: 1.1rem;
    color: #777;
    min-height: 100px;
    padding: 2px;
	margin-bottom:30px;
	padding:10px 0px;
}

.con-form input:focus, .con-form select:focus, .con-form textarea:focus 
{
    outline: none; 
}

/* Product Page */

.aluminium-products-sec1 img
{
	width:100%;
}

.zoom-img 
{
  width: 100%;
  height:auto;
  overflow: hidden;
}

.zoom-img  img 
{
  width: 100%;
  transition: all .3s ease-in-out;
}

.zoom-img img:hover   
{
  transform: scale(1.2);
}

.products-inner
{
	padding:20px;
	margin:0px;
}

.products-inner h4
{
    font-size: 1.1rem;
    line-height: 1.4;
    font-family: 'General Sans Medium';
    font-weight: 400;
	margin-top:10px;
    margin-bottom: 0px;
	text-align:center;
}


/* Balustrade Page */

.product-header
{
    background-repeat:no-repeat;
	background-size:cover;
	height:550px;
}

.balustrade-header
{
	background-image:url(../img/balustrade-ma-sun-seychelles-img1.jpg);
}

.aluminium-cabinet-header
{
	background-image:url(../img/aluminium-cabinet-ma-sun-seychelles-banner.jpg);
}

.casement-door-with-aluminium-panel-header
{
	background-image:url(../img/casement-door-with-aluminium-panel-banner.jpg);
}

.casement-window-header
{
	background-image:url(../img/casement-door-with-aluminium-panel-banner.jpg);
}

.folding-door-and-window-header
{
	background-image:url(../img/folding-door-and-window-ma-sun-seychelles-banner.jpg);
}

.partition-window-and-door-header
{
	background-image:url(../img/partition-window-and-door-ma-sun-seychelles-banner.jpg);
}

.shower-door-header
{
	background-image:url(../img/shower-door-ma-sun-seychelles-banner.jpg);
}

.sliding-window-header
{
	background-image:url(../img/sliding-window-ma-sun-seychelles-banner.jpg);
}

.product-sec1
{
	margin-top:30px;
}

.product-sec1 h2
{
    font-size: 2.8em;
    line-height: 1.2em;
    color: #002D62;
    font-family: 'Cabinet Grotesk Bold';
    margin-bottom: 50px;
    margin-top: 0px;
	text-align:center;
}

.gallery-container 
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 50px auto;
	padding:0px;
	background-color:#fff;
}

.gallery-item 
{
    flex-basis: 33%;
    margin-bottom: 6px;
    opacity: 1;
    cursor: pointer;
	background-color: #000;
}

.gallery-item:hover 
{
    opacity: .85;
}

.gallery-item img
 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;              
    overflow: auto;
    top: 0;
    left: 0;
}
.lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 5% auto;
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}




.elfsight-app-22e727f0-8306-4f76-9a45-9a68a83f3c43 .jBeszi a
{
    display:none;    
}        

.fa 
{
    font-family: 'FontAwesome' !important;
    font-weight: 500 !important; 
}

.eapps-whatsapp-chat-77216891-fd3b-4876-a149-78569809e479-custom-css-root .dYZPcg a
{
    display: none !important;
    opacity: 0 !important;
    line-height: 0px;
    white-space: nowrap;
      overflow: hidden;
      text-overflow: clip;
      text-indent:0;
      width:0px !important;
}

