/* Theming */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

:root{	 
    --white: #ffffff;
    --black: #36383F;
    --grey: #85888C;
    
    --silver : silver;
    --blue : #12407f;
    --orange : #ff9900;
}

/* Reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: var(--silver);
    font-family: "Poppins", sans-serif;
    margin:0px !important;
    padding:0px !important;
    border:0px !important;
    top:0px !important;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

/* Header */
.header{
	/*padding-left:15px;*/
	padding-right:15px;    
    background-color: var(--blue);
    box-shadow: 1px 1px 5px 0px var(--grey);
    position: sticky center;
    top: 0;
    width: 100%;
    background:var(--blue);
    color: var(--white);
    border-bottom: 1px solid var(--orange);     
    max-width: 1024px;
    margin: auto;     
}

/* Logo */
.company{
    display: inline-block;
    color: var(--white);
    margin-left: 10px;
    padding: 20px 0px 20px 8px;
    font-size: 18px;       
}
.com{
    display: none;
    color: var(--blue);
    margin-left: 10px;
    padding: 20px 0px 20px 8px;
    font-size: 18px;       
}

/* Nav menu */
.nav{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: var(--black);
    overflow: hidden; 
    z-index:1;   
}

.menu a{
    display: block;
    padding: 20px;
    color: var(--white);
    font-size: 15px;
}

.menu a:hover{
    background-color: var(--orange);
}

.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}

/* Menu Icon */

.hamb{
    cursor: pointer;
    float: right;
    padding: 30px 20px;
}


.hamb-line {
    background: var(--white);
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
    
}

.hamb-line::before,
.hamb-line::after{
    background: var(--white);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before{
    top: 5px;
}

.hamb-line::after{
    top: -5px;
}


.side-menu {
    display: none;
}

/* Toggle menu icon */

.side-menu:checked ~ nav{
    max-height: 100%;
}

.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;

}

.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}

.side-menu:checked ~ .frm-input {
    display: none;
}

.main{	
	background: var(--white);
	background-color: var(--white);
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
    min-height: 70% !important;
    width: 100%;      
    max-width: 1024px;
    margin: auto;   
}

/*sub-label*****************************************************************************************************************/
.sub-label{
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #436fac; 
    color: var(--white);
    border-bottom-left-radius:  20px;
    border-bottom-right-radius: 20px;
    border-bottom: 1px solid var(--orange);
    border-left: 1px solid var(--orange); 
    border-right:  1px solid var(--orange);
    width: 100%;
    margin: auto;
    font-size: 16px ;
    font-weight: bold;
    max-width: 984px;
    text-align:center;
}
.sub-label:hover {
    background:var(--orange);
}
.sub-label a {
    color: #fff;
    background:transparent !important;
    padding: 4px 15px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bolder;
    border: 2px solid #436fac 
}
.sub-label a:hover {
    background: #ff9900;
    border: 2px solid #fff;    
}
.sub-label select {
  border: 1px solid #436fac  ;
  background: transparent !important;
  background-color: #82caff;
  color: #fff;
  text-align: right;
  padding: 5px 5px 5px 5px;
  font-size: 15px;  
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 150px !important;
 }

.sub-label option{
    background-color: #ff9900;
    color: #fff;
    font-size: 15px;  
    font-weight: bold;
}

/*sub-menu-top*****************************************************************************************************************/
.sub-menu-top{
    padding: 20px;
    background:#c0c0c0; 
    color:#fff;  
    text-decoration: none;
    font-size: 15px;
    font-weight: bolder;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    
    border-left:1px solid #ff9900; 
    border-right:1px solid #ff9900;
    border-top:1px solid #ff9900;
    
    width: 100%;
    max-width: 984px;
    margin: auto;      
    text-align:center;
    /*position: relative; */
}
/*ssub-menu-bottom*****************************************************************************************************************/
.sub-menu-bottom{
    padding: 20px;
    background: white; 
    border-bottom-left-radius:  20px;
    border-bottom-right-radius: 20px;
    border-bottom:1px solid #ff9900;
    border-left:1px solid #ff9900;
    border-right:1px solid #ff9900;    
    width: 100%;   
    max-width: 984px; 
    margin:0 auto;
    text-align:center;
}
/*frm-input =================================================================================*/
.frm-input {
	width: 100% !important;
    max-width: 984px !important;
    background-color: var(--white); 
    border:1px double var(--orange) ;
    border-radius: 20px;
    padding: 0px 30px 30px 30px;
    margin: auto;
    /* font: 100% verdana,arial,sans-serif; */
    border-width:thin;
    /* z-index:0; */
}


/*footer*****************************************************************************************************************/
.footer{
    background: #12407f;
    color: #fff;
    padding: 15px;
    border-top: 2px solid #436fac;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;    
    max-width: 1024px;
    margin: auto;   
}

/* Responsiveness */

@media (min-width: 768px) {
    .nav{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        width: fit-content;
        background-color: transparent;

    }

    .menu li{
        float: left;
    }

    .menu a:hover{
        background-color: transparent;
        color: var(--orange);
        
    }
    
    .hamb{
        display: none;
    }
    /*
	.main ,
	.footer{		
		width: 96%;      
    	max-width: 1024px;
	}
	*/		
}
@media (max-width: 365px) {
	.company{			
		display: none;
	}
	.com{
	    display: inline-block;
	    color: var(--white);
	    margin-left: 10px;
	    padding: 20px 0px 20px 8px;
	    font-size: 18px;       
	}	
}
