@charset "UTF-8";
html {
  scroll-behavior: smooth; }

/**PRELOADER**/
:root {
  --hue: 223;
  --sat: 90%;
  --bg: hsl(var(--hue), var(--sat), 90%);
  --fg: hsl(var(--hue), var(--sat), 10%);
  --bar-light-t: 60%;
  --bar-light-l: 50%;
  --bar-light-r: 40%;
  --bar-a-hue: 223;
  --bar-a-t: hsl(var(--bar-a-hue), var(--sat), var(--bar-light-t));
  --bar-a-l: hsl(var(--bar-a-hue), var(--sat), var(--bar-light-l));
  --bar-a-r: hsl(var(--bar-a-hue), var(--sat), var(--bar-light-r));
  --bar-b-hue: 253;
  --bar-b-t: hsl(var(--bar-b-hue), var(--sat), var(--bar-light-t));
  --bar-b-l: hsl(var(--bar-b-hue), var(--sat), var(--bar-light-l));
  --bar-b-r: hsl(var(--bar-b-hue), var(--sat), var(--bar-light-r));
  --bar-c-hue: 283;
  --bar-c-t: hsl(var(--bar-c-hue), var(--sat), var(--bar-light-t));
  --bar-c-l: hsl(var(--bar-c-hue), var(--sat), var(--bar-light-l));
  --bar-c-r: hsl(var(--bar-c-hue), var(--sat), var(--bar-light-r));
  --bar-d-hue: 313;
  --bar-d-t: hsl(var(--bar-d-hue), var(--sat), var(--bar-light-t));
  --bar-d-l: hsl(var(--bar-d-hue), var(--sat), var(--bar-light-l));
  --bar-d-r: hsl(var(--bar-d-hue), var(--sat), var(--bar-light-r));
  --bar-shadow-op: 0.4;
  --trans-dur: 0.3s; }

.slick-prev,
.slick-next {
  color: red !important; }

.lb-data .lb-details {
  display: none; }

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
  opacity: 1; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ul li {
  margin: 0;
  padding: 0; }

.slick-arrow {
  position: absolute;
  cursor: pointer;
  font-size: 30px;
  color: #f07b26; }

.slick-arrow:nth-of-type(1) {
  top: 50%;
  left: 3px;
  transform: translate(-50%, 0);
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .slick-arrow:nth-of-type(1) {
      left: -15px; } }
  @media screen and (min-width: 992px) {
    .slick-arrow:nth-of-type(1) {
      left: -30px; } }

.slick-arrow:nth-of-type(2) {
  top: 50%;
  right: -27px;
  transform: translate(-50%, 0); }
  @media screen and (min-width: 768px) {
    .slick-arrow:nth-of-type(2) {
      right: -45px; } }
  @media screen and (min-width: 992px) {
    .slick-arrow:nth-of-type(2) {
      right: -59px; } }

.slick-disabled {
  display: none !important;
  pointer-events: none; }

/* button NASA PONUDA */
.button-1 {
  background-color: #f07b26;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  transition: all 0.5s; }

.button-1:hover,
.button-1:focus {
  background-color: #bc570d;
  color: white;
  transition: all 0.5s; }

.no-scroll {
  overflow: hidden; }

.preloaderLoading {
  display: block;
  margin-top: -200px;
  background-color: white;
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 200%; }
  .preloaderLoading img {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .preloaderLoading .loader {
    z-index: 9999;
    position: fixed;
    top: 55%;
    left: 50%;
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #FFC20E;
    --_m:
      conic-gradient(#0000 10%, #000),
      linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear; }
@keyframes l3 {
  to {
    transform: rotate(1turn); } }
body {
  font-family: "Arimo", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden; }

.title {
  position: relative;
  color: #f07b26;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize; }
  .title:before {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb; }

.layout_padding {
  padding: 51px 0 0 0; }
  @media screen and (min-width: 768px) {
    .layout_padding {
      padding: 90px 0 90px 0; } }

.layout_padding2 {
  padding: 75px 0; }

.layout_padding2-top {
  padding-top: 75px; }

.layout_padding2-bottom {
  padding-bottom: 75px; }

.layout_padding-top {
  padding-top: 90px; }

.layout_padding-bottom {
  padding-bottom: 90px; }

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 35px; }
  .heading_container.heading_center {
    align-items: center;
    text-align: center; }
  .heading_container p {
    font-size: 18px; }
  @media screen and (min-width: 1200px) {
    .heading_container h2 {
      font-size: 50px; } }

a,
a:hover,
a:focus {
  text-decoration: none; }

a:hover,
a:focus {
  color: initial; }

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none; }

/*PLUZNIKOV POZADINA*/
.pluznikovBckg {
  padding: 0 0 20px 0; }

/*header section*/
.hero_area {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column; }

.sub_page .hero_area {
  height: auto; }
.sub_page .header_section {
  margin-top: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); }

.header_section .header_bottom {
  background-color: #ffffff;
  padding: 4px 0; }
  .header_section .header_bottom .container-fluid {
    padding-right: 25px;
    padding-left: 25px; }

.navbar-brand img {
  width: 125px; }

.custom_nav-container {
  padding: 0; }
  .custom_nav-container .navbar-nav {
    margin: auto; }
    .custom_nav-container .navbar-nav .nav-item .nav-link {
      padding: 5px 25px;
      color: #000000;
      text-align: center;
      text-transform: uppercase;
      border-radius: 5px;
      transition: all 0.3s; }
      @media screen and (min-width: 992px) {
        .custom_nav-container .navbar-nav .nav-item .nav-link {
          padding: 5px 12px; } }
      @media screen and (min-width: 1200px) {
        .custom_nav-container .navbar-nav .nav-item .nav-link {
          padding: 5px 25px; } }
    .custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
      color: #ffffff;
      background-color: #000000; }

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000; }
  .custom_nav-container .nav_search-btn:hover {
    color: #000000; }

.custom_nav-container .navbar-toggler {
  outline: none; }

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s; }
  .custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #000000;
    margin: 7px 0;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s; }
    .custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
      content: "";
      position: absolute;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #000000;
      top: -10px;
      border-radius: 5px;
      transition: all 0.3s; }
    .custom_nav-container .navbar-toggler span::after {
      top: 10px; }
  .custom_nav-container .navbar-toggler[aria-expanded="true"] {
    transform: rotate(360deg); }
    .custom_nav-container .navbar-toggler[aria-expanded="true"] span {
      transform: rotate(45deg); }
      .custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
        transform: rotate(90deg);
        top: 0; }
    .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
      transform: rotate(45deg);
      margin: 0;
      margin-bottom: -4px; }
    .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
      display: none; }
    .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
      transform: rotate(-45deg);
      margin: 0;
      margin-top: -4px; }
  .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
  .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
  .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
    transform: none; }

.quote_btn-container {
  display: flex;
  align-items: center; }
  .quote_btn-container a {
    color: #000000;
    text-transform: uppercase; }
    .quote_btn-container a span {
      margin-left: 5px; }
    .quote_btn-container a:hover {
      color: #252525; }
  .quote_btn-container .quote_btn {
    display: inline-block;
    padding: 5px 25px;
    background-color: #f07b26;
    color: #ffffff;
    border-radius: 5px;
    transition: all 0.3s;
    border: none; }
    .quote_btn-container .quote_btn:hover {
      background-color: #bc570d; }

.share-wrap-laguage {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 992px) {
    .share-wrap-laguage {
      width: auto; } }
  .share-wrap-laguage ul {
    display: flex;
    width: 100px; }
    @media screen and (min-width: 992px) {
      .share-wrap-laguage ul {
        width: 65px; } }
    .share-wrap-laguage ul li {
      margin: 0 6px;
      text-align: center; }
      .share-wrap-laguage ul li a {
        position: relative;
        top: 6px; }
        .share-wrap-laguage ul li a span {
          text-align: center;
          color: black;
          text-decoration: none;
          font-size: 9px;
          position: relative;
          top: -10px;
          text-transform: uppercase; }

/*end header section*/
/* slider section */
.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.31)), url(../images/slider-bg-mob.jpg);
  background-size: cover; }
  @media screen and (min-width: 992px) {
    .slider_section {
      background: linear-gradient(to top, rgba(0, 0, 0, 0.3), black), url(https://images.pexels.com/photos/15229728/pexels-photo-15229728/free-photo-of-beehives-between-lavender-and-sunflowers-fields.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
      background-size: cover; } }
  .slider_section .dot_design {
    position: absolute;
    width: 450px;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
    z-index: 1; }
    .slider_section .dot_design img {
      width: 100%; }
  .slider_section .row {
    align-items: center; }
  .slider_section #customCarousel1 {
    width: 100%;
    position: unset; }
  .slider_section .detail-box {
    text-align: center;
    color: #252525; }
    .slider_section .detail-box h1 {
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 0;
      color: #ffffff;
      font-size: 37px; }
      @media screen and (min-width: 768px) {
        .slider_section .detail-box h1 {
          font-size: 45px; } }
      @media screen and (min-width: 992px) {
        .slider_section .detail-box h1 {
          font-size: 65px; } }
    .slider_section .detail-box p {
      text-transform: uppercase;
      font-size: 16px;
      color: #f7f5f5; }
      @media screen and (min-width: 768px) {
        .slider_section .detail-box p {
          font-size: 18px; } }
      @media screen and (min-width: 992px) {
        .slider_section .detail-box p {
          font-size: 20px; } }
    .slider_section .detail-box .btn-box {
      align-items: center;
      justify-content: center;
      display: flex;
      margin: 0 -5px;
      margin-top: 45px; }
      .slider_section .detail-box .btn-box a {
        margin: 5px;
        text-align: center;
        width: 165px; }
      .slider_section .detail-box .btn-box .btn1 {
        display: inline-block;
        padding: 10px 15px;
        background-color: #f07b26;
        color: #ffffff;
        border-radius: 0;
        transition: all 0.3s;
        border: none; }
        .slider_section .detail-box .btn-box .btn1:hover {
          background-color: #bc570d; }
      .slider_section .detail-box .btn-box .btn2 {
        display: inline-block;
        padding: 10px 15px;
        background-color: #000000;
        color: #ffffff;
        border-radius: 0;
        transition: all 0.3s;
        border: none; }
        .slider_section .detail-box .btn-box .btn2:hover {
          background-color: black; }
  .slider_section .img-box img {
    width: 100%; }
  .slider_section .carousel-indicators {
    position: unset;
    margin: 0;
    justify-content: center;
    align-items: center;
    margin-top: 45px; }
    .slider_section .carousel-indicators li {
      background-color: #ffffff;
      width: 15px;
      height: 15px;
      border-radius: 100%;
      opacity: 1; }
      .slider_section .carousel-indicators li.active {
        width: 23px;
        height: 23px;
        background-color: #f07b26; }

.service_section {
  position: relative; }
  .service_section .heading_container h2 {
    text-transform: none; }
  .service_section .service_container {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
    padding: 44px 0px;
    margin: 0 0px; }
    @media screen and (min-width: 768px) {
      .service_section .service_container {
        padding: 45px 15px;
        margin: 0 25px; } }
  .service_section .box {
    margin-top: 45px;
    border-top: solid 3px #f07b26;
    border-bottom: solid 4px #f07b26;
    border-left: solid 1px #f07b26;
    border-right: solid 1px #f07b26;
    border: solid-top;
    margin-top: 45px;
    height: 510px;
    margin: 10px;
    position: relative;
    border-radius: 26px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
    padding: 30px 10px 10px 10px; }
    .service_section .box .img-box {
      height: 90px;
      display: flex;
      justify-content: center; }
      .service_section .box .img-box img {
        height: 100%;
        filter: brightness(0);
        transition: all 0.3s;
        display: flex; }
    .service_section .box .detail-box {
      margin-top: 15px;
      text-align: center; }
      .service_section .box .detail-box h5 {
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 7px; }
      .service_section .box .detail-box ul {
        list-style-type: none;
        margin: 17px 0px 19px 0px; }
      .service_section .box .detail-box ul li {
        margin: 10px 0 0 0; }
      .service_section .box .detail-box a {
        font-weight: 600;
        transform: translate(-50%);
        font-weight: 600;
        position: absolute;
        bottom: 24px;
        left: 50%; }
    .service_section .box:hover .img-box img {
      filter: brightness(1); }

.about-section {
  position: relative;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .about-section {
      padding: 50px 0px; } }
  .about-section .content-column {
    position: relative;
    margin-bottom: 40px; }
    .about-section .content-column .inner-column {
      position: relative;
      padding-right: 0px; }
      @media screen and (min-width: 768px) {
        .about-section .content-column .inner-column {
          padding-right: 100px; } }
    .about-section .content-column .text {
      position: relative;
      color: #0c0c0c;
      font-size: 15px;
      line-height: 2em;
      margin-bottom: 40px; }
    .about-section .content-column .email {
      position: relative;
      color: #252525;
      font-weight: 700;
      margin-bottom: 50px; }
  .about-section .image-column {
    position: relative;
    margin-bottom: 50px; }
    .about-section .image-column .inner-column {
      position: relative;
      padding: 40px 40px 0px 0px;
      margin-left: 50px; }
      .about-section .image-column .inner-column:after {
        position: absolute;
        content: "";
        right: 0px;
        top: 0px;
        left: 40px;
        bottom: 100px;
        z-index: -1;
        border: 2px solid #f07b26; }
      .about-section .image-column .inner-column .image {
        position: relative; }
        .about-section .image-column .inner-column .image:before {
          position: absolute;
          content: "";
          left: -50px;
          bottom: -50px;
          width: 299px;
          height: 299px;
          background: url(img/pattern-2.png) no-repeat; }
        .about-section .image-column .inner-column .image img {
          position: relative;
          width: 100%;
          display: block; }
        .about-section .image-column .inner-column .image .overlay-box {
          position: absolute;
          background-color: rgba(0, 0, 0, 0.274);
          left: 40px;
          bottom: 48px; }
          .about-section .image-column .inner-column .image .overlay-box .year-box {
            position: relative;
            color: #ffffff;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.4em;
            padding-left: 125px; }
            .about-section .image-column .inner-column .image .overlay-box .year-box .number {
              position: absolute;
              left: 0px;
              top: 0px;
              width: 110px;
              height: 110px;
              color: #f07b26;
              font-size: 68px;
              font-weight: 700;
              line-height: 105px;
              text-align: center;
              background-color: #ffffff;
              border: 1px solid #000000; }
        .about-section .image-column .inner-column .image .logoImageAbsolute {
          position: absolute;
          width: 50px;
          height: 50px;
          bottom: 10px;
          left: 10px; }
  .about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #f07b26; }
    .about-section .btn-style-three:before {
      position: absolute;
      content: "";
      left: 10px;
      top: 10px;
      z-index: -1;
      right: -10px;
      bottom: -10px;
      background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat; }
    .about-section .btn-style-three:hover {
      color: #ffffff;
      background: #d7a449; }

.about_section .img-box {
  position: relative; }
  .about_section .img-box .logoImageAbsolute {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 10px;
    left: 10px; }
    @media screen and (min-width: 992px) {
      .about_section .img-box .logoImageAbsolute {
        width: 100px;
        height: 100px; } }

.sec-title2 {
  color: #fff; }

.sec-title {
  position: relative;
  padding-bottom: 40px; }

.main_gallery {
  padding: 0 0 60px 0;
  margin: 0 auto; }
  .main_gallery .slick-current {
    transform: scale(1.2);
    padding: 0 10px; }
  .main_gallery .slick-slide {
    padding: 17px; }
  .main_gallery .galleryTitle {
    text-align: center;
    padding: 0 0 20px 0; }

.client_section {
  padding: 20px 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(../images/client-bg.jpg);
  background-size: cover;
  background-attachment: fixed; }
  .client_section .heading_container {
    margin-bottom: 45px;
    color: #ffffff; }
    .client_section .heading_container h2 {
      text-transform: uppercase;
      margin: 0; }
  .client_section .box {
    display: flex; }
    .client_section .box .img-box {
      width: 125px;
      height: 125px;
      min-width: 125px;
      border-radius: 30px;
      overflow: hidden;
      margin-right: -65px;
      margin-top: 15px;
      position: relative; }
      .client_section .box .img-box img {
        width: 100%; }
    .client_section .box .client_info {
      display: flex;
      justify-content: space-between; }
      .client_section .box .client_info .client_name h5 {
        font-weight: bold;
        color: #252525;
        margin-bottom: 0;
        text-transform: uppercase; }
      .client_section .box .client_info .client_name h6 {
        margin-bottom: 0;
        color: #f07b26;
        font-weight: normal;
        font-size: 15px;
        text-transform: uppercase; }
      .client_section .box .client_info i {
        font-size: 24px;
        color: #f07b26; }
    .client_section .box p {
      margin-top: 25px; }
    .client_section .box .detail-box {
      background-color: #ffffff;
      padding: 72px 29px 45px 30px; }
      @media screen and (min-width: 481px) {
        .client_section .box .detail-box {
          padding: 59px 45px 45px 85px; } }
      @media screen and (min-width: 992px) {
        .client_section .box .detail-box {
          padding: 45px 45px 45px 85px; } }
  .client_section .carousel-indicators {
    position: unset;
    margin: 0;
    justify-content: center;
    align-items: center;
    margin-top: 57px; }
    .client_section .carousel-indicators li {
      background-color: #f07b26;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      opacity: 1; }
      .client_section .carousel-indicators li.active {
        width: 20px;
        height: 20px;
        background-color: #ffffff; }

.why_us_section .why_us_container .box {
  display: flex;
  align-items: flex-start;
  margin-top: 45px; }
  .why_us_section .why_us_container .box .img-box {
    background-color: #f07b26;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    min-width: 175px;
    height: 125px;
    margin-right: 25px;
    padding-right: 25px;
    clip-path: polygon(0 0, 85% 0, 85% 35%, 100% 50%, 85% 65%, 85% 100%, 0 100%);
    transition: all 0.3s; }
    .why_us_section .why_us_container .box .img-box img {
      width: 45px; }
  .why_us_section .why_us_container .box .detail-box h5 {
    font-weight: bold; }
  .why_us_section .why_us_container .box:hover .img-box {
    background-color: #252525; }

.contact-section {
  /*  obaveštenje za slanje poruke*/
  /* Green */
  /* Red */ }
  .contact-section .containerForm {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 0;
    background-color: #fafafa;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 768px) {
      .contact-section .containerForm {
        padding: 2rem; } }
    .contact-section .containerForm .form {
      width: 100%;
      max-width: 820px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
      z-index: 1000;
      overflow: hidden;
      display: grid;
      grid-template-columns: repeat(2, 1fr); }
    .contact-section .containerForm .contact-form {
      background-color: #ffd9be;
      position: relative;
      margin-top: 40px; }
      @media screen and (min-width: 768px) {
        .contact-section .containerForm .contact-form {
          margin-top: 0; } }
    .contact-section .containerForm .circle {
      border-radius: 50%;
      background: linear-gradient(135deg, transparent 20%, #d95507);
      position: absolute; }
      .contact-section .containerForm .circle.one {
        width: 130px;
        height: 130px;
        top: 130px;
        right: -40px; }
      .contact-section .containerForm .circle.two {
        width: 80px;
        height: 80px;
        top: 10px;
        right: 30px; }
    .contact-section .containerForm .contact-form:before {
      content: "";
      position: absolute;
      width: 26px;
      height: 26px;
      background-color: #ff6b00;
      transform: rotate(45deg);
      top: 50px;
      left: -13px; }
    .contact-section .containerForm form {
      padding: 2.3rem 2.2rem;
      z-index: 10;
      overflow: hidden;
      position: relative; }
      .contact-section .containerForm form .formTitle {
        color: black;
        font-weight: 500;
        font-size: 1.5rem;
        line-height: 1;
        margin-bottom: 0.7rem; }
    .contact-section .containerForm .input-container {
      position: relative;
      margin: 1rem 0; }
    .contact-section .containerForm .input {
      width: 100%;
      outline: none;
      border: 2px solid black;
      background: none;
      padding: 0.6rem 1.2rem;
      color: black;
      font-weight: 500;
      font-size: 0.95rem;
      letter-spacing: 0.5px;
      border-radius: 5px;
      transition: 0.3s; }
    .contact-section .containerForm textarea.input {
      padding: 0.8rem 1.2rem;
      min-height: 150px;
      border-radius: 5px;
      resize: none;
      overflow-y: auto; }
    .contact-section .containerForm .input-container label {
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%);
      padding: 0 0.4rem;
      color: #fafafa;
      font-size: 0.9rem;
      font-weight: 400;
      pointer-events: none;
      z-index: 1000;
      transition: 0.5s; }
    .contact-section .containerForm .input-container.textarea label {
      top: 1rem;
      transform: translateY(0); }
    .contact-section .containerForm .btn {
      padding: 0.6rem 1.3rem;
      background-color: #fff;
      border: 2px solid #fafafa;
      font-size: 0.95rem;
      color: #d95507;
      line-height: 1;
      border-radius: 5px;
      outline: none;
      cursor: pointer;
      transition: 0.3s;
      margin: 0;
      width: 100%; }
      .contact-section .containerForm .btn:hover {
        background-color: transparent;
        color: black; }
    .contact-section .containerForm .input-container span {
      position: absolute;
      top: 0;
      left: 25px;
      transform: translateY(-50%);
      font-size: 0.8rem;
      padding: 0 0.4rem;
      color: transparent;
      pointer-events: none;
      z-index: 500; }
      .contact-section .containerForm .input-container span:before, .contact-section .containerForm .input-container span:after {
        content: "";
        position: absolute;
        width: 10%;
        opacity: 0;
        transition: 0.3s;
        height: 5px;
        background-color: #1abc9c;
        top: 50%;
        transform: translateY(-50%); }
      .contact-section .containerForm .input-container span:before {
        left: 50%; }
      .contact-section .containerForm .input-container span:after {
        right: 50%; }
    .contact-section .containerForm .input-container.focus label {
      top: 0;
      transform: translateY(-50%);
      left: 25px;
      font-size: 0.8rem; }
    .contact-section .containerForm .input-container.focus span:before, .contact-section .containerForm .input-container.focus span:after {
      width: 50%;
      opacity: 1; }
    .contact-section .containerForm .contact-info {
      padding: 2.3rem 2.2rem;
      position: relative; }
      .contact-section .containerForm .contact-info .formTitle {
        color: black; }
    .contact-section .containerForm .text {
      color: #333;
      margin: 1.5rem 0 2rem 0; }
    .contact-section .containerForm .information {
      display: flex;
      color: #000000;
      margin: 0.7rem 0;
      align-items: center;
      font-size: 0.95rem; }
      .contact-section .containerForm .information a {
        color: #000000; }
      .contact-section .containerForm .information i {
        color: #ff6b00; }
      .contact-section .containerForm .information p {
        margin: 0; }
    .contact-section .containerForm .icon {
      width: 28px;
      margin-right: 0.7rem; }
    .contact-section .containerForm .social-media {
      padding: 2rem 0 0 0; }
      .contact-section .containerForm .social-media p {
        color: #333; }
    .contact-section .containerForm .social-icons {
      display: flex;
      margin-top: 0.5rem; }
      .contact-section .containerForm .social-icons a {
        width: 35px;
        height: 35px;
        border-radius: 5px;
        background: linear-gradient(45deg, #8f4a00, #ff6b00);
        color: #fff;
        text-align: center;
        line-height: 35px;
        margin-right: 0.5rem;
        transition: 0.3s; }
        .contact-section .containerForm .social-icons a:hover {
          transform: scale(1.05); }
    .contact-section .containerForm .contact-info:before {
      content: "";
      position: absolute;
      width: 110px;
      height: 100px;
      border: 22px solid #ff6b00;
      border-radius: 50%;
      bottom: -77px;
      right: 50px;
      opacity: 0.3; }
    .contact-section .containerForm .big-circle {
      position: absolute;
      width: 500px;
      height: 500px;
      border-radius: 50%;
      background: linear-gradient(to bottom, #f07b26, #e5bc9e);
      bottom: 50%;
      right: 50%;
      transform: translate(-40%, 38%); }
      .contact-section .containerForm .big-circle:after {
        content: "";
        position: absolute;
        width: 360px;
        height: 360px;
        background-color: #fafafa;
        border-radius: 50%;
        top: calc(50% - 180px);
        left: calc(50% - 180px); }
    .contact-section .containerForm .square {
      position: absolute;
      height: 400px;
      top: 50%;
      left: 50%;
      transform: translate(181%, 11%);
      opacity: 0.2; }
    @media (max-width: 850px) {
      .contact-section .containerForm .form {
        grid-template-columns: 1fr; }
      .contact-section .containerForm .contact-info:before {
        bottom: initial;
        top: -75px;
        right: 65px;
        transform: scale(0.95); }
      .contact-section .containerForm .contact-form:before {
        top: -13px;
        left: initial;
        right: 70px; }
      .contact-section .containerForm .square {
        transform: translate(140%, 43%);
        height: 350px; }
      .contact-section .containerForm .big-circle {
        bottom: 75%;
        transform: scale(0.9) translate(-40%, 30%);
        right: 50%; }
      .contact-section .containerForm .text {
        margin: 1rem 0 1.5rem 0; }
      .contact-section .containerForm .social-media {
        padding: 1.5rem 0 0 0; } }
    @media (max-width: 480px) {
      .contact-section .containerForm .container {
        padding: 1.5rem; }
      .contact-section .containerForm .contact-info:before,
      .contact-section .containerForm .square,
      .contact-section .containerForm .big-circle {
        display: none; }
      .contact-section .containerForm form,
      .contact-section .containerForm .contact-info {
        padding: 1.7rem 1.6rem;
        grid-row: 2; }
      .contact-section .containerForm .text,
      .contact-section .containerForm .information,
      .contact-section .containerForm .social-media p {
        font-size: 16px; }
      .contact-section .containerForm .formTitle {
        font-size: 30px; }
      .contact-section .containerForm .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px; }
      .contact-section .containerForm .icon {
        width: 23px; }
      .contact-section .containerForm .input,
      .contact-section .containerForm .btn {
        padding: 0.45rem 1.2rem; } }
  .contact-section .alert {
    width: 300px;
    padding: 30px 0;
    background-color: #f44336;
    /* Red */
    color: white;
    margin-bottom: 15px;
    display: none;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; }
  .contact-section .alert.success {
    background-color: #4CAF50; }
  .contact-section .alert.error {
    background-color: #f44336; }
  .contact-section .closebtn {
    color: white;
    font-weight: bold;
    position: absolute;
    top: -9px;
    right: 13px;
    font-size: 41px;
    cursor: pointer;
    transition: 0.3s; }
  .contact-section .closebtn:hover {
    color: black; }

/*Single product*/
.singleProduct {
  padding: 21px 0 29px 0; }
  @media screen and (min-width: 992px) {
    .singleProduct {
      padding: 50px 0 50px 0; } }
  .singleProduct .carousel {
    background-color: #cdcdcd;
    padding: 20px;
    box-shadow: 2px -1px 8px 0px #6562627a; }
  .singleProduct .carousel-inner > .active {
    height: 550px;
    display: flex;
    justify-content: center; }
  .singleProduct h1 {
    padding: 30px 0 20px 0;
    font-size: 30px; }
    @media screen and (min-width: 992px) {
      .singleProduct h1 {
        padding: 0 0 20px 0;
        font-size: 2.5rem; } }
  .singleProduct h3 {
    padding: 20px 0 20px 0; }
  .singleProduct .row:nth-of-type(2) .col-lg-12 {
    padding-top: 0px; }
    @media screen and (min-width: 992px) {
      .singleProduct .row:nth-of-type(2) .col-lg-12 {
        padding-top: 30px; } }

/*END Single product*/
/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
  padding: 10px 0 10px 0;
  box-shadow: 0px 3px 10px black; }
  .footer_section p {
    color: #252525;
    padding: 8px 0;
    margin: 0;
    font-size: 13px; }
  .footer_section a {
    color: inherit; }
    .footer_section a img {
      width: 140px; }

/*# sourceMappingURL=style.css.map */
