html {
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	list-style: none;
	font: normal 14px/18px "Nexa-Book", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	color: #1c2a39;
	background: #fff;
}

p {
	padding: 0;
	margin: 0;
}

a {
	padding: 0;
	margin: 0;
	outline: none;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

label {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

input[type="text"]::-webkit-placeholder {
	opacity: 1;
}

input[type="text"]::-moz-placeholder {
	opacity: 1;
}

input[type="password"]::-webkit-placeholder {
	opacity: 1;
}

input[type="password"]::-moz-placeholder {
	opacity: 1;
}

input[type="search"]::-webkit-placeholder {
	opacity: 1;
}

input[type="search"]::-moz-placeholder {
	opacity: 1;
}

input[type="email"]::-webkit-placeholder {
	opacity: 1;
}

input[type="email"]::-moz-placeholder {
	opacity: 1;
}

input[type="tel"]::-webkit-placeholder {
	opacity: 1;
}

input[type="tel"]::-moz-placeholder {
	opacity: 1;
}

textarea::-moz-placeholder {
	opacity: 1;
}

textarea::-webkit-placeholder {
	opacity: 1;
}

a:hover {
	outline: none !important;
	text-decoration: none;
}

a:active {
	outline: none !important;
	text-decoration: none;
}

a {
	text-decoration: none !important;
}

/*font-family: 'Nexa-Book';
 font-family: 'NexaBold';
 font-family: 'NexaLight';
 font-family: 'NexaBlack';*/

a {
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.container {
	max-width: 1250px;
}


/*header*/
.header_sec {
	width: 100%;
	position: relative;
	padding: 15px 0;
	background: #fff;
}

.nav_top {
	padding: 0;
	margin: 0;
	z-index: 6;
}

.nav_top .navbar-brand {
	width: auto;
	padding: 0;
	margin: 0;
	width: auto;
}

.nav_top .navbar-brand img {
	max-width: 100%;
}

.menu_sec { /** padding-right: 142px; **/
}

.menu_sec li {
	font: normal 18px/21px "NexaBold";
	color: #1c2a39;
	padding: 0;
	margin-left: 45px;
}

.menu_sec li:first-child {
	margin-left: 0;
}

.menu_sec li a {
	display: inline-block;
	padding: 18px 0;
	color: #1c2a39;
	text-transform: uppercase;
}

.menu_sec li a:hover {
	color: #fc442d;
}

.menu_sec li.select a {
	color: #fc442d;
}


.bannersecs {
	width: 100%;
	position: relative;
}

.bannerItm {
	width: 100%;
	position: relative;
}

.bannerItm img {
	width: 100%;
	object-fit: cover;
	height: 760px;
}

.bantext {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	z-index: 9;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ban_box {
	width: 690px;
	display: inline-block;
	background: #fff;
	padding: 32px;
	border-left: 10px solid #fc3f2c;
	clip-path: polygon(0 0, 100% 0, 100% 70%, 85% 100%, 0 100%, 0% 50%);
}

.ban_box em {
	font: normal 66px/75px "Nexa-Book", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	color: #0d1c2c;
	width: 100%;
	display: inline-block;
	padding-right: 209px;
	position: relative;
}

.ban_box em:after {
	width: 190px;
	height: 5px;
	position: absolute;
	right: 0;
	top: 39px;
	content: "";
	background: rgb(252, 62, 44);
	background: linear-gradient(90deg, rgba(252, 62, 44, 1) 0%, rgba(252, 114, 48, 1) 35%, rgba(251, 151, 50, 1) 61%, rgba(251, 170, 52, 1) 81%, rgba(251, 189, 53, 1) 100%);
}

.ban_box strong {
	font: normal 66px/65px "NexaBlack", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	color: #0d1c2c;
	width: 100%;
	display: inline-block;
}

a.contact_link {
	width: 260px;
	height: 66px;
	font: normal 18px/65px "NexaBlack", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	display: inline-block;
	margin-top: 30px;
	text-align: center;
	background: rgb(0, 223, 220);
	background: linear-gradient(90deg, rgba(0, 223, 220, 1) 0%, rgba(14, 186, 226, 1) 35%, rgba(31, 138, 234, 1) 61%, rgba(39, 117, 237, 1) 81%, rgba(39, 117, 237, 1) 100%);
}

a.contact_link:hover {
	background: rgb(252, 62, 44);
	background: linear-gradient(90deg, rgba(252, 62, 44, 1) 0%, rgba(252, 114, 48, 1) 35%, rgba(251, 151, 50, 1) 61%, rgba(251, 170, 52, 1) 81%, rgba(251, 189, 53, 1) 100%);
	color: #fff;
}

.banner_arrow {
	width: 105px;
	position: absolute;
	left: 50%;
	bottom: 15px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 9;
}

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

.navbar-nav.menu_sec {
	margin: 10px 0 0;
}

.language {
	width: auto;
	position: absolute;
	right: 0;
	top: 10px;
	border-left: 1px solid #ececec;
	padding-left: 20px;
}

.language select {
	width: 100%;
	float: left;
	font: normal 16px/21px "NexaBold";
	color: #1c2a39;
	text-transform: uppercase;
	cursor: pointer;
	height: 50px;
	background: none;
	border-radius: 0;
	border: none;
	background: url(../images/globe.png) no-repeat left center, url(../images/ar.png) no-repeat right center;
	-webkit-appearance: none;
	padding: 0 22px;
}

.bannerItm:before {
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: url(../images/banner_image.png) no-repeat 0 0;
	z-index: 5;
	content: "";
}

.who_we_main {
	width: 100%;
	padding: 90px 0 0;
	position: relative;
}

.who_we_left {
	width: 100%;
	padding-bottom: 100px;
}

.global_text {
	width: 100%;
}

.global_text h1,
.global_text h2 {
	font: normal 55px/60px "NexaBold";
	color: #1b2a3d;
	text-transform: uppercase;
	padding: 0 0 12px;
}

.global_text p {
	font: normal 18px/28px "Nexa-Book";
	color: #666;
	margin-top: 8px;
}

.global_text p b {
	color: #1b2a3d;
	font-size: 20px;
	font-weight: normal;
	font-family: "NexaBold";
}

.global_text h4 {
	font: normal 22px/26px "NexaBold";
	color: #1b2a3d;
	text-transform: uppercase;
	padding-top: 18px;
}

.who_we_right {
	width: 100%;
}

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

.who_we_main:before {
	width: 96px;
	height: 97px;
	background: url(../images/red_image.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background-size: 100%;
	content: "";
}

.service_main {
	width: 100%;
	padding: 100px 0;
	background: url(../images/b1.jpg) no-repeat top center, url(../images/b2.jpg) no-repeat bottom center #f5f4f4;
}

.service_main .global_text {
	text-align: center;
}

.service_inner {
	width: 100%;
	display: inline-block;
}

.service_inner_image {
	width: 100%;
	position: relative;
}

.service_inner_image img {
	width: 100%;
	position: relative;
}

.service_inner_text {
	width: 100%;
	padding: 30px 0 0 20px;
}

.service_inner_text h4 {
	font: normal 35px/40px "NexaBold";
	color: #1b2a3d;
}

.service_inner_text h4 b {
	font-weight: normal;
	font-family: "NexaBlack";
}

.service_inner_text p {
	font: normal 18px/28px "Nexa-Book";
	color: #666;
	padding: 15px 0 0;
}

.service_inner_text p b {
	font-weight: normal;
	font-family: "NexaBlack";
}

.service_inner .row {
	margin-top: 40px;
}

.service_inner .row:nth-child(even) {
	flex-direction: row-reverse;
}

.service_inner a.service_link {
	width: 220px;
	height: 66px;
	font: normal 18px/65px "Nexa-Book";
	color: #1c2a39;
	text-transform: uppercase;
	border: 1px solid #fb9a36;
	border-radius: 0;
	display: inline-block;
	margin-top: 30px;
	padding: 0 60px 0 30px;
	background: url(../images/ar2.png) no-repeat right 25px center;
}

.service_inner a.service_link:hover {
	background: url(../images/ar3.png) no-repeat right 25px center #fb9a36;
	color: #fff;
}

.service_inner .row:nth-child(even) .service_inner_text {
	padding-left: 0;
	padding-right: 20px;
}

.service_inner_image::before {
	width: 65%;
	height: 60%;
	position: absolute;
	left: -12px;
	bottom: 56px;
	background: #fc0400;
	content: "";
}

.service_inner .row:nth-child(even) .service_inner_image::before {
	left: inherit;
	right: -12px;
	bottom: 48px;
}

.service_inner .row:nth-child(1) .service_inner_image::before {
	background: #fc0400;
}

.service_inner .row:nth-child(2) .service_inner_image::before {
	background: #00dfdc;
}

.service_inner .row:nth-child(3) .service_inner_image::before {
	background: #2775ed;
}


.casestudisec {
	width: 100%;
	padding: 100px 0;
	text-align: center;
}

.picBoxs {
	width: 100%;
	position: relative;
	text-align: left;
	margin-top: 50px;
}

.picBoxs img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.overwhBox {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
}

.overwhBox .boxsa {
	width: 100%;
	padding: 20px;
	background: #fff;
	border-radius: 6px;
	position: relative;
	padding-right: 80px;
}

.overwhBox .boxsa h4 {
	color: #2775ed;
	font: normal 22px/30px "NexaBold";
}

.overwhBox .boxsa p {
	color: #666;
	font: normal 18px/25px "NexaBold";
	margin-top: 6px;
}

.arwsBlue {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 100%;
	background: rgb(0, 223, 220);
	background: linear-gradient(90deg, rgba(0, 223, 220, 1) 0%, rgba(14, 186, 226, 1) 35%, rgba(31, 138, 234, 1) 61%, rgba(39, 117, 237, 1) 81%, rgba(39, 117, 237, 1) 100%);
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -20px;
}

.arwsBlue img {
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

.arwsBlue:hover {
	background: rgb(252, 62, 44);
	background: linear-gradient(90deg, rgba(252, 62, 44, 1) 0%, rgba(252, 114, 48, 1) 35%, rgba(251, 151, 50, 1) 61%, rgba(251, 170, 52, 1) 81%, rgba(251, 189, 53, 1) 100%);
	color: #fff;
}


.latestnewsSec {
	width: 100%;
	padding: 100px 0 60px;
	background: #f5f5f5;
	text-align: center;
}

.latestnewsSec .row {
	margin-top: 20px;
}

.nwsBox {
	width: 100%;
	padding: 18px;
	text-align: left;
	border-left: 2px solid transparent;
	cursor: pointer;
	position: relative;
}

.nwsBox:before {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	background: #d9d9d9;
	content: "";
}


.nwsBox:hover {
	box-shadow: 0 4px 8px 5px #e9e9e9;
	background: #fff;
	border-left-color: #ecb136;
}

.nwsBox strong {
	color: #1c2a39;
	font: normal 50px/50px "NexaBlack";
}

.nwsBox:hover strong,
.nwsBox:hover em {
	color: #ecb136;
}

.nwsBox em {
	color: #1c2a39;
	font: normal 15px/20px "Nexa-Book";
	font-style: normal;
	margin-left: 9px;
}

.nwsBox h4 {
	color: #1c2a39;
	font: normal 22px/30px "NexaBold";
	text-transform: inherit;
	padding: 0;
}

.nwsBox p {
	color: #666;
	font: normal 18px/25px "Nexa-Book";
}

.nwsBox a {
	color: #09c7e0;
	font: normal 15px/30px "NexaBold";
	text-decoration: underline;
	border-bottom: 1px solid #09c7e0;
}

.nwsBox .media-left {
	width: 24%;
	border-right: 2px solid #000;
	padding-right: 12px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	min-height: 85px;
}

.viwall {
	display: inline-block;
	color: #09c7e0;
	font: normal 16px/22px "NexaBold";
	text-decoration: underline;
	border-bottom: 1px solid #09c7e0;
	text-transform: uppercase;
	margin-top: 39px;
}


.contactSce {
	width: 100%;
	padding: 168px 0 100px;
	background-size: cover !important;
}

.contctForm h2,
.contctForm p {
	color: #fff;
}

.inputFld {
	width: 100%;
	margin-top: 14px;
}

.inputFld input[type="text"],
.inputFld input[type="email"],
.inputFld input[type="tel"],
.inputFld textarea {
	width: 100%;
	height: 50px;
	border: none;
	border-bottom: 1px solid #fff;
	background: none;
	color: #ccc;
	font: normal 18px/25px "Nexa-Book";
}

.inputFld textarea {
	height: 60px;
	resize: none;
}

input:focus {
	outline: none !important;
}

.inputFld input[type="submit"] {
	width: 100%;
	height: 65px;
	cursor: pointer;
	text-align: center;
	border: none;
	color: #fff;
	font: normal 20px/20px "NexaBlack";
	text-transform: uppercase;
	background: rgb(252, 62, 44);
	background: linear-gradient(90deg, rgba(252, 62, 44, 1) 0%, rgba(252, 114, 48, 1) 35%, rgba(251, 151, 50, 1) 61%, rgba(251, 170, 52, 1) 81%, rgba(251, 189, 53, 1) 100%);
	margin-top: 20px;
}

.inputFld input[type="submit"]:hover {
	background: rgb(0, 223, 220);
	background: linear-gradient(90deg, rgba(0, 223, 220, 1) 0%, rgba(14, 186, 226, 1) 35%, rgba(31, 138, 234, 1) 61%, rgba(39, 117, 237, 1) 81%, rgba(39, 117, 237, 1) 100%);
}


.footersec {
	width: 100%;
	background-size: cover !important;
}

.footTop {
	width: 100%;
	padding: 50px 0;
}

.footsos {
	width: 100%;
}

.footsos ul li {
	display: inline-block;
	font: normal 25px/32px "NexaBold";
	color: #fff;
	margin-right: 22px;
}

.footsos ul li a {
	display: inline-block;
	color: #fff;
}

.footsos ul li a:hover {
	color: #fbae38;
}

.footLogo {
	display: inline-block;
	margin-bottom: 10px;
}

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

.footbox {
	width: 100%;
	margin-top: 50px;
}

.footbox p {
	color: #fff;
	font: normal 16px/25px "Nexa-Book";
	margin-top: 10px;
}

.footbox h4 {
	color: #fff;
	font: normal 18px/25px "NexaBold";
	text-transform: uppercase;
}

.footbox ul li {
	width: 100%;
	color: #fff;
	font: normal 15px/25px "Nexa-Book";
}

.footbox ul li a {
	color: #fff;
	padding: 5px 0 5px 16px;
	display: inline-block;
	width: 100%;
	position: relative;
}

.footbox ul li a:hover {
	color: #fbae38 !important;
}

.footbox ul li a:before {
	content: "\f101";
	font-family: "FontAwesome";
	position: absolute;
	top: 5px;
	left: 0;
}

.footbox ul {
	margin-top: 10px;
}

.footbox p a {
	color: #fff !important;
}

.footbox p a:hover {
	color: #fbae38 !important;
}

.footbox p strong {
	font-size: 18px;
	font-family: "NexaBold";
}

.footTop .col-lg-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}

.footTop .col-lg-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}

.footBotm {
	width: 100%;
	text-align: center;
}

.footBotmInn {
	width: 100%;
	border-top: 2px solid #485361;
	padding: 20px 0;
}

.footBotm p {
	color: #fff;
	font: normal 18px/28px "Nexa-Book";
}

.footBotm p a {
	color: #fbae38;
	border-bottom: 1px solid #fbae38;
}

/* Footer Language Switcher
   NOTE: Duplicated from assets/sass/06-components/_language-switcher.scss
   because style.css (compiled SCSS) is not loaded on the frontend.
   Keep both files in sync when making changes. */
.footer-language-switcher {
	margin-top: 0.5rem;
}

.footer-language-switcher ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-language-switcher li {
	display: inline-flex;
	align-items: center;
}

.footer-language-switcher li + li::before {
	content: "|";
	color: rgba(255, 255, 255, 0.5);
	margin: 0 0.5rem;
}

.footer-language-switcher li a {
	color: #fff;
	text-decoration: none;
	font-size: 0.875rem;
	font-family: "Nexa-Book";
	transition: color 0.2s ease;
}

.footer-language-switcher li a:hover {
	color: #fbae38;
}

.footer-language-switcher li.current-lang a {
	font-weight: 700;
	color: #fbae38;
}

/* Footer Copyright */
.footer-copyright {
	color: #fff;
	font: normal 14px/20px "Nexa-Book";
	margin: 0 0 0.5rem 0;
}

.wpcf7 form .wpcf7-response-output {
	padding: 10px !important;
	background: #fff;
	border-radius: 5px;
	border: none !important;
	margin: 10px 0 !important;
}

/*24.11.2021*/
.arwsBlue img {
	display: inline-block !important;
}

.casepicsec {
	padding: 0;
}


.casepicsec .owl-item {
	padding: 7px;
}

.casepicsec .center.owl-item .overwhBox {
	opacity: 1;
}

.overwhBox {
	opacity: 0;
}

.picBoxs img {
	object-position: top;
}

.casestudisec .owl-nav {
	display: block;
	margin-top: 24px;
}

.casestudisec .owl-prev,
.casestudisec .owl-next {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 100%;
	background: rgb(0, 223, 220);
	background: linear-gradient(90deg, rgba(0, 223, 220, 1) 0%, rgba(14, 186, 226, 1) 35%, rgba(31, 138, 234, 1) 61%, rgba(39, 117, 237, 1) 81%, rgba(39, 117, 237, 1) 100%);
	display: inline-block;
	position: relative;
	font-size: 0;
	margin: 5px;
}

.casestudisec .owl-prev::before {
	background: url(../images/areL.png) no-repeat center center;
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;

}

.casestudisec .owl-next::before {
	background: url(../images/are.png) no-repeat center center;
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;

}

.casestudisec .owl-prev:hover,
.casestudisec .owl-next:hover {
	background: rgb(252, 62, 44);
	background: linear-gradient(90deg, rgba(252, 62, 44, 1) 0%, rgba(252, 114, 48, 1) 35%, rgba(251, 151, 50, 1) 61%, rgba(251, 170, 52, 1) 81%, rgba(251, 189, 53, 1) 100%);
	color: #fff;
}


@media (min-width: 992px) and (max-width: 9000px) {

	.nav_top .dropdown .dropdown-menu { /*-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;
    -o-transition: all 0.3s;transition: all 0.3s;*/
		max-height: 0;
		display: block;
		opacity: 0;
		visibility: hidden;
		margin: 0;
		width: 180px;
		padding: 0;
		max-height: 600px;
		border-radius: 0;
		left: 0;
		right: inherit;
		transform: translate(0, 10px);
		transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		border: none;
		border-bottom: 5px solid #07479f;
	}

	.nav_top .dropdown:hover .dropdown-menu {
		opacity: 1;
		visibility: visible;
		height: auto;
		transform: translate(0, 0);
	}


	/*sub_sub_menu*/
	.nav_top .dropdown-submenu > .dropdown-menu {
		max-height: 0;
		display: none;
		opacity: 0;
		visibility: hidden;
		left: 100%;
		top: 0;
		border: none;
		width: 150px;
		min-width: 100%;
		border-radius: 0;
		box-shadow: inherit;
		padding: 0;
		margin: 0;
		background: rgba(0, 44, 32, 0.9);
		min-width: inherit;
		box-shadow: 5px 3px 10px 0 rgba(0, 0, 0, .175);
	}

	.nav_top .dropdown-submenu:hover > .dropdown-menu {
		max-height: 400px;
		opacity: 1;
		visibility: visible;
		display: block;
	}


}


@media (min-width: 1200px) and (max-width: 1399px) {

	.container {
		max-width: 1170px;
	}

	.ban_box em {
		font-size: 50px;
		line-height: 70px;
	}

	.ban_box strong {
		font-size: 55px;
	}

	.ban_box {
		width: 587px;
	}

	.global_text h1,
	.global_text h2 {
		font-size: 45px;
		line-height: 56px;
	}

	.service_inner_text h4 {
		font-size: 30px;
	}


}


@media (min-width: 992px) and (max-width: 1199px) {

	.container {
		max-width: 960px;
	}

	.ban_box em {
		font-size: 37px;
		line-height: 60px;
	}

	.ban_box strong {
		font-size: 45px;
		line-height: 50px;
	}

	.ban_box em::after {
		top: 29px;
	}

	.ban_box {
		width: 527px;
	}

	.global_text h1,
	.global_text h2 {
		font-size: 39px;
		line-height: 48px;
	}

	.service_inner_text h4 {
		font-size: 30px;
	}


	.nav_top .navbar-brand {
		width: 200px;
	}

	.menu_sec li {
		font-size: 16px;
		line-height: 20px;
	}

	.navbar-nav.menu_sec {
		margin: 0;
	}

	.language {
		top: 0;
	}

	a.contact_link {
		height: 57px;
		font-size: 16px;
		line-height: 57px;
	}

	.bannerItm img {
		height: 600px;
	}

	.who_we_main {
		padding: 50px 0 0 0;
	}

	.global_text p b {
		font-size: 17px;
	}

	.service_main,
	.casestudisec,
	.latestnewsSec {
		padding: 50px 0;
	}

	.nwsBox strong {
		font-size: 30px;
	}

	.nwsBox h4 {
		font-size: 17px;
		line-height: 23px;
	}

	.nwsBox p {
		font-size: 16px;
		line-height: 20px;
	}


}


@media only screen and (max-width: 991px) {

	.container {
		max-width: 720px;
	}

	.nav_top .navbar-toggler {
		border-color: #383e40;
		background: #383e40;
	}

	.nav_top .navbar-toggler {
		padding: 10px;
		margin-right: 15px;
	}

	.nav_top .navbar-toggler .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background-color: #fff;
	}

	.nav_top .navbar-toggler .icon-bar + .icon-bar {
		margin-top: 6px;
	}

	.navbar-toggler .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background-color: #fff;
	}

	.navbar-toggler {
		margin-right: 15px;
	}

	.navbar-toggler {
		padding: 10px;
	}

	.nav_top .navbar-toggler {
		border: none;
		background: none;
	}

	.nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(1) {
		-ms-transform: matrix(1, -1, 0, 1, 0, 0);
		transform: matrix(1, -1, 0, 1, 0, 0);
		-webkit-transform: matrix(1, -1, 0, 1, 0, 0);
		width: 25px;
	}

	.nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(2) {
		opacity: 0;
		width: 0;
	}

	.nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(3) {
		-ms-transform: matrix(1, 1, 0, 1, 0, 0);
		transform: matrix(1, 1, 0, 1, 0, 0);
		-webkit-transform: matrix(1, 1, 0, 1, 0, 0);
		width: 25px;
		margin-top: -11px;
	}

	.nav_top .navbar-toggler .icon-bar {
		display: block;
		width: 30px;
		height: 4px;
		border-radius: 3px;
		background: rgb(252, 62, 44);
		background: linear-gradient(90deg, rgba(252, 62, 44, 1) 0%, rgba(252, 114, 48, 1) 35%, rgba(251, 151, 50, 1) 61%, rgba(251, 170, 52, 1) 81%, rgba(251, 189, 53, 1) 100%);
		opacity: 1;
		transform: matrix(1, 0, 0, 1, 0, 0);
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.nav_top .navbar-toggler {
		width: 45px;
		height: 40px;
		text-align: center;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		border-radius: 0;
		border: 0 solid transparent;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
		position: relative;
		border: none;
		outline: none;
	}

	.menu_sec li a {
		padding: 9px 0;
	}

	.menu_sec {
		margin: 2px 0 0;
	}

	.header_sec .container {
		max-width: 100%;
		padding: 0;
	}

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

	.menu_sec {
		padding-right: 0;
	}

	.navbar-collapse {
		background: #fff;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
	}

	.menu_sec li {
		margin: 0 !important;
	}

	.menu_sec li a {
		width: 100%;
		padding: 10px 15px;
	}

	.header_sec {
		padding: 0;
	}

	.nav_top .navbar-toggler {
		margin: 15px;
	}


	.ban_box em {
		font-size: 37px;
		line-height: 60px;
	}

	.ban_box strong {
		font-size: 45px;
		line-height: 50px;
	}

	.ban_box em::after {
		top: 29px;
	}

	.ban_box {
		width: 527px;
	}

	.global_text h1,
	.global_text h2 {
		font-size: 39px;
		line-height: 48px;
	}

	.service_inner_text h4 {
		font-size: 30px;
	}


	.nav_top .navbar-brand {
		width: 200px;
	}

	.menu_sec li {
		font-size: 16px;
		line-height: 20px;
	}

	.navbar-nav.menu_sec {
		margin: 0;
	}

	.language {
		top: 12px;
		right: 74px;
	}

	a.contact_link {
		height: 57px;
		font-size: 16px;
		line-height: 57px;
	}

	.bannerItm img {
		height: 600px;
	}

	.who_we_main {
		padding: 50px 0 0 0;
	}

	.global_text p b {
		font-size: 17px;
	}

	.service_main,
	.casestudisec,
	.latestnewsSec {
		padding: 50px 0;
	}

	.nwsBox strong {
		font-size: 30px;
	}

	.nwsBox h4 {
		font-size: 17px;
		line-height: 23px;
	}

	.nwsBox p {
		font-size: 16px;
		line-height: 20px;
	}


	.who_we_main .col-md-6,
	.service_inner .col-md-6,
	.latestnewsSec .col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.global_text h1,
	.global_text h2 {
		font-size: 30px;
		line-height: 39px;
	}


	.overwhBox {
		opacity: 1;
	}


}


@media only screen and (max-width: 767px) {

	.container {
		max-width: 100%;
	}


	.ban_box strong {
		font-size: 29px;
		line-height: 40px;
	}

	.ban_box em {
		font-size: 25px;
		line-height: 53px;
	}

	.ban_box {
		padding: 18px;
		width: 408px;
	}

	a.contact_link {
		height: 50px;
		font-size: 15px;
		line-height: 50px;
		width: 213px;
		margin-top: 15px;
	}

	.bannerItm img {
		height: 459px;
	}

	.who_we_left {
		padding-bottom: 42px;
	}

	.global_text h4 {
		font-size: 20px;
	}

	.service_inner_text {
		padding: 0;
	}

	.footTop .col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.footTop .col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	/*.picBoxs img{ height: auto !important;}*/
	.casepicsec .col-md-6 {
		padding: 0;
	}


	.overwhBox {
		width: 100%;
		position: inherit;
		bottom: inherit;
		left: inherit;
		padding: 0;
		background: #f9f9f9;
	}

	.overwhBox .boxsa {
		background: none;
	}


	.overwhBox .boxsa {
		padding: 20px !important;
	}


}

@media only screen and (max-width: 480px) {

	.nav_top .navbar-brand {
		width: 152px;
	}

	.ban_box {
		padding: 18px;
		width: 344px;
		border-left-width: 4px;
	}

	.ban_box em {
		padding-right: 80px;
	}

	.ban_box em::after {
		width: 100px;
	}

	.global_text h1,
	.global_text h2 {
		font-size: 25px;
		line-height: 31px;
	}

	.service_inner_text h4 {
		font-size: 24px;
		line-height: 30px;
	}

	.service_inner a.service_link {
		width: 201px;
		height: 57px;
		font-size: 15px;
		line-height: 57px;
	}

	.overwhBox {
		width: 100%;
		position: inherit;
		bottom: inherit;
		left: inherit;
		padding: 20px;
		background: #f2f2f2;
	}

	.nwsBox {
		display: inline-block;
	}

	.nwsBox .media-left {
		width: auto;
		border: none;
		margin-right: 0;
	}

	.footTop .col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}


}

@media only screen and (max-width: 400px) {

	.ban_box {
		width: 100%;
	}

	.ban_box em {
		padding-right: 64px;
	}

	.ban_box em {
		font-size: 22px;
		line-height: 45px;
	}

	.ban_box em::after {
		width: 71px;
	}

	.ban_box em::after {
		top: 20px;
	}

	.ban_box strong {
		font-size: 23px;
		line-height: 30px;
	}

	a.contact_link {
		height: 45px;
		font-size: 14px;
		line-height: 46px;
		width: 196px;
		margin-top: 15px;
	}

	.banner_arrow {
		width: 76px;
	}

	.bannerItm img {
		height: 387px;
	}


}


/* ========================================
   LP Optimization: New Sections
   ======================================== */

/* Banner Subheadline */
.ban_box__subheadline {
	font: normal 16px/24px "Nexa-Book", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	color: #666;
	margin-top: 10px;
	padding-right: 80px;
}

/* Trust Strip */
.trust-strip {
	width: 100%;
	background: #f8f9fa;
	padding: 18px 0;
	border-bottom: 1px solid #eee;
}

.trust-strip__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 48px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.trust-strip__item {
	display: flex;
	align-items: center;
	gap: 8px;
	font: normal 14px/20px "NexaBold", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	color: #555;
}

.trust-strip__icon {
	flex-shrink: 0;
	color: #2775ed;
}

/* Who We Are Cards */
.who-cards {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}

.who-card {
	padding: 20px 20px 20px 24px;
	border-left: 4px solid #fc3f2c;
	background: #f9f9f9;
	border-radius: 0 6px 6px 0;
}

.who-card:nth-child(2) {
	border-left-color: #2775ed;
}

.who-card h4 {
	font: normal 22px/26px "NexaBold";
	color: #1b2a3d;
	text-transform: uppercase;
	padding-top: 0;
}

.who-card p {
	font: normal 18px/28px "Nexa-Book";
	color: #666;
	margin-top: 8px;
}

/* Case Study Metrics */
.case-metric {
	display: inline-block;
	font: normal 12px/16px "NexaBold", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	color: #fff;
	background: linear-gradient(90deg, #00dfdc 0%, #2775ed 100%);
	padding: 4px 12px;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
}

/* CTA Band */
.cta-band {
	width: 100%;
	padding: 60px 0;
	background: linear-gradient(135deg, #1b2a3d 0%, #2775ed 100%);
	text-align: center;
}

.cta-band__heading {
	font: normal 32px/42px "NexaBold", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	color: #fff;
	margin: 0;
}

.cta-band__subtext {
	font: normal 18px/28px "Nexa-Book", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	color: rgba(255, 255, 255, 0.85);
	margin-top: 12px;
}

.cta-band__button {
	display: inline-block;
	margin-top: 24px;
	padding: 0 40px;
	height: 56px;
	line-height: 56px;
	font: normal 18px/56px "NexaBold", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	color: #1b2a3d;
	background: #fff;
	border-radius: 4px;
	text-align: center;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cta-band__button:hover {
	background: linear-gradient(90deg, rgba(252, 62, 44, 1) 0%, rgba(251, 189, 53, 1) 100%);
	color: #fff;
}

/* FAQ Section */
.faq-section {
	width: 100%;
	padding: 80px 0;
	background: #fff;
}

.faq-list {
	max-width: 800px;
	margin: 40px auto 0;
}

.faq-item {
	border-bottom: 1px solid #e5e5e5;
}

.faq-item__question {
	font: normal 18px/28px "NexaBold", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	color: #1b2a3d;
	padding: 20px 40px 20px 0;
	cursor: pointer;
	position: relative;
	list-style: none;
}

.faq-item__question::-webkit-details-marker {
	display: none;
}

.faq-item__question::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 24px;
	font-family: "Nexa-Book", sans-serif;
	color: #2775ed;
	-moz-transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}

.faq-item[open] .faq-item__question::after {
	content: "\2212";
}

.faq-item__answer {
	padding: 0 40px 20px 0;
}

.faq-item__answer p {
	font: normal 16px/26px "Nexa-Book", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	color: #666;
	margin: 0;
}

/* Contact Fallback */
.contact-fallback {
	margin-top: 30px;
	padding: 24px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	text-align: center;
}

.contact-fallback p {
	color: rgba(255, 255, 255, 0.85);
	font: normal 16px/24px "Nexa-Book";
	margin: 0;
}

.contact-fallback__email {
	display: inline-block;
	margin-top: 12px;
	font: normal 20px/28px "NexaBold";
	color: #fff;
	border-bottom: 2px solid #fbae38;
	padding-bottom: 2px;
}

.contact-fallback__email:hover {
	color: #fbae38;
}


/* ========================================
   LP Optimization: Responsive
   ======================================== */

@media (min-width: 992px) and (max-width: 1199px) {

	.cta-band__heading {
		font-size: 28px;
		line-height: 36px;
	}

	.ban_box__subheadline {
		font-size: 14px;
		padding-right: 40px;
	}

}

@media only screen and (max-width: 991px) {

	.trust-strip__list {
		gap: 24px;
	}

	.trust-strip__item {
		font-size: 13px;
	}

	.cta-band {
		padding: 50px 0;
	}

	.cta-band__heading {
		font-size: 26px;
		line-height: 34px;
	}

	.faq-section {
		padding: 50px 0;
	}

	.ban_box__subheadline {
		font-size: 14px;
		padding-right: 0;
	}

}

@media only screen and (max-width: 767px) {

	.trust-strip__list {
		flex-direction: column;
		gap: 12px;
		align-items: flex-start;
		padding: 0 15px;
	}

	.cta-band__heading {
		font-size: 22px;
		line-height: 30px;
	}

	.cta-band__subtext {
		font-size: 15px;
	}

	.cta-band__button {
		width: 100%;
		max-width: 300px;
	}

	.faq-item__question {
		font-size: 16px;
		line-height: 24px;
	}

	.who-card {
		padding: 16px 16px 16px 20px;
	}

	.who-card h4 {
		font-size: 18px;
	}

	.who-card p {
		font-size: 16px;
		line-height: 24px;
	}

	.ban_box__subheadline {
		font-size: 13px;
		line-height: 20px;
		padding-right: 0;
	}

}

@media only screen and (max-width: 480px) {

	.trust-strip {
		padding: 14px 0;
	}

	.trust-strip__item {
		font-size: 12px;
	}

	.cta-band {
		padding: 40px 0;
	}

	.cta-band__heading {
		font-size: 20px;
		line-height: 28px;
	}

	.faq-list {
		margin-top: 24px;
	}

	.faq-item__question {
		font-size: 15px;
		padding: 16px 32px 16px 0;
	}

	.faq-item__answer p {
		font-size: 14px;
		line-height: 22px;
	}

}

/* ========================================
   Static Page Styles (page.php / content-page.php)
   ======================================== */
.page-wrapper {
    width: 100%;
    padding: 60px 0 80px;
}

.entry-header.alignwide {
    width: 100%;
    margin-bottom: 24px;
}

.entry-title {
    font: normal 36px/44px "NexaBold", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    color: #1b2a3d;
    padding: 0;
    overflow-wrap: break-word;
}

.entry-content {
    width: 100%;
    max-width: 800px;
}

.entry-content h2 {
    font: normal 28px/36px "NexaBold", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    color: #1b2a3d;
    margin: 40px 0 16px;
    padding: 0;
}

.entry-content h3 {
    font: normal 22px/30px "NexaBold", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    color: #1b2a3d;
    margin: 32px 0 12px;
    padding: 0;
}

.entry-content p {
    font: normal 16px/28px "Nexa-Book", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    color: #666;
    margin: 12px 0;
}

.entry-content p strong {
    color: #1b2a3d;
    font-family: "NexaBold";
    font-weight: normal;
}

.entry-content ul {
    list-style: disc;
    padding-left: 24px;
    margin: 12px 0;
}

.entry-content ul li {
    font: normal 16px/28px "Nexa-Book", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    color: #666;
    margin: 4px 0;
}

.entry-content a {
    color: #2775ed;
    border-bottom: 1px solid rgba(39, 117, 237, 0.3);
}

.entry-content a:hover {
    color: #fc442d;
    border-bottom-color: #fc442d;
}

.entry-footer.default-max-width {
    margin-top: 40px;
    font: normal 14px/20px "Nexa-Book", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    color: #999;
}

/* Static Page Responsive */
@media only screen and (max-width: 767px) {
    .page-wrapper {
        padding: 40px 0 60px;
    }

    .entry-title {
        font-size: 28px;
        line-height: 36px;
    }

    .entry-content h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .entry-content h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 480px) {
    .entry-title {
        font-size: 24px;
        line-height: 32px;
    }

    .entry-content h2 {
        font-size: 22px;
        line-height: 30px;
    }
}

/* ========================================
   Privacy Policy Notice (Contact Form)
   ======================================== */
.contact-privacy-notice {
	margin-top: 16px;
	font: normal 14px/22px "Nexa-Book", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	color: rgba(255, 255, 255, 0.7);
}

.contact-privacy-notice a {
	color: #fbae38;
	border-bottom: 1px solid rgba(251, 174, 56, 0.4);
}

.contact-privacy-notice a:hover {
	color: #fff;
	border-bottom-color: #fff;
}

/* ========================================
   404 Page
   ======================================== */
.error-404-section {
    width: 100%;
    padding: 120px 0;
    text-align: center;
    background: #f5f5f5;
    min-height: 50vh;
    display: flex;
    align-items: center;
}

.error-404-content {
    max-width: 600px;
    margin: 0 auto;
}

.error-404-content h1 {
    font: normal 48px/56px "NexaBold", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    color: #1b2a3d;
    text-transform: none;
}

.error-404-content p {
    font: normal 18px/28px "Nexa-Book", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    color: #666;
    margin-top: 16px;
}

.error-404-home-link {
    display: inline-block;
    margin-top: 32px;
    padding: 0 40px;
    height: 56px;
    line-height: 56px;
    font: normal 18px/56px "NexaBold", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    color: #fff;
    background: rgb(0, 223, 220);
    background: linear-gradient(90deg, rgba(0, 223, 220, 1) 0%, rgba(14, 186, 226, 1) 35%, rgba(31, 138, 234, 1) 61%, rgba(39, 117, 237, 1) 81%, rgba(39, 117, 237, 1) 100%);
    text-align: center;
}

.error-404-home-link:hover {
    background: rgb(252, 62, 44);
    background: linear-gradient(90deg, rgba(252, 62, 44, 1) 0%, rgba(252, 114, 48, 1) 35%, rgba(251, 151, 50, 1) 61%, rgba(251, 170, 52, 1) 81%, rgba(251, 189, 53, 1) 100%);
    color: #fff;
}

/* 404 Page Responsive */
@media only screen and (max-width: 767px) {
    .error-404-section {
        padding: 80px 0;
    }

    .error-404-content h1 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .error-404-section {
        padding: 60px 0;
    }

    .error-404-content h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .error-404-home-link {
        width: 100%;
        max-width: 280px;
    }
}

