.primary-color {
  color: #000;
}

.bg-sky {
  background-color: #d0e0ec !important;
}

.text-brown {
  color: #a5764b;
}

.bg-brown {
  background-color: #a5764b;
}

@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Medium.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Light.otf");
  font-weight: 300;
}
body {
  font-family: "Montserrat", "sans-serif", "arial";
}

.navbar {
  padding-top: 50px;
}
.navbar .nav-item .nav-link {
  font-size: 14px;
  color: #040505;
  position: relative;
  margin-inline-end: 30px;
  padding: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  display: inline-block;
}
.navbar .active {
  font-weight: bold;
}
.navbar .active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #cb3849;
  bottom: 0;
  left: 0px;
}
.navbar .nav-item .nav-link:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #cb3849;
  bottom: 0;
  left: 0px;
}

main .achievements {
  /* slick slider */
  /* slick slider */
  position: relative;
  margin-bottom: 100px !important;
}
main .achievements .slick-dots {
  bottom: -40px;
}
main .achievements .slick-dots li {
  margin: 0;
}
main .achievements .slick-dots li.slick-active button:before {
  color: #cb3849;
  opacity: 1;
}
main .achievements .slick-dots li button:before {
  font-size: 30px;
  color: #a5764b;
  opacity: 0.5;
}
main .achievements .slick-dotted .slick-slider {
  margin-bottom: 60px !important;
}
main .achievements .slick-next::before {
  background: url("../images/attachment-prev-arrow.svg") no-repeat;
  content: "" !important;
  display: block;
  height: 30px;
  width: 30px;
}
main .achievements .slick-prev::before {
  background: url("../images/attachment-next-arrow.svg") no-repeat;
  content: "" !important;
  display: block;
  height: 30px;
  width: 30px;
}
main .achievements button.slick-prev.slick-arrow {
  position: absolute;
  top: calc(100% + 29px);
  left: 44%;
  z-index: 999999999;
}
main .achievements button.slick-next.slick-arrow {
  position: absolute;
  top: calc(100% + 29px);
  right: 43%;
  z-index: 999999999;
}
main .achievements .slick-track {
  margin-bottom: 20px;
}
main .achievements .single-achievement {
  margin-inline-end: 24px;
  padding: 30px;
  border: 1px solid #a5764b;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .achievements .single-achievement .title {
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 40px;
}
main .achievements .single-achievement .tag {
  font-size: 18px;
  color: #a5764b;
}
main .skills {
  /* slick slider */
  /* slick slider */
  position: relative;
  margin-bottom: 100px !important;
}
main .skills .slick-dots {
  bottom: -40px;
}
main .skills .slick-dots li {
  margin: 0;
}
main .skills .slick-dots li.slick-active button:before {
  color: #cb3849;
  opacity: 1;
}
main .skills .slick-dots li button:before {
  font-size: 30px;
  color: #a5764b;
  opacity: 0.5;
}
main .skills .slick-dotted .slick-slider {
  margin-bottom: 60px !important;
}
main .skills .slick-next::before {
  background: url("../images/attachment-prev-arrow.svg") no-repeat;
  content: "" !important;
  display: block;
  height: 30px;
  width: 30px;
}
main .skills .slick-prev::before {
  background: url("../images/attachment-next-arrow.svg") no-repeat;
  content: "" !important;
  display: block;
  height: 30px;
  width: 30px;
}
main .skills button.slick-prev.slick-arrow {
  position: absolute;
  top: calc(100% + 29px);
  left: 44%;
  z-index: 999999999;
}
main .skills button.slick-next.slick-arrow {
  position: absolute;
  top: calc(100% + 29px);
  right: 43%;
  z-index: 999999999;
}
main .skills .slick-slide > div {
  position: relative;
  margin-inline-end: 44px !important;
}
main .skills .slick-slide > div:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-image: url("../../images/skills-background.png");
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: -35px;
  right: -35px;
  width: 250px;
  height: 250px;
  background-size: contain;
}
main .skills .single-skill {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #d0e0ec;
  border-bottom-right-radius: 30px;
  min-height: 190px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
main .skills .single-skill .title {
  font-size: 24px;
  font-weight: light;
  text-transform: capitalize;
  color: #a5764b;
  margin-bottom: 20px;
}
main .skills .single-skill .description {
  font-size: 12px;
  color: #000;
}
@media (max-width: 992px) {
  main .skills .single-skill {
    min-height: 260px;
  }
}
main .events {
  margin-bottom: 100px !important;
  /* slick slider */
  /* slick slider */
}
main .events .slick-dots {
  bottom: -40px;
}
main .events .slick-dots li {
  margin: 0;
}
main .events .slick-dots li.slick-active button:before {
  color: #cb3849;
  opacity: 1;
}
main .events .slick-dots li button:before {
  font-size: 30px;
  color: #a5764b;
  opacity: 0.5;
}
main .events .slick-dotted .slick-slider {
  margin-bottom: 60px !important;
}
main .events .slick-next::before {
  background: url("../images/attachment-prev-arrow.svg") no-repeat;
  content: "" !important;
  display: block;
  height: 30px;
  width: 30px;
  margin-left: 15px !important;
}
main .events .slick-prev::before {
  background: url("../images/attachment-next-arrow.svg") no-repeat;
  content: "" !important;
  display: block;
  height: 30px;
  width: 30px;
  margin-left: -15px !important;
}
main .events button.slick-prev.slick-arrow {
  position: absolute;
  top: calc(100% + 29px);
  left: 44%;
  z-index: 999999999;
}
main .events button.slick-next.slick-arrow {
  position: absolute;
  top: calc(100% + 29px);
  right: 43%;
  z-index: 999999999;
}
main .events .single-event {
  margin-inline-end: 24px;
  margin-bottom: 40px !important;
}
main .events .single-event img {
  width: 100%;
}
main .academic-degree {
  padding: 50px;
  border: 1px solid #a5764b;
  margin-bottom: 100px;
  position: relative;
}
main .academic-degree:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #a5764b;
  content: "";
  height: 50%;
  width: 100%;
  z-index: -1;
}
main .academic-degree .title {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}
main .academic-degree .description {
  font-size: 14px;
  font-weight: 400;
  color: #5f5f5f;
  margin-bottom: 0;
}
main .academic-degree .place {
  color: #a5764b;
  font-size: 20px;
  margin-bottom: 0;
}
main .academic-degree .slick-next::before {
  background: url("../images/prev-arrow-white.svg") no-repeat;
  content: "" !important;
  display: block;
  height: 30px;
  width: 30px;
}
main .academic-degree .slick-prev::before {
  background: url("../images/next-arrow-white.svg") no-repeat;
  content: "" !important;
  display: block;
  height: 30px;
  width: 30px;
}
main .academic-degree button.slick-prev.slick-arrow {
  position: absolute;
  top: 85%;
  left: 5%;
  z-index: 999999999;
}
main .academic-degree button.slick-next.slick-arrow {
  position: absolute;
  top: 85%;
  left: 10%;
  z-index: 999999999;
}
main .about {
  margin-bottom: 100px;
  border-bottom: 1px solid #a5764b;
  position: relative;
}
main .about > div {
  overflow: hidden;
}
@media (max-width: 767px) {
  main .about > div {
    flex-direction: column;
  }
}
main .about:after {
  font-size: 70px;
  text-align: center;
  font-family: serif;
  position: absolute;
  content: ",,";
  background: #a5764b;
  width: 60px;
  height: 60px;
  right: 0;
  color: #fff;
  line-height: 0;
}
main .about ul {
  padding-inline-start: 20px;
}
@media (max-width: 767px) {
  main .about ul {
    font-size: 13px;
  }
}
main .about .content-container h6 {
  max-width: 90%;
  line-height: 25px;
}
@media (max-width: 767px) {
  main .about .content-container h6 {
    font-size: 14px;
  }
}
main .about .image-container {
  min-width: 350px;
  margin-inline-end: 30px;
}
@media (max-width: 767px) {
  main .about .image-container {
    margin: auto;
    margin-bottom: 30px;
  }
  main .about .image-container img {
    width: 70% !important;
  }
}
main .experience {
  margin-bottom: 60px;
}
main .experience .single-experience {
  background-color: #d0e0ec;
  padding: 50px;
  border-bottom-right-radius: 120px;
}
@media (max-width: 767px) {
  main .experience .single-experience {
    padding: 25px;
    border-bottom-right-radius: 60px;
  }
}
main .experience .single-experience .content .title {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
main .experience .single-experience .content .brief {
  color: #000;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 28px;
}
main .experience .single-experience .content .description {
  color: #000;
  font-size: 12px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  main .experience .single-experience .content {
    margin-bottom: 30px;
  }
}
main .experience .rb-container {
  font-family: "PT Sans", sans-serif;
  margin: auto;
  display: block;
  position: relative;
}
main .experience .rb-container ul.rb {
  margin: 2.5em 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
main .experience .rb-container ul.rb li {
  list-style: none;
  margin: auto;
  margin-left: 10em;
  min-height: 50px;
  border-left: 1px dashed #000;
  padding: 0 0 50px 30px;
  position: relative;
}
main .experience .rb-container ul.rb li:last-child {
  padding-bottom: 0;
}
main .experience .rb-container ul.rb li:hover::before {
  border-color: #232931;
  transition: all 1000ms ease-in-out;
}
main .experience ul.rb li .timestamp {
  color: #000;
  position: relative;
  width: 100px;
  font-size: 12px;
}
main .experience .item-title {
  color: #000;
}
main .experience .rb-container ul.rb li {
  list-style: none;
  margin: auto;
  margin-left: 2em;
  min-height: 50px;
  border-left: 1px solid #a5764b;
  padding: 0 0 50px 66px;
  position: relative;
  width: 98%;
}
@media (max-width: 567px) {
  main .experience .rb-container ul.rb li {
    width: 90%;
  }
}
main .experience .rb-container ul.rb li::before {
  position: absolute;
  left: -35px;
  top: 0px;
  content: " ";
  background: #a5764b;
  height: 70px;
  width: 70px;
  transition: all 500ms ease-in-out;
}
main .experience li.rb-item:before {
  color: #fff;
  font-size: 20px;
  text-align: center;
  z-index: 999;
  padding-top: 20px;
}
main .experience li.rb-item:first-child:before {
  content: "2003" !important;
}
main .experience li.rb-item:nth-child(2):before {
  content: "2017" !important;
}
main .experience li.rb-item:nth-child(3):before {
  content: "2020" !important;
}
main .experience li.rb-item:last-child:before {
  content: "2022" !important;
}
@media (max-width: 576px) {
  main .experience li.rb-item:before {
    font-size: 15px;
    padding-top: 16px;
  }
  main .experience .rb-container ul.rb li::before {
    left: -25px;
    height: 50px;
    width: 50px;
  }
  main .experience .rb-container ul.rb li {
    padding: 0 0 50px 40px;
  }
}

.heading {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.cover {
  background-color: #d0e0ec;
  min-height: calc(100vh - 150px);
  position: relative;
}
.cover h1 {
  font-weight: 50px;
}
.cover .degree {
  font-size: 20px;
  margin-bottom: 0;
}
.cover .university {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 50px;
}
.cover .get-in-touch {
  background-color: #cb3849;
  border: none;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  padding: 15px 40px;
  display: inline-block;
}
.cover .min-height-75vh {
  min-height: 75vh;
}
.cover .panner-img img {
  max-width: 80%;
}
.cover .scroll-to-bottom {
  background-color: #d0e0ec;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  content: "";
  bottom: -35px;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transform: translate(-50%, 0%) rotate(90deg);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  padding-bottom: 50px;
  border-bottom: 16px solid #a5764b;
  position: relative;
}
footer .dr-email:hover {
  color: #000;
}
footer .scroll-to-top {
  background-color: #d0e0ec;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  right: 50px;
  top: 60px;
}
@media (max-width: 576px) {
  footer .scroll-to-top {
    right: 7px;
    top: -60px;
    width: 50px;
    height: 50px;
  }
}
footer .scroll-to-top img {
  transform: rotate(270deg);
}
footer .subscribe-input {
  border: 1px solid #dadbdc;
  border-radius: 30px;
  overflow: hidden;
  max-width: 500px;
  margin: auto;
  margin-bottom: 80px !important;
}
footer .subscribe-input input {
  border: none;
  border-radius: 30px;
  padding: 13px;
}
footer .subscribe-input input:focus {
  outline: none;
}
footer .subscribe-input button {
  border: none;
  background-color: #cb3849;
  color: #fff;
  width: 90px;
  height: 60px;
  border-top-right-radius: 25%;
  border-bottom-right-radius: 25%;
  text-align: center;
}
footer .get-in-touche {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
footer .social-icons {
  gap: 30px;
  margin-right: 45px;
  margin-left: 45px;
}
footer .first {
  height: 3px;
  width: 100%;
  background: #a5764b;
}

/*# sourceMappingURL=index.css.map */
