*, *::before, *::after {
  box-sizing: border-box;
}
body, html {
    background: #fff;
    overflow-x: hidden;
} 
html{ 
    font-size: 22px;
    line-height: 1.2; 
	color: #192C55;
}
body{
    padding-top: 73px;
}
.uk-container.uk-container-center.fullwidth {
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
#hamb_button {
  background-color: transparent;
  border: none; 
  outline: none;
  padding: 0px;
  cursor: pointer;
}

#hamb_icon {
	background-color: #192c55;
	border-radius: 100px;
	height: 3px;
	width: 40px;
	position: relative;
	transition: all 250ms;
}

#hamb_icon:before,
#hamb_icon:after {
  background-color: #192c55;
  border-radius: 100px;
  content: "";
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0;
  transition: all 250ms;
}

#hamb_icon:before {
  top: -12px;
}

#hamb_icon:after {
  bottom: -12px;
}

#hamb_button.toggled #hamb_icon:before,
#hamb_button.toggled #hamb_icon:after {
  top: 0;
  bottom: 0;
}

#hamb_button.toggled #hamb_icon {
  background-color: transparent !important;
}

#hamb_button.toggled #hamb_icon:before {
  transform: rotate(45deg);
}

#hamb_button.toggled #hamb_icon:after {
  transform: rotate(-45deg);
}


#hamb_button.toggled #hamb_icon {
	background-color: #fff;
}

#hamb_button.toggled #hamb_icon:before,
#hamb_button.toggled #hamb_icon:after {
  background-color: #fff;
}
  
header.header-wrap {
    display: flex;
    justify-content: space-between;
	background: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
}
a.logo img {
	width: 200px;
	margin: 7px 32px;
}
.head-search-nav {
    display: flex;
    align-items: center;
}
.headsearch a{
    font-weight: 600;
    font-size: 14px;
    padding: 0 14px 0 5px;
    background: #182c55;
    border-radius: 6px;
    display: block;
    color: #fff;
    text-decoration: none;
}
.headsearch img {
    margin: 5px;
    width: 18px;
}
.headsearch {
    margin-right: 95px;
}
.headhamburger {
	position: fixed;
	top: 12px;
	right: 28px;
	z-index: 101;
	cursor: pointer;
}
.headhamburger img {
    width: 34px;
    margin: 22px 32px;
}
.floatingnav-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
    top: 0;
	opacity:0;
    pointer-events: none;
    transition: opacity .4s ease;
} 
.floatingnav {
    position: absolute;
    right: 0;
    background: #ED5F80;
    top: 0;
    height: 100%;
    overflow-y: auto;
    width: 700px;
    padding: 110px 20px 20px 100px;
    transform: translateX(100%);
    transition: transform .4s ease;
}
.floatingnav-wrap.sc-active {
    opacity: 1;
	pointer-events: auto;
} 
ul.mod-menu__sub.list-unstyled.small {
    display: none;
}
.floatingnav-wrap.sc-active .floatingnav {
    transform: translateX(0);
}
.floatingnav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.floatingnav > ul > li {
    display: block;
    width: 100%;
}
.floatingnav > ul > li > a {
    font-size: 52px;
    line-height: 1;
    font-weight: 900;
	color: #fff;
	text-decoration: none; 
	position: relative;
}
.floatingnav > ul > li ul a:after,
.floatingnav > ul > li > a:after {
    content: '' !important;
	transition: .4s all;
    background: url(../images/arrwhite@72x.png);
    background-size: contain;
    width: 44px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    left: -80px;
    top: 12px;
    opacity: 0;
    visibility: hidden;
}
.floatingnav > ul > li > a:hover:after{
	left: -60px;
	opacity: 1;
	visibility: visible;
}
.floatingnav > ul > li ul {
    margin-top: 10px;
    margin-bottom: 20px;
}
.floatingnav > ul > li ul a {
    font-size: 22px;
	position: relative;
	color: #fff;
    font-weight: bold;
	text-decoration: none;
}
.floatingnav > ul > li ul a:after{
	width: 28px;
    height: 20px;
	top: 0;
	left: -60px;
}
.floatingnav > ul > li ul a:hover:after{
	left: -40px;
	opacity: 1;
	visibility: visible;
} 


.footer-bord{
	background:url('../images/footLine.png');
	background-size: cover;
}

footer.footer {
    display: flex;
    padding: 55px 30px 30px 30px;
    background: #182c55;
    justify-content: center;
}
a.footer-logo img {
    width: 53px;
    max-width: none;
}
.footer-nav {
    font-weight: 600;
    font-size: 21px;
    color: #fff;
	display: flex;
    margin-left: 90px;
}
.footer-nav a {
    color: #fff;
    display: block;
    margin-bottom: 21px;
}
.footer-left {
    margin-right: 84px;
}
.footer-social-mobile{
	margin-bottom: 20px;
}
.footer-social-mobile img,
.footer-social img {
    width: auto;
    margin-left: 19px;
    height: 24px;
}
.footer-address {
    margin-left: 70px;
    color: #fff;
    font-size: 21px;
}
.footer-address h3 {
    font-size: 37px;
    color: #fff;
    margin-bottom: 20px;
} 
.fa-address-wrap {
    display: flex; 
	width: 886px;
    justify-content: space-between;
} 
.fa-address.mid {
	margin: 0 20px;
}
.copyright {
    margin-top: 70px;
    color: #fff;
	position: relative;
    font-size: 14px;
}
.footer-social {
	position: absolute;
	right: 0;
	top: -16px;
}
.footer-bord {
    background: url(../images/footLine.png);
    background-size: cover;
    height: 44px;
}
.footer-social-mobile a,
.footer-social a {
    color: #6bc391;
    font-size: 26px;
    margin: 0;
}

.h-banner-wrap {
    background: url('../images/banner 1@72x-100.jpg');
    background-position: center;
    background-size: cover;
	z-index: 2
} 
.h-banner {
    padding: 50px 225px;
    color: #fff;
	position: relative;
}
.h-banner > *{ 
	position: relative;
	z-index: 2
}
.h-banner h3 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.h-banner h1 {
    font-size: 100px;
    font-weight: 900; 
	margin: 0;
	color: #fff;
    line-height: 0.92em;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.hbwct-home.hbwct-slider{
    font-size: 100px;
    font-weight: 900;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.heading h2 {
    margin: 0;
    text-align: center;
    color: #192C55;
    font-size: 34px;
    font-weight: bold;
    padding: 26px 20px;
}

.whatwedoslder-item {
    width: 450px;
	margin-right: 10px;
}
.whatwedoslder-i-image {
    height: 150px;
	background: url('../images/th-1@72x-100.jpg');
	background-position: center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}
.whatwedoslder-i-image.s1 { 
	background-image: url('../images/th-2@72x-100.jpg');
}
.whatwedoslder-i-image.s2 {
	background-image: url('../images/th-3@72x-100.jpg');
}  
.whatwedoslder-i-image.s3 {
	background-image: url('../images/th-4@72x-100.jpg');
} 
.whatwedoslder-i-text {
    padding: 32px 32px 32px;
    background: #F3F3F3;
    min-height: 300px;
}
.whatwedoslder-i-text h3 {
    font-size: 35px;
	color: #192C55
}
.whatwedoslder-i-text p {
    font-size: 20px;
    font-weight: 600;
    color: #192C55;
    padding-right: 100px;
    margin-top: 22px;
    line-height: 1.2em;
}
.whatwedoslder-i-text a {
    font-size: 20px;
    text-decoration: underline;
    color: #ED5F80;
    font-weight: 600;
}
.slick-prev:before, .slick-next:before{
	font-size: 54px;
}
button.slick-next.slick-arrow {
    right: 50px;
    font-size: 65px;
}
button.slick-prev.slick-arrow {
    left: 50px;
    font-size: 65px;
}  
.slick-prev, .slick-next {
    top: 270px;
	z-index: 5
}
.featured-project {
    margin: 16px 0 0;
    line-height: 1;
}
.fp-title {
    font-size: 101px;
    font-weight: 900;
    line-height: 0.95;
    color: #fff; 
    width: 51%;  
    background: #192C55;
}
.fp-title img{
	width: 100%;
	height: auto;
}
.featured-project {
    display: flex;
    flex-wrap: wrap;
}
.fp-text-wrap {
    width: 49%; 
    padding: 100px; 
	background: #192C55; 
}
.fp-text h2 {
    color: #ed5e80;
    font-size: 40px;
    margin-bottom: 10px;
}
.fp-text h3 {
	margin-top: 0;
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
	color: #fff;
}
.fp-text p {
    font-size: 20px; 
    color: #fff;
    line-height: 1.2;
} 
a.btn-arr {
    font-size: 20px;
    font-weight: 600;
    color: #ed5e80;
    text-decoration: underline;
    position: relative;
}
a.btn-arr::before {
    content: '';
    background: url(../images/arr@72x.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: -44px;
    background-repeat: no-repeat;
    top: -5px;
}
.whoweworkwith .heading h2 { 
	color: #6bc494;
	padding-bottom: 0;
}
#logos-slider{
	margin-bottom: 50px;
}
.footer-subscribe {
    background: #ee5e81;
}
.fsc-text {
    width: 490px;
    padding: 60px 0;
    font-size: 35px;
    font-weight: bold;
    color: #192C55;
	line-height: 1.2em;
}
.fs-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.fsc-form {
    position: relative;
    width: 550px;
    padding-right: 70px;
}
.fsc-form label {
    font-size: 22px;
    display: block;
    font-weight: 600;
    color: #192C55;
    margin-bottom: 20px;
}
.fsc-form input[type="text"] {
    width: 100%;
    padding: 10px;
    line-height: 1em;
    font-size: 22px;
}
.fsc-form button {
    text-indent: -999999px;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/arr@72x.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
	right: 0;
    outline: none !important;
}
.hb-wrapper .hbw-content { 
    background: #6cc391;
    display: flex;
}
.hbw-content-text-bg {
    width: 35%;
    background-size: contain;
    background-position: left;
	min-height: 300px;
	background-position: top;
}
.hbw-content {
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 60px;
    background-position: left top;
}
.hbw-content-text {
    padding: 50px 20px 50px 228px;
	width: 65%
}
.hbw-content-text h1 {
    font-size: 50px;
    line-height: 1;
    color: #fff;
    margin-bottom: 38px;
}
.hbwct-slider {
    font-size: 50px;
}
.hbw-content-text{
    font-size: 30px;
    color: #fff;
	font-weight: bold;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
a.uk-button.uk-button-default::after,a.uk-button::after{
	content: '';
	background-image: url(../images/arr-2g@72x-pink.png);
	background-repeat: no-repeat;
	display: block;
	width: 27px;
	height: 22px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: 13px;
	background-size: contain;
}
.uk-scope *+.uk-grid-margin, .uk-scope .uk-grid+.uk-grid, .uk-scope .uk-grid>.uk-grid-margin {
	margin-top: 40px;
}
.accis .uk-grid-margin.uk-first-column {
    margin-top: 20px;
}
.uk-scope .uk-button:hover, .uk-scope .uk-button:focus,
.uk-button:hover,.uk-button:focus{
    background-color: #182c55;
}
.uk-scope .uk-button,
.uk-button {
    position: relative;
}
h2, .uk-scope .uk-h2, .uk-scope h2 {
    font-size: 30px;
    line-height: 34px;
    color: #182c55;
    line-height: 1.3em;
    margin-bottom: 0;
}
a.uk-button,
a.uk-button.uk-button-default {
    font-size: 21px;
}
.uk-panel a.uk-button, .uk-button,
a.uk-button.uk-button-default {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 50px 15px 22px;
    margin-top: 15px;
    position: relative;
	background: #182c55;
    border-radius: 5px;
    line-height: 1.3;
    text-transform: capitalize;
} 
.uk-button-link::before{
	display: none;
} 
.uk-panel a.uk-button.uk-button-link{
	font-size: 14px;
} 
.panel-scout-btn-bot .uk-panel .uk-button {
    position: absolute;
    bottom: 0;
}
.panel-scout-btn-bot .uk-panel {
    position: relative;
    padding-bottom: 55px;
}
.uk-panel.uk-padding {
    padding: 0;
}
.uk-scope *+.uk-margin {
    margin-top: 0 !important;
}
h2.margbot {
    margin-bottom: 36px;
}
#tm-main {
    padding: 0 0 60px;
}
.tm-main > main {
    margin: 0 !important;
}
.copyright.mobile{
	display: none;
}
.cdsflock img {
    width: auto;
    height: 60px;
}
.cdsflock {
    justify-content: space-around;
    margin-top: 50px !important;
}
.slick-prev:before, .slick-next:before{
    content: '';
    height: 34px;
    width: 34px;
    background: url(../images/arrBlue.png);
    background-size: contain; 
    display: inline-block;
    background-repeat: no-repeat;
}
.slick-next:before{
    transform: rotate(180deg);
}
.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    text-align: center;
	transition: all 250ms;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { 
    background: #fff;
}
.itemid-1445 .main-top h3.uk-h3 {
    display: none;
}
.cog-wrapper {
    width: 84vw;
    margin: 0 auto;
}
.cog-content-inner .cci-text {
    font-size: .7em;
    line-height: 1.2em;
}
.cog-content h2{
	color: #fff;
}
.sc-2 .before{
	background: url(../images/sc2.png);
}
.sc-3 .before{
	background: url(../images/sc3.png);
}
.sc-4 .before{
	background: url(../images/sc4.png);
}
.sc-5 .before{
	background: url(../images/sc5.png);
}
.sc-cog-anim.sc-2:hover  .before{
	background: url(../images/sc2-hover.png);
}
.sc-cog-anim.sc-3:hover  .before{
	background: url(../images/sc3-hover.png);
}
.sc-cog-anim.sc-4:hover  .before{
	background: url(../images/sc4-hover.png);
}
.sc-cog-anim.sc-5:hover .before{
	background: url(../images/sc5-hover.png);
}
.before{
	background-position: center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}
.gridstack-heading img.gridstack-heading-icon { 
    height: 34px;
    margin-top: -15px;
	margin-right: 10px;
}
.uk-scope .uk-h1, .uk-scope .uk-h2, .uk-scope .uk-h3, .uk-scope .uk-h4, .uk-scope .uk-h5, .uk-scope .uk-h6, .uk-scope .uk-heading-2xlarge, .uk-scope .uk-heading-large, .uk-scope .uk-heading-medium, .uk-scope .uk-heading-small, .uk-scope .uk-heading-xlarge, .uk-scope h1, .uk-scope h2, .uk-scope h3, .uk-scope h4, .uk-scope h5, .uk-scope h6 {
    font-weight: bold;
}
.gridstackwrap{
	margin-top: 50px;
}
.scmobile{
	display: none;
}
.cog-content-inner p a {
	text-decoration: none;
    background: #182c55;
}
.cog-content-inner p a:hover {
    opacity: .8;
    color: #fff;
    text-decoration: none;
}
.itemid-1496 main {
    display: none;
}
.sc_location {
    font-size: 16px;
    margin-top: 10px !important;
}
a.uk-button, a.uk-button.uk-button-default {
    padding-right: 54px !important;
}
.tmc-txtco h3.uk-h3:not(.gridstack-heading) + div {
    font-size: 16px;
}
.hbwct-slider .sd1 {color: #fff;}
.hbwct-slider .sd2 {color: #ec5f81;}
.hbwct-slider .sd3 {color: #192c56;}
.hbwct-slider .sd4 {color: #fff;}
.hbwct-slider .sd5 {color: #ec5f81;}
.hbwct-slider .sd6 {color: #192c56;}
.itemid-1014 .uk-scope .uk-h3 {
    position: relative;
    padding-bottom: 0;
}
.tm-gallery-avanti .uk-overlay {
    background-color: #f9f9f9 !important;
}
.h-banner-deo{
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.h-banner-deo .slick-list,
.h-banner-deo .slick-track{
	height: 100%;
}
.h-banner-deo .slick-slide{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
/* --- Marquee Styles --- */
.customMarquee {
	overflow: hidden;
	overflow-y:visible;
	white-space: nowrap;
	border-radius: 12px; 
	background: #fff;
	padding: 12px;
	margin: 16px 0; 
	transition: box-shadow 0.3s ease;
} 
.marqueeInner {
	display: inline-flex;
	align-items: center;
	will-change: transform;
}
.marquee-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	margin-right: 12px;
	border-radius: 50px;
	background: #e0f7fa;
	border: 1px solid #b2ebf2;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	font-weight: 500;
	color: #00796b;
	white-space: nowrap;
	transition: transform 0.3s, background 0.3s;
}
.marquee-item:hover {
	transform: scale(1.05);
	background: #b2ebf2;
}
.marquee-img-item {
	display: inline-block;
	border-radius: 8px;
	margin-right: 20px;
	border: 1px solid #ddd;
	box-shadow: 0 2px 5px rgba(0,0,0,0.08);
	transition: transform 0.3s;
}
.marquee-img-item:hover {
	transform: scale(1.05);
}
#logos-slider {
  overflow: hidden;
  width: 100%;
}

.marquee {
  overflow: hidden;
}

.marquee-inner {
  display: flex;
  gap: 20px;
  width: max-content;
  align-items: center;
}

.marquee-inner img {
  flex: 0 0 auto;
  height: 60px;
  width: auto;
}
.hglns .uk-inline-clip {
    height: 200px;
}
.hglns .uk-inline-clip img {
    width: auto;
    height: 100%;
    max-width: none;
}
.uk-scope .hglns h3 {
    font-size: 19px; 
}
.hglns b, .hglns p {
    font-size: 16px;
}
.hglns .uk-card-body {
    padding: 20px;
}
.hglns .uk-card-body > .uk-margin {
    overflow: hidden;
    width: 100%; 
    margin: 0 0 10px!important;
}
.sc-title-st {
    display: block;
}
@media screen and (min-width: 1600px) {
	.cog-wrapper {
		width: 100%;
		left: -13vw;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1400px) {
	.slick-prev, .slick-next {
		top: 190px; 
	}
	button.slick-prev.slick-arrow {
		left: 15px; 
	}
	button.slick-next.slick-arrow {
		right: 15px; 
	}
	.h-banner {
		padding: 60px 50px; 
	} 
	.whatwedoslder-item {
		width: 450px; 
	} 
	.whatwedoslder-i-text p { 
		padding-right: 0;
	} 
	.footer-address,
	.footer-nav { 
		margin-left: 40px; 
	}
	.fa-address-wrap{
		flex-grow: 1;
		width: auto
	}
	.footer-social { 
		right: 10px;
	}
}
@media screen and (min-width: 768px) {
	div#userwayAccessibilityIcon {
		margin-left: -133px;
	}
}
@media screen and (max-width: 768px) {
	.scmobile{
		display: block;
	}
	.scdesktop{
		display: none;
	}
	.floatingnav { 
		width: 100%;
	}
	.floatingnav { 
		padding: 80px 20px 20px 15px;
	}
	.floatingnav > ul > li > a {
		font-size: 32px;
	}
	.floatingnav > ul > li ul a {
		font-size: 18px;
	}
	.headsearch a{
		font-size: 12px;
	} 
    .h-banner {
        padding: 30px 15px;
    }
	.h-banner h3 {
		font-size: 26px;
    }
	.hbwct-home.hbwct-slider,
	.h-banner h1 {
		font-size: 54px;
    }
	.heading h2 { 
		font-size: 26px;
    }
    .whatwedoslder-item {
        width: 300px;
    }
	.whatwedoslder-i-text {
		padding: 15px;
	}
	.whatwedoslder-i-text { 
		min-height: 300px;
	} 
	.fp-text h3{
		font-size: 26px;
    }
	.fp-title,
	.fp-text-wrap {
		width: 100%;
    }
    .fp-text-wrap {
        padding: 50px 15px;
    }
	.fsc-text {
		width: 100%; 
		padding: 60px 0 20px;
		text-align: center;
	}
	.fsc-form { 
		width: auto; 
		margin-bottom: 80px;
		padding-right: 0;
	}
	.fsc-text{
		font-size: 26px;
	}
	.fsc-form button { 
		width: 36px;
		height: 36px;
	}
	.fsc-form button { 
		right: 10px; 
		margin-top: 7px;
	}
	.fsc-form input[type="text"] { 
		padding: 10px 40px 10px 10px; 
	}
	footer.footer { 
		padding: 30px 15px; 
		flex-wrap: wrap;
	}
	a.footer-logo {
		display: block;
		width: 100%;
		text-align: center;
	}
	.footer-address h3 {
		font-size: 26px;
	} 
	.footer-address {
		order: 2;
		margin: 50px 0;
		text-align: center;
	} 
    .footer-nav {
        display: flex;
        width: 100%;
        justify-content: space-around;
        margin: 0;
        order: 3;
        margin: 30px 0;
    }
	.footer-left {
		margin-right: 0;
	}
	 
	.footer-nav a { 
		font-size: 16px;
	}
	.fa-address-wrap { 
		font-size: 16px;
	}
	.fa-address.mid {
		margin: 0 20px;
	}
	.footer-social {
		position: relative;
		order: 6;
		margin: 0 auto;
	}
	.copyright.desktop{
		display: none; 
	}
    .copyright.mobile {
        display: block;
        order: 9;
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }
	a.logo img{ 
        width: 50px;
        margin: 12px 10px;
	}
	.headsearch {
		margin-right: 80px;
	}
	.hbw-content-text h1 {
		font-size: 32px;
		margin-bottom: 18px;
	}
	.hbw-content-text{
		font-size: 22px; 
	}
	.hbwct-slider {
		font-size: 32px;
	}
	.hbw-content{
		min-height: 0;
	}
	.hbw-content { 
		margin-bottom: 50px;
	}
	h2, .uk-scope .uk-h2, .uk-scope h2 {
		font-size: 24px;
	}
	a.uk-button, a.uk-button.uk-button-default,
	html {
		font-size: 20px; 
	}
	.headhamburger { 
		top: 16px;
        right: 15px;
	}
	.hbw-content-text {
		padding: 50px 15px;
	}
	.hbw-content-text { 
		width: 70%;
	}
	.hbw-content-text-bg {
		width: 30%;
		min-height: 0;
        background-size: 240px;
	}
	.hbw-content-text {
        padding: 20px 15px;
    }
	.uk-scope .uk-h3, .uk-scope h3 {
		font-size: 18px;
		line-height: 1.4;
	}
	.ccfl-top{
		font-size: 9px !important;
	}
	.cog-content h2 {
		font-size: 14px
	}
	a.cc-learn-more {
		color: #fff;
		background: #182c55;
        font-size: 8px;
	}
	.whatwedoslder-i-image {
		height: 100px;
	}
	
}