/*4px*/
/*8px*/
/*12px*/
/*14px*/
/*16px*/
/*20px*/
/*30px*/
/*50px*/
/*60px*/
/* Extra */
/*40px*/
/*26px*/
/*24px*/
/*18px*/
/* Scss Document */
/*Gray shades*/
@font-face {
  font-family: "HK Grotesk";
  src: url("../fonts/hk-grotesk/HKGrotesk-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "HK Grotesk Medium";
  src: url("../fonts/hk-grotesk/HKGrotesk-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "HK Grotesk SemiBold";
  src: url("../fonts/hk-grotesk/HKGrotesk-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "HK Grotesk Light";
  src: url("../fonts/hk-grotesk/HKGrotesk-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Bree Serif";
  src: url("../fonts/BreeSerif/BreeSerif-Regular.ttf") format("truetype");
}
/* Scss Document */
h1 {
  font-family: "HK Grotesk Medium", "sans-serif";
  font-size: 3.75rem;
}

h2 {
  font-family: "HK Grotesk Medium", "sans-serif";
  font-size: 2.5rem;
}

h3 {
  font-family: "HK Grotesk Medium", "sans-serif";
  font-size: 1.875rem;
}

h4 {
  font-family: "HK Grotesk Medium", "sans-serif";
  font-size: 1.625rem;
}

h5 {
  font-family: "HK Grotesk Medium", "sans-serif";
  font-size: 1.25rem;
}

h6 {
  font-family: "HK Grotesk Medium", "sans-serif";
  font-size: 1.25rem;
}

p {
  font-family: "HK Grotesk Medium", "sans-serif";
  font-size: 1.25rem;
  line-height: 22px;
}

.p-medium {
  font-family: "HK Grotesk Medium", "sans-serif";
  font-size: 1.25rem;
  line-height: 22px;
}

@media (max-width: 575px) {
  /*
  .pt-5 {
      margin: 0;
  }
  .text-container  {
      margin: 0;
      padding: 0;
  }
  .experience-section {
      .main-body {
          padding: 0 $sm;
          margin: $xl $lg $xxxl $lg;
          border-left: 2px solid #CCCCCC;
          line-height: $size26;
      }
      .accordion-item {
          border:0;
      }
      .accordion-button  {
          font-size: $md;
          border-radius: 5px;
          small {
              font-size: $lg;
              color: $g4;
          }
          &:hover {
              background-color: $g1 ;
              color: $prime;
          }
          &:not(.collapsed) {
              background-color: $g1;
              border-radius: 5px;
              color: $prime;
              box-shadow: none;
          }
      }
      p {
          font-size: $md;
          margin-bottom: $xl;   
          color: $g4;
      }
      ul {
          font-size: $sm;
      }
      li {
          font-size: $lg;
          margin-bottom: $xl;
          &::marker {
              color: $g3;
          }
      }
   }*/
}
@media (min-width: 576px) and (max-width: 768px) {
  /*.text-container  {
      margin: 0;
      padding: 0;
  }*/
}
/* CSS Document */
body ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

body ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

body ::-webkit-scrollbar-thumb {
  background: #6E6E6E;
  border: 0px none #ffffff;
  border-radius: 50px;
}

body ::-webkit-scrollbar-thumb:hover {
  background: #6E6E6E;
}

body ::-webkit-scrollbar-thumb:active {
  background: #6E6E6E;
}

body ::-webkit-scrollbar-track {
  background: #CCCCCC;
  border: 0px none #ffffff;
  border-radius: 50px;
}

body ::-webkit-scrollbar-track:hover {
  background: #CCCCCC;
}

body ::-webkit-scrollbar-track:active {
  background: #CCCCCC;
}

body ::-webkit-scrollbar-corner {
  background: transparent;
}

html {
  font-size: 1rem;
  margin: 3.125rem auto;
}

.prime-color {
  color: #335eea;
}

.secondary-color {
  color: #333333;
}

.background-gray {
  background-color: #EAEDF0;
}

body {
  color: #333333;
  margin: 0;
  font-family: "HK Grotesk", "sans-serif";
  position: relative;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
body::-webkit-scrollbar-thumb {
  background-color: #415058;
  border: 0px none #FFFFFF;
  border-radius: 50px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #415058;
}
body::-webkit-scrollbar-thumb:active {
  background-color: #415058;
}
body::-webkit-scrollbar-track {
  background-color: #cccccc;
  border: 0px none #FFFFFF;
  border-radius: 50px;
}
body::-webkit-scrollbar-track:hover {
  background-color: #cccccc;
}
body::-webkit-scrollbar-track:active {
  background-color: #cccccc;
}
body::-webkit-scrollbar-corner {
  background: transparent;
}

p {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

a:focus {
  border-radius: 5px;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  outline: #0d6efd;
  font-weight: bold;
}

a:focus-visible {
  border-radius: 5px;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.gray {
  color: #415058;
}

.menu-container {
  padding: 0.875rem 0;
  text-align: right;
}
.menu-container a.menu {
  background: #335eea;
  padding: 0.875rem;
  color: #FFFFFF;
  font-size: 1.25rem;
  text-decoration: none;
  border-radius: 0.25rem;
  line-height: 1rem;
}
.menu-container a.menu:hover {
  color: #FFFFFF;
  animation: movement 2s;
}
@keyframes movement {
  from {
    background-color: #335eea;
  }
  to {
    background-color: #1841c7;
  }
}
.menu-container a.chat {
  background: #FFFFFF;
  padding: 0.875rem;
  color: #335eea;
  font-size: 1.25rem;
  text-decoration: none;
  line-height: 1rem;
  font-weight: bold;
  border-radius: 0.25rem;
  border: 1px solid #EAEDF0;
}
.menu-container a.chat:hover {
  background: #EAEDF0;
  color: #1841c7;
}

.name {
  font-family: "Bree Serif", "sans-serif";
  color: #335eea;
  font-size: 1.875rem;
}

.designation {
  font-size: 1.25rem;
  color: #415058;
}

.nav-link {
  font-size: 1.25rem;
  color: #335eea;
  padding: 0.5rem 1.5rem;
  font-weight: bold;
  margin-right: 0.875rem;
}
.nav-link:hover {
  font-weight: bold;
  color: #1841c7;
  background-color: #F4F7FA;
}
.nav-link.active {
  background-color: #F4F7FA;
  color: #415058;
}

.profile-icon::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  content: "\f007";
  font-size: 2.5rem;
  color: #333333;
  padding-right: 1.25rem;
  top: 0;
  left: 0;
}

.experience-icon::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  content: "\f0b1";
  font-size: 2.5rem;
  color: #333333;
  padding-right: 1.25rem;
  top: 0;
  left: 0;
}

.education-icon::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  content: "\f19d";
  font-size: 2.5rem;
  color: #333333;
  padding-right: 1.25rem;
  top: 0;
  left: 0;
}

.course-icon::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  content: "\f5db";
  font-size: 2.5rem;
  color: #333333;
  padding-right: 1.25rem;
  top: 0;
  left: 0;
}

.skills-icon::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  content: "\f5fc";
  font-size: 2.5rem;
  color: #333333;
  padding-right: 1.25rem;
  top: 0;
  left: 0;
}

.recognitions-icon::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  content: "\f559";
  font-size: 2.5rem;
  color: #333333;
  padding-right: 1.25rem;
  top: 0;
  left: 0;
}

.languages-icon::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  content: "\f1ab";
  font-size: 2.5rem;
  color: #333333;
  padding-right: 1.25rem;
  top: 0;
  left: 0;
}

.text-container {
  padding: 0.75rem 3.75rem;
  margin: 1.875rem 1.25rem 3.75rem 1.25rem;
  border-left: 2px solid #CCCCCC;
  line-height: 1.625rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.no-border {
  border-left: 0px solid #CCCCCC;
  margin-left: 0;
  margin-right: 0;
}

.accordion-item {
  border: none !important;
}

.menu-section .accordion-header {
  color: #335eea;
  border: none;
}
.menu-section .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.menu-section .accordion-button {
  font-size: 1.5rem;
  background-color: #F4F7FA;
  color: #335eea;
  border-radius: 0px;
}
.menu-section .accordion-button h3 {
  margin: 0;
  font-size: 1.25rem;
}
.menu-section .accordion-button:hover {
  background-color: #F4F7FA;
  color: #1841c7;
}
.menu-section .accordion-button:not(.collapsed) {
  background-color: #F4F7FA;
  border-radius: 5px;
  color: #1841c7;
  box-shadow: none;
}
.menu-section ul {
  font-size: 0.875rem;
}
.menu-section li {
  font-size: 1.25rem;
  border-bottom: 1px solid #F4F7FA;
}
.menu-section li::marker {
  color: #cccccc;
}
.menu-section li a {
  margin-bottom: 1rem;
}

.details-section {
  margin-bottom: 3.125rem;
  border-left: 2px solid #CCCCCC;
  padding-left: 1.25rem;
}
.details-section span {
  color: #415058;
}
.details-section p {
  margin-bottom: 0;
  line-height: 1.875rem;
}
.details-section .gray-text {
  padding: 1.875rem 0 0.5rem 0;
  color: #415058;
  font-size: 1rem;
}

.experience-section {
  /*
  .accordion-header {
      margin-bottom: $lg;         
      cursor: pointer;
      border-radius: $xs;
      padding:$xs;
      span {
          color: $g4;
      }
      &:hover, .active {
          background-color: $g1;            
      }
  }

  .accordion-body {
      margin: 0;
      padding:$xs;
      border-bottom:1px solid $g3;
      p {
          font-size: $md;
          margin-bottom: $xl;   
          color: $g4;
      }
      ul {
          font-size: $sm;
      }
      li {
          font-size: $lg;
          margin-bottom: $xl;
          &::marker {
              color: $g3;
          }
      }
  }*/
}
.experience-section .main-body {
  padding: 0.75rem 1.875rem;
  margin: 1.875rem 1.25rem 3.75rem 1.25rem;
  border-left: 2px solid #CCCCCC;
  line-height: 1.625rem;
}
.experience-section .accordion-item {
  border: 0;
}
.experience-section .accordion-button {
  font-size: 1.5rem;
  border-radius: 5px;
}
.experience-section .accordion-button small {
  font-size: 1.25rem;
  color: #415058;
}
.experience-section .accordion-button:hover {
  background-color: #F4F7FA;
  color: #335eea;
}
.experience-section .accordion-button:not(.collapsed) {
  background-color: #F4F7FA;
  border-radius: 5px;
  color: #335eea;
  box-shadow: none;
}
.experience-section p {
  font-size: 1rem;
  margin-bottom: 1.875rem;
  color: #415058;
}
.experience-section ul {
  font-size: 0.875rem;
}
.experience-section li {
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
}
.experience-section li::marker {
  color: #cccccc;
}

.section-gray {
  background-color: #F4F7FA;
}

.project-container {
  border-left: 0.25rem solid #cccccc;
  margin: 60px 0;
}
.project-container p {
  color: #415058;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 1.875rem;
}
.project-container img {
  border-radius: 2px;
  border: 1px solid #EAEDF0;
  box-shadow: 0 7px 14px 0 #cccccc;
}
.project-container ul > li > a {
  color: #335eea;
  font-size: 1.25rem;
  text-decoration: none;
  border-radius: 0.25rem;
  line-height: 2.5rem;
  padding-left: 0;
  font-weight: 300;
  display: block;
  white-space: nowrap;
}
.project-container .img-container ul > li > a {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.project-container .img-container ul > li > a::before {
  content: none;
  font-size: 30px;
  color: #415058;
  z-index: 999;
  text-align: center;
}
.project-container .img-container ul > li > a:hover {
  color: #1841c7;
  opacity: 0.6;
}
.project-container .img-container ul > li > a:focus {
  color: #1841c7;
}
.project-container a.btt {
  background: #335eea;
  padding: 0.875rem 1.875rem;
  color: #FFFFFF;
  font-size: 1.25rem;
  text-decoration: none;
  border-radius: 0.75rem;
  line-height: 1rem;
  margin-bottom: 3.125rem;
  margin-right: 1rem;
  font-weight: normal;
  white-space: nowrap;
}
.project-container a.btt::before {
  content: "";
  padding-right: 0;
  top: 0;
  left: 0;
}
.project-container a.btt:hover {
  color: #FFFFFF;
  animation: movement 2s;
}
@keyframes movement {
  from {
    background-color: #335eea;
  }
  to {
    background-color: #1841c7;
  }
}

.casestudy-container p {
  color: #415058;
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.casestudy-container ul > li {
  color: #415058;
  font-size: 18px;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -30px;
}
.casestudy-container a.btt {
  background: #335eea;
  padding: 0.875rem 1.875rem;
  color: #FFFFFF;
  font-size: 1.25rem;
  text-decoration: none;
  border-radius: 0.75rem;
  line-height: 1rem;
  margin-bottom: 3.125rem;
  margin-right: 1rem;
  font-weight: normal;
  white-space: nowrap;
}
.casestudy-container a.btt::before {
  content: "";
  padding-right: 0;
  top: 0;
  left: 0;
}
.casestudy-container a.btt:hover {
  color: #FFFFFF;
  animation: movement 2s;
}
@keyframes movement {
  from {
    background-color: #335eea;
  }
  to {
    background-color: #1841c7;
  }
}
.casestudy-container .card-title {
  color: #415058;
}
.casestudy-container .card {
  background-color: #F4F7FA;
  height: 100%;
  padding: 8px;
}

.imageContainer {
  background-color: #f5f5f5;
  border: #ECECEC 1px solid;
  padding: 8px;
}

.modal-content {
  background-color: #333333;
  text-align: center;
}

.carousel-control-next, .carousel-control-prev {
  width: 2%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
}

.carousel-inner {
  padding-bottom: 60px;
}

.modal-title {
  color: #FFFFFF !important;
}

.modal-header {
  border-bottom: 0px solid #565656;
  padding: 0.25rem 1rem;
}

.modal-body {
  padding: 0;
}

.carousel-indicators {
  background-color: rgba(51, 51, 51, 0.5);
  position: fixed;
  padding: 10px;
  bottom: 0px;
  margin: 0;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
  border: 4px solid rgba(0, 0, 0, 0.01);
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  border: 4px solid #FFFFFF;
}

.breadcrumbs .row {
  padding: 1rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  border-top: 1px solid #EAEDF0;
  border-bottom: 1px solid #EAEDF0;
}
.breadcrumbs a {
  text-decoration: none;
  padding: 0.75rem;
}
.breadcrumbs a:hover {
  text-decoration: underline;
  padding: 0.75rem;
}

.sec1, .sec2, .sec3, .sec4 {
  padding: 1.875rem;
  color: #415058;
}
.sec1 h1, .sec2 h1, .sec3 h1, .sec4 h1 {
  font-size: 1.875rem;
}
.sec1 p, .sec1 strong, .sec2 p, .sec2 strong, .sec3 p, .sec3 strong, .sec4 p, .sec4 strong {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0;
}
.sec1 .table-row .tr, .sec2 .table-row .tr, .sec3 .table-row .tr, .sec4 .table-row .tr {
  border-bottom: 1px solid #EAEDF0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.sec1 ul li, .sec2 ul li, .sec3 ul li, .sec4 ul li {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0;
}
.sec1 img, .sec2 img, .sec3 img, .sec4 img {
  border-radius: 2px;
  border: 1px solid #EAEDF0;
  box-shadow: 0 7px 14px 0 #cccccc;
}

.sec1 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.sec2 {
  background-color: #F4F7FA;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.sec3 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  font-size: 0.875rem;
}
.sec3 .card-body ul {
  margin: 0px;
}
.sec3 .card-body ul li {
  margin: 0px;
  padding: 0px;
}

.sec4 img {
  border-radius: 2px;
  border: 1px solid #EAEDF0;
  box-shadow: 0 0px 0px 0 #cccccc;
}

@media (max-width: 768px) {
  h1, h2 {
    font-size: 1.875rem;
  }
  h4 {
    font-size: 24px;
  }
  .carousel-control-next, .carousel-control-prev {
    width: 6%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.5);
  }
  .carousel-control-next svg, .carousel-control-prev svg {
    position: absolute;
    top: 100px;
    font-size: 20px;
  }
  .profile-icon::before, .employment-icon::before {
    font-size: 1.875rem;
    padding-right: 0.875rem;
  }
  .project-container {
    border-left: 1px solid #cccccc;
    padding: 0;
    margin-bottom: 120px;
  }
  .container {
    padding: 10px;
  }
  .text-container {
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    margin: 1.25rem 1.25rem 1.875rem 0.75rem;
    border-left: 1px solid #CCCCCC;
    line-height: 2.5rem;
  }
  .experience-section .main-body {
    padding: 0.5rem 0 0.5rem 1.5rem;
    margin: 1.25rem 0 1.875rem 0.75rem;
    border-left: 1px solid #CCCCCC;
    line-height: 2.5rem;
  }
  .experience-section .accordion-item {
    border: 0;
  }
  .experience-section .accordion-button {
    font-size: 24px;
    line-height: normal;
    border-radius: 5px;
    padding: 0.5rem;
    margin-bottom: 1.875rem;
  }
  .experience-section .accordion-button small {
    font-size: 1.25rem;
    color: #415058;
    padding-top: 0.875rem;
  }
  .experience-section .accordion-button:hover {
    background-color: #F4F7FA;
    color: #335eea;
  }
  .experience-section .accordion-button:not(.collapsed) {
    background-color: #F4F7FA;
    border-radius: 5px;
    color: #335eea;
    box-shadow: none;
  }
  .experience-section .accordion-button::after {
    margin-top: -64px;
  }
  .experience-section .accordion-body {
    padding: 0;
  }
  .experience-section p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.875rem;
    color: #415058;
  }
  .experience-section ul {
    font-size: 0.875rem;
    margin-left: -15px;
  }
  .experience-section li {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
    color: #333333;
    list-style: 1.5rem;
  }
  .experience-section li::marker {
    color: #cccccc;
  }
}
/*
@media (min-width: 576px) and (max-width: 768px) {  
  h1,h2 {
    font-size: $xl;
  }

 .profile-icon::before, .employment-icon::before {
  font-size: $xl;
  padding-right: $sm;       
}
.carousel-control-next, .carousel-control-prev {

  width: 6%;
  height: 100%;
  background-color: rgba(51,51,51,0.5) ;
  svg {
  position: absolute;
  top: 100px;
  font-size: 20px;
  }
  }
  .project-container {
    border-left: 1px solid $g3;
    padding:0;
    margin-bottom:120px;  
  }
  .container {
    padding:10px;
  }

 }
 .experience-section {
  .main-body {
    padding: $xxs $xxs $xxs 1.50rem;
    margin: $lg 0 $xl 0.75rem;
      border-left: 1px solid #CCCCCC;
      line-height: $size40;
  }
  .accordion-item {
      border:0;
  }
  .accordion-button  {
      font-size: $lg;
      line-height: $size26;
      border-radius: 5px;
      padding: $xxs;
      margin-bottom: $xl;
      small {
          font-size: $lg;
          color: $g4;
          padding-top: $sm;
      }
      &:hover {
          background-color: $g1 ;
          color: $prime;
      }
      &:not(.collapsed) {
          background-color: $g1;
          border-radius: 5px;
          color: $prime;
          box-shadow: none;
      }
      &::after {
        margin-top: -64px;
      }
  }
}*/
@media (min-width: 768px) and (max-width: 992px) {
  h1 {
    font-size: 3.125rem;
  }
  h2 {
    font-size: 1.875rem;
  }
  h4 {
    font-size: 24px;
  }
  .text-container {
    padding: 0.5rem 0 0.5rem 1.5rem;
    margin: 1.25rem 0 1.875rem 0.75rem;
    border-left: 1px solid #CCCCCC;
    line-height: 2.5rem;
  }
  .experience-section .main-body {
    padding: 0.5rem 0 0.5rem 1.5rem;
    margin: 1.25rem 0 1.875rem 0.75rem;
    border-left: 1px solid #CCCCCC;
    line-height: 2.5rem;
  }
  .accordion-button::after {
    margin-top: -20px;
  }
}
/* 



// Large devices (desktops, 992px and up)
@media (min-width: 993px) and (max-width: 1200px) { 

 }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1201px) and (max-width: 1400px) { 

 }

*/
/*
$xxs: 0.25rem;      4px
$xxs: 0.5rem;       8px
$xs: 0.75rem;       12px
$sm: 0.875rem;      14px
$md: 1rem;          16px
$lg: 1.25rem;       20px
$xl: 1.875rem;      30px 
$xxl: 3.125rem;     50px
$xxxl: 3.75rem;     60px

$size40: 2.813rem;  45px
$size26: 1.625rem;  26px
$size24: 1.5rem;    24px

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