*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;

}
/* Main logo of all Pages*/
#mainlogo {
    height: 90px;
    width: 90px;
    margin: 10px 10px -5px 50px;
    float: left;

}
#bg {
  background-color: rgb(128, 202, 252);
    font-family: 'Albertus Medium';
    color: rgb(65, 64, 64);
}
header {
    justify-content: space-between;
    background-color: #ffffff;
    background-image: linear-gradient(to right, white, rgba(27, 108, 230, 0.9), white);
    text-align: right;
}
#mainheader {
    display: inline-block;
    font-size: 50px;
    color: rgb(0, 47, 255);
    font-family: 	'Times New Roman';
    cursor: pointer;
    padding-right: 40px;
    text-align: right; 
    margin-bottom: 20px;
}
#republic{
 font-size: 20px;
 color:rgb(0, 0, 0);
 background-color: rgba(218, 157, 45, 0.9);
 padding-right: 10px;
}
#moving-text{
  color:rgb(255, 255, 255);
  font-size:15px;
  background-color: rgb(50, 104, 255);
}

/*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: #080053;
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: #0c00b4;
    border-radius: 10px;
    padding: 10px;
    margin: 0px;
    transition: all 0.5s ease 0s;
}

#dropdown-content{
    display:none;
    position:absolute;
    background-color: #0300b3;
    margin-top: 10px;
    margin-left: -15px;
    padding: 5px;

}
.dropdown:hover #dropdown-content{
    display:block;
    position:absolute;

}
.dropdown:hover #dropdown-content #visasub{
    display: block;
    color: white;
    padding: 10px 20px;
}


/*end of navigation bar*/





/**********************************************home page start here**************************************/
                                   /*00000000000000000 Slideshow container 00000000000000000*/
                                   .slideshow-container {
                                    max-width: 1300px;
                                    position: relative;
                                    margin: auto;
                                    box-shadow: 0px 10px 20px black ;
                                
                                  }
                                  
                                  /* Next & previous buttons */
                                  .prev, .next {
                                    cursor: pointer;
                                    position: absolute;
                                    top: 50%;
                                    width: auto;
                                    padding: 16px;
                                    margin-top: -22px;
                                    color: white;
                                    font-weight: bold;
                                    font-size: 40px;
                                    transition: 0.6s ease;
                                    border-radius: 0 25px 25px 0;
                                    user-select: none;
                                  }
                                  
                                  /* Position the "next button" to the right */
                                  .next {
                                    right: 0;
                                    border-radius: 25px 0 0 25px;
                                  }
                                  
                                  /* On hover, add a black background color with a little bit see-through */
                                  .prev:hover, .next:hover {
                                    background-color: rgba(1, 24, 129, 0.8);
                                  }
                                  
                                  /* Caption text */
                                  .text {
                                    display: none;
                                    color: #f2f2f2;
                                    font-size: 15px;
                                    padding: 8px 12px;
                                    position: absolute;
                                    bottom: 8px;
                                    width: 100%;
                                    text-align: center;
                                  }
                                  
                                  /* Number text (1/3 etc) */
                                  .numbertext {
                                  display: none;
                                  }
                                  
                                  /* The dots/bullets/indicators */
                                  .dot {
                                    cursor: pointer;
                                    height: 10px;
                                    width: 10px;
                                    margin: 0 2px;
                                    background-color: #bbb;
                                    border-radius: 50%;
                                    display: inline-block;
                                    transition: background-color 0.6s ease;
                                  }
                                  
                                  .active, .dot:hover {
                                    background-color: #717171;
                                  }
                                  
                                  /* Fading animation */
                                  .fade {
                                    animation-name: fade;
                                    animation-duration: 2s;
                                  }
                                  
                                  @keyframes fade {
                                    from {opacity: .4} 
                                    to {opacity: 1}
                                  }
                                  
                                  /* On smaller screens, decrease text size */
                                  @media only screen and (max-width: 300px) {
                                    .prev, .next,.text {font-size: 11px}
                                  }
/* Slide end 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;
  border: 8px solid white;
  box-shadow: -10px 10px 25px rgb(65, 63, 63);
}
#floatright{
  float: right;
  width: 450px;
  height: 300px;
  margin-left: 20px;
  border: 8px solid white;
  box-shadow: 10px 10px 25px  rgb(65, 63, 63);
}
#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: #000000;
  border-top: solid 4px #ffffff;
}


/* 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{
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  width: 35%;
  height: 250px;
  background-image: linear-gradient(to right, rgb(0, 80, 43), rgba(0, 255, 149, 0.9));
  padding: 25px;
  padding-top: 5px;
  float: right;
  border-bottom-left-radius: 50px;
}

.viewstatus{
  font-size: 20px;
  font-weight: bold;
  color:rgb(0, 0, 0);
  background-color: rgb(17, 197, 1);
  border-radius: 5px;
  border: none;
  padding: 10px 20px;
  margin-top: 5px;
  float: right;
}
.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: 5px;
  float: right;
}
#check {
  color: rgb(0, 0, 0);
  animation: mymove 5s infinite;
}
@keyframes mymove {
  50% {color: rgb(255, 255, 255);}
}

iframe{
  width: 65%;
  height: 700px;
  float: right;
  border: none;
}

#visasub:hover{
  background-color: #0099ff;
  border-radius: 10px;
}



/*......................................................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;
  padding-left: 900px;
}

#contactiamge{
  float: left;
  width: 740px;
  height: 450px;
  margin-top: 40px;
  margin-right: 20px;
  padding-left: 20px;
}
#contactfloat{
  background-color: rgba(95, 95, 95, 0.9);
  color: white;
}
#morespace{
  padding-bottom: 10px;
}
/*....................................... DROPDOWN content....................................*/
#dropcontent{
  width: 70%;
  background-color: rgb(206, 248, 248);
  margin-left: 15%;
  margin-right: 15%;
  padding: 100px;
  font-size: 22px;
}