

.nav-link {
    color: #000;
  }
  
  .nav-link:hover {
    color: #2a9cdd;
  }

  .owl-carousel a{
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;

  }

  /* buttons */

.theme-btn-one  {
    color: #fff;
    text-align: center;
    box-shadow: 0px 15px 20px 0px rgba(253, 180, 103, 0.137);
    background: #3871c1;
  }
  
  .theme-btn-one:hover {
    background: transparent;
    border: 1px solid #3871c1;
    color: #000;
  }
  
  
  .theme-btn-two {
    color: #fff;
    text-align: center;
    box-shadow: 0px 15px 20px 0px rgba(253, 180, 103, 0.137);
    background: #f15b05;
  }
  
  .theme-btn-two:hover {
    background: transparent;
    border: 1px solid #f15b05;
    color: #000;
  }
  
  .theme-btn-third {
    color: #fff;
    text-align: center;
    box-shadow: 0px 15px 20px 0px rgba(253, 180, 103, 0.137);
    background: #f15b05;
  }
  
  .theme-btn-third:hover {
    background: transparent;
    border: 1px solid #f15b05;
    color: #fff;
  }

  /* buttons */
  
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .container {
        max-width: 1140px; } }
  
  

  

  
  h1, h2, h3, h4, h5,
  .h1, .h2, .h3, .h4, .h5 {
    line-height: 1.2;
    font-weight: 400;
    font-family: "Poppins", Arial, sans-serif;
    color: #000; }
  

  
  .ftco-no-pt {
    padding-top: 0; }
  
  .ftco-no-pb {
    padding-bottom: 0; }
  
  .heading-section {
    font-size: 28px; }
  
  .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  
  @media (max-width: 991.98px) {
    .btn {
      display: block;
      width: 100%; } }
  
  .owl-carousel {
    position: relative; }
    .owl-carousel .owl-item {
      opacity: 1; }
      .owl-carousel .owl-item.active {
        opacity: 1; }
    .owl-carousel .owl-nav {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: inline-block; }
      .owl-carousel .owl-nav .owl-prev,
      .owl-carousel .owl-nav .owl-next {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 60px;
        color: rgba(0, 0, 0, 0.2) !important;
        -webkit-transition: 0.9s;
        -o-transition: 0.9s;
        transition: 0.9s;
        opacity: 1; }
        @media (prefers-reduced-motion: reduce) {
          .owl-carousel .owl-nav .owl-prev,
          .owl-carousel .owl-nav .owl-next {
            -webkit-transition: none;
            -o-transition: none;
            transition: none; } }
        .owl-carousel .owl-nav .owl-prev p span, .owl-carousel .owl-nav .owl-prev p small,
        .owl-carousel .owl-nav .owl-next p span,
        .owl-carousel .owl-nav .owl-next p small {
          display: block;
          color: #000;
          line-height: .8;
          -webkit-transition: 0.9s;
          -o-transition: 0.9s;
          transition: 0.9s; }
          @media (prefers-reduced-motion: reduce) {
            .owl-carousel .owl-nav .owl-prev p span, .owl-carousel .owl-nav .owl-prev p small,
            .owl-carousel .owl-nav .owl-next p span,
            .owl-carousel .owl-nav .owl-next p small {
              -webkit-transition: none;
              -o-transition: none;
              transition: none; } }
        .owl-carousel .owl-nav .owl-prev small,
        .owl-carousel .owl-nav .owl-next small {
          text-transform: uppercase; }
        .owl-carousel .owl-nav .owl-prev span,
        .owl-carousel .owl-nav .owl-next span {
          line-height: 0; }
          .owl-carousel .owl-nav .owl-prev span:before,
          .owl-carousel .owl-nav .owl-next span:before {
            font-size: 40px;
            -webkit-transition: 0.9s;
            -o-transition: 0.9s;
            transition: 0.9s; }
            @media (prefers-reduced-motion: reduce) {
              .owl-carousel .owl-nav .owl-prev span:before,
              .owl-carousel .owl-nav .owl-next span:before {
                -webkit-transition: none;
                -o-transition: none;
                transition: none; } }
        .owl-carousel .owl-nav .owl-prev:hover small,
        .owl-carousel .owl-nav .owl-next:hover small {
          color: #f15b05; }
        .owl-carousel .owl-nav .owl-prev:hover span:before,
        .owl-carousel .owl-nav .owl-next:hover span:before {
          color: #f15b05; }
      .owl-carousel .owl-nav .owl-prev {
        left: 50%;
        margin-left: -35px; }
      .owl-carousel .owl-nav .owl-next {
        right: 50%;
        margin-right: -35px; }
    .owl-carousel .owl-dots {
      text-align: center;
      margin-top: 20px; }
      .owl-carousel .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        background: transparent;
        position: relative;
        border: 1px solid #000; }
        .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
          outline: none !important; }
        .owl-carousel .owl-dots .owl-dot.active {
          background: #f15b05;
          border: 1px solid #f15b05; }
      @media (min-width: 992px) {
        .owl-carousel .owl-dots {
          position: absolute;
          top: 0;
          right: 0;
          margin-top: 0;
          margin-right: -40px; }
          .owl-carousel .owl-dots .owl-dot {
            display: block; } }
  
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y; }
  
  .work-wrap .text, .work-wrap .img {
    width: 50%; }
    @media (max-width: 767.98px) {
      .work-wrap .text, .work-wrap .img {
        width: 100%; } }
  
  .work-wrap .img {
    height: 700px; }
  
  .work-wrap .text {
    background: #ececec; }
    .work-wrap .text h2 {
      font-size: 60px;
      font-weight: 800;
      text-transform: uppercase; }
      @media (max-width: 991.98px) {
        .work-wrap .text h2 {
          font-size: 40px; } }
  



          .secound{
            position: relative;
          }
          .secound::before{
            position: absolute;
            width: 40%;
            height: 100%;
            z-index: -1;
            content: "";
            left: 60%;
            top: 0;
            background-color: #ececec;
        
       
          }


          .marquee {
            width: 100%;
            margin: 15px auto;
            overflow: hidden;
            white-space: nowrap;
            box-sizing: border-box;
            animation: marquee 35s linear infinite;
            color: #fff;
            padding-left: 70%;
          }
          
          .marquee:hover {
            animation-play-state: paused
          }
          
          /* Make it move */
          
          @keyframes marquee {
            0% {
              text-indent: 27.5em
            }
          
            100% {
              text-indent: -120em
            }
          }
          
          /* marquee */
       
     .Locations a{
      width:30% ;
      margin:3px auto;
       }

       
textarea {
  resize: none;
  margin-bottom: 20px;
}


.userselect {
  user-select: none;
}

.spam {
  display: none;
}


