@charset "UTF-8";
@font-face {
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Bold ☞"), url("Gilroy-Bold.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Heavy";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Heavy ☞"), url("Gilroy-Heavy.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Light";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Light ☞"), url("Gilroy-Light.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Medium ☞"), url("Gilroy-Medium.woff") format("woff");
}
@font-face {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Gilroy-Regular ☞"), url("Gilroy-Regular.woff") format("woff");
}
:root {
  --primary-color: rgb(3, 45, 66);
  --secondary-color:rgb(98, 216, 78); /*rgb(149, 229, 136);*/
  --font-primary: rgb(98, 216, 78); /*rgb(149, 229, 136);*/
  --font-family-bold: "Gilroy-Bold", Arial, sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  font: 24px "Gilroy-Regular", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

main {
  padding-top: 80px;
}

/*.btn{
  border-radius: 500px;
  padding:11px 22px;
}*/
.header_content {
  background: var(--primary-color);
  padding: 1.5rem 2rem;
  border-radius: 12px;
  color: #fff;
}

.nav-link {
  color: #000;
}

.nav-link:hover {
  color: var(--secondary-color);
}

.page {
  min-height: calc(100vh - 100px);
  margin-top: 1.5rem;
}

.CodeMirror {
  height: 100% !important;
}

.font-family-bold {
  font-family: var(--font-family-bold);
}

.col-form-label {
  color: var(--primary-color);
  margin-top: 1rem;
}

.font-weight-bolder {
  font-weight: bold;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-primary:hover {
  color: var(--secondary-color) !important;
}

.border-primary {
  border-color: var(--primary-color) !important;
}

.heading_section {
  margin-top: 25px;
  padding-bottom: 50px !important;
}
.heading_section .list-group-item {
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
}

.heading_section h1 {
  font-size: 46px;
}

.welcome_section {
  background: rgb(3, 45, 66);
  width: 100%;
  min-height: 100px;
  padding: 50px 25px;
}

.employer-question-col {
  border-right: 1px solid #81b5a1;
}

.employer-image-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  text-align: center;
}

.employer-image-col {
  border-bottom: 1px solid #81b5a1;
  border-right: 1px solid #81b5a1;
  height: 26rem;
}

.employer-question-wrapper {
  height: 26rem;
  border-bottom: 1px solid #81b5a1;
}

.text-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  text-align: center;
}

.employer-image {
  width: 150px;
  height: 100%;
  opacity: 0.85 !important;
}

.app-pill {
  border: 2px solid var(--secondary-color);
  background: var(--secondary-color);
  color: #000;
  border-radius: 100px;
  padding: 2px 5px;
  margin: 2px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
}

.portfolio_card .card-body {
  height: 400px;
  overflow: hidden;
}

.primary_color {
  color: var(--primary-color);
}

.secondary_color {
  color: var(--secondary-color);
}

.secondary_color:hover {
  color: var(--secondary-color);
}

.border-title {
  height: 1px;
  background-color: var(--secondary-color);
}

.bg-secondary {
  background: var(--secondary-color) !important;
}

.btn-primary {
  background: var(--secondary-color) !important;
  outline: none;
  border: var(--secondary-color);
  color: rgb(29, 29, 29);
}

a {
  color: #00B7FF;
}

.hire_me_now_btn, .contact_me_btn {
  font-size: 24px;
  margin-top: 0;
  font-weight: bold;
}

.main_nav {
  height: 80px;
  background-color: #fff;
  border-bottom: thin solid #e6e6e6;
  width: 100%;
  padding: 0 15px;
  z-index: 1001;
}

.nav_content {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}

.main_nav .nav_links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-link {
  margin-right: 10px;
  padding: 6px 12px;
  display: block;
  border-radius: 100px;
  color: #000 !important;
}

.nav-link.active {
  font-weight: bold;
  background: var(--secondary-color);
}

.snow_header {
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  background: #e6e9eb;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.snow_header .btn {
  background-color: hsla(0, 0%, 100%, 0.45) !important;
  border-color: #cbcbcb !important;
}

.second_row .employer-image-col {
  border-bottom: 0;
}

#mobile_menu_wrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background: #fff !important;
  width: 100%;
  z-index: 1001;
}

.mobile_menu_body {
  height: 100%;
  overflow-y: auto;
}

#mobile_menu_wrapper .nav-link {
  border-radius: 6px;
  width: 100%;
  min-width: 150px;
  margin-bottom: 15px;
}

[data-action=hide_mobile_menu] {
  position: fixed;
  top: 20px;
  right: calc(15px + 0.75rem);
  z-index: 1002;
}

.contact-link {
  text-decoration: none;
  border-bottom: thin solid #e6e6e6;
  border-right: thin solid #e6e6e6;
  border-left: thin solid #e6e6e6;
  border-radius: 4px;
  border-color: #d0d2d3;
  border-top: 4px solid #81b5a1;
  font-size: 0.8rem !important;
  padding: 10px;
}

.contact-link .bi {
  font-size: 3rem;
}

.profile {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/****** ADMIN *******/
.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

.sidemenu {
  position: fixed;
  left: 0;
  top: 80px;
  min-height: 100vh;
  width: 250px;
  border-right: thin solid #e6e6e6;
  background-color: #fafafa;
}
.sidemenu .sidemenu_body li {
  margin-top: 0 !important;
  z-index: 0 !important;
  padding: 0 !important;
}
.sidemenu .sidemenu_body li a {
  text-decoration: none;
}
.sidemenu .sidemenu_body li .sidemenu_top_link {
  color: #000 !important;
  padding: 4px 16px;
  display: block;
}
.sidemenu .sidemenu_body li .sidemenu_top_link.active {
  background-color: rgb(98, 216, 78);
}
.sidemenu .sidemenu_body li .sidemenu_sub_link {
  padding: 4px 16px;
  background-color: transparent !important;
}
.sidemenu .sidemenu_body li.active .sidemenu_sub_link_wrapper {
  display: block;
}
.sidemenu .sidemenu_body li.active .sidemenu_sub_link_wrapper {
  border-radius: 6px;
}
.sidemenu .sidemenu_body li.active .sidemenu_top_link {
  color: #000 !important;
  background: rgb(98, 216, 78) !important;
  border-radius: 6px;
}
.sidemenu .sidemenu_body li.active .sidemenu_sub_link {
  color: #b8b8b8 !important;
}
.sidemenu .sidemenu_body li.active .sidemenu_sub_link.active {
  color: #000 !important;
}
.sidemenu .sidemenu_body .sidemenu_top_link {
  color: #4a4a4a;
  text-decoration: none;
}

.admin_main {
  margin: 0 auto;
  padding-left: 250px;
}

@media screen and (max-width: 1200px) {
  .heading_section h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .employer-question-col,
  .row .employer-image-col {
    border-right: 0 !important;
    border-bottom: 1px solid var(--secondary-color);
  }
}
@media screen and (max-width: 768px) {
  .welcome_section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .welcome_section .logo_text_wrapper {
    display: block !important;
    text-align: center;
  }
  .drop-in-text.secondary_color {
    margin-bottom: 16px;
  }
  .drop-in-text.secondary_color:nth-child(3) {
    margin-top: 16px;
    /* margin-bottom: 32px;*/
  }
  .heading_section {
    /*padding-left: 32px !important;
    padding-right: 32px !important;*/
  }
}
@media screen and (max-width: 600px) {
  .heading_section h1 {
    font-size: 28px;
  }
  body {
    font-size: 18px;
  }
  .hire_me_now_btn {
    margin-top: 1rem;
    padding-left: 0;
    font-size: 20px;
  }
  .portfolio_card .card-body {
    height: 300px;
    overflow: hidden;
  }
}

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