@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/*video*/
.video-wrapper {
	width: 70%;
	max-width: 500px; /* 可以根据需要调整最大宽度 */
	margin: 0 auto;
}
.video-wrapper-img {
	position: relative;
	width: 100%;
}
.responsive-video video {
	border-radius: 30px;
}
.responsive-video {
	position: relative;
	padding-bottom: 177.78%; /* 9:16 的比例 (16/9 = 1.7778) */
	height: 0;
	overflow: hidden;
}
.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.responsive-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 图片也保持相同的比例 */
.video-wrapper-img img {
	width: 100%;
	height: auto;
	aspect-ratio: 9/16;
	object-fit: cover;
}
/*end*/
.item-slider-images img {
	aspect-ratio: 16/9;
	object-fit: cover;
}
body {
	font-family: "Calibri", sans-serif;/*font-family: 'Font Awesome 5 Pro';*/
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
.container {
	max-width: 1200px;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
/********** Menu css **********/
.header-section {
	position: fixed;
	width: 100%;
	background-color: white;
	z-index: 1000;
	height: 65px;
}
.header-section .sub-menu-full-width .container {
	max-width: 1140px;
}
.language-box select {
	font-size: 16px;
}
.header-menu-col {
	position: inherit;
	display: flex;
	justify-content: flex-end;
}
.sub-menu-full-width .row {
	margin: 0px;
}
.baner-menu-section {
	width: 100%;
	float: left;
}
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 255px;
	left: 0;
	text-align: left;
	background: #fff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;/*margin-top: -10px;*/
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
	padding-bottom: 27px;
}
.header .row {
	align-items: center;
}
.toggle {
	color: gray;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 12px;
	top: 10px;
	z-index: 9999;
	/* background: #447fc1; */
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 39px;
	font-size: 15px;
	color: #447fc1;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
	font-weight: bold;
	letter-spacing: 1px;
}
span.arrow {
	position: absolute;
	right: 4px;
	color: #000;
	top: 9px;
	width: 33px;
	text-align: center;
	height: 33px;
	font-size: 15px;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #979595;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
.sub-menu-full-width {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul li .sub-menu li a {
	line-height: 14px;
}
.header .container {
	position: initial;
}
.sub-menu-full-width span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
.sub-menu-full-width li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
}
 @media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	text-align: left;
}
.nav_area > ul > li {
	display: inline-block;
	padding: 0 17.5px;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: 14px;
	top: 5px;
}
li.menu-item-has-children.language {
	position: relative;
}
li.menu-item-has-children.language-chan {
	padding-right: 0px;
}
.nav_area ul li a {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 22px;
	font-weight: 600;
	padding-top: 22px;
}
span.arrow {
	padding-left: 0px;
	color: #000000;
	margin-left: 6px;
	position: absolute;
	top: 26px;
	font-size: 11px;
}
.nav_area > ul > li .sub-menu-full-width {
	display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
	padding: 10px 14px;
}
.sub-menu-full-width {
	width: 100%;
	left: 0px;
}
.nav_area ul li:hover .sub-menu-full-width {
	display: block;
}
.sub-menu-full-width {
	position: absolute;
	background: #dddddd;
	z-index: 555;
	padding-top: 31px !important;
}
	 ::-webkit-scrollbar {
 display: none;
}
.nav_area > ul > li:hover > .sub-menu-full-width, .nav_area .sub-menu-full-width > li:hover > .sub-menu-full-width {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	-o-transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15), -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
}
.sub-menu-full-width li .sub-menu-full-width {
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li .sub-menu-full-width li a:hover {
	width: 100%;
	padding-left: 26px;
}
.nav_area > ul > li .sub-menu-full-width li a {
	color: #ffffff;
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
}
.sub-menu-full-width li a {
	color: #000;
	line-height: 20px;
	padding: 6px 17px;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	width: 100%;
}
.sub-menu-full-width li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.header-section .container {
	max-width: 95%;
}
.logo a {
	display: inline-block;
	max-width: 90%;
}
.row.header-row .col-md-5 {
	padding-right: 0px;
}
.social-icon ul li {
	display: inline-block;
	margin-left: 2px;
}
.social-icon ul li a {
	display: inline-block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	border: solid 1px #000000;
	text-align: center;
	border-radius: 50%;
	font-size: 15px;
	color: #000000;
}
.social-icon ul li a:hover {
	background-image: linear-gradient(to right, #4cb4ec 30%, #2281b5);
	border: solid 1px #4cb4ec;
	color: #fff;
}
.header-right-information-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.cont-btn {
	margin-right: 20px;
}
.header-section .cont-btn a {
	display: inline-block;
	font-size: 12px !important;
	color: #FFFFFE !important;
	font-weight: 600;
	padding: 4px 25px;
	border-radius: 50px;
	background-color: #65b676;
	text-decoration: none;
	padding-bottom: 4px !important;
}
.social-icon ul li.globe-icon {
	margin-left: 5px;
}
.social-icon ul li.globe-icon a {
	border: none;
	font-size: 24px;
	vertical-align: bottom;
}
.social-icon ul li.language-box-wrapper {
	margin-left: 0px;
	text-transform: uppercase;
}
.social-icon ul li.language-box-wrapper select {
	/* background: none; */
	border: none;
	outline: 0px;
	color: #000000;
	font-size: 13px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 100% 54%;
	text-transform: uppercase;
	position: relative;
	vertical-align: text-bottom;
}
.social-icon ul li.language-box-wrapper span.arrow {
	display: inline-block;
	padding-left: 18px;
	color: #000000;
	margin-left: 2px;
	position: absolute;
	bottom: 25px;
	font-size: 10px;
}
.row.header-row .col-md-4 {
	max-width: 25%;
	flex: 25%;
}
.row.header-row .col-md-5 {
	max-width: 50%;
	flex: 50%;
}
 @media (min-width: 980px) and (max-width: 1100px) {
.nav_area > ul > li {
	display: inline-block;
	padding: 0 1.5px;
}
}
 @media (min-width: 1200px) and (max-width: 1370px) {
.nav_area > ul > li {
	display: inline-block;
	padding: 0 8.5px;
}
}
/********** Menu CSS End **********/

/********** index **********/
.banner-section {
	position: relative;
	padding-top: 65px;
}
@media screen and (max-width: 768px) {
.banner-section {
	position: relative;
	padding-top: 75px;
}
}

.banner-wrapper img {
	width: 100%;
}
.banner-text-wrapper {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 54%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner-text-info {
	width: 62%;
	margin: auto;
}
.banner-text-info .banner-title {
	font-size: 48px;
	color: #ffffff;
	font-weight: 900;
	text-shadow: 0px 0px 2px #000000;
	text-transform: uppercase;
	line-height: 51px;
	/*padding-left: 90px;*/
	text-align: center;
	letter-spacing: 1px;
}
.banner-text-info span {
	display: inline-block;
	text-align: center;
	width: 100%;
	font-size: 48px;
	color: #ffffff;
	font-weight: 900;
	text-shadow: 0px 0px 2px #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.banner-text-info p {
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 0px;
	padding-top: 2px;
}
.home-page-details {
	background-image: url(../images/background.jpg);
	background-size: 100% 100%;
	position: relative;
}
.background-icon-one {
	position: absolute;
	right: 40px;
	top: 25%;
	max-width: 246px;
}
.services-section {
	padding-top: 20px;
}
.container.services-cont {
	max-width: 100%;
	padding-right: 115px;
}
.services-row {
	padding: 0px 0px;
	position: relative;
}
.heading-title.services {
	position: absolute;
	width: 100%;
	left: 0px;
	text-align: left;
	padding-left: 80px;
	top: 52px;
}
.heading-title.services span::after {
	top: 60px;
	left: 0;
	width: 100%;
}
.services-details-row .col-md-5 {
	padding: 0px;
}
.video-wrapper {
	margin-top: 169px;/*margin-right: 32px;*/
}
.video-wrapper .video-wrapper-img img {
	width: 100%;
}
.video-wrapper .btn-wrapper {
	margin-top: 70px;
}
.service-box-wrapper.one {
	margin-top: 169px;
}
.service-box-wrapper {
	position: relative;
	margin-left: 25px;
	margin-bottom: 28px;
}
.service-img {
	position: relative;
}
.service-img img {
	clip-path: circle(50% at 50% 50%);
	width: 100%;
}
.service-box-title {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.service-box-title span {
	color: #fff;
	font-size: 24px;
	width: 100%;
	display: inline-block;
	padding: 0px 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
}
.news-section {
	padding: 75px 0px 80px;
}
.heading-title {
	text-align: center;
	margin-bottom: 47px;
	font-family: "Montserrat", sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #114b95;
}
.heading-title span {
	display: inline-block;
	position: relative;
}
.heading-title span::after {
	content: "";
	position: absolute;
	width: 100%;
	border-bottom: solid 2px #00e2fe;
	left: 0;
	top: 60px;
}
.row-news-box-wrapper {
	margin: auto;
	position: relative;
	z-index: 33;
}
.news-box-wrapper {
	box-shadow: rgb(0 0 0 / 40%) 0px 1px 4px;
	background-color: #ffffff;
	padding: 10px;
	border: #817171 1px solid;
	margin: 4px;
	height: 100%;
}
.news-box-wrapper .news-box-img img {
	width: 100%;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.news-box-wrapper .news-box-img:hover img {
	width: 100%;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.news-box-wrapper .news-box-img {
	/* float: left; */
	width: 100%;
	position: relative;
	overflow: hidden;
}
.news-box-wrapper .news-box-text {
	padding-top: 10px;
}
.news-box-wrapper .news-box-text p {
	height: 70px;
}
.news-box-wrapper .news-box-text p.news_name {
	font-size: 15px;
	font-weight: bold;
	font-family: "Poppins", sans-serif;
	border-bottom: solid 1px #35cbdd;
	/* padding-bottom: 22px; */
	color: #003366;
	margin-bottom: 10px;
	line-height: 22px;
	/* height: 112px; */
	height: 66px;
	overflow: hidden;
}
.news-box-wrapper .news-box-text p.news_name span {
	height: 44px;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Number of lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-box-wrapper .news-box-text .date-text {
	font-size: 13px;
	color: #666666;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}
.btn-wrapper {
	text-align: center;
	margin-top: 33px;
}
.btn-wrapper a {
	display: inline-block;
	font-size: 14px;
	padding: 6px 32px;
	border: solid 2px #4cb4ec;
	border-radius: 50px;
	background-color: #ffffff;
	text-decoration: none;
	color: #114b95;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.btn-wrapper a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #2281b5 30%, #4cb4ec);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.btn-wrapper a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #4cb4ec 30%, #2281b5);
}
.btn-wrapper a:hover {
	color: #ffff;
}
#slider-news .owl-nav button.owl-prev {
	position: absolute;
	left: -4%;
	top: 43%;
	box-shadow: none !important;
	outline: none !important;
}
#slider-news .owl-nav button.owl-next {
	position: absolute;
	top: 43%;
	right: -4%;
	box-shadow: none !important;
	outline: none !important;
}
#slider-news .owl-nav button.owl-next img {
	max-width: 23px !important;
}
#slider-news .owl-nav button.owl-prev img {
	max-width: 23px !important;
}
#slider-news .owl-dot {
	display: none;
}
.heading-title.text {
	text-align: left;
	margin-bottom: 30px;
}
.heading-title.text span::after {
	left: 0;
	bottom: -8px;
	top: auto;
	width: 100%;
}
.heading-title.text img {
	/*padding-left: 211px;*/
	/*max-width: 37%;*/
	width: 16%;
}
.clients-logo-wrapper-row {
	margin: auto;
}
.clients-logo-wrapper-row .col-md-2 {
	padding: 0px 4px;
}
.clients-logo-wrapper {
	border: solid 1px #e1e1e1;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	background-color: #ffffff;
}
.clients-logo-wrapper img {
	width: 100%;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
/* .clients-logo-wrapper:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
} */
.testimonials-section {
	padding: 85px 0px 45px;
	position: relative;
}
.testimonials-section .heading-title {
	margin-bottom: 20px;
}
.row-testimonials-box-wrapper {
	margin: auto;
}
.testimonials-box-wrapper {
	border: solid 2px #4bb3ec;
	padding: 15px;
	position: relative;
	margin-top: 40px !important;
	margin: 8px;
	border-radius: 13px;
	box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
	background-color: #ffffff;
}
.testimonials-logo {
	position: absolute;
	width: 100%;
	left: 0;
	top: -35px;
	text-align: center;
}
.testimonials-logo span {
	display: inline-block;
	border: solid 2px #4bb3ec;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #ffffff;
	overflow: hidden;/* padding-top: 14px; */
}
.testimonials-logo span img {
	max-width: 69px !important;
	margin: auto;
	position: absolute;
	margin: auto;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
}
.testimonials-box-wrapper .testimonials-box-text {
	padding-top: 46px;
	text-align: center;
	max-height: 190px;
	height: 190px;
	overflow: hidden;
}
.testimonials-box-wrapper .testimonials-box-text .testimonials-box-title {
	font-size: 15px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 21px;
	position: relative;
}
.testimonials-box-wrapper .testimonials-box-text .testimonials-box-title::after {
	content: "";
	position: absolute;
	width: 40px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 11px;
	border-bottom: solid 3px #0ae3fe;
}
.testimonials-box-wrapper .testimonials-box-text p {
	font-size: 12px;
	color: #000000;
	font-weight: 500;
	line-height: 20px;
}
.testimonials-section .btn-wrapper {
	margin-top: 63px;
}
#slider-testimonials .owl-dots,.job-reference-section .owl-dots  {
	text-align: center;
	left:0;
	bottom: -44px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#slider-testimonials .owl-dots button.active span,.job-reference-section .owl-dots button.active span {
	/* background-color: #b30500; */
	position: relative;
	border-color: #4fb7ec;
}
#slider-testimonials .owl-dots button span ,.job-reference-section .owl-dots button span{
	background-color: #ffffff;
}
#slider-testimonials .owl-dots button,.job-reference-section .owl-dots button {
	outline: 0;
}
#slider-testimonials .owl-dots .owl-dot span ,.job-reference-section .owl-dots .owl-dot span{
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: transparent;
	border: solid 2px #cccccc;
	margin: 5px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}
#slider-testimonials .owl-nav {
	display: none;
}
.contact-form-section {
	padding: 35px 0px 22px;
	background-color: rgba(206,206,206,0.8);
	position: relative;
}
.contact-back-img {
	position: absolute;
	top: 71px;
	left: 34px;
	max-width: 442px;
}
.contact-form-wrapper {
	width: 62%;
	margin-left: auto;
}
.contact-title {
	font-size: 30px;
	background: linear-gradient(to right, #10529a 0%, #04b0dc 54%, #04b0dc 88%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-bottom: 20px;
}
.contact-form-wrapper .form-group {
	display: flex;
}
.contact-form-wrapper .form-group label {
	width: 12%;
	font-size: 15px;
	color: #000000;
	font-weight: 600;
}
.contact-form-wrapper .form-group .form-control {
	width: 88%;
	border: none;
	border-radius: 0px;
	box-shadow: none !important;
	overflow: hidden;
}
.contact-form-wrapper .form-group textarea {
	height: 100px;
}
.submit-btn {
	text-align: right;
}
.contact-form-wrapper .btn {
	box-shadow: none !important;
	overflow: hidden !important;
	z-index: 1;
	min-width: 130px;
	position: relative;
	margin-top: 2px;
	display: inline-block;
	font-size: 14px;
	padding: 6px 32px;
	border: solid 2px #4cb4ec;
	border-radius: 50px;
	background-color: #ffffff;
	text-decoration: none;
	color: #114b95;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
.footer-section {
	padding-top: 50px;
	box-shadow: rgb(0 0 0 / 6%) 0px 2px 4px 0px inset;
}
.footer-logo a {
	display: inline-block;
}
.footer-menu {
	padding-left: 14px;
}
.footer-menu ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.footer-menu ul li a:hover {
	color: #4cb4ec;
}
.footer-details ul li a:hover {
	color: #4cb4ec;
}
.footer-title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	/*padding-bottom: 14px;*/
	position: relative;
}/*
.footer-title::after {
	content: "";
	position: absolute;
	width: 25px;
	left: 0;
	border-bottom: solid 1px #2dc9db;
	bottom: 8px;
}*/
.footer-details ul li a {
	font-size: 13px;
	color: #000000;
	font-weight: 500;
}
.footer-details-info ul li {
	font-size: 12px;
	color: #000000;
	font-weight: 600;
	padding-left: 18px;
	position: relative;
	line-height: 18px;
}
.footer-details-info ul li i.fas {
	position: absolute;
	left: 0;
	top: 5px;
}
.footer-details-info ul li i.fal {
	position: absolute;
	left: 0;
	top: 4px;
}
.footer-details-info ul li i.fab {
	position: absolute;
	left: 0;
	top: 4px;
}
.footer-details-info ul li a {
	color: #000000;
	font-family: "Calibri", sans-serif;
}
.followus-info .followus-title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 6px;
}
.copyright-info {
	border-top: solid 1px #023567;
	margin-top: 23px;
	padding: 13px 0px;
}
.copyright-tect {
	text-align: center;
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;
	font-weight: 600;
}
/********** index 2 **********/
.banner-title-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 160px;
}
.banner-title-text {
	font-size: 48px;
	color: #ffffff;
	font-weight: 900;
	text-shadow: 0px 0px 2px #000000;
	line-height: 51px;
	letter-spacing: 1px;
}
.banner-wrapp img {
	width: 100%;
}
.content-section {
	padding: 46px 0px 50px;
	background-size: 100% 100%;
	background-image: url(../images/background2.jpg);
	position: relative;
}
.section-heading {
	font-size: 28px;
	color: #003366;
	font-weight: bold;
	line-height: 40px;
	padding-bottom: 17px;
	border-bottom: solid 2px #34cbdd;
	font-family: "Poppins", sans-serif;
	width: fit-content;
}
.news-details-wrapper .date-text {
	font-size: 12px;
	margin-top: 15px;
	font-weight: 600;
	color: #ffffff;
	background-color: #34cbdd;
	display: inline-block;
	padding: 4px 15px;
	border-radius: 50px;
	font-family: "Poppins", sans-serif;
}
.news-details-info {
	font-family: "Poppins", sans-serif;
}
.news-details-banner {
	padding-top: 15px;
	text-align: center;
	margin-bottom:30px;
}
.news-details-banner img {
	height: 100%;
	max-width: 70%;
	    aspect-ratio: 443 / 241;
    width: 100%;
    object-fit: scale-down;
}
.news-details-info .news-details-text {
	padding-top: 40px;
}
.news-details-info .news-details-text ul li {
	font-size: 15px;
	color: #000000;
	font-weight: 500;
	line-height: 25px;
}
.news-details-info .news-details-text ul li span {
	display: inline-block;
	font-weight: bold;
}
.news-details-info p {
	font-size: 15px;
	color: #000000;
	font-weight: 500;
	text-align: justify;
	margin-bottom: 0px;
	padding-top: 24px;
	line-height: 28px;
}
/*
.news-details-info p span {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}*/
.btn-wrapper.back {
	text-align: left;
	margin-top: 54px;
}
.btn-wrapper.back a {
	padding: 6px 18px;
	box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
}
.footer-section.wrapper {
	box-shadow: rgb(0 0 0 / 6%) 0px 2px 4px 0px inset;
}
/********** index 3 **********/
.news-box-wrapper-row {
	margin: auto;
	position: relative;
	z-index: 666;
}
.news-box-wrapper-row .col-md-4 {
	padding: 0px 8px;
}
.news-box-wrapper-row .news-box-wrapper {
	margin: 0px;
	margin-bottom: 25px;
}
.news-box-wrapper.three .news-box-text p {
	padding-bottom: 45px;
}
ul.pagination {
	padding-top: 12px;
	text-align: center;
	width: 100%;
	display: inline-block;
}
ul.pagination li.page-item {
	display: inline-block;
	margin: 0px 4PX;
}
ul.pagination li.page-item a.active {
	background: #76afe1;
	color: #fff;
	border: solid 1px #76afe1;
}
ul.pagination li.page-item a:hover {
	background: #76afe1;
	color: #fff;
	border-color: #76afe1;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #000;
	font-size: 14px;
	width: 33px;
	height: 33px;
	line-height: 31px;
	font-family: 'Lato', sans-serif;
	padding: 0px;
}
ul.pagination li.page-item a {
	background: none;
	border-radius: 6px;
	background-color: #ffffff;
}
ul.pagination li.img-iconss a {
	width: auto;
	height: auto;
}
ul.pagination li.page-item .page-link {
	border-radius: 50%;
}
ul.pagination li.page-item a i.fal.fa-angle-left {
	font-size: 17px;
}
.background-icon-three {
	position: absolute;
	top: 24%;
	right: 0;
	max-width: 141px;
}
/********** index 4 **********/
.testimonials-box-wrapper-row {
	margin: auto;
}
.testimonials-box-wrapper-row .col-md-3 {
	padding: 0px 7px;
}
.testimonials-box-wrapper-row .testimonials-box-wrapper {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
}
/********** index 5 **********/
.banner-title-wrapper.info {
	/*bottom: auto;
	top: 175px;*/
}
.banner-details {
	width: 44%;
}
.banner-details .clients-icon {
	margin-left: 211px;
}
.banner-details .clients-icon img {
	max-width: 59%;
}
.banner-details p {
	font-size: 17px;
	color: #ffffff;
	margin-bottom: 0px;
	font-weight: 500;
	padding-top: 10px;
}
.row-clients-logo-wrapper {
	margin: auto;
	padding-top: 20px;
}
.row-clients-logo-wrapper .col-md-2 {
	padding: 0px 9px;
}
.row-clients-logo-wrapper .clients-logo-wrapper {
	margin-bottom: 24px;
	/* padding: 25px 0px; */
	padding: 5px;
	/* border: solid 1px gainsboro; */
	border: none;/* box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px; */
}
/********** index 6 **********/
.banner-title-wrapper.Production {
	bottom: 55px;
}
.banner-title-wrapper.Production .banner-details {
	width: 49%;
}
.left-side-bar ul li {
	line-height: 33px;
}
.left-side-bar ul li a {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.left-side-bar ul li a:hover {
	color: #114b95;
}
.video-production-slider-wrapper .video-production-title {
	font-size: 28px;
	color: #000000;
	font-weight: bold;
	border-bottom: solid 2px #00e2fe;
	padding-bottom: 4px;
	margin-bottom: 17px;
}
.video-production-slider-wrapper p {
	font-size: 15px;
	color: #000000;
	font-weight: 500;
	text-align: justify;
}
.owl-carousel-wrapper.slider-row {
	width: 81%;
	margin: auto;
	padding-top: 12px;
}
#sync1 .owl-nav button.owl-prev {
	position: absolute;
	left: -48px;
	top: 45%;
}
#sync1 .owl-nav button {
	outline: 0;
}
#sync1 .owl-nav button.owl-next {
	position: absolute;
	right: -48px;
	top: 45%;
}
#sync1 .owl-nav button.owl-prev img {
	max-width: 37px;
}
#sync1 .owl-nav button.owl-next img {
	max-width: 37px;
}
#sync2 .owl-nav button.owl-prev {
	position: absolute;
	left: -36px;
	top: 35%;
}
#sync2 .owl-nav button {
	outline: 0;
}
#sync2 .owl-nav button.owl-next {
	position: absolute;
	right: -36px;
	top: 35%;
}
#sync2 .owl-nav button.owl-prev img {
	max-width: 15px;
}
#sync2 .owl-nav button.owl-next img {
	max-width: 15px;
}
.owl-item.synced.active .item-slider-images:after {
	background: #000;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: inline-block;
	left: 0px;
	content: "";
	opacity: 0.5;
}
.video-production-slider-wrapper .btn-wrapper.back {
	text-align: center;
	margin-top: 36px;
}
.video-production-slider-wrapper .btn-wrapper.back a {
	box-shadow: none;
}
/********** index 7 **********/
.digital-video-content-section {
	background-image: url(../images/background7.jpg);
	/* background-size: 100% 100%; */
	animation: animatedBackground 10s linear infinite alternate;
	background-size: cover;
	background-position: top;
	position: relative;
}
.digital-video-section {
	padding: 35px 0px 75px;
}
.digital-video-text {
	/* font-size: 20px; */
	color: #000000;
	/* font-weight: bold; */
	/* text-align: center; */
	margin-bottom: 40px;
}
.digital-video-details-row {
	align-items: center;
}
.digital-video-img img {
	width: 100%;
}
.digital-video-details-wrapper {
	padding-left: 30px;
}
.digital-video-details-wrapper .digital-video-title {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	line-height: 33px;
	padding-bottom: 10px;
}
.digital-video-details-wrapper p {
	font-size: 15px;
	color: #000000;
	text-align: justify;
	font-weight: 500;
	margin-bottom: 21px;
}
.production-box-wrapper-row {
	margin-top: 30px;
}
.production-box-wrapper {
	background-color: #ed7c22;
	padding: 30px;
	padding-bottom: 36px;
	border-radius: 40px;
	text-align: center;
	min-height: 100%;
}
.production-box-wrapper .production-box-icon img {
	max-width: 85px;
}
.production-box-wrapper .production-box-text {
	padding-top: 6px;
}
.production-box-wrapper .production-box-text .production-box-title {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 10px;
}
.production-box-wrapper .production-box-text p {
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 0px;
	font-weight: 500;
	line-height: 27px;
}
.gallery-section {
	padding-bottom: 62px;
}
.gallery-section .container {
	max-width: 100%;
}
.gallery-title {
	display: inline-block;
	font-size: 35px;
	font-weight: bold;
	color: #114b95;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 45px;
	line-height: 43px;
	position: relative;
}
.gallery-title::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	border-bottom: solid 2px #00e2fe;
	margin: auto;
	bottom: -24px;
}
.gallery-box-wrapper-row .col-md-3 {
	padding: 0px 0px;
	max-width: 20%;
}
.gallery-box-wrapper {
	position: relative;
	float: left;
	width: 100%;
}
.gallery-box-wrapper .gallery-img img {
	width: 100%;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.gallery-box-wrapper .gallery-img:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.gallery-box-wrapper .gallery-img {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
}
.gallery-box-wrapper .gallery-box-title {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0px;
	padding: 5px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.5);
}
.job-reference-section {
	padding-bottom: 40px;
}
.heading-title.job {
	text-align: left;
	margin-bottom: 21px;
}
.job-reference-row .col-md-4 {
	padding: 0px 10px;
}
.job-reference-img {
	box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
	float: left;
	width: 100%;
}
.job-reference-img img {
	width: 100%;
}
.copyright-text {
	font-size: 13px;
	color: #000;
}
.besign-by {
	text-align: right;
}
.besign-by a {
	font-size: 13px;
	color: #000;
}
.job-reference-img {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.job-reference-img img {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.job-reference-img:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.mobile-menu.wrapper-menu {
	display: inline-block;
}
.sub-menu-item-box .sub-menu-item-img img {
	clip-path: circle(50% at 50% 50%);
}
.sub-menu-item-box .sub-menu-item-name {
	float: left;
	width: 100%;
	/* margin-top: 12px; */
	margin-top: -10px;
}
.sub-menu-item-box {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 19px;
	margin-bottom: 25px;
}
.sub-menu-item-box .sub-menu-item-name a {
	padding-bottom: 0px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.header-right-wrapper {
	display: flex;
	align-items: center;
}
.header-right-wrapper .language-box-wrapper {
	display: flex;
	margin-left: 6px;
	align-items: center;
}
.header-right-wrapper .language-box-wrapper .globe-icon {
	margin-right: 7px;
}
.language-box-wrapper .globe-icon i {
	font-size: 24px;
}
.submit-btn .btnbtn-dark {
	display: inline-block;
	font-size: 14px;
	padding: 6px 32px;
	border: solid 2px #4cb4ec;
	border-radius: 50px;
	background-color: #ffffff;
	text-decoration: none;
	color: #114b95;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: 0;
}
.submit-btn .btnbtn-dark:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #2281b5 30%, #4cb4ec);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.submit-btn .btnbtn-dark:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #4cb4ec 30%, #2281b5);
}
.submit-btn .btnbtn-dark:hover {
	color: #fff;
}
.our-services-item-box {
	width: 50%;
	float: left;
}
#ourservices .owl-dots {
	display: none;
}
#ourservices .owl-nav button {
	background: #aaaaaa;
	display: inline-block;
	width: 28px;
	height: 27px;
	border-radius: 4px;
	color: #fff;
	outline: 0;
}
#ourservices .owl-nav {
	display: none;
	position: absolute;
	right: 150px;
	bottom: 103px;
}
/* 移动端显示导航按钮 */
@media screen and (max-width: 768px) {
#ourservices .owl-nav {
	display: block;
	position: absolute;
	right: 150px;
	bottom: 103px;
}
}
#ourservices .owl-nav button:hover {
	background-image: linear-gradient(to right, #4cb4ec 30%, #2281b5);
}
.row-ourservices {
	float: left;
	width: 100%;
}
.mobile-view-social-icon {
	display: none !important;
}
.testimonials-graphics-img1 {
	position: absolute;
	top: -88px;
	max-width: 368px;
	left: 0px;
	z-index: 0;
}
.testimonials-section .col-md-12 {
	position: relative;
	z-index: 22;
}
#slider-home1 .owl-dots {
	display: none;
}
#slider-home1 .owl-nav button.owl-prev {
	position: absolute;
	left: 19px;
	top: 50%;
}
#slider-home1 .owl-nav button.owl-next {
	position: absolute;
	right: 19px;
	top: 50%;
}
#slider-home1 .owl-nav button {
	background: #114b95;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	color: #fff;
	outline: 0;
}
/****** HOME  SLIDER  Animation CSS ******/
@-webkit-keyframes fadeInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @keyframes fadeInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
 @-webkit-keyframes fadeInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @keyframes fadeInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @-webkit-keyframes fadeInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
@keyframes fadeInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
#slider-home1 .owl-item.active .banner-title {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
#slider-home1 .owl-item.active span {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
#slider-home1 .owl-item.active p {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
/****** HOME  SLIDER  Animation CSS END ******/




.modal-body-info .modal-popup-logo {
	border-bottom: solid 2px #4bb4ed;
	margin-bottom: 18px;
}
.modal-body-info {
	text-align: center;
}
.modal-body-info p {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 22px;
}
.modal-wrapper .modal-dialog {
	max-width: 700px;
}
.modal-wrapper button.close {
	width: 27px;
	height: 27px;
	position: absolute;
	right: 6px;
	top: 12px;
	cursor: pointer;
	z-index: 33;
	outline: 0;
}
.modal-wrapper .modal-content {
	border: solid 2px #4bb3ec;
	padding: 0px 20px;
	padding-bottom: 50px;
}
.modal-body-info .modal-popup-logo img {
	max-width: 170px;
}
.modal-wrapper .client-name {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.popup-quote1 {
	position: absolute;
	left: 4px;
	top: 31px;
}
.popup-quote2 {
	position: absolute;
	right: 0px;
	bottom: -23px;
}













/********* Mobile Layout *********/
@media only screen and (max-width: 767px) {
.popup-quote1 {
    max-width: 43px;
}
.popup-quote2 {
    max-width: 43px;
}
.modal-body-info .modal-popup-logo img {
    max-width: 148px;
}	
	
	
	
.contact-form-wrapper .contact-title {
	text-align: center;
}
.nav_area ul li a img {
	padding-right: 0;
}
.copyright-text {
	text-align: center;
	margin-bottom: 7px;
}
.besign-by {
	text-align: center;
	margin-bottom: 4px;
}
.header-right-information-wrapper {
	display: none;
}
.header-section {
	padding: 15px 0px 10px;
}
.header-section .container {
	max-width: 100% !important;
}
.row.header-row .col-md-3 {
	max-width: 100%;
	flex: 100%;
}
.logo a {
	max-width: 75%;
}
.row.header-row .col-md-5 {
	max-width: 100%;
	flex: 100%;
}
.banner-text-info {
	width: 100%;
}
.banner-text-info .banner-title {
	font-size: 30px;
	line-height: 35px;
}
.banner-text-info span {
	font-size: 30px;
	line-height: 35px;
	padding-left: 0px;
	text-align: center;
}
.banner-wrapper img {
	height: 420px;
	object-fit: cover;
}
.banner-text-info p {
	font-size: 15px;
}
.home-page-details {
	background-size: cover;
}
.container.services-cont {
	padding-right: 15px;
}
.services-section {
	padding-top: 0px;
}
.heading-title.services {
	padding-left: 0px;
	top: 40px;
	position: relative;
}
.services-details-row .col-md-5 {
	padding: 0px 15px;
}
.video-wrapper {
	margin-top: 72px;/*margin-right: 0px;*/
}
.video-wrapper .btn-wrapper {
	margin-top: 55px;
}
.service-box-wrapper.one {
	margin-top: 60px;
}
.service-box-wrapper {
	margin-left: 5px;
	margin-right: 5px;
}
.background-icon-one {
	display: none;
}
.heading-title {
	margin-bottom: 25px;
	font-size: 24px;
}
.heading-title span::after {
	width: 100%;
	top: 40px;
	left: 0;
}
.news-section {
	padding: 20px 0px 75px;
}
#slider-news .owl-nav button.owl-next img {
	max-width: 13px !important;
}
#slider-news .owl-nav button.owl-prev img {
	max-width: 13px !important;
}
.service-box-title span {
	font-size: 16px;
	padding: 0px 15px;
	line-height: 22px;
	font-weight: bold;
}
.heading-title.text span::after {
	width: 100%;
	bottom: -8px;
	left: 0;
}
.heading-title.text {
	margin-bottom: 52px;
	position: relative;
}
.heading-title.text img {
	padding-left: 28px;
	max-width: 25%;
	position: absolute;
	top: -13px;
}
.clients-logo-wrapper-row .col-md-2 {
	max-width: 50%;
	flex: 50%;
}
.testimonials-section {
	padding: 60px 0px 40px;
}
.heading-title.services span::after {
	width: 100%;
	left: 0;
	top: 40px;
}
.contact-back-img {
	display: none;
}
.contact-form-wrapper {
	width: 100%;
}
.contact-title {
	font-size: 24px;
}
.submit-btn {
	text-align: center;
}
.contact-form-wrapper .form-group label {
	width: 24%;
}
.contact-form-wrapper .form-group .form-control {
	width: 76%;
	line-height: 17px;
}
.contact-form-wrapper .form-group textarea {
	height: 70px;
}
.footer-logo {
	text-align: center;
}
.footer-logo a {
	max-width: 157px;
}
.footer-section {
	padding-top: 32px;
}
.footer-menu {
	padding-left: 0px;
	text-align: center;
	padding-top: 10px;/*padding-bottom: 20px;*/
}
.footer-title {
	text-align: center;
}
.footer-title::after {
	left: 0;
	right: 0;
	margin: auto;
}
.footer-details {
	text-align: center;
}
.footer-details-info {
	padding-top: 20px;
	text-align: center;
	display: none;
}
.footer-details-info ul li {
	padding-left: 0;
}
.footer-details-info ul li i.fas {
	position: relative;
	top: 0px;
	margin-right: 6px;
}
.footer-details-info ul li i.fal {
	position: relative;
	top: 0px;
	margin-right: 6px;
}
.followus-info {
	text-align: center;/*padding-top: 20px;*/
}
.copyright-tect {
	font-size: 11px;
	letter-spacing: 0px;
}
.banner-wrapp img {
	height: 250px;
	object-fit: cover;
}
.banner-title-wrapper {
	bottom: 82px;
}
.banner-title-text {
	font-size: 34px;
}
.content-section {
	padding: 35px 0px 50px;
	background-size: cover;
}
.section-heading {
	font-size: 21px;
	padding: 0px 0px;
	line-height: 35px;
}
.section-heading br {
	display: contents;
}
.news-details-wrapper .date-text {
	margin-left: 0px;
}
.news-details-info {
	padding: 0px 0px;
}
.news-box-wrapper-row .col-md-4 {
	padding: 0px 0px;
}
ul.pagination {
	display: flex;
	justify-content: center;
}
.banner-details {
	width: 100%;
}
.banner-details p {
	font-size: 15px;
	padding-top: 5px;
	line-height: 20px;
}
.banner-title-wrapper.info {
	top: 85px;
}
.banner-details .clients-icon {
	margin-left: 158px;
}
.banner-details .clients-icon img {
	max-width: 64%;
}
.banner-details .banner-title-text {
	line-height: 34px;
}
.row-clients-logo-wrapper .col-md-2 {
	max-width: 50%;
	flex: 50%;
}
.left-side-bar {
	display: none;
}
.video-production-slider-wrapper .video-production-title {
	font-size: 21px;
}
.owl-carousel-wrapper.slider-row {
	width: 100%;
}
#sync1 .owl-nav button.owl-next {
	right: -12px;
}
#sync1 .owl-nav button.owl-next img {
	max-width: 25px;
}
#sync1 .owl-nav button.owl-prev {
	left: -12px;
}
#sync1 .owl-nav button.owl-prev img {
	max-width: 25px;
}
#sync2 .owl-nav button.owl-prev {
	left: -10px;
	top: 11%;
}
#sync2 .owl-nav button.owl-prev img {
	max-width: 6px;
}
#sync2 .owl-nav button.owl-next {
	right: -11px;
	top: 11%;
}
#sync2 .owl-nav button.owl-next img {
	max-width: 6px;
}
.banner-title-wrapper.Production .banner-details {
	width: 100%;
}
.banner-title-wrapper.Production {
	bottom: 30px;
}
.gallery-box-wrapper-row .col-md-3 {
	padding: 0px 15px;
	max-width: 100%;
	margin-bottom: 15px;
}
.digital-video-text {
	font-size: 18px;
	margin-bottom: 30px;
}
.digital-video-details-wrapper {
	padding-left: 0px;
	padding-top: 20px;
}
.digital-video-details-wrapper .digital-video-title {
	font-size: 23px;
	padding-bottom: 7px;
}
.production-box-wrapper-row .col-md-4 {
	margin-bottom: 25px;
}
.digital-video-content-section {
	background-size: cover;
}
.digital-video-section {
	padding: 35px 0px 28px;
}
.gallery-title {
	font-size: 21px;
	line-height: 32px;
}
.gallery-title br {
	display: contents;
}
.gallery-section {
	padding-bottom: 30px;
}
/*.heading-title.job span::after {
	left: 192px;
	width: 75px;
}*/
.job-reference-row .col-md-4 {
	padding: 0px 15px;
}
.job-reference-img {
	margin-bottom: 20px;
}
.sub-menu-full-width .col-md-3 {
	padding: 0px;
}
.sub-menu-item-box {
	padding: 0px 0px;
	display: flex;
	justify-content: flex-start;
	/*align-items: center;*/
	margin-bottom: 16px;
}
.sub-menu-item-box .sub-menu-item-img {
	width: 57px;
	float: left;
}
.sub-menu-item-box .sub-menu-item-name {
	margin-top: 0;
}
.sub-menu-item-box .sub-menu-item-name a {
	line-height: 25px;
	padding-bottom: 0px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding-right: 0px;
	padding-left: 11px;
}
.cont-btn {
	margin-right: 0;
	padding: 9px 16px;
}
.header-section .cont-btn a {
	display: inline-block;
	font-size: 16px !important;
	color: #FFFFFE !important;
	font-weight: 600;
	padding: 3px 14px;
	border-radius: 50px;
	background-color: #65b676;
	text-decoration: none;
	padding-bottom: 4px !important;
	text-align: center;
	line-height: 34px !important;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
#ourservices .owl-nav {
	right: auto;
	bottom: -5px;
	left: 0px;
	width: 100%;
}
.row-ourservices {
	padding: 0px 15px;
	margin-top: 28px;
}
.header-section .mobile-view-social-icon {
	display: block !important;
}
.mobile-view-social-icon .social-icon {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.mobile-view-social-icon .social-icon li {
	width: auto !important;
	border-bottom: none !important;
	display: inline-block;
	margin: 0px 4px;
}
.mobile-view-social-icon .social-icon li a {
	padding: 0px;
	color: #fff;
	border: solid 1px #fff;
	width: 35px;
	height: 35px;
	line-height: 35px !important;
	padding: 0px !important;
	display: inline-block;
}
.header-right-wrapper .language-box-wrapper {
	margin-left: 0px;
	align-items: center;
	justify-content: center;
}
.language-box-wrapper .globe-icon i {
	font-size: 24px;
	color: #023564;
}
.language-box-wrapper .language-box select {
	width: 70px;
	height: 27px;
	border: solid 1px #fff;
	margin-left: 4px;
}
}
/********* Tablet Layout *********/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.popup-quote1, .popup-quote2 {
    max-width: 50px;
}	
	
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.sub-menu-item-box {
	padding: 0px 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 16px;
}
.sub-menu-item-box .sub-menu-item-img {
	width: 57px;
	float: left;
}
.sub-menu-item-box .sub-menu-item-name {
	margin-top: 0;
}
.sub-menu-item-box .sub-menu-item-name a {
	padding-bottom: 0px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding-right: 0px;
	padding-left: 11px;
}
.header-section .cont-btn a {
	display: inline-block;
	font-size: 16px !important;
	color: #FFFFFE !important;
	font-weight: 600;
	padding: 3px 14px;
	border-radius: 50px;
	background-color: #65b676;
	text-decoration: none;
	padding-bottom: 4px !important;
	text-align: center;
	line-height: 34px !important;
}
.cont-btn {
	margin-right: 0;
	padding: 9px 16px;
}
#ourservices .owl-nav {
	right: 150px;
	bottom: 0;
}
.header-section .sub-menu-full-width .container {
	max-width: 100%;
}
.sub-menu-full-width .col-md-3 {
	padding: 0px;
}
.header-right-information-wrapper {
	display: none;
}
.heading-title.services span::after {
	left: 0px;
	width: 100%;
}
.heading-title span::after {
	width: 128px;
	left: 218px;
}
.row.header-row .col-md-3 {
	max-width: 100%;
	flex: 100%;
}
.row.header-row .col-md-5 {
	max-width: 100%;
	flex: 100%;
}
.header-section .container {
	max-width: 100%;
}
.logo a {
/*max-width: 31%;*/
}
.header-section {
	padding: 15px 0px 10px;
}
.banner-text-info p {
	line-height: 20px;
}
.banner-text-info span {
	padding-left: 74px;
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 4px;
}
.banner-text-info .banner-title {
	font-size: 40px;
}
.banner-text-info {
	width: 82%;
}
.container.services-cont {
	padding-right: 15px;
}
.heading-title.services {
	padding-left: 128px;
	top: 22px;
}
.video-wrapper {
	margin-top: 148px;
	margin-right: 14px;
}
.service-box-title span {
	font-size: 20px;
	padding: 0px 10px;
}
.service-box-wrapper.one {
	margin-top: 115px;
}
.service-box-wrapper {
	margin-left: 0px;
	margin-bottom: 25px;
}
.video-wrapper .btn-wrapper {
	margin-top: 53px;
}
.news-section {
	padding: 55px 0px 80px;
}
.home-page-details {
	background-size: cover;
}
.background-icon-one {
	right: 10px;
	top: 20%;
	max-width: 189px;
}
#slider-news .owl-nav button.owl-next {
	right: 0%;
}
#slider-news .owl-nav button.owl-prev {
	left: 0%;
}
.heading-title.text img {
	padding-left: 109px;
}
.heading-title.text span::after {
	width: 280px;
}
.testimonials-section {
	padding: 61px 0px 40px;
}
.contact-back-img {
	top: 97px;
	left: 15px;
	max-width: 250px;
}
.contact-form-wrapper .form-group label {
	width: 16%;
}
.contact-form-wrapper .form-group .form-control {
	width: 84%;
}
.contact-form-wrapper .form-group textarea {
	height: 85px;
}
.footer-menu {
	padding-left: 0px;
}
.col-md-3.follow {
	padding-left: 0px;
}
.followus-info .social-icon ul li {
	margin-bottom: 5px;
}
.section-heading br {
	display: contents;
}
.banner-wrapp img {
	height: 270px;
	object-fit: cover;
}
.banner-title-wrapper {
	bottom: 100px;
}
.banner-title-text {
	font-size: 40px;
}
.news-box-wrapper-row .news-box-wrapper {
	min-height: 100%;
	padding-bottom: 5px;
}
.news-box-wrapper-row .col-md-4 {
	margin-bottom: 20px;
}
.banner-details {
	width: 100%;
}
.banner-details .banner-title-text {
	line-height: 45px;
}
.banner-details .clients-icon {
	margin-left: 182px;
}
.banner-details .clients-icon img {
	max-width: 20%;
}
.banner-details p {
	font-size: 15px;
}
.row-clients-logo-wrapper {
	padding-top: 10px;
}
.left-side-bar ul li {
	line-height: 22px;
	margin-bottom: 10px;
}
.banner-title-wrapper.Production .banner-details {
	width: 100%;
}
.digital-video-details-row {
	align-items: flex-start;
}
.digital-video-details-wrapper {
	padding-left: 0px;
}
.production-box-wrapper-row {
	margin-top: 30px !important;
	margin: auto;
}
.production-box-wrapper-row .col-md-4 {
	padding: 0px 7px;
}
.production-box-wrapper {
	padding: 30px 15px;
	padding-bottom: 30px;
	border-radius: 30px;
}
.production-box-wrapper .production-box-text {
	padding-top: 10px;
}
.gallery-box-wrapper .gallery-box-title {
	font-size: 16px;
	line-height: 18px;
}
.job-reference-row {
	margin: auto;
}
.job-reference-row .col-md-4 {
	padding: 0px 8px;
}
}

/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.popup-quote1, .popup-quote2 {
    max-width: 60px;
}	
	
.nav_area > ul > li {
	padding-left: 20px;
}
.nav_area ul li a {
	font-size: 12px;
}
.wrapper-menu ul.menu li:first-child {
	padding-left: 0px;
}
.header-section .container {
	max-width: 100%;
}
.header-menu-col {
	padding: 0px;
}
}
 @media only screen and (max-width: 600px) {
.heading-title.text img {
	padding-left: 28px;
	max-width: 35%;
	width: 35%;
	position: absolute;
	top: -13px;
}
.news-box-wrapper .news-box-text p {
	height: 45px;
}
.testimonials-graphics-img1 img {
	max-width: 64%;
}
}
/* 新增/修改的樣式 */
.sub-menu-full-width {
	position: fixed !important; /* 強制固定定位 */
	top: 63px !important; /* header高度 */
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch;
	transform: translateZ(0); /* 促進硬件加速 */
}
/* 確保子選單內容可以正常滾動 */
.sub-menu-full-width .container {
	height: auto !important;
	min-height: 100%;
	overflow: visible !important;
}
/* 當選單打開時固定背景 */
body.menu-open {
	overflow: hidden !important;
	position: fixed !important;
	width: 100%;
	height: 100%;
}
/* 確保選單內的所有容器都不會影響滾動 */
.sub-menu-full-width * {
	max-height: none !important;
}
/*
.item_dtl_con{position: absolute;bottom: 0;}
*/
/******客戶頁面的標籤排版***************/
.tag-section {
	text-align: center;
}
.tag-title {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: solid 2px #00e2fe;
}
