@font-face {
  src: url("../themes/gasfer/assets/css/./fonts/Barlow-Bold.ttf");
  font-family: BarlowBold;
  font-display: auto;
}
@font-face {
  src: url("../themes/gasfer/assets/css/./fonts/Barlow-ExtraBold.ttf");
  font-family: BarlowExtraBold;
  font-display: auto;
}
@font-face {
  src: url("../themes/gasfer/assets/css/./fonts/Barlow-Medium.ttf");
  font-family: BarlowMedium;
  font-display: auto;
}
@font-face {
  src: url("../themes/gasfer/assets/css/./fonts/Barlow-Regular.ttf");
  font-family: BarlowRegular;
  font-display: auto;
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: 100%;
}

header {
  padding-left: 7.2916666667%;
  padding-right: 7.2916666667%;
  background: #6c757d url("../themes/gasfer/assets/img/header-bg-small.png") 0 0 repeat padding-box;
  object-fit: cover;
  padding-top: 30px;
  padding-bottom: 50px;
  /* Icon 1 */
}
header .smart-scroll {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: url("../themes/gasfer/assets/img/header-bg-small.png");
}
header .smart-scroll .navbar-brand {
  padding-left: 140px;
}
header .smart-scroll .nav-item:last-child {
  padding-right: 140px;
}
header .scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
header .scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
header .navbar {
  padding: 10px 0 !important;
}
header .mr-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
header .nav-item .nav-link {
  color: #FFFFFF !important;
  padding-right: 33px !important;
}
header .nav-item .nav-link:hover,
header .nav-item .nav-link:focus {
  color: #FDC90B !important;
}
header .nav-item:last-child .nav-link {
  color: #FDC90B !important;
  padding-right: 0 !important;
}
header .nav-item {
  font-family: BarlowMedium, sans-serif;
  font-size: 20px;
}
header .landing {
  padding-right: 0;
  padding-left: 0;
}
header .landing .row {
  margin: 0;
}
header .landing img {
  margin-top: 70px;
  text-align: center;
  padding-left: 64px;
  max-width: 100%;
  height: auto;
}
header .landing h1 {
  margin-top: 160px;
  color: #FFFFFF;
  max-width: 680px;
  font-size: 58px;
  font-family: BarlowBold, sans-serif;
  margin-bottom: 30px;
}

header .landing h1 strong {
  color: #FDC90B;
}
header .landing p {
  color: #FFFFFF;
  font-size: 21px;
  font-family: BarlowRegular, sans-serif;
  max-width: 530px;
  margin-bottom: 40px;
}
header .landing a {
  color: #20201F;
  font-size: 17px;
  border: 1px solid #FDC90B;
  background: #FDC90B;
  max-width: 150px;
  border-radius: 10px;
  font-family: BarlowBold, sans-serif;
  letter-spacing: 0;
  padding: 15px 30px;
  text-decoration: none;
}
header .landing a:hover,
header .landing a:focus {
  background: #FDD954;
}
header .landing .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
header button:focus {
  /* outline: 1px dotted; */
  outline: 0 auto -webkit-focus-ring-color;
}
header .animated-icon1, header .animated-icon2, header .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header .animated-icon1 span, header .animated-icon2 span, header .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .animated-icon3 span {
  background: #FFFFFF !important;
}
header .animated-icon3 span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header .animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header .animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header .animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 8px;
}
header .animated-icon3.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
header .animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

body {
  background: #F5F5F5 0 0 no-repeat padding-box;
}
main .services {
  padding-left: 7.2916666667%;
  padding-right: 7.2916666667%;
}
main .services .main-head {
  text-align: center;
  margin: 0 auto;
}
main .services .main-head h1 {
  font-family: BarlowBold, sans-serif;
  font-size: 50px;
  color: #20201F;
  padding-top: 60px;
  margin-bottom: 30px;
}
main .services .main-head p {
  color: #6A6A69;
  font-size: 17px;
  font-family: BarlowRegular, sans-serif;
  width: 520px;
  max-width: 100%;
  margin: 0 auto;
}
main .services .container-fluid * {
  padding: 0;
  margin: 0;
}
main .services .container-fluid .col-xl {
  padding-right: 25px;
}
main .services .container-fluid .col-xl:last-child {
  padding-right: 0;
}
main .services .container-fluid .box {
  height: 78%;
  box-shadow: 0 2px 80px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  text-align: center;
  border-top: 10px solid #6A6A69;
  margin-top: 110px;
  transition: 0.1s ease;
}
main .services .container-fluid .box img {
  margin-bottom: 26px;
  padding-right: 100px;
  padding-left: 100px;
  padding-top: 40px;
}
main .services .container-fluid .box h2 {
  margin-bottom: 18px;
  color: #6A6A69;
  font-family: BarlowBold, sans-serif;
  font-size: 17px;
}
main .services .container-fluid .box h1 {
  margin-bottom: 18px;
  color: #20201F;
  font-size: 18px;
  font-family: BarlowExtraBold, sans-serif;
}
main .services .container-fluid .box p {
  padding: 0 10px 54px 10px;
  font-size: 19px;
  font-family: BarlowRegular, sans-serif;
  color: #707070;
}
@media (max-width: 768px) {
  main .services .container-fluid .box p {
    font-size: 16px;
  }
}
main .services .container-fluid .active {
  border-top: 10px solid #006699;
  transform: scale(1.1);
  transition: 0.1s ease;
  margin-right: 5px;
  margin-left: 5px;
}
main .services .apply {
  margin-top: 75px;
  text-align: center;
  margin-bottom: 100px;
}
main .services .apply a {
  font-family: BarlowBold, sans-serif;
  font-size: 17px;
  color: #F7F7F2;
  padding: 15px 30px;
  border: 1px solid #006699;
  background: #006699;
  border-radius: 10px;
  text-decoration: none;
}
main .services .apply a:hover,
main .services .apply a:focus {
  background: #1975A3;
}
main .contact {
  overflow: hidden;
  padding-left: 7.2916666667%;
  padding-right: 7.2916666667%;
  background: #005C8B;
}
main .contact * {
  margin: 0;
  padding: 0;
}
main .contact .third img {
  position: absolute;
  left: 417px;
  top: -78px;
}
main .contact .third h2 {
  margin-top: 75px;
  color: #a2e311;
  font-family: BarlowBold, sans-serif;
  font-size: 40px;
}
main .contact .third h1 {
  font-size: 78px;
  color: #FFFFFF;
  font-family: BarlowBold, sans-serif;
  margin-bottom: 90px;
}
main .contact .first,
main .contact .second {
  margin-top: 120px;
}
main .contact .first a:link, main .contact .first a:visited,
main .contact .second a:link,
main .contact .second a:visited {
  text-decoration: none !important;
}
main .contact .first {
  text-align: center;
}
main .contact .first a {
  color: #FFFFFF;
  font-size: 47px;
  font-family: BarlowBold, sans-serif;
  vertical-align: center;
  text-decoration: none !important;
}
main .contact .first img {
  padding-top: 0;
  width: 35px;
  height: auto;
  margin-top: -10px;
  margin-right: 15px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  main .contact .first img {
    width: 20px;
    margin-right: 10px;
  }
}
main .contact .second {
  margin-left: 80px;
}
main .contact .second a {
  font-size: 47px;
  font-family: BarlowBold, sans-serif;
  color: #FDC90B;
}
main .contact .second img {
  width: 35px;
  height: auto;
  margin-right: 13px;
}
@media (max-width: 768px) {
  main .contact .second img {
    width: 20px;
    margin-right: 10px;
  }
}
main .gallery {
  padding-left: 7.2916666667%;
  padding-right: 7.2916666667%;
  text-align: center;
}
main .gallery .main-head {
  margin: 0 auto 83px;
}
@media (max-width: 768px) {
  main .gallery .main-head {
    margin: 0 auto 40px;
  }
}
main .gallery .main-head h1 {
  font-family: BarlowBold, sans-serif;
  font-size: 47px;
  color: #20201F;
  padding-top: 123px;
  margin-bottom: 30px;
}
main .gallery .main-head p {
  position: static;
  color: #6A6A69;
  font-size: 17px;
  font-family: BarlowRegular, sans-serif;
  width: 520px;
  max-width: 100%;
  margin: 0 auto;
}
main .gallery * {
  margin: 0;
  padding: 0;
}
main .gallery .col-md-4 img {
  max-width: 100%;
  padding: 10px;
}
main .gallery .item {
  position: relative;
  max-width: 100%;
  height: auto;
}
main .gallery .item p {
  position: absolute;
  font-size: 47px;
  color: #FDC90B;
  font-family: BarlowBold, sans-serif;
  line-height: normal;
  opacity: 1;
  top: 50%;
  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, -50%);
  /* This is a shorthand of
                                          translateX(-50%) and translateY(-50%) */
  display: none;
}
main .gallery .layer {
  position: absolute;
  top: 10px;
  left: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  background: #000000;
  opacity: 0.45;
  border-radius: 10px;
  max-height: 100%;
  display: none;
}
main .gallery .item:hover .layer,
main .gallery .item:hover p {
  display: block;
}
main .main-contact {
  padding-left: 7.2916666667%;
  padding-right: 7.2916666667%;
}
main .main-contact .main-head {
  text-align: center;
  margin: 0 auto;
}
main .main-contact .main-head h1 {
  color: #20201F;
  font-family: BarlowBold, sans-serif;
  font-size: 47px;
  margin-top: 65px;
}
main .main-contact .main-head p {
  font-family: BarlowRegular, sans-serif;
  font-size: 17px;
  color: #6A6A69;
  width: 520px;
  max-width: 100%;
  margin: 0 auto;
}
main .main-contact .container-fluid .col-xl {
  padding-right: 15px;
}
main .main-contact .container-fluid .box-2 {
  position: relative;
  height: 75%;
  background: #FFFFFF 0 0 no-repeat padding-box;
  border-radius: 10px;
  text-align: center;
  margin-top: 110px;
  transition: 0.1s ease;
}
main .main-contact .container-fluid .box-2 .rectangle {
  width: 32px;
  height: 40px;
  background: #006699;
  position: absolute;
  right: 40px;
}
main .main-contact .container-fluid .box-2 .triangle {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 10px solid #006699;
  right: 40px;
  top: 40px;
  position: absolute;
}
main .main-contact .container-fluid .box-2 a {
  color: #20201F;
  font-size: 20px;
  font-family: BarlowRegular, sans-serif;
}
main .main-contact .container-fluid .box-2 a img {
  width: 16px;
  color: #006699;
  margin-right: 5px;
}
main .main-contact .container-fluid .box-2 h1 {
  color: #006699;
  font-size: 28px;
  font-family: BarlowBold, sans-serif;
  padding: 60px 10px 0 10px;
}
main .main-contact .container-fluid .box-2 h2 {
  color: #A7A7A7;
  font-size: 20px;
  font-family: BarlowRegular, sans-serif;
  margin-bottom: 23px;
}
main .main-contact .container-fluid .box-2 .mail-call:before {
  content: url("../themes/gasfer/assets/img/call-answer-blue.svg");
  margin-right: 5px;
}
main .main-contact .container-fluid .box-2 .telephone-call:before {
  content: url("../themes/gasfer/assets/img/email-blue.svg");
  margin-top: 10px;
  margin-right: 5px;
}
main .main-contact .container-fluid .active-2 {
  transform: scale(1.15);
  transition: 0.1s ease;
  border-radius: 10px;
  margin-right: 8px;
  margin-left: 8px;
  color: #FFFFFF;
  background: #006699;
}
main .main-contact .container-fluid .active-2 .triangle {
  border-top: 10px solid #FDC90B;
}
main .main-contact .container-fluid .active-2 .rectangle {
  background: #FDC90B;
}
main .main-contact .container-fluid .active-2 h1 {
  color: #FDC90B;
}
@media (max-width: 768px) {
  main .main-contact .container-fluid .active-2 h1 {
    font-size: 22px !important;
  }
}
main .main-contact .container-fluid .active-2 h2 {
  color: #FFFFFF;
}
main .main-contact .container-fluid .active-2 a {
  color: #FFFFFF;
  text-decoration: none;
}
main .main-contact .container-fluid .active-2 .mail-call:before {
  content: url("../themes/gasfer/assets/img/call-answer.svg");
  margin-right: 5px;
}
main .main-contact .container-fluid .active-2 .telephone-call:before {
  content: url("../themes/gasfer/assets/img/email-prefooter.svg");
  margin-top: 10px;
  margin-right: 5px;
}
main .pre-footer {
  margin-top: 120px;
  position: relative;
}
main .pre-footer .container-back img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  main .pre-footer .container-back img {
    display: none;
  }
}
main .pre-footer .container-back h1 {
  position: absolute;
  bottom: 0;
  right: 10px;
}
main .pre-footer .container-back a {
  color: #00669973;
  font-size: 36px;
  font-family: BarlowBold, sans-serif;
}
main .pre-footer .main-head {
  width: 100%;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  background: transparent linear-gradient(180deg, #F5F5F5 0%, #F7F7F7D5 77%, #FFFFFF00 100%) 0 0 no-repeat padding-box;
  background-size: cover;
  top: 13.5%;
  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, -50%);
  /* This is a shorthand of
                                          translateX(-50%) and translateY(-50%) */
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  main .pre-footer .main-head {
    background: initial;
    position: relative;
    margin-bottom: -120px;
  }
}
main .pre-footer .main-head h1 {
  color: #20201F;
  font-family: BarlowBold, sans-serif;
  font-size: 47px;
}
main .pre-footer .main-head p {
  font-family: BarlowRegular, sans-serif;
  font-size: 17px;
  color: #6A6A69;
  margin: 24px auto 45px;
  width: 520px;
  max-width: 100%;
}
main .pre-footer .main-head a {
  color: #F7F7F2;
  background: #006699;
  border: 1px solid #006699;
  border-radius: 10px;
  font-size: 17px;
  padding: 15px 37px;
  font-family: BarlowBold, sans-serif;
  height: 353px;
  text-decoration: none;
}
main .pre-footer .main-head a:hover,
main .pre-footer .main-head a:focus {
  background: #1975A3;
}

footer {
  background: #006699;
  padding-left: 7.2916666667%;
  padding-right: 7.2916666667%;
}
footer span {
  color: red;
}
footer .container-fluid img {
  padding-top: 110px;
  margin: 0 auto;
  text-align: center;
}
footer .container-fluid .col-md {
  text-align: center;
  margin: 0 auto;
}
footer .container-fluid h1 {
  color: #FDC90B;
  font-size: 22px;
  font-family: BarlowBold, sans-serif;
  padding-top: 40px;
}
footer .container-fluid p, footer .container-fluid a {
  color: #FFFFFF;
  font-size: 17px;
  font-family: BarlowRegular, sans-serif;
  margin-top: 16px;
  text-decoration: none;
}
footer .container-fluid .row:last-child {
  margin: 0 auto;
  text-align: center;
}
footer .container-fluid .row:last-child h1 {
  color: #FFFFFF;
  font-size: 16px;
  font-family: BarlowMedium, sans-serif;
  padding-bottom: 38px;
}

/*MEDIA*/
@media screen and (max-width: 1915px) {
  .main-contact {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .main-contact .box-2 h1 {
    padding: 60px 0 0 !important;
    font-size: 26px !important;
  }
  .main-contact .main-head {
    padding-left: 7.2916666667%;
    padding-right: 7.2916666667%;
  }
}
@media screen and (max-width: 1774px) {
  .contact {
    position: static;
  }
  .contact .third img {
    display: none;
  }

  .gallery {
    margin-top: 260px;
  }
}
@media screen and (max-width: 1730px) {
  .services .container-fluid .row:first-child {
    margin: 0 200px;
  }
  .services .container-fluid .col-xl:nth-child(3) {
    padding-right: 0;
  }
}
@media screen and (max-width: 1630px) {
  .main-contact .container-fluid .box-2 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1597px) {
  .gallery {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1870px) {
  .contact .container-fluid .row .third h2 {
    font-size: 30px;
  }
  .contact .container-fluid .row .third h1 {
    font-size: 68px;
  }
  .contact .container-fluid .row .first a,
.contact .container-fluid .row .second a {
    font-size: 37px;
  }
}
@media screen and (max-width: 1524px) {
  .services .container-fluid .col-xl:nth-child(3) {
    padding-right: 25px;
  }
}
@media screen and (max-width: 1482px) {
  .main-contact .container-fluid .row:first-child {
    display: block;
    margin: 0 300px;
  }
  .main-contact .container-fluid .box-2 {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 1400px) {
  .landing .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .landing .col-md-6 h1, .landing .col-md-6 p, .landing .col-md-6 a {
    max-width: 100%;
  }
  .landing .col-md-6 p {
    max-width: 60%;
    margin: 0 auto 50px;
    text-align: center;
  }
  .landing .col-md-6 img {
    display: none;
  }
}
@media screen and (max-width: 1376px) {
  .services .container-fluid .row {
    display: flex;
    flex-flow: column wrap;
  }
  .services .container-fluid .row .col-xl {
    padding-right: 0;
  }
  .services .container-fluid .row .col-xl .box {
    margin-top: 60px;
  }
  .services .container-fluid .row:first-child {
    margin: 0 200px;
  }
}
@media screen and (max-width: 1319px) {
  .main-contact .container-fluid .row:first-child {
    margin: 0 200px;
  }
}
@media screen and (max-width: 1565px) {
  .contact .container-fluid .row .third h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1565px) and (max-width: 768px) {
  .contact .container-fluid .row .third h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1565px) {
  .contact .container-fluid .row .third h1 {
    font-size: 53px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1565px) and (max-width: 768px) {
  .contact .container-fluid .row .third h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1565px) {
  .contact .container-fluid .row .first a,
.contact .container-fluid .row .second a {
    font-size: 27px;
  }
}
@media screen and (max-width: 1565px) and (max-width: 768px) {
  .contact .container-fluid .row .first a,
.contact .container-fluid .row .second a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1565px) {
  .contact .container-fluid .row .second {
    margin-left: 75px;
    padding-top: 0;
  }
}
@media screen and (max-width: 1368px) {
  footer .container-fluid .row {
    display: block !important;
  }
  footer .container-fluid .row .col-md h1 {
    padding-top: 40px;
  }
  footer .container-fluid .col-md-12 h1 {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1070px) {
  .main-contact .container-fluid .row:first-child {
    margin: 0 100px;
  }
}
@media screen and (max-width: 1252px) {
  .contact .container-fluid .row {
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    margin: 0 auto;
  }
  .contact .container-fluid .second {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 !important;
    text-align: center;
  }
  .contact .container-fluid .second a {
    margin: 0 auto !important;
  }
  .contact .container-fluid .third,
.contact .container-fluid .second,
.contact .container-fluid .first {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1150px) {
  .navbar {
    padding-top: 15px !important;
  }
  .navbar .navbar-brand {
    padding-left: 75px;
  }
  .navbar .navbar-brand img {
    width: 75%;
    height: auto;
  }
  .navbar .nav-item:last-child {
    padding-right: 75px !important;
  }

  .contact .container-fluid .row {
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    margin: 0 auto;
  }
  .contact .container-fluid .second {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 !important;
    text-align: center;
  }
  .contact .container-fluid .second a {
    margin: 0 auto !important;
  }
  .contact .container-fluid .third,
.contact .container-fluid .second,
.contact .container-fluid .first {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1032px) {
  .contact .container-fluid .row {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .box img {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  main .main-contact .main-head h1 {
    margin-top: 10px !important;
  }

  .main-head h1 {
    font-size: 40px !important;
    padding-top: 40px !important;
  }
  .main-head p {
    font-size: 15px !important;
  }

  header {
    padding-top: 15px;
  }
  header .navbar {
    padding: 10px !important;
  }
  header .navbar-brand {
    padding-left: 25px !important;
  }
  header .nav-item {
    border-bottom: 1px solid #ffffff;
  }
  header .nav-item:last-child {
    border-bottom: 1px solid #FDC90B !important;
  }
  header h1 {
    font-size: 32px !important;
  }
  header p {
    font-size: 18px !important;
  }
  header .landing a {
    font-size: 15px !important;
  }

  .landing .col-md-6 h1 {
    margin-top: 90px;
  }

  .pre-footer .main-head p {
    padding: 0 10px;
    margin-bottom: 18px !important;
  }
  .pre-footer .main-head a {
    font-size: 13px !important;
    padding: 10px 25px !important;
  }

  footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  footer .col-md img {
    width: 85% !important;
  }
  footer .col-md h1 {
    font-size: 20px !important;
  }
  footer .col-md p {
    font-size: 15px;
  }
  footer .col-md-12 {
    padding: 0 !important;
  }
}
@media screen and (max-width: 942px) {
  .services .container-fluid .row:first-child {
    margin: 0 100px;
  }
}
@media screen and (max-width: 850px) {
  .gallery .container-fluid .row {
    display: inline-block;
  }
  .gallery .container-fluid .row .col-md-4 {
    max-width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .container-back h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 650px) {
  .pre-footer .container-back h1 {
    display: none;
  }

  .main-contact .container-fluid .row:first-child {
    margin: 0 50px;
  }

  .services .container-fluid .row:first-child {
    margin: 0 50px;
  }
}
@media screen and (max-width: 559px) {
  header .col-md-6 p {
    font-size: 18px;
  }
  header .col-md-6 h1 {
    font-size: 52px;
  }
  header .col-md-6 a {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .services .container-fluid .row:first-child {
    margin: 0 auto;
  }

  .main-contact .container-fluid .row:first-child {
    margin: 0 auto;
  }

  header .navbar-brand {
    margin-right: 0 !important;
    padding-left: 5px !important;
  }
  header .navbar-brand img {
    width: 50% !important;
    height: auto;
  }
}
section.shop {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 7.2916666667%;
}
@media (max-width: 768px) {
  section.shop {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  section.shop .col-md-6:last-of-type {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  section.shop .col-md-6:last-of-type {
    margin-top: 40px;
  }
}
section.shop h1 {
  font-family: BarlowBold, sans-serif;
  font-size: 47px;
  color: #20201F;
  padding-top: 40px;
  margin-bottom: 30px;
}
section.shop h3 {
  font-family: BarlowRegular, sans-serif;
  margin-bottom: 20px;
}
section.shop ul {
  list-style-type: none;
}
section.shop ul li:before {
  content: "";
  left: -20px;
  position: absolute;
  top: 10px;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #006699;
}
section.shop li, section.shop p {
  font-family: BarlowRegular, sans-serif;
  max-width: 550px;
  position: relative;
  font-size: 18px;
}
@media (max-width: 768px) {
  section.shop li, section.shop p {
    font-size: 15px;
  }
}
section.shop img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.shop a {
  font-family: BarlowBold, sans-serif;
  font-size: 17px;
  color: #F7F7F2;
  padding: 15px 30px;
  border: 1px solid #006699;
  background: #006699;
  border-radius: 10px;
  margin-top: 10px;
  text-decoration: none;
  display: inline-block;
}
section.shop a:hover {
  background: #1975A3;
}

span.zoom {
  display: block;
  width: 33%;
  height: auto;
  position: absolute;
  top: 25%;
  right: calc(7.2916666667% + 15px);
}
@media (max-width: 768px) {
  span.zoom {
    display: none;
  }
}
span.zoom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 4px solid #006699;
}

section.tech {
  padding-left: 7.2916666667%;
  padding-right: 7.2916666667%;
}
section.tech h1 {
  font-family: BarlowBold, sans-serif;
  font-size: 50px;
  color: #20201F;
  padding-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}
section.tech p {
  color: #6A6A69;
  font-size: 17px;
  font-family: BarlowRegular, sans-serif;
  width: 820px;
  max-width: 100%;
  margin: 0 auto 80px;
  text-align: center;
}
section.tech img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.tech .desc {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 20%;
  background: #005C8B;
  color: #FDC90B;
  font-family: BarlowBold, sans-serif;
  font-size: 24px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  border-top: 3px solid #fff;
  opacity: 0.9;
}

section.cacoen-container {
  max-height: 800px;
  width: 100%;
  position: relative;
}
section.cacoen-container img {
  object-fit: cover;
  max-height: 800px;
  width: 100%;
}
section.cacoen-container .info {
  position: absolute;
  top: 20px;
  background: #005C8B;
  color: #FDC90B;
  width: auto;
  z-index: 999;
  font-family: BarlowBold, sans-serif;
  padding: 10px;
  font-size: 20px;
  text-transform: uppercase;
}
section.cacoen-container .pre {
  left: 20px;
}
section.cacoen-container .aft {
  right: 20px;
}

.ref .item {
  height: 100% !important;
  width: 100%;
}
.ref img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.zelena {
  padding-top: 60px;
}

.contact-container p {
  color: #fff;
  font-size: 18px;
  font-family: BarlowRegular, sans-serif;
}
.contact-container p span {
  font-family: BarlowBold, sans-serif;
  color: #a2e311;
}
.contact-container .col-md-5 {
  margin-left: 6% !important;
}
.contact-container a {
  display: inline-block;
  font-family: BarlowBold, sans-serif;
  color: #a2e311;
  text-transform: uppercase;
}

@media (max-width: 768px) {
    section.tech .desc {
        height: auto;
        font-size: 16px;
        padding: 10px 15px;
    }
    
    section.tech .col-md-6:last-of-type {
        margin-top: 30px;
    }
    
    .contact-container .col-md-5 {
        margin-left: initial !important;    
    }
    
    main .contact .third h2 {
        margin-top: 0;    
    }
    
    main .contact {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    section.cacoen-container .info {
        top: 5px;
        right: 5px;
        font-size: 14px;    
    }
    
    .ref .col-lg-6 {
        margin-bottom: 20px;
    }
    
    main .gallery .item p {
        font-size: 18px;    
    }
    
    section.shop {
        margin-bottom: 60px;    
    }
    
    .cocoen {
        margin-bottom: 25px;    
    }
    
    section.tech p {
        margin: 0 auto 40px;
        font-size: 15px;
    }
    
    section.tech h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    
    section.shop h1 {
        font-size: 40px;    
    }
    
    footer .container-fluid img {
        padding-top: 60px;    
    }
}

/*# sourceMappingURL=main.css.map */
