@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;800;900&family=Open+Sans:wght@300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700&display=swap);
/*!------------------------------------------------------------------
[MAIN STYLESHEET]

Template Name: Constra - Construction Html5 Template
Description: Constra - Construction Html5 Template
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
@media (min-width: 800px) {
  #top-section {
    padding: 0px 50px !important;
  }

  .sticky {
    padding: 20px 50px !important;
  }
}
@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }

  .sticky {
    padding: 20px 0px !important;
  }

  #nav-bar-for-responsive {
    padding: 0px !important;
  }

  .mobile-padding-0 {
    padding: 0px !important;
  }

  .mobile-padding-3 {
    padding: 3px !important;
  }

  .mobile-padding-10 {
    padding: 10px !important;
  }

  .mobile-padding-20 {
    padding: 20px !important;
  }

  .mobile-padding-15 {
    padding: 15px !important;
  }

  .description {
    height: 100px;
    overflow: hidden;
    text-overflow: hidden;
  }
}
/* Typography
================================================== */
.primary-font {
  font-family: "Roboto", sans-serif !important;
}

.secondary-font {
  font-family: "Montserrat", sans-serif !important;
}

.title-font {
  font-family: "Poppins", sans-serif !important;
}

body {
  font-family: "Roboto", sans-serif !important;
}

a {
  font-family: "Roboto", sans-serif !important;
  color: black;
  font-weight: 400 !important;
}

.text-nano {
  font-weight: 400 !important;
  color: white;
}

.active {
  font-weight: 500 !important;
}

.nav-item .nav-link {
  font-size: 16px !important;
  font-weight: 300 !important;
  flex-wrap: nowrap;
}

.nav-link i {
  margin-right: 2px;
  margin-left: 3px;
}

.nav-item .nav-link:hover {
  font-size: 16px !important;
  transition-duration: 0.3s;
  color: white;
}

.background-primary {
  background-color: #012347 !important;
}

.pointer:hover {
  cursor: pointer !important;
}

.brand-link {
  text-decoration: none;
  color: black !important;
}

.text-primary {
  color: white !important;
}

.brand-link:hover {
  text-decoration: none;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0px;
  background-color: #012347;
  left: 0px;
}

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

.flex-column {
  flex-direction: column !important;
}

.top-nav-link {
  margin-right: 20px;
  margin-left: 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8) !important;
}

.top-nav-link:hover {
  transition-duration: 0.3s;
  color: white !important;
}

.nice-muted {
  color: rgba(255, 255, 255, 0.8) !important;
}

.no-underline {
  text-decoration: none !important;
}

.fm-control {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 10px;
  /* background: rgba(255, 255, 255, 0.3); */
  color: black !important;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  font-weight: 400;
  font-size: 14px;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  font-weight: 400;
  font-size: 14px;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  font-weight: 400;
  font-size: 14px;
  opacity: 1;
  /* Firefox */
}

.text-shadow {
  text-shadow: 0px 0px 6px #000000;
}

.input-field {
  background: rgba(255, 255, 255, 0.251);
  border-radius: 0px;
}

.no-round {
  border-radius: 0px !important;
}

.btn-green {
  padding: 15px;
  color: white;
  background: #03b503;
}

.btn-green:hover {
  transition-duration: 0.5s;
  color: white;
  background: #008800;
}

#job-slider {
  position: relative;
}

#job_prev {
  left: 20px;
}

.jobs-slider {
  transform-origin: 50px !important;
  position: absolute;
  top: 40%;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 0, 0, 0.12);
  border: none;
  color: white;
  border-radius: 100%;
}

#job_next {
  right: 20px;
}

.admin-sidebar-components {
  padding: 0px;
  margin: 0px;
}

.admin-sidebar-components li {
  list-style-type: none;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
  margin: 5px 0px;
  background-color: #f4f4f44d;
}

.admin-sidebar-components li a {
  color: rgba(0, 0, 0, 0.7) !important;
}

.admin-sidebar-components li:hover {
  transition-duration: 0.3s;
  background-color: #dadada4d;
}

.post-a-job {
  width: 100%;
  height: auto;
  outline: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 13px;
  background-color: #212424;
  border: 1px solid #ccc;
}

.post-a-job:hover {
  transition-duration: 0.3s;
  background-color: rgba(0, 0, 0, 0.025) !important;
}

.herobox {
  min-height: 400px;
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#hero-slider-container {
  position: relative;
}

.slider {
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50px;
  transform-origin: center;
  z-index: 1;
}

.sliderprev {
  top: 44%;
  left: 10px;
}

.slidernext {
  top: 44%;
  right: 10px;
}

.hero-banner-titles-wrapper {
  padding-left: 60px;
}

#mainheader {
  position: fixed !important;
  z-index: 5;
  top: 0px;
  width: 100%;
}

.text-green {
  color: #00a700;
}

.nice-icon-hover:hover {
  padding: 0px !important;
  cursor: pointer;
  transition-duration: 0.2s;
}

.hero-icon:hover {
  padding: 0px !important;
  transition-duration: 0.3s;
}

.top-downloads-table {
  padding-left: 50px !important;
}

.dragBox {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 10px 10px;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.dragBox:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
  transition-duration: 0.3s;
}

.dragBoxWrapper {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.nicebtn {
  background-color: white;
  color: black;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.068);
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .hero-banner-titles-wrapper {
    padding-left: 20px;
  }

  .navbar-brand {
    margin: 0px !important;
  }

  .navbar-nav {
    padding-left: 10px !important;
  }

  .input-field {
    margin-right: 0px !important;
    padding: 20px 20px !important;
  }

  .slider {
    display: none !important;
  }

  .top-downloads-table {
    padding-left: 10px !important;
  }

  .hide-mobile {
    display: none !important;
  }

  .meromodel {
    width: 90vw !important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1023px) {
  #mainheader {
    max-height: 63px;
  }
}
