*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;

}
/* Main logo of all Pages*/
#mainlogo {
    height: 70px;
    width: 70px;
    margin: 10px 10px -5px 50px;
    display: inline-block;

}
#bg {
  background-image: linear-gradient(to bottom, rgb(178, 248, 193), rgb(195, 247, 181), rgb(201, 252, 206), rgb(175, 255, 182), rgb(1, 139, 47));
    font-family: 'colombia';
}
header {
    justify-content: space-between;
    background-color: #caf0fa;
    background-image: linear-gradient(to right,rgb(53, 235, 53),  rgb(146, 228, 158), rgba(0, 255, 42, 0.9));
}
#mainheader {
    display: inline-block;
    font-size: 50px;
    color: rgb(255, 255, 255);
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    cursor: pointer;   
}
#republic{
 font-size: 20px;
 color:rgb(0, 0, 0);
}
#moving-text{
  color:rgb(255, 255, 255);
  font-size:15px;
  background-color: rgb(4, 88, 2);
}

/*navigation section*/
#unorderlist {
    float: right;
}
#listlink {
    text-decoration: none;
    cursor: pointer;
    color: white;
    padding: 20px;
    margin: 20px;
    transition: all 0.3s ease 0s;
}
#listlink:hover {
    color:rgb(0, 0, 0);
    transition: all 0.3s ease 0s;
}
#navigationbar{
background-color: #007000;
padding: 0px;
height: 37px;
width: 100%;

}
#list {
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    padding: 10px;
}

#list:hover{
    background-color: #1c921c;
    border-radius: 10px;
    padding: 10px;
    margin: 0px;
    transition: all 0.5s ease 0s;
}

#dropdown-content{
    display:none;
    position:absolute;
    background-color: #1c921c;
    margin-top: 10px;
    margin-left: -15px;
    padding: 5px;

}
.dropdown:hover #dropdown-content{
    display:block;
    position:absolute;

}
.dropdown:hover #dropdown-content #visasub{
    display: block;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
}
#visasub:hover{
    color: #007000;
    background-color: #2f5f31;
    border-radius: 10px;
    
}


/*end of navigation bar*/





/**********************************************home page start here**************************************/
#homepara{
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.6s;
}
h2 {
  font-size: 20px;
}
#floatleft{
  float: left;
  width: 450px;
  height: 300px;
  margin-right: 20px;
}
#floatright{
  float: right;
  width: 450px;
  height: 300px;
  margin-left: 20px;
}
#div1{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
}

#paracontener{
  margin: 100px;
  padding-top: 30px;
}


footer{
  margin-top: 500px;
  padding-top: 100px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  background-color: #216169;
  border-top: solid 4px #7c7c7c;
}
#footerimg{
  width: 100px;
  height: 100px;
}

/* this is the setup of device width*/
@media(max-width: 1300px){

        }
        @media(max-width: 900px){

        
        }

        #staff{
          float: left;
          padding-top: 50px;
          padding-left: 135px;
        }
        #lastcontact{
          float: right;
          padding-top: 50px;
          padding-right: 135px;
        }
        #h2color{
          color:#33697e
        }
/*it's ends here*/

/*.............................................download page...........................................*/

#downloadsec {
  font-size: 10px;
  font-family: Arial, sans-serif;
  text-align: center;
}
#downloadbt{
  width: 53px;
  height: 60px;
}
#pdf{
  display:inline-block;
  text-align: center;
  margin: 50px;
}
#citizen{
  margin-top: 40px;
  color:#0099ff;
}
#horiline{
margin-left: 25%;  
margin-right: 25%;
color:#0300b3;

}
/*..........................................Check employment visa...................................*/

#note{
  text-align: left;
  }
  #employmentvisa{
  width: 80%;
  height: 60%;
  margin-top: 50px;
  margin-left: 10%;
  margin-right: 10%;
  padding: 40px;
  padding-bottom: 70px;
  background-color: #c8e5f8;
  font-family: Arial, Helvetica, sans-serif;
}
#inputvalue{
  padding: 10px;
  border-radius: 5px;
  border-width: 0ch;
}
#inputvalue2{
  padding: 10px;
  border-radius: 5px;
  border-width: 0ch;
  margin-left: 22px;
}
.visasubmit{
  float: right;
  padding: 10px 15px;
  font-size: 20px;
  color:#0300b3;
  border-radius: 10px;
  border-color: #0099ff;
  background-color: #acdeff;
  font-weight: bold;
}
.visasubmit:hover{
  float: right;
  padding: 10px 15px;
  font-size: 20px;
  color:#fefeff;
  border-radius: 10px;
  border-color: #0099ff;
  background-color: #0097fc;
  font-weight: bold;
}
#star{
  color: red;
}
#visacheckholder{
  font-weight: bold;
}
#imageholder{
  text-align: center;
}

/*......................................................VISA STATUS.....................................*/
#status{
  width: 100%;
  display: inline-block;
}

#visastatus{
  font-family: Arial, Helvetica, sans-serif;
  width: 35%;
  height: 650px;
  background-image: linear-gradient(to right, rgb(182, 225, 250), rgba(119, 250, 195, 0.9));
  padding: 25px;
  padding-top: 100px;
  float: left;
}

.viewstatus{
  font-size: 20px;
  font-weight: bold;
  color:rgb(255, 246, 246);
  background-color: rgb(0, 138, 143);
  border-radius: 5px;
  border: none;
  padding: 10px 20px;
  margin-top: 100px;
}
.viewstatus:hover{
  font-size: 20px;
  font-weight: bold;
  color:rgb(255, 255, 255);
  background-color: rgb(10, 97, 196);
  border-radius: 5px;
  border: none;
  padding: 10px 20px;
  margin-top: 100px;
}

iframe{
  width: 65%;
  height: 700px;
  float: right;
  border: none;
}




/*......................................................CONTACT US.....................................*/
#fq{
  width: 250px;
  text-align: justify;
  float: left;
  margin: 30px;
  font-size: 18px;
}
h3{
  text-align: center;
}
#frequently{
  margin: 15%;
}
#h1frequently{
  text-align: center;
}
#contactus{
  padding: 50px;

}
#contactiamge{
  float: right;
  width: 740px;
  height: 450px;
  margin-top: 40px;
  margin-right: 20px;
}
/*....................................... DROPDOWN content....................................*/
#dropcontent{
  width: 70%;
  background-color: rgb(206, 248, 248);
  margin-left: 15%;
  margin-right: 15%;
  padding: 100px;
  font-size: 22px;
}