@charset "UTF-8";
/* 

Rajesh RN
                                                                                             
Theme URI:	http://www.cases.com/
Author: 	Beetle Branding Studio
Version:	1.0
Date:		11-06-2021

*/
/* ==========================================================================
   Reset
   ========================================================================== */
::-moz-selection {
  background: #404041;
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background: #404041;
  text-shadow: none;
  color: #ffffff;
}

html, body {
  width: 100%;
  height: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
}

body {
  font: 16px "Bebas Neue", cursive;
  color: #404041;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: scroll;
}

ul {
  list-style: none;
}

a {
  color: #404041;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:link, a:visited {
  color: #404041;
  text-decoration: none;
}
a:hover {
  color: #bcbdc0;
  text-decoration: none;
}

*:focus,
a:focus,
a:active {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

figure {
  line-height: 0;
}

p {
  margin: 0 0 9px;
  font-size: 14px;
  color: #4a4a4a;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

img {
  display: inline-block;
  max-width: 100%;
}

address {
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: #909090;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #909090;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #909090;
}

:-ms-input-placeholder {
  color: #909090;
}

/* -----------------------------------------
   TYPOGRAPHY
----------------------------------------- */
html, body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body, div, dl, dt, dd, ul, ol, li, pre, form, blockquote, th, td {
  font-family: "Bebas Neue", cursive;
}

body, p {
  font-family: "Bebas Neue", cursive;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Bebas Neue", cursive;
  text-rendering: optimizeLegibility;
  margin: 0;
  font-weight: 500;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

em, i {
  font-family: "Bebas Neue", cursive;
  font-style: italic;
}

strong, b {
  font-family: "Bebas Neue", cursive;
  font-weight: 700;
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  font-family: "Bebas Neue", cursive;
  font-style: italic;
}

address {
  font-family: "Bebas Neue", cursive;
}

/*  ==========================================================================
	Form Controls
	========================================================================== */
input,
select,
textarea {
  font-size: 14px;
  color: #b9b9b9;
  padding: 8px 12px;
  border: solid 1px #cdcdcd;
}

textarea {
  height: auto;
  padding: 12px;
  resize: vertical;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
  display: block;
  width: 100%;
  min-height: 40px;
}

input[type="checkbox"] {
  width: auto;
  height: auto;
  position: relative;
  outline: none;
  border: solid 1px #d7d7d7;
  margin: 0 5px 0;
  background: #fff;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

input[type="checkbox"]:hover:before,
input[type="checkbox"]:checked:before {
  content: "\2714";
  font-size: 14px;
  line-height: 18px;
  left: 1px;
  text-align: center;
  width: 20px;
  color: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

input[type="checkbox"]:checked:before {
  color: #00a79d;
}

input[type="radio"] {
  width: auto;
  height: auto;
  position: relative;
  outline: none;
  border: solid 1px #d7d7d7;
  margin: 0 5px 0;
  background: #fff;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

input[type="radio"]:hover:before,
input[type="radio"]:checked:before {
  content: "\2022";
  font-size: 17px;
  line-height: 18px;
  left: 1px;
  text-align: center;
  width: 20px;
  color: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

input[type="radio"]:checked:before {
  color: #00a79d;
}

input[type="file"] {
  height: auto;
  padding: 12px;
}

/*input.button[type="submit"],
input.button[type="button"]{
	width:auto;
}
*/
label {
  display: block;
  padding-top: 8px;
  font-weight: normal;
}

::-webkit-input-placeholder {
  color: #404041;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #404041;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #404041;
}

:-ms-input-placeholder {
  color: #404041;
}

.nopadding {
  padding: 0;
}

/*  Custom Upload  */
.upload {
  position: relative;
}
.upload input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 50;
  opacity: 0;
}

/* -- Common Layout elements -- */
/* -----------------------------------------
   Bootstrap Overrides
----------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

/* -----------------------------------------
   Header
----------------------------------------- */
/* -----------------------------------------
   Footer
----------------------------------------- */
/* -----------------------------------------
   Navigation
----------------------------------------- */
/* -----------------------------------------
  Elements appears in general
----------------------------------------- */
.clearfix:before,
.clearfix:after,
.home-navigation:before {
  content: " ";
  display: table;
  clear: both;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

/* Elements using icon font */
.container.headerBot .nav > ul > li > a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'tfgowners' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.loader {
  width: 54px;
  height: 54px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin: 15px auto;
}

.content ol li {
  margin-left: 20px;
}
.content table {
  border-color: #C8E4DF;
  margin-bottom: 20px;
}
.content table tr:nth-child(even) {
  background: #ECF5F3;
}
.content table tr th {
  padding: 10px;
  border-bottom: solid 1px #e0f1ee;
  background: #D3E0DE;
}
.content table tr td {
  padding: 5px 10px;
  border-bottom: solid 1px #C8E4DF;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
/* -----------------------------------------
   Banner General Styles
----------------------------------------- */
/* -- Common Components -- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: 'ΓåÉ';
}

[dir='rtl'] .slick-prev:before {
  content: 'ΓåÆ';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: 'ΓåÆ';
}

[dir='rtl'] .slick-next:before {
  content: 'ΓåÉ';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'ΓÇó';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* -- Pages -- */
/* -----------------------------------------
   home Page
----------------------------------------- */
body {
  /*background: linear-gradient(-45deg,  #005a62, #157078, #0b8995, #024e55);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  position: relative;
  min-height: 100vh;*/
  background: url(../images/banner/pbanner.png) #005a62;
  background-position: right top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.app-bg {
  /*background: url(../images/banner/pbanner.png);
  background-position: right top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-width: 100%;*/
}

.cs-screen-wrap {
  width: 100%;
}
.cs-screen-wrap__bg {
  /*background: url(../images/banner/pbanner.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 1280px;
  width: auto;
  height: 100%;
  max-width: 100%;*/
  position: relative;
}
.cs-screen-wrap:after {
  content: "";
  background-image: url(../images/map-caribian.png);
  background-position: left top;
  position: absolute;
  left: 66px;
  top: 250px;
  max-width: 100%;
  max-height: 100%;
  background-size: contain;
  width: 750px;
  height: 570px;
  background-repeat: no-repeat;
}
.cs-screen-wrap__header {
  padding: 33px 35px 25px 66px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
}
.cs-screen-wrap__header-logo {
  max-width: 800px;
}
.cs-screen-wrap__content {
  width: 50%;
  position: absolute;
  top: 270px;
  left: 0;
  z-index: 99;
}
.cs-screen-wrap__content h1 {
  font-size: 45px;
  color: #ffe03f;
  letter-spacing: -2.5px;
  font-weight: 500;
  margin: 0 0 25px 0;
  line-height: 58px;
  padding-left: 66px;
  font-family: 'Roboto Condensed', sans-serif;
}
.cs-screen-wrap__content h1 span {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: none;
}
.cs-screen-wrap__content h2 {
  font-size: 45px;
  line-height: 58px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 45px 0;
  padding-left: 66px;
}
.cs-screen-wrap__content-subscribe {
  width: 407px;
  height: 55px;
  position: relative;
  z-index: 99;
  margin-left: 66px;
}
.cs-screen-wrap__content-subscribe input[type="email"] {
  width: 100%;
  height: 55px;
  background-color: #ffffff;
  color: #909090;
  font-size: 17px;
  font-weight: 400;
  padding-right: 100px;
  padding: 15px 100px 15px 20px;
  font-family: "Open Sans", sans-serif;
  border-radius: 3px;
}
.cs-screen-wrap__content-subscribe input[type="submit"] {
  height: 53px;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  position: absolute;
  background-color: #ffe03f;
  right: 1px;
  top: 1px;
  cursor: pointer;
  border-radius: 3px;
}
.cs-screen-wrap__content-subscribe input[type="submit"]:hover {
  background-color: #dfbf17;
}
.cs-screen-wrap__content-subscribe ::-webkit-input-placeholder {
  color: #cdcdcd;
}
.cs-screen-wrap__content-subscribe :-moz-placeholder {
  /* Firefox 18- */
  color: #cdcdcd;
}
.cs-screen-wrap__content-subscribe ::-moz-placeholder {
  /* Firefox 19+ */
  color: #cdcdcd;
}
.cs-screen-wrap__content-subscribe :-ms-input-placeholder {
  color: #cdcdcd;
}
.cs-screen-wrap__content-events {
  padding: 60px 0 0 0;
  position: relative;
  z-index: 1;
}
.cs-screen-wrap__content-events h3 {
  font-size: 33px;
  letter-spacing: -2px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 15px 66px;
  font-family: 'Roboto Condensed', sans-serif;
}
.cs-screen-wrap__content-events .content {
  width: 100%;
  padding: 15px 0 6px 66px;
  background: #005a62;
  background: linear-gradient(274deg, rgba(0, 90, 98, 0) 30%, #016f79 100%);
}
.cs-screen-wrap__content-events .content p {
  font-size: 30px;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: -2px;
  font-family: 'Roboto Condensed', sans-serif;
}
.cs-screen-wrap__content-events .content p span {
  color: #ffe03f;
}
.cs-screen-wrap__content-events .content p span a {
  color: #ffe03f;
}
.cs-screen-wrap__content-cta-wrap {
  padding: 20px 0 80px 66px;
  display: flex;
}
.cs-screen-wrap__content-cta-wrap .cta {
  color: #000000;
  font-size: 27px;
  font-weight: 500;
  background-color: #ffe03f;
  padding: 9px 25px 6px 25px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 20px;
  transition: 0.35s ease;
  border-width: 2px;
  border-style: solid;
  position: relative;
  overflow: hidden;
  border-color: #ffe03f;
}
.cs-screen-wrap__content-cta-wrap .cta:after {
  content: "";
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  width: 150%;
  padding-top: 150%;
  transition: 0.35s ease;
  background: #ffe03f;
}
.cs-screen-wrap__content-cta-wrap .cta span {
  position: relative;
  z-index: 1;
  color: #000000;
}
.cs-screen-wrap__content-cta-wrap .cta:hover {
  border-color: #ffe03f;
  background-color: transparent;
  color: #ffe03f;
  transition: 0.35s ease;
}
.cs-screen-wrap__content-cta-wrap .cta:hover:after {
  left: 190%;
  transition: 0.35s ease;
}
.cs-screen-wrap__content-cta-wrap .cta:hover span {
  color: #ffe03f;
}
