html {
  scroll-behavior: smooth;
}
*{
  margin: 0px;
  padding: 0px;
}
.navbar-brand{
  display: none;
}
@media (max-width: 480px) {
  .navbar-brand{
    display: block;
  }
}
.navbar-expand-lg .navbar-nav .nav-link{
  color: white;
  font-weight: bold;
  font-size: 16px; 
  padding: 30px 14px 30px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
  color: #feb23a;
}
@media (max-width: 480px) {
  .navbar-expand-lg .navbar-nav .nav-link{
    font-weight: normal;
    padding: 5px 2px 5px;
  }
}
.nav-img{
  width: 300px;
  display: block;
  margin-right: 40px;
}
@media (max-width: 480px) {
  .nav-img{
    display: none;
  }
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
    margin-left: auto;
}
.carousel-item{
  height: 450px;
}
.carousel1 img{
  height: 450px;
}
.gray-bg {
    background: #efefef !important;
    padding: 40px;
}
.gray-bg .product-column {
    padding: 100px 0;
}
.gray-bg .product-bg {
    max-width: 322px;
    min-height: 192px;
    background: #fff;
    position: relative;
    padding: 0 35px;
    margin: 0 auto;
    display: block;
    transition: all 0.5s ease-in-out;
}
@media (max-width: 480px) {
  .gray-bg .product-bg {
    margin-top: 150px;
}
}
.gray-bg .white-product {
    display: none;
}

.gray-bg .product-bg:hover .white-product {
    display: inline-block;
}

.gray-bg .product-bg:hover .product-edu {
    display: none;
}

.gray-bg .product-bg:hover {
    background: #feb23a;
    text-decoration: none;
}
.gray-bg  .product-bg:hover:before {
    border-bottom: 95px solid #feb23a;
}
.gray-bg .product-bg:hover:after {
    border-top: 95px solid #feb23a;
}
.gray-bg .product-bg:hover h1, .product-bg:hover p {
    color: #fff;
}
.gray-bg .product-bg:before {
    content: "";
    position: absolute;
    transition: all 0.5s ease-in-out;
    top: -94px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 161px solid transparent;
    border-right: 161px solid transparent;
    border-bottom: 95px solid #fff;
}
.gray-bg .product-bg:after {
    content: "";
    position: absolute;
    transition: all 0.5s ease-in-out;
    bottom: -94px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 161px solid transparent;
    border-right: 161px solid transparent;
    border-top: 95px solid #fff;
}
.gray-bg .blue-bg {
    background: #217190;
}
.gray-bg a {
    width: 100% !important;
}
.gray-bg .blue-bg:before {
    border-bottom: 95px solid #217190;
}
.gray-bg .blue-bg:after {
    border-top: 95px solid #217190;
}
.gray-bg .product-bg h1 {
    color: #343233;
    font-size: 36px;
    margin-top: 2px;
    text-transform: capitalize;
}
.gray-bg .product-bg p {
    color: #343233;
    font-size: 13px;
}
.gray-bg .blue-bg h1, .blue-bg p {
    color: #fff;
}
.gray-bg .product-bg img {
    width: 60%!important;
    height: auto;
}
.started{
  padding: 50px 0px;
  text-align: center;
}
.started h4{
  font-weight: bold;
  color: #feb23a;
}
.started h2{
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 30px;
  color: #fff;
}
.started button{
  color: white;
  background-color: black;
  border: none;
  padding: 10px;
  font-weight: bold;
}
.started button:hover{
  color: black;
  background-color: white;
  transition: 1s;
}
.earning{
  padding: 50px 0px;
  text-align: center;
}
.earning h2{
  font-weight: bold;
  font-size: 45px;
}
.earning hr{
  height: 2px;
  background-color: black;
  margin-left: 400px;
  margin-right: 400px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
    .earning hr{
      margin-left: 100px;
      margin-right: 100px;
    }
}
.earning .earning-p{
  font-weight: bold;
  margin-left: 200px;
  margin-right: 200px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
    .earning .earning-p{
      margin-left: 20px;
      margin-right: 20px;
    }
}
.earning .box1{
  color: white;
  background-color: #F18C3F;
  padding: 80px;
  height: 350px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.earning .box2{
  color: white;
  background-color: #F13F4B;
  padding: 80px;
  padding-top: 140px;
    height: 400px;
  margin-bottom: 20px;
}
.earning .box3{
  color: white;
  background-color: #F13FA4;
  padding: 80px;
  height: 350px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.footer{
  padding: 50px 0px;
  color: white;
}
.footer a{
  line-height: 1.7;
  color: white;
}
.footer ul{
    margin-top: 40px;
}
.footer ul li{
  list-style-type:none;
  margin-top: 10px;
}
.footer i{
  margin-right: 10px;
}
.footer marquee{
  height: 200px;
  border:1px solid white;
  margin-top: 30px;
  padding: 20px;
}
  .log-in form{
     background: rgba(0,0,0,0.7);
    width: 400px;
     height: 500px;
     border-radius: 20px;
}
  .log-in form h1{
    color: white;
    text-align: center;
     margin-top: 50px;
    padding-top: 30px;
  }
  .log-in form input,.log-in form select{
    margin-top: 30px;
    margin-left: 50px;
    width: 300px;
  }
  .log-in button{
    color: white;
    background-color: #FD3550;
    padding: 10px 120px;
    margin-top: 20px;
    border: none;
    border-radius: 10px;
    margin-left: 50px; 
    font-weight: bold;
  }
.log-in p{
  color: white;
  text-align: center; 
  margin-top: 30px;
}
.log-in .log-button{
  color: white;
    background-color: #3B5998;
    padding: 10px 32px;
    margin-top: 20px;
    border: none;
    border-radius: 10px;
    margin-left: 50px;
    font-weight: bold;
}

.log-in  i{
  position: absolute;
  color: black;
  margin-left: 55px;
  margin-top: -28px;  
}
.register form{
    background: rgba(0,0,0,0.7);
    margin:50px 0px;
    border-radius: 20px;
    padding: 30px 50px;

  }
    @media (max-width: 480px) {
    .log-in form{
      margin: 30px 0px;
      padding: 30px 0px;
      width: 450px;

    }
  }
.register form h1{
    color: white;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
    @media (max-width: 480px) {
    .log-in form h1{
      text-align:center;
      margin-top: 30px;

    }
  }
.register .input-container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 25px;
}

.register .icon {
  padding: 7px;
  background: dodgerblue;
  color: white;
  min-width: 50px;
  text-align: center;
}
.register .input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}
.register .btn {
  background-color: dodgerblue;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}
.register .btn:hover {
  opacity: 1;
}
.register h6{
  color: white;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 480px) {
    .register{
      margin: 0px;
    }
}
.contact{
  padding: 50px 0px;

}
@media (max-width: 480px) {
    .contact{
      margin-left: 20px;
      margin-right: 20px;
    }
}
.contact h1{
  text-align: center;
  font-weight: bold;
  font-size: 45px;
}
.contact hr{
  height: 2px;
  background-color: black;
  margin-left: 440px;
  margin-right: 440px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
    .contact hr{
      margin-left: 100px;
      margin-right: 100px;
    }
}
@media (max-width: 480px) {
    .contact img{
      width: 300px;
      margin-left:0px;
    }
}
.contact input{
  width: 100%;
  padding: 10px;
  color: grey;
  border:1px solid #6dd8fb;
  border-radius: 10px;
  box-shadow: 4px 4px 5px;
}
.contact label{
  margin-top: 30px;
}
.contact textarea{
  border:1px solid #6dd8fb;
  border-radius: 10px;
  box-shadow: 4px 4px 5px;
}
.contact button{
  color: white;
  background-color: black;
  border: none;
  padding: 10px;
  font-weight: bold;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  float: right;
}
.contact button:hover{
  color: black;
  background-color: white;
  border: 1px solid black;
  transition: 1s;
}
.contact .map{
  padding: 40px 0px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.icon-bar {
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
@media (max-width: 480px) {
    .icon-bar{
      bottom: 0px;
      right: 0px;
    }
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
@media (max-width: 480px) {
    .icon-bar a{
      padding: 7px;
    }
}
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}
.about-us{
  padding: 50px 0px;
  text-align: center;
}
.about-us p{
  line-height: 1.7;
  margin-bottom: 30px;
}
.about-us hr{
  height: 2px;
  background-color: black;
  margin-left: 440px;
  margin-right: 440px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
    .about-us hr{
      margin-left: 130px;
      margin-right: 130px;
    }
}
.gallery{
  padding: 50px 0px;
}
.gallery h1{
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.gallery img{
  height: 230px;
  width: 100%;
  margin-bottom: 20px;
}
.gallery hr{
  height: 2px;
  background-color: black;
  margin-left: 440px;
  margin-right: 440px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
    .gallery hr{
      margin-left: 130px;
      margin-right: 130px;
    }
}
.products{
	padding: 50px 0px;
	text-align: center;
}
.products h1{
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.products .prod_box {
	margin-bottom: 30px;
}
.products img {
	height: 230px;
	width: 100%;
	margin-bottom: 10px;
}
.products h2{
  padding: 20px;
}
.products p{
  padding-bottom: 20px;
}

.slick-slide {
    margin: 0px 5px;
}

.slick-slide img {
    width: 100%;
    height: 220px;
}
@media (max-width: 480px) {
.slick-slide img {
    width: 100%;
    height: 120px;
}
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.products a{
  color: white;
  background-color: #008CBA;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
}
.products h5{
  color: #348AA8;
}
.cart{
  padding: 60px 400px;
}
.cart h4{
  font-weight: bold;
  margin-bottom: 10px;
}
.cart button{
  color: white;
  background-color: #22c8ff;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
} 
.cart h5{
  color: grey;
}
.cart hr{
  margin-top: 8px;
  margin-bottom: 8px;
}
.checkout{
  padding: 60px 0px;
}
.checkout h4{
  font-weight: bold;
  margin-bottom: 10px;
}
.checkout input{
  width: 100%;
  color: black;
  padding: 10px;
  margin-bottom: 10px;
}
.checkout hr{
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkout h5{
  color: grey;
}
.checkout p{
  color: grey;
}
.checkout label{
  color: grey;
}
.checkout button{
  color: white;
  background-color: #22c8ff;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-details {
  padding: 70px 0px;
}
.product-details tr{
  border-bottom: 1px solid black;
}
.product-details td{
  padding: 30px 0px;
  color: grey;
}