


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Recursive:wght@300..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

    *{
      margin: 0px;
      padding: 0;
      box-sizing: border-box;
  }
  ::-webkit-scrollbar{
      width: 15px;
  }
  ::-webkit-scrollbar-track{
      background: linear-gradient(#EECB71, #EECB71, #d3821f, #d3821f, #EECB71, #EECB71);
       
  }
  ::-webkit-scrollbar-thumb{
      background: var(--primary-color);
      border-radius: 10px;
  }  
  a{
      text-decoration: none;
  }
  body{
      min-height: 100vh;
      background-size: cover;
      background-color: var(--secondary-color);
      width: 100%;
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
      overflow-x: hidden;
      overflow-y: auto;
      font-family: roboto, Arial, sans-serif;
      color: var(--text-color);
  }
  @media (max-width: 768px) {
        body {font-family: sans-serif, arial;}    
  }
  :root{
      --primary-color:  #016337;
      --secondary-color: #f8f5ec;
      --light-green: #5d9e72;
      --mixed-green: linear-gradient( #5d9e72, #016337,  #5d9e72);
      --cta-color: linear-gradient(#EECB71, #EECB71, #d3821f, #d3821f, #EECB71, #EECB71);
      --text-color: #222222;
      --dark-gold:  #d3821f;
      --light-gold: #EECB71;
      --white-color:  #f7f3f3;
      
  }





/* Styles for Google Translate button */
.translate{
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 2900;
  height: 25px;
  width: 80px;
  font-size: 12px;
  padding: 5px;
  color: var(--secondary-color);
  background-color: var(--primary-color); 
}
#google_translate_element{
  position: fixed;
  left: -74px;
  bottom: -135px;
  z-index: 3000;
  color: var(--secondary-color);
  background-color: var(--primary-color); 
  opacity: 0;
  border-style: none;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
  overflow-x: scroll;
  height: 50px;
}

.goog-logo-link {
  display:none !important;
  height: 50px;
}

  /*SCROLL ANIMATION*/
    /*          
  .box{
      opacity: 0;
      transform: translateX(400%);
      transition: transform 0.4s ease;
  }
  .box.show{
      transform: translateX(0);
     
  }*/
  
  
  /*
  @keyframes loading {
      from{
           transform: rotate(0turn);
      }
      to{
          transform: rotate(1turn);
      }
  } */
  
  .loader{
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100vw;
      height: 100vh;
      background-color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 5000;
      transition: 1s, visibility 1s;
  }
  .loader img{
    width: 120px;
    height: 60px;
  }
 

  .disapear{
      opacity: 0;
      visibility: hidden;
  }

  /*WHATSAPP*/
  .whatsapp{
      position: fixed;  
      right: 1px;
      bottom:0px;
      width: 50px; 
      z-index: 2100;
  }

  


  /*SECTION 1*/
  .section1{
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 0px;
     position: fixed;
     z-index: 2100;
     background: var(--primary-color);
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
    box-shadow: 0px 2px 2px rgba(114, 157, 165, 0.4);
    padding-bottom: 5px;
    
  }
  .section01{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    position: fixed;
    z-index: 2100;
    background-color: var(--primary-color);
    box-shadow: 0px 2px 2px rgba(114, 157, 165, 0.4);
 }


  /*CTA BAR*/
  .cta-bar{
    display: flex;
    flex-direction: row;
    background: var(--secondary-color);
    color: var(--dark-gold);
    height: 26px;
    width: 100vw;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 0px 10px;
  }
  @media (max-width: 700px) {
    .cta-bar{
      display: none;
      flex-direction: row;
      background: var(--secondary-color);
      color: var(--dark-gold);
      height: 26px;
      width: 100vw;
      align-items: center;
      justify-content: space-between;
      text-align: center;
      padding: 0px 10px;
    }
  }

  .cta-bar1{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 400px;
  }
  .cta-bar2{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
    height: 100%;
  }
  .cta-bar1 span{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 12px;
    margin: 0px 5px;
    text-align: center;
    overflow: hidden;
   
}
.cta-bar2 span:hover{
    opacity: 0.7;
}
.cta-bar2 span{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0px 5px;
  flex-wrap: nowrap;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
}
.cta-bar2 span:hover{
  opacity: 0.7;
}
.cta-bar1 span a{
   text-decoration: none;
   color: var(--dark-gold);
}
.cta-bar2 span a{
  text-decoration: none;
  color: var(--dark-gold);
}
.cta-bar1sp{
  border-left: solid 2px var(--text-color);
  padding-left: 10px;
}
 

  


/*MENU SECTION*/
  .menul{
     height: 80px;
     width: 100vw;
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     position: relative;
     z-index: 21;
    
  }


  /*LOGO SIDE*/
  .logo-side{
     display: flex;
     justify-content: flex-start;
     align-items: center;
     width: 120px;
     margin-left: 0px;
    padding-left: 10px;
  }
  .logo-wrapper{
    width: 130px;
    height: 85px;
    padding-top: 5px;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
 
  .logo1{
    margin-top: -8px;
      height: 97px;
      width: 110px;
  }
  .logo2{
    height: 50px;
    width: 130px;
    margin-bottom: -26px;
}






  /*NAV SIDE!*/
.menu-right{
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}




.nav-area{
  display: flex;
  flex: 1;
}
  .nav-side1{
      display: flex;
      justify-content: flex-end;
      flex: 1;
      flex-direction: row;
      padding-left: 0px;
  }
  .nav-side1 ul{
      display: flex;
      justify-content: flex-end;
      align-items: center;
      list-style: none;
      flex: 1;
      margin-right: 30px;
      color: var(--secondary-color);
  }
  .nav-side1 li{
      color: var(--secondary-color);
      font-size: 14px;
      margin: 5px;
      cursor: pointer;
      padding: 5px;
      position: relative;
      align-items: center;
      text-align: center;
      justify-content: center;
      white-space: nowrap;
      word-wrap: normal;
     
  }
  
  .nav-side1 li:hover{
    background-color: var(--light-green);
      
  }
  .nav-side1 a{
      cursor: pointer;
      text-decoration: none;
      color: var(--secondary-color);
  }
  .services{
    color: var(--secondary-color);
  }
  .services2{
    color: var(--secondary-color);
  }
  .services2 a{
    color: var(--secondary-color);
  }
  .services ul{
      position: absolute;
      padding: 5px;
      top: 28px;
      left: -25px;
      display: none;
      flex-direction: column;
      width: auto;
      height: auto;
      color: var(--secondary-color);
      list-style: none;
      background-color: var(--primary-color);
      z-index: 10;
      align-items: flex-start;
    
  }
  .services li{
      margin: 5px;
      white-space: nowrap;
      word-wrap: normal;
      color: var(--secondary-color);
  }
  .services2 li{
    color: var(--secondary-color);
  }
  .services2 a{
    color: var(--secondary-color);
  }
  .services li:hover{
    background-color: var(--light-green);
      
  }
  .services2 li:hover{
    background-color: var(--light-green);
      
  }
  .services:hover ul{
      display: flex;
  }
  .services svg{
     fill: var(--secondary-color);
     height: 18px;
     margin-bottom: -5px;
     color: var(--secondary-color);
  }
  
  
  .active{
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: var(--dark-gold);
      
  }
  
  .nav-side1 nav{
      display: none;
      justify-content: flex-end;
      align-items: center;
      flex: 1;
      display: flex;
      flex-direction: row;
  }

  /*DESIGNED BUTTON */
  
  .btn1{
      color: var(--primary-color);
      font-size: 12px;
      font-weight: bold;
      border-radius: 10px;
      border-style: none;
      padding: 4px 6px;
      height: 40px;
      align-items: center;
      margin-left: 0px;
      justify-content: center;
      cursor: pointer;
      transition: ease-in-out;
      transition-duration: 0.3s;
      width: 150px;
      overflow: none;

      background: linear-gradient(to right, var(--dark-gold), var(--dark-gold), var(--light-gold), var(--dark-gold), var(--dark-gold), var(--light-gold), var(--dark-gold), var(--dark-gold));
      /*animation: size 0.7s infinite forwards;
      transition: ease;
      transition-duration: 0.5;*/
  }

  /*@keyframes size {
    0%{width: 80px;  font-size: 12px;}
    50%{width: 100px;  font-size: 16px;}
    100%{width: 80px;  font-size: 12px;}
  }*/
  .btn1:hover{
    /*animation-play-state: paused;*/
    box-shadow: 0 0 15px var(--light-gold);
    background-color: var(--secondary-color);
  }
  .btn1a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 160px;
    height: 50px;
    margin-right: 10px;
  }
  .btn1 a{
    color: var(--primary-color);
  }

  




  .menu-div{
      display: none;
      justify-content: center;
      align-items: center;
      padding: 10px;
      margin-right: 30px;
  }
  .menu{
     
      
      padding: 0;
      cursor: pointer;
      border-style: none;
      width: 25px;
      height: 25px;
      background: var(--cta-color);
      align-items: center;
      opacity: 0.6;
  }
  .menu:hover{
     opacity: 1;
  }
  @media (max-width: 1000px) {
      .nav-side1{
          display: none;
          justify-content: flex-end;
          flex: 1;
          flex-direction: row;
          padding-left: 0px;
      }
      .menu-div{
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 10px;
          margin-right: 30px;
      }
  }
  
  
  /*NAV 2*/
  .sidebar{
      display: none;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      width: 60%;
      min-width: 210px;
      max-width: 500px;
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      z-index: 5;
      flex: 1;
      padding-left: 0px;
      background: var(--primary-color);
    
  }
  
  .close{
      margin-top: 20px;
      margin-left: 15px;
      padding: 0;
      cursor: pointer;
      border-style: none;
      width: 25px;
      height: 25px;
      background: var(--cta-color);
      align-items: center;
      opacity: 0.6;
  }
  .close:hover{
      opacity: 1;
  }
  
  .sidebar ul{
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      align-items: flex-start;
      list-style: none;
      flex: 1;
      margin-right: 30px;
      color: var(--secondary-color);
      position: relative;
  }
  .sidebar li{
      margin: 10px;
      cursor: pointer;
      padding: 3px;
  }
  
  .sidebar a{
      cursor: pointer;
      text-decoration: none;
      color: var(--secondary-color);
  }
  .sidebar li:hover{
    background-color: var(--light-green);
  }
  .services2 ul{
      display: none;
      position: absolute;
      padding: 5px;
      top: 128px;
      left: 0px;
      flex-direction: column;
      width: 100%;
      height: auto;
      color: var(--secondary-color);
      list-style: none;
      background: var(--primary-color);
      box-shadow: 0 0 15px rgb(20, 20, 20);
      z-index: 10;
      align-items: flex-start;
  }
  
  .services2:hover ul{
      display: flex;
  }
  .services2 svg{
      fill: var(--secondary-color);
      height: 18px;
      margin-bottom: -5px;
   }


   .services2a ul{
    display: none;
    position: absolute;
    padding: 5px;
    top: 216px;
    left: 0px;
    flex-direction: column;
    width: 100%;
    height: auto;
    color: var(--secondary-color);
    list-style: none;
    background: var(--primary-color);
    z-index: 10;
    align-items: flex-start;
    box-shadow: 0 0 15px rgb(20, 20, 20);
}

.services2a:hover ul{
    display: flex;
}
.services2a svg{
    fill: var(--secondary-color);
    height: 18px;
    margin-bottom: -5px;
 }
 
  
  
  
  
  .sidebar nav{
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      height: 50%;
      flex-direction: column;
  }
  
  .btn3{
      color: var(--text-color);
      font-size: 12px;
      background-color: var(--cta-color);
      padding: 4px 6px;
      border-radius: 15px;
      height: 30px;
      align-items: center;
      justify-content: center;
      border-style: none;
      margin-left: 12px;
      cursor: pointer;
      transition: ease-in-out;
      transition-duration: 0.1s;
      min-width: 80px;
      overflow: none;
      margin-top: 20px;
  }
  .btn3:hover{
      background-color: var(--primary-color);
      color: var(--secondary-color);
  }
  

  
  

/*HERO SECTION*/

.section2{
  background: url(images/expatpro1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 80vh;
  margin-top: 80px;
  animation-name: bgchange;
  animation-timing-function: 0.2s;
  animation-duration: 160s;
  transition: ease-in-out;
  transition-duration: 3s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  z-index: 5;

}
@keyframes bgchange {
  0%{background: url(images/expatpro1.png);background-size: cover;
      background-position: center;
      background-repeat: no-repeat; opacity: 1;}
  20%{background: url(images/expatpro2.png);background-size: cover;
      background-position: center;
      background-repeat: no-repeat; opacity: 1;}
  40%{background: url(images/expatpro3.png);background-size: cover;
      background-position: center;
      background-repeat: no-repeat; opacity: 1;}
  60%{background: url(images/expatpro4.png);background-size: cover;
      background-position: center;
      background-repeat: no-repeat; opacity: 1;}
  100%{background: url(images/expatpro1.png);background-size: cover;
      background-position: center;
      background-repeat: no-repeat; opacity: 1;}
  
}
.hero{
  width: 100%;
  height: 100%;
  min-height: 80vh;
  background-color: rgb(2, 90, 2, 0.5);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 40px 20px;
}
h1{
  width: auto;
  max-width: 550px;
  color:  var(--dark-gold);
  text-align: start;
  font-size: 2.5rem;
  overflow: none;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 25px;
  transition: ease;
  animation-name: bounce;
  animation-timing-function: 5s;
  animation-duration: 1s;
  animation-delay: 1s;
  transition-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;

}
@keyframes bounce {
  0%
  {
      transform: translateY(-200px); opacity: 1;
  }
  20%,60%{
      transform: translateY(0); opacity: 1;
  }
  40% {
      transform: translateY(-30px); opacity: 1;
  }
  80% {
      transform: translateY(-15px); opacity: 1;
  }
  100% {
      transform: translateY(0); opacity: 1;
  }
}
h1 span{
  color: var(--secondary-color);
}
#changingWord {
  color: var(--secondary-color);
  transition-delay: 0.1s;
  transition: ease-in;
  animation: changeWordAnimation 5s infinite alternate;
}

@keyframes changeWordAnimation {
  0% { opacity: 1; }
  100% { opacity: 1; }
}

.hero p{
  color: var(--secondary-color);
  text-align: start;
  margin: 15px;
  font-size: 16px;
  width: auto;
  max-width: 450px;
  transition: ease;
  animation-name: apear;
  animation-timing-function: 2s;
  animation-duration: 1s;
  animation-delay: 1.7s;
  transition-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes apear {
  0%{
      opacity: 0;
  }
  100%{
      opacity: 1;
  }
  
}
.joinbtn{
  overflow: none;
  color: var(--primary-color);
  background-color: var(--dark-gold);
  padding: 4px 6px;
  border-radius: 5px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-style: none;
  margin: 10px;
  cursor: pointer;
  transition: ease-in-out;
  transition-duration: 0.1s;
  font-size: 16px;
  font-weight: bold;
  min-width: 80px;
  transition: ease;
  animation-name: apear2;
  animation-timing-function: 2s;
  animation-duration: 1s;
  animation-delay: 2s;
  transition-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes apear2{
  0%{
      opacity: 0;
  }
  100%{
      opacity: 1;
  }
  
}

.joinbtn:hover{
  background-color: var(--primary-color);
  color: var(--secondary-color);
}


/*LAYOUT SECTION*/


.layout{
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 width: 100vw;
 height: 100%;
 padding: 10px;
 margin-top: -20px;
}
.layout-item{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px 10px;
  width: 100%;
  height: 100%;
}
.layout-item1{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  max-height: 500px;
  width: auto;
  min-width: 300px;
  padding: 10px;
}
.layout-item1 h2{
  color: var(--primary-color);
  margin: 10px 0px;
  text-align: left;
  font-size: 30px;
}
.layout-item1 p{
   color: var(--text-color);
   margin: 7px 0px;
   font-size: 14px;
}
.read-more{
   margin: 15px 0px;
   padding: 6px 10px;
   color: var(--secondary-color);
   background-color: var(--dark-gold);
   border-style: none;
   font-size: 14px;
   border-radius: 5px;
}
.read-more a{
   color: var(--secondary-color);
}
.read-more:hover{
  background-color: var(--primary-color);
}
.layout-item2{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-height: 500px;
  width: auto;
  min-width: 300px;
  padding: 0px 10px;
}
.layout-item2 img{
  height: 320px;
  min-width: 270px;
  max-width: 400px;
}
.bottom-div{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 90%;
  min-width: 300px;
  padding: 10px;
  margin-top: 10px;
}
.bottom-div h2{
  color: var(--primary-color);
  margin: 20px;
  text-decoration: underline;
}
.bottom-div p{
  color: var(--text-color);
  margin: 8px;
}
.service-items{
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
}
.service-items a{
  height: 120px;
  width: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  box-shadow: 0px 0px 15px rgb(8, 8, 8, 0.6);
  text-decoration: none;
  color: var(--dark-gold);
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
  border-radius: 15px;
  margin: 5px;
}
@media (max-width: 500px) {
  .service-items a{
    height: 120px;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    box-shadow: 0px 0px 15px rgb(8, 8, 8, 0.6);
    text-decoration: none;
    color: var(--dark-gold);
    font-weight: bold;
    text-align: center;
    word-wrap: break-word;
    border-radius: 15px;
    margin: 8px;
  }
}
.service-items a:hover{
  background-color: var(--primary-color);
  color: var(--secondary-color);
}


.donate-items{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.donate-items a{
 height: 50px;
 width: auto;
 min-width: 130px;
 padding: 5px 10px;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 22px;
 box-shadow: 0px 0px 15px rgb(8, 8, 8, 0.6);
 text-decoration: none;
 color: var(--primary-color);
 font-weight: bold;
 text-align: center;
 word-wrap: break-word;
 border-radius: 15px;
 margin: 5px;
 border: solid 4px var(--primary-color);
}
.donate-items a:hover{
 background-color: var(--dark-gold);
 color: var(--secondary-color);
}



.download{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  margin: 20px;
  width: 80%;
  padding: 10px;
  box-shadow: 0px 0px 15px rgb(8, 8, 8, 0.6);
}
.download1{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 70px;
  color: var(--dark-gold);
}
.download2{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 70px;
}





/*GOOD SECTION*/
.good{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding: 10px;
 }
 .good-ctn{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   margin: 0px 10px;
   width: 100%;
   height: 100%;
 }
.good-ctn-item{
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: center;
 height: 100%;
 width: 300px;
 padding: 5px;
 min-width: 160px;
 margin: 10px;
}
.good-ctn-item1{
  display: flex;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 3px;
  border-radius: 50px;
  align-items: center;
  padding: 5px;
  background-color: var(--light-gold);
}

.good-ctn-item2{
  flex: 1;
  min-width: 120px;
  margin: 3px;
}
.good-ctn-item2 h4{
  word-wrap: break-word;
  color: var(--primary-color);
}
.good-ctn-item2 p{
  word-wrap: break-word;
  font-size: 12px;
}


  

/* INDUSTRIES*/
.ind{
    display: flex;
    margin: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-left: 40px;
    z-index: 15;
    width: 100vw;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}
.ind1{
    flex: 1;
    font-weight: bold;
    margin-top: 10px;
    padding-right: 5px;
    font-size: 18px;
    margin-left: 10px;
    z-index: 15;
    color: var(--primary-color);
}


.ind1 span{
    color: var(--primary-color);
}
.ind2, img{
    height: 100%;
    width: 100%;
}
.ind2{
    font-size: 12px;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
    z-index: 15;
    padding-right: 20px;
}
.ind:hover .ind2 div{
    animation-play-state: paused;
    
}
.ind2 div{
      
     
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 20px;
    min-width: 170px;
    width: 170;
    height: 80px;
      animation: 150s slide infinite linear forwards;
      text-align: center;
      cursor: pointer;
      
}
@keyframes slide {
    from{
         transform: translateX(0);
    }
    to{
        transform: translateX(-2000%);
    }
}




.ind3, img{
    height: 100%;
    width: 100%;
}
.ind3{
    font-size: 12px;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
    z-index: 15;
    padding-right: 20px;
    margin-top: 10px;
}
.ind:hover .ind3 div{
    animation-play-state: paused;
    
}
.ind3 div{
      
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 10px 20px;
      min-width: 170px;
      width: 170;
      height: 80px;
      animation: 150s slide3 infinite linear forwards;
      text-align: center;
      cursor: pointer;
      overflow: hidden;
      
}
@keyframes slide3 {
    from{
         transform: translateX(-2000%);
    }
    to{
        transform: translateX(0%);
    }
}

.publisher{
    display: flex;
    margin: 0px;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    overflow: hidden;
    padding-left: 40px;
    z-index: 15;
    width: 100vw;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}  
@media (max-width: 600px) {
    .publisher{
        display: flex;
        margin: 0px;
        flex-direction: column;
        justify-content:center;
        align-items: center;
        overflow: hidden;
        padding-left: 40px;
        z-index: 15;
        width: 100vw;
        height: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
    }  
}
.publisher1{
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;

}

.publisher1 h2{
 text-align: center;
 margin: 10px;
 color: var(--primary-color);
 font-size: 28px;
}
.publisher1 p{
    font-size: 16px;
    margin: 5px;
    color: var(--text-color);
}
.publisher1 p span{
    font-size: 1px;
    font-size: 40px;
    color: var(--primary-color);
   
}
.publisher2{
  display: flex;
  flex: 1.2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px;
}
.publisher2a{
    flex: 2;

}
.publisher2a img{
    height: 300px;
    width: 280px;
}
.publisher2b{
    flex: 1;
}
.publisher2b p{
    font-size: 16px;
    margin: 5px;
    color: var(--text-color);
}
.publisher2b p span{
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: var(--primary-color);
    margin-top: 20px;
}



/*ADVERTS SECTION*/
.advat{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 20px;

}
.advat h2{
  text-align: center;
  color: var(--primary-color);
  font-size: 26px;

}
.advat-ctn{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
}
.advat-item{
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  margin: 10px;
}
.advat-item img{
  width: 2.7em;
  min-width: 240px;
  height: 160px;
}




/*VIDEO SECTION*/
.vid{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 20px;

}
.vid h2{
  text-align: center;
  color: var(--primary-color);
  font-size: 26px;

}
.vid-ctn{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
}
.vid-item{
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.vid-item iframe{
  width: fit-content;
  height: fit-content;
}


#subscribe{
  z-index: 15;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  width: 100vw;
  height: 100%;
  padding: 20px;
}
.sub-ctn{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
.sub-ctn h2{
  color: var(--secondary-color);
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sub-ctn p{
  color: var(--secondary-color);
  font-size: 14px;
  text-align: center;
  margin: 0px 10px;
  word-wrap: break-word;
}
.sub-ctn button{
  align-items: center;
  width: 90px;
  height: 40px;
  text-align: center;
  color: var(--secondary-color);
  background-color: var(--dark-gold);
  border: none;
  padding: 5px 6px;
  border-radius: 5px;
  margin-top: 5px;
  margin-left: -3px;
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.3s;

}
.sub-ctn button:hover{
  box-shadow: 0px 0px 25px rgb(8, 8, 8, 0.6);
  opacity: 0.8;
}
.sub-input{
  padding: 0.5rem;
      border: 1px solid var(--secondary-color);
      background-color: var(--secondary-color);
      display: flex;
      height: 2.5rem;
      width: 500px;
      border-radius: 0.375rem;
      font-size: 0.875rem;
      line-height: 1.25rem;
      margin: 5px;
      padding-left: 46px;
      outline: none;
}
@media (max-width: 700px) {
  .sub-input{
    padding: 0.5rem;
        border: 1px solid var(--secondary-color);
        display: flex;
        height: 2.5rem;
        width: 300px;
        border-radius: 0.375rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
        margin: 5px;
        padding-left: 46px;
        background-color: var(--secondary-color);
  }
  .sub-ctn button{
    align-items: center;
    width: 300px;
    height: 40px;
    text-align: center;
    color: var(--secondary-color);
    background-color: var(--dark-gold);
    border: none;
    padding: 5px 6px;
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 3px;
    flex-shrink: 0;
    cursor: pointer;
    transition: 0.3s;
  }
}
.enveloped{
  background-color: var(--light-green);
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  position: absolute;
  left: 5px;
  top: 5px;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;

}







  /*POP UP FORM*/
  
  .popup-form{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4000;
    background-color: rgba(72, 137, 148, 0.4);
    width: 100vw;
    height: 100vh;
    
  }
  .form-holder{
    display: flex;
    position: relative;
    flex-direction: column;
    width: 80%;
    height: auto;
    max-width: 300px;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    padding: 20px;
    border-radius: 5px;
   text-align: center;
  }
  .popup-form form{
    display: flex;
    padding: 10px;
    flex-direction: column;
    padding: 2vw 4vw;
    width: 100%;
    border-radius: 15px;
    max-width: 400px;
    justify-content: center;
    align-items: center;

  }
  .popup-form  form div{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: relative;
  }
  .popup-form form svg{
    position: absolute;
    left: 1px;
    top: 2px;
    
  }
  .popup-form input{
    width: 220px;
    height: 24px;
    max-width: 220px;
    margin-bottom: 15px;
    box-sizing: border-box;
    display: inline;
    padding-left: 24px;
    border-radius: 5px;
    border-style: none;
    outline: none;
  }
  .popup-form textarea{
    width: 220px;
    max-width: 220px;
    height: auto;
    max-height: 140px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-top: 22px;
    padding-left: 2px;
    border-style: none;
    border-radius: 8px;
    outline: none;
  }
  .popup-form  .send-btn{
    margin-top: 0px;
    margin-bottom:15px;
    text-align: center;
    margin-bottom: 5px;
    color: var(--text-color);
    margin-top: 6px;
    background-color: var(--light-green);
    border: none;
    padding: 5px 6px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(31, 29, 29, 0.5);
    flex-shrink: 0;
    min-width: 90px;
    cursor: pointer;
    transition: 0.3s;
  }
  .popup-form  button:hover{
    box-shadow: 0 0 20px  rgb(144, 238, 144, 1);
  }
  .popup-form .close-btn{
    position: absolute;
    top: 9px;
    right: 9px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: rgb(7, 185, 7, 0.1);
    border-style: solid;
    border-color: white;
    cursor: pointer;
  }

  .popup-form h3{
    text-align: center;
    color: white;
  }




  
    /*FORM GROUP*/

    .form-group-container {
   
      display: grid;
      gap: 1rem;
      margin-top: 2rem;
    }
    
    .form-group {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      position: relative;
    }
    @media (max-width: 500px) {
      .form-group {
          display: flex;
          flex-direction: column;
          justify-content: space-around;
        }
    }
    
    .form-label {
      margin-bottom: 0.5rem;
    }
    
    .form-input,
    .form-textarea {
      padding: 0.5rem;
      border: 1px solid var(--secondary-color);
      display: flex;
      height: 2.5rem;
      width: 100%;
      border-radius: 0.375rem;
      font-size: 0.875rem;
      line-height: 1.25rem;
      margin: 5px;
    }
    
    .form-input::placeholder,
    .form-textarea:focus-visible {
      color: var(--text-color);
      opacity: 0.8;
      font-family: sans-serif;
    }
    
    .form-input:focus-visible,
    .form-textarea:focus-visible {
      outline: none;
    }
    
    .form-textarea {
      min-height: 120px;
    }
    
    .form-submit {
      width: 100%;
      margin-top: 1.2rem;
      background-color: var(--primary-color);
      color: var(--secondary-color);
    }






    /*SQAUE TRAIL*/
/*
   .square-trail {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      pointer-events: none;
      z-index: 2200;
  }
  
  .square {
      position: fixed;
      top: 0;
      left: 0;
      width: 12px;
      height: 12px;
      background-color: var(--dark-gold);
      pointer-events: none;
      z-index: 2000px;
      pointer-events: none;
      transform: translate(-50%, -50%);
      animation: squared 5s linear;
      opacity: 0;
      clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  }
  @keyframes squared {
      0% {
          transform: translate(-50%, -50%);
          opacity: 1;
          filter: hue-rotate(0deg);
      }
      100% {
          transform: translate(-50%, -3000%);
          opacity: 0;
          filter: hue-rotate(720deg);}
    }
  */
  
  
/*ANIMATE ON SCROLL*/

.box{
     opacity: 0;
     transition: opacity 1s ease-in;
}

.show{
    opacity: 1;
    transition: opacity 1s ease-in;
}
 



/*
  .regcocta button:hover{
      box-shadow: 0px 2px 1px rgba(32, 200, 223, 0.3),
                  1px 2px 1px rgba(32, 200, 223, 0.3),
                  inset -1px -2px 1px rgba(32, 200, 223, 0.3),
                  inset 1px 2px 1px rgba(32, 200, 223, 0.3);
              }  
              
*/
  
   





  
  /*FREQUENTLY ASKED QUESTIONS*/
  
  .section7{
      display: flex;
      flex-direction: column;
      width: 100vw;
      height: 100%;
      background-color: var(--secondary-color);
      z-index: 15;
      padding: 50px;
      justify-content: center;
      align-items: center;
      margin: 0;
      box-shadow: 0px 0px 25px rgb(8, 8, 8, 0.6);
  }
  .section7 h2{
      color: var(--primary-color);
      font-size: 20px;
  }
  .accordionhd h3{
   
      color: white;
      font-size: 14px;
     }
     @media (max-width: 600px) {
         .accordionhd h3{
      
             color: white;
             font-size: 12px;
            }
            #accordionTxt p{
             width: auto;
             color: black;
             font-size: 10px;
             padding: 10px;
            }
            fieldset legend{
             font-size: 16px;
             font-weight: bold;
         }
     }
     #accordionTxt p{
      width: auto;
      color: black;
      font-size: 14px;
      padding: 10px;
     }
     
     .accordionhd{
         background: url(images/expatpro-bg.jpg);
         color: white;
         width: 100%;
         height: 100%;
         cursor: pointer;
         position: relative;
         align-items: start;
         padding: 10px;
         padding-right: 40px;
         text-align: start;
         margin-top: 10px;
       
         
     }
     #obtn{
        position: absolute;
        right: 15px;
        top: 1px;
        height: 100%;
        width: 5%;
        background: none;
        cursor: pointer;
        border-style: none;
     }
     
     #cbtn{
         position: absolute;
         right: 15px;
         top: 1px;
         height: 100%;
         width: 5%;
         cursor: pointer;
         display: none;
         border-style: none;
         background: none;
      }
     #accordionTxt{
         position: relative;
         width: 100%;
         height: 100%;
         background-color: var(--secondary-color);
         display: none;
         
     }
     
     
     .accordionhd1 h3{
      
         color: white;
         font-size: 14px;
        }
        @media (max-width: 600px) {
            .accordionhd1 h3{
         
                color: white;
                font-size: 12px;
               }
               #accordionTxt1 p{
                width: auto;
                color: black;
                font-size: 10px;
                padding: 10px;
               }
               
        }
        #accordionTxt1 p{
         width: auto;
         color: black;
         font-size: 14px;
         padding: 10px;
        }
        
        .accordionhd1{
            background: url(images/expatpro-bg.jpg);
            color: white;
            width: 100%;
            height: 100%;
            cursor: pointer;
            position: relative;
            align-items: start;
            padding: 10px;
            padding-right: 40px;
            text-align: start;
            margin-top: 10px;
          
            
        }
        #obtn1{
           position: absolute;
           right: 15px;
           top: 1px;
           height: 100%;
           width: 5%;
           background: none;
           cursor: pointer;
           border-style: none;
        }
        
        #cbtn1{
            position: absolute;
            right: 15px;
            top: 1px;
            height: 100%;
           width: 5%;
            cursor: pointer;
            display: none;
            border-style: none;
            background: none;
         }
        #accordionTxt1{
            position: relative;
            width: 100%;
            height: 100%;
            background-color: var(--secondary-color);
            display: none;
            
        }
     
        .accordionhd2 h3{
      
         color: white;
         font-size: 14px;
        }
        @media (max-width: 600px) {
            .accordionhd2 h3{
         
                color: white;
                font-size: 12px;
               }
               #accordionTxt2 p{
                width: auto;
                color: black;
                font-size: 10px;
                padding: 10px;
               }
               
        }
        #accordionTxt2 p{
         width: auto;
         color: black;
         font-size: 14px;
         padding: 10px;
        }
        
        .accordionhd2{
            background: url(images/expatpro-bg.jpg);
            color: white;
            width: 100%;
            height: 100%;
            cursor: pointer;
            position: relative;
            align-items: start;
            padding: 10px;
            padding-right: 40px;
            text-align: start;
            margin-top: 10px;
          
            
        }
        #obtn2{
           position: absolute;
           right: 15px;
           top: 1px;
           height: 100%;
           width: 5%;
           background: none;
           cursor: pointer;
           border-style: none;
        }
        
        #cbtn2{
            position: absolute;
            right: 15px;
            top: 1px;
            height: 100%;
           width: 5%;
            cursor: pointer;
            display: none;
            border-style: none;
            background: none;
         }
        #accordionTxt2{
            position: relative;
            width: 100%;
            height: 100%;
            background-color: var(--secondary-color);
            display: none;
            
        }
     
        .accordionhd3 h3{
      
         color: white;
         font-size: 14px;
        }
        @media (max-width: 600px) {
            .accordionhd3 h3{
         
                color: white;
                font-size: 12px;
               }
               #accordionTxt3 p{
                width: auto;
                color: black;
                font-size: 10px;
                padding: 10px;
              
               }
           }
        #accordionTxt3 p{
         width: auto;
         color: black;
         font-size: 14px;
         padding: 10px;
        }
        
        .accordionhd3{
            background: url(images/expatpro-bg.jpg);
            color: white;
            width: 100%;
            height: 100%;
            cursor: pointer;
            position: relative;
            align-items: start;
            padding: 10px;
            padding-right: 40px;
            text-align: start;
            margin-top: 10px;
          
            
        }
        #obtn3{
           position: absolute;
           right: 15px;
           top: 1px;
           height: 100%;
           width: 5%;
           background: none;
           cursor: pointer;
           border-style: none;
        }
        
        #cbtn3{
            position: absolute;
            right: 15px;
            top: 1px;
            height: 100%;
           width: 5%;
            cursor: pointer;
            display: none;
            border-style: none;
            background: none;
         }
        #accordionTxt3{
            position: relative;
            width: 100%;
            height: 100%;
            background-color: var(--secondary-color);
            display: none;
            
        }
     
        .accordionhd4 h3{
      
         color: white;
         font-size: 14px;
        }
        @media (max-width: 600px) {
            .accordionhd4 h3{
         
                color: white;
                font-size: 12px;
               }
               #accordionTxt4 p{
                width: auto;
                color: black;
                font-size: 10px;
                padding: 10px;
               }
               fieldset legend{
                font-size: 16px;
                font-weight: bold;
            }
        }
        #accordionTxt4 p{
         width: auto;
         color: black;
         font-size: 14px;
         padding: 10px;
        }
        
        .accordionhd4{
            background: url(images/expatpro-bg.jpg);
            color: white;
            width: 100%;
            height: 100%;
            cursor: pointer;
            position: relative;
            align-items: start;
            padding: 10px;
            padding-right: 40px;
            text-align: start;
            margin-top: 10px;
          
            
        }
        #obtn4{
           position: absolute;
           right: 15px;
           top: 1px;
           height: 100%;
           width: 5%;
           background: none;
           cursor: pointer;
           border-style: none;
        }
        
        #cbtn4{
            position: absolute;
            right: 15px;
            top: 1px;
            height: 100%;
            width: 5%;
            cursor: pointer;
            display: none;
            border-style: none;
            background: none;
         }
        #accordionTxt4{
            position: relative;
            width: 100%;
            height: 100%;
            background-color: var(--secondary-color);
            display: none;
            
        }
        
  
  
       
  
  
  
  
  
  /*HAPPY CUSTOMERS*/
  
  .happy-people{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    padding-left: 40px;
    margin: 30px 0px;
  }
  .happy-people h2{
   color: var(--primary-color);
   margin: 20px 0px;
   text-align: center;
  }
  .happy-customers{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-behavior: smooth;
    width: 90vw;
    max-height: 200px;
    padding-right: 15px;
   
     
  }
  
  .customer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    width: 250px;
    min-width: 250px;
    height: 160px;
    min-height: 160px;
    margin: 10px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: rgb(201, 210, 214);
    padding: 10px;
    border: none;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3),
                  3px 3px 5px rgb(0, 0, 0, 0.2),
                  inset 0px 0px 0px  rgba(0, 0, 0, 0.2),
                  inset 0px 0px 0px rgb(0, 0, 0, 0.2);
  }
  
  .customer p{
    text-align: center;
    font-size: 13px;
  }
  .quote1{
    position: absolute;
    left: 6px;
    top: 6px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
  }
  .quote2{
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;

  }
  .quote1 img{
    width: 36px;
    height: 36px;
  }
  .quote2 img{
    width: 36px;
    height: 36px;
  }
  
  
  
  
  
  
  /*FOOTER*/
  footer{ 
 
      z-index: 15;
      height: auto;
      width: 100vw;
      background: var(--primary-color);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      color: var(--secondary-color);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 10px;
      
  
  }
  
  footer p{
      
      color: white;
  }
  footer a{
      text-decoration: none;
      color: white;
  }
  footer a:hover{
    text-decoration: none;
    color: var(--dark-gold);
}
  .footer-section{
     width: 100vw;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: flex-start;
      flex-wrap: wrap;
      margin-bottom: 10px;
      font-size: 12px;
      line-height: 20px;
      padding: 10px;
      margin-top: 50px;
  }
  .footer-logo-address{
      width: auto;
      height: auto;
      min-width: 200px;
      max-width: 250px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      margin: 5px;
  
  }

  
 
  .footer-products{
      
      height: auto;
      width: 100px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 5px;
  }
  .footer-services{
    width: auto;
    height: auto;
    min-width: 180px;
    max-width: 200px;
    padding: 5px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    
}
.footer-services ul{
    list-style: none;
}
.footer-products ul{
    list-style: none;
    margin-bottom: 20px;
}

.footer-map{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
   margin: 5px;
}

.footer-image{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

  .black-logo{
      margin-top: -25px;
      margin-left: 10px;
      margin-bottom: 10px;
      height: 90px;
      width: 90px;
      display: block;
  }
  .social-icons{
   
    margin-top: 20px;
    align-items: center;
  }
  .social-icons a{
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 2px;
    padding-top: 13px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    border-radius: 100px;
    background-color: var(--dark-gold);
    box-shadow: 0px 0px 15px rgb(8, 8, 8, 0.6);
  }
  .social-icons a:hover{
    opacity: 0.7;
    cursor: pointer;
     
}
.footer-btn{
    align-items: center;
    width: 100%;
    margin-top: -15px;
    margin-bottom: 15px;
    text-align: center;
    margin-bottom: 5px;
    color: var(--text-color);
    background-color: var(--dark-gold);
    border: none;
    padding: 5px 6px;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgb(8, 8, 8, 0.6);
    flex-shrink: 0;
    min-width: 90px;
    cursor: pointer;
    transition: 0.3s;
}
.country-contact{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-around;
   width: 100%;
   height: 100%;
   padding: 5px;
  
}
.country-contact1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 5px;
    box-shadow: 0px 0px 25px rgb(8, 8, 8, 0.6);
    padding: 5px;
    width: 150px;
    height: 100%;
    border-radius: 5px;
}
.country-contact1 img{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px rgba(5, 5, 5, 0.5);
}
.country-contact2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}
.country-contact2 p{
  font-size: 11px;
}
 
  /*
  .top-bar span{
      padding-top: 5px;
      margin-right: 0px;
      margin-left: 10px;
      font-size: 12px;
    
  }*/
  .last-div{
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-top: 60px;
      
  }
  .last-div div{
      font-size: 10px;
      margin: 0px;
      min-width: 300px;
     text-align: center;
     align-items: center;
     justify-content: space-around;
  }
  #Debvin{
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      position: relative;
  }
  #Debvin span{
    display: flex;
    position: absolute;
    top: 0;
    right: 30px;
    padding: 2px;
    width: auto;
    height: auto;
    background-color: var(--secondary-color);
    color: var(--text-color);
    opacity: 0;
  }
  #Debvin-a:hover #Debvin-span{
    opacity: 1;
  }
 
  #Debvin img{
    width: 80px;
    height: 50px;
    margin-left: 0px;
  }
  @media (max-width: 800px) {
    .footer-logo-address{
        margin-top: 20px;
        width: auto;
        height: auto;
        min-width: 250px;
        max-width: 270px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 5px;
    
    }
  
    
   
    .footer-products{
        margin-top: 20px;
        width: auto;
        height: auto;
        min-width: 180px;
        max-width: 200px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 5px;
       
    }
    .footer-services{
      margin-top: 20px;
      width: auto;
      height: auto;
      min-width: 180px;
      max-width: 200px;
      margin: 5px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      
  }
  

  }
  
  
  
