@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}

button {
	outline: none;
	border: none;
	background: none;
	cursor: pointer;
}

a {
	text-decoration: none;
	cursor: pointer;
}

:root {
	--bgColor: #ffffff;
	--homeBgColor: #013773;
}

html[data-theme='dark'] {
	--bgColor: #1d1d1d;
	--homeBgColor: #1d1d1d;
}

body {
	font-family: 'Roboto', sans-serif;
	background-color: var(--bgColor);
}

.container {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.home-bg {
	background-color: var(--homeBgColor);
	width: 100%;
	height: 100%;
}

.deskTop-supply-chain-wapper {
	margin-bottom: 41px;
	display: flex;
	justify-content: space-between;
}

.deskTop-supply-chain-wapper h1 {
	font-size: 55px;
	font-weight: 700;
	text-align: left;
}

.deskTop-supply-chain-wapper h2 {
	font-size: 35px;
	font-weight: 700;
	text-align: left;
}

html[data-theme='light'] .deskTop-supply-chain-wapper h1,
html[data-theme='light'] .deskTop-supply-chain-wapper h2 {
	color: #f2f2f2;
}

html[data-theme='dark'] .deskTop-supply-chain-wapper h1,
html[data-theme='dark'] .deskTop-supply-chain-wapper h2 {
	color: #aaaaaa;
}

/* desk display mode  */

.Desktop-displayMode {
	position: relative;
}

.Desktop-displayMode p {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 11px;
	text-align: right;
	line-height: normal;
}

html[data-theme='light'] .Desktop-displayMode p {
	color: #1e98d7;
}

html[data-theme='dark'] .Desktop-displayMode p {
	color: #7f7f7f;
}

.Desktop-displayMode .btns-wapeer {
	display: flex;
	justify-content: flex-end;
	gap: 14px;
}

.Desktop-displayMode .btns-wapeer button {
	background-color: unset;
	width: 41px;
	height: 36px;
	border-radius: 4px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}

.Desktop-displayMode .btns-wapeer button.light--Mode {
	border: 1px solid #1e98d7;
	background-color: #1e98d7;
	background-image: url(/images/u287.svg);
	background-repeat: no-repeat;
	background-size: 21px 22px;
}

html[data-theme='dark'] .Desktop-displayMode .btns-wapeer button.light--Mode {
	border: 1px solid #555555;
	background-color: rgba(85, 85, 85, 0);
}

html[data-theme='dark'] .Desktop-displayMode .btns-wapeer button.light--Mode:hover {
	border: 1px solid #1e98d7;
	background-color: #1e98d7;
}

.Desktop-displayMode .btns-wapeer button.dark--Mode {
	border: 1px solid #1e98d7;
	background-image: url(/images/u290.svg);
	background-repeat: no-repeat;
	background-size: 20px 22px;
}

.Desktop-displayMode .btns-wapeer button.dark--Mode:hover {
	border-color: rgba(85, 85, 85, 1);
	background-color: rgba(85, 85, 85, 1);
	background-image: url(/images/u290_mouseover.svg);
}

html[data-theme='dark'] .Desktop-displayMode .btns-wapeer button.dark--Mode {
	border-color: rgba(85, 85, 85, 1);
	background-color: rgba(85, 85, 85, 1);
	background-image: url(/images/u290_mouseover.svg);
}
/* desktop map-sec  */

.desktopMap-as {
	position: relative;
	padding-bottom: 125px;
	margin-bottom: 188px;
}

.desktopMap-as .cards-wapper {
	display: flex;
	gap: 31px;
	margin-bottom: 44px;
}

.desktopMap-as .cards-wapper .card {
	width: 180px;
	height: 138px;
	border-radius: 6px;
	overflow: hidden;
	border-left: 14px solid transparent;
	padding-left: 21px;
}

html[data-theme='light'] .desktopMap-as .cards-wapper .card {
	background-color: #f2f2f2;
	border-color: #1a61b6;
}

html[data-theme='dark'] .desktopMap-as .cards-wapper .card {
	background-color: #aaaaaa;
	border-color: #555555;
}

.desktopMap-as .cards-wapper .card h3 {
	font-weight: 700;
	font-size: 22px;
	margin-top: 13px;
	margin-bottom: 9px;
}

html[data-theme='light'] .desktopMap-as .cards-wapper .card h3 {
	color: #7f7f7f;
}

html[data-theme='dark'] .desktopMap-as .cards-wapper .card h3 {
	color: #333333;
}

.desktopMap-as .cards-wapper .card p {
	height: 29px;
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 300;
	gap: 17px;
}

html[data-theme='light'] .desktopMap-as .cards-wapper .card p {
	color: #013773;
}

html[data-theme='dark'] .desktopMap-as .cards-wapper .card p {
	color: #333333;
}

.desktopMap-as .data-now-wapper {
	display: flex;
	gap: 52px;
}

.desktopMap-as .data-now-wapper .sec-now {
	display: flex;
	gap: 21px;
	align-items: center;
}

.desktopMap-as .data-now-wapper .sec-now .dats button {
	display: block;
	font-weight: 700;
	text-align: left;
	line-height: normal;
	font-size: 18px;
}

html[data-theme='light'] .desktopMap-as .data-now-wapper .sec-now .dats button {
	color: #1e98d7;
}

html[data-theme='dark'] .desktopMap-as .data-now-wapper .sec-now .dats button {
	color: #d7d7d7;
}

.desktopMap-as .data-now-wapper .sec-now .dats button.datNum {
	font-size: 24px;
	text-decoration: underline;
}

html[data-theme='light'] .desktopMap-as .data-now-wapper .sec-now .dats button.datNum {
	color: #ffffff;
}

/* Map as  */

.desktopMap-as .map-wapper {
	position: relative;
}

.desktopMap-as .map-wapper .container {
	position: relative;
}
.desktopMap-as .map-wapper .line-wapper {
	display: flex;
	justify-content: space-between;
}

.desktopMap-as .map-wapper .left-line {
	width: calc(50% - 13px);
	position: relative;
}

.desktopMap-as .map-wapper .left-line::after {
	content: '';
	width: 100%;
	height: 373px;
	background-image: url('/images/normal_u83.svg');
	background-repeat: no-repeat;
	background-size: 100% 373px;
	position: absolute;
	/* z-index: 2; */
	top: 135px;
	left: 0px;
	right: 0px;
}

html[data-theme='dark'] .desktopMap-as .map-wapper .left-line::after {
	background-image: url('/images/normal_u22 (1).svg');
}

.desktopMap-as .map-wapper .left-airport_icon {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 282px;
	left: 679px;
}

.desktopMap-as .map-wapper .right-line {
	width: calc(50% - 78px);
	position: relative;
}

.desktopMap-as .map-wapper .right-line::after {
	content: '';
	width: 100%;
	height: 178px;
	background-image: url(/images/normal_line__ocean_u70.svg);
	background-repeat: no-repeat;
	background-size: 100% 178px;
	position: absolute;
	top: 167px;
	right: 0px;
}

html[data-theme='dark'] .desktopMap-as .map-wapper .right-line::after {
	background-image: url(/images/normal_line__ocean_u9.svg);
}

.desktopMap-as .map-wapper .right_port_icon {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 148px;
	right: 637px;
}

.desktopMap-as .map-wapper .left-plan-img {
	width: 67px;
	height: 66px;
	display: block;
	cursor: pointer;
	overflow: hidden;
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/images/normal_u103 (1).svg');
	transform: rotate(30deg);
	position: absolute;
	top: 79.4%;
	left: 18%;
	z-index: 2;
}

.desktopMap-as .map-wapper .left-plan-img:hover {
	background-image: url('/images/mouseover_u103_mouseover.svg');
}

html[data-theme='dark'] .desktopMap-as .map-wapper .left-plan-img {
	background-image: url('/images/normal_u41.svg');
}

html[data-theme='dark'] .desktopMap-as .map-wapper .left-plan-img:hover {
	background-image: url('/images/mouseover_u41_mouseover.svg');
}

.desktopMap-as .map-wapper .right-ship-img {
	width: 59px;
	height: 39px;
	display: block;
	cursor: pointer;
	overflow: hidden;
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/images/normal_u104.svg');
	position: absolute;
	top: 73.4%;
	right: 27%;
	z-index: 2;
}

.desktopMap-as .map-wapper .right-ship-img:hover {
	background-image: url('/images/mouseover_u104_mouseover.svg');
}

html[data-theme='dark'] .desktopMap-as .map-wapper .right-ship-img {
	background-image: url('/images/normal_u42.svg');
}

html[data-theme='dark'] .desktopMap-as .map-wapper .right-ship-img:hover {
	background-image: url('/images/mouseover_u42_mouseover.svg');
}

.desktopMap-as .map-wapper .left-plan-click_here {
	width: 79px;
	height: 21px;
	font-weight: bold;
	font-weight: 300;
	color: #f2f2f2;
	display: block;
	font-size: 18px;
	position: absolute;
	top: 96%;
	left: 18%;
	z-index: 2;
}

.desktopMap-as .map-wapper .left-plan-click_here strong {
	font-weight: 700;
	text-decoration: underline;
	color: #1e98d7;
}

.desktopMap-as .map-wapper .right-ship-click_here {
	width: 79px;
	height: 21px;
	font-weight: bold;
	font-weight: 300;
	color: #f2f2f2;
	display: block;
	font-size: 18px;
	position: absolute;
	top: 85.4%;
	right: 26%;
	z-index: 2;
}

.desktopMap-as .map-wapper .right-ship-click_here strong {
	font-weight: 700;
	text-decoration: underline;
	color: #1e98d7;
}

html[data-theme='dark'] .map-wapper .left-plan-click_here,
html[data-theme='dark'] .desktopMap-as .map-wapper .right-ship-click_here {
	color: #d7d7d7;
}

html[data-theme='dark'] .map-wapper .left-plan-click_here strong,
html[data-theme='dark'] .desktopMap-as .map-wapper .right-ship-click_here strong {
	color: #aaaaaa;
}

/* desktop Go Live  */

.desktop-goLive {
	position: relative;
	margin-bottom: -215px;
	z-index: 2;
}

html[data-theme='dark'] .desktop-goLive {
	margin-bottom: -160px;
}

.desktop-goLive .container {
	display: flex;
	justify-content: center;
}

.desktop-goLive .goLive-Wapper {
	display: flex;
	gap: 39px;
}

.desktop-goLive .goLive-Wapper .left h3 {
	font-weight: 700;
	text-align: left;
	line-height: normal;
	font-size: 30px;
}

.desktop-goLive .goLive-Wapper .left p {
	font-weight: 700;
	text-align: right;
	line-height: normal;
	font-size: 20px;
}

html[data-theme='light'] .desktop-goLive .goLive-Wapper .left h3 {
	color: #d7d7d7;
}

html[data-theme='light'] .desktop-goLive .goLive-Wapper .left p {
	color: #1e98d7;
}

html[data-theme='dark'] .desktop-goLive .goLive-Wapper .left h3 {
	color: #aaaaaa;
}

html[data-theme='dark'] .desktop-goLive .goLive-Wapper .left p {
	color: #555555;
}

.desktop-goLive .goLive-Wapper form {
	display: flex;
	gap: 39px;
}

.desktop-goLive .goLive-Wapper form input {
	outline: none;
	border: none;
	width: 345px;
	height: 60px;
	padding: 2px 2px 2px 12px;
	border-radius: 5px;
	font-size: 20px;
	text-align: left;
}

html[data-theme='light'] .desktop-goLive .goLive-Wapper form input {
	border: 1px solid #d7d7d7;
	background-color: #ffffff;
	color: #333333;
}

html[data-theme='light'] .desktop-goLive .goLive-Wapper form input::placeholder {
	color: #999999;
}

html[data-theme='dark'] .desktop-goLive .goLive-Wapper form input {
	border: 1px solid #aaaaaa;
	background-color: #d7d7d7;
	color: #333333;
}

html[data-theme='light'] .desktop-goLive .goLive-Wapper form input::placeholder {
	color: #999999;
}

.desktop-goLive .goLive-Wapper form button[type='submit'] {
	width: 168px;
	height: 60px;
	padding: 2px 16px 2px 16px;
	border-radius: 6px;
	font-size: 20px;
}

html[data-theme='light'] .desktop-goLive .goLive-Wapper form button[type='submit'] {
	border: 1px solid #1e98d7;
	background-color: #1e98d7;
	box-sizing: border-box;
	box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.35);
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	text-align: center;
	line-height: normal;
}

html[data-theme='light'] .desktop-goLive .goLive-Wapper form button[type='submit']:hover {
	background-color: rgba(0, 88, 178, 1);
	border-color: rgba(0, 88, 178, 1);
}

html[data-theme='dark'] .desktop-goLive .goLive-Wapper form button[type='submit'] {
	border: 1px solid #7f7f7f;
	background-color: #7f7f7f;
	box-sizing: border-box;
	box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.35);
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	text-align: center;
	line-height: normal;
}

html[data-theme='dark'] .desktop-goLive .goLive-Wapper form button[type='submit']:hover {
	background-color: rgb(85, 85, 85);
	border-color: rgb(85, 85, 85);
}

.desktop-goLive .goLiveSucess {
	position: relative;
	text-align: left;
	width: 750px;
}

.desktop-goLive .goLiveSucess h3 {
	font-weight: 700;
	font-size: 30px;
	text-align: left;
	line-height: normal;
}

html[data-theme='light'] .desktop-goLive .goLiveSucess h3 {
	color: #1e98d7;
}

html[data-theme='dark'] .desktop-goLive .goLiveSucess h3 {
	color: #555555;
}

.goLiveSucess p {
	font-weight: 700;
	font-size: 26px;
	text-align: left;
	line-height: normal;
}

html[data-theme='light'] .desktop-goLive .goLiveSucess p {
	color: #f2f2f2;
}

html[data-theme='dark'] .desktop-goLive .goLiveSucess p {
	color: #aaaaaa;
}

.desktop-goLive .goLiveSucess .animation_man {
	position: absolute;
	top: 0px;
	right: 0px;
	animation-name: manSwimLeftToRight;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
}

@keyframes manSwimLeftToRight {
	0% {
		right: 60%;
	}
	100% {
		right: 0%;
	}
}

.desktop-goLive .goLiveSucess .btn-clx {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* pageDeskAbout-us  */

.pageDeskAbout-us .head h1 {
	font-weight: 700;
	text-align: left;
	line-height: normal;
	font-size: 55px;
}

html[data-theme='light'] .pageDeskAbout-us .head h1 {
	color: #ffffff;
}

html[data-theme='dark'] .pageDeskAbout-us .head h1 {
	color: #aaaaaa;
}

.pageDeskAbout-us .our-team-section {
	padding-top: 42px;
	padding-bottom: 43px;
	margin-bottom: 79px;
}

html[data-theme='light'] .pageDeskAbout-us .our-team-section {
	background-color: #f2f2f2;
}

html[data-theme='dark'] .pageDeskAbout-us .our-team-section {
	background-color: #555555;
}

.pageDeskAbout-us .our-team-section h2 {
	text-align: left;
	line-height: normal;
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 21px;
}

html[data-theme='light'] .pageDeskAbout-us .our-team-section h2 {
	color: #013773;
}

html[data-theme='dark'] .pageDeskAbout-us .our-team-section h2 {
	color: #d7d7d7;
}

.pageDeskAbout-us .false-cogn-sec {
	margin-bottom: 82px;
}

.pageDeskAbout-us .false-cogn-sec .grid-wapper {
	display: grid;
	grid-template-columns: 1fr 185px;
	gap: 97px;
}

.pageDeskAbout-us .false-cogn-sec .grid-wapper .left {
	padding-left: 50px;
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0px;
}
.pageDeskAbout-us .false-cogn-sec .grid-wapper .left::before {
	content: '';
	width: 10px;
	height: 313px;
	position: absolute;
	left: 0px;
	top: 0px;
}

html[data-theme='light'] .pageDeskAbout-us .false-cogn-sec .grid-wapper .left::before {
	background-color: #0058b2;
}

html[data-theme='dark'] .pageDeskAbout-us .false-cogn-sec .grid-wapper .left::before {
	background-color: #555555;
}

.pageDeskAbout-us .false-cogn-sec .grid-wapper .left p {
	text-align: left;
	line-height: normal;
	font-size: 26px;
	font-weight: 300;
}
.pageDeskAbout-us .false-cogn-sec .grid-wapper .left p:not(:last-child) {
	margin-bottom: -100px;
}

html[data-theme='light'] .pageDeskAbout-us .false-cogn-sec .grid-wapper .left p {
	color: #013773;
}
html[data-theme='light'] .pageDeskAbout-us .false-cogn-sec .grid-wapper .left p strong {
	text-decoration: underline;
	color: rgb(0, 88, 178);
}

html[data-theme='dark'] .pageDeskAbout-us .false-cogn-sec .grid-wapper .left p {
	color: #aaaaaa;
}
html[data-theme='dark'] .pageDeskAbout-us .false-cogn-sec .grid-wapper .left p strong {
	text-decoration: underline;
	color: #aaaaaa;
}

.pageDeskAbout-us .false-cogn-sec .grid-wapper .left p span {
	font-weight: 700;
}

.pageDeskAbout-us .false-cogn-sec .grid-wapper .right {
	position: relative;
}

.pageDeskAbout-us .false-cogn-sec .grid-wapper .right p {
	position: absolute;
	font-weight: 700;
	text-align: left;
	line-height: normal;
	transform: rotate(270deg);
	top: 89px;
	left: -152px;
	font-size: 26px;
}

html[data-theme='light'] .pageDeskAbout-us .false-cogn-sec .grid-wapper .right p {
	color: #013773;
}

html[data-theme='dark'] .pageDeskAbout-us .false-cogn-sec .grid-wapper .right p {
	color: #555555;
}

.pageDeskAbout-us .false-cogn-sec .grid-wapper .right .logo-wapper {
	display: flex;
	flex-direction: column;
	gap: 21px;
}

.pageDeskAbout-us .some-inter-sec {
	margin-bottom: 97px;
}

.pageDeskAbout-us .some-inter-sec .had {
	width: 900px;
	height: 108px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 51px;
}

html[data-theme='light'] .pageDeskAbout-us .some-inter-sec .had {
	background-color: #0058b2;
}

html[data-theme='dark'] .pageDeskAbout-us .some-inter-sec .had {
	background-color: #555555;
}

.pageDeskAbout-us .some-inter-sec .had h3 {
	font-weight: 900;
	font-size: 40px;
	text-align: left;
	line-height: normal;
}

.pageDeskAbout-us .some-inter-sec .had P {
	font-weight: 500;
	font-size: 26px;
	text-align: left;
	line-height: normal;
}

html[data-theme='light'] .pageDeskAbout-us .some-inter-sec .had h3,
html[data-theme='light'] .pageDeskAbout-us .some-inter-sec .had P {
	color: #f2f2f2;
}

html[data-theme='dark'] .pageDeskAbout-us .some-inter-sec .had h3,
html[data-theme='dark'] .pageDeskAbout-us .some-inter-sec .had P {
	color: #d7d7d7;
}

.pageDeskAbout-us .some-inter-sec .logs-wapper {
	display: flex;
	gap: 28px;
	margin-bottom: 52px;
}

.pageDeskAbout-us .some-inter-sec .logs-reqsted {
	margin-bottom: 94px;
}

.pageDeskAbout-us .some-inter-sec .logs-reqsted p {
	font-size: 16px;
	padding-left: 15px;
	text-align: left;
	line-height: normal;
	border-left: 7px solid transparent;
}

html[data-theme='light'] .pageDeskAbout-us .some-inter-sec .logs-reqsted p {
	color: #013773;
	border-color: #0058b2;
}

html[data-theme='dark'] .pageDeskAbout-us .some-inter-sec .logs-reqsted p {
	color: #aaaaaa;
	border-color: #aaaaaa;
}

.btn-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 119px;
	height: 48px;
	border-radius: 5px;
	text-align: center;
	line-height: normal;
	font-size: 18px;
}

html[data-theme='light'] .btn-close {
	color: #0058b2;
	border: 1px solid #0058b2;
	background-color: #ffffff;
}

html[data-theme='light'] .btn-close:hover {
	color: #ffffff;
	background-color: rgba(0, 88, 178, 1);
	border-color: rgba(0, 88, 178, 1);
}

html[data-theme='dark'] .btn-close {
	color: rgba(51, 51, 51, 0.99);
	border: 1px solid #7f7f7f;
	background-color: #7f7f7f;
}

html[data-theme='dark'] .btn-close:hover {
	color: #ffffff;
	background-color: rgb(65, 65, 65);
	border-color: rgb(65, 65, 65);
}

/* deskTop-page-Objective  */

.deskTop-page-Objective .head {
	margin-bottom: 86px;
}

.deskTop-page-Objective .head h1 {
	font-weight: 700;
	text-align: left;
	line-height: normal;
	font-size: 55px;
}

html[data-theme='light'] .deskTop-page-Objective .head h1 {
	color: #ffffff;
}

html[data-theme='dark'] .deskTop-page-Objective .head h1 {
	color: #aaaaaa;
}

.deskTop-page-Objective .tiles-wapper {
	margin-top: 32px;
	margin-bottom: 77px;
	padding-left: 305px;
	display: grid;
	gap: 10px;
}

.deskTop-page-Objective .tiles-wapper .tile-light {
	display: inline-flex;
	align-items: center;
	height: 40px;
	padding-left: 13px;
	padding-right: 30px;
	font-size: 24px;
	text-align: left;
}

html[data-theme='light'] .deskTop-page-Objective .tiles-wapper .tile-light {
	background-color: #7a99cf;
	color: #ffffff;
}

html[data-theme='light'] .deskTop-page-Objective .tiles-wapper .tile-light.lite-text-blue {
	color: #013773;
}

html[data-theme='light'] .deskTop-page-Objective .tiles-wapper .tile-light.lite-text-blue span {
	margin: 0 6px;
	color: #ffffff;
}

html[data-theme='dark'] .deskTop-page-Objective .tiles-wapper .tile-light {
	color: #333333;
	background-color: #aaaaaa;
}

.deskTop-page-Objective .tiles-wapper .tile-no-bg {
	display: inline-flex;
	align-items: center;
	height: 40px;
	padding-left: 19px;
	padding-right: 0px;
	font-size: 24px;
	text-align: left;
}

html[data-theme='light'] .deskTop-page-Objective .tiles-wapper .tile-no-bg {
	color: #013773;
}

html[data-theme='dark'] .deskTop-page-Objective .tiles-wapper .tile-no-bg {
	color: #aaaaaa;
}

.deskTop-page-Objective .tiles-wapper .tile-gray {
	display: inline-flex;
	align-items: center;
	height: 40px;
	padding-left: 19px;
	padding-right: 0px;
	font-size: 24px;
	text-align: left;
}

html[data-theme='light'] .deskTop-page-Objective .tiles-wapper .tile-gray {
	color: #013773;
	background-color: #aaaaaa;
}

html[data-theme='dark'] .deskTop-page-Objective .tiles-wapper .tile-gray {
	color: #d7d7d7;
	background-color: #333333;
}

.deskTop-page-Objective .tiles-wapper .tile-dark {
	display: inline-flex;
	align-items: center;
	height: 40px;
	padding-left: 19px;
	padding-right: 0px;
	font-size: 24px;
	text-align: left;
}

html[data-theme='light'] .deskTop-page-Objective .tiles-wapper .tile-dark {
	background-color: #013773;
	color: #ffffff;
}

html[data-theme='dark'] .deskTop-page-Objective .tiles-wapper .tile-dark {
	color: #d7d7d7;
	background-color: #555555;
}

.deskTop-page-Objective .local-experience {
	padding-top: 25px;
	padding-bottom: 33px;
	padding-left: 130px;
}

html[data-theme='light'] .deskTop-page-Objective .local-experience {
	background-color: #013773;
}

html[data-theme='light'] .deskTop-page-Objective .local-experience .opt-waper {
	color: #ffffff;
}

html[data-theme='dark'] .deskTop-page-Objective .local-experience {
	background-color: #555555;
}
html[data-theme='dark'] .deskTop-page-Objective .local-experience .opt-waper {
	color: #aaaaaa;
}

.deskTop-page-Objective .local-experience .opt-waper h2 {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 21px;
}

.deskTop-page-Objective .local-experience .opt-waper p {
	font-size: 26px;
	font-weight: 300;
	padding-left: 30px;
	border-left: 10px solid transparent;
}

html[data-theme='light'] .deskTop-page-Objective .local-experience .opt-waper p {
	border-color: #1e98d7;
}

html[data-theme='dark'] .deskTop-page-Objective .local-experience .opt-waper p {
	color: #d7d7d7;
	border-color: #333333;
}

.deskTop-page-Objective .logos-fb-md-wapper {
	margin-top: 93px;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	margin-bottom: 70px;
}

.deskTop-page-Objective .logos-fb-md-wapper img {
	display: block;
	margin: 0 auto;
}

.deskTop-page-Objective .charts-sec {
	padding-top: 23px;
	padding-bottom: 13px;
	margin-bottom: 74px;
}

.deskTop-page-Objective .charts-sec img {
	display: block;
	margin: 0 auto;
}

html[data-theme='light'] .deskTop-page-Objective .charts-sec {
	background-color: #f2f2f2;
}

html[data-theme='dark'] .deskTop-page-Objective .charts-sec {
	background-color: #7f7f7f;
}

.deskTop-page-Objective .brand-grid-waperr {
	display: flex;
	gap: 84px;
	justify-content: center;
	margin-bottom: 71px;
}

.deskTop-page-Objective .brand-grid-waperr .brnd-sec {
	max-width: 342px;
	position: relative;
}

.deskTop-page-Objective .brand-grid-waperr .brnd-sec .had {
	display: flex;
	gap: 19px;
	align-items: center;
	margin-bottom: 20px;
}

.deskTop-page-Objective .brand-grid-waperr .brnd-sec .had h3 {
	font-size: 30px;
	font-weight: 700;
}

html[data-theme='light'] .deskTop-page-Objective .brand-grid-waperr .brnd-sec .had h3 {
	color: #013773;
}

.deskTop-page-Objective .brand-grid-waperr .brnd-sec p {
	font-size: 22px;
}

html[data-theme='light'] .deskTop-page-Objective .brand-grid-waperr .brnd-sec p {
	color: #013773;
}

html[data-theme='dark'] .deskTop-page-Objective .brand-grid-waperr .brnd-sec .had h3 {
	color: #7f7f7f;
}

html[data-theme='dark'] .deskTop-page-Objective .brand-grid-waperr .brnd-sec p {
	color: #aaaaaa;
}

.deskTop-page-Objective .brand-grid-waperr .brnd-sec:not(:last-child)::after {
	content: '';
	width: 1px;
	height: 240px;
	background-color: transparent;
	position: absolute;
	bottom: 0px;
	right: -42px;
}

html[data-theme='light']
	.deskTop-page-Objective
	.brand-grid-waperr
	.brnd-sec:not(:last-child)::after {
	background-color: #0058b2;
}

html[data-theme='dark']
	.deskTop-page-Objective
	.brand-grid-waperr
	.brnd-sec:not(:last-child)::after {
	background-color: #aaaaaa;
}

.deskTop-page-Objective .big_idea {
	width: 734px;
	height: 145px;
	display: flex;
	align-items: center;
	margin-bottom: 74px;
}

html[data-theme='light'] .deskTop-page-Objective .big_idea {
	background-color: #0058b2;
	color: #f2f2f2;
}

html[data-theme='dark'] .deskTop-page-Objective .big_idea {
	background-color: #555555;
	color: #aaaaaa;
}

.deskTop-page-Objective .big_idea h4 {
	font-size: 50px;
	font-weight: 900;
	padding-left: 130px;
}

.deskTop-page-Objective .big_idea p {
	font-size: 40px;
	padding-left: 130px;
}

.deskTop-page-Objective .doors-sec {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.deskTop-page-Objective .doors-sec h5 {
	margin-top: 74px;
	font-size: 50px;
	font-weight: 900;
}

html[data-theme='light'] .deskTop-page-Objective .doors-sec h5 {
	color: #013773;
}

.deskTop-page-Objective .doors-sec p {
	margin-bottom: 8px;
	font-size: 40px;
	font-weight: 300;
}

html[data-theme='light'] .deskTop-page-Objective .doors-sec p {
	color: #013773;
}

html[data-theme='dark'] .deskTop-page-Objective .doors-sec h5,
html[data-theme='dark'] .deskTop-page-Objective .doors-sec p {
	color: #aaaaaa;
}

/* deskTop_page_contact  */

.deskTop_page_contact .head {
	margin-bottom: 49px;
	padding-top: 25px;
}

.deskTop_page_contact .head h1 {
	font-weight: 900;
	text-align: left;
	line-height: normal;
	font-size: 60px;
	margin-top: 9px;
}

.deskTop_page_contact .head p {
	font-weight: 300;
	text-align: left;
	line-height: normal;
	font-size: 30px;
}

html[data-theme='light'] .deskTop_page_contact .head h1 {
	color: #013773;
}

html[data-theme='light'] .deskTop_page_contact .head p {
	color: #013773;
}

html[data-theme='dark'] .deskTop_page_contact .head h1 {
	color: #555555;
}

html[data-theme='dark'] .deskTop_page_contact .head p {
	color: #aaaaaa;
}

.deskTop_page_contact form {
	padding-bottom: 199px;
	max-width: 757px;
}

.deskTop_page_contact form .input-wapper {
	position: relative;
}

.deskTop_page_contact form .input-wapper .input-icon {
	position: absolute;
	display: inline-block;
	top: 12px;
	left: 18px;
}

.deskTop_page_contact form .input-wapper input {
	display: inline-block;
	border: none;
	outline: none;
	width: 484px;
	height: 48px;
	padding: 2px 2px 2px 65px;
	border-radius: 5px;
	font-size: 20px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
}

html[data-theme='light'] .deskTop_page_contact form .input-wapper input {
	border: 1px solid #d7d7d7;
	background-color: #ffffff;
	color: #333333;
}

html[data-theme='light'] .deskTop_page_contact form .input-wapper input::placeholder {
	color: #999999;
}

html[data-theme='light'] .deskTop_page_contact form .input-wapper input:hover {
	border-color: rgba(0, 0, 0, 0.4980392156862745);
}

html[data-theme='light'] .deskTop_page_contact form .input-wapper input:focus {
	border-color: #1e98d7;
}

html[data-theme='dark'] .deskTop_page_contact form .input-wapper input {
	border: 1px solid #aaaaaa;
	background-color: #aaaaaa;
	color: #333333;
}

html[data-theme='dark'] .deskTop_page_contact form .input-wapper input::placeholder {
	color: #555555;
}

html[data-theme='dark'] .deskTop_page_contact form .input-wapper input:hover {
	border-color: rgba(0, 0, 0, 0.4980392156862745);
}

html[data-theme='dark'] .deskTop_page_contact form .input-wapper input:focus {
	border-color: #1e98d7;
}

.deskTop_page_contact form .textarea-wapper label {
	display: block;
	font-weight: 700;
	text-align: left;
	line-height: normal;
	font-size: 20px;
	margin-bottom: 12px;
}

html[data-theme='light'] .deskTop_page_contact form .textarea-wapper label {
	color: #013773;
}

html[data-theme='dark'] .deskTop_page_contact form .textarea-wapper label {
	color: #555555;
}

.deskTop_page_contact form .textarea-wapper textarea {
	width: 100%;
	display: block;
	outline: none;
	border: none;
	min-height: 272px;
	padding: 10px 16px 16px 16px;
	border-radius: 5px;
	font-size: 20px;
	border: 1px solid transparent;
	font-family: 'Roboto', sans-serif;
}

html[data-theme='light'] .deskTop_page_contact form .textarea-wapper textarea {
	border-color: #d7d7d7;
	background-color: #ffffff;
	color: #333333;
}

html[data-theme='dark'] .deskTop_page_contact form .textarea-wapper textarea {
	border: 1px solid #aaaaaa;
	background-color: #aaaaaa;
	color: #333333;
}

html[data-theme='light'] .deskTop_page_contact form .textarea-wapper textarea::placeholder {
	color: #999999;
}

html[data-theme='light'] .deskTop_page_contact form .textarea-wapper textarea::hover {
	border-color: rgba(0, 0, 0, 0.4980392156862745);
}

html[data-theme='light'] .deskTop_page_contact form .textarea-wapper textarea:focus {
	border-color: #1e98d7;
}

.deskTop_page_contact form .btn-sumbit-wapper {
	margin-top: 47px;
	padding-top: 47px;
	border-top: 1px solid transparent;
}

html[data-theme='light'] .deskTop_page_contact form .btn-sumbit-wapper {
	border-color: #d7d7d7;
}

html[data-theme='dark'] .deskTop_page_contact form .btn-sumbit-wapper {
	border-color: #aaaaaa;
}

.deskTop_page_contact form .btn-sumbit-wapper button[type='submit'] {
	display: inline-block;
	width: 192px;
	height: 60px;
	padding: 4px 20px 4px 20px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: normal;
}

html[data-theme='light'] .deskTop_page_contact form .btn-sumbit-wapper button[type='submit'] {
	border: 1px solid #0058b2;
	background-color: #0058b2;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35);
	color: #ffffff;
}

html[data-theme='light'] .deskTop_page_contact form .btn-sumbit-wapper button[type='submit']:hover {
	background-color: rgba(1, 55, 115, 1);
	border-color: rgba(1, 55, 115, 1);
}

html[data-theme='dark'] .deskTop_page_contact form .btn-sumbit-wapper button[type='submit'] {
	border: 1px solid #555555;
	background-color: #555555;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35);
	color: #aaaaaa;
}

html[data-theme='dark'] .deskTop_page_contact form .btn-sumbit-wapper button[type='submit']:hover {
	background-color: rgb(65, 65, 65);
	border-color: rgb(65, 65, 65);
	color: rgb(215, 215, 215);
}

.deskTop_page_contact form .capcha-wapper {
	/* height: 76px; */
	margin-top: 28px;
}

/* deskTopPage--thanks  */

.deskTopPage--thanks {
	padding-bottom: 84px;
}

.deskTopPage--thanks .thanks-wapper {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 55px;
}

.deskTopPage--thanks .thanks-wapper .msg {
	padding-top: 50px;
}

html[data-theme='light'] .deskTopPage--thanks .thanks-wapper .msg {
	color: #013773;
}

html[data-theme='dark'] .deskTopPage--thanks .thanks-wapper .msg {
	color: #555555;
}

.deskTopPage--thanks .thanks-wapper .msg h1 {
	font-weight: 900;
	margin-top: 9px;
	font-size: 60px;
}

.deskTopPage--thanks .thanks-wapper .msg h2 {
	font-weight: 900;
	margin-bottom: 30px;
	font-size: 40px;
}

.deskTopPage--thanks .thanks-wapper .msg p {
	font-weight: 300;
	margin-bottom: 25px;
	font-size: 30px;
}

html[data-theme='dark'] .deskTopPage--thanks .thanks-wapper .msg p {
	color: #aaaaaa;
}

.deskTopPage--thanks .thanks-wapper .msg .btn-done {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 123px;
	height: 48px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: normal;
}

html[data-theme='light'] .deskTopPage--thanks .thanks-wapper .msg .btn-done {
	border: 1px solid #0058b2;
	background-color: #0058b2;
	color: #ffffff;
}

html[data-theme='light'] .deskTopPage--thanks .thanks-wapper .msg .btn-done:hover {
	background-color: rgba(1, 55, 115, 1);
	border-color: rgba(1, 55, 115, 1);
	color: #ffffff;
}

html[data-theme='dark'] .deskTopPage--thanks .thanks-wapper .msg .btn-done {
	border: 1px solid #555555;
	background-color: #555555;
	color: #aaaaaa;
}

html[data-theme='dark'] .deskTopPage--thanks .thanks-wapper .msg .btn-done:hover {
	background-color: rgb(65, 65, 65);
	border-color: rgb(65, 65, 65);
	color: #ffffff;
}
