*{
    margin: 0%;
    padding: 0%;
}
#logo{
    width: 30%;
    height: 100%;
    position: absolute;
    top: 15%;
    z-index: 999;
}
nav{
    background-color: #ffffff;
    height: 6em;
    display: flex;
    column-gap: 15%;
    position: fixed;
    width: 100%;
    z-index: 999;
    overflow: hidden;
}
.nav-topic{
    
    margin-left: 2%; 
    width: 23%;
    position: relative; 
}
.nav-topic1{
    padding-left: 30%;
    padding-right: 5%;
    margin-top: 13%;
    width: auto;
    position: relative;
    text-align: center;
}
.nav-topic1 h2{
font-size: 1.5em;    
}
.nav-topic1 h1{
    border: 4px solid black;
    margin-left: 2%;
}
.nav-topic ul{
    display: flex;
    column-gap: 15%;
    margin-top: 13%;
}
.nav-topic ul li{
    display: inline-block;
}
.nav-topic ul li a{
    text-transform: uppercase;
    text-decoration: none;
    color: black;
}
.home{
    display: flex;
    position: relative;
    width: 100%;
    height: 63em;
}
.home-bg{
    width: 50%;
}
.home-bg1{
    background-color: #cbdbc5;
    border: 2px solid #cbdbc5;
    width: 50%;
}
.home-bg2{
    background-color: #e8e6e6;
    width: 50%;
}
.img1{
    margin-top: 11em;
    width: 110%;
    margin-left: 23%;
    z-index: 10;
    position: relative;
    border: 12px solid white;
}
.home-bg3{
    margin-top: -28em;
    width: 60%;
    margin-left: 110%;
    z-index: 10;
    position: relative;
    border: 12px solid white;
    background-color: #e8e6e6;
    height: 22rem;
}
.home-bg3 h1{
    font-size: 2.0em;
    text-align: center;
    margin-top: 7%;
    line-height: 1.5;
}
.home-bg3 h2{
    font-size: 1.5em;
    text-align: center;
    margin-top: 7%;
    line-height: 1.5;
}
.home-bg3 a{
    font-size: 1.5em;
    text-decoration: none;
    color: green;
    line-height: 2;
    margin-left: 20%;
    text-transform: uppercase;
    font-weight: bold;
}
.home-bg4{
    margin-top: 6em;
    width: 150%;
    margin-left: 23%;
    z-index: 10;
    position: relative;
    border: 8px solid #cbdbc5;
}
.home-bg4 p{
    text-align: center;
    padding: 2%;
    font-size: 20px;
}
.img2{
    width: 90%;
}
.sect2{
    width: 70%;
    padding: 3%;
    line-height: 1.5;
        margin-top: -30em;
    margin-left: 120%;
}
.home-bg5{
    margin-top: 0em;
    width: 150%;
    margin-left: 23%;
    z-index: 10;
    position: relative;
    border: 8px solid #e8e6e6;
}
.home-bg5 p{
    text-align: center;
    padding: 2%;
    font-size: 20px;
}
.home-bg5 h2{
    text-align: center;
}
.home-bg5 ul{
    display: flex;
    column-gap: 10%;
    margin-left: 10%;
}
.home-bg5 ul li{
    text-align: center;
    font-size: 1.2em;
}
.home-bg6{
    background-color: #8da882;
    border: 2px solid #cbdbc5;
    width: 50%;
}
.img3{
    margin-top: 11em;
    width: 80%;
    margin-left: 23%;
    z-index: 10;
    position: relative;
    border: 12px solid white;
}
.home-bg7{
    margin-top: -25em;
    width: 60%;
    margin-left: 110%;
    z-index: 10;
    position: relative;
    border: 12px solid white;
    background-color: #131313;
    height: 22rem;
    color: white;
}
.home-bg7 h1{
    font-size: 2.0em;
    text-align: center;
    margin-top: 20%;
    line-height: 1.5;
}
.home-bg7 h2{
    font-size: 1.5em;
    text-align: center;
    margin-top: 7%;
    line-height: 1.5;
}
.achi{
    text-align: center;
    line-height: 1.5;
    margin-top: 2%;
}
.achi h1{
    text-decoration: underline;
}
.achi p{
    width: 80%;
    margin-left: 10%;
    font-size: 18px;
}
.achi1{
    display: flex;
    column-gap: 5%;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
}
.achi2 img{
    width: 100%;
}
.achi3 h2{
    color: purple;
}
.achi3{
    background-color: #cbdbc5;
}
.box{
    margin-top: 7%;
    line-height: 2;
    width: 80%;
    margin-left: 8%;
    border: 2px  double black;
    padding: 2%;
}
.serv{
    text-align: center;
    padding: 5%;
}
.serv h1{
    text-transform: uppercase;
}


i {
	position: relative;
	display: block;
	width:60%;
	height: 400px;
	overflow: hidden;
	border-radius: 5px;
    margin-top: 4%;
    margin-left: 20%;
}

i:before,
i:after {
	content: "⥪";
	position: absolute;
	top: 50%;
	left: 1rem;
	z-index: 2;
	width: 2rem;
	height: 2rem;
	background: dodgerblue;
	color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

i:after {
	content: "⥭";
	left: auto;
	right: 1rem;
}

/* I haven't found a way for IE and Edge to let me style inputs that way */
input {
	appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: translateX(100%);
	transition: transform ease-in-out 400ms;
	z-index: 1;
}

input:focus {
	outline: none;
}

input:after {
	content: attr(title);
	position: absolute;
	top: 1rem;
	left: 1rem;
	background-color: rgba(0, 0, 0, 0.4);
	color: white;
	padding: 0.5rem;
	font-size: 1rem;
	border-radius: 5px;
}

input:not(checked):before {
	content: "";
	position: absolute;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	top: 50%;
	left: calc(-100% + 1rem);
}

input:checked:before {
	display: none;
	left: 1rem;
}

input:checked {
	transform: translateX(0);
	pointer-event: none;
	z-index: 0;
	box-shadow: -5px 10px 20px -15px rgba(0, 0, 0, 1);
}

input:checked + input:before {
	left: -3rem;
}

input:checked + input ~ input:before {
	display: none;
}
.serv1{
    margin-top: 3%;
    line-height: 2;
    border: 2px dotted black;
    border-radius: 10%;
}
.serv1 p{
    color: red;
    font-size: 20px;
    font-weight: bold;
}
.log{
    background-color: #131313;
    height: auto;
}
.log input{
    position: relative;
    margin-left: 17%;
    width: 20%;
    margin-top: 2%;
    padding: 1%;    
}
.hh{
    margin-top: 2%;
    text-align: center;
    color: #ffffff;
}
.foot{
    color: white;
    display: flex;
    margin-top: 5%;
}
.foot1{
    text-align: left;
    margin-left: 10%;
    font-size: 20px;
    line-height: 2;
}
.foot1 a{
    text-decoration: none;
    color: white;
    margin-left: 0%;
}
* {
    box-sizing: border-box;
  }
  
  /* Position the image container (needed to position the left and right arrows) */
  .container {
    position: relative;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #22222200;
    padding: 2px 16px;
    color: white;
  }
  .row{
    overflow-x: auto;
    position: relative;
    height: 200px;
  }
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;

  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
@media (max-width : 800px){

 .marg{
    display: none;
 }
 .foot{
    color: white;
    display: block;
    margin-top: 5%;
}
.home-bg3{
    margin-top: 0;
    width: 140%;
    margin-left: 30%;
    z-index: 10;
    position: relative;
    border: 12px solid white;
    background-color: #e8e6e6;
    height: 22rem;
    padding: 2%;
}
.home-bg3 h1{
    font-size: 1em;
    text-align: center;
    margin-top: 7%;
    line-height: 1.5;
}
.home-bg3 h2{
    font-size: 1.5em;
    text-align: center;
    margin-top: 7%;
    line-height: 1.5;
}
.home-bg3 a{
    font-size: 1em;
    text-decoration: none;
    color: green;
    line-height: 4;
    margin-left: 15%;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 3%;
}
.img1{
    margin-top: 11em;
    width: 150%;
    margin-left: 23%;
    z-index: 10;
    position: relative;
    border: 12px solid white;
}
.home-bg4{
    margin-top: 0em;
    width: 150%;
    margin-left: 23%;
    z-index: 10;
    position: relative;
    border: 8px solid #cbdbc5;
}
.home-bg4 p{
    text-align: center;
    padding: 2%;
    font-size: 20px;
}
.img2{
    width: 150%;
    margin-top: 0em;
}
.sect2{
    width: 150%;
    padding: 3%;
    line-height: 1.5;
    margin-top: 1em;
    margin-left: 40%;
}
.img3{
    margin-top: 23em;
    width: 150%;
    margin-left: 23%;
    z-index: 10;
    position: relative;
    border: 12px solid white;
}
.home-bg7{
    margin-top: 2em;
    width: 140%;
    margin-left: 30%;
    z-index: 10;
    position: relative;
    border: 12px solid white;
    background-color: #131313;
    height: 22rem;
    color: white;
}
.home-bg7 h1{
    font-size: 2.0em;
    text-align: center;
    margin-top: 20%;
    line-height: 1.5;
}
.home-bg7 h2{
    font-size: 1.5em;
    text-align: center;
    margin-top: 7%;
    line-height: 1.5;
}
.home-bg6{
    background-color: #8da882;
    border: 2px solid #cbdbc5;
    width: 50%;
    z-index: -999;
}
.home-bg5 ul{
    display: block;
    column-gap: 10%;
    margin-left: 10%;
}
.achi{
    text-align: center;
    line-height: 1.5;
    margin-top: 20em;
}
.achi h1{
    text-decoration: underline;
}
.achi p{
    width: 80%;
    margin-left: 10%;
    font-size: 18px;
}
.achi1{
    display: block;
    column-gap: 5%;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
}
.achi2 img{
    width: 100%;
}
.achi3 h2{
    color: purple;
}
.achi3{
    background-color: #cbdbc5;
}
iframe{
    width: 100%;
} 
.nav-topic1{
    padding-left: 5%;
    padding-right: 5%;
    border: 5px solid black;
    margin-top: 10%;
    width: 150%;
    position: relative;
    text-align: center;
}
.nav-topic{
    
    margin-left: 35%; 
    position: relative; 
}

.home-bg5{
    margin-top: 0em;
    width: 150%;
    margin-left: 23%;
    z-index: 10;
    position: relative;
    border: 8px solid #e8e6e6;
    display: none;
}
.log input{
    position: relative;
    margin-left: -6%;
    width: 40%;
    margin-top: 2%;
    padding: 1%;    
}
#logo{
    width: 30%;
    height: 100%;
    position: absolute;
    top: 15%;
    z-index: 999;
    display: none;
}
}