* {
  font-family: 'Josefin Sans', sans-serif;
}

* h1, * h2, * h3, * h4, * h5, * h6 {
  font-family: 'Josefin Slab', serif !important;
  font-weight: 400;
}
.folder20-container
{
  width: 92%;
  max-width: 1700px;
  margin: 0 auto;
}

.navbar-logo {
  padding:0.9rem 0 0.5rem 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  padding-right: 6rem;
}

@media only screen and (max-width: 400px) {
  .navbar-logo {
    padding-right: 2rem;
  }
}

.header {
  width: 100%;
  height: 100vh;
  position: relative;
}

.header__bg {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 30% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 30% 100%, 0 90%);
}

.header__bg--video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 30% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 30% 100%, 0 90%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10rem;
}

@media only screen and (max-width: 700px) {
  .header__content {
    padding-top: 4rem;
  }
}

.header__content h1 {
  font-weight: 600;
}

.header__content p {
  font-size: 16px !important;
  font-weight: 400;
  text-align: center;
}

.header__search {
  width: 100%;
}

.header__input {
  width: 100%;
  height: 45px;
  padding: 0 20px;
  border: none;
  outline: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.header__btn {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header__btn:hover {
  background-color: #e99f00 !important;
}

.header__btn:focus {
  outline: none;
}

.bg-purple {
  background: #5A2268;
  border-radius: 5px;
  border-bottom-left-radius: 0;
}

.text-teal {
  color: #1D738B;
}

.purple__btn {
  width: 95%;
  border: none;
  outline: none;
  border-radius: 5px;
  background: #1D738B;
  border-bottom-left-radius: 0;
  -webkit-transform: all 0.2s;
          transform: all 0.2s;
}

.purple__btn:hover {
  background: #09566b;
  cursor: pointer;
}

.purple__box--img {
  height: 6rem;
  margin-bottom: 1rem;
}

.purple__box--img img {
  height: 100%;
}

.flex-center-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-center-row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}

.counter {
  width: 100%;
  height: 80vh;
  margin-top: 8rem !important;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.493)), to(rgba(0, 0, 0, 0.479))), url("../images/author-back.png") no-repeat center center/cover;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.493), rgba(0, 0, 0, 0.479)), url("../images/author-back.png") no-repeat center center/cover;
  -webkit-clip-path: polygon(0 0, 30% 10%, 100% 0, 100% 90%, 30% 100%, 0 90%);
          clip-path: polygon(0 0, 30% 10%, 100% 0, 100% 90%, 30% 100%, 0 90%);
  background-attachment: fixed;
}

@media only screen and (max-width: 1000px) {
  .counter {
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.author {
  margin-bottom: 5rem;
}

.author__heading h1 span {
  border-bottom: 2px solid #FAA307;
  font-family: 'Josefin Slab', serif;
  font-weight: bold;
}

.author__pic img {
  width: 100%;
  height: 11rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.border-2x {
  border: 2px solid #eee;
}

.border-radius {
  border-radius: 5px;
}

.footer__nav li {
  display: inline-block;
}

.footer__nav li a {
  text-decoration: none;
  color: #fff;
}

.nav-link:hover {
  color: #FAA307 !important;
}

.dropdown-menu a:hover {
  color: #000 !important;
  background: #FAA307;
}
/*# sourceMappingURL=style.css.map */
.navbar-dark .navbar-toggler {
  border-color: #fff !important;
}

.base-color
{
  color: #FAA307 !important;
}
.base-color-bg
{
  background:#FAA307 !important;
}

footer{
  background: #222;
  margin-top: 52px;
  padding: 32px 0px; 
}
.footer-sec-set {
  width: 92%;
  max-width: 1700px;
  margin: 0 auto;
}
.footer-sec-set ul {
  margin: 0px !important;
  padding: 0px !important;
  list-style-type: none;
}
.footer-sec-set ul li {
  display: inline;
  padding: 0px 5px;
}
.footer-sec-set ul li a {
  color: #555;
  font-size: 14px;
  text-decoration: none;
}
@media only screen and (max-width: 500px) {
  .footer-wrapper {
    display: block !important;
  }
  .footer-intro,.footer-quick,.footer-legal {
    width:100% !important;
  }
  .footer-quick,.footer-legal
  {
    margin-top: 30px;
  }
  .list
  {
    margin-right: 0 !important;
    margin-top: 10px;
  }
}
.footer-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.footer-intro,.footer-quick,.footer-legal {
  width: 30%;
  display: block;
}
.footer-intro h3 a {
  font-size: 25px;
  color: #fff;
  font-weight: 600; 
}
.footer-intro p {
  color: #fff; 
  margin-top: 20px;
  font-size: 16px;
}
.footer-quick h3,.footer-legal h3
{
  font-size: 20px;
  color: #fff;
  font-weight: 600; 
}
.footer-quick ul
{
  display: block;
  list-style-type: none;
}
.footer-quick ul li a
{
  display: block;
  list-style-type: none;
  color: #fff;
  font-weight: 500; 
    font-size: 16px;
    margin-top: 0;
}
.footer-quick ul li a:hover
{
  text-decoration: underline;
  color:#faa307 ;
}
.footer-quick,.footer-legal
{
  text-align: center;
}
.copyrights-section {
  width: 100%;
  display: block;
  text-align: center;
  padding: 40px 0 10px 0;
  border-top: solid 1px #fff;
  margin-top: 30px;
}
.copyrights-section p
{
  font-size: 15px;
  color: #fff;
}
.copyrights-section p a
{
  color: #fff;
  font-weight: 600;

}
