@font-face {
	font-family: interRegular;
	src: url('./fonts/interRegular.ttf');
}
@font-face {
	font-family: interBold;
	src: url('./fonts/interBold.ttf');
}

::-webkit-scrollbar
{
	width: 0px;
}

html
{
	--themeWhite: #FEFEFFE5;
	--themeBlue: #2E5DAB;
	--themeOrange: #F7801D;
	--themeGrey: #666666;
}

a
{
	text-decoration: none;
	transition: 0.4s;
}
a:link
{
	color: var(--themeWhite);
	text-decoration: none;
}
a:visited
{
	color: var(--themeWhite);
	text-decoration: none;
}
a:hover
{
	color: var(--themeWhite);
	text-decoration: none;
}
a:active
{
	color: var(--themeWhite);
	text-decoration: none;
}
body
{
	width: 100vw;
	font-family: "interRegular", sans-serif;
}

div[style*="--bg-length"]
{
	background: linear-gradient(to left, var(--themeBlue) var(--bg-length), transparent var(--bg-length));
}
div[style*="--bg-lengthR"]
{
	background: linear-gradient(to right, var(--themeBlue) var(--bg-lengthR), transparent var(--bg-lengthR));
}

.boldText
{
	font-family: "interBold", sans-serif;
}
#navBarTop
{
	position: fixed;
	top: 0px;
	width: calc(100vw - (100vw - 100%));
	padding: 6px;
	padding-top: 15px;
	z-index: 4;
	background-color: #FEFEFF;
}
.navBarLogo
{
	height: 50px;
}
#navBarTogglerTF
{
	border: 2px solid #ddd;
}
.navBarTogglerBtn
{
	font-size: 20px;
}
.navBarTFItemWrapper
{
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	align-items: center;
	gap: 10px
}
.navBarAllItemsWrapper
{
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	align-items: center;
}
.navBarNavTF
{
	gap: 10px;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.navLinkTF
{
	font-family: "interRegular", sans-serif;
	font-size: 14px;
	color: #eeeeee;
	letter-spacing: 2px;
	font-weight: 500;
	padding-left: 40px;
	padding-right: 40px;
	background-color: var(--themeBlue);
	color: var(--themeWhite) !important;
	z-index: 3;
	box-shadow: 0px 4px 4px 0px #00000040;
	width: 130px;
	text-align: center;
}
.navLinkTF:hover
{
	color: #eee;
}
.navLinkTFActive
{
	color: #ddd !important;
}

.sectionTF
{
	width: 100vw;
}

#section0
{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
}
.section0BoxLeft
{
	width: 40%;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.section0Box0BlueBox
{
	width: 100%;
	background-color: var(--themeBlue);
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px;
	gap: 50px;
}
.section0Box0BlueBoxTopText
{
	color: var(--themeWhite);
	border-bottom: 3px solid var(--themeWhite);
	padding-bottom: 25px;
}
.section0Box0BlueBoxBottomText
{
	font-size: 40px;
	color: var(--themeWhite);
}
.section0Box0TextBox
{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 15px;
}
.section0LMBtn
{
	border: 2px solid #2E5DAB;
	box-shadow: 0px 4px 4px 0px #00000040;
	color: #2E5DAB;
	font-family: "interBold", sans-serif;
	padding: 6px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	margin-top: 20px;
	align-self: center;
}
.section0Box0TextBoxBulletWrapper
{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	padding: 4px;
	padding-right: 10px;
}
.section0Box0TextBoxBulletWrapper_1
{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	padding: 4px;
	padding-left: 10px;
}
.section0Box0TextBoxHeadingBullet
{
	width: 20px;
	height: 20px;
	background-color: var(--themeOrange);
}
.section0Box0TextBoxBody
{
	padding-top: 10px;
	color: var(--themeGrey);
}
.section0Box0TextBoxTextWrapper
{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.section0Box0TextBoxHeading
{
	font-size: 18px;
	font-family: "interBold", sans-serif;
	color: var(--themeBlue);
}
.section0Box0TextBoxHeadingTextOrange
{
	color: var(--themeOrange);
}
.sectionHeadingRight
{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
.section0BoxRight
{
	width: 60%;
	height: 85vh;
	padding-left: 30px;
}
.section0BoxRightSliderItem
{
	width: 40vw;
	height: 85vh;
	background-size: cover;
	background-position: center;
}
.section0BoxRightServicePage
{
	width: 60%;
	height: 85vh;
	padding-left: 30px;
}
.section0BoxRightSliderItemServicePage
{
	width: 40vw;
	height: 85vh;
	background-size: cover;
	background-position: center;
}
.sectionHeadingRightBar
{
	flex-grow: 1;
	background-color: var(--themeBlue);
	height: 40px;
}
.sectionHeadingRightText
{
	color: var(--themeBlue);
	font-size: 40px;
	text-align: center;
/*	width: 40vw;*/
	width: fit-content;
	padding: 10px;
	padding-left: 40px;
	padding-right: 40px;
}

.sectionHeadingLeft
{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
.sectionHeadingLeftBar
{
	flex-grow: 1;
	background-color: var(--themeBlue);
	height: 40px;
}
.sectionHeadingLeftText
{
	color: var(--themeBlue);
	font-size: 40px;
	text-align: center;
	width: 40vw;
	padding: 10px;
}
#section1
{
	/*display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;*/
}
.section1Header
{
	width: 100vw;
	background-color: var(--themeBlue);
	color: var(--themeWhite);
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 50px;
	padding: 20px;
}
.section1HeaderTopText
{
	border-bottom: 3px solid var(--themeWhite);
	padding-bottom: 25px;
	width: fit-content;
}
.section1HeaderBottomText
{
	font-size: 40px;
}
.section1ContentBox
{
	width: 100vw;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 40px;
}
.section1ContentBoxLeft
{
	width: 50vw;
	height: 80vh;
	background-size: cover;
	background-position: center;
}
.section1ContentBoxRight
{
	height: 80vh;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
	width: 50vw;
	padding: 40px;
}
.section1ContentBoxRightTextBox
{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 20px;
}
.section1TextBoxBulletWrapper
{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	padding: 4px;
	padding-right: 10px;
}
.section1TextBoxBullet
{
	width: 20px;
	height: 20px;
	background-color: var(--themeOrange);
}
.section1TextBoxTextWrapper
{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.section1TextBoxHeading
{
	font-size: 18px;
	font-family: "interBold", sans-serif;
	color: var(--themeBlue);
}
.section1TextBoxHeadingTextOrange
{
	color: var(--themeOrange);
}
.section1TextBoxBody
{
	padding-top: 10px;
	color: var(--themeGrey);
}
.section1ContactBox
{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: flex-end;
}
.section1ContactWABox
{
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	align-items: flex-end;
}
.section1ContactWABoxLeft
{
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	align-items: flex-end;
}
.section1ContactWABoxRight
{
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	align-items: flex-end;
	font-size: 55px;
	color: var(--themeBlue);
	padding-left: 15px;
}
.section1ContactWABoxLeftText
{
	color: var(--themeGrey);
	font-size: 12px;
}
.section1ContactWABoxLeftNumber
{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
	font-size: 35px;
	color: var(--themeBlue);
}
.contactQRImg
{
	height: 70px;
	width: 70px;
}

#section2
{
	width: 100vw;
	height: 80vh;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	padding: 80px;
}
.section2ContentBox
{
	width: fit-content;
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
}
.section2TestimonialBox
{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	color: var(--themeBlue);
	font-family: "interBold", sans-serif;
	font-size: 17px;
	background-color: #FFFFFFCF;
	border-radius: 30px;
	padding: 25px;
	height: 25rem;
	width: 18rem;
}
.section2TestimonialUserDetailBox
{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
}
.section2TestimonialUserDetailImgBox
{
	height: 80px;
	width: 80px;
	background-size: cover;
	background-position: center;
}
.section2TestimonialUserDetailDesgBox
{
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	align-items: flex-start;
	height: 80px;
}
.section2TestimonialDetailBox
{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 5px;
}
.section2TestimonialTitleBox
{
	font-size: 12px;
}
.section2TestimonialTextBox
{
	font-family: "interRegular", sans-serif;
	font-size: 12px;
}
.section2TestimonialUserNameBox
{
	font-size: 14px;
}
.section2TestimonialUserCompanyBox
{
	font-size: 14px;
}

#section3
{
	width: 100vw;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: stretch;
}
#section3_1
{
	width: 100vw;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: stretch;
}
.section3LeftBox
{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	width: 60vw;
	padding: 20px;
	padding-left: 50px;
}
.section3_1RightBox
{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 20px;
	width: 60vw;
	padding: 20px;
	padding-right: 50px;
}
.section3LeftBoxElement
{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
}
.section3_1RightBoxElement
{
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	align-items: flex-start;
}
.section3LeftBoxElementImg
{
	width: 120px;
	height: 100px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.section3_1RightBoxElementImg
{
	width: 120px;
	height: 100px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.section3TextBox
{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: fit-content;
}
.section3TextHeading
{
	font-size: 18px;
	color: var(--themeBlue);
	font-family: "interBold", sans-serif;
}
.section3TextBody
{
	font-size: 15px;
	color: var(--themeGrey);
}

.section3_1TextBox
{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: fit-content;
	text-align: right;
}
.section3_1TextHeading
{
	font-size: 18px;
	color: var(--themeBlue);
	font-family: "interBold", sans-serif;
	text-align: right;
	width: 100%;
}
.section3_1TextBody
{
	font-size: 15px;
	color: var(--themeGrey);
}

.section3RightBoxTopText
{
	font-size: 35px;
}
.section3_1LeftBoxTopText
{
	font-size: 35px;
}
.section3RightBoxBottomText
{
	font-size: 12px;
}
.section3_1LeftBoxBottomText
{
	font-size: 12px;
}


.section3RightBox
{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: flex-end;
	padding: 30px;
	width: 40vw;

	position: relative;
	overflow: hidden;
}
.section3_1LeftBox
{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px;
	width: 40vw;

	position: relative;
	overflow: hidden;
}
.section3TopBox
{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 3;
}
.section3TopBoxContainerImgWrapper
{
	animation: upDownMoveAnim 6s linear infinite;
}
@keyframes upDownMoveAnim
{
	0%
	{
		top: 0px;
	}
	50%
	{
		top: -100px;
	}
	100%
	{
		top: 0px;
	}
}

.section3_1TopBoxForkliftImgWrapper
{
	animation: leftRightMoveAnim 5s linear infinite;
}
@keyframes leftRightMoveAnim
{
	0%
	{
		left: 0px;
	}
	50%
	{
		left: -60px;
	}
	100%
	{
		left: 0px;
	}
}


.section3_1TopBox
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background-size: 75%;
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: 3;
}
.section3BottomBox
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: flex-end;
	padding: 30px;
	text-align: right;
	color: var(--themeWhite);
}
.section3_1BottomBox
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px;
	padding-bottom: 20px;
	text-align: left;
	color: var(--themeWhite);
}
#section3TopBoxLast
{
	background-position: bottom left;
	background-size: 75%;
}
#section3BottomBoxLast
{
	justify-content: flex-start;
}

#section4
{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	background-color: var(--themeBlue);
}
.section4ShipImg
{
	height: 150px;
}
.section4TextBox
{
	font-size: 40px;
	color: var(--themeWhite);
	text-align: right;
	padding-right: 20px;
	line-height: 40px;
}
#section5
{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: stretch;
	width: 100vw;
}
.section5TextBox
{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 70vw;
	background-color: #2E5DAB7D;
	color: var(--themeGrey);
	font-size: 14px;
	padding: 40px;
}
.section5ImgBox
{
	background-size: cover;
	background-position: center;
	width: 30vw;
}
.commaLeftBox
{
	align-self: flex-start;
}
.commaRightBox
{
	align-self: flex-end;
}
.commaImg
{
	width: 100px;
}
.section5TextBoxBody
{
	padding-top: 25px;
	padding-bottom: 25px;
}

#section6
{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: stretch;
	width: 100vw;
}
.section6ImgBox
{
	width: 30vw;
	background-size: cover;
	background-position: center;
}
.section6DataBox
{
	width: 70vw;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 50px;
	background-color: var(--themeBlue);
	color: var(--themeWhite);
	font-size: 12px;
}
.section6DataBoxHeading
{
	font-size: 40px;
	font-family: "interBold", sans-serif;
}
.section6Tagline
{
	font-family: "interBold", sans-serif;
	margin-bottom: 20px;
}
.section6ProgressBox
{
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 5px;
}
.section6ProgressBarWrapper
{
	width: 100%;
	background-color: var(--themeWhite);
	height: 10px;
	position: relative;
/*	overflow: hidden;*/
	margin-bottom: 15px;
}
.section6ProgressBar
{
	width: 0;
	height: 100%;
	background-color: #7CADFF;
	transition: width 2s ease-out;

	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	align-items: center;
}
.section6ProgressBarPercentText
{
	font-size: 10px;
	color: #000;
	margin-bottom: 40px;
	margin-right: -13px;
	background-color: var(--themeWhite);
	padding: 2px;
	border-radius: 2px;
	font-family: "interBold", sans-serif;
}
#section7
{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 20px;
}
.section7Element
{
	width: 200px;
	height: 200px;
	padding: 20px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	background-color: var(--themeBlue);
	cursor: pointer;
}
.section7ElementImg
{
	width: 150px;
	height: 150px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.section7ElementText
{
	font-size: 18px;
	font-family: "interBold", sans-serif;
	color: var(--themeWhite);
	text-align: center;
}

#section8
{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
	height: fit-content;
	min-height: 70vh;
}
.section7ImgBox0
{
	position: relative;
	width: 18vw;
	background-color: #2E5DAB80;
}
.section7PartnerBox
{
	width: 58vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 20px;
	border: 2px solid var(--themeBlue);
}
.partnerImg
{
	width: 100px;
	height: 100px;
	padding: 10px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.section7ImgBox1
{
	position: relative;
	width: 18vw;
	background-color: #2E5DAB80;
}
.section8LeftImg
{
	width: 30vw;
	position: absolute;
	bottom: 0;
	left: 0;
}
.section8RightImg
{
	width: 30vw;
	position: absolute;
	bottom: 0;
	right: 0;
}
#section9
{
	width: 100vw;
	height: 200px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	background-color: var(--themeBlue);
	overflow: visible;
	margin-top: 50px;
}
.section9TextBox
{
	padding-left: 20px;
	font-size: 40px;
	color: var(--themeWhite);
}
.section9Img
{
	height: 300px;
}

#section10
{
	width: 100vw;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 20px;
	min-height: 450px;
}
.section10ImgBox
{
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	align-items: flex-start;
	width: 50vw;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #2E5DAB99;
	background-blend-mode: lighten;
}
.section10ImgBoxOverlay
{
	height: 100%;
	width: 100%;
	background-color: #2E5DAB66;

	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	align-items: center;
}
.section10ImgBoxText
{
	height: 40%;
	width: 100%;
	font-size: 25px;
	padding: 20px;
	color: var(--themeWhite);
	overflow: hidden;
	background: linear-gradient(180deg, rgba(46, 93, 171, 0.21) -12.45%, #132645 100%);
}
.section10DataBox
{
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	align-items: center;
	gap: 10px;
	width: 50vw;
	text-align: center;
	padding: 20px;
	font-size: 25px;
	color: var(--themeBlue);
	background-color: #2E5DAB1C;
}

#section11
{
	padding: 20px;
	margin-top: 40px;
	background-color: #2E5DAB1C;
	width: 100vw;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
}
.section11Logo
{
	height: 100px;
	width: 200px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.section11CertBox
{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.section11CertBoxHeading
{
	font-size: 14px;
	font-family: "interBold", sans-serif;
	color: var(--themeBlue);
}
.section11CertBoxImgWrapper
{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.section11CertImg
{
	height: 40px;
}
.section11SMIconsBox
{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}
.headerNavSMIconsBox
{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	margin-right: 10px;
}
.smIconsFooter
{
	color: var(--themeBlue);
	font-size: 30px;
}
.smIconsHeaderNav
{
	color: var(--themeBlue);
	font-size: 25px;
}

.footer
{
	font-size: 11px;
	color: #000;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}
.footerBox0
{
	text-align: left;
}
.footerBox1
{
	text-align: right;
}


.section3LeftBoxServicePage
{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 15px;
	width: 100vw;
	padding: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.section3LeftBoxElementServicePage
{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 45vw;
}
.section0Box0TextBoxBulletWrapperServicePage
{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	padding: 4px;
	padding-right: 10px;
}
.section0Box0TextBoxHeadingBulletServicePage
{
	width: 20px;
	height: 20px;
	background-color: var(--themeOrange);
}
.section3TextBoxServicePage
{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: fit-content;
}
.section3TextHeadingServicePage
{
	font-size: 18px;
	color: var(--themeBlue);
	font-family: "interBold", sans-serif;
}
.section3TextBodyServicePage
{
	font-size: 15px;
	color: var(--themeGrey);
}















@media all and (max-width: 1100px)
{
	.section1ContactWABoxLeftNumber
	{
		font-size: 25px;
	}
	/*.boldText
	{
		font-size: 15px;
	}*/
	.smIconsHeaderNav
	{
		font-size: 20px;
	}
	.navLinkTF
	{
		font-size: 12px;
		width: 95px;
	}
	.headerNavSMIconsBox
	{
		gap: 8px;
	}
	.section0Box0TextBoxBody
	{
		font-size: 15px;
	}
	.section1TextBoxBody
	{
		font-size: 15px;
	}
	#section2
	{
		height: fit-content;
	}
	.section2ContentBox
	{
		flex-flow: row wrap;
		justify-content: center;
	}
	#section3
	{
		flex-flow: column;
	}
	.section3LeftBox
	{
		width: 100vw;
		order: 2;
		padding-left: 20px;
	}
	.section3RightBox
	{
		width: 100vw;
		height: 60vh;
		order: 1;
	}
	#section3_1
	{
		flex-flow: column;
	}
	.section3_1LeftBox
	{
		width: 100vw;
		height: 60vh;
	}
	.section3_1RightBox
	{
		width: 100vw;
		padding-right: 20px;
	}
	.section3RightBoxTopText
	{
		font-size: 25px;
	}
}
@media all and (max-width: 900px)
{
	.section10DataBox
	{
		font-size: 18px;
	}
	.section10ImgBoxText
	{
		font-size: 20px;
	}
	.headerNavSMIconsBox
	{
		gap: 8px;
	}
	.navBarNavTF
	{
		gap: 5px;
	}
	.navLinkTF
	{
		font-size: 10px;
		width: 90px;
	}
	#section11
	{
		flex-flow: column;
		justify-content: flex-start;
		align-items: center;
		gap: 20px;
	}
	#section5
	{
		flex-flow: column;
	}
	.section5TextBox
	{
		width: 100vw;
	}
	.section5ImgBox
	{
		height: 200px;
		width: 100vw;
	}
	#section0
	{
		flex-flow: column;
		justify-content: flex-start;
	}
	.section0BoxLeft
	{
		width: 100%;
	}
	.section0BoxRight
	{
		width: 100%;
		padding-left: 0px;
		height: fit-content;
	}
	.section0BoxRightSliderItem
	{
		height: 50vh;
	}
	.section0BoxRightServicePage
	{
		width: 100%;
		padding-left: 0px;
		height: fit-content;
	}
	.section0BoxRightSliderItemServicePage
	{
		height: 50vh;
	}
	.section1ContentBox
	{
		flex-flow: column;
		justify-content: flex-start;
	}
	.section1ContentBoxLeft
	{
		width: 100vw;
	}
	.section1ContentBoxRight
	{
		width: 100vw;
		height: fit-content;
		justify-content: flex-start;
	}
	.section1ContactBox
	{
		justify-content: center;
	}
}
@media all and (max-width: 800px)
{

}
@media all and (max-width: 767px)
{
	.section9TextBox
	{
		font-size: 25px;
	}
	.partnerImg
	{
		width: 70px;
		height: 70px;
	}
	.section7PartnerBox
	{
		gap: 15px;
	}
	.navLinkTF
	{
		width: 200px;
	}
	.navBarTFItemWrapper
	{
		flex-flow: column;
		justify-content: flex-start;
		align-items: center;
		gap: 10px;
	}
	.headerNavSMIconsBox
	{
		margin-right: 0px;
	}
	.sectionHeadingRightText
	{
		width: fit-content;
		padding-left: 20px;
		padding-right: 20px;
	}
	#section2
	{
		padding: 30px;
	}
	.section2TestimonialBox
	{
		height: fit-content;
		width: fit-content;
	}
	#section4
	{
		flex-flow: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.section4TextBox
	{
		width: 100%;
	}
}
@media all and (max-width: 660px)
{
	.section10ImgBoxText
	{
		font-size: 18px;
	}
	#section9
	{
		flex-flow: column;
		height: fit-content;
	}
	.section9TextBox
	{
		padding-top: 20px;
	}
	.section9Img
	{
		height: 200px;
		margin-bottom: -30px;
	}
	.section6DataBoxHeading
	{
		font-size: 25px;
	}
	.commaImg
	{
		width: 185px;
	}
	.section1ContactWABoxLeftNumber
	{
		font-size: 25px;
	}
	.section3BottomBox
	{
		justify-content: flex-start;
	}
	.section3LeftBoxElementImg
	{
		width: 80px;
		height: 60px;
	}
	.section3_1RightBoxElementImg
	{
		width: 80px;
		height: 60px;
	}
	.section3_1BottomBox
	{
		justify-content: flex-start;
	}
}
@media all and (max-width: 550px)
{
	.section6DataBox
	{
		padding: 30px;
	}
	.section10DataBox
	{
		width: 100vw;
		height: 300px;
	}
	.section10ImgBox
	{
		width: 100vw;
		height: 300px;
	}
	.footer
	{
		flex-flow: column;
		justify-content: flex-start;
		align-items: center;
		gap: 10px;
	}
	.footerBox0, .footerBox1
	{
		text-align: center;
	}
	#section10
	{
		flex-flow: column;
		justify-content: flex-start;
		align-items: center;
	}
}