

*{
  margin:0;
  padding:0;
}

.header{
  background-color: #222E50;
  height:45px;
  padding-top: 10px;
  position: fixed;
  width:100%;
  z-index: 1;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
}


@media screen and (max-width: 920px) {
  .header {
    height:85px;
    padding-top: 5px;
  }
}

body {
  background-color:#eeeeee;
  width:100%;
  font-family: 'Lato', sans-serif;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (height:width) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


#myBtn, #myBtn:hover,#myBtn:visited{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(0, 0, 0);
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}


.heading {
  display:none;
  
	}

  @media screen and (max-width: 920px) {
    .heading{
      display:block;
      color: white;
    }
  }


.headed{
  width:100%;
  margin:0;
}

.headed2{
  display: flex;
  position:left;
  float:left;
  width:63%;
  margin-left:0.8%;
}

@media only screen and (max-width: 1360px) {
  .headed2{
    width:73%;
  }
}

@media screen and (max-width: 920px) {
  .headed2{
margin-left:4px;
    margin-top: 9px;
    width:47%;
    height:22px;
  }
}



.sidepanel  {
  width: 0;
  height:100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  border :1px solid rgba(36, 35, 35, 0.1);
  overflow-x: hidden;
  transition: 0.03s;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
}

.sidepanel a {
  padding: 3px 8px 3px 32px;
  text-decoration: none;
  font-size: 90%;
  color: #3d3d3d;
  display: block;
  transition: 0.03s;
  border:1px solid rgba(77, 77, 77, 0.1)
}

.sidepanel a:hover {
  color: #3d3d3d;
}

.sidepanel .closebtn {
  display:none;
}
@media screen and (max-width: 920px) {
  .sidepanel .closebtn {
  position: absolute;
  top: 0%;
  right: 15%;
  font-size: 30px;
  float:left;
  display:block;
  border:none;
  color:rgb(255, 255, 255);
  background-color: #222E50;
}


}
.sidepanel .closebtns {
  display:none;
}
@media screen and (max-width: 920px) {
  .sidepanel .closebtns {
    font-weight: bold;
  position: absolute;
  top: 0;
  left:0%;
  font-size: 100%;
  background-color: rgb(255, 255, 255);
  color:rgb(71, 71, 71);
  float:left;
  display:block;
  border:none;
}
}

.openbtn {
  display:none;
}
@media screen and (max-width: 920px) {
.openbtn {
  display:block;
  float:left;
  font-size: 22px;
  border:none;
  cursor: pointer;
  color: #FFFFFF;
  background-color: #222E50;
  padding-top : 6px;
padding-bottom:6px;
padding-left:13px;
padding-right:9px;
  text-decoration: none; 
}
}
  .title {
    display:none;

  position:left;
  float:left;
  padding-left:8%;
  width:18%;
  }

  @media only screen and (max-width: 1360px) {
    .title{
      display:none;
      padding-left: 2%;

      width:23%;
    }
  }

@media screen and (max-width: 920px) {
  .title {
    display:none;
  }
}


img.homedisplay{
    display: block;
    margin: auto;
    top:50%;
    left:50%;
    height:80%;
    width:80%;
}

img.homedisplay2{
  display: block;
  margin: auto;
  top:50%;
  left:50%;
  height:50%;
  border: none; /* Removes any border */
  outline: none; /* Removes any outline */
}


.titlehome {
position:left;
float:left;
padding-left:8%;
width:18%;
}

@media only screen and (max-width: 1360px) {
  .titlehome{
    padding-left: 2%;
    width:23%;
  }
}
@media screen and (max-width: 920px) {
  .titlehome {
    padding-left:0%;
    margin-top: 8px;
    display: inline-block;       /* allows flexible width */
    float: left;                 /* or use flex in parent for better control */
    white-space: nowrap;         /* prevent text from wrapping */
    height: 22px;
    width: auto;                 /* let content determine width */
  }
}


.flag{
  width:35px;
  height:20px;
}

@media screen and (max-width: 900px) {
  .flag {
    width:15px;
    height:9px;
  }
}
  
  .searchbar {
    float: left;
    width: 475px;
    height: 35px;
  }


@media screen and (max-width: 1250px) {
  .searchbar {
    width: 355px;
    height:40px;
    }
}

@media screen and (max-width: 920px) {
  .searchbar {
display:none;
  }
}

.searchbar2 {
  display:none;
}

@media screen and (max-width: 920px) {
  .searchbar2 {
display:block;
float: left;
  width: 94%;
  height: 35px;
  padding-left: 4%;
  position: relative; /* Add this line */
  font-size:17px;
  }
}


.country{
  font-size: 12px;
}
  
  .span {
    padding-top: 0.2%;
    float: left;
    width: 16%;
  font-size:90%;
  }

  a.topnavigation{
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;	
    
  }
  a.topnavigation:link {
    color: #ffffff;	
	text-decoration:none;}
	
a.topnavigation:visited {
  color: #ffffff;	
	text-decoration:none;}

a.topnavigation:hover {
  text-decoration:none;
}
a.websitelink{
  font-family: 'Roboto', sans-serif;
  color: #666666;
  text-decoration:none;
}
a.websitelink:link {
  color: #666666;
text-decoration:none;}

a.websitelink:visited {
color: #666666;
text-decoration:none;}

a.websitelink:hover {
  color: rgb#666666;
text-decoration:none;
}


/* selected link */
a.topnavigation:active {
    color: #ffffff;	
  text-decoration:none;
} 

a.topnavigation1{
  font-family: Arial, Helvetica, sans-serif;
  color: #696969;	
  padding:3%;
}
a.topnavigation1:link {
  color: #696969;	
text-decoration:none;}

a.topnavigation1:visited {
  color: #696969;	
text-decoration:none;}

a.topnavigation1:hover {
  color: #bdbdbd;	
text-decoration:none;
}

a.topnavigation3{
  font-family: Arial, Helvetica, sans-serif;
  color: #696969;	
  padding:3%;
}
a.topnavigation3:link {
  color: #696969;	
text-decoration:none;}

a.topnavigation3:visited {
  color: #696969;	
text-decoration:none;}

a.topnavigation3:hover {
  color: #bdbdbd;	
text-decoration:none;
}

/* selected link */
a.topnavigation1:active {
  color: #696969;	
text-decoration:none;
} 
 
p.welcome{
  color:rgb(58, 58, 58);
  font-family: Arial, Helvetica, sans-serif;
  font-size:110%;
  margin:2%;
  padding-left:3%;
}

@media screen and (max-width: 414px) {
  p.welcome {
    font-size:95%;
  }
}
.assist {
  float: left;
  width: 130px;
  height: 35px;
}

@media only screen and (max-width: 1250px) {
  .assist{
    width: 150px;
  }
}

@media screen and (max-width: 900px) {
  .assist {
    display:none;
  }
}



/* Main Dropdown Container */
.dropdown {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  /* Remove justify-content: flex-end; */
}

/* Dropdown Button */
.dropbtn {
  font-size: 17px;
  background-color: #222E50;
  height: 40px;
  width: 170px;
  color: white;
  font-family: 'Lato', sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
  justify-content: flex-end; /* Push contents to the right */
  margin-left:20px;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #ffffff;
  color: #222E50;
  border: 1px solid #222E50;
}

/* Dropdown Content */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #222E50;
  width: 170px;
  max-height: 250px; /* Restrict height with scroll */
  overflow-y: auto; /* Enable scroll if content exceeds max-height */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 1;
  margin-left:10px;
}

/* Dropdown Links */
.dropdown-content a {
  color: white;
  padding: 10px 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease-in-out;
}

.dropdown-content a:hover {
  background-color: #222E50;
}

/* Mobile Optimization */
@media screen and (max-width: 920px) {
  .dropbtn {
    margin-left:10px;
    height: 22px;
    width: 120px;
    font-size: 11px;
  }
  .dropdown-content {
    width: 120px;
    font-size:11px;
  }
}

/* Flag Icon Styling */
.flag-icon {
  width: 15%;
  margin-right: 8px;
  border-radius: 2px;
}

/* Show the Dropdown */
.show {
  display: block;
}




.dropdown a:hover {background-color: #222E50;}

.show {display: block;}  

.assist3{
  background-color: #FF8C42;
  font-family: 'Lato', sans-serif;
  border: none;
  color: white;
  height:35px;
  width : 160px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  cursor: pointer;
  border-radius: 5px;
  margin-left:15px;
}
.assist3:hover, .assist3:focus {
  color: #FF8C42;
  background-color: white;
  text-decoration: none;
}

@media screen and (max-width: 1360px) {
  .assist3{
    margin-left: 5px;
    font-size: 13.5px;
    width : 105px;
  }
}


@media screen and (max-width: 920px) {
  .assist3{
    margin-left: 5px;
    font-size: 11px;
    width : 70px;
    height:22px;
  }
}

.assist4{
  float: right;
  width: 115px;
  height:35px;
}

@media screen and (max-width: 920px) {
  .assist4 {
    width: 45%;
    
  }
}

.freepost{
  width:40%;
  float: left;
}

.login{
  float:right;
}


  .design{
      float: left;
      width: 420px;
      height: 31.5px;
      resize: vertical;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    border:0.6px solid rgba(255, 255, 255, 0.781);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    }

    @media screen and (max-width: 1250px) {
      .design {
        width: 300px;
      }
    }

    @media screen and (max-width: 920px) {
      .design {
        width: 80%;
        padding-left: 3%;
      }
    }


    .button {
      float: left;
      width: 50px;
      height: 33.5px;
      background-color:  #FF8C42;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer;
      border: none; /* Removes any border */
  outline: none; /* Removes any outline */
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
    }

  @media screen and (max-width: 920px) {
    .button{
      width: 13%;
      height: 32.3px;
    }
  }


  .button3 {background-color:#292929;
    transition-duration: 0.2s;
    border: none;
    height: 100%;
    width:100%;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
  float: left;} /* Red */ 

  .button3:hover {
    color: #292929;
    background-color:rgba(255, 255, 255, 0.568);
    }

  @media screen and (max-width: 920px) {
    .button3{
      font-size: 10px;
    }
  }

  .button4 {background-color:#292929;
    transition-duration: 0.2s;
    border: none;
    height: 100%;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
  float: left;} /* Red */ 

  .button4:hover {
    color: #ffffffb2;
    }

  @media screen and (max-width: 920px) {
    .button4{
      font-size: 10px;
    }
  }


  
h1 {text-align: center;
text-decoration:none;
font-size:150%;
font-family: 'Lato', sans-serif;
}

h1.center {text-align: center;
  text-decoration:none;
  font-size:90%;
  font-family: 'Lato', sans-serif;
  }

  @media screen and (max-width: 414px) {
    h1.center {text-align: center;
      text-decoration:none;
      font-size:80%;
      font-family: 'Lato', sans-serif;
      }
  }

h2.center {text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size:100%;
  }

h5{
  color:white;
  font-size: 0.2px;
}

.h5{
  color:white;
  font-size: 0.2px;
}


h3.navigationbold{
  color: rgb(68, 68, 68);	
  background-color: rgb(255, 255, 255);
  font-weight: bold;
font-size: 15px;}

a.navigationbold {
  color: rgb(68, 68, 68);	
  background-color: rgb(255, 255, 255);
  font-weight: bold;
text-decoration:none;}

a.navigationbold:link {
  color: rgb(68, 68, 68);	
  background-color: rgb(255, 255, 255);
  font-weight: bold;
text-decoration:none;}

a.navigationbold:visited {
color: rgb(68, 68, 68);	
background-color: rgb(255, 255, 255);
font-weight: bold;
text-decoration:none;}

a.navigationbold:hover {
color: rgb(68, 68, 68);		
background-color: rgb(255, 255, 255);
font-weight: bold;
text-decoration:none;
}

/* selected link */
a.navigationbold:active {
color: rgb(68, 68, 68);	
font-weight: bold;
text-decoration:none;
} 

.navigationbold {
  font-weight: bold;
  margin-top: 8px;
  display: block;
  padding: 8px;
  background-color: #f8f8f8;
}

.navigationwhite {
  padding: 8px;
  color: #111111;
  display: block;
  text-decoration: none;
}

a.navigationblue:link,a.navigationblue:visited,a.navigationblue:hover,a.navigationblue:active{
  color: rgb(255, 255, 255);	
  background-color: #222E50;
  font-weight: bold;
text-decoration:none;
padding-top: 15px;
}

a.navigationwhite:link {
  color: #111111;	
  background-color: #ffffff;
text-decoration:none;
font-weight: lighter;
padding-left: 15%;
font-size: 90%;
}
a.navigationwhite:hover {
  color: #111111;		
  }



a.navigationnormal:link {
  color: rgb(68, 68, 68);	
  font-weight: bold;
text-decoration:none;}

a.navigationnormal:visited {
color: rgb(68, 68, 68);	
font-weight: bold;
text-decoration:none;}

a.navigationnormal:hover {
color: rgb(128, 127, 127);		
font-weight: bold;
text-decoration:none;
}

/* selected link */
a.navigationnormal:active {
color: rgb(68, 68, 68);	
font-weight: bold;
text-decoration:none;
} 

a.navigationblack:link {
  color: rgb(68, 68, 68);	
  font-weight: bold;
text-decoration:none;}

a.navigationblack:visited {
color: rgb(68, 68, 68);	
font-weight: bold;
text-decoration:none;}

a.navigationblack:hover {
color: rgb(68, 68, 68);		
font-weight: bold;
text-decoration:none;
}

/* selected link */
a.navigationblack:active {
color: rgb(68, 68, 68);	
font-weight: bold;
text-decoration:none;
} 

a.navigationorange:link {
  color: #FF8C42;
text-decoration:none;}

a.navigationorange:visited {
  color: #FF8C42;
text-decoration:none;}

a.navigationorange:hover {
  color: #FF8C42;	
text-decoration:none;
}

/* selected link */
a.navigationorange:active {
  color: #FF8C42;
text-decoration:none;
} 

a.none:link,
a.none:visited,
a.none:hover,
a.none:active {
  color: rgb(61, 54, 54);
  text-decoration: none;
}


a.none1:link,a.none1:hover,a.none1:hover,a.none1:active {
  color:rgb(255, 255, 255);
text-decoration:none;
}



a.one:link,a.one:visited,a.one:hover {
  font-size:28px;
  font-family: 'Lato', sans-serif;
  color:rgb(255, 255, 255);
	text-decoration:none;}


  
  a.one1:link,a.one1:visited,a.one1:hover {
  font-size:24px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color:rgb(255, 255, 255);
	text-decoration:none;}

  @media screen and (max-width: 1360px) {
    a.one1{
      font-size: 20px;
    }
  }


  a.onemobile {
    font-size: 29px;
    font-family: 'Lato', sans-serif;
    color: rgb(255, 255, 255);
    text-decoration: none;
  }
  
  /* Responsive adjustment */
  @media screen and (max-width: 920px) {
    a.onemobile {
      font-size: 20px;
    }
  }


a.onemobile1:link,a.onemobile1:visited,a.onemobile1:hover {
  font-size:15px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  color:rgb(255, 255, 255);
	text-decoration:none;}



.dash{
  border-top: 1px solid rgb(233, 233, 233);
  background: none;
  height:0;
  opacity:0.2;
}
	
.advertisement{
width:100%;
display: inline-block;

}

.sidenavouter{
  position:relative;
  float:left;
  padding-left:8%;
  width:18%;
  padding-top: 45px;
}

@media only screen and (max-width: 1360px) {
  .sidenavouter{
    padding-left:0%;
    width:23%;
  }
}

@media screen and (max-width: 920px) {
  .sidenavouter {
    display:none;
  }
}

.sidenav {
  top: 0px;
  right:0px;
  position:left;
  border :0.5px solid rgba(36, 35, 35, 0.1);
}

.sidenav a {
  padding: 3px 2px 3px 20px;
  text-decoration: none;
  font-size: 100%;
  color: #616060;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  border:1px solid rgba(77, 77, 77, 0.05)
}

/* Slideshow container */
.slideshow-container {
  position:left;
  padding-left: 0.8%;
  float:left;
  width:63%;
  padding-top: 45px;;
  font-family: Arial, Helvetica, sans-serif;
  border-radius:6px;
}
@media only screen and (max-width: 1360px) {
  .slideshow-container{
    width:76%;
  }
}

@media screen and (max-width: 920px) {
  .slideshow-container {
    width:98%;
    padding-top: 80px;;
  }
}

.myslide1{
  width:100%;
	display:block;
}

@media screen and (max-width: 920px) {
  .myslide1 {
    display:block;
  }
}


.myslide2{
	display:none;
}

@media screen and (max-width: 920px) {
  .myslide2 {
    width:100%;
    display:block;
  }
}

.image{
  width:100%;
}

@media screen and (max-width: 414px) {
  .image {
    width:98%;
  }
}

.numbertext {
  font-family: Arial, Helvetica, sans-serif;
  color: #2c2c2c;
  background-color: orange;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 12px;
  position: absolute;
}

@media only screen and (max-width: 1150px) {
  .numbertext{
  }
}

@media screen and (max-width: 768px) {
  .numbertext {
  }
}

@media screen and (max-width: 667px) {
  .numbertext {
  }
}

@media screen and (max-width: 414px) {
  .numbertext {
  }
}

.numbertexts {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 10%;
}

@media only screen and (max-width: 1150px) {
  .numbertexts{
    top: 11.5%;
  }
}

@media screen and (max-width: 768px) {
  .numbertexts {
    top: 6.5%;
  }
}

@media screen and (max-width: 667px) {
  .numbertext1 {
    top: 16.5%;
  }
}

@media screen and (max-width: 414px) {
  .numbertexts {
    top: 16.5%;
  }
}

.active {
  background-color: #717171;
}

	



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
  }

/* Remove extra left and right margins, due to padding */
.row2 {margin: 0 -5px;}

/* Clear floats after the columns */
.row2:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
}

.searchtitle {
  float:left;
  
}
.searchinformaiton{
  float:right;
}
.span1{
  float:left;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #504b4b;
  padding-left: 20%;
  width:100%;
}


@media screen and (max-width: 414px) {
  .span1 {
    padding-left: 10%;
    font-size:85%;
  }
}
.h4{
  float:left;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #504b4b;
  padding-left: 20%;
}
.span2{
  float:right;
  font-family: Arial, Helvetica, sans-serif;
  color: #504b4b;
  padding-right: 3%;
  font-size: 90%;
}
.searchinformaiton{
  float:right;
}

.first{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  border-radius:6px;
	}

.second{
  
  background-color: #eeeeee;
	}
	
.third{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

	}

  table{
    width:80%;
    border:1px solid black;
  }
  th{
    width:30%;
    border:1px solid black;
  }

  td{
    width:70%;
    border:1px solid black;
  }

.rowinfo {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
  width:100%;
margin: auto;
padding-bottom:3%;
background-color: #eeeeee;
}

.rowinfo1 {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
  width:100%;
margin: auto;
padding-bottom:3%;
background-color: #ffffff;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


@media screen and (max-width: 900px) {
	.rowinfo{
  margin-left:1%;
  padding: 0 0px;
	}
}



/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 32.3%; /* IE10 */
  flex: 32.3%;
  max-width: 32.3%;
  position: relative;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3); /* Adds soft shadow */
  margin: 0.5%;
  border-radius: 12px; /* Rounded corners */
  overflow: hidden; /* Ensures content inside respects the rounded corners */
}


.column:hover {
  opacity: 0.75;
  -ms-transform: scale(1.00); /* IE 9 */
  -webkit-transform: scale(1.00); /* Safari 3-8 */
  transform: scale(1.00); 
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column {
    -ms-flex: 45%;
    flex: 45%;
    max-width: 45%;
	margin: 0.5%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
  .column {
    -ms-flex: 48.5%;
    flex: 48.5%;
    max-width: 48.5%
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 414px) {
  .column {
    -ms-flex: 48.5%;
    flex: 48.5%;
    max-width: 48.5%
  }
}

/* Create four equal columns that sits next to each other */
.columnmain {
  -ms-flex: 32.3%; /* IE10 */
  flex: 32.3%;
  max-width: 32.3%;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  margin:0.5%;
}

.columnmain:hover {
  opacity: 0.75;
  -ms-transform: scale(1.00); /* IE 9 */
  -webkit-transform: scale(1.00); /* Safari 3-8 */
  transform: scale(1.00); 
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .columnmain {
    -ms-flex: 45%;
    flex: 45%;
    max-width: 45%;
	margin: 0.5%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
  .columnmain {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 414px) {
  .columnmain {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%
  }
}


.displaypost {
  aspect-ratio: 3 / 2; /* or use 4 / 3 depending on your image shape */
  width: 100%;
  max-width: 600px;  /* Set your ideal max width */
  object-fit: cover;
  border-radius: 8px; /* Optional: round corners */
  overflow: hidden;
}

.displaypost1 {
  width: 100%;
  max-width: 700px;   /* Keeps it from becoming too large on big screens */
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 6px; /* Optional: smooth edge */
}

/* Laptop/Desktop */
@media (min-width: 1024px) {
  .displaypost1 {
    width: 60%;
  }
}

/* Tablet */
@media (max-width: 1023px) {
  .displaypost1 {
    width: 75%;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .displaypost1 {
    width: 80%;
  }
}


.imagedescription {
  text-align: center;
  font-style: italic;
  font-size: 80%;
}

.foodsuppliercolumn{
  color : #666666;
  font-family: 'Roboto', sans-serif;
  font-size:90%;
  border-radius:6px;
}

.companyabout{
  color : #666666;
  font-family: 'Roboto', sans-serif;
  font-size:90%;
  font-weight: bold;
}

.displaypostfinal{
  height : calc(0.67 * 340px);
  max-height: calc(0.67 * 100%);
  width: auto;
  max-width:93%;
}

@media screen and (max-width: 920px) {
  .displaypostfinal{
    height : calc(0.67 * 170px);
    max-height: calc(0.67 * 100%);
    width: 93%;
  max-width:60%;
  }
}

.displayposted{
  width: 60%;
max-width:60%;
}


.company {
  font-size: 110%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-left: 4%;
  color: rgb(61, 54, 54);
  white-space: nowrap; /* Prevents text from wrapping */
  overflow: hidden; /* Hides content that overflows */
  text-overflow: ellipsis; /* Adds '...' when text is too long */
  max-width: 100%; /* Ensures it respects parent container width */
  display: block; /* Ensures it behaves properly within the parent */
}

@media screen and (max-width: 920px) {
  .company {
    font-size:95%;
  }
}

.companystall{
  font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  padding-left: 4%;
  color:rgb(61, 54, 54);
}

@media screen and (max-width: 920px) {
  .companystall {
    font-size:95%;
  }
}

.companyblog{
  font-size:135%;
	font-family: Georgia, serif;
  font-weight:bold;
  padding-left: 4%;
  color:rgb(61, 54, 54);
}

/* Container for WhatsApp button */
.whatsapp-float {
  position: fixed;
  bottom: 20px; /* Distance from the bottom */
  right: 20px; /* Distance from the right */
  z-index: 1000; /* Ensures it stays above other content */
}

/* Styling for the floating button */
.whatsapp-float-btn {
  display: inline-block;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #25d366; /* WhatsApp green */
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 30px; /* Makes button rounder */
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow */
  transition: background-color 0.3s, box-shadow 0.3s;
}

/* Button hover effect */
.whatsapp-float-btn:hover {
  background-color: #128c7e; /* Darker green on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Show button only on mobile screens */
@media screen and (max-width: 768px) {
  .whatsapp-float-btn {
    font-size: 16px;
    padding: 14px 25px;
  }
}

.suggestions {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 150px;
  overflow-y: auto;
  position: absolute;
  width: 420px;
  position: absolute;
  top: 100%; /* This makes suggestions appear directly below the search box */
  left: 4%;    /* Aligns suggestions with the search box */
}

@media screen and (max-width: 1250px) {
  .suggestions {
    width: 300px;
  }
}

  @media screen and (max-width: 920px) {
    .suggestions {
      width: 80%;
    }
  }
.suggestions div {
  padding: 8px;
  cursor: pointer;
}

.suggestions div:hover {
  background-color: #f0f0f0;
}

.suggestions:empty {
  display: none;
}

.phone1 {
  padding-top: 5px;
  padding-left: 4%;
  text-align: center;
  margin-bottom: 8px;
}



.call-btn {
  display: inline-block;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: hsl(214, 31%, 50%); /* Primary blue */
  color: #ffffff;
  width:90%;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 0px solid #222e50c7;
  border-radius: 5px; /* Rounded button */
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

.call-btn:hover {
  background-color: #222E50; /* Darker blue on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Deeper shadow on hover */
}

.contact-card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  font-family: 'Segoe UI', sans-serif;
  margin-top: 10px;
}


.contactrow {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
}

.contactrow i {
  margin-right: 10px;
  color: #333;
  min-width: 20px;
}

.phone-label {
  font-family: 'Roboto', sans-serif;
  font-size: 90%;
  color: #666666;
}


.phoneemail{
  padding-top: 5px;
  padding-left: 4%;
  text-align: center;
  margin-bottom: 8px;
}

.phoneemail-btn {
  background-color: #1c5d99;
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  margin-left: 15px;
}

.phoneemail-btn:hover {
  background-color: #164c7d;
}


.phone{
  font-size:80%;
	font-family: Arial, Helvetica, sans-serif;
  line-height:115%;
  padding-left: 4%;
  color:rgb(61, 54, 54);
  font-style: italic;
  padding-top:1.2%;
}
@media screen and (max-width: 414px) {.phone
  {
    padding-top:0.7%;
  }
}

.phonestall{
  font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
  line-height:115%;
  padding-left: 4%;
  color:rgb(61, 54, 54);
  font-style: italic;
  padding-top:1.2%;
}
@media screen and (max-width: 414px) {.phonestall
  {
    padding-top:0.7%;
  }
}


.address{
  float:left;
  font-style: italic;
  font-size:80%;
	font-family: Arial, Helvetica, sans-serif;
  line-height:115%;
  padding-left: 4%;
  color:rgb(107, 105, 105);
  padding-top:0.7%;
  padding-bottom:0.4%;
}

.addressstall{
  float:left;
  font-style: italic;
  font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
  line-height:115%;
  padding-left: 4%;
  color:rgb(107, 105, 105);
  padding-top:0.7%;
  padding-bottom:0.4%;
}

hr.hrdescription {
  border-top: 1px solid rgb(153, 153, 153);
}

.description{
  font-size:85%;
	font-family: Arial, Helvetica, sans-serif;
  line-height:115%;
  padding-left: 4%;
  color:rgb(53, 52, 52);
  padding-top:0%;
}

.descriptionblog{
  font-size:115%;
	font-family: 'Lato', sans-serif;
  line-height:115%;
  padding-left: 4%;
  color:rgb(53, 52, 52);
  padding-top:0%;
}

.category{
  font-size:78%;
	font-family: Arial, Helvetica, sans-serif;
  line-height:115%;
  border:0px solid #1b1b1b7c;
  background-color: #eeeeee;
  color:#1b1b1b7c;
  padding-left: 4%;
  padding-right: 4%;
  padding-top:0.7%;
  padding-bottom:1%;
  border-radius: 4px; /* Rounded button */
}

.keyword{
  padding-left:4%;
}

.categoryblog{
  font-size:100%;
	font-family: 'Lato', sans-serif;
  line-height:115%;
  color:rgb(53, 52, 52);
  font-weight: bold;
  padding-left: 5%;
  padding-bottom: 10px;
}





.designpost {
width:85%;
}
	
.forth{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
	}
	
.fifth{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
	}

.termsofservice{
  font-family: 'Lato', sans-serif;
  margin:5%;
}

.mainblog{
  margin:0.5%;
}

.contact {
	width:75%;
	padding-top:5%;
	margin:auto;
	padding-bottom:5%;
	font-size:85%;

}
@media screen and (max-width: 1400px)and (max-height:801px) {.contact {
	width:100%;
	padding-top:5%;
	margin:auto;
	padding-bottom:5%;
	font-size:85%;
    text-align:left;
}}

.contactus {
	text-align:left;
	color:black;
  margin-left:13%;
  width:75%;
}
@media screen and (max-width: 900px) {
	.contactus{
margin-left:1%;
margin-right:2%;
  width:100%;
	}
}


.contactform {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  text-align :auto;
}
@media screen and (max-width: 900px) {
	.contactform{
    width: 100%;
	}
}

.contactform2 {
  width: 100%;
  height:60%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 1px;
  margin-bottom: 1px;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}
  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
  .footer-distributed{
    background-color: #222E50;
     box-sizing: border-box;
     width: 100%;
     text-align: left;
     font-family: 'Lato', sans-serif;
     padding: 20px 5%;
     margin-top: 80px;
     margin:0;
     overflow: hidden;
   }
   
   @media screen and (max-width: 600px) {
     footer-distributed{
    padding : 20px 10px;
     }
   }
   
   .footer-distributed .footer-left,
   .footer-distributed .footer-center,
   .footer-distributed .footer-right{
     display: inline-block;
     vertical-align: top;
     text-align: center;
   }
   
/* Footer left */

.footer-distributed .footer-left{
	width: 35%;
}

/* The company logo */

.footer-distributed h3{
	color:  #000000;
	margin: 0;
	text-align:left;
}

.footer-distributed h3 span{
	color:  #000000;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #A1A1A1;
	margin: 20px 0 12px;
	padding: 0;
	text-align:left;
	font-size: 15px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  #A1A1A1;
}

.footer-distributed .footer-company-name{
	color:  #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 30%;
}

.footer-distributed .footer-center i{
	background-color:  #222E50;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: left;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
	text-decoration:none;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #FFFFFF;
	vertical-align: middle;
	margin:0;
	text-align:left;
	text-decoration:none;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
	text-decoration:none;
}

.footer-distributed .footer-center p a{
	color:  #FFFFFF;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #222E50;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}


.footer-distributed .footer-icons{
	margin-top: 25px;
	text-align:left;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #ffffff;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font-size: 14px;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: left;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

a.blackhyperlink:link {
      color: rgb(0, 0, 0);	
    text-decoration:none;}
    
  a.blackhyperlink:visited {
    color: rgb(0, 0, 0);	
    text-decoration:none;}
  
  a.blackhyperlink:hover {
    color: rgb(0, 0, 0);	
    text-decoration:none;
  }
  
  /* selected link */
  a.blackhyperlink:active {
    color: rgb(0, 0, 0);	
    text-decoration:none;
  } 

a.footer1:link {
  font-size:110%;
      color: white;	
    text-decoration:none;}
    
  a.footer1:visited {
      color: white;
    text-decoration:none;}
  
  a.footer1:hover {
    color: white;
    text-decoration:none;
  }
  
  /* selected link */
  a.footer1:active {
    color: white;
    text-decoration:none;
  } 
  
  a.footer2:link {
  font-size: 100%;
      color: white;	
    text-decoration:none;}
    
  a.footer2:visited {
  font-size: 100%;
      color: white;
    text-decoration:none;}
  
  a.footer2:hover {
  font-size: 100%;
    color: white;
    text-decoration:none;
  }
  
  /* selected link */
  a.footer2:active {
  font-size: 100%;
    color: white;
    text-decoration:none;
  } 

  .final {
    background-color:  #222E50;
      color: white;
      text-align:center;
         padding-top:3%;
       padding-bottom:2%;
       padding-left: 2%;
       padding-right: 2%;
      font-size: 13px;
      font-family: 'Lato', sans-serif;
  }
a.countrybottom:link,
a.countrybottom:visited,
a.countrybottom:active,
a.countrybottom:hover{
  text-decoration:none;
  color:#7c7c7c;
}
  .collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  .active, .collapsible:hover {
    background-color: #555;
  }
  
  .content {
    padding: 0 60px;
    display: none;
    overflow: hidden;
    font-family:sans-serif;
    font-size:12px;
    color:#7c7c7c;
    background-color:#eee;
  }

  .countrydisplay2 {
    display:block;
  }
  @media screen and (max-width: 900px) {
    .countrydisplay2 {
      display:none;
    }
  }
  .countrydisplay {
    display:none;
  }
  @media screen and (max-width: 900px) {
    .countrydisplay {
      display:block;
    }
  }