* {
    box-sizing: border-box;
}
body {
    background-color: lightblue;
    /* background-color: rgba(173, 216, 230, 0.5); */
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: verdana;
    /* font-size: small; */
}
header {
    background-color: darkblue;
    padding: 6px 0;
    margin: auto;
    /* height: 42px; */
    border-radius: 15px 15px 0 0;
    overflow: auto;
    /* font-size: small; */
}
.main_space {
    width: 90%;
    margin: auto;
    padding: 5px;
    padding-left: 1%;
    padding-right: 1%;
    /* background-color: yellow; */
    overflow: auto;
    max-width: 1400px;
}
.nbar {
    width: 85%;
    float: left;
    /* background-color: darkblue; */
    color: #ffffff;
    margin: 0;
}
.nbar ul {
    margin: 0;
    /* padding: 0; */
}
.nbar ul li{
    /* font-size: 20px; */
    display: inline-block;
    padding: 10px;
}
.nbar ul li a {
    text-decoration: none;
    color: #ffffff;
}
.lgo {
    width: 10%;
    float: left;
    margin: 0;
    /* font-size: 20px; */
    text-align: center;
    /* background-color: yellow; */
    /* padding: 5px 0 ; */
    padding: 0;
    
}
.lgo a {
    color: red;
    /* color: rgb(200, 0, 0); */
    text-decoration: none;
    font-weight: bold;
    
}
.a_1 {
    font-size: 28px;
}
.a_2 {
    font-size: 21px;
}
.a_3 {
    font-size: 15px;
}
.a_4 {
    font-size: 11px;
}
.a_5 {
    font-size: 8px;
}
.icon {
    width: 10%;
    float: right;
    padding: 10px 0;
    margin: 0;
    font-size: 20px;
    text-align: center;
    display: none;
}
.icon a {
    color: #ffffff;
}
.lgo2 {
    /* height: 30px; */
    height: 37px;
    overflow: hidden;
    /* background-color: green; */
    /* width: 75px; */
    width: 80px;
    /* margin: auto; */
    /* border-radius: 8px 20px 20px 8px; */
    border-radius: 20px 20px 20px 0;
    border: 2px solid red;
    /* padding-right: 5px; */
    /* padding-left: 2px; */
    /* background-color: lightgray; */
    /* background-color: rgba(173, 216, 230, 1); */
    background-color: black;
    color: darkblue;
    text-align: ;
    box-shadow: 2px 0 9px yellow ;
}
.lgo p {
    margin: auto;
    /* margin-top: -6px; */
    margin-top: -4px;
    /* padding-bottom: 8px; */
    /* color: #00008b; */
    /* text-align: center; */
    width: 60px;
    height: 30px;
    /* background-color: red; */
}
 .innerul {
    display: none;
    position: absolute;
    margin-top: 20px;
    /* background-color: blue; */
 }
 .innerul ul li {
    background-color: blue;
    display: block;
    margin: 4px 0;

 }
 .show {
    display: block;
 }

.welclin {
    display: none;
} 

.me2 ul li {
    display: block;
    width: ;
    padding-left: 10px;
}




.nbar ul li a:hover {
    color: yellow;
    /* color: red; */
}

.nbar ul li:hover {
    /* color: red; */
    color: yellow;
    cursor: pointer;
    /* border: 1px solid yellow; */
    box-shadow: 0 0 5px yellow;
}

.nbar ul li:hover a {
    color: yellow;
}

/*
.first-div {
    text-align: center;
}



.first-div p {
  font-family: verdana;
  font-size: 40px;
  font-weight: bold;
  margin-top: 400px;
}
*/

.innerul {
    display: none;
    position: absolute;
    margin-top: 20px;
    /* background-color: blue; */
    /* background-color: red; */
    padding: 0px;
    z-index: 2;
    /* padding-left: 20px; */
 }
 .innerulB {
    /* display: none; */
    position: fixed;
    top: 60px;
    right: 0;
    /* background-color: blue; */
    /* background-color: red; */
    padding: 0px;
    z-index: 2;
    /* padding-left: 20px; */
    width: 0px;
    height: 100%;
    transition: 0.5s;
    background-color: red;
    background-color: rgba(8, 8, 8, 1);
 }
 .innerul ul {
    /* background-color: red; */
    /* margin-top: 8px; */
    padding: 0px;

 }
 .innerul ul li {
    /* background-color: blue; */
    background-color: rgba(1, 1, 1, 0.6);
    display: block;
    margin: 4px 0;

 }
 .innerul ul li a {
    text-decoration: none;
 }
.innerulB ul li a {
    text-decoration: none;
 }
 .show {
    display: block;
 }
 .showB {
    /* display: block; */
    width: 350px;
 }

.sidebar {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: #ffffff;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
 }
.sidebar .backbtn {
    position: absolute;
    top: 0;
    right: 250px;
    font-size: 20px;
    /* margin-left: 50px; */
    color: #ffffff;
    /* text-decoration: none; */
    padding: 20px;
    display: none;
}
.sidebar ul {
    padding: ;
}

.sidebar ul li {
    display: block;
    padding: 10px;
    width: 200px;

}
.sidebar ul li a {
    color: #ffffff;
    text-decoration: none; 
}
.sidebar ul li:hover {
    color: yellow;
    cursor: pointer;
    /*box-shadow: 0 0 5px yellow;*/
}





.first-div {
    text-align: center;
}



.first-div p {
    font-family: verdana;
    font-size: 48px;
    font-weight: bold;
    margin-top: 150px;
    width: 100%;
    /* color: rgb(255, 50, 50); */
    color:  beige;
    text-shadow: 0px 0px 8px red;
    /* background-color: red; */
}
.first-div {
    min-height: 700px;
    margin: auto;
    /* background-color: navy; */
    position: relative;
    padding: 0;
}

.welc {
    /* display: block; */
    /* background-color: rgba(0, 0, 0, 0.7); */
    width: ;
    height: ;
    color: white;
    animation-name: example1;
    animation-duration: 2s;
    animation-delay: ;
    position: absolute;
    /* top: 20px; */
    /* left: 40px; */
    text-align: center;
  }
  .welcx {
    color: red;
    
}
  .welc2 {
    /* background-color: rgba(0, 0, 0, 0.7); */
    width: ;
    height: ;
    color: white;
    animation-name: example2;
    animation-duration:1s;
    position: absolute;
    /* top: 20px; */
    /* left: 40px; */
    z-index: ;
    font-size: 0px;
    opacity: 0;
  }
  .welc3 {
    /* background-color: rgba(0, 0, 0, 0.7); */
    width: ;
    height: ;
    color: white;
    animation-name: example3;
    animation-duration: 0.5s;
    animation-delay: 1s;
    position: absolute;
    /* top: 20px; */
    /* left: 40px; */
    z-index: ;
    font-size: ;
    /* color: red; */
    opacity: 0;
  }

  .welc4 {
    /* background-color: rgba(0, 0, 0, 0.7); */
    width: ;
    height: ;
    color: white;
    animation-name: example4;
    animation-duration: 0.5s;
    animation-delay: 1.5s;
    position: absolute;
    /* top: 20px; */
    /* left: 40px; */
    z-index: ;
    font-size: ;
    /* color: red; */
    opacity: 0;
  }
 
  
  @keyframes example1 {
    0%   {background-color: ; font-size: 0px; height:; z-index: 1; opacity: 0;}
    
    100% {background-color: ; font-size: 48px; height:; z-index:4; opacity: 0.5;}
  }
  
  @keyframes example2 {
    0%   {background-color: ; font-size: 0px; height:; z-index: 10; opacity: 0.9;}
    
    100% {background-color: ; font-size: 50px; height:; z-index:7; opacity: 1;}
  }
  @keyframes example3 {
    0%   {background-color: ; font-size: 50px; z-index:7; opacity: 0.9;}
    
    100% {background-color: ; font-size: 46px; z-index: 5; opacity: 1;}
  }

  @keyframes example4 {
    0%   {background-color: ; font-size: 46px; z-index:7; opacity: 0.9;}
    
    100% {background-color: ; font-size: 48px; z-index: 5; opacity: 1;}
  }


@media all and (max-width: 1150px) {
    .nbar ul li{
        display: none;
    }
    .nbar ul li.home {
        display: block;
    }
    .icon {
        display: block;
    }
    .lgo {
        width: 19.5%;
    }
    .nbar {
        width: 70%;
    }
    .innerul ul li {
        background-color: rgba(0, 0, 255, 1);
        margin: 4px 0;
    
    }
}

@media all and (max-width: 550px) {
    .first-div p {
        margin-top: 50px;
    }

    .first-div {
        min-height: 550px;
    }
    
    .welclin {
        display: block;
    }
}



@media all and (max-width: 520px) {
    .nbar ul li{
        display: none;
    }
    .nbar ul li.home {
        display: block;
    }
    .icon {
        display: block;
    }
    .lgo {
        width: 24.5%;
    }
    .nbar {
        width: 65%;
    }

    .main_space {
        width: 98%;
    }
  
    .first-div p {
        margin-top: 50px;
    }
    
  
}