/* Global*/




body{
    color: #121014;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: 300;
    line-height: 1.75em;
    padding: 0;
    margin: 0;
    background-image: url("../img/backgrnd.jpg");
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    
}

.index_body{
    color: #121014;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: 300;
    line-height: 1.75em;
    padding: 0;
    margin: 0;
    background-image: url("../img/index_backgrnd.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}



  .text1{ 
    color:#66636b;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none;
    width: 250px;
    font-size: 14px;
    border-radius: 8px;
}

  .text2{ 
    color:#66636b;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none;
    width: 350px;
    font-size: 14px;
    border-radius: 8px;
}



.button1 {
    height: 30px;
    width: 30%;
    background: #6411c2;
    font-weight: bold;
    color: white;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    transition-duration: 0.4s;
    cursor: pointer;
    margin:20px;
  }

  .button2 {
    height: 30px;
    width: 20%;
    background: brown;
    font-weight: bold;
    color: white;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    border-radius: 8px;
    transition-duration: 0.4s;
    cursor: pointer;
    margin:5px;
  }

  .button3 {
    height: 30px;
    width: 30%;
    background: #013503;
    font-weight: bold;
    color: white;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    transition-duration: 0.4s;
    cursor: pointer;
  }


.container{
    width: 90%;     /*This width how much whole content for all containers will shift from left*/
    margin: auto; /* top right bottom left*/
    overflow: hidden;
}


ul{
    padding:0;
    padding-top: 20px;
    margin: 0;
}

ol > li::marker {
    font-weight: bold;
  }

/* Header */
header{
    background-image: url("../img/header2.jpg");
    background-size: cover;
    color: white;
    font-size: 15px;
    font-weight: bold;
    height: 80px;
    border-bottom: #f4f4f4 6px solid;
}

header img{
    width:20%;
    height:100px;
    
}

hr{
    float: right;
    border-width: 2px;
    border-color: azure;
    width: 55%;
    margin-top: -50px;
    
}

/*menu*/



.menu a{
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: rgb(128, 128, 128);
}

.menu li{
    display: inline;
    padding: 0 10px 20px 10px;
}



.menu nav{
    clear:both;
    float: right;
    margin-top: -100px;
}

.menu li a img{
    
    width:12%;
    height: 50px;
    padding-bottom: 20px;
 
}



.dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: -20px;
    display: none;
  }
  
.menu ul li:hover > ul{
    visibility: visible;
    opacity: 1;
    margin-left: 90px;
    display: block;
    background-color: #2c035a;
    z-index: 1;

}


.dropdown li{
    clear: both;
    float: right;
}


.dropdown li a{
    color: white;
    font-size: 10px;
    text-align: justify;
    
}


/* For Method Images*/

.tbl_img{
    height: 30px;
    max-height: 30px;

    width: 35px;
    max-width: 35px;


}

/*Content*/
#content{
    clear: both;
    min-height: 600px;
}

#content .content_left{
    float: left;
    text-align: justify;
    width: 35%;
} 

#content .content_right{
    float: right;
    text-align: justify;
    width: 55%;
} 



#content .content_left img{
    width: 30%;
    height: 30%;
} 

#content .content_left .form_input{
    text-align: justify;
} 

#content .content_right .info_data{
    font-size: 15px;
    text-align: justify;
} 


#content .content_right .info_img{
    padding-top: 10px;
} 

#content .content_right .info_img img{
    width: 100%;
    height: 300px;
} 

.part{
    clear: both;
}


/*For About, Help*/





/*Title Class*/
#content .title{
    color: brown;
    font-size: 20px;
    font-weight: bold;
}

#content .info{
    text-align: justify;
} 

#content .info_bold{
    text-align: justify;
    font-weight: bold;
} 

/*For Detail*/



#detail_content{
    clear: both;
}


#detail_content .title{
    color: brown;
    font-size: 20px;
    font-weight: bold;
}

#detail_content .info{
    text-align: justify;
} 



#detail_content .detail_content_center{
    text-align: center;
    font-weight: bold;
    color: black;
} 


#detail_content .detail_content_left{
    float: left;
    text-align: right;
    width: 35%;
    font-weight: bold;
    color: black;
    padding-right: 10px;
    font-size: 12px;
} 

#detail_content .detail_content_right{
    float: left;
    text-align: justify;
    width: 55%;
    font-weight: bold;
    color:orangered;
} 

#detail_content .label_left_1{
    float: left;
    text-align: right;
    width: 20%;
    font-weight: bold;
    color: black;
    padding-right: 10px;
    font-size: 10px;
} 

#detail_content .upload_right_1{
    float: left;
    text-align: justify;
    width: 25%;
    font-weight: bold;
} 

#detail_content .label_left_2{
    float: left;
    text-align: right;
    width: 20%;
    font-weight: bold;
    color: black;
    padding-right: 10px;
    font-size: 10px;
} 

#detail_content .upload_right_2{
    float: left;
    text-align: justify;
    width: 25%;
    font-weight: bold;
} 

/* Footer */

footer{
    background-image: url("../img/footer.jpg");
    background-size: cover;
    color: white;
    height: 30px;
    border-bottom: #f4f4f4 1px solid;
}





