@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: 'SF-Pro-Text', sans-serif;
    /* 
    Thin 100
    Extra-light 200
    Light 300
    Regular 400
    Medium 500
    Semi-bold 600
    Bold 700
    Extra-bold 800
    Black 900 */
    }

    

    @font-face {
        font-family: 'SF-Pro-Text-bold';
        src:url('fonts/SF-Pro-Text-Bold.otf');
    }

    @font-face {
        font-family: 'SF-Pro-Text-Heavy';
        src:url('fonts/SF-Pro-Text-Heavy.otf');
    }

    @font-face {
        font-family: 'SF-Pro-Text-Medium';
        src:url('fonts/SF-Pro-Text-Medium.otf');
    }

    
    @font-face {
        font-family: 'fonts/SF-Pro-Text';
        src:url('fonts/SF-Pro-Text-Regular.otff');
    }


     
    @font-face {
        font-family: 'fonts/SF-Pro-Text-Semibold';
        src:url('fonts/SF-Pro-Text-Semibold.otf');
    }


    body{
        color: #666666 !important;
        width: 100%;
        height: 100%;
    }

h1,h2,h3,h4,h5,h6,p{
    margin-bottom: 0 !important;
}


a:hover {
    text-decoration: none !important;
    cursor: pointer !important;
  }
  ul,
  li,
  ol,
  li {
    padding: 0;
    list-style: none;
    list-style-image: none;
    margin: 0;
  }


:root {
    --text-size : 40px;
  }
.section-font {
    font-size: var(--text-size) !important;
}

header {
    height: 60px;
    display: flex;
    align-items: center;
    /* background: #F3F3F3; */
    /* box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%); */
    /* border-bottom: 2px solid #ddd; */
    position: absolute;
    z-index: 9999999;
    width: 100%;

}

.about-heading-a h2{
    font-weight: 700;
    font-size: 24px;
}

.about-heading-a p{
    font-size: 14px;
    text-align: justify;
}



ul.right-nav li {
    padding: 0px 10px;
  
}
ul.right-nav li img{
    transition: 1s ease-out;
}

/* ul.right-nav li img:hover{
    transform: translateY(-.25rem);
} */

.app-imgs img{
    transition: 1s ease-out;
}

.app-imgs img:hover{
    transform: translateY(-.15rem);
} 

.about-text-new h2{
    font-size: 28px;
    color: #fff;
    font-family: SF-Pro-Text-bold;
}

.about-text-new p {
    color: #fff;
   line-height: 25px;
   font-size: 14px;
   line-height: 28px;
   text-align: justify;

}


p.text-center.py-2 {
    font-weight: 600;
}




ul.right-nav li:last-child{
    padding-right: 0;
}

.search-svg,.user-icon-svg{
    width: 20px;
}

.menu-icon-svg{
    width:22px
}

.banner-menu{
    background-size: cover;
    position: relative;
    /* height: calc(100vh - 70px); */
    
   
}

a.text-uppercase.menus {
    color: #333;
    transition:.7s ease-out;
    position: relative;
    font-size: 15px;
    padding: 0 10px;
}

.read-more{
    text-align: left;
}

a.text-uppercase.menus:hover{
    color: #0897ff;
}
.about-after::after {
    display: none;
    content: "";
    background: #000000;
    position: absolute;
    width: 1px;
    height: 136%;
    top: -18%;
    right: -5px;
}

.quotes-bg-0{
    transition: 2s ease-out;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
   -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
   -webkit-animation-name: fadeIn;
   animation-name: fadeIn;
    background-image: url('images/img/jamaica-1.jpg');
    background-repeat: no-repeat;
}

.quotes-bg-1{
    transition: 2s ease-out;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
   -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
   -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    background-image: url('images/img/jamaica-2.jpg');
    background-repeat: no-repeat;
}

.quotes {display: none; font-size: 34px;}


.slider-content {
    width: 60%;
    justify-content: center;
    margin: 0 auto;
    background: #c4d8ce;
    backdrop-filter: blur(10px);
    padding: 40px 10px;
    position: relative;
    background: rgb(245 240 240 / 80%);
    backdrop-filter: saturate(180%) blur(10px);
    top: 25%;

}

.slider-content h1 {
    text-align: center;
    color: #fff;
    /* font-weight: 100; */
    font-size: 36px;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    line-height: 44px;
    margin-bottom: 15px !important;
}



span.bold-text {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    font-size:45px;
}

span.bold-text-num {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    font-size:55px;
}

.country-name{
    color: #333;
    font-weight: 600;
    font-size: 11px;
}

ul.flags{
    padding-top: 10px;
}

ul.flags li{
    width: 103px;

}

.tabs-menu {
    background: #0897FF;
}

.tabs-menu {
    background: #0897FF;
    position: absolute;
    bottom: 0;
    width: 100%;
}


.slider-headings{
    position: absolute;
    top: 55%;
    height: 131px;
    color: #fff;
    left: 50%;
    text-align: center;
    /* background: rgb(245 240 240 / 80%);
    backdrop-filter: saturate(180%) blur(10px); */
    transform: translate(-50%, 10px);
    padding: 10px;
    width: 670px;
}

.flags-country {
    z-index: 99;
    position: absolute;
    top: 140px;
    padding: 25px 30px;
    /* cursor: pointer; */
}

.the-flag img{
    width: 100px;
    margin: 5px;
    transition: 1s ease-out;
    
}

.the-flag img:hover{
    transform: translateY(-.25rem);
}
li.the-flag{
    transition: opacity .2s ease;
}

li.the-flag:hover{
    opacity:0.5
}





p.tab-name {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 8px rgb(0 0 0 / 58%);
    padding-top: 5px;
}

/* .img-size{
    width: 110px;
} */


ul.tabs-ul li{
  position: relative;
  cursor:pointer;
  width: 16.6%;
  padding: 16px;
  transition: 1s ease-out;
  padding: 25px 15px;
}

ul.tabs-ul li:hover {
    background-color:#FEC012;
    /* transform: translateY(-.25rem); */
}

 ul.tabs-ul li::after{
    content: "";
    background: #dedede;
    position: absolute;
    width: 1px;
    height: 70%;
    top: 15%;
    right: 0px;
} 

ul.tabs-ul li:last-child::after{
    display: none;
} 

.tabs-icons {
    width: 100px;
}

#data-bank, #citizen-vote, #data-dashboard, #quick-data, #data-gallery, #data-query {
    display: none;
    transition:2s;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
   -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
   -webkit-animation-name: fadeIn;
   animation-name: fadeIn;
    
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
 }
 
 @keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
 }




.logo img{
    height: 55px;
}


.hidethis{
    height: calc(100vh - 147px);
    position: relative;
    align-items: center;
    
}

.menu-icons {
    width: 50px;
}


.dropdown-menu.p-2.show{
    /* top:18px !important;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%); */
    z-index: 1003;
    /* max-height: 80vh;
    min-height: 196px; */
    max-height: 72vh;
    overflow-y: auto;
    width: 280px;
    line-height: normal;
    padding: 15px 3px 15px 15px !important;
    border-radius: 0 1px 5px 5px;
    transform: unset !important;
    right: 13px;
    left: auto !important;
    top: 40px !important;
}
.dd-size a{    padding: 4px 15px 24px 15px;}

.dropdown-item.active, .dropdown-item:active{
    background-color: unset !important;
    
}

h2.heading-size {
    font-size: 55px;
    color: #0897FF;
    line-height: 50px;
    font-weight: 800;
}

.text-width{ 
    width: 400px;
    color: #04142E;
    font-weight: 300;
    margin-top: 15px;

}

li.active{
    border-top: 10px solid #fff;
    background-color: #FEC012;
    margin-top: -10px;
}

button.btn.btn-primary.explore-btn{
    font-size: 24px;
    background-color: #FEC012;
    text-transform: uppercase;
    padding: 15px 60px;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 48px 58px -3px rgb(254 192 18 / 40%);
}

button.btn.btn-primary.explore-btn:hover{
    background-color: #efb103;
}
button.btn.btn-primary.explore-btn:focus{
    outline:none;
    box-shadow:none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #FEC012;
    border-color: #FEC012;
}


.btns {
    margin-left: 150px;
}

.footer {
    display:none;
    position: fixed;
    background: #00020487;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 30px;
    z-index: 9999;
}
.footer svg {
    width: 70px;
}

.footer.active {
    display: block;
}

.copy-right{
    color:#fff;
    font-size: 13px;
}
.note-center{
    color:#fff;
    font-size: 10px;
}
.footer-logo{
    cursor: pointer;
}


.tabs-icons {
    width: 100px;
}

img.img-size {
    width: 55px;
}

.hidethis .container{ 
    margin-top: -40px;
}


.about-us-heading{
    background-image: url('images/img/aboutus.png');
    background-repeat: no-repeat;
    height: 40vh;
    background-size: cover;
    background-position: 50% 50%;
}

h4.about-heading {
    font-size: 50px;
    color: #fff;
    text-align: center;
    position: relative;
    top: 16vh;
    font-weight: 700;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.dd-size{
    margin: auto;
    /* text-align: center; */
}

.dd-size p {
    text-align: center;
    display: block;
    line-height: 1.3;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .8px;
    padding-top: 5px;
    text-transform: capitalize;
}

 .av-content-v{
    background-color: #f9f9f9;
    place-items: center;
    height: 100%;
    display: grid;
    place-content: center;
    padding: 15px;
    font-size: 15px;
    color: #312202;
    border: 1px solid #eae8e8;
    font-family: 'SF-Pro-Text-Medium';
    font-size: 18px;
}


section.section-content {
    background: #0897ff05;
}

video#myVideo {
    /* position: fixed;
    top: 0px;
    left: 0px;
    width: auto;
    z-index: -1;
    overflow: hidden; */
    width: 100%;
    /* height: calc(100vh - 70px); */
}



@media only screen and (min-device-width : 1280px) and (max-device-width : 1366px) {
    .slider-content {
        width: 68%;
        top: 60px;
    }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .slider-content {
        width: 90%;
        top: 20%;
    }
    p.tab-name{
        font-size: 16px;
    }
}

@media only screen and (min-device-width : 1601px) and (max-device-width : 1920px) {
    ul.flags li {
        width: 128px;
    }
}



.av-content-v-2 {
    background-color: #f9f9f9;
    place-items: center;
    height: 100%;
    padding: 15px;
    font-size: 18px;
    color: #312202;
    border: 1px solid #eae8e8;
}

.av-content-v-2 p{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.av-content-v-2 p{
    font-size: 18px;
}


.bg-1{
    transition: 1s;
    background-image: url('images/img/img1.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
.bg-2{
background-image: url('images/img/bg-22.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-size: 100% 100%;
}

button.btn.btn-primary.city-vote {
    background: #E42727;
    border: 1px solid #E42727;
    font-size: 50px;
    font-family: 'SF-Pro-Text-bold';
    border-radius: 0;
    padding: 10px 30px;
    box-shadow: 0px 35px 15px -25px rgba(0, 0, 0, 0.25);
    transition: 0.5s;
}

button.btn.btn-primary.city-vote:hover {
    background: #9C0606;
    border: 1px solid #E42727;
}


  .parallax-details{
    position: relative;
    top: 26%;

  }

  .parallax-details-2{
    position: relative;
    top: 30%;

  }

 

  button.btn.btn-primary.ex-btn {
    display: none;
    transition: 1s;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 40px);
    background: transparent;
    border: 2px solid #fff;
    padding: 10px 40px;
    border-radius: 0;

}

button.btn.btn-primary.ex-btn:hover{
    background: #005A9C;
}

.overlay-1:hover button.btn.btn-primary.ex-btn{
    display: block;
    transition: 0.5s;
}

.overlay-2:hover button.btn.btn-primary.ex-btn{
    display: block;
    transition: 0.5s;
}

.overlay-3:hover button.btn.btn-primary.ex-btn{
    display: block;
    transition: 0.5s;
}

.overlay-4:hover button.btn.btn-primary.ex-btn{
    display: block;
    transition: 0.5s;
}

.overlay-5:hover button.btn.btn-primary.ex-btn{
    display: block;
    transition: 0.5s;
}

  img.img-fluid.parallax-details-img {
    width: 100px;
}

p.text-center.app-content{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding-top: 10px;
    text-transform: uppercase;
}


p.parallax-details-name {
    font-size: 34px;
    color: #fff;
    padding-top: 30px;
    font-family: 'SF-Pro-Text-bold';
}


.overlay{
    position: relative;
    height: 500px;
}
/* 
.overlay::after{
    content: "";
    background: rgb(5 85 142 / 50%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
} */

.city-votes{
justify-content: center;
align-items: center;
height: 202px;

}

.vote-text{
    padding-top: 30px;
}

.mt-70{
    margin-top: 95px;
}


.city-vote-div{
    background-attachment: fixed; 
background-image: url('images/img/city-votes.svg') ;
background-position: right;
background-repeat: no-repeat;
}

.platform{
    background-repeat: no-repeat;
    background-image: url('images/img/about-home.jpg') ;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.about-oecs-head{
 color: #005A9C;
 font-weight: 800;
 font-size: 50px;
 font-family: 'SF-Pro-Text-bold';

}

p.about-oecs-text{
    color: #005A9C; 
    font-weight: 500;
    font-size: 35px;
    line-height: 40px;
    

}

.platform-about-text{
    color: #032136;
    font-size: 18px;
    font-weight: 400;
}


button.btn.btn-primary.nowmore {
    background: #E42727;
    border: 1px solid #E42727;
    border-radius: 0;
    padding: 10px 30px;
}

.flags{
    position: absolute;
    bottom: 221px;
    display: flex;
    width: 65%;
    justify-content: center;
    left: 17.5%;
    padding: 25px 30px;
    background: rgb(245 240 240 / 60%);
    backdrop-filter: saturate(180%) blur(10px);
}

button.btn.btn-primary.nowmore:hover{
background: #9C0606;
border: 1px solid #E42727;
}
.patner-logo {
    width: 235px;
}
h2.patners-heading {
    font-size: 34px;
    color: #005a9c;
    font-weight: 600;
}


.footer-b{
    border-bottom: 1px solid #fff;
    background-color: #005a9c;
}


.footer-b-logo img {
    height: 55px;
}


h2.footer-lin-headings {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

a.linfooter_a {
    font-size: 15px;
    font-weight: 200;
    color: #fff;
    transition: 0.5s;
    margin: 10px 1px;
}

a.linfooter_a:hover{
    color:#ddd;
}

ul.linfooter {
    padding-top: 15px;
}

li.foters_li {
    padding: 4px 0;
}

.info_a{
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
}

li.icons_a img {
    transition: 1s ease-out;
    cursor: pointer;
    margin: 15px;
}

li.icons_a img:hover{
    transform: translateY(-.25rem);
} 

.about-text-new {
    height: calc(100vh - 150px);
    overflow: auto;
    margin-left: 20px;
    background-color: #166a9d;
}



.about-text-new::-webkit-scrollbar
{
	width: 9px;
	background-color: #F5F5F5;
}

.about-text-new::-webkit-scrollbar-thumb
{
	border-radius: 9px;
	background-color: #E2E2E2
}
.ul .app-imgs{
    height: calc(100vh - 100px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
   justify-content: space-around; 
}
ul.app-imgs li img{
    width: 250px;   
    height: 100%;
   display: inline;

}

ul.app-imgs li a{
padding: 0!important;
height: 100%;
align-items: center;
display: inline;
}


ul.app-imgs {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 150px);
    overflow: auto;
    padding-left:1rem ;
}

ul.app-imgs li{
    margin-bottom: 20px;
}

.img-map-oecs{
    position: absolute;
    text-align: right;
    height: calc(100vh - 80px);
    margin-right: 72px;
    top: -35px;
    right: 0;
}


.scrollbox {
    height: calc(100vh - 100px);
    overflow: auto;
    visibility: hidden;
  }

.scrollbox-content,
.scrollbox:hover,
.scrollbox:focus {
  visibility: visible;
}




.scrollbox::-webkit-scrollbar

{   
	width: 9px;
	background-color: #F5F5F5;
}

.scrollbox::-webkit-scrollbar-thumb

{    
	border-radius: 9px;
	background-color: #E2E2E2
}



.background {
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("images/sea-1.jpg");
    background-size: cover;
  }
  
  .background .water {
    position: absolute;
    background-image: url("images/sea-map-1.png");
    background-size: cover;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    filter: url("#turbulence");
  }
.content-part{
  z-index: 999999;
  position: absolute;
  top: 85px;
  width: 100%;
}

.about-heading-a {
    height: calc(100vh - 150px);
    overflow: auto;
    margin-left: 20px;
    background-image: url("images/img/about-bg.png");
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    background-size: cover;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 8px;
    background-color: transparent
	
}

::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
	/* background-color: #F5F5F5; */
}

::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: #ddd;
}
.help-list{
    display: none;
}
ul.help-list.bottom.main {
    display: block;
}
.help-button:focus{outline: none;}
.help-button {
    animation: bounce2 2s ease infinite;
    height: 5em;
    width: 5em;
    font-size: 10px;
    border-radius: 50%;
    border: 0 none;
    background: #033281;
    /* border: 1px solid #000; */
    cursor: pointer;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    position: fixed;
    right: 45px;
    bottom: 40px;
    color: #fff;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}


.help-button span {
    color: #fff;
    display: block;
    font-size: 3em;
    transform: scale(1);
    transition: transform 100ms ease;
}

.help-button span:hover{
    transform: scale(1.2);
}
.bottom:before {
    content: '';
      border-bottom: 15px solid #e1e3e4;
      border-left: 25px solid transparent;
      position: absolute;
      right: 2px;
      bottom: -5px;
      transform: rotate(39deg);
  }
  .help-list a {
    color: #ffff;
    text-decoration: none;
    font-weight: 700;
    background: #033281;
    padding: 10px;
    border-radius: 3px;
}
.help-list li {
    font-size: 12px;
    padding: 2px 15px 0 15px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {

   
    ul.app-imgs{
        text-align: center;
    }
    ul.app-imgs {
        height: unset;
        margin-bottom: 40px;
    }
    .col-md-3.pr-0.col-12{
        background-image: url(images/img/about-bg.png);
        background-repeat: no-repeat;
    }

    img.img-fluid.h-100{
        display: none;
    }

    .d-flex.pt-2.dd-size {
        display: grid !important;
        padding: 0 !important;
    }
   
    .about-heading-a h2{
        font-size: 16px;
    }
  

    .menu-icons {
        width: 28px;
    }

    .dropdown-menu.p-2.show {
        padding: 0 !important;
        top: 12px !important;
        transform: unset !important;
        right: 0 !important;
        left: auto !important;
        top: 57px !important;
        border-radius: unset !important;
    }


    .about-heading-a{
        margin-bottom: 50px;
    }

    .footer{
        z-index: 999999;
        background: #333;
    }

    

   

    .dropdown-item {
        
        padding: 0.25rem  0.80 rem !important;
        border-bottom: 1px solid #ddd !important;
    }

    a.dropdown-item p br {
        display: none;
    }
} /*end media q*/


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    .about-heading-a p{
        font-size: 10px;
    }

    ul.app-imgs{
        height: unset;
        justify-content: inherit;
    }


    ul.app-imgs li img{
        width: 200px;
    }
 
}


@media only screen and (min-device-width : 1025px) and (max-device-width : 1280px) {

    .about-heading-a p{
        font-size: 11px;
    }
    ul.app-imgs li img {
        width: 200px;
    }

    ul.app-imgs li img {
        width: 170px;
    }
 
}





@media only screen and (min-device-width : 1281px) and (max-device-width : 1366px) {
    .about-heading-a p{
        font-size: 13px;
    }

    ul.app-imgs li img {
        width: 180px;
    }
 
}


@media only screen and (min-device-width : 1367px) and (max-device-width : 1440px) {
    .about-heading-a p{
        font-size: 13px;
    }

    ul.app-imgs li img {
        width: 170px !important;
    }
}


@media only screen and (min-device-width : 1441px) and (max-device-width : 1600px) {

}

@media only screen and (min-device-width : 1601px) and (max-device-width : 1920px) {
    
}


button.help-button:hover {
    background: #072e63e6;
}

.help-button.result_hover{
 animation: unset !important;   
}
button.help-button:hover {
    background: #fff;
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%);
}
button.help-button:hover span{
    color:  #072e63e6;
}

.footer-right{
    display: flex;
    justify-content: flex-end;
}

.footer-right img{
width: 20px;
}