/*
  Author: om
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #58595b;
    font-family: "Open Sans", sans-serif;
  }
  
  a {
    color: #007bff;
    transition: 0.5s;
  }
  
  a:hover,
  a:active,
  a:focus {
    color: #0b6bd3;
    outline: none;
    text-decoration: none;
  }
  
  p {
    padding: 0;
    margin: 0 0 30px 0;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
  }
  
  /* Back to top button */
  
  .back-to-top {
    position: fixed;
    display: none;
    background: #223c75;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
  }
  
  .back-to-top i {
    padding-top: 12px;
    color: #fff;
  }
  
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #223c75;
    border-bottom: 10px solid #d81f2d;
  }
  
  #header.header-scrolled,
  #header.header-pages {
    height: 70px;
    position: fixed;
  }
  
  #header.header-scrolled .desk-logo,
  #header.header-pages .desk-logo {
      width: 300px;
      transition: all 0.5s;	
  }
  
  #header.header-scrolled .main-nav > ul > li,
  #header.header-pages .main-nav > ul > li {
      padding: 12px 300px;
      transition: all 0.5s;
  }
  
  #header .desk-logo {
      position: absolute;
      width: 324px;
      float: left;
      z-index: 99999;
      left: 0px;
      top: 0px;
      clip-path: polygon(80% 0%, 0% 0%, 0% 100%, 100% 100%);
      -webkit-clip-path: polygon(80% 0%, 0% 0%, 0% 100%, 100% 100%);
      background: rgb(255, 255, 255);
      padding: 10px 122px 10px 60px;
      transition: all 0.5s;	
  }
  
  /*--------------------------------------------------------------
  # Intro Section
  --------------------------------------------------------------*/
  .container {
      max-width: 960px;
      width: 100%;
  }
  
  #intro {
    width: 100%;
    position: relative;
    background: url("https://siuk-europe.s3.amazonaws.com/assets/landing/28462.jpg") center center no-repeat;
    background-size: cover;
    margin-top: 80px;
    min-height: 535px;
  }
  
  #intro .intro-info {
      width: 40%;
      float: right;
      margin: 4% 0 0;
  }
  .intro-info h2 {
      color: #fff;
      font-size: 28px;
      font-weight: 500;
      text-transform: uppercase;
      text-shadow: 0 0 2px #000;
  }
  .phoneerror {
      font-size: 10px;
      position: absolute;
    white-space: nowrap;

  }
  .intro-info .contactForm{
      background: rgba(255,255,255, 0.8 );
  }
  .intro-info .contactForm input, .intro-info .contactForm select {
      border-radius: 0;
      box-shadow: none;
      font-size: 14px;
      color: #0b3777;
      font-weight: 600;
  }
  .intro-info .contactForm button[type="submit"] {
      background: #da1f2e;
      border: 0;
      border-radius: 20px;
      padding: 5px 40px;
      color: #fff;
      transition: 0.3s;
      cursor: pointer;
  }
  .section-header h3, #about .about-container .title {
      font-size: 24px;
  }
  #about .about-container .icon-box .icon {
      width: 150px;
      height: 150px;
  }
  #about .about-container .icon-box .icon i {
      font-size: 100px;
  }
  .t-text h2{
      color: #0b3777;
      text-shadow: none;
  }
  .t-text p {
      color: #58595b;
      line-height: 28px;
      text-align: center;
      font-weight: bold;
  }
  .t-text p i{
      color: #189d0e;
      font-size:18px;
      font-weight: 600;
  }
  #intro .up-arrow {
      position: absolute;
      bottom: -50px;
      margin: 0 418px;
      text-align: center;
      z-index: 99;
      background: #fff;
      padding: 0px 20px 15px;
      box-shadow: 0 -2px 2px #666;
      border-radius: 50%;
  }
  #intro .up-arrow a {
      color: #dbdbdb;
      font-size: 54px;
      transition: all 0.5s ease;
  }
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  
  /* Desktop Navigation */
  
  .main-nav,
  .main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-nav > ul > li {
      position: relative;
      white-space: nowrap;
      float: left;
      color: #fff;
      font-size: 24px;
      padding: 18px 300px;
      transition: all 0.5s;  
  }
  
  
  .main-nav a {
    display: block;
    position: relative;
    color: #fff;
    transition: 0.3s;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
  }
  
  .main-nav a:hover,
  .main-nav .active > a,
  .main-nav li:hover > a {
    color: #fff;
    text-decoration: underline;
  }
  
  
  /*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/
  
  /* Sections Header
  --------------------------------*/
  
  .section-header h3 {
    font-size: 28px;
    color: #0b3777;
    text-align: center;
    font-weight: 500;
    position: relative;
  }
  
  .section-header p {
    text-align: center;
    margin: auto;
    font-size: 16px;
    padding-bottom: 40px;
    color: #58595b;
  }
  
  /* Section with background
  --------------------------------*/
  
  .section-bg {
    background: #ecf5ff;
  }
  
  /* About Us Section
  --------------------------------*/
  
  #about {
    background: #fff;
  }
  
  #about .about-container .background {
    margin: 20px 0;
  }
  
  #about .about-container .content {
    background: #fff;
  }
  
  #about .about-container .title {
      font-size: 28px;
      color: #0b3777;
      font-weight: 500;
      text-align: center;
  }
  
  #about .about-container p {
    line-height: 26px;
  }
  
  #about .about-container p:last-child {
    margin-bottom: 0;
  }
  
  #about .about-container .icon-box {
      background: #fff;
      background-size: cover;
      padding: 0 0 30px 0;
      float: left;
  }
  
  #about .about-container .icon-box .icon {
    margin: 0 auto;
    color: #fff;
    width: 160px;
    height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    background: #e2aa34;
    border: 2px solid #e2aa34;
    transition: all 0.3s ease-in-out;
  }
  
  #about .about-container .icon-box .icon i {
    color: #fff;
    font-size: 100px;
  }
  
  #about .about-container .icon-box:hover .icon {
      border: 2px solid #e2aa34;
      background: #fff;
  }
  
  #about .about-container .icon-box:hover .icon i {
    color: #e2aa34;
  }
  
  #about .about-container .icon-box .description {
      line-height: 24px;
      font-size: 16px;
      text-align: center;
  }
  
  #about .boxed-md.boxed-padded figure img{
      padding: 1.5rem;
  }
  #about .boxed-md.boxed-padded {
      padding-bottom: 13px;
      padding-left: 20px;
      padding-right: 20px;
      float: left;
      width: 100%;
  }
  #about .boxed-md {
      border: 2px solid #0b3777;
      margin-bottom: 14px;
      margin: 35px 0 20px;
  }
  
  #about .boxed-md>.text-center .h3 {
      background-color: #fff;
      padding-left: 10px;
      padding-right: 10px;
      color: #0b3777;
  }
  
  #about .boxed-md>.text-center {
      margin-top: -18px;
      margin-bottom: 12px;
  }
  .font-small {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
  }
  /*#about .boxed-md.boxed-padded li.p-2 {
      line-height: 30px;
  }*/
  
  /* Testimonials Section
  --------------------------------*/
  #carouselExampleIndicators{position:relative; z-index:1; background:#dbe1eb; }
  .carousel_caption h1 {
    color: #ffffff;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: uppercase;
  }
  .carousel_caption h2 {
      font-size: 28px;
      font-weight: bold;
      line-height: 32px;
      margin: 0;
  }
  .carousel_caption h2 span{
      font-size: 18px;
      font-weight: 500;
      display: block;
      font-style: italic;
  }
  .carousel_caption p {
      padding-top: 24px;
      line-height: 30px;
  }
  .carousel_caption h4 {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .carousel-item {
    min-height: 450px;
    background-size: cover;
    background-position: center center;
  }
  
  .carousel-item a{background:#673AB7; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
  .carousel-item a:hover{background:#394fa2; text-decoration:none;  }
  
  .carousel-item h2{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
  .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
  .carousel-item h4{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
  .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
  #carouselExampleIndicators h2, #carouselExampleIndicators p, #carouselExampleIndicators a, #carouselExampleIndicators .carousel-item .mask img{-webkit-animation-duration: 1s;
      animation-duration: 1.2s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
  }
  
  .carousel-item {
      position: relative;
      display: none;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      transition: -webkit-transform .6s ease;
      transition: transform .6s ease;
      transition: transform .6s ease,-webkit-transform .6s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      perspective: 1000px;
  }
  .carousel-control-next, .carousel-control-prev {
      height: 40px;
      width: 40px;
      padding: 12px;
      top: 50%;
      bottom: auto;
      transform: translateY(-50%);
      background-color: #223c75;
  }
  .carousel-fade .carousel-item {
      opacity: 0;
      -webkit-transition-duration: .6s;
      transition-duration: .6s;
      -webkit-transition-property: opacity;
      transition-property: opacity
  }
  .carousel-indicators li {
      display: none;
  }
  .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
      opacity: 1
  }
  .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
      opacity: 0
  }
  .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0)
  }
  @supports (transform-style:preserve-3d) {
      .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
      -webkit-transform:translate3d(0, 0, 0);
      transform:translate3d(0, 0, 0)
      }
  }
  .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
  }
  
  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  
  @-webkit-keyframes slideInRight {
    from {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes slideInRight {
    from {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
  
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
  }
  
  /* Clients Section
  --------------------------------*/
  
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  
  footer {
    background: #223c75;
    padding: 30px 0 1px;
    color: #fff;
    font-size: 15px;
    float: left;
    width: 100%;
  }
  
  footer a {
      color: #fff;
  }
  
  footer a:hover {
      color: #fff;
      text-decoration: underline;
  }
  
  /*--------------------------------------------------------------
  # Responsive Media Queries
  --------------------------------------------------------------*/
  
  @media (min-width: 992px) and (max-width: 1024.98px) { 
      .main-nav {
          width: 68%;
      }
      #header.header-scrolled .main-nav > ul > li,
      #header.header-pages .main-nav > ul > li {
          padding: 10px;
      }
      .main-nav > ul > li {
          padding: 18px 10px;
      }
      .sec .testi-img {	
          right: 50px;
      }
          
  }
  
  @media (max-width: 991px) {
  
  #header .desk-logo {
      width: 262px;
      padding: 10px 80px 10px 40px;
  }
  #header.header-scrolled .desk-logo, #header.header-pages .desk-logo {
      width: 200px;
      padding: 10px 60px 10px 30px;
  }
  #header.header-scrolled,
  #header.header-pages {
    height: 66px;
    position: fixed;
  }
  #header.header-scrolled .main-nav > ul > li,
  #header.header-pages .main-nav > ul > li {
      font-size: 18px;
      padding: 15px 100px;
  }
  .main-nav {
      width: 68%;
  }
  .main-nav > ul > li {
      font-size: 18px;
      padding: 18px 100px;
  }
  .main-nav a {
      font-size: 18px;
  }
  #intro .intro-info {
    margin: 2% 0 0;
  }
  .intro-info h2 {
      font-size: 20px;
      margin: 0 0 5px;
      padding: 0;
  }
  .sec .testi-img {
      right: 0;
  }
  #about .boxed-md.boxed-padded figure img{
      padding: 1.2rem 0;	
      width: 100%;
  }
  
  #about .boxed-md.boxed-padded li.p-2 {
      padding: 0.1rem !important;
  }
  #intro .up-arrow  {
      bottom: -35px;
      margin: 0 320px;
  }
  #intro .up-arrow  a {
      font-size: 40px;
  }
  .carousel_caption p {
      line-height: 28px;
  }
  }
  
  @media (max-width: 768px) {
    .back-to-top {
      bottom: 15px;
    }
  }
  
  @media (max-width: 767px) {
  #intro>div>div img {
      width: 100% !important;
      height: 100% !important;
  }	
  #header {
      height: 58px;
      border-bottom: 5px solid #d81f2d;
  }
  #header .desk-logo {
      width: 152px;
      padding: 10px 40px 10px 20px;
  }
  #intro .up-arrow {
      display: none;
  }
  .main-nav {
      width: 61%;
      margin-top: 2%;
  }
  .main-nav > ul > li {
      font-size: 14px;
      padding: 10px 0;
  }
  .main-nav > ul > li span {
      display: block;
  }
  .main-nav a {
      font-size: 14px;
      font-weight: 600;
  }
  #header.header-scrolled,
  #header.header-pages {
    height: 58px;
    position: fixed;
  }
  #header.header-scrolled .desk-logo, #header.header-pages .desk-logo {
      width: 152px;
      padding: 10px 40px 10px 20px;
  }
  #header.header-scrolled .main-nav > ul > li,
  #header.header-pages .main-nav > ul > li {
      font-size: 14px;
      padding: 10px 0;
  }
  #intro {
      padding: 0;
      background: none;
      margin-top: 58px;
      min-height: auto;
  }
  #intro .intro-info {
      width: 100%;
      margin: 2% 0;
  }
  .intro-info h2 {
      font-size: 24px;
      margin: 10px 0;
      padding: 0;
      color: #fff;
  }
  .section-header h3, #about .about-container .title, #about .boxed-md>.text-center .h3 {
      font-size: 18px;
  }
  .section-header h3 span{
      display: block;
  }
  #about .boxed-md.boxed-padded li.p-2 {
      font-size: 14px;
      padding: 0.3rem !important;
  }
  #about .boxed-md.boxed-padded figure img{
      padding: 0;
  }
  .sec .float-left, .sec .float-right {
      text-align: center;
      width: 100%;
      margin: 10px 0;
  }
  .banner-text {
      position: absolute;
      top: 50px;
      right: 25px;
  }
  .carousel_caption h2 {
      margin-bottom: 25px;
  }
  .intro-info .contactForm {
      background: #d6d7d9;
      box-shadow: 0 0 2px 0px #999;
      margin-bottom: 20px;
      margin-top: 0px;
  }
  .about-container {
      padding-top: 20px;
  }
  #about .boxed-md>.text-center {
      margin-bottom: 0px;
  }
  .carousel-control-next, .carousel-control-prev {
      top: 45%;
  }
  
  }


  @media (min-width: 768px) and (max-width: 769px) { 
    .form-row>.col, .form-row>[class*=col-] {
      padding-right: 5px;
      padding-left: 5px;
      max-width: 50%;
  }
}


  @media (min-width: 768px) and (max-width: 1480px) { 
    .section-header h3 {
        font-size: 28px;
        color: #0b3777;
        text-align: center;
        font-weight: 500;
        position: relative;
        margin-top: 50px;
    }
}

  @media (min-width: 800px) and (max-width: 990.98px) { 
      .main-nav {
          width: 65%;
      }
  }
  @media (min-width: 576px) and (max-width: 767.98px) { 
      .main-nav {
          width: 68%;
          margin-top: 2.5%;
      }
      .main-nav > ul > li span {display: inline;}
  }
  @media (min-width: 568px) and (max-width: 575.98px) { 
      .main-nav {
          width: 70%;
          margin-top: 2.8%;
      }	
      .main-nav > ul > li span {display: inline;}
  }
  @media (max-width: 379px){
  .main-nav > ul > li, .main-nav a {
      font-size: 13px;
      padding-left: 25px;
  }
  #header.header-scrolled .main-nav > ul > li, #header.header-pages .main-nav > ul > li{
      font-size: 13px;
      padding-left: 25px;
  }
  .banner-text {
      top: 40px;
      right: 20px;
  }
  }
  @media (max-width: 349px){
  .main-nav {
      width: 56%;
      margin-top: 4%;
  }
  .main-nav > ul > li, .main-nav a {
      font-size: 10px;
      padding-left: 10px;
  }
  .banner-text {
      top: 35px;
      right: 20px;
  }
  #header.header-scrolled .main-nav > ul > li, #header.header-pages .main-nav > ul > li {
      font-size: 10px;
      padding-left: 10px;
  }
  
  }
  /*================================= For IE ==============================*/
  @supports (-ms-ime-align: auto) {
     .header-scrolled#header, .header-pages#header{height: 80px}
      #header .desk-logo {
          width:300px;
          padding-top:15px;
          padding-bottom: 15px;
      }
      #header .desk-logo::after {
          content: '';
          border-left: 0px solid transparent;
          border-right: 40px solid transparent;
          border-bottom: 68px solid #fff;
          border-top: 0 solid #fff;
          right: -40px;
          position: absolute;
          top: 0;
      }
      #header .header-scrolled .desk-logo, #header.header-pages .desk-logo {
          width: 286px;
          padding-top:10px;
          padding-bottom: 10px;
      }
      #header .header-scrolled .desk-logo::after, #header .header-pages .desk-logo::after {
          content: '';
          border-left: 0px solid transparent;
          border-right: 40px solid transparent;
          border-bottom: 54px solid #fff;
          border-top: 0 solid #fff;
          right: -40px;
          position: absolute;
          top: 0;
      }
      .header-scrolled#header .main-nav > ul > li, .header-pages#header .main-nav > ul > li{
          padding-top:18px;
      }
  }
  
  
  @media screen and (-ms-high-contrast: active),
  (-ms-high-contrast: none) {
     .header-scrolled#header, .header-pages#header{height: 80px}
     #header .desk-logo {
          width:300px;
          padding-top:15px;
          padding-bottom: 15px;
      }
      #header .desk-logo::after {
          content: '';
          border-left: 0px solid transparent;
          border-right: 40px solid transparent;
          border-bottom: 80px solid #fff;
          border-top: 0 solid #fff;
          right: -40px;
          position: absolute;
          top: 0;
      }
      #header .header-scrolled .desk-logo, #header.header-pages .desk-logo {
          width: 286px;
          padding-top:10px;
          padding-bottom: 10px;
      }
      #header .header-scrolled .desk-logo::after, #header .header-pages .desk-logo::after {
          content: '';
          border-left: 0px solid transparent;
          border-right: 40px solid transparent;
          border-bottom: 54px solid #fff;
          border-top: 0 solid #fff;
          right: -40px;
          position: absolute;
          top: 0;
      }
      .header-scrolled#header .main-nav > ul > li, .header-pages#header .main-nav > ul > li{
          padding-top:18px;
      }
  }

  .landing-gallery h3 {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    color: #0b3777;
    text-align: center;
}

.table-responsive {
    display: table !important;
    
}

.pbb{
  margin: 0 0 10px 0;
}


  /* Clients Section
  --------------------------------*/
  .slick-slide {
    margin: 0px 20px;
  }
  
  .landing-gallery .slick-slide img {
    width: 100%;
    min-height: 128px;
  }
  
  
  .slick-slider
  {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 20px;
  }
  
  .slick-list
  {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus
  {
    outline: none;
  }
  .slick-list.dragging
  {
    cursor: pointer;
    cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
    display: table;
    content: '';
  }
  .slick-track:after
  {
    clear: both;
  }
  .slick-loading .slick-track
  {
    visibility: hidden;
  }
  
  .slick-slide
  {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
    float: right;
  }
  .slick-slide img
  {
    display: block;
  }
  .slick-slide.slick-loading img
  {
    display: none;
  }
  .slick-slide.dragging img
  {
    pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
    display: block;
  }
  .slick-loading .slick-slide
  {
    visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  /*--------------------------------------------------------------
  
  /*================================= End IE ==============================*/

  @media (max-width: 991px){
.intro-info .contactForm button[type="submit"] {
    font-size: 13px;
}
  }