@import url("/css/fonts.css");


:root
{
	--default_black_opacity: rgba(0, 0, 0, 0.8);
	--default-black: #000;

	--default-dark: #141D26;
	--default-orange: #FBAC18;
	--default-orange-light: #F5F4F0;

	--default-blue: #1e2c39;
	--default-blue-light: #2F465B;

	--default-light-grey: #f8f8f8;
	--default-grey: #F5F4F0;
	--default-dark-grey: #ccc;
	--default-dark-dark-grey: #454544;

	--default-green: #7CC646;
	--default-green-light: #A0C6AA;

	--default-border-radius: 0px;

	--default-yellow: #DBCFA4;

	--default-red: #D08886;
}

h1
{
	font-size: 18pt;
}

.MontserratRegular
{
	font-family: MontserratRegular;
}

.MontserratBold
{
	font-family: MontserratBold;
}

.text-dark
{
	color: var(--default-dark) !important;
}

.bg-dark
{
	background: var(--default-dark) !important;
}

.text-danger
{
	color: var(--default-red) !important;
}

.bg-danger
{
	background: var(--default-red) !important;
}


.bg-light-grey
{
	background-color: var(--default-light-grey);
}

.bg-grey
{
	background-color: var(--default-grey);
}

.bg-dark-grey
{
	background-color: var(--default-dark-grey);
}

.bg-dark-dark-grey
{
	background-color: var(--default-dark-dark-grey);
}

.text-brown
{
	color: var(--default-orange) !important;
}

.bg-brown
{
	background: var(--default-orange) !important;
}

.bg-brown-light
{
	background: var(--default-orange-light) !important;
}

.MontserratBold
{
	font-family: MontserratBold;
}

.text-grey
{
	color: var(--default-grey);
}

.btn
{
	border: none !important;
	padding: 10px 15px;
}

.btn-default
{
	background: var(--default-orange);
	color: #fff !important;
	line-height: 1;
	padding: 7px 20px;
}

.btn-close
{
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.btn-info
{
	color: #000 !important;
}

p{
	line-height: 1.4;
}

.text-grey
{
	color: var(--default-grey) !important;
}

.text-dark-grey
{
	color: var(--default-dark-grey);
}

.btn-primary
{
	background-color: var(--default-orange) !important;
	border-color: var(--default-orange) !important;
}

.btn-primary:hover
{
	background-color: var(--default-orange) !important;
	border-color: var(--default-orange) !important;
	color: #fff !important;
}

.text-red
{
	color: var(--default-red) !important;
}

.btn-danger, .btn-red
{
	background: var(--default-orange) !important;
}

section.bg-grey-dark
{
    color:#FFF !important;
}

.bg-blue, .bg-green
{
	background: var(--default-blue);
}

.bg-light-blue
{
	background: var(--default-blue-light);
}
.text-blue
{
	color: var(--default-blue);
}

.text-blue-dark
{
	color: var(--default-blue);
}

.text-regular
{
	font-family: MontserratRegular !important;
}

.text-bold
{
	font-family: MontserratBold !important;
	font-weight: bold !important;
}

.text-black
{
	color: var(--default-black) !important;
}

.font-light
{
	font-weight: lighter !important;
}

.rounded-6
{
	border-radius: 6px !important;
}

.rounded-10
{
	border-radius: 10px !important;
}

.rounded-15
{
	border-radius: 15px !important;
}

.rounded-20
{
    border-radius: 20px !important;
}

.position-unset
{
	position: unset !important;
}

/*b, strong
{
	font-weight:bold;
	font-family: MontserratBold;
}*/

body
{
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
	font-family: MontserratRegular;
	background: var(--default-blue-light);
}

strong, b, .fw-bold, strong span
{
	font-family: MontserratBold;
	line-height: 1.2;
}

a
{
	text-decoration: none;
	line-height: 1 !important;
}

.footerContainer a
{
	color: #fff !important;
}

a:hover,
a:active,
a:focus,
a.text-danger:focus
{
	text-decoration: none;
	color: var(--default-orange) !important;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus
{
	text-decoration: none;
	color: #fff !important;
}

.form-control
{
	font-size: inherit;
	height: auto;
	/*background: var(--default-light-grey) !important;*/

	border-color: var(--default-dark-grey);
	background: none;
	border-radius: 0 !important;
	padding: 12px;
}

.fixed-top
{
	position: relative;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 998;
	background: var(--default-blue);

	padding: 30px 0 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-family: MontserratBold;
	/*line-height: 1;*/
}

section, .extraContent_img_list
{
	padding: 100px 0;
}

.menuListDesktop > div
{
	padding-right: 11px;
	white-space: nowrap;
}

.menuListDesktop:last-child > div
{
	padding-right: 0 !important;
}

/*.menuWrap
{
	margin-top: 10px;
}*/

.navbar-nav {
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;

	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-toggle {
	display: none !important;
}

.navbar-nav > div
{
	margin-right: 12px;
	cursor: pointer;
}

.active .nav-link
{
	color: #fff !important;
}


/**********
  BANNER
**********/

.bannerText
{
	position: relative;
	z-index: 11;
	/*font-size: 50px;
	text-align: center;*/
}

.overlay_bg
{
	position: relative;
}

.bannerTextBgImgWrap
{
	position: relative;
	/*width: 750px;*/
}

.bannerText_subPage .bannerTextBgImgWrap
{
	background: #fff;
	padding: 10px 20px;
	color: #000;
}

.banner_inner:before,
.notHomePageBanner:before,
.homePageBannerOuter:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.25;
	z-index: 8;
}

.banner_services_sub .notHomePageBanner:before
{
	display: none;
}

.footerBannerWrap
{
	position: relative;
	height: 600px;
}

.footerBannerWrap img
{
	object-fit: cover;
	/*height: 100%;
	width: 100%;*/
}

.footerBannerGetInTouch
{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.footerBannerGetInTouchWrap
{
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}

#banner_outer
{
	height: 80vh;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color:#FFF;
	background-size: cover;
	/*background-position: center;*/
    background-position: center top;
	position: relative;
	flex-direction: column;
}

.notHomePageBanner, .notHomePageBanner_wraper
{
	/*display: block !important;*/
	height: 50vh !important;
}

.arrowOnTheBannerWrap
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 999;
}

/*.nav-link
{
	color: var(--default-orange);
}*/

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover
{
	background: none;
}

.navbar-brand
{
	height: auto;
	padding: 0;
}

.navbar-brand > img
{
	max-height: 150px;
	max-width: 250px;
}


.navbar-toggle .icon-bar
{
	background: #fff;
}

.contactPageActionBtnWrap
{
	color: #fff;
}


.caret_custom
{
	display: block;
	text-align: center;
	position: relative;
	padding-left: 5px;
}

.bannerOverlay
{
	position:absolute;
	background-color:rgba(255,255,255, 0);
	z-index:9999999;
	width:100%;
	height:calc(100% - 50px);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% auto;
	background-image:none;
}
.homeBannerButtonLink
{
	position:relative;
	white-space: nowrap;
	width: 100%;
	display: none;
}
.homeBannerButtonLink .btn-default
{
	background:none !important;
	display: inline-block;
	cursor:pointer;
}
.homeBannerButtonLink > div:hover
{
	color:#000;
	border:1pt solid #000;
}

.bannerOverlay:hover .homeBannerButtonLink
{
	display:inline-block;
	text-align: center;
}

.nav-link
{
	/*font-size: 14px;
	font-weight:bold;*/
}

.come-in {
	transform: translateY(200px);
	animation: come-in 1s ease forwards;
}
.come-in:nth-child(odd) {
	animation-duration: 1s; /* So they look staggered */
}

.already-visible {
	transform: translateY(0);
	animation: none;
}

@keyframes come-in {
	to { transform: translateY(0); }
}

.goBackBtnWrap a:hover
{
	background:none;
}

.bannerArrowDown {
	position: absolute;
	color: #A0C6AA;
	font-size: 30px;
	text-align: center;
	left: 0;
	right: 0;
	bottom: -25px;

	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}

.menuTitleOnBanner
{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;

	top:50%;

	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Safari 3-8 */
	transform: translateY(-50%);
}

.menuTitleOnBanner h1
{
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
}

.popover
{
	opacity: 0.9 !important;
	border-radius: 0;
}

#nav-icon4-desktop
{
	width: 28px;
	height: 28px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	float: right;
	margin: 0;
}

#nav-icon4-desktop span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	height: 6px;
	width: 100%;
	/*background: var(--default-orange);*/
	border-radius: 0;
	opacity: 1;
	right: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	/*border-radius: 20px;*/


}

#nav-icon4-desktop span > b
{
	display: block;
	height: 100%;
	width: 20%;
	background: #D9D9D9;
}

.hamBurgerMenu_dark
{
	color: var(--default-dark) !important;
}

.hamBurgerMenu_dark #nav-icon4-desktop span
{
	background: var(--default-dark) !important;
}

#nav-icon4-desktop span:nth-child(1)
{
	top: 2px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	width: 100%;
}

#nav-icon4-desktop span:nth-child(2) {
	top: 14px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	width: 100%;
}

#nav-icon4-desktop span:nth-child(3) {
	top: 26px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	width: 100%;
}

#nav-icon4-desktop.open span
{
	left: 0;
	right: unset;
	width: 100% !important;
}

#nav-icon4-desktop.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 3px;
	left: 4px;
}

#nav-icon4-desktop.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#nav-icon4-desktop.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 23px;
	left: 3px;
}

#nav-icon4-desktop.open span > b
{
	display: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: var(--default-black) !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: var(--default-black) !important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: var(--default-black) !important;
}
:-moz-placeholder { /* Firefox 18- */
	color: var(--default-black) !important;
}

.logoOnHeader img
{
	/*height: 65px;*/
	width:auto;
}

.goBackBtnWrap a
{
	border-width: 2px;
}

.mobileMenuBgHeight
{
	height: initial !important;
}

.articleHome_inner p img
{
	max-width: 100%;
}

.showTextField_textarea_wrap
{
	padding-left: 35px;
}

.showTextField_textarea_wrap input
{
	width: 300px !important;
	text-align: left;
}

.bannerTextLine p
{
	display: flex;
	display: -webkit-flex;
	line-height:1.1;
}

.loaderInnerWrap
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.loaderWrap
{
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: #fff;
	z-index: 999;
	display: none;
}

.bgBlue
{
	background-color:#125A9A !important;
}

.bgGreen
{
	background-color:#538D67 !important;
}

.bgYellow
{
	background-color:#FFB95C !important;
}

.bgRed
{
	background-color:#A0213A !important;
}
.textWhite
{
	color:#FFF !important;
}


.hideDesktop
{
	display:none;
}

.overlay
{
	position: relative;
	z-index:999;
}
.overlay:before
{
	position: absolute;
	content:" ";
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: none;
	z-index:0;
	background-color:rgba(251,172,24,0.7);
}
.overlay:hover:before
{
	display: block;
}

#siteBy
{
	font-size:9px;
	text-align: right;
	padding-right: 10px;
	color: var(--default-orange) !important;
}

/***************
  SWEET ALERT
***************/

.swal2-popup
{
	width:40em;
	justify-content:unset;
	font-size:14px !important;
}
.swal2-content ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.scrollDownBtnWrap
{
	position: relative;
	bottom: 25px;
	z-index: 999;
	left: 0;
	right: 0;
}

.scrollDownBtnWrap_project
{
	position: absolute;
	bottom: 20px;
	font-size: 30px;
}

.clientMenuWrap_home ul
{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	justify-content: space-between;
}

.clientMenuWrap_home ul > li > a
{
	display: block;
	width: 100%;
}

.clientMenuWrap_home ul > li
{
	width: 26%;
	margin-bottom: 20px;
	padding-left:20px;
	padding-right:20px;
}

.clientMenuWrap_home ul > li img
{
	width: 100%;
}

footer
{
    background-color: var(--default-dark);
}

.footerMenu
{
	width: 403px;
}

.footerMenu ul
{
	display: -ms-flexbox;           /* IE 10 */
	display: -webkit-flex;          /* Safari 6.1+. iOS 7.1+ */
	display: flex;
	-webkit-flex-flow: wrap column; /* Safari 6.1+ */
	flex-flow: wrap column;
	max-height: 90px;

	padding-left: 0;
	justify-content: end;
}

.footerMenu ul li
{
	list-style: none;
	margin-bottom: 1px;
	/*margin-left: 40px;*/
	text-align: left;
	/*text-transform: uppercase;*/
	margin-right: 15px;
}

.footerMenu_h ul
{
	display: flex;
	flex-flow: wrap;
	padding-left: 0;
	/*justify-content: space-between;*/
	font-size: 14px;
}

.footerMenu_h ul li
{
	list-style: none;
	text-align: left;
	/*width: 32%;*/
	margin-top: 6px;
}

.footerContainer:before, .footerContainer:after
{
	display: none;
}

.footerLogo img
{
	width: 300px;
}

.newDetailImage img
{
	max-width: 100%;
	width: 100%;
}

.mainSubNavMobile
{
	display: none;
}

.nice-select
{
	display: flex !important;
	border-radius: var(--default-border-radius) !important;
}

.nice-select .list
{
	z-index: 99999999 !important;
	/*width: 90%;
	left: unset !important;*/

	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: var(--default-border-radius) !important;
	border-bottom-right-radius: var(--default-border-radius) !important;
}

.banner_select_service.nice-select.open .list
{
	width: 90% !important;
	margin-left: 5%;
	padding: 10px 0 15px 0;
}

.banner_select_service.nice-select .option.selected
{
	display: none;
}

.banner_select_service
{
	font-size: 22px !important;
	height: 50px !important;
	line-height: 43px !important;
	font-weight: bold !important;
	text-align: left !important;
}

.banner_select_service:after
{
	width: 11px !important;
	height: 11px !important;
	right: 18px !important;
	margin-top: -6px !important;
}

.menuDarkColor
{
	color: #1B273B;
}

hr
{
	border-width: 1px;
}

textarea
{
	-webkit-appearance: none;
	outline: none !important;
	border-radius: 0;
	box-shadow: none;
	resize: none;
	border-color: #C71200;
	background: none !important;
}

.form-control:focus
{
	background-color: unset;
}

input[type="text"]:focus
{
	box-shadow: unset;
}

.contactPageMap
{
	padding: 0;
}

.contactPageMap iframe
{
	display: block;
}

.menuByItSelf_footer
{
	border-right: 1px solid rgba(255, 255, 255, 0.56);
	padding-right: 20px;
	margin-right: 20px;
	line-height: 1;
}

.menuByItSelf_footer a
{
	font-size: 15px;
}

.menuByItSelf_footer:last-child a
{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

.homeMenuTop
{
	display: none !important;
}

.hide
{
	display: none;
}

.list-noStyle
{
	list-style: none;
}

.bannerText .btn-default, #banner_outer .btn-default
{
	border: none !important;
}

.bannerText h1
{
	font-size: 2.5rem;
}

.smallContainer
{
	max-width: 555px;
}

.hideInDesktop
{
	display: none !important;
}

.hideInMobile
{
	display: block;
}

.icheckbox_square-red.hover
{
	background-position: 0 0 !important;
}

.prevArrow_product, .nextArrow_product
{
	position: absolute;
	top: 25%;
	transform: translate(0, -50%);
}

#banner_outer .slick-dots
{
	/*position: absolute;
	left: 0;
	right: 0;*/
	text-align: left;
	margin: 0 !important;
	padding: 0 !important;
	height: 40px;
	position: relative;
	bottom: -50px;
}

.slick-dots li button, .slick-dots li, .slick-dots li button:before
{
	width: 14px;
	height: 14px;
	border-radius: 100%;
}

.slick-dots li button:before
{
	background:#fff;
	font-size: 0;
}


.slick-dots .slick-active button:before
{
	background: #fff !important;
	font-size: 0;
	opacity: 1 !important;
}

.slick-dots li button:before
{
	/*border: 1px solid #fff;*/
	background: rgba(255, 255, 255, 0.35);
	/*background: none;*/
	font-size: 0;
	opacity: 1;
}

.headerIconWrap img
{
	max-height: 60px;
}

.card-header
{
	display: flex;
	align-items: center;
}

.card-header strong
{
	flex: 1;
}

#monthList > a, #yearList > a
{
	display: block;
	margin-bottom: 10px;
}


.icheckbox_square-red
{
	margin-right: 7px;
}

.card-header span
{
	width: 100%;
}

.navbar-brand
{
	margin-right: 0;
	padding-bottom: 25px;
	display: inline-block;
}

.hiddenMenu
{
	display: none;
}

.bg-img-center
{
	background-position: center !important;
}

.bg-img-cover
{
	background-size: cover !important;
}

.bg-img-norepeat
{
	background-repeat: no-repeat !important;
}

.container-square-50
{
	padding-top: 70% !important;
}

.content-center
{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.portfolioBlockText
{
	z-index: 2;
}

.cursor-pointer
{
	cursor: pointer;
}

.clientImgHome
{
	border-radius: 100%;
	border: 1px solid #ccc;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#myNavbar
{
	position: absolute;
	right: 50px;
	top: 34px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
	color: var(--default-orange);
	font-family: MontserratBold;
}

.brochure_aboutBanner
{
	z-index: 99;
	bottom: 25px;
	right: 0;
}

.footerMenu a
{
	align-items: center;
}

.footerMenu a:hover
{
	color: var(--default-orange) !important;
}

.scrollDownBtn img
{
	height: 50px;
}

.moreLessArrow
{
	max-width: 60px;
	max-height: 20px;
}

.scrollDownBtnWrap_menu
{
	display: none;
}

.openNavMenu .scrollDownBtnWrap_menu
{
	display: block;
}

.footerTable thead td
{
	border-top: none;
}

.footerTable td{
	padding-left: 0;
	padding-right: 0;
}

.footerSiteMapWrap
{
	position: relative;
	overflow: hidden;
}

.readMoreIconTeam
{
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.readMoreIconTeam i{
	font-size: 25px;
	margin-left: 5px;
}

.footerWraper
{
	background: #F4F4F4;
	color: #212121;
}

.nice-select
{
	float: unset !important;
	/*line-height: 30px !important;*/
}

.headerPhoneNoWrap img
{
	width: 28px;
}

.copyRight_footer
{
	font-size: 24px;
}

/* NEW LOADER starts */

.loaderPosOuterWrap
{
	display: none;
}

.loaderPosOuterWrap, .loaderPosInnerWrap
{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999999999;
}

.loaderPosInnerWrap
{
	background:rgba(0, 0, 0, 0.8);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.loader{
	width: 90px;
	height: 90px;
	margin: 40px auto;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.loader > div
{
	display: inline-block;
}

.loader h2
{
	font-size: 22px;
	color: #fff;
	white-space: nowrap;
}
.loader .loader-inner{
	display: inline-block;
	width: 15px;
	border-radius: 15px;
	background: var(--default-orange);
}
.loader .loader-inner:nth-last-child(1){
	-webkit-animation: loading 1s 1.5s infinite;
	animation: loading 1s 1.5s infinite;
}
.loader .loader-inner:nth-last-child(2){
	-webkit-animation: loading 1s .1s infinite;
	animation: loading 1s 1s infinite;
}

.loader .loader-inner:nth-last-child(3){
	-webkit-animation: loading 1s 0.5s infinite;
	animation: loading 1s 0.5s infinite;
}

.loader .loader-inner:nth-last-child(4){
	-webkit-animation: loading 1s 0s infinite;
	animation: loading 1s 0s infinite;
}
@-webkit-keyframes loading{
	0%{
		height: 25px;
	}
	50%{
		height: 45px;
	}
	100%{
		height: 25px;
	}
}
@keyframes loading{
	0%{
		height: 25px;
	}
	50%{
		height: 45px;
	}
	100%{
		height: 25px;
	}
}

.loader img
{
	width: 250px;
}

/* NEW LOADER ends */

.newDetailImage
{
	border-top-left-radius: 38px;
	overflow: hidden;
}

hr
{
	border-color: #C1C1C1;
}

.subPages_home_section .col-sm-4 > div, .findOutMoreIndeContent
{
	border-radius: 38px;
}

input[type=checkbox], input[type=radio]
{
	width: 22px;
	height: 22px;
}

input[type=checkbox]
{
	/*background-color: white;*/
	border-radius: 50%;
	vertical-align: middle;
	border: 1px solid var(--default-dark-grey);
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
}

input[type=checkbox]:checked
{
	background-color: var(--default-orange);
}


.headerPhoneNoWrap
{
	font-size: 20px;
}

.newsDate, .newsDate_list
{
	/*font-family: MontserratRegular;*/
	font-size: 18px;
}

.footerContainerWrap
{
	z-index: 10;
}

.newsImage_list
{
	object-fit: cover;
	width: 100%;
}

.newsImage_list_wrap
{
	width: 55%;
}

.btns_page_banners_inner > a
{
	width: 160px;
	white-space: nowrap;
	font-size: 22px;
}

.footerSiteMapWrap h5
{
	font-size: 17px;
}

.teamIndeDescription_title p{
	margin-bottom: 0;
}

.w-60
{
	width: 60%;
}

.singleLine_img
{
	height: 300px !important;
}

.homePageImg_sectors, .homePageImg_services
{
	position: relative;
}

.homePageImg_sectors:before
{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 8;
}

.homePageImg_sectors img
{
	height: 600px;
	width: 100%;
	object-fit: cover;
}

.homePageImg_services
{
	width: 100%;
	height: 90%;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
}

.homePageImg_services:before
{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    z-index: 8;
}

.getSubPagesBtn_wrap img
{
	width: 45px;
}

.getSubPagesBtn_wrap b
{
	font-size: 22px;
	white-space: nowrap;
}

.slick-dotted.slick-slider
{
	margin-bottom: 0;
}

.scrollDownBtn
{
	cursor: pointer;
}

.bannerArrowDown
{
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	text-align: center;
	height: auto !important;
	z-index: 99;
}

.newsListRow > div:last-child
{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.newsListRow
{
	margin-top: 120px;
}

.floatingMenu_ul .active .text-white
{
	color: #fff !important;
}

.hiddenMenu_floatRight
{
	display: none;
}

.w-80
{
	width: 80%;
}

.getSubPagesBtn_wrap .btn, .selectFilesWrap .btn
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.getSubPagesBtn_wrap .btn
{
	margin: 10px;
}

.btn-secondary
{
	background-color: #AFAFAF !important;
	border-color: #AFAFAF !important;
}

a
{
	outline: none !important;
}

.btn:focus
{
	box-shadow: none !important;
}

.notHomePageBanner .slick-dots
{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.notHomePageBanner .slick-dots li
{
	margin: 5px;
}

.nice-select .option
{
	font-size: 15px;
}

.secondaryBtnsWithBgInde, .newsListIndeItem, .single_secondary_banner
{
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	text-align: center;
}

.secondaryBtnsWithBgInde
{
	height: 250px;
}

.single_secondary_banner
{
	height: 350px;
}

.secondaryBtnsWithBgInde > div, .newsListIndeItem > div
{
	position: relative;
	z-index: 10;
}

.checkbox-round
{
	background-color: white;
	border-radius: 100%;
	vertical-align: middle;
	border: 1px solid var(--default-grey);
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
}

.checkbox-round:checked
{
	background-color: var(--default-orange);
}

.bannerText_subPage
{
	text-align: left;
	/*margin-top: 60px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);*/
	z-index: 9;

	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.homePageContentImgWrap
{
	height: 450px;
}

.homePageContentImg
{
	width: 200%;
	position: absolute;
	z-index: 1;
	height: 100%;
	object-fit: cover;
	right: 0;
}

.homePageContentImg_bg
{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 9;
}

.homePageContentFloat
{
	left: 0;
	z-index: 2;
}

.bannerText p
{
	margin-bottom: 0;
	line-height: 1.2;
}

.footerLogoWrap img
{
	width: 200px;
}

.slick-dots
{
	/*bottom: 30px;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;*/
	/*position: relative;
	width: 70px;
	bottom: unset;*/
}

.slick-dots > li:only-child
{
	display: none;
}

.bg-cover
{
	background-size: cover !important;
}

.bg-center
{
	background-position: center !important;
}

.bg-no-repeat
{
	background-repeat: no-repeat !important;
}

.slickSliderImg
{
	object-fit: cover;
	width: 100%;
}

.footerSiteMapWrap a, #frmContact_expert a
{
	color: #fff;
	/*width: 60%;*/
	display: inline-block;
}

.footerSiteMapWrap a:hover, #frmContact_expert a:hover, .secBtnsHome:hover
{
	color: var(--default-orange) !important;
}

.bannerText_subPage_outer .bannerTextInner br
{
	/*display: none;*/
}

.bannerTextInner b, .bannerTextInner strong
{
	font-family: MontserratBold;
	line-height: 1;
}

.bannerTextInner
{
	position: relative;
}

.faqs_list a:hover
{
	background-color: #3E95BCBE !important;
}

.mr-30
{
	margin-right: 30%;
}

.homeSecondaryBtnsWrap
{
	background: #e8e6e4;
}

.dropdown-submenu
{
	position: relative;
	/*margin-left: 40px;*/
}

.dropdown-submenu:hover .dropdown-menu {
	display: flex;
}

.dropdown-item
{
	text-align: left;
	width: auto;
	z-index: 2;
}

.dropdown-menu a
{
	/*color: #fff !important;
	border-bottom: 1px solid;
	padding-bottom: 16px;
	margin-bottom: 8px;*/
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: var(--default-black);
	font-weight: bold;
}

.secondaryBtnsImgWrap
{
	height: 120px;
}

.secondaryBtnsImgWrap img
{
	max-width: 120px !important;
	max-height: 120px !important;
}

.achievementIndeWrap_viewInStore
{
	width: 225px !important;
	height: 225px !important;
}

.btn
{
	border-radius: var(--default-border-radius) !important;
}

.line-height-1
{
line-height: 1;
}

.dropdown-menu
{
	margin-top: 0 !important;
	border: none !important;
	background: var(--default-orange) !important;
	border-radius: 0;
}

.dropdown-item > a
{
	padding-left: 6px !important;
	padding-top: 15px;
	padding-bottom: 15px;
}

.dropdown-item:hover
{
	background: var(--default-blue) !important;
}

.dropdown-item:hover a
{
	color: #fff !important;
}

.dropdown-item:last-child
{
	border-bottom: none;
}

.rounded-0
{
	border-radius: 0 !important;
}

.min-w-25
{
min-width: 25%;
}

.alsoSeeItemsWrap img
{
min-width: 230px;
min-height: 219px;
}

.menuTextFR:hover
{
	color: #fff;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item a:hover
{
	/*color: #fff !important;
	background-color: var(--default-orange);*/
	background-color: transparent;
	color: #fff !important;
	/*font-weight: bold;
	font-family: MontserratBold;*/
}

.menuToggler
{
	position: relative;
	z-index: 9999999;
}

.btn-white
{
	background-color: #fff !important;
	border-color: #fff;
	color: #000000 !important;
}

iframe
{
	display: block;
	width: 100% !important;
}

.homePageBgVideo {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#banner_outer
{
	height: 91vh;
}

.otherPagesHomeTitle p
{
	margin-bottom: 0 !important;
}

.extraBtnsTopMenu
{
	font-size: 12px;
}

.subPagesBlocks img
{
	width: 45px;
}

.newsListImg
{
	height: 160px;
	width: 100%;
	object-fit: cover;
}

.newsListSearchInput
{
	border: 1px solid #ccc;
	border-radius: 15px;
	display: flex;
	align-items: center;
	padding: 0px 10px;
}

.newsListSearchInput input
{
	border: none;
	background: none !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 8px 0 !important;
}

.extraContent_img_list p
{
	margin-bottom: 0 !important;
}

.extraContent_img_list img
{
	/*max-width: 100%;*/
	position: relative;
	right: 0;
	max-height: 500px;
}

.teamTitle p{
	margin-bottom: 0;
}

.slick-initialized .slick-slide {
	outline: none;
}

.slick-slide {
	position: relative;
}

.modal-content
{
	background-color: #212529 !important;
	color: #fff;
	border-radius: 15px;
	border-color: #4e4e4e !important;
}

.news_share_link_wrap
{
	position: relative;
	display: none;
}

.news_share_link_wrap .tooltiptext {
	visibility: hidden;
	/*width: 140px;*/
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	/*margin-left: -75px;*/
	opacity: 0;
	transition: opacity 0.3s;
	transform: translateX(-50%);
}

.news_share_link_wrap .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.news_share_link_wrap:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.modal-backdrop
{
	background: rgba(0,0,0,0.8);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	opacity: 1 !important;
}

.modal-header, .modal-footer
{
	border-color: #4e4e4e !important;
}

.newsListIndeItemInnerWrap hr
{
	background: var(--default-orange);
	opacity: 0.5;
}

fieldset
{
	margin: unset;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 15px;
}

legend
{
	float: unset;
	width: unset;
	padding: 0 12px;
	margin-bottom: unset;
	line-height: unset;
	text-align: center;
	background: #af2a00;
	border-radius: 15px;
	font-size: 20px;
}

.prettyBlock
{
	background: #fff !important;
	box-shadow: 0px 0px 6px 0px #ccc;
	border-color: #ccc !important;
}

.seeOtherPagesImgWrap img
{
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 15px;
}

.newsLetterYearActive.active
{
	color: #fff !important;
}

.footerBannerContent
{
	position: absolute !important;
	top: 50%;
	z-index: 9;
	left: 50%;

	transform: translate(-50%, -50%);
}

/*.footerBannerContent
{
	margin-left: -60px;
}*/

.arrowLeft {
	left: -45px;
}

.arrowRight {
	right: -45px;
}

.arrowLeft, .arrowRight {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.btn-success
{
	background: var(--default-orange) !important;
	border-color: var(--default-orange) !important;
	color: var(--default-dark) !important;
	border-radius: 0 !important;
	font-weight: bold;
}

.btn:hover
{
	background: var(--default-orange) !important;
	color: #fff !important;
	border-color: var(--default-dark-dark-grey) !important;
}

.btn:hover i
{
	color: var(--default-dark) !important;
}

.btn-outline-success
{
	border-color: var(--default-light-grey) !important;
	color: var(--default-light-grey) !important;
}

.btn-outline-success:hover
{
	background: var(--default-orange) !important;
	color: #fff !important;
	border-color: var(--default-orange) !important;
}

.newsListRow > div:last-child hr
{
	display: none;
}

.mobileContainer {
	margin-left: 40px;
}

.footerBannerContent p
{
	font-size: 18pt;
}

.dropdown-menu
{
	/*padding-top: 35px;
	right: 0;*/
	position: absolute !important;
	padding: 0;

	left: 0;
	justify-content: center;
}

.dropdown-menu:after
{
	content: '';
	position: absolute;
	background: var(--default-orange) !important;
	left: -3000px;
	right: -3000px;
	height: 100%;
	z-index: 1;
}

.nav-link
{
	padding-bottom: 35px;
	padding-top: 25px;
	font-family: RobotoSansBold;
}

/*.menuListDesktop .dropleft
{
	padding-top: 35px;
}*/

/* the slides */
/*.slick-slide {
	margin: 0 35px;
}*/

/* the parent */
/*
.slick-list {
	margin: 0 -35px;
}
*/

.bannerTextInner p
{
	line-height: 1;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*.container, .container-lg, .container-md, .container-sm, .container-xl
{
	max-width: 960px;
}*/

.newsDetImg
{
	height: 100%;
	object-fit: cover;
}

.homePageBannerOuter
{
	position: relative;
}

/*.homePageBannerOuter .banner_inner:after
{
	content: '';
	position: absolute;
	left: 30%;
	top: 0;
	height: 100%;
	right: 0;
	background: #414141;
	z-index: 9;
}*/

.homePageBannerOuter .banner_inner .container
{
	z-index: 10;
}

.productImgWrap
{
	display: flex;
	justify-content: start;
}

.productImgWrap img
{
	height: 190px;
}

.floatImageBottom
{
	margin-bottom: -60px;
}

.floatImageTop
{
	margin-top: -60px;
	object-fit: cover;
}

.newsHomePage .newsListIndeItem
{
	margin-bottom: 0 !important;
}

.homeContentIcon, .otherBtns span
{
	border-bottom: 1px solid !important;
	padding-bottom: 4px;
	display: inline-block;
}

.testimonials .slick-dots li button:before
{
	border: 1px solid #414141;
	background: none;
	font-size: 0;
	opacity: 1;
}

.testimonials .slick-dots .slick-active button:before {
	background: #414141 !important;
}

.testimonials p, .testimonials div
{
	text-align: left;
}

.testimonials .slick-dots
{
	text-align: left;
	padding: 0;
	margin: 35px 0 0 0;
	bottom: 0px;
	position: relative;
}

.benefitsOfInfrared
{
	/*padding-top: 120px;*/
}

.bannerSubText_global
{
	margin-right: 60px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl
{
	max-width: 920px;
}

hr
{
	opacity: 1;
}

/*.g-5, .gx-5 {
	--bs-gutter-x: 5rem;
}*/

.otherBtns p
{
	padding-bottom: 0;
	margin-bottom: 0;
}

.otherBtns:last-child
{
	margin-bottom: 0 !important;
}

.newsActive
{
	padding-bottom: 3px;
}

.enquireNowBtn
{
	margin-right: 30px;
}

.frmContact
{
	/*width: 76%;*/
	margin: auto;
}

.bannerSubText_global img
{
	width: 460px;
	max-height: 460px;
	object-fit: contain;
}

.productIndeNameWrap span
{
	font-size: 35px !important;
}

.bannerText_subPage .bannerText
{
	margin-top: -30px;
}

.bannerTextWrap
{
	/*position: absolute;*/
	font-size: 40px;
	/*margin-top: -70px;
	margin-left: -20px;*/

}

.bannerSubTextWrap
{
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75%;
	margin-top: 10px;*/
}

.homePageContentWithImg, .bannerSubTextDesktopWrap
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bannerSubTextDesktopWrap
{
	position: absolute;
	top: -80px;
	right: -200px;
	width: 450px;
}

.homePageContentWithImgWrap
{
	margin-bottom: 60px;
}

.products_productIndexPage
{
	width: 65%;
	margin: auto;
}

/*.fw-bold
{
	font-weight: 400 !important;
}*/

.hideGreenShapeBannerBtn
{
	position: absolute;
	top: 25px;
	right: 45px;
}

.pageLinkBtnsWrap
{
	width: 70%;
	margin: auto;
}

.contactFormImg
{
	position: absolute;
	top: -250px;
	right: -50px;
}

.imgOffset
{
	position: relative;
	bottom: -100px;
}

.hideIconTitle
{
	display: none;
}

.footerBannerContent > div
{
	width: 100%;
	margin: auto;
}

.footerBannerContent .btn
{
	padding: 40px 20px;
	font-size: 24px !important;
}

.footerBannerContent p
{
	line-height: 1.2;
}

/*.container, .container-lg, .container-md, .container-sm, .container-xl
{
	max-width: 840px;
}*/

.pageLinkBtnLink
{
	border-radius: var(--default-border-radius) !important;
}

.pageLinkBtnLink img
{
	max-width: 100px !important;
	max-height: 100px !important;
}

.alsoSeeBtnLink
{
	font-size: 17px !important;
	padding: 20px 5px;
}

.expertContactSubmitBtn
{
	border-radius: 20px !important;
	padding: 5px 25px !important;
}

.quickLinksWrap > span:last-child .separator
{
	display: none;
}

.phoneNumberBannerPhone
{
	font-size: 20px;
}

.niceSelect
{
	position: relative;
}

.nice-select {
	border: none !important;
	background-color: rgba(0, 0, 0, 0);
	color: var(--default-orange);
	font-size: 20px;
	padding-left: 0;
	font-weight: bold;
	font-family: MontserratBold;
}

.nice-select::after
{
	border-bottom: 2px solid var(--default-orange);
	border-right: 2px solid var(--default-orange);
	width: 9px;
	height: 9px;
	margin-top: -12px;
	font-family: MontserratBold;
}

.extraContentWithIcon img
{
	max-width: 100%;
}

.frmContact_contactPage
{
	background: var(--default-dark);
	padding: 33px 40px;
	border-radius: 30px;
}

.contactForm_iFrame
{
	position: relative;
	margin-top: -140px;
}

.frmContact_contactPage
{
	position: relative;
	z-index: 3;
}

details > summary
{
	list-style-type: none;
}

details summary::-webkit-details-marker {
	display:none;
}

details > summary:after
{
	content: '\f078';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-left: 10px;
}

details[open] > summary:after
{
	content: '\f077';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-left: 10px;
}

.frmContact_contactPage .nice-select
{
	line-height: 30px !important;
}

.nice-select-dark
{
	background: var(--default-dark) !important;
	color: #fff !important;
	border-color: var(--default-dark-grey) !important;
}

.nice-select-dark.nice-select .list
{
	background: var(--default-dark) !important;
	border: 1px solid var(--default-dark-grey) !important;
}

.nice-select-dark .option:hover,
.nice-select-dark .option.focus,
.nice-select-dark .option.selected.focus
{
	color: var(--default-orange) !important;
}

.nice-select::after
{
	border-bottom: 2px solid var(--default-orange) !important;
	border-right: 2px solid var(--default-orange) !important;
}

.newsDescriptionContainer .nice-select::after,
.frmContact .nice-select::after
{
	border-bottom: 2px solid var(--default-orange) !important;
	border-right: 2px solid var(--default-orange) !important;
}

.pageLinkBtnLink
{
	min-height: 100px;
	font-size: 27px;
}

.servicesSubPages .pageLinkBtnLink
{
	font-size: 18px;
	min-height: 80px;
}

.footerContentHeaderSub a
{
	color: #fff !important;
}

.banner_select_service.nice-select .option
{
	color: var(--default-dark);
}

.banner_select_service.nice-select .option
{
	min-height: 20px !important;
	line-height: 30px !important;
}

.nice-select .current
{
	font-weight: bold;
	font-family: MontserratBold !important;
}

.bannerText_global .nice-select
{
	line-height: 45px !important;
}

.frmContact_contactPage .nice-select
{
	border: 1px solid var(--default-dark-grey) !important;
}

.bannerSubTextWrap img
{
	max-width: 100%;
}

.our_specialisations_btn_wrap
{
	margin-top: 60px;
}

.slick-track
{
	margin-left: unset;
	margin-right: unset;
}

.borderTop
{
	border-top: 6px solid var(--default-orange);
}

.getInTouchFormWrap
{
	padding: 40px;
	/*box-shadow: 8px 8px 1px #ccc;*/
	position: relative;
}

.whiteBgPadding, .greyBgPadding
{
	position: relative;
	overflow: hidden;
}

.whiteBgPadding:before, .greyBgPadding:before
{
	content: '';
	position: absolute;
	height: 100px;
	width: 100%;
	background: #fff;
}

.greyBgPadding:before
{
	background: var(--default-orange-light);
}

.addBackgroundToContent
{
	background: var(--default-light-grey);
	box-shadow: 8px 8px 1px #ccc;
	padding: 35px 45px;
}

#banner_outer .slick-track, #banner_outer .slick-list
{
	height: 100%;
}

#banner_outer > div
{
	width:100%;
	height: 100%;
	position: relative;
	z-index: 9;
}

.banner_inner
{
	width:100vw;
	background-size:cover !important;
	background-position:center center;
	/*height:100vh;*/
	display: flex !important;
	justify-content: flex-start !important;
	-webkit-justify-content: flex-start !important;
	align-items: center !important;
	-webkit-align-items: center !important;
	color:#FFF;
	background-size: cover;
	background-position: center;
	z-index: 5;
	position: relative;
	overflow: hidden;
}
.homeBannerText
{
	font-size: 90px;
}

.homeBannerText, .bannerSubText_global
{
	position: relative;
	z-index: 9;
}
.homeBannerLogoOverlay
{
	z-index:9;
}

.meetOurDirectorSection
{
	padding-bottom: 0 !important;
}

.testimonialListWrap > div:last-child hr
{
	display: none;
}

hr{
	background: #888;
}

.dropdown-item
{
	padding: 0px 0.65rem;
}

.dropdown-item.active, .dropdown-item:active
{
	background-color: transparent;
}

.dropdown-item.active, .dropdown-item:active
{
	background: var(--default-blue);
}

.dropdown-item.active a, .dropdown-item:active a
{
	color: var(--default-orange);
}

.active .menuTextFR
{
	color: var(--default-orange);
}

.ourServices_resources .btn
{
	min-width: 200px;
}

.meetOurDirectorBtnSection .btn-success
{
	position: relative;
	left: 10%;
}

.teamTitleWrap
{
	padding: 15px 10px;
	position: relative;
	margin-top: -20px;
}

.teamTitleWrap p
{
	margin-bottom: 0 !important;
}

.blackStrip
{
	position: absolute;
	height: 80px;
	background: var(--default-dark);
	left: 0;
	top: 0;
	width: 100%;
}

.projectLinkIndex:hover .projectTitleMobile
{
	display: none;
}

.projectLinkIndex:hover .projectImgIndexOverlay,
.projectLinkIndexHome:hover .viewProjectOverlayWrap,
.projectLinkIndex:hover:after
{
	display: block;
}

.projectLinkIndex
{
	overflow: hidden;
}

.projectLinkIndex img
{
	transition: .5s ease all;
}

.projectLinkIndex:hover img
{
	transform: scale(1.2);
}

.projectLinkIndex:after
{
	content: '';
	background: var(--default-orange);
	opacity: 0.8;
}

.projectTitleMobile
{
	position: absolute;
	z-index: 9;
	top: 45px;
	left: 45px;
	right: 45px;
}

.projectImgIndexOverlay, .projectLinkIndex:after
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 45px;
}

.projectImgIndexOverlay
{
	z-index: 99;
}

.viewProjectOverlayWrap
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.viewProjectOverlay
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.footer_site
{
	border-top: 5px solid var(--default-orange);
}

.bannerText_subPage_outer
{
	border-bottom: 5px solid var(--default-orange);
}

.imgToRightFull img
{
	width: 1200px;
	height: 500px;
	max-width: unset !important;
	margin-left: -60px;
	position: relative;
	z-index: 1;
	object-fit: cover;
}

.floatingContent
{
	background: var(--default-dark);
	padding: 40px;
	position: relative;
	z-index: 9;
}

p{
	margin-bottom: 0;
}

.bannerSubText_global .btn
{
	background: none !important;
	border: 1px solid #fff !important;
	border-radius: 20px !important;
	font-weight: bold;
	color: #fff !important;
}

.expertiseLinkBtns
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

.jobListDiv:last-child hr
{
	display: none;
}

.blueBgWithPadding
{
	background: var(--default-blue);
	padding: 30px;
	margin-bottom: 30px;
	margin-right: 60px;
}

/*ol, ul
{
    padding-left: 18.5px;
}*/

.blueBgWithPadding ol,
.blueBgWithPadding ul
{
	margin-bottom: 0;
	list-style: none;
	list-style-image: url("/images/library/checkCircle.svg");
}

.blueBgWithPadding ol li::marker,
.blueBgWithPadding ul li::marker
{
	font-size: 30px;
	line-height: 0px;
}

ol, ul {
	padding-left: 1.2rem;
}

.pageLinkBtn:hover
{
	background: var(--default-orange) !important;
	color: #fff!important;
}

.pageLinkBtn:hover small
{
	color: var(--default-dark) !important;
}

.teamList:last-child hr
{
	display: none;
}

.me-sm-5 {
	margin-right: 6rem !important;
}

.pageContent .row > .col-sm-6:first-child
{
	padding-right: 80px;
}



