header {
  width: 100%;
  z-index: 100;
  background: #f1f7fe;
  box-shadow: 0 0 10px black;
}

.header-fixed {
  position: fixed;
  top: 0;
 
}

.header {
  position: relative;

  transition: 0.5s all ease-in-out;
}

.scroll-header {
  padding: 0;
}

.flex-centet-between{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}
/* nav part start ----------------------------- */

nav {
  padding: 0;
  position: relative;
  width: 100%;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .header-button {
  font-size: 16px;
  line-height: 1.5em;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 16px 16px;
  text-align: center;
  border: 1px solid rgb(63, 63, 63);
  min-width: 174px;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
} */
.header-button {
  align-items: center;
  background-color: #68c799;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 17px;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  margin-left: 30px;
  min-width: 130px;
  padding: 10px 20px;
    /* background-image: linear-gradient(90deg,  0%, #AB1656 100%);  */
   
}
.register-dropdown{
  display: none;
  position: absolute;
  top: 50px;
  min-width: 200px;
  right:  0;
  background-color: #1b1b1b;
  z-index: 1;
  padding: 0;
  padding-left: 30px;
  margin: 0;
  list-style: none;
  padding:   0;
  border: none;
}
.register-wrapper{
  margin-right: 25px;
}

.register-dropdown li a{
 color: #ffffff; 
 display: block;
 padding: 15px 16px;
 transition: .5s ease-in-out;
}

.register-wrapper:hover .register-dropdown {
  display: block;
  z-index: 1000;
}

 

.register-dropdown li a:hover {
  margin-left: 5px;
  color: #c5c5c5 !important;
}

.register-dropdown li:hover a{
color: white;
}


.header-button img {
  width: 150px;
}

/* .header-button:hover {
  color: black;
  background-color: #ffffff;
  border-radius: 0;
} */

.nav-left .menu {
  margin-left: 20px;
}

.logo {
  width: 120px;
  margin-left: 25px;
}

.non {
  display: none;
}

.visibal {
  visibility: visible;
}

nav .main-ul {
  display: flex;
  margin: 0;
  margin-left: 15px;
  padding-left: 0;
}

nav .main-ul li {
  padding: 30px 15px;
  transition: 1s;
  position: relative;
}

nav .main-ul li .switch-toggle i {
  color: white;
  margin-left: 5px;
  transform: rotate(45deg);
}

nav .main-ul li a {
  font-size: 16px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}

nav .main-ul li:hover a,
nav .main-ul li:hover i {
  color: #cacaca;
}



.nav-top-mobile {
  display: none;
}

.drop {
  justify-content: space-between;
  display: flex;
  position: absolute;
  border-bottom: none;
  width: 100%;
  min-width: 250px;
  justify-content: flex-start;
  top: 100%;
  left: 0%;
  background: #1b1b1b;
  overflow: hidden;
  z-index: -1;
  height: 0;
  transition: all 0.3s ease-out;
}

.main-page-link-wrapper li {
  text-align: left;
  padding: 0 !important;
  background-color: #33373700;
}

.main-page-link-wrapper li a {
  font-weight: 200;
  display: block;
  font-size: 18px;
  padding: 16px 0 !important;
  transition: 0.5s all ease-in-out;
  color: #ffffff !important;
  cursor: pointer;
}

.drop-content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.sub-drop-item {
  position: absolute;
  color: rgb(0, 0, 0);
  left: 30%;
  min-width: 600px;
  height: 100%;
  top: 30px;
  padding-left: 100px;
  padding-top: 10px;
  display: none;
}

.main-page-link-wrapper li a:hover {
  margin-left: 5px;
  color: #c5c5c5 !important;
}

.sub-drop-item .btn {
  background: #ffffff00;
  padding: 5px 0 !important;
  height: auto;
  font-size: 14px;
  word-wrap: break-word;
  margin-top: 0;
  border: 1px solid rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  width: 150px;
}

.sub-drop-item li {
  border-bottom: none;
}

.sub-drop-item li a {
  border-bottom: none !important;
  padding: 10px 0 !important;
}

.nav-right .btn {
  background: #612f8d;
  color: white;
  margin-top: 0;
}

.nav-right .btn:hover {
  background: #ff3676;
}

.bar {
  display: none;
}

.bar i {
  font-size: 20px;
  margin: 0 20px;
  color: white;
}

.panel-link {
  color: #888a88;
}

@media (min-width: 992px) {
  nav .main-ul li:hover i {
    transform: rotate(-45deg);
  }

  .main-ul li:hover>.drop {
    z-index: 100;
    height: auto;
  }

  .main-page-link-wrapper li:hover>.sub-drop-item {
    display: block;
  }
}

@media (max-width: 991px) {
  .small-logo {
    width: 130px;
  }

  .logo {
    margin-left: 0;
  }

  nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-right .panal,
  .main-page-link-wrapper li a i,
  .panel-link {
    display: none;
  }

  .plus-icon {
    display: none;
    margin-top: 10px;
    float: right;
  }

  nav {
    padding: 20px;
  }

  .menu {
    width: 350px;
    position: absolute;
    top: 78px;
    left: -100%;
    margin-left: 0 !important;
    transition: 0.5s ease-in-out;
    background: rgb(0, 0, 0);
    max-height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 10000;
  }

  .menu.active {
    left: 0;
  }

  nav .main-ul {
    padding: 10px 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: right;
  }

  nav .main-ul li {
    width: 100%;
    display: block;
    text-align: left;
    margin: 10px 0;
    padding: 5px 0;
  }

  nav .main-ul li a {
    font-size: 18px;
    display: block;
  }

  nav .main-ul li i {
    float: right;
    margin-top: -20px;
    padding: 0 20px;
  }

  .arrow-up i {
    transform: rotate(-45deg) !important;
  }

  .bar {
    display: inline-block;
  }

  .drop {
    width: 100%;
    padding: 0;
    display: none;
    position: relative;
    top: 0;
    left: 0;
    background: rgb(22, 22, 22);
    border: none;
    height: auto;
    z-index: 1000;
  }

  .more-leng {
    display: none;
  }

  .more-leng a {
    font-size: 16px;
  }

  .open {
    display: block;
  }

  .sub-drop-open {
    display: block;
  }

  .main-page-link-wrapper li a {
    font-size: 17px !important;
    font-weight: 400 !important;
    display: inline-block;
    padding: 10px !important;
  }

  .drop-content-wrapper {
    padding: 0;
  }

  .sub-drop-item {
    display: none !important;
  }

  .drop ul {
    width: 100%;
    margin-top: 10px;
    padding: 0px;
  }

  .drop ul li {
    width: 100%;
    display: block;
  }

  .drop ul li:hover {
    background: #ef4076;
    color: white;
  }

  .drop ul li a {
    font-size: 14px;
    padding: 0;
    margin-left: 5px;
  }

  .sub-drop-item a {
    font-size: 15px !important;
    padding: 3px 0 !important;
  }

  .button-ul .btn {
    position: relative;
    margin-top: 20px;
    left: 5px;
  }

  .nav-top-mobile {
    width: 100%;
    display: block;
    margin-top: 10px;
  }

  nav .main-ul li.search {
    display: none;
  }
}

@media (max-width: 576px) {
  nav {
    padding: 20px 15px;
  }

  .logo {
    width: 140px;
  }

  .menu {
    width: 100%;
  }
}

#footer{
  background: linear-gradient(45deg, #000, #081e13);
}

.follow-us-box {
  padding: 40px 0 44px;
  border-top: 1px solid #e3e3e3
}

.follow-us-box a:hover {
  color: #bbbbbb;
}

.follow-us-section-heading {

  font-size: .75rem;
  line-height: 1rem;
  margin-bottom: .5rem;
  letter-spacing: .15em;
  color: #ffffff
}

.follow-us-section-title {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 3.25rem;
  color: #ffffff
}

.follow-us-inner-content-div p {
  margin-bottom: 0;
  font-size: 12px;
}
.footer-logo{
  max-width: 200px;
  margin-bottom: 30px;
}

#footer .wrapper{
  display: flex;
  align-items: center;
  padding: 30px 0;
}



#footer .wrapper a {
  font-size: 25px;
  margin-right: 30px;
  text-decoration: none;
  color: white;
}
#footer .wrapper a:hover{
  color: rgb(205, 205, 205);
}

.follow-us-inner-social-title {
  font-size: 1rem;
  margin-bottom: 0;
}


.footer-main-wrapper {
  padding: 10px;
}

.footer-top {
  background: #111111;
  padding: 25px;
}

.footer-top .text-wrapper h2 {
  font-size: 150px;
  font-weight: 600;
  position: relative;
  color: white;
}

.footer-top .text-wrapper h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: white;
}

.footer-section-top .footer-row {
  padding: 0 20px;
  background-color: #111111;
}

.footer-section-top .footer-row .img {
  width: 200px;
}

.footer-section-top .footer-row:after {
  content: "";
  display: block;
  height: 20px;
  border-bottom: solid 1px;
  border-right: solid 1px;
}

footer {
  
  color: white;
}
.footer-socail li{
  margin-right: 10px;
}
.footer-socail a i {
  color: #ffffff;
  font-size: 25px;
  margin-left: 10px;
}

.footer-socail i:hover {
  color: #c7c7c7;
}

.footer-contaner h3 {
  margin: 20px 0;
  font-size: 20px;

  color: rgb(255, 255, 255);

}

.app-link-wrapper img {
  max-width: 150px;
}

.footer-contaner li a {
  color: rgb(255, 255, 255);
  word-break: break-word;
  font-weight: 300;
  font-size: 15px;
}

.footer-contaner li a:hover {
  color: rgb(201, 200, 200);

}

.hoverable li a {
  position: relative;
}

.hoverable li {
  margin: 10px 0;
}

.hoverable li a::after {
  content: "";
  display: none;
  height: 0px;
  border-bottom: solid 1px white;
}

.hoverable li a i {
  display: none;
}

.hoverable li a:hover::after {
  display: none;
}

.hoverable li a:hover {
  display: inline;
}

.certificate .img {
  width: 100px;
  margin: 0 25px;
}

.certificate .img img {
  filter: brightness(0) invert(1);

}

@media (max-width: 576px) {
  .certificate .img {
    width: 100px;
    margin: 0 7px;
  }

  .follow-us-section-title {
    font-size: 25px;
  }

  .copyright p {
    font-size: 14px;
  }
}