* {
  margin: 0;
  padding: 0;
}

body {
  overflow: auto;
  scroll-behavior: smooth !important;
}

/* .header{
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(4, 9, 30, 0.8), rgba(4, 9, 30, 0.8)),url(/../../static/Images/banner-bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  
} */

nav{
  font-family: "Poppins",sans-serif;
  display: flex;
  padding: 2% 6%;
  justify-content: space-between;
  align-items: center;
}

nav .fa{
  display: none;
}

.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: #ffffff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.nav-links > ul > li::after{
  content: '';
  width: 0%;
  height: 2px;
  background-color: #d6492f;
  display: block;
  margin: auto;
  transition: all 0.4s;
}

.nav-links ul li:hover::after{
  width: 100%;
}

.text-box{
  font-family: "Poppins",sans-serif;
  width: 90%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.text-box h1{
  margin-top: 100px;
  font-size: 48px;
  font-weight: 600;
}

.text-box p{
  padding: 0px 100px;
  margin: 30px 0px 40px;
  font-size: 14px;
  font-weight: 300;
  color: #777;
}

.hero-btn{
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 34px;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.hero-btn:hover{
  border: 1px solid #d6492f;
  background: #d6492f;
  transition: all 1s;
  color: #fff;
  text-decoration:none;
}

input {
  caret-color: #13136d; /* change the color of the caret */
}

input:hover{
  cursor: pointer;
}

input::selection {
  background-color: #13136d; /* change the background color of the selected text */
  color: #ffffff; /* change the text color of the selected text */
}

input::-moz-selection { /* for Firefox */
  background-color: #13136d;
  color: #ffffff;
}

.navbar {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
  height: 80px;
  padding: 15px 40px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.nav-item a {
  color: #13136d !important;
  font-weight: 500;
}

.nav-link:hover {
  color: #d6492f !important;
  transition: 0.5s all;
  border-radius: 3px;
}

.akshar-intro h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #13136d;
}

.akshar-intro p {
  font-family: "Poppins", sans-serif;
  padding: 20px 30px;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
}

.start-btn {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  background-color: #13136d;
}

.btn:hover {
  background-color: #ffffff !important;
  color: #13136d !important;
}

.custom-shape-divider-bottom-1680253332 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1680253332 svg {
  position: relative;
  display: block;
  width: calc(300% + 1.3px);
  height: 90px;
}

.custom-shape-divider-bottom-1680253332 .shape-fill {
  fill: #FFFFFF;
}

::marker{
  color: #d6492f;
}
/* footer section */

.fab{
  padding: 10px;
}

.bg-footer {
  font-family: "Poppins",sans-serif;
  background-color: #04091E;
  padding: 50px 0 30px;
}
.footer-heading {
  letter-spacing: 2px;
}

.footer-link a {
  color: #acacac;
  line-height: 40px;
  font-size: 14px;
  transition: all 0.5s;
}

.footer-link a:hover {
  color: #1bbc9b;
  text-decoration: none !important;
}

.contact-info {
  color: #acacac;
  font-size: 14px;
}

.footer-social-icon {
  font-size: 15px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}

.facebook {
  background-color: #4e71a8;
  color: #ffffff;
}

.twitter {
  background-color: #55acee;
  color: #ffffff;
}

.google {
  background-color: #d6492f;
  color: #ffffff;
}

.apple {
  background-color: #424041;
  color: #ffffff;
}

.footer-alt {
  color: #acacac;
}

.footer-heading {
  position: relative;
  padding-bottom: 12px;
}

.footer-heading:after {
  content: "";
  width: 25px;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: 1px solid #1bbc9b;
}

.abt-img {
  height: 400px;
  background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url(../../static/Images/ian-schneider.jpg);
  background-position: right;
  background-size: contain;
  background-attachment: fixed;
}


/* Form css */

.form-control:focus{
  outline: none !important;
  box-shadow: none;
}

.navbar-toggler:focus
{
         outline: none !important;
         box-shadow: none;
}

.form{
  font-family: "Open sans",sans-serif;
  padding: 10px 50px 50px 50px;
}

::placeholder{
  font-size: 12px;
}

.form-control{
  border-radius: 0px !important;
}

.form-container{
  background-image:linear-gradient(to bottom, rgba(4, 9, 30, 0.8), rgba(4, 9, 30, 0.8)), url(../../static/Images/s-bg.jpeg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.form-column{
  background-image:linear-gradient(to bottom, rgba(4, 9, 30, 0.8), rgba(4, 9, 30, 0.8)), url(../../static/Images/s-bg.jpeg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.1) 100%);

}

.form-btn{
  font-family: "Open sans",sans-serif;
  letter-spacing: 0.5px;
  border-radius: 0px !important;
  background-color: #F7631B  !important;
  border: none;
}

.form-btn:hover{
  background-color: #13136d !important;
  color: #ffffff !important;
  transition: ease-in-out 0.3s;
}

.form-title h2{
  color: #ffffff;
  font-family: "Open sans",sans-serif;
  letter-spacing: 2px;
  padding: 70px 10px 10px 10px;
}

.form-info{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form-info h1{
  padding: 70px 48px 10px 40px;
  font-family: "Poppins",sans-serif;
  font-size: 34px;
}

.form-info > p{
  padding: 10px 48px 10px 40px;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  color: #cccccc;
  font-weight: 200;
}

.expert p:nth-child(even){
  font-family: "Rubik",sans-serif;
  font-size: 16px;
  color: #cccccc;
  font-weight: 600;
}

.expert p:nth-child(odd){
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  color: #cccccc;
  font-weight: 200;
}

/* Set the width and height of the scrollbar */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track styles */
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1); /* slightly transparent white */
}

/* Handle styles */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.8); /* black and slightly transparent */
  border-radius: 2px;
}

.akshar__logo{
  width:130px;
}

  .sub__menu{
    display: none;
    color: #fff;
  }

  .sub__menu ul{
    display: flex;
    flex-direction: column;
  }

.nav-links > ul li:hover .sub__menu{
  display: block;
  position: absolute;
  background-color: #F7631B;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  z-index: 999;
  width: 120px;
  border-radius: 5px;
}

.sub__menu ul li::after{
  content: '';
  width: 0%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: auto;
  transition: all 0.4s;
}

.sub__menu ul li:hover::after{
  width: 5  0%;
}
/********************** Media Query ********************************/

@media (max-width: 700px) {

  .header{
    min-height: 80vh;
  }

  .text-box p {
    padding: 0px 0px;
    margin: 30px 0px 40px;
    font-size: 14px;
    text-align: center;
}

  nav .fa{
      display: block;
      color: #fff;
      margin: 10px;
      font-size: 22px;
      cursor: pointer;
  }

  .text-box h1{
      margin-top: 20px;
      font-size: 20px;
  }

  .nav-links ul{
    padding: 30px;
  }

  .nav-links ul li{
    display: block;
  }

  .nav-links{
    display: none;
    position: absolute;
    background-color: #d6492f;
    height: 80vh;
    width: 200px;
    top: 0;
    right: -200px;
    text-align: left;
    z-index: 2;
    transition: 0.5s;
  }
  
  .akshar-intro h1{
    font-size: 26px;
  }

  .akshar__logo{
    width:80px;
  }

  
  .form-info h1 {
    padding: 30px 40px 10px 40px;
    text-align: left;
  }
  .form{
    padding: 10px 10px 50px 10px;
  }

  .mobile_ml0{
    margin-left: 0px !important;
    padding: 30px 30px 0px 30px !important;
  }
  .expert{
    padding-bottom: 30px !important;
    text-align: center;
  }

  .form-title h2{
    padding-top: 30px;
  }

  .mobile_none{
    display: none;
  }
  
}


/* Loader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
}




#content {
  display: none;
}