
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

body{
    margin: 0px;
    padding: 0px;
    
    background-color: #fff!important;
	font-family: 'Montserrat', sans-serif;
}

.navbar-brand  span{
	color: #fed136;
	font-size:25px;font-weight:700;letter-spacing:0.1em;
font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	color: #fff;
	font-size:15px;
font-family: 'Montserrat', sans-serif;
	font-weight:700;
	letter-spacing:0.1em;
}

.navbar-nav .nav-item .nav-link{
	padding: 1.1em 1em;
	font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.navbar-nav .nav-item .nav-link:hover{color:#07eaff!important;}
.navbar-expand-md .navbar-nav .dropdown-menu{
	
}
.navbar-nav {
	margin-bottom: 0px!important;
}
.dropdown-item:hover{background-color:#fed136;color:#fff;}
nav{-webkit-transition: padding-top .3s,padding-bottom .3s;
    -moz-transition: padding-top .3s,padding-bottom .3s;
    transition: padding-top .3s,padding-bottom .3s;
    border-bottom: solid 1px rgba( 0, 0, 0, 0.2);
	}
	
 .shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #1e354f;
	 border-bottom: solid 0px #14773e;
	 box-shadow: 0px 0px 5px 0px rgba(140,139,139,0.75);
}
.shrink .nav-link {
	    color: #fff!important;
	padding-top: 15px!important;
}
.shrink img {
	width: 90%;
	height: auto;
	padding-bottom: 10px;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 1rem!important;
  padding-left: 1rem!important;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
	
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-30px;
}
.dropdown-menu a {
	color: #fff!important;
	text-transform: uppercase;
	font-weight: 600;
	font-size:13px;
	line-height: 28px;

}
.dropdown-item:hover, .dropdown-item:focus {
	background: #13b7c6!important;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.dropdown-menu {
	border: 0px!important;
	background: #9fbf4b!important;
	color: #fff;
	border-radius: 0px!important;
}




.banner{
	background-image:url(../images/main_banner.png);
	text-align: left;
    color: #fff;
   
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-text{
	padding:150px 20px 320px 40px!important;
}
.banner-text h1{
	  font-family: 'Playfair Display', serif;
	font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 15px;
	color:#fff;
}

.banner-sub-heading{
	font-family: 'Montserrat', sans-serif!important;
	font-size:30px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px;
	color:#fff;
}

.btn-banner{
	padding:15px 25px!important;
	border-radius:0px!important;
	font-weight:600!important;
	line-height:1.5;
	text-align:center;
	color:#000!important;
	text-transform:uppercase;
	background: #fbd141!important;
	font-family: 'Montserrat', sans-serif!important;
	font-size: 12px!important;
	box-shadow: 8px 8px 0px 0px rgba(255,255,255,1);
}
.btn-banner:hover{
	padding:15px 25px!important;
	border-radius:0px!important;
	font-weight:600!important;
	line-height:1.5;
	text-align:center;
	color:#000!important;
	text-transform:uppercase;
	background: #fff!important;
	font-family: 'Montserrat', sans-serif!important;
	font-size: 12px!important;
	box-shadow: 8px 8px 0px 0px #fbd141;
}
.text-intro{
	width:50%;
	
	text-align:left;

}
.btn_green {
	background: #13b7c6;
	border:solid 0px #fff;
	padding: 5px 6px;
	font-family: 'Playfair Display', serif;
	color: #fff;
	text-decoration: none;
	
}
.btn_green:hover {
color: #fff;	
	background: #0171bb;
	text-decoration: none;
}
.btn_blue{
	background:#13b7c6!important;
	border:solid 0px #fff;
	padding: 12px 15px!important;
	font-family: 'Montserrat', sans-serif;
	color: #fff!important;
	text-decoration: none!important;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 25px!important;
	
}
.btn_blue:hover {
color: #fff;	
	background: #9fbf4b!important;
	text-decoration: none;
}
.carousel-control-prev, .carousel-control-next {
	margin-top: -51px!important;
}
.carousel-caption  {
	width: 40%;
}
.carousel-caption h3{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size:32px; 
}
@media (min-width: 200px) and (max-width: 768px) {
	.carousel-caption {
		position: relative!important;
		color: #1d354f!important;
		top: 20px!important;
		width: 70%;
		text-align: center!important;
		bottom: 0px!important;
	}
.banner{
	background-image:url(../images/banner_mobile.png);
	text-align: left;
    color: #fff;
   
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
   
    background-size: auto;
}
.banner-text{
	
	padding:0px 20px 20px 40px!important;
	background: #549ee9;
}
	.bannernew {
		padding-top: 380px
	}
	
	.btn_green {
	background: #23b14d;
	border:solid 1px #fff;
	padding: 12px 15px;
	font-family: 'Playfair Display', serif;
	color: #fff;
	text-decoration: none;
		display: inline-block;
	
}

.btn_blue{
	background: #0171bb;
	border:solid 0px #fff;
	padding: 12px 15px;
	
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-weight: 600;
	margin-top: 5px;
}
	
}
.whywork h2{
	font-size: 50px!important;
	color: #14773e;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif
	
}
.whywork h2 span {
	font-size: 50px;
	color: #14773e;
	font-weight: 600;
	
}
.whywork p{
	font-size: 15px;
	color: #383838;
	font-weight: 300;
	width: 70%;
	float: right;
	line-height: 25px;
	padding-top: 20px;
	
}
#about {
	padding: 80px 50px!important;
	overflow: hidden;
	background: #fff;
}
#event {
padding: 0px 0px!important;
	
	
}
#event  img {
	width: 100%; height: 100%;
	object-fit: cover;
		border-right:solid 1px #fff;
}
.eventmain {
	
}

.serbox {
	padding-bottom: 25px;
	
}
.services h2 {
	font-family: 'Montserrat', sans-serif;
	color: #153652;
	text-transform: uppercase;
	font-size: 28px!important;
	font-weight: 600;
	padding-bottom: 20px;
}
.serbox h3 {
font-family: 'Montserrat', sans-serif;
	color: #4b4b4b;
	text-transform: uppercase;
	font-size: 16px!important;
	font-weight: 600;
	padding-bottom: 8px;
}
.serbox p {
	text-align: justify;
	font-size: 15px;
}
.serbox img {
	width: 100%;
	height: auto;
}
.servicemain {
	background: #fff;
	border:solid 0px #ececec;
	padding: 0px 30px;
	height: 100%;
		font-family: 'Montserrat', sans-serif
}
.servicemain h3 {
	font-size: 20px;
	color: #1e354f;
	font-weight: 600;
	padding: 15px 0px;
	text-transform: uppercase;
}
.servicemain h4 {
	font-size: 18px;
	color: #13b7c6;
	font-weight: 700;
	padding: 0px 0px;
	text-transform: uppercase;
}
.servicemain p {
	font-size: 16px;
	color: #272727;
	font-weight: 400;
	
	line-height: 25px;
}
.servicemain ul {
	margin: 0px;
	padding: 0px;
}
.servicemain ul {
	margin: 0px;
	padding: 0px 15px;
}
.btn-cont{
	padding:15px 25px!important;
	border-radius:100px!important;
	font-weight:600!important;
	line-height:1.5;
	text-align:center;
	color:#000!important;
	text-transform:uppercase;
	background: #fbd141!important;
	font-family: 'Montserrat', sans-serif!important;
	font-size: 12px!important;
	
}
.btn-cont:hover {
		background: #ed1019!important;

	color: #fff!important;
}
#upevent {
padding: 20px 20px 20px 20px!important;
	background: #edecec;
	
	
}
.tecbg {
	background:#f2f2f2;
	padding: 50px;
	height: 100%;
}
.tecbg2 {
	background:#383d46;
	padding: 50px;
	height: 100%;
}
.tech_text h3 {
	font-size: 50px;
	color: #14773e;
	font-weight: 300;
	padding: 15px 0px;
}
.tech_text h3 span {
	font-weight: 600;
}
.tech_text p {
	font-size: 15px;
	color: #676767;
	font-weight: 400;
	
	line-height: 22px;
	padding-left: 50px;
}
.tech_text ul li {
	list-style: decimal;
	font-size: 15px;
	color: #676767;
	font-weight: 400;
	margin-left: 50px;
}
.tech_text a {
	color: #14773e;font-weight: 600;
	text-decoration: underline;
	font-size: 16px;
	padding-left: 50px;
}
.tech_text a:hover {
	color: #383d46;
}
.testimonial {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif!important;
	font-size: 15px;
	line-height: 22px;
}
.carousel-inner {
	text-align: left!important;
}
.carousel-inner h4 {
		color: #ffffff!important;
	font-family: 'Montserrat', sans-serif!important;
	font-size: 24px;
	line-height: 22px;
	font-weight: 300;
	padding-bottom: 15px;	
}
.carousel-inner a {
	text-align: left!important;
	color: #fbd141;
	text-decoration: underline;
	font-weight: 600;
	font-size:14px!important;
}
.carousel-inner a:hover {
	color: #fff;
	text-decoration: none;
}
.carousel-indicators {
	bottom: -60px!important;
}
.carousel-indicators li {
	width: 10px!important;
	height: 10px!important;
	border-radius: 100px!important;
	border: 0px!important;
}
.carousel-indicators .active {
	background: #fbd141!important;
	width: 10px!important;
	height: 10px!important;
	border: 0px;
}



#main {
  margin: 50px 0;
}

#main #faq .card {
  margin-bottom: 10px;
  border: solid 1px #d9d9d3;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}
.card {
	border-radius: 0px!important;
}
#main #faq .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  background: #f2f2f2;
  color: #222;
  padding:10px 20px;
		font-family: 'Montserrat', sans-serif!important;
	font-weight: 600;
	font-size: 14px!important;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #f2f2f2;
  color: #424242!important;
	border-radius: 0px!important;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #f2f2f2;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #f2f2f2;
  line-height: 25px;
  color: #727272;
			font-family: 'Montserrat', sans-serif!important;
	font-weight: 300;
	font-size: 14px!important;
}

.calculator div{
	margin-bottom: 8px;
}
.servicemain2 h3 {
	color: #14773e;
	font-size: 60px;
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 600;
}
.servicemain2 h4 {
	color: #14773e;
	font-size: 60px;
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 300;
}
.servicemain2 p {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #676767;
}
.serviceinner {
	background: #fff;
	padding: 25px;
	margin-top: 30px;
}
.servicecontent {
	height: 100%;

	padding:0px 20px;
	margin-bottom: 40px;
}
.servicecontent h3 {
		color: #14773e;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 600;
}
.servicecontent p{
color: #676767;
	font-size: 14px;
	line-height: 22px;
}
.servicecontent a {
	color: #14773e;font-weight: 600;
	text-decoration: underline;
	font-size: 14px;

}

.servicecontent a:hover {
	color: #383d46;
}
.servicebtn {
	width: 100%;
}
#jointeam {
	background: #393d46;
	padding: 0px;
	position: relative;
	margin-top: -200px;
	z-index: -1;
}
.teambg img {
	width: 100%;
	height: auto;
}
.teamtxt h3 {
			color: #fff;
	font-size: 60px;
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 300;
}
.teamtxt p {
			color: #fff;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 300;
}
.teamtxt h3 span {
font-weight: 600;	
}
.newsletter {
	border-radius: 0px!important;
	padding: 40px!important;
}
.newslettermain {
	position: absolute;
	margin: -50px auto 0px auto!important;
	width: 75%!important;
	box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.20);
	
}
.newsbtn {
	border-radius: 0px!important;
	background-color: #fbd141!important;
	color: #000!important;
}
.newsbtn .input-group-text {
background-color: #fbd141!important;
	color: #000!important;
	border:0px!important;
	font-weight: 600;
}
 .newicon{
  position: absolute;
  margin-left: 15px;
  height: 25px;
  display: flex;
  align-items: center;
	 top:28px;
	 z-index: 1;
}
.fotterlefttxt h4{
	color: #34406b;
	font-size: 28px;
}
.fotterlefttxt h4 span{
	color: #14773e;
	font-size: 28px;
}
.fotterlefttxt p{
	color: #34406b;
	font-size: 15px;
	font-weight: 600;
}
.footerright {
	text-align: right;
}
.footerright a {
	font-size: 14px;
	color: #2c375f;
	padding: 0px 8px;
}
.footerright a:hover {
	color: #0f6634;
}
.prpolicy a {
	font-size: 12px;
}
.copyright {
	font-size: 13px;
	color: #fff;
	padding-bottom: 20px;
	padding-top: 20px;

	width: 100%;padding-left: 25px;
	border-top: solid 1px #909293;
	margin-top: 15px;
}
.copyright a {
	color: #fff;
}

.copyright a:hover {
	color: #13b7c6;
}
.mission h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	color: #1e354f;
	font-weight: 700;
	padding-left: 20px;
	padding-top:20px;
	text-align: left;
}
/* Breakpoint XS */
@media (min-width: 200px) and (max-width: 768px)
{
    .hidden-xs-down
    {
        display: none;
    }

}
/* Breakpoint LG */
@media (min-width: 769px) and (max-width: 1800px)
{
    .hidden-lg-down
    {
        display: none !important;
    } 
}
/* mobile view */
@media (max-width:500px)
{
	nav {
		border-bottom: 0px;
	}
	.navbar-nav{
		background-color:#13b7c6;
		border-top:3px solid #9fbf4b;
		color:#fff!important;
		z-index:1;
		margin-top:5px;
		}
	.navbar-nav .nav-item .nav-link{
	padding: 1em 1em!important;
	font-size: 80%;
    font-weight: 600;
		color:#fff!important;
    }
	.carousel-control-prev {
		left:20px!important;
	}
	.carousel-control-next {
		left: 70px!important;
	}
	.banner-text{
	padding:150px 0 150px 0;
}
.banner-heading{
	font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.banner-sub-heading{
	font-size: 10px;
    font-weight: 200;
    line-height: 10px;
    margin-bottom: 40px;
}
	.navbar-brand img {
		width: 90%;
	}
}

@media (max-width:768px){
	.banner-text{
	padding:150px 0 150px 0;
}
	.banner-sub-heading{
	font-size: 23px;
    font-weight: 200;
    line-height: 23px;
    margin-bottom: 40px;
}
	.text-intro {
		width: 80%;
	}
}
 
.innerbanner{
	background-image:url('../images/servicebg.jpg');
	text-align: left;
    color: #fff;
   
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.innerbanner-text{
	padding:300px 0 350px 0;
}
.innerbanner-heading{
	font-family: 'Montserrat', sans-serif!important;
	font-size: 35px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 30px;
	color:#fff;
}
.banner-sub-heading{
	font-family: 'Montserrat', sans-serif!important;
	font-size: 50px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px;
	color:#fff;
}
.serviceinnerbg img {
	width: 100%;
	height: auto;
}
.products {
	padding-top:50px;
	padding-bottom: 50px;
}
.subhead h2 {
	font-family: 'Montserrat', sans-serif;
	color: #4b4b4b;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
}
.subhead_w h2 {
font-family: 'Playfair Display', serif;
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	line-height: 60px;
}
.abt {
	font-size: 14px;
	color: #343434;
	line-height: 25px;
}
.vision h2 {
	
	color: #00b5ac;
	font-size: 35px;
	font-weight: 600;
	line-height: 30px;
}
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}
.abtbg img {
	width: 100%;
	height: auto;
}
.message_mtxt {
	color: #fff;

	font-size: 15px;
	line-height: 28px;
	
	
}
.management {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 25px;
	
}






/* Override UGG site */
#main {width: 100%; padding:0;}
.content-asset p {margin:0 auto;}
.breadcrumb {display:none;}

/* Helpers */
/**************************/
.margin-top-10 {padding-top:10px;}
.margin-bot-10 {padding-bottom:10px;}

/* Typography */




/* Section - Parallax */
/**************************/
#parallax-world-of-ugg .parallax-one {padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative; width: 100%; background-image: url(../images/parallax_bg.jpg); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: top center;}


/* Extras */
/**************************/
#parallax-world-of-ugg .line-break {border-bottom:1px solid black; width: 150px; margin:0 auto;}

/* Media Queries */
/**************************/
@media screen and (max-width: 959px) and (min-width: 768px) {
  #parallax-world-of-ugg .block {padding: 40px; width:620px;}
}
@media screen and (max-width: 767px) {
  #parallax-world-of-ugg .block {padding: 30px; width:420px;}
  #parallax-world-of-ugg h2 {font-size:30px;}
  #parallax-world-of-ugg .block {padding: 30px;}
  #parallax-world-of-ugg .parallax-one, #parallax-world-of-ugg .parallax-two, #parallax-world-of-ugg .parallax-three {padding-top:100px; padding-bottom:100px;}
}
@media screen and (max-width: 479px) {
  #parallax-world-of-ugg .block {padding: 30px 15px; width:290px;}
}
footer {
	background: #4b4b4b;
	padding: 25px 0px 0px 0px!important;
}
.footerlinks  ul {
	padding: 0px;
	margin: 0px;
	
}
.footerlinks h4 {
	color: #fff;
	font-size: 16px;
	padding-left: 15px;
	text-transform: uppercase;
	
}
.footerlinks li {
	list-style: none;
	color: #fff;
	font-size: 13px;
	padding: 2px 15px;
	font-weight: 500;
}
.footerlinks a {
	color: #fff;
	text-transform: normal;
	
	font-size: 13px;
	font-weight: 500;
}
.footerlinks li i {
	padding-right: 5px;
}
.footerlinks a:hover {
	color: #13b7c6;
	text-decoration: none;
}
.socialmedia_fb{
	background: #00b5ac;
	border-radius: 100px;

	padding:16px 20px;
	color: #fff;
	
}
.socialmedia a i {
	font-size: 20px;
	color: #fff;
}
.socialmedia_insta {
		background: #00b5ac;
	border-radius: 100px;

	padding:16px 16px;
	color: #fff;
}
.socialmedia a:hover {
	color: #13b7c6;
}
.whatsapplogo {
	padding-top: 12px;
}
#toTop {
  display: block;
  position: fixed;
  bottom: 0px;
  right: 0px;
  font-size: 48px;
}

#toTop {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  opacity: 0.5;
  display: none;
  cursor: pointer;
}

#toTop:hover {
  opacity: 1;
}	




.banner_abt{
	background-image:url('../images/abt_banner.jpg');
	text-align: left;
    color: #fff;
   
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-textinner{
	padding:150px 0 50px 0;
}
.banner-textinner h2 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	
}
.banner-textinner h2 span {
	border-bottom: solid 3px #fff;
}
.product h3 {
	font-size: 20px;
	padding-top: 25px;
}
.product img {
	border:solid 1px #a7a7a7;
}
.packagesec li {
	list-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
.packagesec {
	border:solid 3px #eee;
	padding: 20px 0px;
}
.packagesec span {
	color: red;
}
.product_details h4 {
	color: #00b5ac;
font-size: 20px;
font-weight: 600;
line-height:20px;
	font-family: 'Noto Sans Malayalam', sans-serif;
}
.product_details p {
font-size: 15px;
color: #676767;
font-weight: 400;
line-height: 25px;
	font-family: 'Noto Sans Malayalam', sans-serif;
}
.glass-case * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 0;
    margin: 0;
    border: 0;
}

    .glass-case *:before, .glass-case *:after {
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

.glass-case {
    position: relative;
}
/*********************DISPLAY***************************/
.gc-display-area {
    position: absolute;
    overflow: hidden;
    border: 2px solid #F5F5F5;
    padding: 2px;
    background-color: #fff;
}

.gc-display-container {
    position: relative;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.gc-display-display {
    position: relative;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    cursor: crosshair;
    opacity: 1;
}
/*********************LENS***************************/
.gc-lens {
    position: absolute;
    overflow: hidden;
    z-index: 1000;
    cursor: crosshair;
    background: #CECECE;
    opacity: .5 !important; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
    filter: alpha(opacity=50) !important; /* Netscape */
    -moz-opacity: 0.5; /* Safari 1.x */
    -khtml-opacity: 0.5;
}
/*********************ZOOM***************************/
.gc-zoom {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: auto;
    z-index: 1040 !important;
    border: 2px solid #f5f5f5;
    padding: 2px;
    background-color: #fff;
}

.gc-zoom-inner {
    cursor: crosshair;
    border: 0 !important;
    left: -2px !important;
    top: -2px !important;
    margin: 0 !important;
    z-index: 1010 !important;
}

.gc-zoom-container {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

    .gc-zoom-container img {
        position: relative;
        max-width: none !important;
    }
/*********************CAPTION**********************/
.gc-caption-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    padding: 2px;
    z-index: 1050 !important;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;

    color: #333;
    font-size: 0.9em;
}

    .gc-caption-container div {
        position: relative;
        padding: 0 12px 0 12px;
    }

.gc-caption-intop {
    left: 0;
    top: 0;
}

.gc-caption-inbottom {
    left: 0;
    bottom: 0;
}

.gc-caption-outtop, .gc-caption-outbottom {
    width: 100%;
    width: calc(100% + 4px);
    border: 2px solid #f5f5f5;
    background: #fff;
}

.gc-caption-outtop {
    top: 0;
    left: -2px;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.gc-caption-outbottom {
    bottom: 0;
    left: -2px;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.gc-alignment-center {
    text-align: center;
}

.gc-alignment-left {
    text-align: left;
}

.gc-alignment-right {
    text-align: right;
}

/*********************UL***************************/
.gc-thumbs-area {
    position: absolute;
    overflow: hidden;
    background-color: transparent;
}

.gc-thumbs-area-prev, .gc-thumbs-area-next {
    position: absolute;
    z-index: 1010;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev, .gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 5%;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev, .gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 5%;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev {
    left: 0;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    right: 0;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev {
    top: 0;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    bottom: 0;
}

.gc-thumbs-area-prev:hover, .gc-thumbs-area-next:hover {
    opacity: 1;
    cursor: pointer;
    cursor: hand;
}

.gc-thumbs-area-prev .gc-disabled, .gc-thumbs-area-next .gc-disabled, .gc-thumbs-area-prev .gc-disabled:hover, .gc-thumbs-area-next .gc-disabled:hover {
    opacity: .3; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */
    filter: alpha(opacity=30); /* Netscape */
    -moz-opacity: 0.3; /* Safari 1.x */
    -khtml-opacity: 0.3;
    cursor: default;
}

.glass-case ul {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}

    .glass-case ul li {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        border: 2px solid #f5f5f5;
        padding: 2px;
        background-color: #fff;
    }

.gc-thumbs-area.gc-hz li {
    display: inline;
    float: left;
    max-width: 100%;
    max-height: 100%;
    margin-right: 5px;
}

.gc-thumbs-area.gc-vt li {
    margin-bottom: 5px;
}

.glass-case ul li .gc-li-display-container {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.glass-case ul li:hover {
    border-color: #4f4f4f;
    cursor: pointer;
    cursor: hand;
}

.glass-case ul li.gc-active, .glass-case ul li.gc-active:hover {
    border-color: #669966;
    cursor: default;
}

.glass-case ul li .gc-li-display-container img {
    position: relative;
    top: 50%;
    left: 25%;
}
/*********************OVERLAY***************************/
.gc-overlay-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647 !important;
    background-color: rgb(204, 204, 204); /*the falback for ie7, ie8*/
    background-color: rgba(51, 51, 51, 0.95);
}

.gc-overlay-gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-overlay-container {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-overlay-container-display {
    position: absolute;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-ocd-top {
    top: 0;
}

.gc-ocd-bottom {
    bottom: 0;
}

.gc-overlay-fit {
    padding: 4em 5.5em 1em 5.5em;
    overflow: hidden;
}

.gc-overlay-display {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    cursor: crosshair;
}

.gc-overlay-display-center {
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gc-overlay-display-vcenter {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gc-overlay-display-hcenter {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gc-overlay-top-icons {
    position: absolute;
    top: 0;
    padding: 1em 1.5em 1em 0;
    width: 100%;
    height: 4em;
}

.gc-overlay-left-icons {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 1em 0 1.5em;
    height: 100%;
    width: 5.5em;
}

.gc-overlay-right-icons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1.5em 0 1em;
    height: 100%;
    width: 5.5em;
}
/*********************ICONS***************************/


.gc-icon:before {
    line-height: 1;
}

.gc-icon {
   font-family: "Font Awesome 5 Brands"; 

    position: absolute;
    z-index: 1020;
    cursor: pointer;
    cursor: hand;
    color: #000;
    opacity: .7; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 5-7 */
    filter: alpha(opacity=70); /* Netscape */
    -moz-opacity: 0.7; /* Safari 1.x */
    -khtml-opacity: 0.7;
    height: 1em;
    width: 1em;
    line-height: 0;
    
    background: #fddf59;
    border: 0px solid #000;
}

    .gc-icon:hover {
        opacity: 1; /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 5-7 */
        filter: alpha(opacity=100); /* Netscape */
        -moz-opacity: 1; /* Safari 1.x */
        -khtml-opacity: 1;
    }

.gc-disabled .gc-icon:hover, .gc-disabled .gc-icon:hover, .gc-disabled .gc-icon, .gc-disabled .gc-icon {
    opacity: .3; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */
    filter: alpha(opacity=30); /* Netscape */
    -moz-opacity: 0.3; /* Safari 1.x */
    -khtml-opacity: 0.3;
    cursor: default;
}

/* *** ICON NEXT *** */
.gc-icon-next {
    top: 50%;
    right: -2px;
}

    .gc-icon-next:before {
        position: absolute;
        top: -6px;
      
        content: "\203A";
    }

.gc-icon-next-vt {
    bottom: 0;
    left: 50%;
}

    .gc-icon-next-vt:before {
        position: absolute;
   
        content: "\e019";
    }

.gc-display-area .gc-icon-next {
    font-size: 2em !important;
}

.gc-thumbs-area-next .gc-icon-next {
    right: 0;
    font-size: 2em !important;
}

.gc-thumbs-area-next .gc-icon-next-vt {
    font-size: 1.5em !important;
}

.gc-overlay-area .gc-icon-next {
    position: relative;
    right: 0;
    font-size: 3em;
}
/* *** ICON PREV *** */
.gc-icon-prev {
    top: 50%;
    left: -2px;
}

    .gc-icon-prev:before {
        position: absolute;
        top: -6px;
        left: 5px;
        content: "\2039";
    }

.gc-icon-prev-vt {
    top: 0;
    left: 50%;
}

    .gc-icon-prev-vt:before {
        position: absolute;
        top: -2px;
        left: -2px;
        content: "\f053";
    }

.gc-display-area .gc-icon-prev {
    font-size: 2em !important;
}

.gc-thumbs-area-prev .gc-icon-prev {
    font-size: 2em !important;
}

.gc-thumbs-area-prev .gc-icon-prev-vt {
    font-size: 1.5em !important;
}

.gc-overlay-area .gc-icon-prev {
    position: relative;
    left: 0;
    font-size: 3em;
}
/* *** ICON DOWNLOAD *** */
.gc-icon-download {
    right: -2px;
    bottom: 0;
    font-size: 2em;
    overflow: hidden;

}

    .gc-icon-download:before {
        position: absolute;
        top: -4px;
        left: -2px;
        content: "\2965";
		
    }
/* *** ICON CLOSE *** */
.gc-icon-close {
    position: relative;
    font-size: 2em;
    float: right;
}

    .gc-icon-close:before {
        position: absolute;
        content: "\00d7";
        top: -2px;
        right: 6px;
    }

.gc-icon-enlarge {
    position: relative;
    float: right;
    margin-right: 0.25em;
    font-size: 2em;
}

    .gc-icon-enlarge:before {
        position: absolute;
        content: '\21F1';
        top: -2px;
        right: 4px;
    }

.gc-icon-compress {
    position: relative;
    float: right;
    margin-right: 0.25em;
    font-size: 2em;
}

    .gc-icon-compress:before {
        position: absolute;
        content: '\21F2';
        top: -2px;
        right: 4px;
    }
/*********************LOADING***************************/
.gc-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 31px;
    height: 31px;
    margin-left: -15px;
    margin-top: -15px;
    background-image: url(../images/loader.gif);
}

.gc-loading3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 0.25em;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(102, 153, 102, 0.2);
    border-right: 1.1em solid rgba(102, 153, 102, 0.2);
    border-bottom: 1.1em solid rgba(102, 153, 102, 0.2);
    border-left: 1.1em solid #669966;
    -webkit-animation: loadGC 1.1s infinite linear;
    animation: loadGC 1.1s infinite linear;
}

    .gc-loading3,
    .gc-loading3:after {
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }

@-webkit-keyframes loadGC {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadGC {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*********************GENERAL***************************/
.gc-hide {
    display: none;
    z-index: 0;
    opacity: 0; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 5-7 */
    filter: alpha(opacity=0); /* Netscape */
    -moz-opacity: 0; /* Safari 1.x */
    -khtml-opacity: 0;
}

.gc-noscroll {
    overflow: hidden;
}

.gc-start {
    display: none;
    z-index: 0;
    opacity: 0; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 5-7 */
    filter: alpha(opacity=0); /* Netscape */
    -moz-opacity: 0; /* Safari 1.x */
    -khtml-opacity: 0;
}
footer {
	padding: 0px;
	margin: 0px;
}
.socialmedia li {
	list-style: none;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.whatsapplogo {
	margin-top: -15px;
}
