<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  Author: Satish
*/

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

body {
  background: #fff;
  color: #333333;
  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 &gt; ul &gt; li,
#header.header-pages .main-nav &gt; ul &gt; li {
  padding: 12px 95px;
  transition: all 0.5s;
}
#header.header-scrolled .main-nav &gt; ul &gt; li:last-child,
#header.header-pages .main-nav &gt; ul &gt; li :last-child {
  padding-right: 0;
}

#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%;
}
.about-pad {
  padding-top: 44px;
}

#intro {
  width: 100%;
  position: relative;
  background: url("https://siuk-europe.s3.eu-west-2.amazonaws.com/assets/landing/ucldeskcom.jpg")
    left center no-repeat;
  background-size: cover;
  margin-top: 70px;
  min-height: 600px;
}

#intro .intro-info {
  width: 44%;
  float: right;
  margin: 2% 0 0;
}
.intro-info h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-shadow: 0 0px 10px #000;
  font-size: 27px;
}

.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: 13px;
  font-weight: 600;
}
.intro-info .contactForm button[type="submit"] {
  background: #da1f2e;
  border: 0;
  border-radius: 5px;
  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: -45px;
  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;
}
.phoneerror {
  font-size: 10px;
  position: absolute;
  white-space: nowrap;
}
.font-small {
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #58595b;
}
.section-header .do-registration {
  background: #223c75;
  border: 0;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.6s ease;
  font-size: 20px;
  font-weight: 400;
  padding: 0.375rem 0.75rem;
  border: 1px solid #223c75;
}

.section-header .do-registration:hover {
  background-color: #fff;
  border: 1px solid #223c75;
  color: #223c75;
  transition: all 0.5s ease;
}

.section-header .btn-at-sec {
  margin: 15px 0px 0px;
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav &gt; ul &gt; li:first-child {
  padding-left: 0;
  padding-right: 110px;
}
.main-nav &gt; ul &gt; li {
  position: relative;
  white-space: nowrap;
  float: left;
  color: #fff;
  font-size: 24px;
  padding: 18px 80px;
  transition: all 0.5s;
  font-weight: 300;
}

.main-nav &gt; ul &gt; li:last-child {
  padding-right: 0;
}

.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 {
  font-size: 30px;
  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: #333333;
}

/* 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: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flow-root;
}
#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 {
  padding: 0.3rem !important;
}

#about .about-container .icon-box:hover .touch {
  background: url("https://siuk-europe.s3.eu-west-2.amazonaws.com/assets/landing/touch-01.png")
    no-repeat;
  border: 0px;
  width: 160px;
  height: 160px;
}

#about .about-container .icon-box .touch {
  background: url("https://siuk-europe.s3.eu-west-2.amazonaws.com/assets/landing/touch.png")
    no-repeat;
  border: 0px;
  width: 160px;
  height: 160px;
}
/* Testimonials Section
  --------------------------------*/

#testimonials {
  padding: 40px 0;
  background: #dbe1eb;
  margin: 70px 0 0;
}
.sec {
  position: relative;
}
.sec .testi-img {
  position: absolute;
  background: url(https://siuk-europe.s3.eu-west-2.amazonaws.com/assets/landing/simon-singh-1.png)
    no-repeat right bottom;
  height: 530px;
  width: 530px;
  bottom: 0;
  right: 150px;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-text {
  padding-top: 25px;
  line-height: 34px;
}

#testimonials .title {
  padding: 20px 0;
}

#testimonials .title h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
}

#testimonials .title h4 span {
  font-size: 20px;
  font-weight: 500;
  display: block;
  font-style: italic;
}

/* 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;
}
.font-12 {
  font-size: 12px;
}
.font-12 span {
  display: block;
}
/*--------------------------------------------------------------
  # Responsive Media Queries
  --------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1024.98px) {
  .main-nav {
    width: 70%;
  }
  .main-nav &gt; ul &gt; li:first-child,
  #header.header-scrolled .main-nav &gt; ul &gt; li:first-child,
  #header.header-pages .main-nav &gt; ul &gt; li :first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .main-nav &gt; ul &gt; li:last-child,
  #header.header-scrolled .main-nav &gt; ul &gt; li:last-child,
  #header.header-pages .main-nav &gt; ul &gt; li :last-child {
    padding-left: 60px;
    padding-right: 0;
  }
  .sec .testi-img {
    right: 0px;
  }

  .main-nav &gt; ul &gt; li {
    font-size: 20px;
  }

  .ucl-logo-dt img {
    top: 91px !important;
  }
}

@media (max-width: 991px) {
  .ucl-logo-dt img {
    top: 97px !important;
  }

  #testimonials {
    margin: 30px 0 0;
  }

  #header .desk-logo {
    width: 262px;
    padding: 10px 80px 10px 40px;
  }
  #header.header-scrolled .desk-logo,
  #header.header-pages .desk-logo {
    width: 262px;
    padding: 10px 80px 10px 40px;
  }
  #header.header-scrolled,
  #header.header-pages {
    height: 80px;
    position: fixed;
  }
  #header.header-scrolled .main-nav &gt; ul &gt; li,
  #header.header-pages .main-nav &gt; ul &gt; li {
    font-size: 18px;
    padding: 18px 40px;
  }
  #header.header-scrolled .main-nav &gt; ul &gt; li:first-child,
  #header.header-pages .main-nav &gt; ul &gt; li :first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .main-nav &gt; ul &gt; li:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .main-nav &gt; ul &gt; li {
    font-size: 18px;
    padding: 18px 40px;
  }
  .main-nav &gt; ul &gt; li:last-child {
    padding-right: 0;
  }
  .main-nav a {
    font-size: 18px;
  }
  #intro {
    /* margin-top: 80px; */
    min-height: 556px;
  }
  .intro-info h2 {
    font-size: 15px;
    margin: 0;
    padding: 25px 0;
  }
  .sec .testi-img {
    right: 0;
    background-position: 30px 9px;
    max-width: 428px;
  }
  #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 {
    margin: 0 320px;
  }
  #intro .up-arrow a {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  .about-pad {
    padding-top: 0;
  }
  /* #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 {
    width: 61%;
    margin-top: 2%;
  }
  .main-nav &gt; ul &gt; li:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .main-nav &gt; ul &gt; li {
    font-size: 14px;
    padding: 0 0;
  }
  .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;
  }
  #header.header-scrolled .main-nav &gt; ul &gt; li:first-child,
  #header.header-pages .main-nav &gt; ul &gt; li :first-child {
    padding-left: 0;
    padding-right: 0;
  }
  #intro {
    padding: 0;
    background: none;
    margin-top: 58px;
    min-height: auto;
  }
  #intro .intro-info {
    width: 100%;
    margin: 2% 0;
  }

  .banner-text {
    position: absolute;
    top: 67px;
    right: 50px;
    left: 50px;
    top: 109px;
  }
  .banner-text span {
    display: block;
  }
  .section-header h3,
  #about .about-container .title,
  #about .boxed-md &gt; .text-center .h3 {
    font-size: 16px;
    font-weight: 550;
    top: 3px;
    position: relative;
  }
  .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;
  }
  #testimonials {
    padding: 20px 0;
    margin: 40px 0 0;
  }
  #testimonials .section-header {
    margin-bottom: 0;
  }
  #testimonials .testimonial-text {
    padding: 0;
    line-height: 20px;
    clear: both;
    font-size: 14px;
    text-align: center;
  }
  #testimonials .title {
    text-align: center;
    padding: 20px 0 0;
  }
  #testimonials .title h4 {
    font-size: 24px;
  }
  #testimonials .title h4 span {
    font-size: 14px;
    line-height: 20px;
  }
  .sec .float-left,
  .sec .float-right {
    text-align: center;
    width: 100%;
    margin: 10px 0;
  }
  .sec .testi-img {
    position: absolute;
    background: url(https://siuk-europe.s3.eu-west-2.amazonaws.com/assets/landing/simon-singh-mb-1.png)
      no-repeat 140px bottom;
    height: 478px;
    width: 390px;
    bottom: 0;
  }
  .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;
  }
}
@media (min-width: 800px) and (max-width: 990.98px) {
  .main-nav {
    width: 66%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .sec .testi-img {
    background: url(https://siuk-europe.s3.eu-west-2.amazonaws.com/assets/landing/simon-singh-mb-1.png)
      173px 60px no-repeat;
    height: 478px;
    width: 500px;
  }
  .main-nav {
    width: 75%;
    margin-top: 2.5%;
  }
  .main-nav &gt; ul &gt; li:first-child,
  #header.header-scrolled .main-nav &gt; ul &gt; li:first-child,
  #header.header-pages .main-nav &gt; ul &gt; li :first-child {
    padding-left: 0px;
    padding-right: 115px;
  }
  .banner-text {
    top: 85px;
    right: 50px;
  }
}
@media (min-width: 568px) and (max-width: 575.98px) {
  .main-nav {
    width: 72%;
    margin-top: 2.8%;
  }
  .main-nav &gt; ul &gt; li:first-child,
  #header.header-scrolled .main-nav &gt; ul &gt; li:first-child,
  #header.header-pages .main-nav &gt; ul &gt; li :first-child {
    padding-left: 0px;
    padding-right: 50px;
  }
  .sec .testi-img {
    background: url(https://siuk-europe.s3.eu-west-2.amazonaws.com/assets/landing/simon-singh-mb-1.png)
      202px 50px no-repeat;
    height: 478px;
    width: 500px;
  }
  .banner-text {
    right: 40px;
  }
}

@media (min-width: 411px) and (max-width: 823px) {
  .banner-text {
    top: 130px;
  }

  .intro-info h2 {
    font-size: 15px;
    margin: 0;
    padding: 48px 0;
  }
}

@media (max-width: 393px) {
  .intro-info h2 {
    font-size: 15px;
    margin: 0;
    padding: 58px 0;
  }
}

@media (max-width: 379px) {
  .main-nav &gt; ul &gt; li,
  .main-nav a {
    font-size: 13px;
  }
  #header.header-scrolled .main-nav &gt; ul &gt; li,
  #header.header-pages .main-nav &gt; ul &gt; li {
    font-size: 13px;
  }
  .banner-text {
    right: 20px;
    left: 20px;
  }
  .intro-info h2 {
    font-size: 15px;
    margin: 0;
    padding: 52px 0;
  }
}
@media (max-width: 360px) {
  .intro-info h2 {
    font-size: 15px;
    margin: 0;
    padding: 47px 0;
  }
}
@media (max-width: 349px) {
  .main-nav {
    width: 56%;
    margin-top: 4%;
  }
  .main-nav &gt; ul &gt; li,
  .main-nav a {
    font-size: 10px;
  }
  #header.header-scrolled .main-nav &gt; ul &gt; li,
  #header.header-pages .main-nav &gt; ul &gt; li {
    font-size: 10px;
  }
  #testimonials .title h4 {
    font-size: 20px;
  }
  #testimonials .title h4 span {
    font-size: 12px;
  }

  .banner-text {
    right: 20px;
    top: 92px;
  }
}
/*================================= 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 ==============================*/

.mb-10 {
  margin-bottom: 2px;
}

.form-group input[type="checkbox"] {
  position: relative;
  top: 3px;
}

.ucl ul {
  padding-inline-start: 0px;
  list-style: none;
  padding-left: 0px;
}

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

.ucl-logo-dt img {
  position: absolute;
  left: 60px;
  top: 89px;
}

.ucl-logo-mb img {
  position: absolute;
  left: 24px;
  top: 13px;
  max-width: 129px;
  min-height: 51px;
}

.five strong {
  color: #333333;
}

.slick-slide {
  margin: 0px 0px;
}

.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;
}

.enq {
  text-align: center;
  margin-top: 6px;
}

.enq a {
  font-size: 16px;
  font-weight: 500;
  background: #da1f2e;
  border: 0;
  border-radius: 5px;
  padding: 5px 16px;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

/* .enq a:hover {
    text-decoration: underline !important;
  } */

.video-section {
  padding: 0;
}

#about .boxed-md.vid {
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
}

.lb-data .lb-number {
  display: none !important;
}

.cons {
  text-align: left;
  margin: 0px 6px 10px;
}

.cons a {
  font-size: 16px;
  font-weight: 500;
  background: #da1f2e;
  border: 0;
  border-radius: 5px;
  padding: 5px 16px;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

@media (min-width: 481px) and (max-width: 767px) {
  .cons a {
    font-size: 11px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .cons a {
    font-size: 11px;
  }
}




.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: 616px;
  }
  }</pre></body></html>