@font-face {
  font-family: poppins;
  src: url(assets/font/Poppins-Regular.woff);

}

@font-face {
  font-family: poppins-ExtraBold;
  src: url(assets/font/Poppins-ExtraBold.woff);

}

@font-face {
  font-family: poppins-Medium;
  src: url(assets/font/poppins-medium-webfont.woff);

}

@font-face {
  font-family: poppins-Semibold;
  src: url(assets/font/poppins-semibold-webfont.woff);

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a{
  text-decoration: none;
}

body,
html {
  text-align: center;
  font-family: "Poppins";
  margin: 0;
  color: #0b1b1b;
  height: 100%;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  background-color: #ffffff;
  /* background: radial-gradient(circle, rgba(187, 249, 255, 1) 0%, rgba(187, 173, 254, 1) 100%); */
}
a
.navbar-toggler {
  background-color: white;
}

.icon-bar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}

.icon-bar a i {
  font-size: 30px;
}

.icon-bar a {
  margin: 12px;
  transition: 500ms;
}

.section-bg {
  background-color: #e1e9fc;
  padding: 40px;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .icon-bar {
    transform: unset;
    top: unset;
    left: 0;
    bottom: 0;
    width: 100%;
    flex-direction: row;
    box-shadow: 4px 0 8px rgba(0, 0, 0, 0.3);
    padding: 10px 0;
    justify-content: center;
    z-index: 1;
    background: #fff;
  }

  .icon-bar a {
    margin: 0 32px;
  }
}

form {
  margin-top: 20px;
}

.navbar-brand {
  font-weight: 700;
}

#image-container {
  margin-top: 20px;
}

h1 {
  font-family: 'poppins-Semibold';
  color: #0b1b1b;
  font-size: 46px;
}

.submit-btn {
  background-color: #336aea;
  color: white;
  font-weight: 500;
}

.submit-btn:hover {
  background-color: #0946d2;
  color: white;
}

.section-bg h2 {
  font-size: 24px;
  color: #0b1b1b;
  padding-bottom: 10px;
  font-family: 'poppins-Semibold';

}
.section-bg h3 {
  font-size: 20px;
  color: #0b1b1b;
  padding-bottom: 10px;

}

span {
  font-size: 14px;
  font-weight: bold;
}

.gif {
  position: relative;
}

.gif .arrow {
  width: 8%;
  position: absolute;
  left: 85%;
}

.gif .click {
  width: 5%;
  position: absolute;
  left: 88%;
  margin-top: 9%;
  z-index: 1;
}

.gif a {
  text-decoration: none;
  position: absolute;
  right: 5%;
  background-color: #e9e9e9;
  color: black;
  padding: 10px;
  border-radius: 5px;
  margin-top: 8%;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-shadow: 5px 5px 0px -2px rgba(0, 0, 0, 1);
  -moz-box-shadow: 5px 5px 0px -2px rgba(0, 0, 0, 1);
  box-shadow: 5px 5px 0px -2px rgba(0, 0, 0, 1);
}

.gif a:hover {
  color: black;
}

.privacy-policy h1 {
  font-size: 40px;
  font-weight: 700;
  padding-top: 30px;
}

.privacy-policy p {
  padding: 10px 0;
}

.nav-link::after {
  content: "";
  display: block;
  background-color: #fff;
  height: 1px;
  width: 0;
  transition: width .3s linear;
}

.nav-link:hover::after {
  width: 100%;
  color: #ffffff;
}

.cust-navbar {
  background-color: #336aea;

}

.cust-navbar .navbar-nav .nav-link {
  color: white;
}

.cust-navbar .navbar-nav .nav-link.active {
  font-weight: 600;
}

.cust-navbar .navbar-brand {
  color: white;
}

.foot {
  margin-top: auto;
  background-color: #336aea;
}

.footer-link {
  margin: 5px 0;
}

.footer-link::after {
  content: "";
  display: block;
  background-color: #fff;
  height: 1px;
  width: 0;
  transition: width .3s linear;
}

.footer-link:hover::after {
  width: 100%;
  color: #ffffff;
}

.foot .copy {
  font-size: 14px;
}

.foot p {
  margin: 0px;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 40px;
  }

  footer {
    display: flex;
    justify-content: center;
  }

  .faq h2 {
    font-size: 30px;

  }

  .foot {
    margin-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .gif {
    display: none;
  }

}

body::-webkit-scrollbar {
  width: 15px;

}

body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

body::-webkit-scrollbar-thumb {
  background-color: #336aea;
  border-radius: 100px;
  border: 2px solid transparent;
  background-clip: content-box;
}

/* /////////////////////////// */
/* .blog img{
  margin: 0 0 10px 0;
} */
 .blog-heading{
  padding: 50px 0px;
  background: #f5f6f7;
 }
 .blog .blog-details{
  box-shadow: 0 4px 24px 7px hsla(0, 0%, 62%, .102);
  border-radius: 16px;
  border: 2px solid #f1f1f1;
  /* overflow: hidden; */
 }
 .blog .blog-content{
  height: 220px;
  padding: 20px;
  background: white;
  border-radius: 0 0 16px 16px;
 }
.blog .blog-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  line-height: 32px;
}
span {
  font-size: 14px;
  color: #7a7a7a;
  font-weight: 600;
}

.blog img{
  border-radius: 16px 16px 0 0;
    /* border: 1px solid; */
}
.blog .blog-content p{
  color: #5c5c5c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-detail-page{
  margin-top: 70px;
}
.blog-detail-page h1{
  font-size: 38px;
}
.blog-detail-page h2{
  font-size: 30px;
  font-weight: 600;
}
.blog-detail-page .blog-img img{
  border-radius: 6px;
}
.blog-detail-page p{
  margin-top: 30px;
  line-height: 30px;
  color: #242424;
}
.blog-detail-page .breadcrumb a{
color:#242424
}
.blog-detail-page .breadcrumb a:hover{
color: #1a73e8;
}