@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
  font-family: "Poppins", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.loading-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #ff3514;
  background-image: url("../../images/waves.svg");
  background-repeat: no-repeat;
  background-position: bottom;
}

.lds-hourglass {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 80px;
  height: 80px;
}

.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  overflow: hidden;
  height: 0;
  margin: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 32px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-hourglass 1.2s infinite;
          animation: lds-hourglass 1.2s infinite;
}

@-webkit-keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}

@keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}

.top-info-section {
  background-color: #fafafa;
}

.top-info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-info-content span {
  font-size: small;
}

.top-info-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-right: 0px;
  padding-left: 0px;
}

.top-info-content ul li {
  font-size: small;
}

.top-info-content ul li a {
  text-decoration: none;
  color: black;
  font-size: small;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}

.btn {
  cursor: pointer;
}

.list {
  list-style-type: none;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-left: auto;
}

.list li a {
  color: #2f3985;
  padding-top: 0 !important;
}

.list li p {
  margin-bottom: 0px !important;
  color: #959090;
  font-size: 12px;
}

.list li {
  margin-right: auto;
}

.btn-request {
  background-color: #2f3985;
  color: white;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.btn-request-sm {
  background-color: #2f3985;
  color: white;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: none;
  margin: 0px;
}

.navbar-toggler {
  border: none;
  color: black !important;
  cursor: pointer;
}

.list-nav .navbar-item .nav-link {
  color: #828a9c;
}

.list-nav .navbar-item .nav-link:focus {
  color: #828a9c;
}

.logo {
  width: 140px;
}

.list-nav .navbar-item .nav-link:hover {
  background-color: rgba(182, 187, 195, 0.6);
  color: #ff3514 !important;
  border-radius: 4px;
}

.dropdown-menu .dropdown-item:hover {
  color: #ff3514;
  background-color: white;
}

.main-nav.scrolled {
  -webkit-box-shadow: rgba(255, 53, 20, 0.5) 0px 4px 6px -1px, rgba(255, 53, 20, 0.06) 0px 2px 4px -1px !important;
          box-shadow: rgba(255, 53, 20, 0.5) 0px 4px 6px -1px, rgba(255, 53, 20, 0.06) 0px 2px 4px -1px !important;
  -webkit-transition: rgba(0, 0, 0, 0.06) 300ms linear;
  transition: rgba(0, 0, 0, 0.06) 300ms linear;
}

.main-nav.scrolled .logo {
  width: 120px;
  -webkit-transition: 200ms linear;
  transition: 200ms linear;
}

.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2f3985;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #3c49a8;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
  background-color: #2f3985;
}

.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: rgba(55, 66, 144, 0.9);
}

/* The content */
.overlay-content {
  position: relative;
  top: 46%;
  width: 60%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

/* Close button */
.overlay-content .closebtn {
  font-size: 25px;
  position: absolute;
  left: 85%;
  padding-top: 8px;
  cursor: pointer;
  color: #f6391c;
}

/* Style the search field */
.overlay-content input[type="text"] {
  padding: 15px;
  font-size: 17px;
  border: none;
  border-radius: 100px 100px 100px 100px;
  float: left;
  width: 90%;
  background: white;
}

.overlay-content input {
  /* box-shadow: rgba(246, 57, 28, 0.4) 0px 5px, rgba(246, 57, 28, 0.3) 0px 10px,
    rgba(246, 57, 28, 0.2) 0px 15px, rgba(246, 57, 28, 0.1) 0px 20px,
    rgba(246, 57, 28, 0.05) 0px 25px;*/
}

.overlay-content input:active {
  outline: transparent;
}

.overlay-content input:focus {
  outline: none;
}

.overlay-content input[type="text"]:hover {
  background: #f1f1f1;
}

.modal {
  display: none;
  top: 0;
  left: 0;
  z-index: 105000000;
  width: 100%;
  height: 100%;
  outline: 0;
  overflow: hidden;
}

.modal .request-popup {
  max-width: 1170px;
  border-radius: 10px;
  overflow: hidden;
}

.modal .center-head {
  color: #202120;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: lighter;
  margin: 10px 0 30px;
  text-align: center;
  position: relative;
}

.modal .center-head span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  z-index: 99;
  font-weight: 600;
  color: #ff3514;
}

.modal .center-head::after {
  color: #202120;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: lighter;
  margin: 10px 0 30px;
  text-align: center;
  position: relative;
}

.modal .modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal .request-popup .modal-content {
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.modal .req-quote {
  position: relative;
  background-color: #fafafa;
}

.modal .req-quote .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.modal .req-quote .no-gutters > .col,
.modal .req-quote .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.modal .req-quote .request-img {
  background-image: url("../../images/bg_8.jpg");
  min-height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.modal .req-quote .btn-theme {
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 1.9rem;
  font-size: 0.875rem;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  background-color: #ff3514;
  -webkit-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
  box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
  border-radius: 70px;
}

.modal .req-quote .close {
  position: absolute;
  opacity: 1;
  color: #ff3514;
  top: 15px;
  right: 15px;
  z-index: 99;
  text-shadow: none;
}

.modal .req-quote .btn-theme:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

@media (max-width: 1300px) {
  .list-nav .navbar-item {
    font-size: 13px;
  }
  .navbar-brand {
    margin-right: 75px;
  }
}

@media (max-width: 767px) {
  .modal {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .top-info-content {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-info-content ul {
    padding-top: 10px;
    padding-left: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px;
  }
  .top-info-content ul li {
    font-size: x-small;
  }
  .top-info-content ul li a {
    text-decoration: none;
    color: black;
    font-size: x-small;
  }
  .logo {
    width: 100px;
  }
  .main-nav.scrolled .logo {
    width: 90px;
    -webkit-transition: 200ms linear;
    transition: 200ms linear;
  }
}

@media (max-width: 500px) {
  .overlay-content .closebtn {
    font-size: 25px;
    position: absolute;
    left: 75%;
    padding-top: 8px;
    cursor: pointer;
    color: #f6391c;
  }
}

@media (max-width: 800px) and (min-height: 1000px) {
  .top-info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-info-content span {
    font-size: x-small;
  }
  .top-info-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .top-info-content ul li {
    font-size: x-small;
  }
  .top-info-content ul li a {
    text-decoration: none;
    color: black;
    font-size: x-small;
  }
  .btn-request-sm {
    display: none;
  }
  .btn-request {
    display: inline;
  }
  .navbar-toggler:focus {
    outline: none;
  }
}

@media (max-width: 1150px) and (max-height: 999px) {
  .list li {
    display: none;
  }
  .list {
    width: 0;
  }
  .lang {
    display: none;
  }
  .lang-sm {
    display: block;
  }
  .btn-request {
    display: none;
  }
  .btn-request-sm {
    display: inline;
  }
  .navbar-toggler {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto !important;
    padding-top: 7px;
    padding-left: 3px !important;
    padding-right: 0 !important;
    margin-left: 8px !important;
    margin-right: 0 !important;
    display: inline;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .list-nav li {
    -webkit-padding-after: 5px;
            padding-block-end: 5px;
    padding-left: 0;
  }
  .brand-img {
    width: 90px !important;
  }
}

@media (min-height: 1000px) and (min-width: 1000px) {
  .navbar-brand {
    margin-right: 8px;
    padding-right: 8px;
  }
  .btn-request {
    display: none;
  }
  .btn-request-sm {
    display: inline;
  }
  .navbar-toggler:focus {
    outline: none;
  }
}

@media (max-width: 330px) {
  .top-info-content {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-info-content ul {
    padding-top: 10px;
    padding-left: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px;
  }
  .top-info-content ul li {
    font-size: xx-small;
  }
  .top-info-content ul li a {
    text-decoration: none;
    color: black;
    font-size: xx-small;
  }
}

@media (max-width: 340px) {
  .navbar-brand {
    margin-right: 45px;
  }
}
/*# sourceMappingURL=header.css.map */