nav {
  background: rgb(2,7,46);
  height: 60px;
}

nav ul li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 16px;
  display: block;
}

nav ul li a:hover {
  color: white;
}

nav ul li:hover {
  background: rgb(212, 99, 6);
  /* height: 60px; */
}

nav form i {
  color: white;
  padding: 10px;
}

/*Navbar menu*/

.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}

.navbar .dropdown-menu {
  border-radius: 0%;
  background-color:  rgb(253, 115, 2)!important;
}

/* breakpoint and up - mega dropdown styles */

@media screen and (min-width: 992px) {
  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    padding: .5rem .5rem;
    margin: 0 .25rem;
    display: flex;
    flex-direction: row;
  }
  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static;
  }
  .navbar .dropdown-menu {
    width: 130%;
    left: -1px;
    right: 0;
    /*  height of nav-item  */
    top: 57px;
  }
  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display: block!important;
  }
  .navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #fff;
  }
}

.container ul li a {
  padding: 2px;
  /* margin-left: -250px; */
}

.imagediv1 {
  margin-top: 30px;
  margin-left: 200px;
  width: 55%;
}

.box img {
  width: 100%;
  height: 420px;
}

.imagediv1 .box .imgbox {
  position: relative;
  overflow: hidden;
}

.imagediv1 .box .imgbox img {
  transition: transform 1s;
}

.imagediv1 .box:hover .imgbox img {
  transform: scale(1.2);
}

.imagediv1 a {
  color: white;
  font-size: 22px;
  font-weight: bold;
}

.imagediv1 a:hover {
  text-decoration: none;
  color: rgb(253, 115, 2);
}

.sideimgbox {
  width: 270px;
  height: 120px;
  float: right;
  margin-top: -38.8%;
  margin-right: 125px;
  position: relative;
  overflow: hidden;
}

.sidebox .sideimgbox img {
  width: 270px;
  height: 120px;
  float: right;
  margin-top: -0.3%;
  transition: transform 1s;
}

.sidebox .sideimgbox img:hover {
  transform: scale(1.2);
}

.sidebox a {
  color: white;
  font-weight: bold;
  float: right;
  margin-top: -29.5%;
  margin-right: 120px;
}

.sidebox a:hover {
  text-decoration: none;
  color:  rgb(253, 115, 2);
}

.sidebox p {
  float: right;
  margin-top: -25.5%;
  margin-right: 298px;
}

.sideimgbox1 {
  width: 270px;
  height: 120px;
  float: right;
  margin-top: -23%;
  margin-right: 125px;
  position: relative;
  overflow: hidden;
}

.sidebox1 .sideimgbox1 img {
  width: 270px;
  height: 120px;
  float: right;
  margin-top: -0.3%;
  transition: transform 1s;
}

.sidebox1 .sideimgbox1 img:hover {
  transform: scale(1.2);
}

.sidebox1 a {
  color: white;
  font-weight: bold;
  float: right;
  margin-top: -13.7%;
  margin-right: 120px;
}

.sidebox1 a:hover {
  text-decoration: none;
  color:  rgb(253, 115, 2);
}

.sidebox1 p {
  float: right;
  margin-top: -9.5%;
  margin-right: 298px;
}

.divhead1 {
  font-size: 20px;
  color: white;
  font-weight: bold;
  margin-top: 40px;
  margin-left: 200px;
  margin-right: 980px;
  text-align: center;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  border-top: 2px solid black;
}

.divcontent1 {
  width: 1080px;
  min-height: 500px;
  margin-top: -70px;
  margin-left: 190px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.divcontent1 .contentbox {
  position: relative;
  width: 340px;
  height: 200px;
  background: #fff;
  margin: 10px;
  margin-top: 100px;
  box-sizing: border-box;
  display: inline-block;
}

.divcontent1 .contentbox .contentimgbox {
  position: relative;
  overflow: hidden;
}

.divcontent1 .contentbox .contentimgbox img {
  max-width: 100%;
  transition: transform 2s;
}

.divcontent1 .contentbox:hover .contentimgbox img {
  transform: scale(2);
}

.divcontent1 .contentbox a {
  color: white;
  font-weight: bold;
}

.divcontent1 .contentbox a:hover {
  text-decoration: none;
  color:  rgb(253, 115, 2);
}

.divcontent2 {
  width: 1080px;
  min-height: 500px;
  background: rgb(253, 115, 2);
  margin-top: 110px;
  margin-left: 190px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.divhead2 {
  font-size: 20px;
  color: white;
  font-weight: bold;
  margin-top: 50px;
  margin-left: 20px;
  text-align: center;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  border-top: 2px solid white;
}

/* Register Page */

.register {
  background: -webkit-linear-gradient(left, #3931af, #00c6ff);
  margin-top: 3%;
  padding: 3%;
}

.register-left {
  text-align: center;
  color: #fff;
  margin-top: 4%;
}

.register-left input {
  border: none;
  border-radius: 1.5rem;
  padding: 2%;
  width: 60%;
  background: #f8f9fa;
  font-weight: bold;
  color: #383d41;
  margin-top: 30%;
  margin-bottom: 3%;
  cursor: pointer;
}

.register-right {
  background: #f8f9fa;
  border-top-left-radius: 10% 50%;
  border-bottom-left-radius: 10% 50%;
}

.register-left img {
  margin-top: 15%;
  margin-bottom: 5%;
  width: 25%;
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

.register-left p {
  font-weight: lighter;
  padding: 12%;
  margin-top: -9%;
}

.register .register-form {
  padding: 10%;
  margin-top: 10%;
}

.btnRegister {
  float: right;
  margin-top: 10%;
  border: none;
  border-radius: 1.5rem;
  padding: 2%;
  background: #0062cc;
  color: #fff;
  font-weight: 600;
  width: 50%;
  cursor: pointer;
}

.register .nav-tabs {
  margin-top: 3%;
  border: none;
  background: #0062cc;
  border-radius: 1.5rem;
  width: 28%;
  float: right;
}

.register .nav-tabs .nav-link {
  padding: 2%;
  height: 34px;
  font-weight: 600;
  color: #fff;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.register .nav-tabs .nav-link:hover {
  border: none;
}

.register .nav-tabs .nav-link.active {
  width: 100px;
  color: #0062cc;
  border: 2px solid #0062cc;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.register-heading {
  text-align: center;
  margin-top: 8%;
  margin-bottom: -15%;
  color: #495057;
}

/* Login Page */

.login-container {
  margin-top: 5%;
  margin-bottom: 5%;
}

.login-logo {
  position: relative;
  margin-left: 30%;
}

.login-logo img {
  position: absolute;
  width: 50%;
  margin-top: 14%;
  background: #282726;
  border-radius: 4.5rem;
  padding: 5%;
}

.login-form-1 {
  padding: 9%;
  background: #282726;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-1 h3 {
  text-align: center;
  margin-bottom: 12%;
  color: #fff;
}

.login-form-2 {
  padding: 9%;
  background: #f05837;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-2 h3 {
  text-align: center;
  margin-bottom: 12%;
  color: #fff;
}

.btnSubmit {
  font-weight: 600;
  width: 50%;
  color: #282726;
  background-color: #fff;
  border: none;
  border-radius: 1.5rem;
  padding: 2%;
}

.btnForgetPwd {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.btnForgetPwd:hover {
  text-decoration: none;
  color: #fff;
}

.margin250 {
  margin-left: -250px;
}

.megamenuimgdiv{
  margin-top: -20px;
  margin-left: 140px;
}
.megamenuimgdiv img{
  width: 20%;
  padding: 6px;
}

/*HOME PAGE*/

.homeimgdiv1 {
  margin-top: 30px;
  margin-left: 200px;
  width: 70%;
}
