@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
	font-family: 'PoppinsRegular';
	src: url('../fonts/PoppinsRegular.eot?v=1.1.0');
	src: url('../fonts/PoppinsRegular.eot?#iefix&v=1.1.0') format('embedded-opentype'), url('../fonts/PoppinsRegular.woff2?v=1.1.0') format('woff2'), url('../fonts/PoppinsRegular.woff?v=1.1.0') format('woff'), url('../fonts/PoppinsRegular.ttf?v=1.1.0') format('truetype'), url('../fonts/PoppinsRegular.svg?v=1.1.0#PoppinsRegular') format('svg');
}

@font-face {
	font-family: 'PoppinsSemiBold';
	src: url('../fonts/PoppinsSemiBold.eot');
	src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'), url('../fonts/PoppinsSemiBold.woff2') format('woff2'), url('../fonts/PoppinsSemiBold.woff') format('woff'), url('../fonts/PoppinsSemiBold.ttf') format('truetype'), url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}

@font-face {
	font-family: 'PoppinsBold';
	src: url('../fonts/PoppinsBold.eot');
	src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'), url('../fonts/PoppinsBold.woff2') format('woff2'), url('../fonts/PoppinsBold.woff') format('woff'), url('../fonts/PoppinsBold.ttf') format('truetype'), url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}

@font-face {
	font-family: 'PoppinsLight';
	src: url('../fonts/PoppinsLight.eot');
	src: url('../fonts/PoppinsLight.eot') format('embedded-opentype'), url('../fonts/PoppinsLight.woff2') format('woff2'), url('../fonts/PoppinsLight.woff') format('woff'), url('../fonts/PoppinsLight.ttf') format('truetype'), url('../fonts/PoppinsLight.svg#PoppinsLight') format('svg');
}

@font-face {
	font-family: 'PoppinsMedium';
	src: url('../fonts/PoppinsMedium.eot');
	src: url('../fonts/PoppinsMedium.eot') format('embedded-opentype'), url('../fonts/PoppinsMedium.woff2') format('woff2'), url('../fonts/PoppinsMedium.woff') format('woff'), url('../fonts/PoppinsMedium.ttf') format('truetype'), url('../fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');
}
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
	scroll-behavior: auto;
	--thm-font: "Poppins", sans-serif;
	--primary-text-color-rgb: 0, 31, 63;
	--thm-base: #267c0d;
	--thm-orange: #fe8800;
    --thm-text-dark: #c4cdff;
	--thm-black: #12206e;
	--thm-blackbg: #6c83ff;
}
html,body{ height:100%; }

body {font-family: "Poppins", sans-serif; color: var(--thm-color); font-size: 16px; line-height: 1.875;}

a {color: var(--thm-base);}

a,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

::placeholder {color: inherit;opacity: 1;}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--heading-font);
	color: var(--thm-black);
}

@media (max-width: 575px) {

	h1 br,
	h2 br,
	h3 br,
	h4 br,
	h5 br,
	h6 br {
		display: none;
	}
}

::placeholder {
	color: inherit;
	opacity: 1;
}
.row {
	--bs-gutter-y: 0px;
}
.row > * {padding: 0 10px;}

@media (min-width: 1200px) {
    .main-menu .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background: #d7efff;
	background-size: cover; background-repeat: no-repeat; background-position: left -50px;

}


.main-menu {
	position: relative;
	z-index: 91;
   background: #00264b ;
}

.main-menu .container-fluid {
	display: flex;
	align-items: center;
}


.main-menu__logo {
    padding: 5px 30px 5px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.main-menu__logo img {
	position: relative;
	z-index: 11;
	height: 60px;
}
.PotalName{ font-size:20px;  font-weight:500; line-height:30px; color:#f9ab00; border-left: 1px solid #a092e9;}
.PotalName span{ display:block;font-size:18px; letter-spacing:0px; color:#fff; }

@media (max-width: 1199px) {
	.main-menu__nav {
		display: none;
	}
}

.main-menu__right {
	margin-left: 15px;
	display: flex;
	padding-left: 15px;
	align-items: center;
	padding-right: 15px;

}


.main-menu__right a img{ height: 60px; }

@media (max-width: 1199px) {
	.main-menu__right {
		padding-top: 0px;
		padding-right: 0;
	}
}


[class*=main-menu__logo__shape-] {
	position: absolute;
	width: 366px;
	height: 120px;
}

@media (max-width: 1199px) {
	[class*=main-menu__logo__shape-] {
		height: 80px;
		display: none;
	}
}



.section-hero-five {height: 100vh}
@media (max-width:767px) {
  .section-hero-five__list {width: 100%;flex-wrap: wrap}
}

.shipArea{ position:absolute; z-index:9; bottom:20px; left:-70px; width: 750px;}

@media (min-width:1400px) {
.shipArea{bottom:85px; left: -70px}
}

.shipArea img{ width:100%; }

.barco {
  -webkit-animation-name: barco;
          animation-name: barco;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
/*@-webkit-keyframes barco {
  0% {
    transform: rotate(-2deg) translateX(2px);
  }
  50% {
    transform: rotate(1deg) translateX(-10px);
  }
  100% {
    transform: rotate(-2deg) translateX(2px);
  }
}*/
@keyframes barco {
  0% {
    transform: rotate(-2deg) translateX(2px);
  }
  50% {
    transform: rotate(2deg) translateX(-10px);
  }
  100% {
    transform: rotate(-2deg) translateX(2px);
  }
}


.contenedores { top:0; left: 0;

  position: absolute;

  -webkit-animation-name: contenedores;
          animation-name: contenedores;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

@-webkit-keyframes contenedores {
  0% {
    transform: translateX(-7px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-7px);
  }
}
@keyframes contenedores {
  0% {
    transform: translateX(-7px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-7px);
  }
}


.flagArea {
    position: absolute;
    top: 0;
    right: -10px;
    transform: scale(0.5);
}
.flagArea canvas{transform: rotateY(180deg);}
.agua {
  background-color: #fff;
  width: 50%;
  height: 150px;
  position: absolute;
  bottom: -200px;
  right: 0;
  z-index: 99;
  opacity: 0.5;
  transform: rotate(-5deg);
}
.agua .olacont {
  width: 200%;
  top: -30px;
  position: relative;
  -webkit-animation-name: ola;
          animation-name: ola;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-timing-function: lineal;
          animation-timing-function: lineal;
}
.olita {
  fill: #fff;
  -webkit-animation-name: olita;
          animation-name: olita;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  position: relative;
}

@-webkit-keyframes ola {
  0% {
    right: 0%;
  }
  100% {
    right: -100%;
  }
}
@keyframes ola {
  0% {
    right: 0%;
  }
  100% {
    right: -100%;
  }
}

@-webkit-keyframes olita {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -29px;
  }
}
@keyframes olita {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -29px;
  }
}

.loginSectionArea {width: 550px; position: absolute; right: 50px; top:60px;}
.loginSectionArea .sign-in-from { padding: 20px 30px;border-radius: 20px;position:relative;z-index:9;background: #fff;}
.loginSectionArea .sign-in-from h1{ font-size:25px; background:#dbdbdb url(../images/title_bg.png) no-repeat; background-repeat: no-repeat; background-position:-330px 0; color:#fff; padding:5px 0 5px 30px; margin:0 -30px; margin-bottom:30px; }
.loginSectionArea .sign-in-from h1 span{ color:#000; padding-left:110px; font-size:18px; font-weight:600; }
.loginSectionArea .sign-info {border-top: 1px solid #cdd1f3;margin-top: 30px;padding-top: 20px;}
.loginSectionArea .sign-in-from label{ font-size:17px; font-weight:600; }


.main-menu,
.stricky-header {
  /* after third level no menu */
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: flex;
  }
}

.main-menu .main-menu__list,
.stricky-header .main-menu__list {
  margin-left: auto;
  margin-right: auto;
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 15px;
}

@media (min-width: 1341px) {

  .main-menu .main-menu__list>li+li,
  .stricky-header .main-menu__list>li+li {
    margin-left: 5px;
  }
}

.main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a {
    font-family: var(--thm-font);
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    transition: all 500ms ease;
    padding: 3px 14px;
    border-radius: 50px;
}

.main-menu .main-menu__list>li>a.active {
  background:var(--thm-base); color: #fff;
}

/*.main-menu .main-menu__list>li>a::after,
.stricky-header .main-menu__list>li>a::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--thm-base);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right center;
  transition: transform 500ms ease;
}*/

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  background:var(--thm-base); color: #fff;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
  transform: scale(1, 1);
  transform-origin: left center;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: 500ms ease;
  z-index: 99;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
  border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 16px;
  line-height: 30px;
  color: var(--thm-black);
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 500ms;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
  background-color: var(--thm-base);
  color: #fff;
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
  display: none;
}



.innerBanner {
  background: #000  url(../images/bg_in.jpg);
}

.innerBanner .container {
    position: relative;
    z-index: 10;
    padding-top: 60px;
    padding-bottom: 60px;
}

.innerBanner .container h2 {
    margin: 0;
    line-height: 1;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    border-left: 3px solid #549640;
    padding: 0px 0px 0px 18px;
}
.breadcrumbArea{ border-bottom: 1px solid #a7a7a7; background:#fff; }
.breadcrumbArea .breadcrumb{ margin: 0; padding: 5px 30px; }
.breadcrumbArea .breadcrumb li{font-size: 14px; color: #606cb3;}
.breadcrumbArea .breadcrumb li a{ color: #424142; }
.breadcrumbArea .breadcrumb li a:hover{color: #606cb3;}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, ">");
}


.innerSection {
    padding: 40px 0 20px 0; background: #fff;
}


/* gallery */
.galleryAreaBt {
  padding: 10px;
  background: #fff;
  border: 1px solid #b9b9b9;
  -webkit-box-shadow: 5px 8px 30px 0 rgb(31 35 37 / 8%);
  -moz-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
  box-shadow: 5px 8px 30px 0 rgb(31 35 37 / 8%);
}
.galleryBox{border: 1px solid #dbe2eb; padding: 10px; margin-bottom: 30px;
box-shadow: 6px 11px 41px -28px #796eb1;
    -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
}
.single-shuffle {
  position: relative;
  z-index: 1;
  
     text-align: center;
      background: #fff;

    
    padding:0;
    transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    overflow: hidden;
}

.single-shuffle img{}
.single-shuffle:hover .ssf-hover i.fa-link {font-size: 29px;}
.single-shuffle:hover .ssf-hover {
  opacity: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.single-shuffle:hover .ssf-hover:before {
  opacity: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.single-shuffle:hover .ssf-hover i {
  font-size: 40px;
  color: #fff;
}

.single-shuffle:hover .ssf-hover img {
  opacity: 1;
}

.single-shuffle img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-shuffle .ssf-hover {
  position: absolute;
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding-top: 0px;
  background-color: rgba(22 , 47, 106, 0.4);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-shuffle .ssf-hover:before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding-top: 0px;
  background-color: rgba(22 , 47, 106, 0.4);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  z-index: -1;
}

.single-shuffle .ssf-hover img {
  max-width: 35px;
  max-height: 35px;
  opacity: 0;
  margin: 0 auto;
}

.single-shuffle .ssf-hover a {
  padding-top: calc(35% - 23px);
  display: block;
  height: 100%;
  width: 100%;
}

.single-shuffle .aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.single-shuffle .aspect .aspect__inner {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;

  overflow: hidden;
}

.single-shuffle .aspect--16x9 {
  padding-bottom: 56.25%;
}

.single-shuffle .aspect--9x80 {
  padding-bottom: calc(112.5% + 30px);
}

.single-shuffle .aspect--32x9 {
  padding-bottom: calc(28.125% - 8px);
}

.sbox_V1 .single-shuffle {
  margin-bottom: 0px;
  padding: 0px;
}

.ssV1-2 .ssf-hover i {
  border: 1px solid #fff;
  padding: 5px 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pf-8 .single-shuffle {
  margin-bottom: 0px;
}


.single-shuffleHeading{
    width: 100%;
    margin: auto;
    text-align: center;
    background: #fff;
    border-top: 0;
    padding:10px 0 0 0;
  
}

.single-shuffleHeading h5{ font-size: 15px; margin: 0; padding: 0; line-height: 20px; }
.single-shuffleHeading h5 span{ display: block; color: #737373; font-size: 14px; padding-top:5px;}


.bottom-footer {
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #00264b;
}

.bottom-footer__text {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.fancybox-show-thumbs .fancybox-thumbs{ display:none !important; }

.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
}

.page-wrapperInner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #24580f;
    border-color: #24580f;
}



.loginSectionArea table.table{ width: 100%; border: 0; border-left:1px solid #8dae77; border-bottom:1px solid #8dae77;     border-collapse: separate;}
.loginSectionArea table.table thead tr th {
    border: 0;
    background: #408413;
    font-weight: 700;
    color: #ffffff;
    border-right: 1px solid #8dae77;
    border-top: 1px solid #8dae77;
}
.loginSectionArea table.table tbody tr td{border: 0; border-right:1px solid #8dae77; border-top:1px solid #8dae77;}
.loginSectionArea table.table thead tr th,.loginSectionArea table.table tbody tr td{ padding: 5px; font-size: 14px; line-height: 18px; }
.loginSectionArea table.table tbody tr td a{ color: #162F6A; }
.searchFilterArea{ background: #fff; }
.searchFilterArea .inputPanel {
    padding: 6px 5px;
    border: 1px solid #cacfe1;
    font-size: 14px;
    border-radius: 5px;
        width: 100%;
}
.loginSectionArea table.table tbody tr:nth-child(even) {background-color: #d9f5c6;}

.loginSectionArea .inputPanel {
    padding: 9px 10px;
    background: #d9f5c6;
    border: 1px solid #62983e;
    font-size: 14px;
    border-right: 1px solid #62983e;
    border-radius: 50px;
    width: 100%;
}

.main-menu__nav  .main-menu__list li:last-child a{
    background: #d97d03;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin-left: 10px;
}

.main-menu__nav  .main-menu__list li:last-child a:hover {
    background: #267c0d;
}

.homeSectionArea{ padding:20px; }

.boxAreaPanel{ background::#fff; height: 100%; padding:20px; background: #fff;  border-radius:15px; overflow:hidden; position:relative; }
/* .boxAreaPanel .mapHeadingArea {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    display: inline;
} */
.boxAreaPanel .mapHeadingArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: #f8f9fa; 
    border-bottom: 1px solid #ddd; 
    position: relative; 
    z-index: 2;
}

.boxAreaPanel .mapHeadingArea h6{ margin:0; font-weight: 700;}
.boxAreaPanel .mapHeadingArea h6 span{ font-size:12px; display:block; color:#a0a0a0; font-weight:500; }

#mapArea-license-text,.zc-menu{ display:none !important; }


.chart--container {
         /*      min-height: 230px;*/
         width: 100%;
         height: 100%;
         }
         .zc-ref, #myChart-license-text {
         display: none;
         }
         .boxDataArea{ background:#ededed; padding:15px; border-radius:15px; border:1px solid #d4d4d4; }
         .tooltipArea{ background:#ffdada; font-size:18px; border-radius: 10px; overflow: hidden; font-family: "Roboto", sans-serif; font-weight: 600;}
         .tooltipArea h2{ display:block; padding:10px 15px; font-size:16px; borderRadius:15px;}
         .tooltipArea h2 strong{font-size:25px; font-weight:600; }
         .tooltipArea span{ display:block; background:#fff;padding:5px 15px; font-size:16px; }


   .topmapArea{ position:absolute; top:90px; right:15px; background:#cceff9; font-size:12px; border-radius:7px; } 
   .boxAreaPanel p{font-size:15px; line-height:22px; } 
   .boxAreaPanel ul{ margin:0; padding:0; list-style:none; }
   .boxAreaPanel ul li{ border-bottom:1px solid #cfe6ff; display:flex; align-items: center; gap:8px;}
   .boxAreaPanel ul li:nth-child(even) {background: #e6f9ff;}
   .boxAreaPanel ul li a{ display:block; color:#000; padding:10px 5px; font-size:14px; line-height:20px; }   
   .boxAreaPanel ul li svg {
    width: 51px;
    height: auto;
    fill: #1765b1;
}

.box-5{ background: #cceff9; padding: 15px; border-radius: 10px; font-size: 15px; line-height: 22px;}

.vertical-slider{ overflow:hidden; height:526px; }