:root {
	--light-blue: #3399FE;
	--dark-blue: #0A2574;
	--blue: #163882;
}
html {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flex-row {
	display: flex;
	flex-direction: row;
}
.uk-container {
	margin-left: auto;
	margin-right: auto;
}
.uk-dropdown-navbar.uk-dropdown {
	background: var(--dark-blue);
}
.tm-navbar .uk-navbar-nav li .uk-dropdown-navbar.uk-dropdown a {
	color: #ffffff;
	background: transparent !important;
}
.tm-navbar .uk-navbar-nav li .uk-dropdown-navbar.uk-dropdown a::after {
	display: none;
}
.tm-navbar .uk-navbar-nav li .uk-dropdown-navbar.uk-dropdown li {
	padding: 0 12px;
	margin: 0 0 16px;
}
.tm-navbar .uk-navbar-nav li .uk-dropdown-navbar.uk-dropdown ul > li:last-of-type {
	margin: 0;
}
.tm-navbar .uk-navbar-nav li .uk-dropdown-navbar.uk-dropdown ul {
	max-height: 250px;
	overflow-y: auto;
}
.jcsb {
	justify-content: space-between;
}
.jcc {
	justify-content: center;
}
.aic {
	align-items: center;
}
.flex-column {
	display: flex;
	flex-direction: column;
}
.body > p:last-of-type {
	margin: 0;
}

a {
	color: inherit;
}
.tm-toolbar {
	background: var(--light-blue);
	padding: 12px 0;
}
.tm-toolbar .uk-float-left {
	display: block;
	float: none;
}
.tm-toolbar .site-toolbar {
	justify-content: center;
	flex-wrap: wrap;
	gap: 46px;
}
.tm-toolbar .site-toolbar a:hover {
	color: #ffffff;
}
.tm-toolbar .site-toolbar .flex-row {
	align-items: center;
	gap: 8px;
}
.tm-toolbar .site-toolbar svg {
	display: block;
	width: 20px;
	height: auto;
}
.uk-container {
	max-width: 1440px;
}
.site-toolbar span {
	font-size: 14px;
	font-weight: 600;
	line-height: 100%;
}
.tm-navbar .uk-container::before,
.tm-navbar .uk-container::after {
	display: none !important;
}
.tm-navbar .uk-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}
.tm-navbar .uk-navbar-nav {
	display: flex;
	flex-direction: row;
	gap: 16px 32px;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.tm-navbar {
	padding: 16px 0;
	background: #ffffff;
}
.tm-navbar .uk-navbar-nav li a {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 100%;
	color: var(--blue);
	overflow: hidden;
	position: relative;
	padding: 1px 0;
}
.uk-navbar-nav > li {
	float: none !important;
}
.tm-navbar .uk-navbar-nav li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: var(--blue);
	display: block;
	transform: translateX(-101%);
	transition: all .2s ease;
}
.tm-block {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.bottom-c.tm-block {
	padding: 0 !important;
}
.bottom-c .uk-container {
	max-width: 100%;
	padding: 0;
	margin: 0;
}
.tm-navbar .uk-navbar-nav li a:hover::after {
	transform: translateX(0);
}
.tm-navbar .uk-navbar-nav li.uk-active a {
	font-weight: 700;
}
.tm-navbar .tm-logo {
	max-width: 103px;
}
.tm-footer-block {
	background: #061A55;
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}
.tm-footer-block p,
.tm-footer-block li,
.tm-footer-block a {
	color: #ffffff;
}
.tm-footer-block p {
	text-align: center;
	margin: 0 0 12px;
}
ul.legals-menu {
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: center;
}
ul.legals-menu li::after {
	content: '|';
	display: inline-block;
	margin: 0 6px;
}
ul.legals-menu li:last-of-type::after {
	display: none;
}
.footer-top.tm-block {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	background: var(--dark-blue);
}
.footer-top.tm-block p,
.footer-top.tm-block li,
.footer-top.tm-block a {
	color: #ffffff;
}
ul.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
p.footer-title {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 24px;
}
.footer-middle {
	padding-left: 24px;
}
.footer-left p {
	line-height: 25px;
}
.footer-left a {
	display: block;
}
.footer-address-1 {
	margin: 0 0 40px;
}
.footer-address p {
	margin: 8px 0 0;
}
.socials-row {
	gap: 6px;
	flex-wrap: wrap;
	margin: 0 0 60px;
}
.socials-row a,
.socials-row svg {
	display: block;
}
ul.footer-menu li {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 120%;
	margin: 0 0 24px;
}
.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.bg-content {
	position: relative;
	z-index: 5;
}
img.ofc {
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
}
.home-hero-section .bg .left,
.home-hero-section .bg .right {
	position: absolute;
	top: 0;
	z-index: 1;
	height: 100%;
}
.home-hero-section .bg .left {
	width: 64%;
	left: 0;
	background: var(--dark-blue);
}
.home-hero-section .bg .left img {
	opacity: 0.25;
}
.home-hero-section .bg .right {
	width: 36%;
	right: 0;
}
h1 {
	margin: 0 0 30px;
	color: #ffffff;
	font-size: 80px;
	line-height: 120%;
	text-transform: uppercase;
}
h2 {
	color: #000000;
	font-size: 24px;
	line-height: 115%;
	margin: 0 0 30px;
}
span.pre-title {
	display: inline-block;
	text-transform: uppercase;
	color: var(--blue);
	font-size: 20px;
	line-height: 100%;
	margin: 0 0 16px;
}
.hero span.pre-title {
	font-size: 32px;
	line-height: 125%;
	font-weight: 600;
	display: inline-block;
	margin: 0 0 30px;
	color: var(--light-blue);
	text-transform: none;
	
}
.home-hero {
	padding: 70px 0;
	padding-bottom: 250px!important;
}
.home-hero .left {
	width: 60%;
	max-width: 802px;
}
.home-hero .body {
	max-width: 641px;
}
.home-hero .body p {
	font-size: 24px;
	line-height: 41px;
}
.btn-container {
	margin: 30px 0 0;
}
.white,
.white * {
	color: #ffffff;
}
.btn,
a.btn {
	padding: 16px 80px;
	display: inline-block;
	border-radius: 32px;
	font-size: 20px;
	line-height: 100%;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none !important;
}
.btn.btn-light-blue,
a.btn.btn-light-blue {
	background: var(--light-blue);
	color: #ffffff;
}
p {
	font-weight: 400;
}
.home-hero-main {
	gap: 48px;
}
.home-hero-main .right {
	flex-grow: 1;
}
.home-form-wrap {
	background: #ffffff;
	padding: 40px 24px;
}
.home-form-wrap h2 {
	text-align: center;
	color: var(--dark-blue);
	font-size: 40px;
	line-height: 120%;
	text-transform: uppercase;
	margin: 0 0 40px;
}
.main-form label {
  font-size: 16px;
  line-height: 120%;
	font-weight: 400;
  position: absolute;
  top: 13px;
  left: 16px;
	color: #B7B7B7;
  z-index: 5;
	user-select: none;
	pointer-events: none;
  transition: all .2s ease;
	-webkit-appearance: none;
	appearance: none;
	text-transform: uppercase;
}
.home-hero-main *,
.main-form  * {
	box-sizing: border-box;
}
.main-form .form-el-wrap {
	position: relative;
	margin: 0 0 16px;
}
.main-form input,
.main-form textarea {
	padding: 12px 16px;
	border: 1px solid #B7B7B7;
	border-radius: 0;
	outline: none;
	font-size: 16px;
  	line-height: 120%;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	font-family: "Inter", sans-serif;
	text-transform: lowercase!important;
	color: #000000;
}
.main-form textarea:focus~label,
.main-form textarea:-webkit-autofill~label,
.main-form textarea:not(:placeholder-shown)~label,
.main-form input:focus~label,
.main-form input:-webkit-autofill~label,
.main-form input:not(:placeholder-shown)~label {
  top: 2px;
  font-size: 9px;
}
.main-form .wpcf7-not-valid-tip {
	display: inline-block;
	font-size: 11px;
	margin: 4px 0 0;
}
.main-form .btn-container {
	margin: 16px 0 0;
}
.main-form button.submit-btn {
	display: block;
	width: 100%;
	background: var(--dark-blue);
	color: #ffffff;
	padding: 16px 40px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 100%;
	outline: none;
	border: none;
	border-radius: 0;
	appearance: none;
	font-weight: 700;
}
.wpcf7-form-control-wrap {
	position: unset;
}
.home-hero .uk-container {
	margin: auto;
}
.large-map iframe {
	display: block;
	width: 100%;
	height: 550px;
}
.who-we-are-50 .imgs-container {
	position: relative;
	padding-bottom: 80px;
}
.who-we-are-50 .imgs-container img {
	
	width: calc(100% - 100px);
	height: auto;
}
.who-we-are-50 .imgs-container .bottom-img {
	z-index: 1;
	position: relative;
	margin-left: 100px;
}
.who-we-are-50 .uk-margin {
	height: 100%;
}
.who-we-are-50 .imgs-container .top-img {
	top: 80px;
	left: 0;
	z-index: 5;
	position: absolute;
	box-shadow: 17px 10px 24.1px 0 rgba(0,0,0,0.4);
}
.call-box {
	padding: 24px;
	background: var(--dark-blue);
}
.call-box p {
	margin: 0;
}
.call-box p,
.call-box a {
	color: #ffffff;
}
.call-box {
	margin: 40px 0 0;
}
.call-box > div {
	gap: 16px;
}
.call-box p.title {
	text-transform: uppercase;
	margin: 0;
	margin: 0 0 8px;
}
.call-box .right > p:nth-of-type(2) {
	font-size: 30px;
	font-weight: 700;
}
.who-we-are-50 .left {
	padding-top: 40px;
	max-width: 568px;
}
.who-we-are-50 svg {
	display: block;
}
p {
	font-size: 18px;
	line-height: 150%;
}
.numbers-section.uk-panel {
	margin: 80px 0 !important;
	padding: 40px 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
.numbers-row {
	gap: 24px;
	justify-content: center;
}
.numbers-row > div {
	width: calc(25% - 18px);
	min-width: 284px;
}
.numbers-row h3 {
	font-size: 50px;
	line-height: 100%;
	color: var(--blue);
	margin: 0 0 8px;
}
.number-icon-row {
	align-items: center;
	gap: 20px;
}
.numbers-row p {
	margin: 0;
	text-transform: uppercase;
}
.service-item .content {
	padding: 100px 24px 24px;
	position: relative;
	background: url('/wp-content/uploads/2025/06/service-bg-min.png');
	background-size: cover;
	margin-top: -70px;
}
.service-item .content h3,
.service-item .content .body {
	position: relative;
	z-index: 5;
}
.service-item .content h3,
.service-item .content p {
	color: #ffffff !important;
}
.service-item .content h3 {
	font-size: 24px;
	line-height: 120%;
	margin: 0 0 16px;
}
.service-item .img-container {
	height: 370px;
	overflow: hidden;
}
.services-grid-wrap .uk-overlay-hover .img-container img {
	transition: all .4s ease;
}
.services-grid-wrap .uk-overlay-hover:hover .img-container img {
	transform: scale(1.08);
}
.service-item * {
	box-sizing: border-box;
}
.service-item .logo-container {
	height: 110px;
	width: 110px;
	background: #ffffff;
	padding: 18px 12px;
	z-index: 5;
	position: absolute;
	left: 24px;
	top: -40px;
}
.text-center {
	text-align: center;
}
span.pre-title.text-center {
	display: block;
	text-align: center;
}
.services-grid-wrap h2 {
	max-width: 900px;
	margin: 0 auto;
}
.services-grid-wrap .uk-grid {
	margin-top: 64px;
}
.services-grid-wrap .uk-grid .uk-margin {
	margin: 0;
}
.services-grid-wrap .uk-position-z-index {
	z-index: 10;
}
.logos-row {
	align-items: center;
	justify-content: space-between;
	max-width: 900px;
	margin: 80px auto;
	flex-wrap: wrap;
	gap: 32px;
}
.logos-row img {
	height: 100px;
	width: auto;
}
span.pre-title.white {
	color: #ffffff;
}
.home .top-b {
	background: #0A2574;
}
.areas-we-cover-row {
	gap: 80px;
}
.areas-we-cover-row .right {
	width: 40%;
	text-align: center;
}
.areas-we-cover-row img {
	width: 100%;
	max-width: 406px;
	margin: auto;
}
.areas-we-cover-row .left {
	max-width: 704px;
}
.socials-grid {
	display: grid;
	grid-template-columns: repeat(4, calc(25% - 18px));
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	margin: 40px 0 0;
}
.socials-grid .social-link-item {
	grid-column: span 2;
	background: var(--dark-blue);
	padding: 40px;
	text-align: center;
}
.socials-grid .social-link-item img {
	height: 84px;
	display: block;
	margin: auto;
	width: auto;
}
.socials-grid .social-link-item .facebook img {
	width: 240px;
	object-fit: contain;
}
.socials-grid .social-link-item p {
	margin: 8px 0 24px;
	font-size: 12px;
	line-height: 100%;
	color: #ffffff;
}
.socials-grid .social-link-item .btn {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	padding: 14px 40px;
	color: #ffffff;
}
.facebook .btn {
	background: #1877F2;
}
.facebook .btn svg {
	display: block;
	height: 27px;
	width: auto;
}
.instagram .btn {
	background: linear-gradient(0deg, rgba(244, 147, 125, 1) 0%, rgba(222, 56, 117, 1) 100%);
}
.home .top-c {
	background: url('/wp-content/uploads/2025/06/socials-bg-min-scaled.jpg');
	background-size: cover;
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
.home .main-area.tm-block {
	background: url('/wp-content/uploads/2025/06/gallery-bg-min.jpg');
	background-size: cover;
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
.home-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, calc(33.33% - 16px));
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	margin: 48px 0 0;
}
.home-gallery-grid > div:first-of-type {
	grid-column: span 2;
}
.home-gallery-grid > div:nth-of-type(2) {
	grid-row: span 2;
}
.home-gallery-grid-section h2 {
	color: #ffffff;
	margin: 0;
}
.title-btn-row {
	align-items: flex-end;
	gap: 40px;
	flex-wrap: wrap;
}
.title-btn-row .btn-container {
	margin: 0;
}
.gallery-btn {
	font-weight: 700;
	text-transform: uppercase;
	display: inline-flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 12px;
}
.gallery-btn::before {
	content: '';
	display: block;
	width: 350px;
	height: 2px;
	background: #ffffff;
	position: relative;
	top: -4px;
}
.home .tm-block.bottom-a > div.uk-container {
	padding: 0;
	max-width: 100%;
	margin: 0;
}
.home-projects .uk-container {
	max-width: 950px;
	margin: auto;
}
.home-projects * {
	box-sizing: border-box;
}
.home-projects .uk-panel-teaser {
	margin: 0;
}
.home-projects .uk-margin {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 24px 60px;
	margin: 0;
	z-index: 5;
}
.home-projects .uk-margin p {
	margin: 0;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	text-align: center;
}
.home-projects .location-1,
.home-projects .location-2 {
	position: absolute;
	bottom: calc(100% + 100px);
}
.home-projects .location-1 {
	left: calc(100% + 30px);
}
.home-projects .location-2 {
	right: calc(100% + 30px);
}
.tm-bottom-a.uk-grid > div {
	width: 100% !important;
}
.testimoinal-section {
	padding: 80px 0;
	margin: 80px 0 0;
	background: url('/wp-content/uploads/2025/06/testimonials-bg-min.jpg');
	background-size: cover;
	
}
.testimoinals-swiper {
	overflow: hidden;
	padding: 64px 0 0;
}
.testimonial-btns {
	margin: 80px 0 0;
	gap: 24px;
}
.testimonial-btns svg path {
	fill: var(--light-blue);
	transition: all .1s ease;
}
.testimonial-btns div:hover svg path {
	fill: var(--dark-blue);
}
.testimonial-btns > div {
	cursor: pointer;
}
.testimonial {
	padding: 0 50px;
}
.testimonial::after,
.testimonial::before {
	content: '';
	width: 85px;
	height: 65px;
	display: block;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}
.testimonial::after {
	background-image: url('/wp-content/uploads/2025/06/open-quote.png');
	top: -64px;
	left: 0;
}
.testimonial::before {
	background-image: url('/wp-content/uploads/2025/06/close-quote.png');
	bottom: 0;
	right: 0;
}
.testimonial .body p {
	font-size: 42px;
	line-height: 130%;
	font-weight: 700;
}
.testimonial p.name {
	color: var(--dark-blue);
	font-size: 30px;
	line-height: 120%;
	margin: 40px 0 0;
	font-weight: 700;
}
.posts-grid {
	display: grid;
	grid-template-columns: repeat(4, calc(25% - 18px));
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	margin: 80px 0 0;
}
.post-card * {
	box-sizing: border-box;
}
.post-card {
	background: #ffffff;
	box-shadow: 0 2px 19px -5px rgba(0,0,0,0.25);
	transition: all .2s ease;
}
.post-card:hover {
	box-shadow: 0 2px 24px -5px rgba(0,0,0,0.4);
}
.post-card img {
	transition: all .4s ease;
}
.post-card:hover img {
	transform: scale(1.08);
}
.post-card .img-container {
	background: var(--dark-blue);
	position: relative;
	height: 321px;
	width: 100%;
	overflow: hidden;
}
.post-card .date-tag {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 40px;
	z-index: 10;
	background: var(--light-blue);
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	padding: 6px;
	line-height: 100%;
}
.post-card .post-card-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.post-card .post-content {
	padding: 24px 16px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-grow: 1;
}
.post-card button {
	margin-top: auto;
	appearance: none;
	padding: 0;
	background: transparent;
	color: var(--dark-blue);
	cursor: pointer;
	font-size: 18px;
	line-height: 120%;
	font-style: italic;
	border: none;
	border-radius: 0;
	outline: none;
}
.post-card a {
	text-decoration: none !important;
}
.post-card .excerpt {
	margin: 0 0 24px;
}
.post-card .excerpt p {
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: none;
	color: #383838;
	font-size: 16px;
	line-height: 140%;
	margin: 0;
}
.post-card h3 {
	color: #000000;
	font-size: 24px;
	line-height: 130%;
	margin: 0 0 16px;
}
.home .tm-block.bottom-b {
	padding-bottom: 80px !important;
	padding-top: 80px !important;
}
.numbers-row {
	flex-wrap: wrap;
}
.numbers-row svg {
	min-width: 98px;
}
body {
	margin-left: 0 !important;
}
.normal-hero .uk-panel-teaser {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.normal-hero .uk-panel-teaser img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.normal-hero {
	padding: 160px 0;
}
.normal-hero .uk-panel {
	position: unset;
}
.normal-hero .hero-content {
	position: relative;
	z-index: 5;
	padding: 0 16px;
}
.hero-contact-strip {
	padding: 0 16px;
	width: calc(100% - 32px);
	position: absolute;
	bottom: 16px;
	left: 0;
	z-index: 5;
}
.hero-contact-strip p {
	margin: 0;
	font-size: 22px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
}
.normal-hero h1 {
	text-transform: none;
}
a.hero-btn {
	text-transform: uppercase;
	display: inline-block;
	padding: 16px 40px;
	background: #ffffff;
	color: var(--light-blue);
	text-decoration: none;
	transition: all .2s ease;
}
a.hero-btn:hover {
	background: var(--light-blue);
	color: #ffffff;
}
.normal-hero.hero span.pre-title {
	font-size: 24px;
	margin: 0 0 16px;
}
.hero-contact-strip p.phone {
	color: var(--light-blue);
}
.hero-contact-strip .flex-row {
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex-wrap: wrap;
	
}
.page-template-default main.tm-content {
	display: none;
}
.tm-sidebar-a-right .tm-middle .tm-main {
	width: 67%;
}
.tm-sidebar-a-right .tm-middle .tm-sidebar-a {
	width: 33%;
}
.service-page-template .main-area {
	background: #ffffff;
}
.service-page-template .tm-top-a > div {
	width: 100%;
}
.service-gallery-small {
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 12px));
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	margin: 0 0 24px;
}
.service-gallery-small img {
	width: 100%;
}
.service-gallery-small > div:first-of-type {
	grid-column: span 2;
}
.service-boxed-text {
}
.gallery-main figure {
	height: 250px;
	width: 100%;
}
.gallery-main figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-main-text h3 {
	color: var(--dark-blue);
}
.services-bottom li,
.service-main-text li {
	font-size: 18px;
}
.hero-contact-strip a:hover {
	color: #ffffff;
}
.services-bottom li {
	font-weight: 700;
}
.service-boxed-text h2 {
	font-size: 40px;
	margin: 0 0 40px;
	color: var(--blue);
}
.service-page-template .tm-main-top > div {
	width: 100% !important;
}
.numbers-section.services-numbers-section.uk-panel {
	padding: 0;
	border: none;
	margin: 0 0 80px !important;
}
.service-page-template .tm-block.top-b {
	background: var(--blue);
	overflow: hidden;
	position: relative;
}
.service-page-template .tm-block.top-b::after {
	content: '';
	position: absolute;
	top: -150px;
    left: -130px;
    width: 600px;
    height: 200px;
    transform: rotate(-14deg);
	z-index: 1;
	background: var(--light-blue);
}
.service-page-template .tm-block.top-c {
	background: #ffffff;
}
.services-bottom {
	text-align: center;
}
.services-bottom ul {
	list-style: none;
}
.services-bottom ul > li {
	margin: 0 0 4px;
}
.service-page-template .main-area {
	padding: 0 !important;
}
.services-bottom p,
.services-bottom li,
.services-bottom * {
	color: var(--blue);
}
.service-page-template .tm-block.top-b::before {
	content: '';
	position: absolute;
	bottom: -101px;
    right: -52px;
    width: 900px;
    height: 200px;
    transform: rotate(-14deg);
	z-index: 1;
	background: var(--light-blue);
}
.service-page-template .tm-block.top-b .uk-container {
	position: relative;
	z-index: 5;
}
.services-contact-row {
	gap: 40px;
}
.services-contact-row .main-form button.submit-btn {
	background: #ffffff;
	color: var(--blue);
}
.services-contact-row .left {
	max-width: 400px;
}
.services-contact-row .right {
	flex-grow: 1;
	max-width: 700px;
}
.services-main-section {
	display: flex;
	flex-direction: row;
	gap: 40px;
	align-items: flex-start;
}
.service-gallery-small > div:nth-of-type(2),
.service-gallery-small > div:nth-of-type(3) {
	height: 220px;
}
.service-gallery-small > div:nth-of-type(2) img,
.service-gallery-small > div:nth-of-type(3) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.services-left p,
.services-left li {
	color: var(--blue);
}
.services-main-section .service-gallery-small {
	width: 45%;
	min-width: 45%;
}
.sidebar-box h2 {
	font-size: 30px;
	font-style: italic;
	text-transform: none;
	margin: 0 0 24px;
	color: var(--dark-blue);
}
.sidebar-box {
	padding: 24px 16px;
	background: #ffffff;
	box-shadow: 2px 7px 16px 0px rgba(0,0,0,0.13);
}
.sidebar-info {
	margin: 0 0 24px;
}
.sidebar-info ul {
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
}
.sidebar-info > ul:last-of-type {
	margin: 0;
}
.sidebar-info p,
.sidebar-info ul li {
	color: #383838;
	font-style: italic;
	font-size: 18px;
}
.sidebar-info h2 {
	padding-top: 24px;
	border-top: 1px solid #D9D9D9;
}
.sidebar-info > h2:first-of-type {
	padding: 0;
	border: none;
}
.sidebar-info ul > li {
	margin: 0 0 6px;
}
.sidebar-info ul > li:last-of-type {
	margin: 0;
}
.sidebar-info p {
	margin: 0;
}
.sidebar-info p.link {
	margin: 0 0 32px;
}
.uk-accordion h3 {
	font-size: 22px;
	color: #383838;
}
.uk-accordion .uk-accordion-title {
	padding: 24px 32px;
	background: #EEF1F9;
	border-left: 6px solid var(--dark-blue);
}
.faqs h2 {
	max-width: 678px;
}
.tm-article-blog.wp-home .tm-block.bottom-b,
.service-page-template .tm-block.bottom-b {
	padding: 0 !important;
}
.tm-article-blog.wp-home .bottom-b > .uk-container,
.service-page-template .bottom-b > .uk-container {
	max-width: 100%;
	padding: 0;
}
.tm-article-blog.wp-home .tm-bottom-b > div {
	width: 100%;
	margin: 0;
}
.single-article-main h1 {
	color: var(--dark-blue);
	font-size: 42px;
	line-height: 120%;
	margin: 0 0 8px;
}
.single-article-main .uk-article-meta {
	margin: 0 0 24px;
	color: var(--blue);
}
.single-article-main .content {
	font-size: 16px;
	line-height: 140%;
	margin: 40px 0 0;
}
.post-template-default.tm-article-blog .uk-article {
	padding: 0 !important;
}
.tm-article-blog .tm-blog-image, .tm-article-blog .tm-blog-image-single-view {
	margin: 0;
}
.tm-article-blog.wp-home .bottom-b .uk-width-1-1 > div,
.service-page-template .bottom-b .uk-width-1-1 > div {
	margin: 0;
}
.service-blogs {
	background: #EEF1F9;
	padding: 80px 0;
}
.tm-article-blog.wp-home .testimoinal-section,
.service-page-template .testimoinal-section {
	margin-top: 0;
}
.uk-nav-offcanvas > li > a,
.uk-nav-offcanvas ul a {
	color: #ffffff !important;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
	color: var(--blue) !important;
}
.uk-nav-offcanvas > .uk-parent > .uk-nav-sub {
	background: var(--light-blue);
}
@media all and (max-width: 1300px) {
	.home-projects .location-2 {
		left: 0;
        width: 150px;
        height: auto;
        right: auto;
        bottom: 67px;
	}
	.home-projects .location-1 {
    	left: auto;
    	right: 0;
    	width: 120px;
    	height: auto;
    	bottom: 75px;
	}
	.home-projects svg > path:nth-of-type(1) {
		fill: #ffffff;
	}
}
@media all and (max-width:1220px) {
	.footer-middle {
		padding-left: 0;
	}
	.tm-footer-top .uk-grid > div:nth-of-type(2) {
		order: 4;
		margin-top: 40px;
	}
	.tm-footer-top .uk-grid > div:nth-of-type(3) {
		order: 3;
		margin-top: 45px;
	}
	.tm-footer-top .uk-grid > div:nth-of-type(4) {
		order: 0;
	}
	.footer-top.tm-block {
		padding-bottom: 40px !important;
	}
	.posts-grid {
		grid-template-columns: repeat(2, calc(50% - 12px));
	}
}
@media all and (max-width:1080px) {
	.home-hero-main {
		flex-direction: column;
	}
	.services-contact-row {
		gap: 16px;
	}
	.services-contact-row .right,
	.services-contact-row .left {
		max-width: 100%;
		width: 100%;
	}
	.services-contact-row,
	.services-main-section {
		flex-direction: column;
	}
	.services-main-section .service-gallery-small {
		width: 100%;
		min-width: 100%;
	}
	.home-hero .left,
	.home-hero .right {
		width: 100%;
		max-width: 100%;
	}
	.home-hero-section .bg .left {
		width: 100%;
		height: 67%;
	}
	.home-hero-section .bg .right {
		width: 100%;
		height: 33%;
		top: auto;
		bottom: 0;
	}
	h1 {
		font-size: 54px;
	}
	h2 {
		font-size: 40px;
	}
	.hero span.pre-title {
		font-size: 22px;
	}
	.home-hero .body p {
		font-size: 20px;
		line-height: 34px;
	}
	.home-form-wrap {
		padding: 24px 16px;
	}
	span.pre-title {
		font-size: 16px;
	}
	.tm-toolbar {
		display: none;
	}
	.uk-navbar-toggle::before {
		display: none;
	}
	.uk-navbar-toggle {
		display: flex !important;
		height: auto;
		padding: 4px;
		height: 52px;
		width: 52px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: var(--light-blue);
		color: #ffffff;
	}
	.uk-navbar-toggle:hover,
	.uk-navbar-toggle:focus {
		color: #ffffff;
		background: var(--dark-blue);
	}
	.tm-navbar .uk-navbar-nav {
		display: none;
	}
	.uk-offcanvas-bar {
		background: var(--dark-blue);
	}
	html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
		background: #ffffff;
		color: var(--dark-blue);
	}
	.uk-nav-offcanvas > .uk-open > a,
	html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
	html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
		background: transparent;
	}
	.uk-nav-offcanvas li {
		font-size: 20px;
	}
	.uk-offcanvas {
		background: rgba(0,0,0,0.6);
	}
	.areas-we-cover-row {
		flex-direction: column;
		gap: 24px;
		align-items: flex-start;
	}
	.areas-we-cover-row .right,
	.areas-we-cover-row .left {
		width: 100%;
		max-width: 100%;
	}
	.areas-we-cover-row .right {
		max-width: 400px;
	}
	.tm-sidebar-a-right .tm-middle .tm-main,
	.tm-sidebar-a-right .tm-middle .tm-sidebar-a {
		width: 100%;
	}
	.hero-contact-strip p {
		font-size: 16px;
	}
}
@media all and (max-width:960px) {
	.services-grid-wrap .uk-grid .uk-panel {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.home-projects .uk-panel {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.home-projects .uk-grid > div:nth-of-type(2),
	.home-projects .uk-grid > div:nth-of-type(4) {
		margin-top: 0;
	}
	.socials-grid {
		grid-template-columns: repeat(2, calc(50% - 12px));
	}
	.testimonial .body p {
		font-size: 28px;
	}
	.testimonial p.name {
		font-size: 20px;
		margin: 24px 0 0;
	}
	.testimonial::after, .testimonial::before {
		width: 50px;
	}
	.testimonial::before {
		bottom: -39px;
	}
	.service-boxed-text h2 {
		font-size: 26px;
	}
	.service-boxed-text {
		padding: 16px;
	}
}
@media all and (max-width: 768px) {
	.hero-contact-strip p.intro {
		width: 100%;
	}
	.hero-contact-strip .flex-row > p.sep.second {
		display: none;
	}
	.service-page-template .normal-hero {
		padding-bottom: 180px;
	}
	.numbers-row {
		flex-direction: column;
		align-items: center;
	}
	.testimonial-btns {
		margin: 40px 0 0;
	}
	.testimonial {
		padding: 0;
	}
	.testimonial::after,
	.testimonial::before {
		bottom: auto;
		top: -39px;
	}
	.service-gallery-small {
		grid-template-columns: repeat(2, calc(50% - 6px));
    	grid-column-gap: 12px;
    	grid-row-gap: 12px;
	}
	.numbers-row > div {
		width: 100%;
		max-width: 260px;
	}
	.numbers-row > div svg {
		width: 80px;
		height: auto;
	}
	.logos-row {
		justify-content: center;
	}
	.socials-grid {
		grid-template-columns: repeat(2, calc(50% - 6px));
		grid-column-gap: 12px;
		grid-row-gap: 12px;
	}
	.posts-grid {
		grid-template-columns: 100%;
		margin: 40px 0 0;
	}
	.tm-footer-top .uk-grid > div {
		margin-top: 24px !important;
	}
	.tm-footer-top .uk-grid > div:first-of-type {
		margin-top: 0 !important;
	}
	.tm-footer-block li,
	.tm-footer p {
		font-size: 14px;
	}
	ul.legals-menu {
		flex-wrap: wrap;
	}
	.post-card .img-container {
		height: 280px;
	}
	.home-projects .uk-margin {
		padding-bottom: 24px;
	}
	.call-box .right > p:nth-of-type(2) {
		font-size: 20px;
	}
	.call-box {
		padding: 12px;
	}
	.call-box p {
		display: flex;
		flex-direction: column;
		gap: 8px;
		line-height: 100%;
	}
	.call-box p .sep {
		display: none;
	}
	.services-grid-wrap .uk-grid {
		margin-top: 40px;
	}
	h2 {
		font-size: 25px;
	}
	.socials-grid {
		margin: 0;
	}
	.home .bottom-a.tm-block  {
		padding-bottom: 0 !important;
	}
	.home-form-wrap h2 {
		font-size: 30px;
		margin: 0 0 16px;
	}
	h1 {
		font-size: 32px;
	}
	.hero span.pre-title {
		font-size: 18px;
		margin: 0 0 8px;
	}
	.home-gallery-grid {
		grid-template-columns: repeat(2, calc(50% - 6px));
		grid-column-gap: 12px;
		grid-row-gap: 12px;
	}
	.title-btn-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}
	.title-btn-row .btn-container,
	.title-btn-row a {
		width: 100%;
	}
	.gallery-btn::before {
		width: auto;
		flex-grow: 1;
	}
	.uk-accordion .uk-accordion-title {
		padding: 16px;
		font-size: 20px;
	}
	.uk-accordion-content {
		padding: 0;
	}
	.normal-hero {
		padding: 120px 0;
	}
	.service-gallery-small {
		grid-template-columns: 100%;
	}
	.service-gallery-small > div {
		grid-column: span 1 !important;
		height: auto !important;
	}
}
@media all and (max-width:600px) {
	.logos-row img {
		width: 100%;
		height: auto;
	}
	.logos-row {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
}