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

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

	--default-red: #2B374E;

	--default-grey: #f7f7f7;
	--default-grey-dark: #6E6E6E;

	--default_green: #70C48B;

	--default-dark-blue: #2B374E;

	--default-radius: 20px;
}

.bgFFblue
{
	background-color: var(--default-red);
}

.bannerSubTextWrap, .enquireBtn
{
	font-family: 'Poppins-Bold';
}

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

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

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

.text-green
{
	color: var(--default_green) !important;
}

.bg-green
{
	background-color: var(--default_green);
}

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

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

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

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

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

.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: Poppins-Bold;
}

#contactPageMap
{
	scroll-behavior: smooth;
}

body
{
	overflow-x: hidden;
	font-family: OpenSans;
	font-size: 16px;
	line-height: 1.2;
	color:#6E6E6E;
}

table, .homeExtractContent td
{
	color:#6E6E6E;
}

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

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

.form-control
{
	font-size: inherit;
	height: auto;
}

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

h1
{
	font-size: 33px;
}

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

section
{
	padding: 80px 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_green) !important;
}

.bg-red .active .nav-link,
.bg-red .active b, .active span
{
	color: #fff !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 .aDivWrap_three_flexi
{
	width: 45%;
	justify-content: space-between;
}

.bannerMiniUnderline
{
	height:4px;
	width:37px;
	background-color:#FFF;
	margin-top:-14px;
}

.scrollDownBtn, .scrollDownBtn_project
{
	border:none;
	background-color:transparent;
	cursor:pointer;
	color:#FFF;
}

.scrollDownBtn:hover,
.scrollDownBtn:visited,
.scrollDownBtn_project:hover,
.scrollDownBtn_project:visited
{
	color:#FFF;
}

.scrollDownBtn
{
	padding-left: 0;
	padding-right: 0;
}

.homeBannerExtraTextOuter,
#homeBannerNav
{
	position:absolute;
	opacity:0;
	width:100%;
	height:100%;
	z-index:10;
}
#homeBannerNav
{
	z-index:20;
}
#homeBannerNav > div
{
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	height:100%;
	color:#FFF;
	width: 1170px;
	margin: 0 auto;
}
#homeBannerNav > div > div
{
	display:flex;
	flex-direction:row;
	margin-bottom: 20px;
}
#homeBannerNav > div > div > div
{
	font-size:25px;
}
#homeBannerNav > div > div > div:nth-child(2)
{
	margin-left:15px;
}
.homeBannerExtraText
{
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	height: calc(100% - 70px);
	width: 1170px;
	margin: 0 auto;
}
.homeBannerExtraText > div:nth-child(1)
{
	font-family:Poppins-Bold;
	font-size:40px;
	text-decoration:underline;
	-webkit-text-underline-position: under;
	-ms-text-underline-position: below;
	text-underline-position: under;
}
.homeBannerExtraText > div:nth-child(2)
{
	font-size:15px;
	margin-top:15px;
}

.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: var(--default-dark-blue);
	opacity: 0.46;
	z-index: 8;
}

#banner_outer
{
	height: 70vh;
	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:Poppins-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: 50px;
}

.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, #nav-icon4-desktop
{
	width: 21px;
	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;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4-desktop span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	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;
}

#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: 9px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4-desktop 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%;
}

#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: 1px;
	left: 3px;
}

#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: 16px;
	left: 3px;
}


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

.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: 100px;

	padding-left: 0;
	justify-content: space-between;
}

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

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

.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:Poppins-Bold;
}

.mainSubNavMobile
{
	display: none;
}

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

.contactPageMapMobile
{
	display: none;
}

.menuDarkColor
{
	color: #1B273B;
}

hr
{
	border-width: 1px;
}

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:Poppins-Regular;
}

.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: center;
	height: 100%;
}

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

.smallContainer
{
	max-width: 555px;
}

.hideInDesktop
{
	display: none !important;
}

.hideInMobile
{
	display: block;
}

.hideInMobile_inline
{
	display: inline-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: Poppins-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_green);
	font-size: 0;
}


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

.slick-dots li button:before
{
	border: 2px solid var(--default_green);
	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;
}

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

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

hr
{
	border-color: #C1C1C1;
}

.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: Poppins-Regular;
	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-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;
}

.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_green);
	border-color: var(--default_green);
	border-radius: 10px;
}

.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_green);
	border-color: var(--default_green);
	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: 400px;
}

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

.dropdown-submenu: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;
}

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

.bannerSubTextWrap p
{
	margin-bottom: 0;
}

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

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

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

.menuTextFR:hover
{
	color: var(--default-red) !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_green) !important;
}

.menuText:hover
{
	color: var(--default_green) !important;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:hover a
{
	color: var(--default_green) !important;
}

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

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

.btn
{
	padding: 6px 20px !important;
}

.btn:hover
{
	background: #2B5C52 !important;
	color: #fff !important;
	border-color: #2B5C52 !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: 0;
	right: 0;
	margin-top: 0;
	margin-right: .125rem;

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

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_green);
	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%;
}

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
{
	width: 80%;
}

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

.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: 60px;
}

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


table td
{
	background: none !important;
}

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

.newsImgThumb
{
	border-top-left-radius: var(--default-radius);
	border-bottom-left-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_green);
	bottom: -15px;
	right: 0;
}

.greenUnderLineLeft:before
{
	content: '';
	position: absolute;
	height: 4px;
	width: 100px;
	background: var(--default_green);
	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-dark-blue) !important;
}

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

.docTabBtn.active
{
	background: var(--default_green) !important;
}

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

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

.getSecondBtnsTitle
{
	font-size: 20px;
}

.leaflet-popup-content h4
{
	font-size:20px;
	color:rgb(106,184,119);
}

.leaflet-popup-content h5
{
	font-size:15px;
	color:rgb(43,55,78);
}

.underBannerIconsWrap
{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	bottom: 0;
	background: var(--default-red);
}

.underBannerIcon
{
	height: 60px;
	width: 120px;
	object-fit: contain;
	margin: 0 15px;
}

.bannerBadges
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}

.bannerBadgesContainer
{
	position: absolute;
	top: 30px;
	z-index: 999;
}