<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  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 20px 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;
    position: fixed;
  }
  
  #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 &gt; ul &gt; li,
  #header.header-pages .main-nav &gt; ul &gt; li {
    padding: 12px 95px;
    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;
  }
  
  .phoneerror {
    font-size: 10px;
    position: absolute;
  }
  
  #intro .d-block {
    position: relative;
  }
  
  #intro .heading-mob {
    position: absolute;
    right: 10px;
    top: 20%;
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    display: none;
  }
  
  #intro .heading-mob span {
    display: block;
  }
  
  /*--------------------------------------------------------------
  # Intro Section
  --------------------------------------------------------------*/
  .container {
    max-width: 960px;
    width: 100%;
  }
  
  #intro {
    width: 100%;
    position: relative;
    background: url(https://siuk-europe.s3.amazonaws.com/static/original_images/dmp-banner-5-stirling.webp)
      top left no-repeat;
    background-size: cover;
    margin-top: 80px;
    min-height: 689px;
    margin-bottom: 50px;
  }
  
  #intro .intro-info {
    width: 40%;
    float: right;
    margin: 2% 0 0;
  }
  
  .intro-info h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 3px 1px 2px #353535;
  }
  
  .intro-info .contactForm {
    background: rgba(255, 255, 255, 0.8);
  }
  .intro-info .contactForm input {
    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,
  .landing-gallery 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: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -45px;
    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 &gt; ul &gt; li {
    position: relative;
    white-space: nowrap;
    color: #fff;
    font-size: 24px;
    padding: 18px 10px;
    transition: all 0.5s;
    font-weight: 300;
    text-align: center;
    width: 100%;
  }
  
  .main-nav &gt; ul &gt; li span {
    font-weight: bold;
  }
  
  .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 &gt; a,
  .main-nav li:hover &gt; a {
    color: #fff;
    text-decoration: underline;
  }
  
  /*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/
  
  /* Sections Header
  --------------------------------*/
  
  .section-header h3,
  .landing-gallery h3 {
    font-size: 28px;
    line-height: 36px;
    color: #0b3777;
    text-align: center;
    font-weight: 500;
    position: relative;
  }
  
  .section-header h3 span {
    font-size: 24px;
    display: block;
  }
  
  .section-header p {
    text-align: center;
    margin: auto;
    font-size: 16px;
    padding-bottom: 40px;
    color: #58595b;
    padding-bottom: 15px !important;
  }
  
  .video-section {
    margin-top: 22px;
    margin-bottom: 25px;
  }
  
  .main-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 315px;
  }
  
  /* 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: 5px 10px;
  }
  
  #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 &gt; .text-center .h3 {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    color: #0b3777;
  }
  
  #about .boxed-md &gt; .text-center {
    margin-top: -18px;
    margin-bottom: 12px;
  }
  
  #about .boxed-md.boxed-padded li.p-2 {
    line-height: 24px;
    padding: 0px 0 10px 0px !important;
  }
  
  .landing-gallery {
    margin-bottom: 40px;
  }
  
  .landing-gallery ul {
    display: flex;
    padding-left: 1px;
  }
  
  .landing-gallery ul li {
    flex-basis: 25%;
    max-width: 25%;
    list-style-type: none;
    padding-right: 10px;
  }
  
  .landing-gallery ul li:last-child {
    padding-right: 0px;
  }
  
  .landing-gallery ul li img {
    width: 100%;
    min-height: 155px;
  }
  
  /* 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: 25px;
    font-size: 16px;
    line-height: 29px;
  }
  
  .carousel_caption h4 {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
  }
  
  .carousel-item {
    min-height: 320px;
    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;
    width: 215px;
    border-radius: 50%;
  }
  #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 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.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: 0.6s;
    transition-duration: 0.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
  --------------------------------*/
  .slick-slide {
    margin: 0px 20px;
  }
  
  .slick-slide img {
    width: 100%;
  }
  
  .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;
  }
  
  .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;
  }
  /*--------------------------------------------------------------
  # 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) {
    #header.header-scrolled .main-nav &gt; ul &gt; li,
    #header.header-pages .main-nav &gt; ul &gt; li {
      padding: 10px;
    }
    .main-nav &gt; ul &gt; li {
      padding: 18px 10px;
    }
    .sec .testi-img {
      right: 50px;
    }
  }
  
  @media (max-width: 991px) {
    #header .desk-logo {
      width: 262px;
      padding: 10px 80px 10px 40px;
    }
  
    .main-nav {
      padding-left: 262px;
    }
  
    #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 &gt; ul &gt; li,
    #header.header-pages .main-nav &gt; ul &gt; li {
      font-size: 18px;
      padding: 15px 10px;
    }
    .main-nav &gt; ul &gt; li {
      font-size: 18px;
      padding: 18px 10px;
    }
    .main-nav a {
      font-size: 18px;
    }
    #intro .intro-info {
      margin: 6% 6% 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: 0.5rem 0;
      width: 100%;
    }
  
    #about .boxed-md.boxed-padded li.p-2 {
      padding: 0.1rem !important;
    }
  
    #intro .up-arrow a {
      font-size: 40px;
    }
    .carousel_caption p {
      line-height: 28px;
    }
  
    .txt button {
      padding: 5px 27px !important;
    }
  }
  
  @media (max-width: 767px) {
    #intro .heading-mob {
      display: block;
      top: 83px;
      left: 0;
      right: 0;
    }
  
    .back-to-top {
      bottom: 15px;
    }
    #intro &gt; div &gt; 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 &gt; ul &gt; li {
      font-size: 16px;
      line-height: 22px;
      padding: 0 0;
      white-space: pre-wrap;
    }
    .main-nav &gt; ul &gt; li span {
      font-weight: bold;
    }
    .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 &gt; ul &gt; li,
    #header.header-pages .main-nav &gt; ul &gt; li {
      font-size: 14px;
      padding: 0 0;
      white-space: pre-line;
    }
    #intro {
      margin-top: 55px;
      padding: 0;
      background: none;
      margin-bottom: 0px;
      min-height: auto;
    }
  
    #intro .intro-info {
      width: 100%;
      margin: 2% 0;
    }
  
    .intro-info h2 {
      font-size: 20px;
      margin: 10px 0;
      padding: 0;
      color: #0b3777;
    }
  
    .section-header h3,
    .landing-gallery h3,
    #about .about-container .title,
    #about .boxed-md &gt; .text-center .h3 {
      font-size: 22px;
      line-height: 30px;
    }
  
    .section-header h3 span {
      font-size: 16px;
      line-height: 25px;
    }
  
    #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;
    }
  
    .carousel_caption h2 {
      margin-bottom: 25px;
    }
    .intro-info .contactForm {
      background: #d6d7d9;
      box-shadow: 0 0 2px 0px #999;
      margin-bottom: 20px;
      margin-top: 20px;
    }
    .about-container {
      padding-top: 20px;
    }
    #about .boxed-md &gt; .text-center {
      margin-bottom: 25px;
    }
    .carousel-control-next,
    .carousel-control-prev {
      top: 45%;
    }
  
    .landing-gallery ul {
      display: block;
    }
  
    .landing-gallery ul li {
      width: 49%;
      max-width: 50%;
      display: inline-block;
      padding-right: 0px;
      padding-bottom: 5px;
    }
  
    .landing-gallery ul li img {
      min-height: auto;
    }
    .main-nav {
      padding-left: 152px;
    }
  
    .txt button {
      padding: 5px 25px !important;
    }
  }
  
  @media (min-width: 576px) and (max-width: 767.98px) {
    .main-nav &gt; ul &gt; li span {
      display: inline;
    }
  }
  
  @media (min-width: 568px) and (max-width: 575.98px) {
    .main-nav &gt; ul &gt; li span {
      display: inline;
    }
  }
  
  @media (max-width: 480px) {
    #header.header-scrolled .main-nav &gt; ul &gt; li,
    #header.header-pages .main-nav &gt; ul &gt; li {
      font-size: 13px;
      padding-left: 25px;
    }
  
    .main-nav &gt; ul &gt; li {
      font-size: 12px;
      line-height: 16px;
    }
    #intro .heading-mob {
      font-size: 18px;
    }
  }
  
  @media (max-width: 349px) {
    #header.header-scrolled .main-nav &gt; ul &gt; li,
    #header.header-pages .main-nav &gt; ul &gt; 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 &gt; ul &gt; li,
    .header-pages#header .main-nav &gt; ul &gt; 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 &gt; ul &gt; li,
    .header-pages#header .main-nav &gt; ul &gt; li {
      padding-top: 18px;
    }
  }
  
  /*================================= End IE ==============================*/
  
  .intro-info .contactForm input,
  .intro-info .contactForm select {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
  }
  
  
  
  
  .lvg {
    margin-bottom: 0;
  }
  
  .lvg label {
    font-size: 14px;
    color: #212529;
  }
  
  .font-small {
      font-size: 11px;
      font-weight: bold;
      line-height: 20px;
  }
  
  
  @media (max-width: 991px){
    #intro {
     
      min-height: 716px;
    }
    }
  </pre></body></html>