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

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

	--default-red: #f1592a;
	--default-md-red: #5A4A42;

	--default-pink: #91268f;

	--default-grey: #f4f4f4;
	--default-md-grey: #c6c2b8;
	--default-grey-dark: #392E29;

	--default_green: #11a99a;

	--default-bit-dark-blue: #024d95;
	--default-blue: #121a50;
	--default-dark-blue: #131133;

	--default-radius: 10px;
}

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

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

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

.mw-75
{
	max-width: 75%;
}

.mw-50
{
	max-width: 50%;
}

.mw-25
{
	max-width: 25%;
}

.btn-primary
{
	background: var(--default-blue);
	border-color: var(--default-blue);
}

.menuWrap, #myNavbar
{
	font-family: 'Barlow';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1
{
	font-size: 2.0rem;
}

h3
{
	font-size: 1.5rem;
}

b, strong, .fw-bold
{
	font-weight:bold;
	font-family: Barlow-Bold;
}

#contactPageMap
{
	scroll-behavior: smooth;
}

body
{
	overflow-x: hidden;
	font-family: Barlow;
	font-size: 16px;
	line-height: 1.4;
	color: #131133;
}

table, .homeExtractContent td
{
	color: var(--default-red);
}

a
{
	text-decoration: none;
	color: var(--default-dark-blue);
	/*line-height: 1 !important;*/
}

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

a.btn-danger:hover
{
	text-decoration: none;
	color: #fff !important;
	background-color: var(--default-blue) !important;
}

.form-control, .form-control:active, .form-control:focus, .form-select
{
	font-size: inherit;
	height: auto;
	background-color: #fff !important;
	border: none;
}

.fixed-top
{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
}

h1
{
	font-size: 33px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-weight: 700;
	font-family: Barlow-Bold;
	line-height: 1;
	color: var(--default-dark-blue);*/
}

section
{
	padding: 60px 0;
}

.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>li>a
{
	padding: 15px 0;
	margin: 0;
	width: auto;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
}

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

.active .nav-link, .active b, .active span
{
	color: var(--default-grey-dark) !important;
}

.bg-red .active .nav-link,
.bg-red .active b, .active span,
.subActive a
{
	color: var(--default-pink) !important;
}


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

.homeBanner_navAndInfo
{
	width:100%;
	clear:both;
}

.bannerText_subPage
{
	text-align: center;
}

.bannerText
{
	position: relative;
	z-index: 11;
	width: 100%;
}

.bannerTextInner
{
	line-height: 1;
}

.bannerText_subPage .bannerTextInner
{
	/*text-align: center;*/
}

.overlay_bg
{
	position: relative;
}

.z-9
{
	z-index: 9;
}

/*.banner_inner:before, .banner_inner_single:before, .page_banner_cover:before, .page_banner_gift_cover:before, .overlay_bg:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.46;
	z-index: 2;
}

.notHomePageBanner:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #17263E;
	opacity: 0.3;
	z-index: 2;
}*/

#banner_outer
{
	height: 100vh;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	color:#FFF;
	background-size: cover;
	background-position: center;
	position: relative;
	flex-direction: column;
}

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

.aDivWrap
{
	display: flex;
	display: -webkit-flex;
	width: 100%;
	position: relative;
	align-items: center;
}

.aDivWrap img
{
	/*width: 100%;*/
	max-width: 100%;
}

.aDivWrap > .aDivWrap_left
{
	margin-right: 60px;
}

/********
  CONTACT FORM
*********/

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

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

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

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

.navbar-brand > img
{
	max-height: 75px;
	max-width: 265px;
}


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

/*************
  NEWS START
*************/

#newsArticleListing
{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	padding-bottom:20px;
}
#newsArticleListing > div
{
	width:45%;
}
.newIndexItem
{
	display:flex;
	flex-direction:column;
}
.newIndexItem > div:nth-child(1) > div
{
	background-color:#A9212E;
	color:#FFF;
	width:40%;
	padding:7px 12px;
}
.newIndexItem > div:nth-child(2) > div
{
	background-repeat:no-repeat;
	background-size:cover;
	height:330px;
	width:100%;
}
.newIndexItem > div:nth-child(3) > div
{
	margin:20px 0;
}
.newIndexItem > div:nth-child(4) a
{
	text-decoration:underline !important;
}
.newsDateNav
{
	/*display:flex;
	flex-direction:row;
	justify-content: center;*/
}
.newsSectionWrap h1
{
	display:inline-block;
}
.newsPulldownMonths
{
	/*margin-right:20px;*/
}

.newsPulldownYears
{
	margin-left: 0 !important;
}

.newsTitle_details h1
{
	font-size: 20px;
	font-family:Barlow-Bold;
}


/*************
  NEWS END
*************/

.findoutMoreBtnBannerWrap
{
	/*position: absolute;
		top: 120px;
		left: 5px;*/
}

.findoutMoreBtnBannerWrap a
{
	font-size: 30px;
	color: #fff;
	/*border-color: #fff;*/
}

/*.bannerTextWrap {
	display: flex;

	height: 100%;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-items: center;
	text-align: left;

	position: absolute;
	left: 0;
	right: 0;
	padding-bottom: 73px;
}*/

.bannerTextWrap
{
	font-size: 42px;
}

.bannerTextLine
{
	/*margin: 5px;*/
	font-size: 45px;
	color: #fff;
	line-height: 0.8;
}

.bannerTextLine_home
{
	position: relative;
}

.bannerTextLine_home
{
	line-height: 1;
}

.bannerTextWrap > div
{
	position: relative;
}

.bannerTextWrap > div
{
	/*margin-top: 75px;*/
}

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

/* CIRCLE ANIMATION - START */

.process_middle_img img
{
	-webkit-animation:spin 16s linear infinite;
	-moz-animation:spin 16s linear infinite;
	animation:spin 16s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* CIRCLE ANIMATION - END */


figure
{
	position: relative;
	background-color: #fff;

	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;

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

figcaption {
	position: relative;
	top: 0;
	right: 0;
	width: 500px;
	height: 100%;
}

img.mfp-img
{
	padding: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close
{
	top: -55px;
	opacity: 1;
}

.mfp-bottom-bar
{
	color: #000;
	margin: 0;
	padding: 30px 40px;
}

.mfp-counter
{
	display: none;
}

.mfp-title
{
	padding: 0;
	color: #000;
}

.mfp-bottom-bar
{
	position: relative;
}
.downloadCapabilityStatement
{
	position: absolute;
	top: -65px;
	right: 0;
}

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

.mfp-arrow-left
{
	background:url(/images/library/lightbox_prev.png) no-Repeat top left !important;
}

.mfp-arrow-right
{
	background:url(/images/library/lightbox_next.png) no-Repeat top left !important;
}

.mfp-arrow:before, .mfp-arrow:after
{
	display: none;
}

.galleryText_team
{
	display: none;
}

.subPageExtraBtn
{
	border: 1px solid #b72d1f;
	color: #b72d1f;
	padding: 10px	;
}

.subPageExtraBtn:hover
{
	border-color: #b72d1f;
	background: #b72d1f;
	color: #fff;
}

.blockWrap_home
{
	position: relative;
}

.whatToExpectContentWrap_inner > div
{
	margin-bottom: 30px;
}

/* Prelaoder */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url("/images/preloader.svg") no-repeat center center;
}

.whatToExpectHeaderWrap h4
{
	font-size: 26px;
	font-weight: 400;
}

.whatToExpectHeaderWrap strong
{
	display: block;
	margin-top: 5px;
}

.processHeaderWrap
{
	font-size: 24px;
}

.process_headerUnderLine
{
	margin: 10px 0;
}

.process_middle_text_header, .process_middle_text_mobile_header
{
	position: relative;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 35px;
}

.process_middle_text_header b, .process_middle_text_mobile_header b
{


}

.process_middle_text_header span, .process_middle_text_mobile_header span
{
	position: relative;
	z-index: 9;
}

.process_middle_text_mobile_header_watermark
{
	position: absolute !important;
	top: -40px;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 120px;
	z-index: 8 !important;
	color: rgba(99, 99, 99, 0.15);
	text-align: center;
}

.blockWrap_subPage_null
{
	cursor: auto;
}

.blockWrap_subPage_null:after
{
	background: none !important;
}

.lb-data .lb-close
{
	margin-bottom: 10px;
}

.goBackBtnWrap a:hover
{
	background:none;
}

.alignWaterMarkInCenter
{
	right: 0;
	left: 0;
	text-align: center;
}

.testimonials_author
{
	color: #f00;
	font-weight: bold;
}

.navbar-brand_mobile
{
	display: none;
}

.headerContactNoDesktop p, .headerContactNoDesktop a
{
	color: #414b4d;
}

.headerNews .pageTitleWrap_all
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;

	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.headerNews .pageTitleWrapInner_all
{
	position: relative;
}

.headerNews .pageTitleWrapInner_all .pageTitleWaterMark_all
{
	left: -10px;
	right: 0;
}

.timeLine_header
{


}

.mfp-close
{
	top: -18px !important;
	width: auto !important;
	right: -4px !important;
}

#introFormOne input, #introFormTwo input
{
	padding: 6px 12px;
	font-size: 14px;
}

.formMarginLeft
{
	margin-left: 15px !important;
}

.researchAndDevelopmentWrap
{
	position: absolute !important;
	top: -80px;
	text-align: center;
}

.researchAndDevelopmentWrap div
{
	font-size: 26px;
	font-weight: 400;

}

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

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

.bannerArrowDown img
{
	width: auto;
}

.popover
{
	max-width: initial;
}

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

}

.contactPageHeaderWrap, #faqs,
.connectWithUs_contactPage .aDivWrap,
.subPagesOthers,
.clientImagesWrap
{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.contactPageHeaderWrap,
.connectWithUs_contactPage .aDivWrap,
.navbar-header,
.contactFormQuestionairs > div
{
	align-items: center;
	-webkit-align-items: center;
}
.navbar-header,
.homePageContentServicesWrap,
.contactFormQuestionairs > div
{
	display: flex;
	display: -webkit-flex;
}

.contactPageInfoBtnsWrap
{
	text-align: center;
	margin-top: 20px;
}

.contactPageHeaderWrap
{
	margin-bottom: 10px;
}

.contactPageInfoBtnsWrap a:first-child
{
	margin-right: 10px;
}

.contactPage_contactDetailsWrap
{
	width: 100%;
}

.contactFormQuestionairs > div
{
	margin-top: 10px;
}

.contactFormQuestionairs input
{
	text-align: center;
}

.contactUsForm,
.contactPageUnderBoookForm
{
	color: #fff !important;
}

.contactPageUnderBoookForm
{
	text-align: center;
}

.contactPageUnderBoookForm hr
{
	width: 100px;
}
.subMenuBGwhite
{
	background: #FFF;
	border:none;
}

.contactPageInfoBtnsWrap a:hover
{
	color: #fff;
}

.contactPageHeaderWrap a
{
	background: #ac1127;
	color: #fff !important;
}

.contactPageHeaderWrap a:hover
{
	background: #fff;
	color: #ac1127 !important;
}

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

.nice-select:after
{
	width: 10px;
	height: 10px;
}

.nice-select:after
{
	border-bottom: none !important;
	border-right: none !important;
	top: 5px !important;
	right: 20px !important;
	-webkit-transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;

	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f063" !important;
	color: var(--default-red);
	/*content: '';
	background: url("/images/library/arrow_down.png");
	width: 21px !important;
	height: 21px !important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;*/
}

#nav-icon1, #nav-icon2, #nav-icon3, .hamburgerMenu
{
	width: 23px;
	height: 21px;
	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;
	top: 3px;
}

#nav-icon1 span, #nav-icon3 span, .hamburgerMenu span {
	display: block;
	position: absolute;
	height: 3px;
	width: 80%;
	background: #000;
	border-radius: 5px;
	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;
}

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

.hamburgerMenu span:nth-child(2) {
	top: 9px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.hamburgerMenu span:nth-child(3) {
	top: 16px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	width: 100%;
}

.hamburgerMenu.open span
{
	left: 0;
	right: unset;
	width: 100% !important;
}

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

.hamburgerMenu.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.hamburgerMenu.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 17px;
	left: 2px;
}

.hamburgerWrap
{
	padding: 30px 0;
	position: unset;
}


#faqs > div
{
	width: 100%;
}

.readMoreBtnWrap
{
	text-align: center;
	z-index: 999;
}

.homePageContentTop_text
{
	width: 600px;
	background: #ac1127;
	padding: 30px;
	color: #ffffff;
	position: absolute;
	top: -300px;
	left: -500px;
	text-align: left;
}

.homePageContentTop_img
{
	width: 100%;
	text-align: right;
	position: relative;
}

.homePageContentTop_img > div
{
	width: 500px;
	display: inline-block;
	position: relative;
}

.homePageContentTop_img img
{
	width: 100%;
}

.homePageContentDesignWrap
{
	position: relative;
	margin-top: 100px;
	margin-bottom: 80px;
}

.homePageContentBottomBox
{
	width: 600px;
	height: 500px;
	/*border-top: 1px solid #000000;
	  border-right: 1px solid #000000;*/
	position: absolute;
	bottom: -330px;
	right: 0;
	z-index: 8;
}

.homePageContentLeftBox
{
	width: 100%;
	height: 100%;
	/*border-top: 1px solid #000000;
	  border-bottom: 1px solid #000000;
	  border-left: 1px solid #000000;*/
	position: absolute;
	top: 80px;
	/*left: -40px;*/
	z-index: 8;
}

.homePageContentTopWrap, .homePageContentServicesWrap
{
	position: relative;
	z-index: 9;
}

.defaultContentWrapInner
{
	text-align: left;
}

.contactFormQuestionairs_label
{
	/*margin-left: 20px;*/
}

.contactPageContactFormHeaderWrap hr, .contactUsForm hr
{
	border-color: #ac1127;
}

.contactPageContactFormHeaderWrap hr
{
	width: 150px;
	border-width: 2px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ccc !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #ccc !important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #ccc !important;
}
:-moz-placeholder { /* Firefox 18- */
	color: #ccc !important;
}

.services_div_home_wrap
{
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.defaultPageTitle hr
{
	border-width: 2px;
	border-color: #ac1127;
	width: 100px;
}

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

.logoOnHeaderHide
{
	display: none;
}


.servicesSectionWrap
{
	position: relative;
}

.servicesSectionWrap .container
{
	position: relative;
	z-index: 9;
}

.services_div_home_wrap h1
{

	font-weight: 400;
}

.defaultPageTitle hr
{
	margin-top: 10px;
	margin-bottom: 20px;
}

.defaultPageTitle img
{
	margin-bottom: 30px;
}

.defaultPageTitle h1
{
	font-size: 30px;
	margin-bottom: 30px;
	background-image:url('/images/library/lineUnderMainHeadings.png');
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:25px;
	font-weight:100;
	margin-top:0;
}

.btn
{
	border-radius: 0px;
}

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

.aDivWrap > div
{
	width: 50%;
}

.faqHeader h1
{
	font-weight: 400;
}


.headerPhoneNumberWrap a
{
	color: #ac1127 !important;
	font-weight: bold;
	font-size: 24px;
	cursor: auto !important;
}

.homePageBlockLinksOuterWrap
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;

	background-image: url('/images/library/homeImage_LinkBg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;

	background-attachment: fixed;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

.homePageClientWrapOuter, .homePageClientWrapOuterExternal
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}

.homePageClientWrapOuterExternal
{
	flex-direction: column;
	-webkit-flex-direction: column;
	text-align: center;
}

.homePageBlockLinksOuterWrap:after
{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	background: rgba(0, 84, 135, 0.85);
	z-index: 1;
}

.homePageBlockLinksOuterWrap > div
{
	padding: 110px 0;
	position: relative;
	z-index: 2;
}

.homePageBlockLinksWrap, .homePageClientWrap
{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.homePageClientWrap
{
	align-items: center;
	-webkit-align-items: center;
	width: 80%;
}

.homePageClientWrap > div
{
	width: 33.33%;
}

.homePageClientWrap img
{
	max-width: 80%;
	max-height: 150px;
}

.homePageClientWrap > div:nth-child(2n+2)
{
	margin: 0 15px;
}

.homePageBlockLinksWrap > a
{
	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;
	color: #fff;
}

.homePageBlockLinksHeaderBlurb
{
	color: #fff;
	text-align: center;
}

.homePageBlockLinksHeaderBlurbWrap
{
	margin-bottom: 60px;
}

.homePageImageAndTextWrap
{
	/*margin-bottom: 60px;*/
	padding-top: 50px;
	/*padding-bottom: 50px;*/
}

.homePageImageAndTextInnerWrap
{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.homePageImageAndTextInnerImgWrap img
{
	margin-left: -400px;
}

.contactPageContactFormWrap > .container
{
	padding: 45px;
	/*box-shadow: 0 7px 10px -1px #525252;*/
}

.contactPageContactFormWrap_outer
{
	position: relative;
	top: 60px;
	z-index: 5;
}

.contactPageMapWrap
{
	position: relative;
	z-index: 4;
}

.contactFormSection
{
	padding-top: 0;
	/*margin-top: -150px;*/
}

.bookingFormAlternativeText
{
	margin-top: 40px;
}

.bookingFormAlternativeText h1
{
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.homePageImageAndTextInnerTextWrap_rotate
{
	display: block;
	float: left;
	transform: rotate(8deg);
	-webkit-shape-outside: polygon( 0 0, 100% 0%, -8% 100%, -106% 100%);
	shape-outside: polygon( 0 0, 100% 0%, -8% 100%, -106% 100%);
	width: 50px;
	height: 400px;
}

.testimonialsWrapOuter
{
	background-image: url('/images/library/testimonialBg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	padding: 60px 0;
	position: relative;

	background-attachment: fixed;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

.testimonialsWrapOuter:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 84, 135, 0.88);
	z-index: 4;
}

.testimonialsWrap
{
	position: relative;
	z-index: 5;
}

.testimonialsInnerWrap_inde
{
	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;
	text-align: center;
	color: #fff;
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

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

.testimonialAuthorTitleWrap h3
{
	margin-top: 0;
	font-size: 19px;
}

.testimonialAuthorNameWrap h3
{
	margin-bottom: 0;
	font-size: 19px;
}

.subDifferencesWrap, .subDifferencesWrap > a
{
	display: flex;
	display: -webkit-flex;
}

.subDifferencesWrap > a
{
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.subDifferencesWrap img
{
	min-height: 80px;
}

.subDifferencesWrap > a:first-child
{
	margin-right: 60px;
}

.serviceIndeWrap
{
	margin-bottom: 30px;
}

.serviceIndeWrap:after
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0, 84, 135, 0.88);*/
	z-index: 4;
}

.serviceIndeWrap div
{
	position: relative;
	z-index: 5;

	display: flex;
	display: -webkit-flex;

	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;

	width: 100%;
}

.bannerBtn_differnce
{
	border-radius: 0;
	background: #ac1127;
	color: #fff;
	padding: 8px 35px 11px 35px !important;
	border-color: #ac1127;
	border-radius: 15px;
}

.serviceIndeWrap_subPage_wrap
{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.serviceIndeWrap_subPage_wrap > a
{
	width:25%;
}
.serviceIndeWrap_subPage_wrap > a > div
{
	width: 100%;
	/*padding: 20px;*/
	display: flex;
	display: -webkit-flex;
	background-size:100% auto;
	background-repeat:no-repeat;
	min-height:200px;
	background-position: center;

}
.serviceIndeWrap_subPage_wrap > a
{
	margin-right: 12.5%;
}

.serviceIndeWrap_subPage_wrap > a:nth-child(3n+3)
{
	margin-right: 0;
}

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

.ourClients_ourWork
{
	margin-bottom: 60px;
}

.alsoSee_complianceNswLegislation_more_header_wrap h1
{
	margin: 30px 0;
}

.homePageBlockLinksWrap h2
{
	margin-bottom: 0;
}

.clientsLogosWrapHomePage
{
	padding-top: 50px;
	padding-bottom: 50px;
}

.bookingForm span
{
	display: block;
	margin-bottom: 3px;
}

.bannerTextLine strong
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.bannerTextLine img
{
	margin-right: 10px;
	position: relative;
	top: -5px;
}

.subDifferencesWrap a
{
	color: #005487;
}

.subDifferencesWrap h3
{
	font-size: 16px;
}

.pretty .state label:before, .pretty .state label:after
{
	border-radius: 5px;
}

.servicesSectionWrap
{
	padding-top: 0;
}

#servicesLogoHeader
{
	padding-bottom:65px;
}
#servicesLogoHeader img
{
	/*min-height:80px;*/
}

.serviceIndeTitleWrap h4 *
{
	font-size: 18px !important;
}

.serviceIndeTitleWrap p
{
	padding: 0 !important;
	margin: 0 !important;
}

.servicesOthersSection
{
	padding-top: 0 !important;
	padding-bottom: 15px !important;
}

.serviceIndeWrap
{
	cursor: pointer;
}

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

#servicesExtraBannerTextContainer_outer,#servicesExtraBannerTextText_outer,#servicesExtraBannerTextTextHeading_outer
{
	position:absolute;
	width:100%;
}
#servicesExtraBannerTextTextHeading_outer
{
	max-width:1170px;
	position:relative;
	margin:0 auto;
	height:10px;
}
#servicesExtraBannerTextTextHeading
{
	position:relative;
	z-index: 997;
	top: -105px;
	background: #ac1127;
	color:#FFF;
	min-height:10px;
	display:inline-block;
	white-space: nowrap;
	padding:5px 15px;
	max-width:1170px;
}
#servicesExtraBannerTextText_outer
{
	display:inline-flex;
	justify-content: center;
	align-items: center;
	min-height:180px;
}
#servicesExtraBannerText_inner
{
	position:relative;
	z-index: 997;
	top: -90px;
	color:#FFF;
	width:1170px;
	margin:0 auto;
	display:inline-block;
	vertical-align: middle;
	left:-20vw;
	width:calc(1170px - 45vw);
	min-width:300px;
}
#servicesExtraBannerText_inner p
{
	white-space: nowrap;
}
#servicesExtraBannerText_inner p:nth-child(3)
{
	margin-top:25px;
}
#servicesExtraBannerText_slantBackground
{
	/*background-color:#004c7e;*/
	min-height:200px;
	width:44vw;
	position:relative;
	z-index: 997;
	top: -90px;
	color:#FFF;
}
#servicesExtraBannerText_slantBackground:before
{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:-35px;
	width:100%;
	background:#004c7e;
	transform:skew(-20deg);
}
#servicesExtraBannerTextTextHeading_outer
{
	max-width: 1100px;
}

/**********
  BUTTONS
**********/

.btn-std
{
	border-radius: 0;
	background: #FFF;
	color: #000;
	padding: 8px 35px 11px 35px !important;
	border-color: #000;
	white-space: nowrap;
	border: 1pt solid #000;
}
.btn-std-red
{
	border-radius: 0;
	background: #FFF;
	color: #a0213a;
	padding: 8px 35px 11px 35px !important;
	border-color: #a0213a;
}
.btn-std-red a
{
	color:#a0213a;
	text-decoration:none;
	border-bottom:none;
}
.btn-std-red_inverse
{
	border-radius: 0;
	background: #a0213a;
	color: #FFF;
	padding: 8px 35px 11px 35px !important;
	border-color: #a0213a;
}
.btn-std-red_inverse a
{
	color:#FFF;
	text-decoration:none;
	border-bottom:none;
}
.btn-std-yellow
{
	border-radius: 0;
	background: #FFF;
	color: #ffb95c;
	padding: 8px 35px 11px 35px !important;
	border-color: #FFF;
}
.btn-std-yellow a
{
	color:#ffb95c;
	text-decoration:none;
	border-bottom:none;
}
.btn-std-yellow_inverse
{
	border-radius: 0;
	background: #ffb95c;
	color: #FFF;
	padding: 8px 35px 11px 35px !important;
	border-color: #ffb95c;
}
.btn-std-yellow_inverse a
{
	color:#FFF;
	text-decoration:none;
	border-bottom:none;
}
.btn-std-blue
{
	border-radius: 0;
	background: #FFF;
	color: #125a9a;
	padding: 8px 35px 11px 35px !important;
	border-color: #FFF;
}
.btn-std-blue a
{
	color:#125a9a;
	text-decoration:none;
	border-bottom:none;
}
.btn-std-blue_inverse
{
	border-radius: 0;
	background: #125a9a;
	color: #FFF;
	padding: 8px 35px 11px 35px !important;
	border-color: #125a9a;
}
.btn-std-blue_inverse a
{
	color:#FFF;
	text-decoration:none;
	border-bottom:none;
}



.toggleSubSubMenuDisplayBlock
{
	display:none !important;
}
.iWouldLikeTo .nice-select
{
	min-width: 280px !important;
	margin-left:10px;
	border-radius:0;
	border:1pt solid #000;
}
.iWouldLikeTo
{
	width:100%;
	font-size:24px;
	font-weight:normal;
	display: flex;
	align-items: center;
	padding-top:20px;
	/*justify-content: center;*/
}
.iWouldLikeTo > div
{

}
#homePageContent,#expertPageContent
{
	display:flex;
}
#expertPageContent
{
	align-items: center;
}
.expertPageContent > .aDivWrap
{
	align-items: flex-start;
}
#homePageContent_leftText,#expertPageContent_leftText
{
	width:50%;
	padding-right: 45px;
}
#homePageContent_rightImage,#expertPageContent_rightImage
{
	width:50%;
	background-image:url('/images/library/homePage.png');
	background-size:cover;
	background-position:center center;
	min-height: 35vw;
}
#expertPageContent_rightImage
{
	background-image:url('/images/library/expertisePage.png');
}
#headerSocialMedia
{
	position:absolute;
	text-align: right;
	width: 100%;
	float: right;
	top:75px;
	z-index: 9;
}
#headerSocialMedia div
{
	display:inline-block;
}

.titleLineUnder
{
	position:absolute;
	width:60px;
	height:10px;
	-ms-transform: skewY(8deg); /* IE 9 */
	-webkit-transform: skewY(8deg); /* Safari 3-8 */
	transform: skewY(8deg);
}
.titleLineUnder_outer
{
	padding-top:14px;
	padding-bottom:50px;
}
.expertPageContent_main_subContentTitle
{

}
#expertPageContent_main,#expertPageDetailContent,#contactPageContent
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	padding-top:100px;
}
#expertPageDetailContent
{
	padding-top:0;
}
#expertPageDetailContent_leftText,#contactPageDetailContent_leftText
{
	width:40%;
	padding-right:40px;
}
#expertPageDetailContent_rightImage,#expertPageContent_main_leftImage,#contactPageDetailContent_rightImage
{
	width:60%;
	min-height:35vw;
	background-size:cover;
	background-position:bottom right;
	background-repeat:no-repeat;
}
#expertPageContent_main_rightText,#expertPageContent_main_leftImage
{
	width:50%;
}
#expertPageContent_main_rightText
{
	padding-left:60px;
}
#expertPageContent_main_btnContact_mobile
{
	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;
}
#siteBy a
{
	text-decoration: none;
}

.showServiceSubMenu
{
	display:block !important;
	z-index: 99999999;
}

/***************
  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%;
}

.installerIndeWrap hr
{
	border-color: #ccc;
}

.mt10
{
	margin-top: 10px;
}

.mb10
{
	margin-bottom: 10px;
}

.mt20
{
	margin-top: 20px;
}

.mb20
{
	margin-bottom: 20px;
}

.mt30
{
	margin-top: 30px;
}

.mb30
{
	margin-bottom: 30px;
}

.mt40
{
	margin-top: 40px;
}

.mb40
{
	margin-bottom: 40px;
}

.mb60
{
	margin-bottom: 60px;
}

.mt60
{
	margin-top: 60px;
}

.mt90
{
	margin-top: 90px;
}

.mb90
{
	margin-bottom: 90px;
}

.mt120
{
	margin-top: 120px;
}

.mb120
{
	margin-bottom: 120px;
}

.mt0
{
	margin-top: 0px;
}

.mb0
{
	margin-top: 0px;
}

.pb0
{
	padding-bottom: 0px;
}

.pt0
{
	padding-top: 0px;
}

.pt30
{
	padding-top: 30px;
}

.pb30
{
	padding-bottom: 30px;
}

.pt60
{
	padding-top: 60px;
}

.pb60
{
	padding-bottom: 60px;
}

.customFullStop
{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #174C60;
	border-radius: 100%;
}

.floatingHeaderSubPage
{
	position: absolute;
	bottom: 30px;
}

.floatingHeaderSubPage > div
{
	margin-bottom: 0 !important;
}

.footerMenu
{
	width: 418px;
}

.footerLogo img
{
	width: 300px;
}

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

.newsListWrap
{
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
}

.newsListWrap > div
{
	width: 49%;
	margin-bottom: 2.33%;

	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;

	position: relative;
	display: block;
}

.newsListTitleWrap h3, .newsListTitleWrap h4
{
	font-family:Barlow-Bold;
}

.mainSubNavMobile
{
	display: none;
}

.nice-select .list
{
	z-index: 99999999 !important;
}

.contactPageMapMobile
{
	display: none;
}

.menuDarkColor
{
	color: #1B273B;
}

hr
{
	border-width: 1px;
	border-color: var(--default-grey-dark);
}

footer hr
{
	opacity: 1;
	border-color: #fff;
}

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

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

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

.contactPageMap
{
	padding: 0;
}

.contactPageMap iframe
{
	display: block;
}

/*.menuByItSelf_footer a
{
	font-size: 14px;
}*/

.homeMenuTop
{
	display: none !important;
}

.aDivWrap_flexi
{
	display: flex;
	align-items: center;
}

.aDivWrap_flexi h1
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.hide
{
	display: none;
}

/*.footer_site
{
	font-size: 13px;
}*/

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

.w100
{
	width: 100%;
}

.contactOptionSelection
{
	display: flex;
	align-items: flex-start;
}

.contactOptionSelection label
{
	margin-bottom: 0;
	margin-left: 5px;
	line-height: 1;
}

.btn-default
{
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	font-family:Barlow;
}

.btn.focus, .btn:focus, .btn:hover
{
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}

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

.bg-none
{
	background: none;
}

.bannerText_subPage
{
	position: relative;
	/*bottom: 0;
	top: 20%;*/
	z-index: 9;
	display: flex;
	align-items: end;
	justify-content: center;
	height: 100%;
	padding-bottom: 100px;
}

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

.smallContainer
{
	max-width: 555px;
}

.hideInDesktop
{
	display: none !important;
}

.hideInMobile
{
	display: block;
}

.faqHeader h2
{
	font-size: 30px;
}

.newsListWrap > div > a:hover
{
	background: var(--default-red) !important;
	color: #fff;
}

.newsListWrap > div > a:hover .text-danger
{
	color: #fff !important;
}

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

.contactSection
{
	position: relative;
}

.w-90
{
	width: 90%;
}

.newsListTitleWrap hr
{
	border-width: 1px;
}

.selectedMonthYear, .yearActive
{
	font-weight: bold;
	font-family: Barlow-Bold;
	color: var(--default-red);
}

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

#banner_outer .slick-dots
{
	position: relative;
	bottom: unset;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}

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

.slick-dots li button:before
{
	background:var(--default-grey-dark);
	font-size: 0;
}


.slick-dots .slick-active button:before
{
	background: var(--default-grey-dark);
	font-size: 0;
	opacity: 1 !important;
}

.slick-dots li button:before
{
	border: 2px solid var(--default-grey-dark);
	background: transparent;
	font-size: 0;
	opacity: 1;
}

.slick-dots
{
	text-align: left;
	margin-top: 30px;
	bottom: unset;
	position: relative;
}

.slick-dots > li:first-child
{
	margin-left: 0;
}

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

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


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

.navbar-brand
{
	margin-right: 0;
}

.hiddenMenu
{
	display: none;
}

.newsListWrap > a {
	width: 50%;
	height: 500px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
	display: block;
}

.newsListTitleWrap {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	z-index: 9999;
}

.aboveFooterContent
{
	position: relative;
	z-index: 9;
}

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

.achievementIndeWrap_img img
{
	border-radius: 100%;
	/*border: 1px solid #ccc;*/
}

#myNavbar
{
	position: absolute;
	/*top: 30px;*/
	right: 0;
	padding-bottom: 0;
	width: 700px;
	min-height: 100vh;
	background: var(--default-dark-blue);
	padding: 80px;
}

#myNavbarDesktop
{
	position: absolute;
	top: 0;
	left: -2px;
	width: 150%;
	min-height: 100vh;
	background: var(--default-dark-blue);
	padding: 80px;
}

#myNavbarDesktop:before
{
	content: '';
	position: absolute;
	background: var(--default-dark-blue);
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
}

.myNavbarDesktopNotHome
{
	right: 0;
	left: unset !important;
	width: 500px !important;
}

.menus_rightFloat
{
	color: #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
	background: var(--default-red);
	font-family: Barlow-Bold;
	color: #fff;
}

.nav-link:focus, .nav-link:hover
{
	color: var(--default-red);
}

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

.aboveFooterContent .btn
{
	font-size: 22px;
}

.footerMenu a
{
	align-items: center;
}

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

.footerMenu_resources img
{
	margin-left: 15px;
}

.clientsHomeWrap .col-sm-4
{
	flex: 0 0 26.333333%;
}

.contactForm_banner
{
	margin-top: 60px;
}

.brochure_aboutBanner img
{
	width: 228px;
}

.scrollDownBtn img
{
	height: 50px;
}

.portfolioBlockText img, .backBtnImg
{
	max-width: 60px;
	max-height: 30px;
}

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

.portfolioNavLink a:hover
{
	color: var(--default-red);
}

.scrollDownBtnWrap_menu
{
	display: none;
}

.openNavMenu .scrollDownBtnWrap_menu
{
	display: block;
}

.portfolioNavLink
{
	position: relative;
}

.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: var(--default-grey);
	color: #212121;
}

.headerPhoneNoWrap img
{
	width: 28px;
}

.closeBtn_signUpOnline_popup
{
	right: 0px;
	top: -35px;
}

.closeBtn_signUpOnline_popup button
{
	opacity: 1;
	font-size: 30px;
}

.copyRight_footer
{
	font-size: 24px;
}

.form-control, .form-select
{
	border-radius: var(--default-radius);
}

/* 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-red);
}
.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;
}

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

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


.headerPhoneNoWrap
{
	font-size: 20px;
}

.newsDate
{
	font-family: Barlow;
	font-size: 24px;
}
.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;
}

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

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

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

.hiddenMenu_floatRight
{
	display: none;
}

.w-60
{
	width: 60%;
}

.w-80
{
	width: 80%;
}

.w-90
{
	width: 90%;
}

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

.newsListIndeItem
{
	position: relative;
	font-size: 16px;
}

.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-dark);
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
}

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

.btn-success
{
    background: var(--default-red);
    border-color: var(--default-red);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle
{
    background: var(--default-grey-dark);
    border-color: var(--default-grey-dark);
    color: #fff !important;
}


.bannerText_subPage
{
	text-align: left;
}

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

.bannerText img
{
	width: 50%;
}

/*.footerLogoWrap img
{
	width: 300px;
}*/

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

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

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

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

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

.homeSecondaryBtnsWrap
{
	background: #e8e6e4;
}

.dropdown-submenu {
	position: relative;
}

/*.subMenuHover:hover > .dropleft > .dropdown-menu,
.dropdown-subsubmenu:hover > .dropleft > .dropdown-menu
{
	display: block;
}*/

.secondaryBtnsImgWrap
{
	/*height: 230px;*/
	width: 100%;
	background: var(--default-dark-blue);
	border-radius: 100%;
	position: relative;
	padding-top: 100%;
	transition: transform .2s; /* Animation */
}

.secondaryBtnsImgWrap:hover {
	transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.getSecondBtnsTitleWrap
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px 20px 0 20px;
}

.secondaryBtnsImgWrap img
{
	position: absolute;
	max-width: 60px !important;
	max-height: 60px !important;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}

/*.secondaryBtnsHome {
	margin-top: 120px;
}*/

/*.achievementIndeWrap img*/
/*{*/
/*	max-width: 180px !important;*/
/*	max-height: 180px !important;*/
/*}*/

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

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

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

.dropdown-menu
{
	margin-top: 0 !important;
	border-radius: 0 !important;
	border: none !important;
}

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

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

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

.bannerSubTextWrap p
{
	margin-bottom: 0;
}

/*.bannerTextInner
{
	margin-top: 100px;
}*/

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

.secondaryBtnsWithBgInde_arrow .btn:active
{
	background-color: var(--default-red) !important;
	border-color: var(--default-red) !important;
}

.menuTextFR
{
	border-bottom: 1px solid #ccc;
}

.menuTextFR:hover
{
	color: var(--default-dark-blue) !important;
	background: #fff;
}

.subMenu_desktop
{
	padding-top: 10px;
	padding-bottom: 10px;
}

/*.menus_rightFloat > div, .subMenu_desktop
{
	border-bottom: 1px solid #ccc;
}*/

.menus_rightFloat > div:last-child, .subMenu_desktop:last-child
{
	border-bottom: none;
}

/*.menuText
{
	color: #fff;
}*/

/*.active .menuText span
{
	color: var(--default-grey-dark) !important;
}*/

.menuText:hover
{
	color: var(--default-dark-blue) !important;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:hover a
{
	background: var(--default-dark-blue) !important;
	color: #fff !important;
}

.menuWrap > div:last-child > .nav-link
{
	padding-right: 0 !important;
}

.contactMenu:hover, .contactMenu:active, .contactMenu:focus, .active .contactMenu
{
	color: #fff !important;
}

.contactMenu
{
	padding: 10px 20px;
}

.btn
{
	padding: 10px 25px;
}

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

.vLine
{
	width: 1px;
	height: 155px;
	background: #fff;
}

.btn
{
	font-family: Barlow-Bold;
	font-weight: bold;
}

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

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

.customRow
{
	margin-right: -30px;
	margin-left: -30px;
}

.customRow .col-md-6, .customRow .col-lg-3
{
	padding-right: 30px;
	padding-left: 30px;
}

.flex-w-100-auto
{
	width: 100%;
}

.bannerSubTextDesktopWrap
{
	margin-top: 15px;
}

[type=button], [type=reset], [type=submit], button
{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.dropleft .dropdown-menu
{
	/*top: -51px;
	right: 100%;*/
	position: relative;

	/*border-bottom-left-radius: var(--default-radius) !important;
	border-bottom-right-radius: var(--default-radius) !important;
	overflow: hidden;*/
	padding-bottom: 0;
	background: none;
	/*background: var(--default-dark-blue);*/
	color: #fff;
}

.subSubMenu_desktop_wrap
{
	top: 0 !important;
}

input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.number-input {
	border: 1px solid #ddd;
	display: inline-flex;
}

.number-input,
.number-input * {
	box-sizing: border-box;
}

.number-input button {
	outline:none;
	-webkit-appearance: none;
	border: none;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2rem;
	cursor: pointer;
	margin: 0;
	position: relative;
}

.number-input button.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
	font-family: sans-serif;
	max-width: 3rem;
	padding: .5rem;
	border: solid #ddd;
	border-width: 0 1px;
	height: 2rem;
	font-weight: bold;
	text-align: center;
}

/*--------------*/
.cart_header
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
	position: relative;
}

.cartIconHeader_img_wrap
{
	position: relative;
	cursor: pointer;
	display: inline-block;
}

.cartIconHeader img
{
	max-width: 30px;
	/*margin-top: 12px;*/
}

.cartIconHeader_qty
{
	min-width: 10px;
	min-height: 10px;
	border-radius: 100%;
	background: var(--default-grey-dark);
	color: #fff;
	font-size: 14px;
	padding: 1px 8px;

	position: absolute;
	top: 10px;
	right: -10px;
}

.cartIconHeader_detail
{
	position: absolute;
	background: #fff;
	padding: 15px;
	right: 0;
	top: 60px;
	display: none;

	/*left: 50%;
	transform: translateX(-50%);*/
}

.cartIconHeader_detail img
{
	max-width: 60px;
}

/* CHECK OUT - start */
.checkoutFormAddMargin
{
	width: 100%;
	margin: 0 auto;
}

.stepwizard-step:last-child
{
	pointer-events: none;
}

/* PAYMENT PROCESS CSS - START */

.stepwizard-step p {
	margin-top: 10px;
}

.stepwizard-row, .billingDetailsHeadingWrap, .contactPageHeaderWrap, .contactFormQuestionairs > div, #faqs, .communityWorksWrap, .communityWorkInDetailWrap_inde, .connectWithUs_contactPage .aDivWrap, .menuFooterWrap, .subMenuFooterWrap_more, .subMenuFooterWrap, .packagesListIndeWrap, .cart_checkout_packageDetailsInputsWrap, .packages_bg_parallax, .reorderProductDescriptionWrap, .subPagesOthers, .clientImagesWrap, .fotekGalleryImagesWrap, .checkoutCartTotalWrap
{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.subVariantsWrap_sport, .subVariantsWrap_sport > div > div, .reorder_package_wrap > div
{
	display: flex;
	display: -webkit-flex;
}

.btn-circle {
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
	opacity: 1 !important;
	border: none;
}

.btn-circle img
{
	max-width: 70px;
}

.btn-circle:hover
{
	background: none;
	background-color: transparent !important;
	border: none !important;
}

.stepwizard-row
{
	margin: 40px 0;
}

/* PAYMENT PROCESS CSS - END */
.stepwizard-step:last-child
{
	pointer-events: none;
}

.shoppingCartImgInverted {
	display: none;
}

.cartQty_checkout
{
	width: 50px !important;
	text-align: center;
	border: 1px solid #ccc !important;
}

.cartIconHeader .btn
{
	font-size: 15px;
	font-weight: bold;
}

.hide_cart_header_btn
{
	position: absolute;
	top: -25px;
	right: -25px;
	cursor: pointer;
	font-size: 24px;
	color: #fff;
}

.cart_product_image
{
	max-height: 100px;
	max-width: 100px;
}

.productVarsWrap
{
	min-height: 60px;
}

.variantBtn .fa-check
{
	display: none;
}

.variantBtn
{
	padding: 5px 10px;
}

.inactiveVar
{
	background: #e9d4cc;
	border-color: #e9d4cc;
	color: #000;
}

.activeVar
{
	color: #fff;
}

.activeVar .fa-check
{
	display: block !important;
}

.productBlock, .boxShadow
{
	box-shadow: 1px 1px 5px #ddd;
	border-color: #e6e6e6;
}

input[type=checkbox], input[type=radio]
{
	width: 20px;
	height: 20px;
	display: inline-block;
	/*top: 6px;*/
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 100px;
	border: 1px solid var(--default-grey-dark);
	min-width: 20px;
	min-height: 20px;
}

input[type=checkbox]:checked, input[type=radio]:checked
{
	border: none;
}

input[type=checkbox]:checked:after, input[type=radio]:checked:after
{
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 0;
	position:absolute;
	top:0;
	font-size: 15px;
	color: #fff;
	background: var(--default-grey-dark);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 100px;
}

input[type=checkbox].incompleteInputCheckbox:checked:after,
input[type=radio].incompleteInputCheckbox:checked:after
{
	content: "\f068";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	left: 0;
	position:absolute;
	top:0;
	font-size: 15px;
	color: #fff;
	background: #a88b00;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.whiteCheckBox:checked:after
{
    color: #000 !important;
    background: #fff !important;
}

input[type=checkbox].rounded-circle:checked:after
{
	border-radius: 100% !important;
}

input[type=checkbox].border-warning:checked:after
{
	color: #212529 !important;
	background: #ffc008 !important;
}

input[disabled]:after
{
	background: #9f9f9f !important;
	border-color: #9f9f9f !important;
}

input[disabled], input[readonly]
{
	background: #9f9f9f !important;
	border-color: #9f9f9f !important;
}

.categoryBtn img
{
	object-fit: cover;
}

.categoryActive img
{
	border: 1px solid #000;
}

.hideMenuBtn
{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 99;
}

.footerBanner
{
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.footerBannerContent
{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footerBannerContent .btn:nth-child(2)
{
	margin: 0 40px;
}

.alsoSeeSub
{
	position: relative;
	height: 100%;
	min-height: 380px;
}

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

.alsoSeeSub:before, .alsoSeeSiblingImgWrap:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.alsoSeeSub:hover:before, .alsoSeeSiblingImgWrap:hover:before
{
	background: rgba(0, 0, 0, 0.4);
}

.alsoSeeSiblingImgWrap
{
	height: 480px;
}

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

.alsoSeeSubsActions
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	width: 80%;
}

/*.footer_site
{
	background: url("/images/library/footer_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.footer_site:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--default-dark-blue);
	opacity: 0.7;
}*/

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

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

.narrowWidth
{
	width: 75%;
	margin: auto;
}

/*.pageContent .container
{
	width: 60%;
}*/

/*.container
{
	max-width: 1100px;
}*/

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

.arrowLeft
{
	left: -25px;
}

.arrowRight
{
	right: -25px;
}

.clearfix {
	display: inline-block;
}

.star-rating .star-1, .star-rating .star-2, .star-rating .star-3, .star-rating .star-4, .star-rating .star-5 {
	float: left;
	border-radius: 2px;
	margin-right: 2px;
	padding: 2px 3px 0;
	color: var(--default-red);
}

.bannerSubTextWrap
{
	margin-top: 30px;
	font-size: 24px;
}

/*
.scrollToFromBannerContent img
{
	margin-left: 100px;
}*/


table td
{
	background: none !important;
}

.newsImgThumb, .newsImgFull
{
	object-fit: cover;
}

.newsImgThumb
{
	border-top-left-radius: var(--default-radius);
	border-top-right-radius: var(--default-radius);
}

.newsListIndeItem
{

	border-top-right-radius: var(--default-radius);
	border-bottom-right-radius: var(--default-radius);
}

.newsImgFull
{
	border-radius: var(--default-radius);
}

.invertedCommaWrap
{
	position: absolute;
	top: -55px;
}

.invertedComma
{
	max-width: 55px;
	max-height: 55px;
}

.testimonialListWrap_1
{
	padding: 40px 50px;
	margin-bottom: 60px;
}

.greenUnderLine, .greenUnderLineLeft
{
	position: relative;
}

.greenUnderLine:before
{
	content: '';
	position: absolute;
	height: 4px;
	width: 100px;
	background: var(--default-grey-dark);
	bottom: -15px;
	right: 0;
}

.greenUnderLineLeft:before
{
	content: '';
	position: absolute;
	height: 4px;
	width: 100px;
	background: var(--default-grey-dark);
	bottom: -15px;
	left: 0;
}

.greenUnderLineLeft p
{
	text-align: left !important;
}

.footer_copy_right a:hover
{
	color: #fff !important;
}

.benefitsForYourPracticeTable table td
{
	vertical-align: middle;
	color: #fff;
}

/*.dropdown-item:focus, .dropdown-item:hover
{

	color: var(--default-dark-blue);
	background-color: var(--default-dark-blue);

}*/

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

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

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

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

.youTubeVidsWrap iframe
{
	max-width: 100% !important;
}

.docTabBtn.active
{
	background: var(--default-dark-blue) !important;
}

.bannerSubTextWrap .btn
{
	font-size: 20px;
}

.getSecondBtnsTitle p
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 20px;
}

.getSecondBtnsTitle
{
	font-size: 20px;
}

.getInTouchFormWrap
{
	border-radius: 10px;
	padding: 80px;
}

.fullQuoteFormSection .getInTouchFormWrap
{
	padding: 20px 20px 80px 20px;
}

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

/*.pageLinkBtnLinkTextx
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	font-size: 20px;
}*/

.pageLinkBtnLinkText
{
	font-size: 16px;
}

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

.extraImageContentContentWrap
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	display: flex;
	align-items: center;
}

.extraImageContentContentWrap > div
{
	width: 450px;
	padding: 40px;
}

.extraImageContentContentWrap.right
{
	justify-content: flex-end;
}


.officeSpacesExtraImgContent
{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.officeSpacesExtraImgContent > div
{
	padding: 50px;
}

.extraContentBlocksImgWrap a
{
	display: block;
	width: 100% !important;
	height: 100% !important;
}

.extraContentBlocksImgWrap img
{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.otherTimberLink
{
	position: relative;
	border-radius: var(--default-radius);
}

.otherTimberLinkTitle
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	width: 90%;
}

.productListWrap, .ourSupplierListWrap, .productListWrapHome
{
	padding: 60px 40px;
	background-color: var(--default-grey);
	height: 100%;
	border-radius: var(--default-radius);
	display: flex;
	align-items: center;
	justify-content: center;
}

.productListWrap img, .ourSupplierListWrap img, .productListWrapHome img
{
	max-width: 100%;
	height: 180px;
	/*width: 100%;*/
	object-fit: contain;
}

.productListWrap
{
	position: relative;
}

.productListWrap p
{
	margin-bottom: 0;
}

.productBadgeWrap
{
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.productBadge
{
	width: 80px;
	height: 80px;
	background: var(--default-blue);
	border-radius: 100px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	padding: 10px;
	text-align: center;
}

.productListWrapHome
{
	background-color: #fff !important;
}

.colorSpiesTitle
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.quote_form_section, .getInTouchFormWrapContainer, .quote_form_section_mb, .getInTouchFormWrapContainer_mb, .fullQuoteFormSection
{
	position: relative;
}

.getInTouchFormWrapContainer, .getInTouchFormWrapContainer_mb
{
	z-index: 10;
}

.quote_form_section_bg_img
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 8;
}

.quote_form_section:after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 9;
	background: #fff;
}

.otherTimberLink, .pageLinkBtnLink
{
	overflow: hidden;
	display: block;
	height: 100%;
}

/*.pageLinkBtnLink
{
	border-radius: var(--default-radius);
}

.otherTimberLinkImg, .pageLinkBtnLinkImg
{
	transition: transform .2s; !* Animation *!
}

.otherTimberLinkImg:hover, .pageLinkBtnLinkImg:hover
{
	transform: scale(1.5);
}*/

.pageLinkBtnLinkImg
{
	width: 70px;
	height: 70px;
	object-fit: contain;
}

.faqList img
{
	width: 100px;
}

.resourceList img
{
	width: 100px;
}

.faqsContent
{
	padding-left: 60px;
}

.woodgrainFooter
{
	position: absolute;
	width: 250px;
}

.woodgrainleft
{
	left: 0;
	bottom: 0;
}

.woodgrainright
{
	right: 0;
	top: 0;
}

.w-80
{
	width: 80%;
}

.galleryImageLink
{
	display: block;
}

.galleryImageLink img
{
	border-radius: var(--default-radius);
}

.border-secondary, .btn-outline-secondary
{
	border-color: #fff;
}

.btn-outline-secondary
{
	color: #fff !important;
}

.tabBarBtn
{
	padding: 15px 30px;
}

.lb-dataContainer
{
	position: absolute;
	top: -41px;
	left: 0;
	right: 0;
}

.lb-details
{
	display: none;
}

.lightbox .lb-image
{
	border: none;
	margin: auto;
}

.lb-nav a.lb-prev, .lb-nav a.lb-next
{
	opacity: 1 !important;
}

.lb-outerContainer
{
	background-color: unset !important;
}

.menuText
{
	padding-right: 30px;
	color: #fff;
	font-family: Barlow-Bold;
}

.dropdown-item a
{
	color: #fff;
	text-wrap: wrap;
}

.dropdown
{
	margin-left: 30px;
}

.btn-white
{
	background-color: #fff;
	color: var(--default-red);
}

.underBannerIconsWrap
{
	height: 12vh !important;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	bottom: 0;
	margin-top: -70px;
}

.crossBgImg
{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

.crossBgImg_left
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.headerContact p
{
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.headerContact p img
{
	margin-right: 5px;
}

.catalogueList img
{
	width: 50px;
}

.catalogueList summary
{
	display: block;
	position: relative;
	line-height: 1;
}

.catalogueList summary::after
{
	margin-left: 1ch;
	display: inline-block;
	content: '▶️';
	transition: 0.2s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.catalogueList details[open] > summary::after
{
	transform: rotate(90deg);
}

footer a
{
	color: #fff !important;
}

.frmContact_mail_icon
{
	width: 60px;
	position: absolute;
	left: 50%;
	top: -31px;
	transform: translateX(-50%);
}

.contactPage_addresses img
{
	width: 60px;
	margin-bottom: 20px;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}

.contactPage_addresses .bg-grey
{
	border-radius: var(--default-radius);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
}

.contactPage_addresses .bg-grey br
{
	display: none;
}

.contactPage_addresses .col-sm-6, .contactPage_addresses .col-sm-12
{
	position: relative;
}

input[disabled].bg-transparent
{
	background-color: transparent !important;
	background: none !important;
}

.icon_job
{
	width: 60px;
	position: absolute;
	left: 50%;
	top: -31px;
	transform: translateX(-50%);
}

.viewOurRecentSection
{
	padding: 30px 0;
}

.viewOurRecentSectionTextWrap
{
	position: relative;
	z-index: 9;
}

.footerBannerWrap
{
	overflow: hidden;
}

.footerBannerWrap1
{
	height: 500px;
}


.footerBannerWrap2
{
	height: 300px;
}

.experienceSectionMiddle
{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}


.slick-prev:before, .slick-next:before
{
	opacity: 1;
	color: #000;
}

.ourPromiseList img
{
	width: 90%;
	object-fit: contain;
}

.reviewListIcon
{
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}

.reviewListIcon img, .ourExperienceWrap img
{
	width: 60px;
	object-fit: contain;
}

.slick-next:before
{
	font-family: 'FontAwesome';
	content: "\f054";
}

.slick-prev:before
{
	font-family: 'FontAwesome';
	content: "\f053";
}

.contentFooterBtns .btn
{
	font-weight: bold;
}

.contactPage_addresses a, .contactPage_addresses_mb a
{
	color: #9a9a9a;
}

.pageLinkBtnLinkText
{
	color: #fff !important;
}

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

#banner_outer > div
{
	width:100%;
	height: 97vh;
}

.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;
	z-index: 5;
	position: relative;
	overflow: hidden;
}
.homeBannerText
{
	font-size: 49px;
	text-align: left;
}

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

.catalogueListIcon p, .pdfListLink p
{
	margin-bottom: 0;
}

.pdfListLink p, .pdfListLink a
{
	flex: 1;
	width: 100%;
	display: block;
	height: 100%;
}
.pdfListLink a
{
	color: #fff !important;
}

.contentReadMoreBtn
{
	display: none;
}

.lb-closeContainer
{
	position: relative;
	right: -35px;
}

.lb-nav a.lb-next
{
	position: relative;
	right: -60px;
}

.lb-nav a.lb-prev
{
	position: relative;
	left: -60px;
}

.contactGetInTouchContent a
{
	color: #000;
}

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

.underBannerIconsWrap_mb
{
	display: none;
}

.podcastList img
{
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.bannerText_home
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.homeBannerVideoWrap
{
	height: 90vh;
	flex-direction: row-reverse;
}

.homeBannerVideo
{
	width: 160%;
	height: 100%;
	object-fit: cover;
	position: relative;
	direction: rtl;
	/*left: -400px;*/
}

.homeBannerVideoText
{
	position: absolute;
	bottom: 15%;
	left: 0;
	right: 0;
	z-index: 999;
}

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

.imageSectionImage img
{
	height: 500px;
	width: 170%;
	object-fit: cover;
	object-position: top;
}

section:has(.request_a_proposal)
{
	background: var(--default-pink);
}

.careerFormContainer
{
	position: relative;
	z-index: 2;
}

.careerFormBgWrap
{
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: -245px;
	height: 600px;
}

.careerFormBgWrap img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.careerListWrap:last-child hr,
.teamListWrap:last-child hr
{
	display: none;
}

details > summary, .moduleHeader
{
	list-style-type: none;
	border: none !important;
	font-size: 22px;
	font-weight: bold;
	padding: 30px !important;
	color: #fff !important;
}

details > summary:after
{
	content: '+';
	position: absolute;
	right: 30px;
	font-size: 35px;
	line-height: 1;
	top: 28px;
	font-weight: normal;
	border: 2px solid #fff;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

details[open] > summary:after
{
	content: '-';
	position: absolute;
	right: 30px;
	font-size: 35px;
	line-height: 1;
	top: 28px;
	font-weight: normal;
	border: 2px solid #fff;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

details {
	border-radius: 0 !important;
	border: none;
}

details[open] > summary
{
	margin-bottom: 0.5rem;
}

.dir-rtl
{
	direction: rtl;
}

.imageSectionContentRight .content
{
	padding-left: 80px;
}

.imageSectionContentLeft .content
{
	padding-right: 80px;
}

.colorExpandSection,
.colorExpandSection .container
{
	position: relative;
}

.colorExpandSection .container
{
	z-index: 9;
}

.colorExpandSection:before
{
	content: '';
	position: absolute;
	background: var(--leftColor);
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
}

.colorExpandSection:after
{
	content: '';
	position: absolute;
	background: var(--rightColor);
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
}

.programListImage
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	object-fit: cover;
}

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

.programListWrap
{
	padding: 70px !important;
}

.programListWrap:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.programListWrap:hover
{
	border: none !important;
}

.contentTop
{
	margin-bottom: 60px;
}

.contentBottom
{
	margin-top: 60px;
}

.homeBannerVideTextWrap
{
	min-width: 250px;
}

.border-dark
{
	border: 1px solid #000 !important;
}

.menuHeaderContent
{
	font-size: 14px;
}

.footerBannerContent a:hover,
footer a:hover
{
	/*color: var(--fb-hover-color) !important;*/
	color: #fff !important;
}

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

.programListWrap:hover:before
{
	background: var(--pro-hover-color);
}

.noHover:hover,
.noHover:active
{
	background: none !important;
	border: none !important;
	color: #fff !important;
}

.contentFooterBtn:hover .contentFooterBtnText
{
	font-weight: bold;
	font-family: Barlow-Bold;
}
.caseStudiesTopP_left
{
	padding-right: 20px;
}
.caseStudiesTopP_right
{
	padding-left: 20px;
	padding-top: 58px;
}

.btn-outline-white
{
    border: 1px solid #fff;
    color: #fff;
}

.readMoreLessHiddenContent
{
    display: none;
}

#tlcPopUpIndePage
{
    z-index: 99999999;
}

.tabSection .nav-tabs .nav-link
{
    border-radius: 0;
    padding: 30px 50px;
    color: var(--default-pink);
}

.tabSection .nav-tabs .nav-link.active
{
    background: var(--default-pink);
    color: #fff;
    border: 1px solid var(--default-pink);
}

.tabSection .nav-tabs
{
    border-color: var(--default-pink);
}

.tabSection ul
{
    list-style: none;
    padding: 0;
}

.tabSection li
{
    padding-left: 25px;
    margin-bottom: 10px;
}

.tabSection li:before
{
    content: '\2713';
    position: absolute;
    margin-left: -25px;
}

.howWeWorkWithYou ol
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    list-style: none; /* Remove default numbers */
    counter-reset: list; /* Initialize counter */
    padding: 0; /* Remove default padding */
    font-size: 20px; /* Size for text */
    text-align: center; /* Center the entire list */
}

.howWeWorkWithYou ol li
{
    width: 31%;
    padding: 20px 20px 0 20px;
    margin-right: 3%;
    text-align: left;

    counter-increment: list; /* Increment counter */
    position: relative; /* For positioning the number */
    margin-bottom: 20px; /* Spacing between items */
}

.howWeWorkWithYou ol li::before {
    content: counter(list) "."; /* Display counter with a period */
    position: absolute;
    left: -10px;
    transform: translateX(-50%); /* Center the number */
    font-size: 36px; /* Larger size for numbers */
    font-weight: bold; /* Optional: Bold numbers */
    display: inline-block;
    width: 100%; /* Ensure it spans the list item */
    text-align: center; /* Center the number text */
}

.howWeWorkWithYou ol li:nth-child(n+3)
{
    margin-right: 0;
}

.howWeWorkWithYou ol li:nth-last-child(-n+3)
{
    margin-bottom: 0;
}

.testimonialListWrap
{
    padding: 30px;
}

.DownloadProgramBrochureRight > div
{
    padding-left: 60px;
}

.testimonialListWrap .col-sm-2
{
    position: relative;
    text-align: center;
}

.testimonialListWrap .invertedCommaPink
{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}

.invertedCommaPink img
{
    width: 37px;
    object-fit: contain;
    height: auto;
}

#receiveWhitePaperNo,
#receiveWhitePaperYes
{
    border-color: #fff;
}

.testimonialListContent,
.testimonialListImg
{
    display: flex;
    align-items: center;
}

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

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

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

.paginationLinksWrap
{
	width: 300px;
}

.paginationLinksWrap .slick-prev
{
	left: -50px;
}

.paginationLinksWrap .slick-next
{
	right: -60px;
}
