@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */


    

    
    
    body{
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }
    
    
    .home-header{
        width: 100%;
        height: 80vh;
        display: block;
        float: left;
        clear: none;
        position: relative;
        z-index: 0;
    }
        
    
    .citypic{
        background-image: url("../img/hostcountry-img/host-nation-main-pic.jpg");
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: relative;
        background-size: cover;
        background-position: center;
        background-attachment:local;
    }
    
    
    .cp-gradient{
        background: rgb(51,51,51);
        background: -webkit-linear-gradient(rgba(51,51,51,0.9360119047619048) 0%, rgba(51,51,51,0.3) 100%);
        background: -o-linear-gradient(rgba(51,51,51,0.9360119047619048) 0%, rgba(51,51,51,0.3) 100%);
        background: linear-gradient(rgba(51,51,51,0.9360119047619048) 0%, rgba(51,51,51,0.3) 100%);
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .flag{
        width: 85%;
        margin: 25vh 7.5% auto;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }

    
    .flagico{
        float: left;
        clear: none;
        display: block;
        background-image: url("../img/barbdosflag.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    
    .flag .flagico{
        width: 3.5em;
        height: 3.5em;
    }
    
    
    
    .flagtext{
        width: auto;
        height: auto;
        float: left;
        clear: none;
        display: block;
        font-family: "Recline-SemiBold";
        color: #Fff;
        font-size: 3em;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        margin: .5em .5em .5em 0;
        line-height: .9em;
    }
    
    
    .flag button{
        float: left;
    }
    
    
    
    
    
    
    
    .event-block-home{
        display: block;
        width: 90%;
        height: auto;
        float: left;
        position: relative;
        z-index: 10;
        top: -12.5vh;
        left: 5%;
        background-color: rgba(255,255,255,.95);
        border-radius: 1em;
        overflow: hidden;
        box-shadow: 0px 12px 15px -2px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(12px);
        border:1.5px solid rgba(255,255,255,1.00);
    }
    
    
    .ebh-top{
      display: block;
        clear: both;
        float: left;
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
      
    }
    
    .ebh-left{
        display: block;
        clear: both;
        float: left;
        width: calc(100% - 4em);
      height: auto;
        margin: 2em 2em 5vh;
    }
    
    .ebh-left-inner{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .ebh-right{
        background-image: url("../img/full-acas-logo.svg");
        background-position: center left;
        background-size: 150%;
    }
    
    
    .ebh-down{
        position: relative;
        z-index: 10;
        background-color: #ffff;
        bottom: 0;
        left: 0;
        width: calc(100% - 4em);
        height: auto;
        float: left;
        clear: none;
        padding: 2em;
        color: #000;
        display: block; 
        text-align: left;
    }
    
    
    .ebh-down h4{
         color: #000;
        letter-spacing: -.9px;
        text-align: left;
        margin: .5em auto;
    }
    
    
.ebh-down button{
    margin: 0;
}
    
    
    
    
    
    
    
    
    
    .event-highlight-home{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: both;
        position: relative;
        z-index: 0;
        top: -20vh;

    }
    
    
    .ehh-left{
        width:90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        top: 25vh;
        left: 5vw;
        z-index: 10;
    }


    .ehh-left h1{
        font-size: 3.7em;
    }
    

    .map{
        width: 80%;
        height: auto;
        position: absolute;
        z-index: 0;
        right: 0vw;
        top: 0vh;
    }
    
    
    
    
    
    
    
    
    
    
    .on-home.ticket{
        float: right;
        margin-right: 0vw;
        position: relative;
        z-index: 10;
    }
    
    
      .on-home #ticket{
        width: 90%;
          margin:0 5%;
    }
    
    
        .on-home .getticket{
            margin-left: 5%;
        }


    
    
    
    
    
    
    
    
    
    
    
    
    
    .graphicelement{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        background-image: url("../img/logo-graphic-grey.svg");
        background-position: center top;
        background-size: cover;
        position: relative;
        z-index: 0;
        top: -35vh;
       
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .speakers-home{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        box-shadow: 0px 12px 15px -2px rgba(0, 0, 0, 0.05);
        backdrop-filter: blur(12px);
        border:1.5px solid rgba(255,255,255,1.00);
        position: relative;
        top: -85vh;
        background-color: rgba(255,255,255,.45);
    }
    
    
    
    
    .sh-left{
        background-color: #F69038;
        height: 15vh;
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        float: left;
        clear: none;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .sh-left h1{
        rotate: 0;
        margin: 0;
        padding: 0;
        width: auto;
        position: absolute;
        float: none;
        color: #fff;
    }
    
    
    .sh-pane{
        display: none;
        height: 70vh;
        width: 100%;
        float: left;
        clear: none;
        margin: 0;
        padding: 0;
    }
    
    
    .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      
    }
    
    
    .swiper-slide {
      background-size: cover;
      background-position: center;
      transition: all .3s;
      background: transparent;
      background-color: #fff;
        border-radius: 1em;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    
   .swiper-slide.speaker{
        border-radius: 0;
    }
    
    
    
      .sh-listmobi{
            width: calc(100% - 0em);
            height: auto;
            margin: 1em 0;
            float: left;
            clear: none;
              display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 1fr; 
      grid-template-rows: 1fr 1fr; 
      gap: 1em 1em; 
      grid-template-areas: 
        ". ."
        ". ."
        ; 
          font-size: .85em;
        }


    .sh-listmobi .speaker{
        height: 60vh;
    }


    .sh-listmobi .speaker .country{
        float: right;
        width: 1.7em;
        height: 1.7em;
        background-position: center;
        background-size: cover;
        border-radius: 1.5em;
        background-color: rgba(166,166,166,1.00);
        clear: both;
        display: block;
    }



    .sh-listmobi .btn-orange{
        background-color: #F69038;
        display: block;
        float: left;
        clear: none;
        width: calc(100% - 4em);
        height: calc(100% - 4em);
        padding: 2em;
        color: #fff;
    }



    .sh-listmobi .btn-orange svg{
        width: 4em;
    }


    
    
    
    
    
    
    
    .writeup{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background: rgb(255,255,255);
        background: -webkit-linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        background: linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        margin: 0;
        padding: 0;
        position: relative;
        top: -85vh;
        left: 0;
    }
    
    
    
    
    .writeup-inner{
        margin: 10vh 5%;
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .writeup h1{
        margin-top: 1em;
        font-size: 3.5em;
        display: none;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .topics-home{
         width: 100%;
        height: 80vh;
        display: block;
        float: left;
        clear: both;
        clip-path: polygon(100% 100%, 75% 95%, 0 100%, 0 0, 75% 5%, 100% 0);
        background-color: #3E4347;
        position: relative;
        top: -85vh;
        left: 0;
    }
    
    
    
    .th-img{
        width: 100%;
        height: 60vh;
        display: block;
        float: left;
        clear: none;
        background-image:url("../img/hostcountry-img/barbados.jpeg");
        background-position: center;
        background-size: cover;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
    }


    
    .th-down{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        z-index: 100;
        top: 0;
        left: 0;
        background: rgb(62,67,71);
        background: -webkit-linear-gradient(bottom, rgba(62,67,71,1) 0%, rgba(62,67,71,1) 60%, rgba(62,67,71,0.3029586834733894) 100%);
        background: -o-linear-gradient(bottom, rgba(62,67,71,1) 0%, rgba(62,67,71,1) 60%, rgba(62,67,71,0.3029586834733894) 100%);
        background: linear-gradient(to top, rgba(62,67,71,1) 0%, rgba(62,67,71,1) 60%, rgba(62,67,71,0.3029586834733894) 100%);
    }
    
    
    
    
    .thd-left{
        width: 90%;
        height: 10vh;
        display: block;
        float: left;
        clear: none;
        margin: 8vh 0 5% 0 ;
        position: relative;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .thd-left h1{
        rotate: 00deg;
        color: #C6C6C6;
    }
    
    
    .th-slide{
        width: 90%;
        height: 80vh;
        display: block;
        float: left;
        clear: none;
        margin: 0vh 5% 0 5% ;
        background-color: aqua;
    }
    
    
    .topic{
        width: 100%;
        height: 100%;
        border-radius: 1em;
        padding: 0;
        background-color: #2F3337;
    }
    
    .topic-inner{
        width: 90%;
        height: 80%;
        margin: 5%;
    }
    

    
    .topic h1{
        margin: 0;
    }
    
    
    .topic h4{
        color: #606060;
        font-weight: 400;
        letter-spacing: -1px;    }
    
    
    #businesstopic h1, #businesstopic h5{
        color: #21B19C;
    }
    
    
    #investmenttopic h1, #investmenttopic h5{
        color: #F69038;
    }
    
    
    #agrictopic h1, #agrictopic h5{
        color: #18AB44;
    }
    
    
    #securitygovtopic h1, #securitygovtopic h5{
        color: #A7A7A7;
    }
    
    
    
    
    
    
    
    
    
    
    .connect{
        width: 90%;
        margin: auto 5%;
        height: auto;
        float: left;
        clear: both;
        position: relative;
        top: -75vh;
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
    margin-bottom: -70vh;
    }
    
    
    
    .c-line-toright{
      display: block; 
      text-align: center;
      transition: all .4s;
    }
    
    
    .c-line-toleft{
      display: block; 
       text-align: center;
        transition: all .4s;
    }
    
    
    
    .connect-image{
        height: 20vh;
        width: 90%;
        border-radius: 10vh;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        transition: all .4s;
        margin: auto 5%;
    }
    
    
    
    .c-line-toright:hover .connect-image, .c-line-toleft:hover .connect-image{
        width: 100%;
        margin: auto 0%;
        
    }
    
    
    
    
    .threeboxes{
        width: calc(100% - 4em);
        margin: 10vh 2em 35vh;
        height: auto;
        display: block;
        float: left;
        clear: both;
          display: grid; 
        grid-template-columns: 1fr; 
        grid-template-rows: 1fr; 
        gap: 2em 2em; 
        grid-template-areas: 
            ". "; 
    }
    

    .tb-box{
        width: calc(100% - 4em);
        height: calc(50vh - 4em);
        display: block;
        float: left;
        clear: none;
        border-radius: 2em;
        padding: 2em;
        color: #fff;
        position: relative;
    }

    .tb-box i{
        font-size: 2.25em;
        clear: both;
        margin: .1em .3em .3em;

        -webkit-text-stroke-width: .5px; /* Sets the outline thickness */
  -webkit-text-stroke-color: rgb(255, 255, 255); /* Sets the outline color */
  background: #FFFFFF;
background: linear-gradient(to bottom right, #ffffff84 0%,  #ffffffb1 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    }


    .sponsor-tbb{
        background-color: #044445;
        margin: 0 0 0 0;
    }

    .partner-tbb{
        background-color: #1db19b;
        margin: 0vh 0 0 0;
    }

    .partner-tbb button{
        background-color: #0000002e;
    }

    .exhibit-tbb{
        background-color: #343333;
        margin: 00vh 0 0 0;
    }

    
    
    
    
    
    
    
    
    
    
    
    
    .breakpage{
        width: 90%;
        margin: auto 5%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        top: -20vh;
        position: relative;
          
    }
    

    
    
    
    
    
    
    
    
    .partners-home{
        width: 90%;
        margin: auto 5%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: relative;
        top: -10vh;
        
    }

    
    .partners-home h1{
        float: left;
        clear: none;
    }
    
    
    .partners-home button{
        float:left;
        clear: none;
        position: relative;
        top: 0em;
    }
    
    
    
    
    
    .ph-slide{
        width: 100%;
        height: 30vh;
        display: none;
        float: left;
        clear: none;
    }
    
    
    .partner {
        border-radius: 1em;
        height: 25vh;
        display: block;
        float: left;
        clear: none;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: white;
    }
    
    
    
    .ph-listmobi{
        width: calc(100% - 0em);
        height: 80vh;
        margin: 1em 0;
        float: left;
        clear: none;
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."
    ". ."
    ". ."; 
    }



.ph-listmobi .btn-orange{
    background-color: #F69038;
    display: block;
    float: left;
    clear: none;
    width: calc(100% - 4em);
    height: calc(100% - 4em);
    padding: 2em;
    color: #fff;
}

.ph-listmobi .btn-orange svg{
    width: 4em;
}
    
    
    
    
    
    
    
    
    .joinus{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .ju-left{
        width: calc(100% - 10%);
        height:auto;
        display: block;
        float: left;
        clear: none;
        margin: 0vh 0 0 0%;
        padding: 1em 5%;
        position: relative;
        display: block;
        background-color: #FF9233;
    }
    
    
    .ju-left h1{
        rotate: 0deg;
        color: #ffffff;
    }
    
    
    .ju-right{
        width: 100%;
        height: auto;
        background-color: #FF9233;
        margin: 0vh  0 0 0;
        float: right;
        clear: none;
        display: block;
        color: #FFFFFF;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .ju-inner{
        width: 90%;
        margin: .5em auto 3em;
    }
    
    
    .ju-inner h3{
        font-weight: 400;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .mediatile{
        width: 90%;
        height: auto;
        float: left;
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
        margin: 25vh 5%;
        
    }
    
    
    
    .mt-1{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 2fr 2fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
     
}
    
    .mt-1 marquee{
        font-size: 8.5em;
        font-family: "bahnschrift";
        line-height: 1em;
        margin: .3em auto;
        text-transform: uppercase;
        color: #21B19C;
        font-weight: bolder;
    }
    
    
    
    
    
    
    
    
    
    
    .mt-2{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1.5fr 2.5fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."; 
    
    }
    
    
    
    .hashtag{
        border-radius: 1em;
        display: block;
        float: left;
        clear: none;
        background-color: #2F3337;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .hashtag h1{
        rotate: -90deg;
    }
    
    
    
    
    
    
    
    .mt-3{
         display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 2.5fr 1.5fr 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
   
    }
    
    
    
    .seebarbados{
        background-image:url("../img/hostcountry-img/host-nation-main-pic.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 1em;
        overflow: hidden;
    }
    
    
    .sb-inner{
        background: rgb(255,255,255);
        background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        width: 80%;
        height: 90%;
        padding: 10% 10%;
    }
    
    
    
    
    
    
    .pic{
         background-image:url("../img/hostcountry-img/Barbados-To-Adopt-All-Hands-on-Deck-To-Rebuild-Tourism-Post-COVID-19.jpg");
        background-size: cover;
        border-radius: 1em;
    }
    
    
    
    
    
    
    
    
    
    
    
    .mt-socials{
        background-color: #2F3337;
        border-radius: 1em;
    }
    
    
    .mt-socials .mts-inner{
        width: 80%;
        height: 80%;
        display: block;
        float: left;
        clear: none;
        padding: 10%;
        border-radius: 1em;
    }
    
    
    .mts-inner h4{
        font-weight: bold;
    }
    
    
    .social-icons{
         display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 1fr 1fr 1fr; 
      grid-template-rows: 1fr; 
      gap: 1em 1em; 
      grid-template-areas: 
        ". . . ."; 
            margin: 1em auto;
            width: 100%;
            height: auto;
            clear: both;
            float: left;
    }

    
    .social-icons i{
        font-size: 2.5em;
        text-align: center;
        cursor: pointer;
        color: #606060;
        transition: all .4s;
    }
    
    
    .social-icons i:hover{
        color: #fff;
    }
    
    
    
    
    
    
    
    
    
    
    
    






	

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	
	

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
	

	
	
	
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
    
    
    
    
    
    
    body{
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }
    
    
    .home-header{
        width: 100%;
        height: 85vh;
        display: block;
        float: left;
        clear: none;
        position: relative;
        z-index: 0;
    }
        
    
    .citypic{
        background-image: url("../img/hostcountry-img/host-nation-main-pic.jpg");
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: relative;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    
    
    .cp-gradient{
        background: rgb(51,51,51);
        background: -webkit-linear-gradient(rgba(51,51,51,0.9360119047619048) 0%, rgba(51,51,51,0.3) 100%);
        background: -o-linear-gradient(rgba(51,51,51,0.9360119047619048) 0%, rgba(51,51,51,0.3) 100%);
        background: linear-gradient(rgba(51,51,51,0.9360119047619048) 0%, rgba(51,51,51,0.3) 100%);
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .flag{
        width: 85%;
        margin: 37vh 7.5% auto;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }

    
    .flagico{
        float: left;
        clear: none;
        display: block;
        background-image: url("../img/barbdosflag.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    
    .flag .flagico{
        width: 5.5em;
        height: 5.5em;
    }
    
    
    
    .flagtext{
        width: auto;
        height: auto;
        float: left;
        clear: none;
        display: block;
        font-family: "Recline-SemiBold";
        color: #Fff;
        font-size: 4em;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        margin: .1em .5em;
    }
    
    
    .flag button{
        float: right;
    }
    
    
    
    
    
    
    
    .event-block-home{
        display: block;
        width: 90%;
        height: 80vh;
        float: left;
        position: relative;
        z-index: 10;
        top: -12.5vh;
        left: 5%;
        background-color: rgba(255,255,255,.8);
        border-radius: 1em;
        overflow: hidden;
        box-shadow: 0px 12px 15px -2px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(12px);
        border:1.5px solid rgba(255,255,255,1.00);
    }
    
    
    .ebh-top{
      display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 3.5fr 1fr; 
      grid-template-rows: 1fr; 
      gap: 1em 1em; 
      grid-template-areas: 
        ". ."; 
        width: 100%;
        height: 60vh;
        position: absolute;
        top: 0;
        left: 0;
        clear: both;
        float: left;
    }
    
    .ebh-left{
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      height: 80%;
       margin: 0em 1em 5vh;
    }
    
    .ebh-left-inner{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .ebh-right{
        background-image: url("../img/full-acas-logo.svg");
        background-position: center left;
        background-size: cover;
    }
    
    
    .ebh-down{
        position: absolute;
        z-index: 10;
        background-color: #ffff;
        bottom: 0;
        left: 0;
        width: calc(100% - 4em);
        height: auto;
        display: block;
        float: left;
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". . ."
    "btn-green btn-green btn-green"; 
      padding: 1em auto;
        color: #000;
        
    }
    
    .btn-green { grid-area: btn-green; padding: 1em}
    
    
    .ebh-down h4{
     
         color: #000;
        letter-spacing: -.25px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .event-highlight-home{
        width: 100%;
        height: 80vh;
        display: block;
        float: left;
        clear: both;
        position: relative;
        z-index: 0;
        top: -20vh;

    }
    
    
    .ehh-left{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        top: 25vh;
        left: 5vw;
        z-index: 10;
        
        
    }
    
    .ehh-left{
        
    }
    
    
    .ehh-left h1{
    font-size: 4.5em;
}
    
    .map{
        width: 60%;
        height: auto;
        position: absolute;
        z-index: 0;
        right: -15vw;
        top: -10vh;
    }
    
    
    
    
    
    
    
    
    
    
.on-home.ticket{
        float: right;
        margin-right: 5vw;
        width: 80%;
        position: relative;
        z-index: 10;
    }
    
 
    
       
        .on-home #ticket{
        width: 70%;
          margin:0 0%;
    }
    
    
        .on-home .getticket{
            margin-left: 0%;
        }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .graphicelement{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        background-image: url("../img/logo-graphic-grey.svg");
        background-position: center top;
        background-size: cover;
        position: relative;
        z-index: 0;
        top: -35vh;
       
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .speakers-home{
        width: 100%;
        height: 85vh;
        display: block;
        float: left;
        clear: none;
        box-shadow: 0px 12px 15px -2px rgba(0, 0, 0, 0.05);
        backdrop-filter: blur(12px);
        border:1.5px solid rgba(255,255,255,1.00);
        position: relative;
        top: -75vh;
        background-color: rgba(255,255,255,.45);
    }
    
    
    
    
    .sh-left{
        background-color: #F69038;
        height: 100%;
        width: 15%;
        margin: 0;
        padding: 0;
        display: block;
        float: left;
        clear: none;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .sh-left h1{
        rotate: -90deg;
        margin: 0;
        padding: 0;
        width: auto;
        position: absolute;
        float: none;
        color: #fff;
    }
    
    
    .sh-pane{
        display: block;
        height: 100%;
        width: 85%;
        display: block;
        float: left;
        clear: none;
        margin: 0;
        padding: 0;
    }
    
    
    .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      
    }
    
    
    .swiper-slide {
      background-size: cover;
      background-position: center;
      transition: all .3s;
      background: transparent;
      background-color: #fff;
        border-radius: 1em;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    
   .swiper-slide.speaker{
        border-radius: 0;
    }
    
    
    .sh-listmobi{
            width: 0;
            display: none; 
        }
    
    
    
    
    
    
    
    
    .writeup{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background: rgb(255,255,255);
        background: -webkit-linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        background: linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        margin: 0;
        padding: 0;
        position: relative;
        top: -75vh;
        left: 0;
    }
    
    
    
    
    .writeup-inner{
        margin: 25vh 5% 5vh ;
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .writeup h1{
        margin-top: 1em;
        font-size: 4em;
        display: block;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .topics-home{
         width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: both;
        clip-path: polygon(100% 100%, 75% 95%, 0 100%, 0 0, 75% 5%, 100% 0);
        background-color: #3E4347;
        position: relative;
        top: -75vh;
        left: 0;
    }
    
    
    
    .th-img{
        width: 100%;
        height: 60vh;
        display: block;
        float: left;
        clear: none;
        background-image:url("../img/hostcountry-img/barbados.jpeg");
        background-position: center;
        background-size: cover;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
    }


    
    .th-down{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        z-index: 100;
        top: 0;
        left: 0;
        background: rgb(62,67,71);
        background: -webkit-linear-gradient(bottom, rgba(62,67,71,1) 0%, rgba(62,67,71,1) 60%, rgba(62,67,71,0.3029586834733894) 100%);
        background: -o-linear-gradient(bottom, rgba(62,67,71,1) 0%, rgba(62,67,71,1) 60%, rgba(62,67,71,0.3029586834733894) 100%);
        background: linear-gradient(to top, rgba(62,67,71,1) 0%, rgba(62,67,71,1) 60%, rgba(62,67,71,0.3029586834733894) 100%);
    }
    
    
    
    
    .thd-left{
        width: 15%;
        height: 65vh;
        display: block;
        float: left;
        clear: none;
        margin: 25vh 0 0 5%;
        position: relative;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .thd-left h1{
        rotate: -90deg;
        color: #5A6167;
    }
    
    
    .th-slide{
        width: 70%;
        height: 65vh;
        display: block;
        float: left;
        clear: none;
        margin: 25vh 5% 0 0 ;
    }
    
    
    .topic{
        width: 100%;
        height: 100%;
        border-radius: 1em;
        padding: 0;
        background-color: #2F3337;
    }
    
    .topic-inner{
        width: 90%;
        height: 80%;
        margin: 5%;
    }
    

    
    .topic h1{
        margin: 0;
    }
    
    
    .topic h4{
        color: #606060;
        font-weight: 400;
        letter-spacing: -1px;    }
    
    
    #businesstopic h1, #businesstopic h5{
        color: #21B19C;
    }
    
    
    #investmenttopic h1, #investmenttopic h5{
        color: #F69038;
    }
    
    
    #agrictopic h1, #agrictopic h5{
        color: #18AB44;
    }
    
    
    #securitygovtopic h1, #securitygovtopic h5{
        color: #A7A7A7;
    }
    
    
    
    
    
    
    
    
    
    
   .connect{
         width: 90%;
        margin: auto 5%;
        height: auto;
        float: left;
        clear: both;
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
        position: relative;
        top: -45vh;
        margin-bottom: -40vh;
    }
    
    
    
    .c-line-toright{
      display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."; 
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        transition: all .4s;
    }
    
    
    .c-line-toleft{
      display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."; 
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        transition: all .4s;
    }
    
    
    
    .connect-image{
        height: 20vh;
        width: 90%;
        border-radius: 10vh;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        transition: all .4s;
    }
    
    
    
    .connect:hover .connect-image{
        width: 100%;
    }
    




    .threeboxes{
        width: calc(100% - 4em);
        margin: 10vh 2em 35vh;
        height: auto;
        display: block;
        float: left;
        clear: both;
          display: grid; 
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: 1fr; 
        gap: 2em 2em; 
        grid-template-areas: 
            ". ."; 
    }
    

    .tb-box{
        width: calc(100% - 4em);
        height: calc(55vh - 4em);
        display: block;
        float: left;
        clear: none;
        border-radius: 2em;
        padding: 2em;
        color: #fff;
        position: relative;
    }

    .tb-box i{
        font-size: 3em;
        clear: both;
        margin: .1em .3em .3em;

        -webkit-text-stroke-width: .5px; /* Sets the outline thickness */
  -webkit-text-stroke-color: rgb(255, 255, 255); /* Sets the outline color */
  background: #FFFFFF;
background: linear-gradient(to bottom right, #ffffff84 0%,  #ffffffb1 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    }


    .sponsor-tbb{
        background-color: #044445;
        margin: 0 0 0 0;
    }

    .partner-tbb{
        background-color: #1db19b;
        margin: 10vh 0 0 0;
    }

    .partner-tbb button{
        background-color: #0000002e;
    }

    .exhibit-tbb{
        background-color: #343333;
        margin: -4em 0 0 auto;
    }

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .breakpage{
        width: 90%;
        margin: auto 5%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        top: -25vh;
        position: relative;
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 3fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    ". ."; 
    }
    

    
    
    
    
    
    
    
    
    .partners-home{
        width: 85%;
        margin: auto 7.5%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: relative;
        top: -10vh;
        
    }

    
    .partners-home h1{
        float: left;
        clear: none;
    }
    
    
    .partners-home button{
        float: right;
        clear: none;
        position: relative;
        top: 2em;
    }
    
    
    
    
    
    .ph-slide{
        width: 100%;
        height: 30vh;;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .partner {
        border-radius: 1em;
        height: 25vh;
        display: block;
        float: left;
        clear: none;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: white;
    }
    
    
    .ph-listmobi{
        width: 0;
        height: 0;
        display: none;
    }
    
    
    
    
    

    
    
    
    
    
    
    
    
    
    .joinus{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .ju-left{
        width: 15%;
        height: 65vh;
        display: block;
        float: left;
        clear: none;
        margin: 0vh 0 0 0%;
        position: relative;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        background-color: #FF9233;
        padding: 0;
    }
    
    
    .ju-left h1{
        rotate: -90deg;
        color: #ffffff;
    }
    
    
    .ju-right{
        width: 77.5%;
        height: 65vh;
        background-color: #FF9233;
        margin: 0vh  0 0 0;
        float: right;
        clear: none;
        display: block;
        color: #FFFFFF;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
 
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .ju-inner{
        width: 90%;
        margin: auto;
    }
    
    
    .ju-inner h3{
        font-weight: 400;
    }
    






    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .mediatile{
        width: 85%;
        height: 160vh;
        float: left;
        clear: none;
         display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr; 
  gap: 2em 2em; 
        margin: 25vh 7.5%;
        
        
    }
    
    
    
    .mt-1{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 2fr 2fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
         width: 100%;
        height: 100%;
}
    
    .mt-1 marquee{
        font-size: 8.5em;
        font-family: "bahnschrift";
        line-height: 1em;
        margin: .3em auto;
        text-transform: uppercase;
        color: #21B19C;
        font-weight: bolder;
    }
    
    
    
    
    
    
    
    
    
    
    .mt-2{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1.5fr 2.5fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."; 
         width: 100%;
        height: 100%;
    }
    
    
    
    .hashtag{
        border-radius: 1em;
        display: block;
        float: left;
        clear: none;
        background-color: #2F3337;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .hashtag h1{
        rotate: -90deg;
    }
    
    
    
    
    
    
    
    .mt-3{
         display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 2.5fr 1.5fr 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
         width: 100%;
        height: 100%;
    }
    
    
    
    .seebarbados{
        background-image:url("../img/hostcountry-img/host-nation-main-pic.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 1em;
        overflow: hidden;
    }
    
    
    .sb-inner{
        background: rgb(255,255,255);
        background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        width: 80%;
        height: 90%;
        padding: 10% 10%;
    }
    
    
    
    
    
    
    .pic{
         background-image:url("../img/hostcountry-img/Barbados-To-Adopt-All-Hands-on-Deck-To-Rebuild-Tourism-Post-COVID-19.jpg");
        background-size: cover;
        border-radius: 1em;
    }
    
    
    
    
    
    
    
    
    
    
    
    .mt-socials{
        background-color: #2F3337;
    }
    
    
    .mt-socials .mts-inner{
        width: 80%;
        height: 80%;
        display: block;
        float: left;
        clear: none;
        padding: 10%;
        border-radius: 1em;
    }
    
    
    .mts-inner h4{
        font-weight: bold;
    }
    
    
    .social-icons{
         display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 1fr 1fr 1fr; 
      grid-template-rows: 1fr; 
      gap: 1em 1em; 
      grid-template-areas: 
        ". . . ."; 
            margin: 1em auto;
            width: 100%;
            height: auto;
            clear: both;
            float: left;
    }

    
    .social-icons i{
        font-size: 2.5em;
        text-align: center;
        cursor: pointer;
        color: #606060;
        transition: all .4s;
    }
    
    
    .social-icons i:hover{
        color: #fff;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
	
    
    
    body{
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }
    
    
    .home-header{
        width: 100%;
        height: 85vh;
        display: block;
        float: left;
        clear: none;
        position: relative;
        z-index: 0;
    }
        
    
    .citypic{
        background-image: url("../img/hostcountry-img/host-nation-main-pic.jpg");
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: relative;
        background-size: cover;
        background-position: center;
        background-attachment:local;
    }
    
    
    .cp-gradient{
        background: rgb(51,51,51);
        background: -webkit-linear-gradient(rgba(51,51,51,0.9360119047619048) 0%, rgba(51,51,51,0.3) 100%);
        background: -o-linear-gradient(rgba(51,51,51,0.9360119047619048) 0%, rgba(51,51,51,0.3) 100%);
        background: linear-gradient(rgba(51,51,51,0.9360119047619048) 0%, rgba(51,51,51,0.3) 100%);
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .flag{
        width: 90%;
        margin: 37vh 5% auto;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }

    
    .flagico{
        float: left;
        clear: none;
        display: block;
        background-image: url("../img/barbdosflag.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    
    .flag .flagico{
        width: 6em;
        height: 6em;
    }
    
    
    
    .flagtext{
        width: auto;
        height: auto;
        float: left;
        clear: none;
        display: block;
        font-family: "Recline-SemiBold";
        color: #Fff;
        font-size: 4.8em;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        margin: .1em .5em;
    }
    
    
    .flag button{
        float: right;
    }
    
    
    
    
    
    
    
    .event-block-home{
        display: block;
        width: 90%;
        height: 40vh;
        float: left;
        position: relative;
        z-index: 10;
        top: -12.5vh;
        left: 5%;
        background-color: rgba(255,255,255,.8);
        border-radius: 1em;
        overflow: hidden;
        box-shadow: 0px 12px 15px -2px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(12px);
        border:1.5px solid rgba(255,255,255,1.00);
    }
    
    
    .ebh-top{
      display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 3fr 1.5fr; 
      grid-template-rows: 1fr; 
      gap: 1em 1em; 
      grid-template-areas: 
        ". ."; 
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .ebh-left{
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      height: 80%;
       margin: 0em 1em 5vh;
    }
    
    .ebh-left-inner{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .ebh-right{
        background-image: url("../img/full-acas-logo.svg");
        background-position: center left;
        background-size: 150%;
    }
    
    
    .ebh-down{
        position: absolute;
        z-index: 10;
        background-color: #ffff;
        bottom: 0;
        left: 0;
        width: calc(100% - 4em);
        height: 2em;
        display: block;
        float: left;
        display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 1fr 1fr 1fr; 
      grid-template-rows: 1fr; 
      gap: 2em 2em; 
      grid-template-areas: 
        ". . . ."; 
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding: 1em auto;
        color: #000;
        
    }
    
    
    .ebh-down h4{
     
         color: #000;
        letter-spacing: -1.5px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .event-highlight-home{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: both;
        position: relative;
        z-index: 0;
        top: -20vh;
        overflow-x: hidden;
        margin-bottom: -20vh;
    }
    
    
    .ehh-left{
        width: 80%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        top: 25vh;
        left: 7.5vw;
        z-index: 10;
        
    }
    
    .ehh-left{
        
    }
    
    
    .ehh-left h1{
    font-size: 6em;
    }
    
    .map{
        width: 60%;
        height: auto;
        position: absolute;
        z-index: 0;
        right: -15vw;
        top: -10vh;
    }
    
    
    
    
    
    
    
    
    
    
   .on-home.ticket{
        float: right;
        margin-right: 5vw;
        width: 50%;
        position: relative;
        z-index: 10;
    }
    
 
    
       
        .on-home #ticket{
        width: 70%;
          margin:0 0%;
    }
    
    
        .on-home .getticket{
            margin-left: 0%;
        }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .graphicelement{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        background-image: url("../img/logo-graphic-grey.svg");
        background-position: center top;
        background-size: cover;
        position: relative;
        z-index: 0;
        top: -35vh;
       
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .speakers-home{
        width: 100%;
        height: 85vh;
        display: block;
        float: left;
        clear: none;
        box-shadow: 0px 12px 15px -2px rgba(0, 0, 0, 0.05);
        backdrop-filter: blur(12px);
        border:1.5px solid rgba(255,255,255,1.00);
        position: relative;
        top: -75vh;
        background-color: rgba(255,255,255,.45);
    }
    
    
    
    
    .sh-left{
        background-color: #F69038;
        height: 100%;
        width: 15%;
        margin: 0;
        padding: 0;
        display: block;
        float: left;
        clear: none;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .sh-left h1{
        rotate: -90deg;
        margin: 0;
        padding: 0;
        width: auto;
        position: absolute;
        float: none;
        color: #fff;
    }
    
    
    .sh-pane{
        display: block;
        height: 100%;
        width: 85%;
        display: block;
        float: left;
        clear: none;
        margin: 0;
        padding: 0;
    }
    
    
    .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      
    }
    
    
    .swiper-slide {
      background-size: cover;
      background-position: center;
      transition: all .3s;
      background: transparent;
      background-color: #fff;
        border-radius: 1em;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    
   .swiper-slide.speaker{
        border-radius: 0;
    }
    
    
    .sh-listmobi{
            width: 0;
            display: none; 
        }
    
    
    
    
    
    
    
    
    
    
    .writeup{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background: rgb(255,255,255);
        background: -webkit-linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        background: linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        margin: 0;
        padding: 0;
        position: relative;
        top: -75vh;
        left: 0;
    }
    
    
    
    
    .writeup-inner{
        margin: 25vh 7.5% 0;
        width: 75%;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .writeup h1{
        margin-top: 2em;
        font-size: 6em;
        display: block;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .topics-home{
         width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: both;
        clip-path: polygon(100% 100%, 75% 95%, 0 100%, 0 0, 75% 5%, 100% 0);
        background-color: #3E4347;
        position: relative;
        top: -75vh;
        left: 0;
    }
    
    
    
    .th-img{
        width: 100%;
        height: 60vh;
        display: block;
        float: left;
        clear: none;
        background-image:url("../img/hostcountry-img/barbados.jpeg");
        background-position: center;
        background-size: cover;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
    }


    
    .th-down{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        z-index: 100;
        top: 0;
        left: 0;
        background: rgb(62,67,71);
        background: -webkit-linear-gradient(bottom, rgba(62,67,71,1) 0%, rgba(62,67,71,1) 60%, rgba(62,67,71,0.3029586834733894) 100%);
        background: -o-linear-gradient(bottom, rgba(62,67,71,1) 0%, rgba(62,67,71,1) 60%, rgba(62,67,71,0.3029586834733894) 100%);
        background: linear-gradient(to top, rgba(62,67,71,1) 0%, rgba(62,67,71,1) 60%, rgba(62,67,71,0.3029586834733894) 100%);
    }
    
    
    
    
    .thd-left{
        width: 15%;
        height: 65vh;
        display: block;
        float: left;
        clear: none;
        margin: 25vh 0 0 5%;
        position: relative;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .thd-left h1{
        rotate: -90deg;
        color: #5A6167;
    }
    
    
    .th-slide{
        width: 75%;
        height: 65vh;
        display: block;
        float: left;
        clear: none;
        margin: 25vh 5% 0 0 ;
    }
    
    
    .topic{
        width: 100%;
        height: 100%;
        border-radius: 1em;
        padding: 0;
        background-color: #2F3337;
    }
    
    .topic-inner{
        width: 90%;
        height: 80%;
        margin: 5%;
    }
    

    
    .topic h1{
        margin: 0;
    }
    
    
    .topic h4{
        color: #606060;
        font-weight: 400;
        letter-spacing: -1px;    }
    
    
    #businesstopic h1, #businesstopic h5{
        color: #21B19C;
    }
    
    
    #investmenttopic h1, #investmenttopic h5{
        color: #F69038;
    }
    
    
    #agrictopic h1, #agrictopic h5{
        color: #18AB44;
    }
    
    
    #securitygovtopic h1, #securitygovtopic h5{
        color: #A7A7A7;
    }
    
    
    
    
    
    
    
    
    
    
    .connect{
         width: 85%;
        margin: auto 7.5%;
        height: auto;
        float: left;
        clear: both;
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
        position: relative;
        top: -45vh;
        margin-bottom: -40vh;
    }
    
    
    
    .c-line-toright{
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1.5fr; 
  grid-template-rows: 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    ". ."; 
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        transition: all .4s;
    }
    
    
    .c-line-toleft{
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1.5fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    ". ."; 
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        transition: all .4s;
    }
    
    
    
    .connect-image{
        height: 20vh;
        width: 90%;
        border-radius: 10vh;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        transition: all .4s;
    }
    
    
    
    .connect:hover .connect-image{
        width: 100%;
    }
    



    .threeboxes{
        width: calc(100% - 4em);
        margin: 10vh 2em 35vh;
        height: auto;
        display: block;
        float: left;
        clear: both;
          display: grid; 
        grid-template-columns: 1fr 1fr 1fr; 
        grid-template-rows: 1fr; 
        gap: 2em 2em; 
        grid-template-areas: 
            ". . ."; 
    }
    

    .tb-box{
        width: calc(100% - 4em);
        height: calc(50vh - 4em);
        display: block;
        float: left;
        clear: none;
        border-radius: 2em;
        padding: 2em;
        color: #fff;
        position: relative;
    }

    .tb-box i{
        font-size: 5em;
        clear: both;
        margin: .1em .3em .3em;

        -webkit-text-stroke-width: .5px; /* Sets the outline thickness */
  -webkit-text-stroke-color: rgb(255, 255, 255); /* Sets the outline color */
  background: #FFFFFF;
background: linear-gradient(to bottom right, #ffffff84 0%,  #ffffffb1 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    }


    .sponsor-tbb{
        background-color: #044445;
        margin: 0 0 0 0;
    }

    .partner-tbb{
        background-color: #1db19b;
        margin: 15vh 0 0 0;
    }

    .partner-tbb button{
        background-color: #0000002e;
    }

    .exhibit-tbb{
        background-color: #343333;
        margin: 30vh 0 0 0;
    }

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .breakpage{
        width: 90%;
        margin: auto 5%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        top: -25vh;
        position: relative;
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 3fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    ". ."; 
    }
    

    
    
    
    
    
    
    
    
    .partners-home{
        width: 90%;
        margin: auto 5%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: relative;
        top: -10vh;
        
    }

    
    .partners-home h1{
        float: left;
        clear: none;
    }
    
    
    .partners-home button{
        float: right;
        clear: none;
        position: relative;
        top: 2em;
    }
    
    
    
    
    
    .ph-slide{
        width: 100%;
        height: 30vh;;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .partner {
        border-radius: 1em;
        height: 25vh;
        display: block;
        float: left;
        clear: none;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: white;
    }
    
    .ph-listmobi{
        width: 0;
        height: 0;
        display: none;
    }
    
    
    
    
    
    

    
    
    
    
    
    
    
    
    
    .joinus{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .ju-left{
        width: 15%;
        height: 65vh;
        display: block;
        float: left;
        clear: none;
        margin: 0vh 0 0 5%;
        position: relative;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        background-color: #FF9233;
        padding: 0;
    }
    
    
    .ju-left h1{
        rotate: -90deg;
        color: #ffffff;
    }
    
    
    .ju-right{
        width: 80%;
        height: 65vh;
        background-color: #FF9233;
        margin: 0vh  0 0 0;
        float: right;
        clear: none;
        display: block;
        color: #FFFFFF;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
 
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .ju-inner{
        width: 90%;
        margin: auto;
    }
    
    
    .ju-inner h3{
        font-weight: 400;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .mediatile{
        width: 90%;
        height: 160vh;
        float: left;
        clear: none;
         display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr; 
  gap: 2em 2em; 
        margin: 25vh 5%;
        
    }
    
    
    
    .mt-1{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 2fr 2fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
}
    
    .mt-1 marquee{
        font-size: 8.5em;
        font-family: "bahnschrift";
        line-height: 1em;
        margin: .3em auto;
        text-transform: uppercase;
        color: #21B19C;
        font-weight: bolder;
    }
    
    
    
    
    
    
    
    
    
    
    .mt-2{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1.5fr 2.5fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."; 
    }
    
    
    
    .hashtag{
        border-radius: 1em;
        display: block;
        float: left;
        clear: none;
        background-color: #2F3337;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .hashtag h1{
        rotate: -90deg;
    }
    
    
    
    
    
    
    
    .mt-3{
         display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 2.5fr 1.5fr 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
    }
    
    
    
    .seebarbados{
        background-image:url("../img/hostcountry-img/host-nation-main-pic.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 1em;
        overflow: hidden;
    }
    
    
    .sb-inner{
        background: rgb(255,255,255);
        background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        width: 80%;
        height: 90%;
        padding: 10% 10%;
    }
    
    
    
    
    
    
    .pic{
         background-image:url("../img/hostcountry-img/Barbados-To-Adopt-All-Hands-on-Deck-To-Rebuild-Tourism-Post-COVID-19.jpg");
        background-size: cover;
        border-radius: 1em;
    }
    
    
    
    
    
    
    
    
    
    
    
    .mt-socials{
        background-color: #2F3337;
    }
    
    
    .mt-socials .mts-inner{
        width: 80%;
        height: 80%;
        display: block;
        float: left;
        clear: none;
        padding: 10%;
        border-radius: 1em;
    }
    
    
    .mts-inner h4{
        font-weight: bold;
    }
    
    
    .social-icons{
         display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 1fr 1fr 1fr; 
      grid-template-rows: 1fr; 
      gap: 1em 1em; 
      grid-template-areas: 
        ". . . ."; 
            margin: 1em auto;
            width: 100%;
            height: auto;
            clear: both;
            float: left;
    }

    
    .social-icons i{
        font-size: 2em;
        text-align: center;
        cursor: pointer;
        color: #606060;
        transition: all .4s;
    }
    
    
    .social-icons i:hover{
        color: #fff;
    }
    
    
    
    
    
    
    
    
}
    


    
    /* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1440px) {
	

    
    body{
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }
    
    
    .home-header{
        width: 100%;
        height: 85vh;
        display: block;
        float: left;
        clear: none;
        position: relative;
        z-index: 0;
    }
        
    
    .citypic{
        background-image: url("../img/hostcountry-img/host-nation-main-pic.jpg");
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: relative;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    
    
    .cp-gradient{
        background: rgb(51,51,51);
        background: -webkit-linear-gradient(rgba(51,51,51,0.9360119047619048) 0%, rgba(51,51,51,0.3) 100%);
        background: -o-linear-gradient(rgba(51,51,51,0.9360119047619048) 0%, rgba(51,51,51,0.3) 100%);
        background: linear-gradient(rgba(51,51,51,0.9360119047619048) 0%, rgba(51,51,51,0.3) 100%);
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .flag{
        width: 85%;
        margin: 37vh 7.5% auto;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }

    
    .flagico{
        float: left;
        clear: none;
        display: block;
        background-image: url("../img/barbdosflag.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    
    .flag .flagico{
        width: 8em;
        height: 8em;
    }
    
    
    
    .flagtext{
        width: auto;
        height: auto;
        float: left;
        clear: none;
        display: block;
        font-family: "Recline-SemiBold";
        color: #Fff;
        font-size: 6em;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        margin: .1em .5em;
    }
    
    
    .flag button{
        float: right;
    }
    
    
    
    
    
    
    
    .event-block-home{
        display: block;
        width: 85%;
        height: 40vh;
        float: left;
        position: relative;
        z-index: 10;
        top: -12.5vh;
        left: 7.5%;
        background-color: rgba(255,255,255,.8);
        border-radius: 1em;
        overflow: hidden;
        box-shadow: 0px 12px 15px -2px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(12px);
        border:1.5px solid rgba(255,255,255,1.00);
    }
    
    
    .ebh-top{
      display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 3fr 1.5fr; 
      grid-template-rows: 1fr; 
      gap: 1em 1em; 
      grid-template-areas: 
        ". ."; 
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .ebh-left{
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      height: 80%;
       margin: 0em 1em 5vh;
    }
    
    .ebh-left-inner{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .ebh-right{
        background-image: url("../img/full-acas-logo.svg");
        background-position: center left;
        background-size: 150%;
        
    }
    
    
    .ebh-down{
        position: absolute;
        z-index: 10;
        background-color: #ffff;
        bottom: 0;
        left: 0;
        width: calc(100% - 4em);
        height: 2em;
        display: block;
        float: left;
        display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 1fr 1fr 1fr; 
      grid-template-rows: 1fr; 
      gap: 2em 2em; 
      grid-template-areas: 
        ". . . ."; 
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding: 1em auto;
        color: #000;
        
    }
    
    
    .ebh-down h4{
     
         color: #000;
        letter-spacing: -.5px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .event-highlight-home{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: both;
        position: relative;
        z-index: 0;
        top: -20vh;
        margin-bottom: -20vh;
    }
    
    
    .ehh-left{
        width: 50%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        top: 25vh;
        left: 7.5vw;
        z-index: 10;
        
    }
    
    .ehh-left{
        
    }
    
    
    .ehh-left h1{
    font-size: 7em;
}
    
    .map{
        width: 60%;
        height: auto;
        position: absolute;
        z-index: 0;
        right: -15vw;
        top: -10vh;
    }
    
    
    
    
    
    
    
    
    
    
    .on-home.ticket{
        float: right;
        margin-right: 5vw;
        width: 50%;
        position: relative;
        z-index: 10;
    }
    
 
    
       
        .on-home #ticket{
        width: 70%;
          margin:0 0%;
    }
    
    
        .on-home .getticket{
            margin-left: 0%;
        }

    
    
    
    
    
    
    
    
    
    
    
    
    
    .graphicelement{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        background-image: url("../img/logo-graphic-grey.svg");
        background-position: center top;
        background-size: cover;
        position: relative;
        z-index: 0;
        top: -35vh;
       
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .speakers-home{
        width: 100%;
        height: 85vh;
        display: block;
        float: left;
        clear: none;
        box-shadow: 0px 12px 15px -2px rgba(0, 0, 0, 0.05);
        backdrop-filter: blur(12px);
        border:1.5px solid rgba(255,255,255,1.00);
        position: relative;
        top: -75vh;
        background-color: rgba(255,255,255,.45);
    }
    
    
    
    
    .sh-left{
        background-color: #F69038;
        height: 100%;
        width: 15%;
        margin: 0;
        padding: 0;
        display: block;
        float: left;
        clear: none;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .sh-left h1{
        rotate: -90deg;
        margin: 0;
        padding: 0;
        width: auto;
        position: absolute;
        float: none;
        color: #fff;
    }
    
    
    .sh-pane{
        display: block;
        height: 100%;
        width: 85%;
        display: block;
        float: left;
        clear: none;
        margin: 0;
        padding: 0;
    }
    
    
    .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      
    }
    
    
    .swiper-slide {
      background-size: cover;
      background-position: center;
      transition: all .3s;
      background: transparent;
      background-color: #fff;
        border-radius: 1em;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    
   .swiper-slide.speaker{
        border-radius: 0;
    }
    
    
    .sh-listmobi{
            width: 0;
            display: none; 
        }
    
    
    
    
    
    
    
    
    
    
    .writeup{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background: rgb(255,255,255);
        background: -webkit-linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        background: linear-gradient(rgba(255,255,255,0.9360119047619048) 0%, rgba(255,255,255,0) 100%);
        margin: 0;
        padding: 0;
        position: relative;
        top: -75vh;
        left: 0;
    }
    
    
    
    
    .writeup-inner{
        margin: 25vh 7.5% 0;
        width: 75%;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .writeup h1{
        margin-top:2em;
        font-size: 7em;
        display: block;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .topics-home{
         width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: both;
        clip-path: polygon(100% 100%, 75% 95%, 0 100%, 0 0, 75% 5%, 100% 0);
        background-color: #3E4347;
        position: relative;
        top: -75vh;
        left: 0;
    }
    
    
    
    .th-img{
        width: 100%;
        height: 60vh;
        display: block;
        float: left;
        clear: none;
        background-image:url("../img/hostcountry-img/barbados.jpeg");
        background-position: center;
        background-size: cover;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
    }


    
    .th-down{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        z-index: 100;
        top: 0;
        left: 0;
        background: rgb(62,67,71);
        background: -webkit-linear-gradient(bottom, rgba(62,67,71,1) 0%, rgba(62,67,71,1) 60%, rgba(62,67,71,0.3029586834733894) 100%);
        background: -o-linear-gradient(bottom, rgba(62,67,71,1) 0%, rgba(62,67,71,1) 60%, rgba(62,67,71,0.3029586834733894) 100%);
        background: linear-gradient(to top, rgba(62,67,71,1) 0%, rgba(62,67,71,1) 60%, rgba(62,67,71,0.3029586834733894) 100%);
    }
    
    
    
    
    .thd-left{
        width: 15%;
        height: 65vh;
        display: block;
        float: left;
        clear: none;
        margin: 25vh 0 0 7.5%;
        position: relative;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .thd-left h1{
        rotate: -90deg;
        color: #5A6167;
    }
    
    
    .th-slide{
        width: 70%;
        height: 65vh;
        display: block;
        float: left;
        clear: none;
        margin: 25vh 7.5% 0 0 ;
    }
    
    
    .topic{
        width: 100%;
        height: 100%;
        border-radius: 1em;
        padding: 0;
        background-color: #2F3337;
    }
    
    .topic-inner{
        width: 80%;
        height: 80%;
        margin: 10%;
    }
    

    
    .topic h1{
        margin: 0;
    }
    
    
    .topic h4{
        color: #606060;
        font-weight: 400;
        letter-spacing: -1px;    }
    
    
    #businesstopic h1, #businesstopic h5{
        color: #21B19C;
    }
    
    
    #investmenttopic h1, #investmenttopic h5{
        color: #F69038;
    }
    
    
    #agrictopic h1, #agrictopic h5{
        color: #18AB44;
    }
    
    
    #securitygovtopic h1, #securitygovtopic h5{
        color: #A7A7A7;
    }
    
    
    
    
    
    
    
    
    
    
    .connect{
         width: 85%;
        margin: auto 7.5%;
        height: auto;
        float: left;
        clear: both;
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
        position: relative;
        top: -45vh;
        margin-bottom: -40vh;
    }
    
    
    
    .c-line-toright{
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1.5fr; 
  grid-template-rows: 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    ". ."; 
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        transition: all .4s;
    }
    
    
    .c-line-toleft{
        display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1.5fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    ". ."; 
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        transition: all .4s;
    }
    
    
    
    .connect-image{
        height: 20vh;
        width: 90%;
        border-radius: 10vh;
        display: block;
        float: left;
        clear: none;
        background-position: center;
        background-size: cover;
        transition: all .4s;
    }
    
    
    
    .connect:hover .connect-image{
        width: 100%;
    }
    





    .threeboxes{
        width: calc(100% - 4em);
        margin: 10vh 2em 35vh;
        height: auto;
        display: block;
        float: left;
        clear: both;
          display: grid; 
        grid-template-columns: 1fr 1fr 1fr; 
        grid-template-rows: 1fr; 
        gap: 2em 2em; 
        grid-template-areas: 
            ". . ."; 
    }
    

    .tb-box{
        width: calc(100% - 4em);
        height: calc(50vh - 4em);
        display: block;
        float: left;
        clear: none;
        border-radius: 2em;
        padding: 2em;
        color: #fff;
        position: relative;
    }

    .tb-box i{
        font-size: 5em;
        clear: both;
        margin: .1em .3em .3em;

        -webkit-text-stroke-width: .5px; /* Sets the outline thickness */
  -webkit-text-stroke-color: rgb(255, 255, 255); /* Sets the outline color */
  background: #FFFFFF;
background: linear-gradient(to bottom right, #ffffff84 0%,  #ffffffb1 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    }


    .sponsor-tbb{
        background-color: #044445;
        margin: 0 0 0 0;
    }

    .partner-tbb{
        background-color: #1db19b;
        margin: 15vh 0 0 0;
    }

    .partner-tbb button{
        background-color: #0000002e;
    }

    .exhibit-tbb{
        background-color: #343333;
        margin: 30vh 0 0 0;
    }

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .breakpage{
        width: 85%;
        margin: auto 7.5%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        top: -25vh;
        position: relative;
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 3fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    ". ."; 
    }
    

    
    
    
    
    
    
    
    
    .partners-home{
        width: 85%;
        margin: auto 7.5%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: relative;
        top: -10vh;
        
    }

    
    .partners-home h1{
        float: left;
        clear: none;
    }
    
    
    .partners-home button{
        float: right;
        clear: none;
        position: relative;
        top: 2em;
    }
    
    
    
    
    
    .ph-slide{
        width: 100%;
        height: 30vh;;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .partner {
        border-radius: 1em;
        height: 25vh;
        display: block;
        float: left;
        clear: none;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: white;
    }
    
    
    
    .ph-listmobi{
        width: 0;
        height: 0;
        display: none;
    }
    
    
    
    

    
    
    
    
    
    
    
    
    
    .joinus{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .ju-left{
        width: 15%;
        height: 65vh;
        display: block;
        float: left;
        clear: none;
        margin: 0vh 0 0 7.5%;
        position: relative;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        background-color: #FF9233;
        padding: 0;
    }
    
    
    .ju-left h1{
        rotate: -90deg;
        color: #ffffff;
    }
    
    
    .ju-right{
        width: 77.5%;
        height: 65vh;
        background-color: #FF9233;
        margin: 0vh  0 0 0;
        float: right;
        clear: none;
        display: block;
        color: #FFFFFF;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
 
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .ju-inner{
        width: 90%;
        margin: auto;
    }
    
    
    .ju-inner h3{
        font-weight: 400;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .mediatile{
        width: 85%;
        height: 160vh;
        float: left;
        clear: none;
         display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr; 
  gap: 2em 2em; 
        margin: 25vh 7.5%;
        
    }
    
    
    
    .mt-1{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 2fr 2fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
}
    
    .mt-1 marquee{
        font-size: 8.5em;
        font-family: "bahnschrift";
        line-height: 1em;
        margin: .3em auto;
        text-transform: uppercase;
        color: #21B19C;
        font-weight: bolder;
    }
    
    
    
    
    
    
    
    
    
    
    .mt-2{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1.5fr 2.5fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."; 
    }
    
    
    
    .hashtag{
        border-radius: 1em;
        display: block;
        float: left;
        clear: none;
        background-color: #2F3337;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .hashtag h1{
        rotate: -90deg;
    }
    
    
    
    
    
    
    
    .mt-3{
         display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 2.5fr 1.5fr 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
    }
    
    
    
    .seebarbados{
        background-image:url("../img/hostcountry-img/host-nation-main-pic.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 1em;
        overflow: hidden;
    }
    
    
    .sb-inner{
        background: rgb(255,255,255);
        background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.48503151260504207) 52%, rgba(255,255,255,0) 100%);
        width: 80%;
        height: 90%;
        padding: 10% 10%;
    }
    
    
    
    
    
    
    .pic{
         background-image:url("../img/hostcountry-img/Barbados-To-Adopt-All-Hands-on-Deck-To-Rebuild-Tourism-Post-COVID-19.jpg");
        background-size: cover;
        border-radius: 1em;
    }
    
    
    
    
    
    
    
    
    
    
    
    .mt-socials{
        background-color: #2F3337;
    }
    
    
    .mt-socials .mts-inner{
        width: 80%;
        height: 80%;
        display: block;
        float: left;
        clear: none;
        padding: 10%;
        border-radius: 1em;
    }
    
    
    .mts-inner h4{
        font-weight: bold;
    }
    
    
    .social-icons{
         display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 1fr 1fr 1fr; 
      grid-template-rows: 1fr; 
      gap: 1em 1em; 
      grid-template-areas: 
        ". . . ."; 
            margin: 1em auto;
            width: 100%;
            height: auto;
            clear: both;
            float: left;
    }

    
    .social-icons i{
        font-size: 2.5em;
        text-align: center;
        cursor: pointer;
        color: #606060;
        transition: all .4s;
    }
    
    
    .social-icons i:hover{
        color: #fff;
    }
    
    
    
    
    
    
    

    
    
    
    
    
    
    
    
    
    
    
}


    
        /* Desktop Layout: 1440px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {


    
    
    
    
    
    
    
    
}
            /* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 2400px) {
	

    
    
    
    
    
    
    
    
    
    
    
    
    
		
}