
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Roboto+Slab:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;  
}

.fixed-tel {
	position: fixed;
	bottom: 30px;
    left: 20px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	z-index: 9999;
	text-align: center;
  }
  
  .fixed-tel:before {
	content: "";
	width: 70px;
	height: 70px;
	background-color: rgba(4, 199, 54, 0.99);
	position: absolute;
	border-radius: 100%;
	box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
	z-index: 1;
	top: 0;
	left: 0;
  }
  
  .fixed-tel i {
	vertical-align: middle;
	z-index: 2;
	position: relative;
	color: rgba(247, 254, 249, 0.99);
	font-size: 2rem;
  }
i {
	margin-right: 10px;
}



body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .header-area {
    background-position: center center;
    background-size: cover;
  }
  /* default css end */
  
  
  /* navbar regular css start */
  .navbar-area {
   /* background: #5161ce;*/
    border-bottom: 1px solid linear-gradient(90.2deg, rgb(77, 137, 189) 2%, rgb(23, 21, 79) 98.3%);
    background-image : linear-gradient(90.2deg, rgb(77, 137, 189) 2%, rgb(23, 21, 79) 98.3%);
  }
  .site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  a.site-logo {
    width: 150px;
    height: 80px;
    text-decoration: none;
  }
  .site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  .site-navbar ul li a {
    color: #fff;
    padding: 20px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
  }
  .site-navbar ul li a:hover {
    color: rgb(23, 21, 79);
    background-color: whitesmoke;
    box-shadow: 0 0 10px  rgb(77, 137, 189);
    border-radius: 15px;
    margin-left: 0.5rem;
    transition: 0.5s ease-in-out;
   /* background: rgba(100, 179, 216, 0.1);*/
  }
  /* navbar regular css end */
  
  
  /* nav-toggler css start */
  .nav-toggler {
    border: 3px solid #fff;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
  }
  .nav-toggler span, 
  .nav-toggler span:before, 
  .nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #fff;
    display: block;
    transition: .3s;
  }
  .nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
  }
  .nav-toggler span:after {
    content: '';
    transform: translateY(6px);
  }
  .nav-toggler.toggler-open span {
    background-color: transparent;
  }
  .nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
  }
  .nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
  }
  /* nav-toggler css start */
  
  
  /* intro-area css start */
  .intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
  }
  .intro-area h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .phone a{
	color: rgba(255, 255, 255, 0.781);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}
.phone a:hover{
    color: #fff;
    text-decoration: underline;
	transition: all 0.7s;
}
  /* intro-area css end */
  
  
  /* mobile breakpoint start */
  @media screen and (max-width: 767px) {
    .container {
      max-width: 720px;
    }
    /* navbar css for mobile start */
    .nav-toggler{
      display: block;
    }
    .site-navbar {
      min-height: 50px;
    }
    .site-navbar ul {
      position: absolute;
      width: 100%;
      height: calc(100vh - 80px);
      left: 0;
      top: 80px;
      flex-direction: column;
      align-items: center;
      background-image : linear-gradient(90.2deg, rgb(23, 21, 79) 2%, rgb(77, 137, 189) 98.3%);
      max-height: 0;
      overflow: hidden;
      transition: .3s;
    }
    .site-navbar ul li {
      width: 100%;
      text-align: center;
    }
    .site-navbar ul li a {
      padding: 25px;
    }
    .site-navbar ul li a:hover {
     background-color: whitesmoke;
     color: rgb(23, 21, 79);
      margin-top: 0.5rem;
      transition: 0.5s ease-in-out;
    }
    .site-navbar ul.open {
      max-height: 50vh;
      overflow: visible;
    }
    /* navbar css for mobile end */
  }
  @media(min-width: 992px){
	
	.overlay .extra{
    color: #fff;
	font-size: 70px;
    font-family: "Roboto Slab", serif;
	margin-top: 1rem;
	font-weight: 3200;
	padding: 5px 15px;
	  }
      .navbar-logo img{
        width: 180px;
        height: 60px;
        color: #fff;
        margin-right: 3rem;
    }
	  
}

@media (max-width: 991px){
	 .overlay .extra{
		color:#fff;
		font-size: 30px;
		margin-top: 1rem;
		font-weight: 800;
		padding: 5px 15px;
	  }
      .navbar-logo img{
        width: 100px;
        height: 50px;
        color: #fff;
        margin-right: 2rem;
    }
	   
}

video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-size: cover;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	opacity: 0.8;
	z-index: -1;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
  }
  
  .overlay {
	min-height: 100vh;
	/*display: -webkit-box;
	display: -ms-flexbox;*/
	display: flex;
	z-index: -1;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
  .extra {
      color: #fff;
  }
  .words {
    position: relative;
    animation: move-words 10s linear infinite;
    margin: 0;
  }
  @keyframes move-words {
    0% {
      left: 100%;
    }
    100% {
      left: -100%;
    }
  }
  .overlay h2 {
	/*  background: #000 none repeat scroll 0 0;
	  color: tan;*/
	  color: #fff;
	  font-weight: 2000;
	  margin: 2rem 3rem 0;
	 /* mix-blend-mode: overlay;*/
	  padding: 5px 15px;
	  text-align: center;
  }
  .extra{
	color:#fff;
	font-size: 70px;
	font-weight: 3200;
	padding: 5px 15px;
	text-align: center;
  }
  .costume{
	text-decoration: none;
	color: #fff;
  }
  .costume:hover{
	text-decoration: underline;
	transition: 0.5s ease-in-out;
  }
  
.facts{
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #5161ce;
    text-align: center;
    font-weight: 1500;
}
.fact{
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #5161ce;
    text-align: left;
    font-weight: 500;
}
.card{
    box-shadow: 0 0 10px gray;
    cursor: pointer;
    background:url(images/waterwaves.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.card:hover{
    box-shadow: none;
    border: 1px solid gray;
    transition: 0.5s ease-in-out;
}
.card-title{
    text-align: center;
    color:#1C244B;
}
.card-text{
    text-align: center;
}
.forbg{
   /* background-color:  #5161ce;*/
   background-image : linear-gradient(90.2deg, rgb(16, 9, 227) 2%, rgb(4, 68, 124) 98.3%);
    color: whitesmoke;
}
.btn{
    box-shadow: 0 0 10px gray;
    transition: 0.5s ease-in-out;
}
.btn:hover{
    border: 1px solid gray;
    box-shadow: none;
    transition: 0.5s ease-in-out;
}
.trow h1{
    display: block;
    margin-bottom: 18px;
}
.trow p{
    padding-left: 10px;
	font-size: 18px;
}
.slbg{
    margin-top: 3rem;
    /*background-color: rgb(246, 241, 224);*/
    background-image : linear-gradient(90.2deg, rgb(241, 235, 160) 2%, rgb(229, 235, 57) 98.3%);
}
.allcol{
    color:#1C244B;
    margin-top: 2rem;
}
.point{
	cursor: pointer;
	transition: 0.5s ease-out;
}
.point:hover{
	opacity: 0.7;
	transition: 0.5s ease-in-out;
}
.footer-bg {
   /* background-color: #17212d;*/
   background-image : linear-gradient(90.2deg, rgb(2, 1, 30) 2%, rgb(11, 59, 101) 98.3%);
    color:#999ea5;
}
.copyright{
    width:100%;
    margin-top:2rem;
    text-align:center;
    padding:0.5rem;
    margin-bottom: 0;
}
.info{
    display: flex;
    flex-direction: column;
}
#info a{
    text-decoration: none;
    margin-top: 1rem;
    cursor: pointer;
}
#info a i{
    background-color: #fff;
    border-radius: 30px;
    padding: 8px 0;
    width: 35px;
    text-align: center;
    color: #182b45;
    font-size: 20px;
    transition: all 0.3s linear;
}

#info a:hover i{
    transform: scale(1.2);
}
.more-links ul{
    list-style-type: none;
    margin-top:1rem;
}
.more-links li{
    padding:0.5rem 0;
}
.more-links i{
    margin-right: 1rem;
}
.more-links li a{
    text-decoration: none;
    color:#999ea5;
    font-size:1rem;
}
.more-links li a:hover{
    text-decoration: underline;
    transition:0.5s ease-in-out;
}
.image-container {
	position: relative;
	text-align: center;
  }
  
  .image-container img {
	z-index: -1;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(50%);
	cursor: pointer;
  }
  
  .overlay-text {
	position: absolute;
	top: 0%;
	left:1%;
  }
  #newcard{
    box-shadow: none;
    border: none;
    margin-left: 3rem;
    margin-right: 3rem;
}

.carbd{
	font-size: 24px;
    text-align: left;
	margin-left: 3rem;
}
.carbd1{
    text-align: left;
	margin-left: 3rem;
    font-size: 18px;
    padding: 0;
}
.ccharge{
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#5161ce;
    padding: 30px 0;
}

/* Table Styles */

.table-wrapper{
    margin: 10px 70px 70px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}
.enquiry a:hover{
       text-decoration: underline;   
       transition: 0.5s ease-in-out; 
}
