.maincon{
	width: 100%;
	margin: auto;
	height: auto;
	padding: 0px 12%;
	max-width: 2000px;
}
p{
    color: #6b7a93;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;	
}
p a{
	font-size: inherit;
	font-family: inherit;
	color: inherit;
}
.push{
	margin-top: 80px;
}
.toper{
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	background: #4361ee;
}
.toper-content{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0px;
}
.toper-right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 20px;
}
.toper-content .searchicon {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 70px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    margin-right: 0px;
    background: none;
}
.toper-content .searchicon:hover{
    color: #8af9f4;
}
.toper-content .searchicon:before {
    content: '\e99a';
    font-family: 'icomoon';
    font-size: 20px;
    line-height: 22px;
}
.toper-content .searchicon.shows:before {
    content: '\2716';
}
.logos img{
	height: 60px;
	width: auto;
}
.sp_nav{width:25px;position:relative;cursor:pointer;height:22px;margin-top:9px;display: none;}
.sp_nav span{display:block;background:#fff;width:25px;height:2px;position:absolute;left:0px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.navs{
	width: auto;
	height: 100%;
	position: relative;
	margin-top: 0;
}
.navs a{
	font-size: 16px;
	color: #1a1a1a;
}
.navs a:first-child{
	margin-left: 0px;
}
.navs a:hover{
	color: #ffc000;
}
.navs a.shows{
	color: #fcc10e;
}
.navs>ul>li{
	width: auto;
	height: 60px;
	line-height: 60px;
	float: left;
	margin-left: 40px;
	position: relative;
	padding: 0px 0px 0px;
}
.navs>ul>li:first-child{
	margin-left: 0px;
}
.navs>ul>li>a{
	color: #fff;
	font-size: 18px;
	font-family: "Inter", Arial, sans-serif; 
}
.navs>ul>li>span{
    float: right;
    margin-left: 5px;
    color: #fff;
    font-size: 14px;
    transition: all 0s;
}
.navs>ul>li>span::before{
	content: '\e973';
	font-family: 'icomoon';
    right: 0;
    top: 0;
}
.navs>ul>li:hover>a{
	color: #8af9f4;
}
.navs>ul>li:hover>span{
	color: #8af9f4;
}
.navs ul li ul li{
	width: 100%;
    height: auto;
    padding: 10px 10px;
    border-bottom: 1px solid #d2d7da;
    margin-bottom: 0px;
    position: relative;
    line-height: 25px;
    float: left;
}
.navs ul li ul li span::before{
	content: "\e96d";
	color: #062134;
	top: 50%;
    right: 10px;
    position: absolute;
    transform: translateY(-50%);
    font-family: 'icomoon';
    font-size: 14px;
}
.navs ul li ul li a{
	font-size: 15px;
	line-height: 20px;
    color: #000;
    display: inline-block;
    max-width: calc(100% - 16px);
    transition: all .1s ease-out;
}
.navs ul li ul li:hover>a{
	color: #4361ee;
}
.navs ul li ul li:hover>span::before{
	color: #4361ee;
}
.navs>ul>li>ul{
	position: absolute;
	left: 0px;
	top: 100%;
	background: #fff;
	width: 300px;
	height: auto;
	display: none;
	z-index: 101;
}
.navs ul li ul li ul{
	position: absolute;
	left: 100%;
	top: 0px;
	background: #fff;
	width: 100%;
	height: auto;
	display: none;
}
.top-search-box{
	width: 440px;
	max-width: 100%;
	height: auto;
	position: absolute;
	right: 0px;
	top: 100%;
	padding: 10px;
	background: #f4f4f4;
	display: none;
}
.top-search-box form{
	width: 100%;
	height: 40px;
	background: none;
	border-radius: 0px;
	overflow: hidden;
	border: none;
	position: relative;
}
.top-search-box form input{
	width: calc(100% - 60px);
	height: 100%;
	border: none;
	background: none;
	padding: 0px 10px;
	color: #000;
	background: #fff;
}
.top-search-box form button{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 100%;
	background: #4361ee;
	border: none;
	color: #fff;
}
.top-search-box form button:hover{
    background: #38b2ac;
    color: #fff;
}
.top-search-box form button:before{
	content: '\e99a';
    font-family: 'icomoon';
    font-size: 18px;
}
.toper.fixed{
    box-shadow: 1px 2px 6px rgba(0,0,0,.15);
}
.footer-research{
	width: 100%;
	height: auto;
	background: #1A202C;
}
.footer-research-text{
	padding: 25px 0px;
}
.footer-research-text p{
	text-align: center;
	font-size: 15px;
	margin-bottom: 0px;
	color: rgba(255, 255, 255, 0.8);
}
.footer{
	width: 100%;
	height: auto;
	background: #f4f4f4;
	position: relative;
}
.footer p{
	color: #4a5568;
	margin-bottom: 10px;
}
.footer a{
	color: #4a5568;
}
.footer a:hover{
	color: #4361ee;
}
.footer .foottitle{
	color: #4361ee;
	font-size: 21px;
	margin-bottom: 20px;
	display: block;
   font-weight: bold;
}
.foot-info{
	width: 100%;
	margin: auto;
	height: auto;
	padding: 60px 0px 40px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	column-gap: 30px;
}
.foot-logo{
	width: auto;
	margin-bottom: 25px;
	flex-shrink: 0;
}
.foot-logo img{
	width: auto;
	height: 80px;
	max-width: 100%;
}
.foot-contact{
	width: auto;
}
.foot-contact .style1{
	font-weight: bold;
}
.foot-contact .style2{
	padding-left: 32px;
}
.foot-contact p.foot-icon-address{
	background: url(../images/icon-address.svg) no-repeat 0px 1px/24px;
}
.foot-contact p.foot-icon-tel{
	background: url(../images/icon-phone.svg) no-repeat 0px 1px/24px;
}
.foot-contact p.foot-icon-fax{
	background: url(../images/icon-fax.svg) no-repeat 0px 1px/24px;
}
.foot-contact p.foot-icon-email{
	background: url(../images/icon-email.svg) no-repeat 0px 1px/24px;
}
.foot-nav{
	width: auto;
	flex-shrink: 0;
}
.foot-nav-list{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 70px;
}
.foot-link-icon{
	margin-top: 15px;
	display: flex;
	column-gap: 10px;
	justify-content: flex-start;
}
.foot-link-icon a{
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 6px;
	background: #4361ee;
	color: #fff;
}
.foot-link-icon a:hover{
	background: #38b2ac;
	color: #fff;
}
.foot-follow{
	max-width: 300px;
}
.copyright{
	width: 100%;
	height: auto;
	position: relative;
	background: rgba(217,217,217,.2);
}
.copyright-text{
	padding: 15px 0px;
}
.copyright p{
	text-align: center;
	font-size: 15px;
	margin-bottom: 0px;
}
.go_top{
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background-color: #4361ee;
	color: #fff !important;
	position: fixed;
	right: 5px;
	bottom: 120px;
	opacity: 0;
	z-index: 333;
	cursor: pointer;
}
.go_top:before{
	font-family: 'icomoon' !important;
    content: '\e96e';
    font-size: 20px;
}
.go_top:hover{
	color: #fff !important;
	background-color: #38b2ac;
}
.read-btn{
	display: inline-block;
	padding: 14px 25px;
	text-align: center;
	line-height: 1.3;
	background: linear-gradient(90deg, #38b2ac, #10B981);
	color: #fff;
	font-family: "Inter", Arial, sans-serif; 
    font-weight: bold;
	border-radius: 6px;
	box-shadow: 0 6px 18px rgba(56, 178, 172, 0.4);
	transition: 0.3s;
	font-size: 17px;
}
.read-btn:hover{
	background: linear-gradient(90deg, #2c9c94, #0EA47A);
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(56, 178, 172, 0.5);
	transition: 0.3s;
}
.read-btn2{
	display: inline-block;
	padding: 14px 25px;
	text-align: center;
	line-height: 1.3;
	border: 1px solid #fff;
	color: #fff;
	font-family: "Inter", Arial, sans-serif; 
    font-weight: bold;
	border-radius: 6px;
	box-shadow: 0 6px 18px rgba(56, 178, 172, 0.4);
	transition: 0.3s;
	font-size: 17px;
}
.read-btn2:hover{
	background: #fff;
	color: #4361ee;
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(56, 178, 172, 0.5);
	transition: 0.3s;
}
.services-container strong a{
	font-weight: bold;
}
.services-container .table-style1{
	border: 1px solid #d5e2f3;
    background: #fff;
    box-shadow: 0 8px 22px rgba(9, 49, 98, 0.05);
    margin-bottom: 20px;
}
.services-container .table-style1 tr{
	border: none;
}
.services-container .table-style1 tr td{
	border: none;
	border-bottom: 1px solid #d5e2f3;
    background: #fff;
}
.services-container .table-style1 tr:nth-child(2n-1) td{
    background: #f9fbff;
}
.services-container .table-style1 tr:first-child td{
    background: linear-gradient(135deg, #4361ee, #5a78f0);
    color: #fff;
}
.crumbnav{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	text-align: left;
	z-index: 3;
}
.crumbnav ul{
	width: 100%;
	height: auto;
	margin: auto;
	font-size: 15px;
	color: #fff;
}
.crumbnav ul li{
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
}
.crumbnav ul li a{
	font-size: 16px;
	color: #fff;
	display: inline-block;
}
.crumbnav ul li a:hover{
	color: #4fd1c7;
}
.crumbnav ul li::before{
	content: "/";
	color: #fff;
	margin-right: 7px
}
.crumbnav ul li:first-child{
	padding-left: 23px;
	background: url(../images/icon-home.svg) no-repeat left 4px/17px;
}
.crumbnav ul li:first-child::before{
	content: "";
	margin-right: 0px;
}
.hero-breadcrumb .crumbnav{
	display: block !important;
}
.hero-breadcrumb .crumbnav ul li{
	font-size: 14px;
}
.hero-breadcrumb .crumbnav ul li a{
	font-size: 14px;
}
.hero-breadcrumb .crumbnav ul li:first-child {
    padding-left: 20px;
    background: url(../images/icon-home.svg) no-repeat left 3px / 15px;
}
.page-banner{
	width: 100%;
	height: auto;
	padding: 80px 0px;
	background: linear-gradient(135deg, rgba(34, 53, 153, 0.95) 0%, rgba(26, 80, 153, 0.9) 100%);
}
.page-banner .crumbnav{
	display: block !important;
}
.page-banner-info{
	width: 100%;
	height: auto;
}
.page-banner-info .style1{
	display: inline-block;
	background: #FF8C00;
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0 0 15px rgba(255, 140, 0, 0.6);
	color: #fff;
	padding: 8px 16px;
	font-weight: 800;
	border-radius: 6px;
	margin-bottom: 15px;
	font-size: 16px;
	letter-spacing: 1px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
.page-banner-info .page-banner-title{
	color: #fff;
    font-size: 54px;
    margin-bottom: 30px;
    line-height: 1.2;
    font-weight: 800;
}
.page-banner-info .style2{
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}
.page-banner-info .style3{
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}
.page-banner-info .style4{
	color: #fff;
}
.page-banner-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 2%;
	margin-top: 30px;
	margin-bottom: 20px;
}
.page-banner-list .list-item{
	width: 32%;
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(4px);
    padding: 20px 20px;
    border-radius: 8px;
    border-left: 4px solid #38b2ac;
    transition: 0.3s;
    padding: 20px 20px 5px;
}
.page-banner-list .list-item:hover{
	background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
}
.page-banner-btn{
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
}
.page-banner-btn a{
	margin-top: 10px;
}
.page-title-list-box{
	width: 100%;
	height: auto;
	position: sticky;
	top: 80px;
	overflow: auto;
	background: #fff;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
	z-index: 70;
	margin-bottom: 0px;
}
.page-title-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	column-gap: 10px;
}
.page-title-list .list-item{
	font-size: 16px;
	line-height: 1.3;
    color: #4361ee;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 60px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    font-weight: bold;
    position: relative;
}
.page-title-list .list-item:after{
	content: '';
	width: 0px;
	height: 2px;
	background: #38b2ac;
	transition: all .5s;
	position: absolute;
	left: 0px;
	bottom: 4px;
}
.page-title-list .list-item:hover:after{
	width: 100%;
}
.page-title-list .list-item:hover{
    color: #38b2ac;
}
.page-title-list .list-item.shows{
    color: #38b2ac;
}
.innerpage-box{
	width: 100%;
	height: auto;
}
.innerpage-box .font-color1{
	color: #4361ee;
}
.innerpage-box .innerpage-section-title{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.innerpage-box .innerpage-section-title h2{
	font-size: 34px;
    color: #4361ee;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.innerpage-box .innerpage-section-title h2:before{
	content: '';
    display: block;
    width: 80px;
    height: 5px;
    background: linear-gradient(90deg, #4361EE, #38B2AC);
    border-radius: 2px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.innerpage-box h3{
	font-size: 20px;
	margin-bottom: 20px;
}
.innerpage-section1{
	width: 100%;
	height: auto;
	padding: 80px 0px 65px;
}
.innerpage-section2{
	width: 100%;
	height: auto;
	padding: 80px 0px 65px;
	background-color: #f7fafc;
	border-top: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
	margin-bottom: 80px;
}
.innerpage-section2-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 30px;
}
.innerpage-section2-info .pic{
	width: 550px;
	flex-shrink: 0;
	margin-bottom: 15px;
}
.innerpage-section2-list{
	width: 100%;
	position: relative;
	padding-bottom: 24px;
}
.innerpage-section2-list .swiper-container{
	padding: 8px;
}
.innerpage-section2-list .swiper-slide{
	height: auto;
	box-shadow: 0px 0px 6px rgba(0,0,0,.1);
	background: #fff;
}
.innerpage-section2-list .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.innerpage-section3{
	width: 100%;
	height: auto;
	padding: 0px 0px 65px;
}
.innerpage-section3-list{
	width: 100%;
	height: auto;
	padding-top: 10px;
}
.innerpage-section3-list>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -15px;
}
.innerpage-section3-list>.row:before{
	content: none;
}
.innerpage-section3-list>.row:after{
	content: none;
}
.innerpage-section3-list>.row>div{
    padding: 0px 15px;
	margin-bottom: 25px;
}
.innerpage-section3-list .list-item{
	width: 100%;
	height: 100%;
	display: block;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #38B2AC;
    padding: 30px 20px 15px;
    border-radius: 8px;
    transition: 0.3s;
}
.innerpage-section3-list .list-item:hover{
	transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(67, 97, 238, 0.1);
}
.innerpage-section-case-study{
	width: 100%;
	height: auto;
	padding: 0px 0px 50px;
}
.case-study-box{
	width: 100%;
	height: auto;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 25px rgba(67, 97, 238, 0.1);
	border-left: 6px solid #4361EE;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.case-study-box .text{
	width: 55%;
}
.case-study-box .pic{
	width: 40%;
}
.case-study-box .pic img{
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.case-study-box .text .style1{
	font-size: 15px;
	color: #666;
}
.case-study-box .text p:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.case-study-box .text ul:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.innerpage-section-faq{
	width: 100%;
	height: auto;
	padding: 80px 0px 65px;
	background-color: #f7fafc;
	border-top: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
	margin-bottom: 80px;
}
.faq-list{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.faq-list .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.faq-list .list-item .info-title{
	padding: 14px 10px;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0px;
	cursor: pointer;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 8px;
	min-height: 60px;
}
.faq-list .list-item .info-title:hover{
	background: #4361ee;
}
.faq-list .list-item .info-title.shows{
	background: #4361ee;
	border-radius: 6px 6px 0px 0px;
}
.faq-list .list-item .info-title p{
	font-size: 16px;
	line-height: 1.3;
	color: #4361ee;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.faq-list .list-item .info-title .info-btn{
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	transition: all .3s;
	flex-shrink: 0;
	margin-left: 20px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4361ee;
}
.faq-list .list-item .info-title .info-btn:after{
	content: '\e96b';
	font-family: 'icomoon';
	transition: all .3s;
}
.faq-list .list-item .info-title:hover p{
	color: #fff;
}
.faq-list .list-item .info-title:hover .info-btn:after{
	color: #fff;
}
.faq-list .list-item .info-title.shows p{
	color: #fff;
}
.faq-list .list-item .info-title.shows .info-btn:after{
	color: #fff;
}
.faq-list .list-item .info-title.shows .info-btn:after{
	transform: rotate(180deg);
}
.faq-list .list-item .info-text{
	width: 100%;
	padding: 20px 10px 5px;
	display: none;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
	border-radius: 0px 0px 8px 8px;
}
.innerpage-section-references{
	width: 100%;
	height: auto;
	padding: 0px 0px 65px;
}
.forms .form_control {
    width: 100%;
    height: 48px;
    border: 1px solid #d4d4d4;
    padding: 0px 10px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
    box-shadow: none;
    border-radius: 5px;
    outline: none;
}
.forms .form_group{
	margin-bottom: 15px;
}
.forms textarea.form_control{
	height: 90px;
	padding: 10px 10px;
	line-height: 22px;
	display: inherit;
}
.forms label{
	margin-bottom: 5px;
	font-size: 16px;
	color: #000;
	margin-left: 0px;
	display: block;
}
.forms .form_button{
	margin-top: 10px;
	text-align: center;
}
.forms .submit-btn{
	display: inline-block;
	padding: 13px 15px;
	width: 250px;
	max-width: 100%;
	text-align: center;
	line-height: 1.3;
	background: #4361ee;
	color: #fff;
	font-size: 18px;
    font-weight: bold;
    border: none;
	border-radius: 6px;
}
.forms .submit-btn:hover{
	background: #38b2ac;
	color: #fff;
}
.foot-form{
	width: 100%;
	height: auto;
	padding: 80px 0px;
	background: linear-gradient(135deg, #4361EE, #2A4365);
}
.foot-form h2{
	font-size: 34px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
}
.foot-form .style1{
	font-size: 18px;
    color: #fff;
    text-align: center;
    width: 1000px;
    max-width: 100%;
    margin: 0px auto 40px;
}
.foot-form .forms{
	background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    padding: 35px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    width: 1000px;
    max-width: 100%;
    margin: auto;
}
.foot-form .library-link{
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}
.foot-form .library-link a{
	color: #4FD1C7;
	font-weight: bold;
	font-weight: bold;
}
.foot-form .library-link a:hover{
	color: #fff;
}
.side-inquiry { width: 60px; height: 60px; position: fixed; right: 0px; bottom: 205px; border-radius: 100px; z-index: 2; }
.side-inquiry a { display: inline-block; width: 100%; height: 100%; border-radius: 100px; display: flex; justify-content: center; align-items: center; background: linear-gradient(90deg, #38b2ac, #10B981); }
.side-inquiry a img { width: 55%; height: auto; }
.side-inquiry a:hover { background: linear-gradient(90deg, #2c9c94, #0EA47A); }
.click-inquiry-form{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	left: 0px;
	top: 0px;
	display: none;
}
.click-inquiry-form .click-inquiry-form-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,.7);
	cursor: pointer;
}
.click-inquiry-form .click-inquiry-form-box{
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 700px;
	background: #fff;
	padding: 40px 30px 30px;
	width: 100%;
}
.click-inquiry-form .click-inquiry-form-box .click-inquiry-form-content{
	margin: 0px 0px;
	width: 100%;
}
.click-inquiry-form .click-inquiry-form-close{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #000;
	cursor: pointer;
}
.click-inquiry-form .click-inquiry-form-close:before{
	content: '\2716';
	font-size: 20px;
	font-weight: bold;
}
.click-inquiry-form .click-inquiry-form-close:hover{
	color: #4361ee;
}
.click-inquiry-form-content .forms .form_control{
	color: #000000;
	height: 40px;
	border: 1px solid #e0e0e0;
	margin-bottom: 6px;
	display: block;
}
.click-inquiry-form-content .forms .col-name{
	width: 50%;
}
.click-inquiry-form-content .forms .col-email{
	width: 50%;
}
.click-inquiry-form-content .forms .col-phone{
	width: 100%;
}
.click-inquiry-form-content .forms textarea.form_control{
	height: 60px;
}
.click-inquiry-form-content .pdf_form_title{
	text-align: center;
	color: #333;
	font-size: 18px;
	font-weight: bolder;
}
.click-inquiry-form-content .forms .form_button{
	text-align: center;
}
.click-inquiry-form-content .forms .main-btn{
	padding: 5px 40px;
	font-size: 16px;
}
.click-inquiry-form .inquiry-title{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #231f20;
}
.sticky-nav-top{
	top: 80px;
}
.innerpage-detail{
	width: 100%;
	height: auto;
	padding: 60px 0px;
}
.search-hero {
	position: relative;
	overflow: hidden;
	background: radial-gradient(circle at 82% 18%, rgba(124, 233, 218, .18), transparent 28%), radial-gradient(circle at 12% 88%, rgba(255, 255, 255, .08), transparent 34%), linear-gradient(132deg, #27488F 0%, #2E5798 48%, #2D7991 100%);
	padding: 74px 0 82px;
	text-align: center;
}

.search-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
	background-size: 46px 46px;
	opacity: .65;
}
.search-hero:after {
	content: "";
	position: absolute;
	inset: 0;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: 8% 28%, 84% 26%, 16% 80%, 76% 76%;
	background-size: 230px 110px, 250px 120px, 210px 92px, 180px 84px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 230 110'><g fill='none' stroke='rgba(255,255,255,0.12)' stroke-width='1.4'><path d='M10 78 C45 16, 100 16, 140 62 S205 103,220 42'/><circle cx='24' cy='73' r='4'/><circle cx='74' cy='29' r='4'/><circle cx='128' cy='55' r='4'/><circle cx='182' cy='83' r='4'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 120'><g fill='none' stroke='rgba(255,255,255,0.11)' stroke-width='1.2'><path d='M22 90 L58 48 L102 58 L132 18 L176 32 L218 72'/><circle cx='22' cy='90' r='4'/><circle cx='58' cy='48' r='4'/><circle cx='102' cy='58' r='4'/><circle cx='132' cy='18' r='4'/><circle cx='176' cy='32' r='4'/><circle cx='218' cy='72' r='4'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 210 92'><g fill='none' stroke='rgba(255,255,255,0.10)' stroke-width='1.2'><path d='M15 70 C60 20, 90 20, 132 52 S180 82,195 30'/><path d='M20 76 H193' opacity='.35'/></g></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 84'><g fill='none' stroke='rgba(255,255,255,0.10)' stroke-width='1.2'><rect x='8' y='10' width='164' height='64' rx='12'/><path d='M26 58 L52 42 L79 48 L108 28 L138 36 L158 21'/></g></svg>");
	opacity: .9;
	pointer-events: none;
}
.search-hero .hero-inner {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin: 0 auto;
}
.search-hero .hero-breadcrumb .crumbnav {
	text-align: center;
}
.search-hero h1 {
	margin: 0;
	color: #fff;
	font-size: 56px;
	line-height: 1.08;
	letter-spacing: -.035em;
	font-weight: 850;
	text-shadow: 0 4px 18px rgba(16, 30, 70, .14);
}
.services-container .search-list-item{
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #e2e2e2;
	font-size: 19px;
}
.hero-iso{
	display: inline-block;
	background: #FF8C00;
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0 0 15px rgba(255, 140, 0, 0.6);
	color: #fff;
	padding: 8px 16px;
	font-weight: 800;
	border-radius: 6px;
	margin-bottom: 15px;
	font-size: 16px;
	letter-spacing: 1px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}
.knowledge-center-content{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.knowledge-center-content-side{
	width: 330px;
	position: sticky;
	top: 90px;
}
.knowledge-center-content-info{
	width: calc(100% - 380px);
}
.knowledge-center-side-overview{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border: 1px solid #4361ee;
}
.knowledge-center-side-title{
	font-size: 19px;
    font-weight: bold;
    padding: 10px 15px;
    background: #4361ee;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    cursor: pointer;
}
.knowledge-center-side-title:after{
	content: '\e973';
	font-family: 'icomoon' !important;
	flex-shrink: 0;
	transition: all .3s;
}
.knowledge-center-side-title.shows:after{
	transform: rotate(180deg);
}
.knowledge-center-side-overview-list{
	width: 100%;
	height: auto;
	max-height: calc(100vh - 300px);
	overflow: auto;
	padding: 25px 15px 10px;
}
.knowledge-center-side-overview-list::-webkit-scrollbar {
    width: 4px;     
    background: #1e1e1e;
}
.knowledge-center-side-overview-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #4361ee;
    width: 4px;     
    height: 4px;
}
.knowledge-center-side-overview-list::-webkit-scrollbar-track {
    background: #fff;
    border: 1px solid #dedede;
}
.knowledge-center-side-overview-list p{
	color: #000;
	cursor: pointer;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.3;
}
.knowledge-center-side-overview-list p:hover{
	color: #4361ee;
}
.knowledge-center-side-overview-list p.shows{
	color: #4361ee;
}
.knowledge-center-side-share{
	margin-bottom: 25px;
	width: 100%;
	height: auto;
}
.knowledge-center-side-share .a2a_share_title{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 17px;
}




@media screen and (min-width:2000px){
.maincon{
	padding: 0px 240px;
}	
}


@media screen and (max-width:1580px){
	

.toper .maincon{
	width: 100%;
	padding: 0px 30px;
}
.maincon{
	padding: 0px 9%;
}
	
}


@media screen and (max-width:1400px){


.innerpage-section2-info .pic{
	width: 450px;
}
.page-banner-info .page-banner-title{
    font-size: 45px;
}
.navs>ul>li{
	margin-left: 20px;
}
.toper .maincon{
	width: 100%;
	padding: 0px 15px;
}
.maincon{
	padding: 0px 5%;
}	
	
}


@media screen and (min-width:1200px){



.navs{
	position: static;
}
.navs ul li ul li ul li ul li ul{
	left: 30%;
	top: 95%;
	box-shadow: 1px 3px 6px #b0b0b0;
	z-index: 33;
}
.navs>ul>li.spread-nav{
	position: static;
}
.navs>ul>li.spread-nav:after{
	content: none;
}
.navs>ul>li.spread-nav>ul{
	width: 1400px;
	max-width: 100%;
	max-height: calc(100vh - 150px);
	overflow-y: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 10px 10px !important;
	top: calc(100% - 11px);
	box-shadow: 0 6px 12px rgba(0,0,0,.18);
	flex-wrap: wrap;
	border-top: none !important;
}
.navs>ul>li.spread-nav ul::-webkit-scrollbar {
        width: 4px;     
       background: #1e1e1e;
    }
.navs>ul>li.spread-nav ul::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #4361ee;
        width: 4px;     
        height: 4px;
    }
.navs>ul>li.spread-nav ul::-webkit-scrollbar-track {
        background: #fff;
        border: 1px solid #dedede;
    }
.navs>ul>li.spread-nav>ul>li{
	width: 33.33%;
    padding: 12px 20px 0px;
    border-bottom: none;
    display: inline-table;
    float: none;
}
.navs>ul>li.spread-nav>ul>li>a{
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
	padding-bottom: 6px;
	max-width: 100%;
}
.navs>ul>li.spread-nav>ul>li>a:hover{
	color: #4361ee;
}
.navs>ul>li.spread-nav>ul>li>span:before{
	content: none;
}
.navs>ul>li.spread-nav>ul>li>ul{
	display: inline-block !important;
	position: static;
	padding-left: 0px;
	padding-top: 5px;
	width: 100%;
	height: auto;
	max-height: 400px;
	overflow-y: auto;
	padding-right: 5px;
	border-top: 1px solid #e0e0e0;
}
.navs>ul>li.spread-nav>ul>li>ul>li{
	padding: 3px 0px;
	border-bottom: none;
}
.navs>ul>li.spread-nav>ul li:hover{
	background: none;
}
.navs>ul>li.spread-nav>ul>li>ul>li a{
	color: #666;
	font-size: 15px;
}
.navs>ul>li.spread-nav>ul>li>ul>li a:hover{
	color: #4361ee;
}
.navs>ul>li.spread-nav>ul>li>ul>li span{
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: middle;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #666;
    float: right;
    margin-top: 9px;
    cursor: pointer;
}
.navs>ul>li.spread-nav>ul>li>ul>li span:before{
	content: none;
}
.navs>ul>li.spread-nav>ul>li>ul>li span.shows{
	color: #4361ee;
}
.navs>ul>li.spread-nav>ul>li>ul>li>ul{
	z-index: 22;
	width: 100%;
	padding: 10px 12px 10px !important;
	position: static;
	background: #f5fcff;
	margin: 10px 0px 10px;
}
.navs>ul>li.spread-nav>ul>li>ul>li>ul>li{
	border-bottom: none;
	padding: 4px 0px;
	float: none;
}
.navs>ul>li.spread-nav>ul>li>ul>li>ul a{
	color: #333;
}
.navs>ul>li.spread-nav>ul>li>ul>li>ul>li>ul{
	position: static;
	box-shadow: none;
	background: none;
}
.navs>ul>li.spread-nav>ul>li>ul>li>ul>li>ul>li{
	float: none;
	border-bottom: none;
	padding: 4px 0px 4px 10px;
}
.navs>ul>li.spread-nav>ul>li>ul>li>ul>li>ul>li>span{
	display: none !important;
}
.navs>ul>li.spread-nav>ul>li>ul>li>ul>li>ul>li>ul{
	display: none !important;
}


.navs>ul>li.spread-nav2>ul>li>ul{
	display: none !important;
}
.navs>ul>li.spread-nav2>ul>li>span{
	display: none !important;
}

}


@media screen and (max-width:1200px){
	

.knowledge-center-content{
	flex-direction: column-reverse;
}
.knowledge-center-content-side{
	width: 100%;
	top: 80px;
	z-index: 3;
}
.knowledge-center-side-overview {
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
.knowledge-center-content-info{
	width: 100%;
	margin-bottom: 40px;
}
.search-hero h1 {
	font-size: 30px;
}
.foot-form p{
	font-size: 16px;
}
.foot-form h2{
	font-size: 22px;
	line-height: 1.4;
}
.case-study-box{
	flex-wrap: wrap;
	justify-content: center;
}
.case-study-box .text{
	width: 100%;
}
.case-study-box .pic{
	width: 500px;
	max-width: 100%;
	margin-top: 30px;
}
.innerpage-box h3{
	font-size: 18px;
}
.innerpage-box .innerpage-section-title h2{
	font-size: 22px;
	line-height: 1.4;
}
.page-title-list{
	width: auto;
	column-gap: 22px;
	border-bottom: none;
}
.page-title-list .list-item{
	flex-grow: 1;
	white-space: nowrap;
}
.page-banner-info .page-banner-title{
    font-size: 35px;
}
.toper-content{
	position: static;
}
.toper-right{
	column-gap: 35px;
}
.sp_nav {
    display: block;
    margin-top: 0px;
}	
.navs {
    width: 100%;
    height: auto;
    position: absolute;
    top: calc(100% - 2px);
    margin-top: 0px;
    right: 0px;
    bottom: auto;
    background: #3753d7;
    padding-top: 0px;
    padding-left: 0px;
    z-index: 99;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    max-height: calc(100vh - 120px);
    overflow: auto;
}
.navs a{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d8d8d8;
    line-height: 50px;
    line-height: 50px;
    display: block;
    margin-left: 0px;
    z-index: 999;
    padding: 0px 20px;
    float: left;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.navs.visible{transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); opacity: 1; visibility: visible;}
.navs>ul{
	width: 100%;
	height: auto;
}
.navs ul li a{
	font-size: 15px;
	line-height: 40px;
    color: #fff;
    display: inline-block;
    width: auto;
    text-align: left;
    border-bottom: none;
    padding: 0px 0px;
    font-weight: normal;
}
.navs ul{
	margin-top: 0px;
}
.navs ul li{
	width: 100%;
    height: auto;
    padding: 0px 0px 0px 15px;
    margin-bottom: 0px;
    position: relative;
    margin-left: 0px;
    line-height: 40px;
    border-bottom: 1px solid #5693ff;
    display: inline-block;
}
.navs ul li:last-child{
    margin-bottom: 0px;
}
.navs>ul>li:last-child{
	border-bottom: 1px solid #5693ff;
    margin-bottom: 0px;
}
.navs ul li img{
	height: 8px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 15px;
    position: absolute;
    right: 20px;
}
.navs ul li ul li img{
	height: 8px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 20px;
    position: absolute;
    right: 20px;
}
.navs ul li img.down{
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-o-transform:rotate(-90deg); 
}
.navs ul li ul{
	display: none;
	padding-left: 10px;
	overflow: hidden;
}
.navs ul li ul li{
	padding: 0px 0px;
}
.navs ul li ul li:last-child{
	border-bottom: none;
}
.navs ul li ul li a{
	line-height: 22px;
	padding: 8px 0px;
	font-weight: normal;
}
.navs>ul>li>ul{
	position: static;
	width: 100%;
	padding-left: 10px;
	background: none;
}
.navs ul li ul li ul{
	position: static;
}
.navs ul li ul li ul {
    position: static;
    width: 100%;
}
.navs>ul>li:hover{
	padding-bottom: 0px;
}
.navs>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul li span{
	float: right;
	margin-right: 15px;
	font-weight: bold;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin-top: 7px;
	line-height: 20px;
}
.navs ul li span::before{
	color: #fff;
    content: "+";
    font-weight: bold;
    position: static !important;
    transform: none !important;
    font-size: 18px !important;
}
.navs ul li span.down::before{
	color: #fff;
    content: "-";
    font-weight: bold;
}
.navs>ul>li:hover {
    background: none;
    border-bottom: 1px solid #5693ff;
}
.navs ul li ul li span::before{
	color: #fff;
	content: "+";
}
.navs ul li ul li span.down::before{
	content: "-";
}
.navs ul li ul li:hover>span::before{
	color: #fff;
}
.navs ul li ul li{
	border-bottom: 1px solid #5693ff;
}
.navs ul li ul li:hover {
    background: none;
    border-bottom: 1px solid #5693ff;
}
.navs>ul>li:after{
	content: none;
}
.navs ul li ul li ul{
	background: none;
	padding-left: 10px;
}
.navs ul li ul li span::before{
	top: 18px;
}
.navs a:hover{
	color: #fff;
}
.navs>ul>li:hover>a{
	color: #fff;
}
.navs ul li ul li:hover>a{
	color: #fff;
}
	
}


@media screen and (max-width:1000px){




.innerpage-section2-info{
	flex-wrap: wrap;
	justify-content: center;
}
.innerpage-section2-info .text{
	width: 100%;
}
.innerpage-section2-info .pic{
	max-width: 100%;
}
.footer .foottitle{
	font-size: 19px;
	margin-bottom: 15px;
}
.foot-contact{
	width: 100%;
}
.foot-nav{
	width: 100%;
	margin-bottom: 15px;
}
.foot-logo{
	width: 100%;
}
.foot-info{
	flex-wrap: wrap;
}
.click-inquiry-form .click-inquiry-form-box{
	padding: 20px 10px 20px;
}
.click-inquiry-form .forms .form_group {
    margin-bottom: 10px;
}
.click-inquiry-form .forms .submit-btn{
	padding: 9px 15px;
    width: 180px;
    font-size: 16px;
}
.side-inquiry {
    width: 45px;
    height: 45px;
}
.case-study-box{
	padding: 40px 15px;
}
.innerpage-section3-list .list-item{
	padding: 30px 10px 15px;
}
.innerpage-section3-list>.row>div{
    width: 100%;
}
.page-banner{
	padding: 50px 0px;
}
.read-btn{
	font-size: 16px;
	padding: 14px 10px;
}
.read-btn2{
	font-size: 16px;
	padding: 14px 10px;
}
.page-banner-list .list-item{
	width: 100%;
}
.page-banner-info .style1{
	font-size: 15px;
}
.page-banner-info .style2{
	font-size: 16px;
}
.page-banner-info .style3{
	font-size: 16px;
}
.page-banner-info .page-banner-title{
    font-size: 25px;
}
.go_top{
	width: 32px;
	height: 32px;
	right: 0px;
}
.maincon{
	padding: 0px 30px;
}	
	
}


@media screen and (max-width:800px){


.sticky-nav-top{
	top: 64px;
}
.foot-form .forms{
    padding: 30px 10px 40px;
}
.page-title-list-box{
	top: 64px;
}
.push{
	margin-top: 65px;
}
.logos img {
    height: 45px;
}
.maincon{
	padding: 0px 15px;
}	
	
}


@media screen and (max-width:600px){






.toper-right {
    column-gap: 25px;
}

}