*{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.banner{
    width: 100%;
    height: 40vh;
    background: linear-gradient(rgba(4,3,37,0.7),rgba(6, 6, 7, 0.7)),url(../Images/banner.jpg);
    background-size: cover;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 120px;
    border-radius: 49%;
    transition: 0.5s;
}
nav img:hover{
    width: 100px;
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    

}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 4px;
    background-color: #f1f1f1;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover:after{
    width: 100%;
}
.textbox{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.textbox h1{
    font-size: 55px;
}
.textbox p{
    margin: 10px 0 40px;
    font-size: 14px;
    color: #fff;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border-radius: 25px;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: 1s;
}
.hero-btn:hover{
    /* border: none; */
    font-size: 20px;
    animation-iteration-count: infinite; 

}
/* Dropdown Button */
.dropbtn, .dropbtn1 {
    background-color: transparent;
    color: white;
    padding: 10px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}
/* .dropbtn1{
    background-color: transparent;
    font-size: 15px;
    border: none;
    cursor: pointer;
    color: #444;
} */
/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus, .dropbtn1:hover, .dropbtn1:focus {
    color: white;
}
.dropdown:hover .dropdown-content, .dropdown1:hover .dropdown-content1 {
    display: block;
    text-align: left;
}

/* The container <div> - needed to position the dropdown content */
.dropdown, .dropdown1 {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content, .dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
}

/* Links inside the dropdown */
.dropdown-content a, .dropdown-content1 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 15px;
    cursor: pointer;
    text-align: left;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover, .dropdown-content1 a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show, .show1 {display:block;} 

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    display: none;
    background-color: #f1f1f1;
    margin: 6px 0;
    cursor: pointer;
    transition: 0.4s;
}
.container{
    cursor: pointer;
}


/* -----------Footer------ */
.footer{
    width: 100%;
    height: 60px;
    /* background: #ddd; */
}
.navigation-col span{
    float: right;
    padding-left: 15px;
    padding-top: 20px;
}
.navigation-col span img{
    width: 30px;
    margin-left: 10px;
    transition: 0.5s;
}
.navigation-col span img:hover{
    width: 40px;
}
.dsg{
    height: 60px;
    width: 50%;
}
.dsg h3{
    margin-top: 40px;
}
.row1{
    color: rgb(59, 64, 68);
   
    justify-content: space-between;
}
/* ----------End----------- */


/* -----facilities---- */
.facilities{
    /* height: 100pc; */
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 10px;
}
.facilities h1{
    font-size: 40px;
    color: teal;
}
.facilities-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: center;

}
.facilities-col img{
    width: 100%;
    border-radius: 10px;
}
.facilities-col img:hover{
    box-shadow: 0 0 20px 0px;
}
.row{
    display: flex;
    margin-top: 3%;
    justify-content: space-between;
}
/* ----------End------- */

/* -----------GO TO TOP----------- */
#myBtn1 {
    display: none; /* Hidden by default */
    width: 60px;
    position: fixed; /* Fixed/sticky position */
    bottom: 90px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 9; /* Make sure it does not overlap */
    box-shadow: 0 0 15px 0px;
    outline: none; /* Remove outline */
    background-color: #ddd; /* Set a background color */
    color: lightslategrey; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 16px; /* Increase font size */
    text-align: center; /*to make text to be center*/
    margin: auto;
}

#myBtn1:hover {
    background-color: #ddd; /* Add a dark-grey background on hover */
}

/* -------End--------- */

/* ---------contact us-------- */
.contactus{
    text-align: center;
    width: 80%;
    margin: auto;
    padding-top: 20px;
}
.contactus h1{
    font-size: 50px;
}
.address{
    width: 80%;
    margin: auto;
    padding-top: 20px;
}
.address-col{
    color: #f2f2f2;
    width: 100%;
    border-radius: 15px;
    margin: auto;
    background: #36793f;
    cursor: pointer;
}
.address-col:hover{
    box-shadow: 0 0 5px 0px;
}
.address-col h4{
    margin-left: 10px;
    padding-top: 20px;
}
.address-col p{
    margin-left: 15px;
}
.coures-tables h2{
    margin-top: 10px;
}
.contact-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 5px 0px;

}
.contact-col img{
    width: 80%;
    border-radius: 10px;
    margin-top: 10px;
    transition: 0.5s;
}
.contact-col img:hover{
    box-shadow: 0 0 15px 0px;

}
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    color: #f1f1f1;
    text-decoration: none;
    display: none;
}
.footer-txt{
    width: 100%;
    /* background: #ddd; */
}


/* --------------------About us ------------------------ */
.aboutus{
    width: 80%;
    text-align: center;
    margin: auto;
    padding-top: 30px;
}
.aboutus p{
    text-align: left;
    
}
.row2{
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}
.aboutus ol, .aboutus ul{
    margin-top: 10px;
}
.aboutus ol li, .aboutus ul li{
    text-align: left;
   
}
.ourrules-col{
    flex-basis: 50%;
}
.coures-tables{
    width: 80%;
    margin: auto;
}
.customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 80%;
    margin: auto;
    text-align: left;
}

.customers td, .customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

.customers tr:nth-child(even){background-color: #f2f2f2;}

.customers tr:hover {background-color: #ddd;}

.customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}
/* -----------------------End------------------------ */

/* -------form------ */
.modal, .modal1, .modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}
.modal-content1{
    box-shadow: 0 0 25px 0px;
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    height: 550px;
    /* overflow: scroll; */
    width: 80%; 
}
#wordpassword{
    color: #f44336;
    text-align: center;
    background: #fdf385;
    padding: 10px 14px;
    border-radius: 10px;
    display: none;
}
.Showpass{
    margin-left: 20px;
    padding: 10px 10px;
}
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    height: 550px;
    overflow: scroll;
    width: 80%; /* Could be more or less, depending on screen size */
}
.modal-content1{
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    height: 30%;
    
    width: 50%; /* Could be more or less, depending on screen size */
}
.modal-content2{
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    height: 20%;
    width: 50%; /* Could be more or less, depending on screen size */
}
.container1{
    padding-top: 20px;
}

/* The Close Button */
.close {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
  
}

/* Close button on hover */
.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}
.close{
    color: white;
}
/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}
/* ------student----- */
form {
    border: 3px solid #f1f1f1;
}

/* Full-width inputs */
input[type=text],input[type=email], input[type=password],input[type=date],input[type=file], .autocomplete input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
label{
    padding: 12px 20px;
    margin: 8px 0;
}

/* Set a style for all buttons */
button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}
/* .container1 .button{
    background-color: #4CAF50;
    color: white;
    padding: 10px 14px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
} */
/* Add a hover effect for buttons */
button:hover {
    opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}



/* Add padding to containers */
.container {
    padding: 10px;
}

/* The "Forgot password" text */
span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 700px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
    container{
    cursor: pointer;
    height: 60px;
}
}


/* ---------End---------------- */


/* -------------TRAINING------------------- */

.training{
    text-align: center;
    width: 80%;
    margin: auto;
}




/* ----------------------END---------------- */


/* ------------------SLELLS-------------- */

.sells-items{
    width: 80%;
    margin: auto;
    padding-top: 10px;
}
.items-col img{
    width: 80%;
    border-radius: 10px;
    margin-top: 10px;
    transition: 0.5s;
}
.items-col{
    flex-basis: 21%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 5px 0px;
}
.bay{
    width: 80%;
    margin: auto;
}
.bay button{
    border-radius: 15px;
}
/* -------------------END----------------------- */

/* -----------------------------TV------------- */

.tv{
    margin-top: 30px;
    width: 80%;
    margin: auto;
    text-align: center;
}
.tv-cotainer{
    width: 80%;
    text-align: center;
    margin: auto;
}
.tv-slides{
    text-align: center;
    width: 100%;
    margin: auto;
}
.tv-slides video{
    width: 60%;
    /* margin: auto; */
    margin-top: 40px;
    border-radius: 15px;
}
.custom-select {
    position: relative;
    font-family: Arial;
    width: 50px;
  }
  
  .select-selected {
    background-color: DodgerBlue;
  }
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }
  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
  }
  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
  }
  /* input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
  } */
  /* input[type=text] {
    background-color: #f1f1f1;
    width: 100%;
  } */
  input[type=submit] {
    background-color: #4CAF50;
    color: #fff;
    cursor: pointer;
    padding: 14px 20px;
    width: 100%;
  }
  .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
  }
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
  }
  .autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9; 
  }
  .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important; 
    color: #ffffff; 
  }

  .autocomplete{
      width: 100%;
  }
  input[type=radio] {
      margin-left: 10px;
      font-size: 30px;
      padding: 20px;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      border-radius: 10px;
  }
  .select-form{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #f1f1f1;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
}
.log{
    width: 50%;
    margin: auto;
    box-shadow: 0 0 25px 0px;
}





/* ----------------------------------END------------- */







@media screen and (max-width: 700px) {  
    .textbox h1, .contactus h1{
        font-size: 28px;
    }
    .bar1, .bar2, .bar3{
        display: block;
    }
    .textbox{
        top: 30%;
    }
    .footer{
        margin-top: 40px;
    }
    .footer-txt{
        margin-top: 40px;
        height: 60px;
    }
    .textbox h3{
        font-size: 13px;
    }
    .row1{
        font-size: 10px;
        flex-direction: column;
        margin-top: 45px;
        display: flex;
    }
    .dsg .h3{
        margin-top: 20px;
    }
    .dsg {
        width: 20px;
        margin-top: 70px;
    }
    .nav-links ul li, .nav-links ul .dropdown1{
        display: block;
    }
    .dropdown-content a, .dropdown-content1 a{
        text-align: left;
    }
    .dropbtn, .dropbtn1{
        text-align: left;
    }
    .banner nav img{
        width: 80px;
        border-radius: 15px;
        
    }
    .footer-txt{
        width: 100%;
        /* background: #ddd; */
    }
    .nav-links{
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 10;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        text-align: left;
        position: fixed;
    }
    .nav-links .closebtn{
        display: block;
       
    }
    .row, .row2{
        flex-direction: column;
    }
    .facilities-col img{
        box-shadow: 0 0 20px 0px;
    }
    .facilities h1{
        font-size: 28px;
    }
    #main {
        transition: margin-left .5s;
        padding: 20px;
    }
    .customers td, .customers th {
        border: 1px solid #ddd;
        padding: 4px;
    }
    .customers th {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .customers th{
        font-size: 14px;
    }
    .customers td{
        font-size: 10px;
        width: 80%;
    }
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
    .navigation-col span img{
        width: 50px;
    }
    #myBtn1{
        width: 40px;
        
        bottom: 20px;
    }
    .modal-content1, .modal-content, .modal-content2{
        width: 90%;
        height: 25%;
    }
    input[type=text],input[type=email], input[type=password],input[type=file],input[type=date], .autocomplete input[type=text], .select-form {
        width: 100%;
        /*padding: 9px 9px;*/
        font-size: 10px;
    }
    input[type=submit]{
        font-size: 20px;
        font-size: 15px;
        /*padding: 8px 10px;*/
    }
    label{
        padding: 9px 10px;
        margin: 4px 0;
        font-size: 10px;
    }
    /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  
        .sidenav {padding-top: 15px;}
        .sidenav a {font-size: 18px;}
    }

    
    
