/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 14, 2021 */



@font-face {
    font-family: 'optimanormal';
    src: url(/fonts/optima-webfont.woff2?eec8b8ecbc469ca60c9430eabe884c94) format('woff2'),
         url(/fonts/optima-webfont.woff?ec29fac572c7addc387bb72ee552349f) format('woff');
    font-weight: 400;
    font-style: normal;

}




@font-face {
    font-family: 'optimabold';
    src: url(/fonts/optima_0-webfont.woff2?dfd8e29a37f66485d7f4cc9b481d799d) format('woff2'),
         url(/fonts/optima_0-webfont.woff?8a379d2b6ea20c603344e331dc1a313c) format('woff');
    font-weight: 900;
    font-style: normal;

}




@font-face {
    font-family: 'optima-mediummedium';
    src: url(/fonts/optimamedium-webfont.woff2?0c15f26169b2f33d824387abb9b42197) format('woff2'),
         url(/fonts/optimamedium-webfont.woff?3a68834523754e0473532263b116b3c7) format('woff');
    font-weight: 400;
    font-style: normal;

}
display-flex, .folw .scio_links li, .folw .scio_links, .routes .contacts__details {
  display: flex;
  display: -webkit-flex;
}

/* @extend list-type-ulli; */
list-type-ulli, .folw .scio_links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

html {
  overflow: hidden !important;
}

.padlft .select-options {
  width: 100% !important;
}

.form-floating label {
  color: #fff;
  font-weight: initial;
}

.pxx_170 {
  padding: 0 190px;
}

.inputs {
  height: 55px;
  border: none;
  padding-top: 20px;
  background: #414246;
  border-radius: 15px;
  /* padding: 10px 0; */
  color: #fff;
  padding: 8px 18px;
}
.inputs:first-child {
  margin-top: 0;
}
.inputs::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.inputs:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.inputs::placeholder {
  color: #fff;
  opacity: 1;
}
.inputs:focus {
  -ms-box-shadow: none;
  box-shadow: none;
  background: #414246;
  color: #fff;
}

.padlft {
  padding-left: 20px;
}

.padrft {
  padding-right: 20px;
}

.txt_areas {
  background: #414246;
  border-radius: 15px;
  resize: none;
  color: #fff;
  height: 222px;
}
.txt_areas.form-control {
  color: #fff;
}
.txt_areas:focus {
  background: #414246;
}

.submits {
  background: #f1a10a;
  color: #fff;
  border: 2px solid #f1a10a;
  transition: all 0.4s ease-in;
  width: 180px;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 18px;
  font-family: "optima-mediummedium";
}
.submits:hover {
  background: #fff;
  color: #f1a10a;
}

.contact_us {
  background: #11141b;
  padding-bottom: 4em;
  height: 1300px;
}
.contact_us .cont_dtl {
  text-align: center;
  padding: 3em 0;
}
.contact_us .cont_dtl img {
  width: 35px;
}
.contact_us .cont_dtl span:last-child {
  color: #fff;
}
.contact_us .cont_dtl .head {
  line-height: 1.2;
  padding: 1em 0;
}
.contact_us .cont_dtl .head span:first-child {
  color: #fff;
  font-size: 30px;
}
.contact_us .cont_dtl .head span:last-child {
  color: #f1a10a;
  font-size: 40px;
  font-family: "optimabold";
  display: block;
  margin-top: 12px;
}
.contact_us .cont_dtl .btn {
  font-size: 22px;
  -webkit-text-transform: uppercase;
  -moz-text-transform: uppercase;
  -ms-text-transform: uppercase;
  text-transform: uppercase;
  color: #fff;
  border-radius: 50px;
}
.contact_us .cont_dtl .btn::before {
  position: absolute;
  content: "";
  border-top-color: goldenrod;
  border-right-color: goldenrod;
  border-bottom-color: goldenrod;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s !important;
}
.contact_us .mps .map {
  width: 100%;
  filter: grayscale(100%) invert(92%) contrast(83%);
}
.contact_us .contacts__upper_div {
  padding: 20px 0;
}

footer .site_footer {
  z-index: -99;
}

.button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  height: 50px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: block;
  line-height: 1.1;
}

svg {
  border-radius: 25px;
  z-index: 1;
}

path {
  stroke-width: 3;
  fill: none;
  stroke-dasharray: 460;
  transition: transform 1s linear;
}

.button:hover {
  cursor: pointer;
}

.button .req {
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  top: 19px;
  text-transform: uppercase;
  font-family: "optimanormal";
  font-size: 16px;
  font-family: "optimanormal";
  font-weight: initial;
}

.button:hover svg path, .maps:hover svg path {
  animation: dash 2s reverse cubic-bezier(0.95, 0.03, 0.51, 1.95);
  -webkit-animation: dash 2s reverse cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -moz-animation: dash 2s reverse cubic-bezier(0.45, 0.03, 0.51, 0.95);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  stroke: white;
  cursor: pointer;
}

@-webkit-keyframes dash {
  to {
    fill: transparent;
    stroke: #ffffff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dashoffset: 600;
    stroke-dasharray: 600 0;
  }
}
@keyframes dash {
  to {
    fill: transparent;
    stroke: #ffffff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dashoffset: 600;
    stroke-dasharray: 600 0;
  }
}
.routes .contacts__details {
  justify-content: space-between;
}
.routes .contacts__details .contact_codes_constructions img {
  width: 100%;
  height: 100%;
}
.routes .area {
  padding-top: 2em;
}
.routes .area .daily {
  padding-bottom: 6em;
}
.routes .area .daily .con_dtls {
  padding-top: 12px;
}
.routes .area .daily .con_dtls span {
  display: block;
  padding-bottom: 15px;
}
.routes .area .daily .con_dtls span:first-child {
  color: #fff;
  font-size: 22px;
}
.routes .area .email {
  color: #fff;
  font-size: 20px;
}
.routes .area .downloads {
  position: initial;
  padding: 0;
}
.routes .area .downloads .db_pdf_link span i {
  width: 45px;
  height: 45px;
  font-size: 24px;
}
.routes .area .downloads .db_pdf_link a {
  text-transform: uppercase;
  font-size: 18px;
}
.routes .area .downloads .db_pdf_link span {
  text-transform: uppercase;
  font-size: 18px;
  color: #f1a10a;
}
.routes .area .downs {
  padding-left: 10px;
  line-height: 1.4;
}
.routes .area .downs .mb {
  text-align: left;
}
.routes .maps {
  position: relative;
}
.routes .maps .rt {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  text-transform: uppercase;
  margin: 0 auto;
  cursor: pointer;
  font-size: 16px;
  top: -2px;
  color: white;
}
.routes .maps .rt:hover {
  color: white;
}
.routes .rt_para {
  color: white;
  font-size: 24px;
  line-height: 1.7;
  font-size: 24px;
  padding-top: 25px;
}
.routes .rt_para span {
  display: block;
}

.dbs {
  color: #f1a10a;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "optimabold";
  margin-bottom: 14px;
}

.folw {
  display: flex;
}
.folw .scio_links li {
  height: 50px;
  width: 50px;
  border: 1px solid #f1a10a;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #f1a10a;
  margin-right: 20px;
  line-height: 0;
}
.folw .scio_links li a i {
  color: #fff;
  color: #11141b;
  font-size: 24px;
}

@media (max-width: 1400px) {
  .routes .rt_para {
    font-size: 20px;
    padding-right: 10px;
  }
  .routes .area .daily span:last-child, .routes .area .email, .routes .area .downloads .db_pdf_link span, .routes .area .downloads .db_pdf_link a {
    font-size: 16px;
  }
  .routes .area .downloads .db_pdf_link span i {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
  .dbs {
    font-size: 16px;
  }
  .contact_us .cont_dtl .head span:last-child {
    font-size: 50px;
  }
  .contact_us .cont_dtl .head span:first-child {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .contact_us .contacts__upper_div{
    text-align: center;
  }
  .downloads .db_pdf_link{
    margin: 0 auto;
    text-align: left;
  }

  .routes .contacts__details .contact_codes_constructions img{
    width: 50%;
    height: auto;
  }


  .routes .rt_para {
    font-size: 14px;
  }
  .routes .area .daily span:last-child, .routes .area .email, .routes .area .downloads .db_pdf_link span, .routes .area .downloads .db_pdf_link a {
    font-size: 14px;
  }
  .routes .area .downloads .db_pdf_link span i {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .dbs {
    font-size: 14px;
  }
  .contact_us .cont_dtl .head span:last-child {
    font-size: 30px;
  }
  .contact_us .cont_dtl .head span:first-child {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .padrft {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }
  .contact_us .cont_dtl .head span:last-child {
    font-size: 30px;
  }
  .routes .area .downloads .db_pdf_link span i {
    margin-left: 0;
  }
  .contact_us .cont_dtl .head span:first-child {
    font-size: 25px;
  }
  .contact_us {
    height: initial;
    padding: 0 10px;
  }
  .padlft {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .reuest2 .head_area {
    font-size: 45px !important;
  }
  .routes .area {
    padding-bottom: 20px;
  }
  .routes .contacts__details {
    flex-direction: column;
  }
  .pxx_170 {
    padding: 0 70px;
  }
}
@media (max-width: 575.98px) {
  .pxx_170 {
    padding: 0 20px !important;
  }
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 55px;
  padding: 11px 18px;
}

.select-styled {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 15px;
  background-color: #414246;
  padding: 8px 15px;
  transition: all 0.2s ease-in;
}

.select-styled:after {
  width: 0;
  height: 0;
  border: 7px solid transparent;
  top: 12px;
  right: 25px;
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
}

.select-styled.active {
  background-color: #fff;
  color: #f1a10a;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #414246;
  width: 200px;
  margin-top: 20px;
  border-radius: 15px;
  border-top: 0;
}

.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-bottom: 1px solid #808080;
  transition: all 0.15s ease-in;
}
.select-options li:last-child {
  border-bottom: 0;
}

.select-options li:hover, .select-options li.is-selected {
  color: #f1a10a;
  background: #fff;
  border-bottom: none;
}
.select-options li:hover:nth-child(2), .select-options li.is-selected:nth-child(2) {
  border-radius: 15px 15px 0 0;
}
.select-options li:hover:last-child, .select-options li.is-selected:last-child {
  border-radius: 0 0 15px 15px;
}

.select-options li[rel=hide] {
  display: none;
}

@media (max-width: 1600px) {
  .pxx_170 {
    padding: 0 90px;
  }
  .routes .rt_para {
    font-size: 20px;
  }
}
