<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: #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 &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;	
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.container {
    max-width: 960px;
	width: 100%;
}

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

#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: 0 0 2px #000;
}
.phoneerror {
    font-size: 10px;
    position: absolute;
}
.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: 0;
    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 &gt; ul &gt; li {
	position: relative;
	white-space: nowrap;
	float: left;
	color: #fff;
	font-size: 24px;
	padding: 18px 80px;
    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 &gt; a,
.main-nav li:hover &gt; 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&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: 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: 25px;
	line-height: 34px;
}
.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 &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;
}
#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 {
    width: 68%;
}
.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: 1.2rem 0;	
	width: 100%;
}

#about .boxed-md.boxed-padded li.p-2 {
	padding: 0.1rem !important;
}
#intro .up-arrow  {
    bottom: 10px;
    margin: 31px 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&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 {
    font-size: 14px;
    padding: 0 0;
}
.main-nav &gt; ul &gt; 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 &gt; ul &gt; li,
#header.header-pages .main-nav &gt; ul &gt; li {
	font-size: 14px;
    padding: 0 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: 20px;
    margin: 10px 0;
    padding: 0;
    color: #0b3777;
    text-shadow: none;
}
.section-header h3, #about .about-container .title, #about .boxed-md&gt;.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;
}

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

}
@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 &gt; ul &gt; li span {display: inline;}
}
@media (min-width: 568px) and (max-width: 575.98px) { 
	.main-nav {
		width: 70%;
		margin-top: 2.8%;
	}	
	.main-nav &gt; ul &gt; li span {display: inline;}
}
@media (max-width: 379px){
.main-nav &gt; ul &gt; li, .main-nav a {
    font-size: 13px;
	padding-left: 25px;
}
#header.header-scrolled .main-nav &gt; ul &gt; li, #header.header-pages .main-nav &gt; ul &gt; li{
    font-size: 13px;
	padding-left: 25px;
}

}
@media (max-width: 349px){
.main-nav {
	width: 56%;
	margin-top: 4%;
}
.main-nav &gt; ul &gt; li, .main-nav a {
    font-size: 10px;
	padding-left: 10px;
}

#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 ==============================*/



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