/* Import Google font - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.sidebar {
  position: fixed;
  height: 100%;
  width: 260px;
  background: #4070f4;
  padding: 15px;
  z-index: 99;
}
.logo {
  font-size: 25px;
  padding: 0 15px;
}
.sidebar a {
  color: #fff;
  text-decoration: none;
}
.menu-content {
  position: relative;
  height: 100%;
  width: 100%;
  margin-top: 40px;
  overflow-y: scroll;
}
.menu-content::-webkit-scrollbar {
  display: none;
}
.menu-items {
  height: 100%;
  width: 100%;
  list-style: none;
  transition: all 0.4s ease;
}
.submenu-active .menu-items {
  transform: translateX(-56%);
}
.menu-title {
  color: #fff;
  font-size: 14px;
  padding: 15px 20px;
  background-color:#ff7800;
}
.item a,
.submenu-item {
  padding: 16px;
  display: inline-block;
  width: 100%;
  border-radius: 12px;
}
.item i {
  font-size: 12px;
}
.item a:hover,
.submenu-item:hover,
.submenu .menu-title:hover {
  background: rgba(255,225,255,0.1);
}

.submenu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.submenu {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: calc(-100% - 26px);
  height: calc(100% + 100vh);
  background: #4070f4;
  display: none;
  
}
.show-submenu ~ .submenu {
  display: block;
  
}
.submenu .menu-title {
  border-radius: 12px;
  cursor: pointer;
  
}
.submenu .menu-title i {
  margin-right: 10px;
  
}

.navbar,
.main {
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
  z-index: 1000;
}
.sidebar.close ~ .navbar,
.sidebar.close ~ .main {
  left: 0;
  width: 100%;
}
.navbar {
  position: fixed;
  color: #fff;
  padding: 15px 20px;
  font-size: 25px;
  background: #4070f4;
  cursor: pointer;
}
.navbar #sidebar-close {
  cursor: pointer;
}
.main {
  position: fixed;
    margin-top: 50px;
    display: flow-root;
  overflow:auto;
  align-items: center;
  justify-content: center;
  height: 78%;
  z-index: 100;
  background: #e7f2fd;
}
.main h1 {
  color: #11101d;
  font-size: 40px;
  text-align: center;
}

.collapsible {
    
    height:50px;
  background-color: #e7f2fd;
  color: Black;
  cursor: pointer;
  padding: 12px;
  width: 550px;
  border: none;
  border-radius:10px;
  align-items: center;
  text-align: left;
  outline: none;
  font-size: 18px;
  box-shadow:5px 5px 10px #1f1d22;
}

.collapsible1 {
    line-height:60px;
    margin-left:300px;
     height:50px;
  background-color: #e7f2fd;
  color: black;
  cursor: pointer;
  padding: 2px;
  width: 400px;
  border: none;
  text-align: left;
  border-radius:10px;
  outline: none;
  font-size: 18px;
   
}

.active, .collapsible:hover {
  background-color: #8c8c8c;
}

.collapsible:after {
  content: '\002B';
  color: block;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active, .collapsible1:hover {
  background-color: #8c8c8c;
}

.p{
 	font-family: Cambria,Georgia,serif; 
   text-align: justify;
}

.collapsible1:after {
  content: '\002B';
  color: block;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 300px;
  line-height: 2;
  padding-top:10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 16px;
  text-align: center; 
   margin-left:120px;
}


.content1 {
  padding: 0 50px;
  width:800px;
  line-height: 2;
  padding-top:10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 16px;
  text-align: center; 
   margin-left:120px;
}

.tab {
      display: inline-block;
      margin-left: 35px;
  }
ul,li{
    list-style-type:none;
    font-size:18px;
    padding: 5px 4px 6px 7px;
    text-align: left;
}


.container1{
position:relative;

}

.container1 .btn11{
position:absolute;
top:110px;
left:58%;
height:40px;
 transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #000099;
  color: white;
  font-size: 16px;
  padding: 5px 14px;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  text-align: center;
}

.container1 .btn11:hover {
  background-color: black;
}

.container1 .btn12{
position:absolute;
top:110px;
left:70%;
height:40px;
 transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #000099;
  color: white;
  font-size: 16px;
  padding: 5px 14px;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  text-align: center;
}

.container1 .btn12:hover {
  background-color: black;
}

.container1 .btn13{
position:absolute;
top:110px;
left:83%;
height:40px;
 transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #000099;
  color: white;
  font-size: 16px;
  padding: 5px 14px;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  text-align: center;
  
}

.container1 .btn13:hover {
  background-color: black;
}

.container1 .btn14{
position:absolute;
top:110px;
left:95%;
height:40px;
 transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #000099;
  color: white;
  font-size: 16px;
  padding: 5px 14px;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  text-align: center;
}

.container1 .btn14:hover {
  background-color: black;
}

.heading{
    width:1350px; 
    text-color:white;
    text-align:center;
    padding-top:10px;
    background-color:#000099;
}