.sideCarousel.banner-carousel ul.carousel-content > li:first-child {
    opacity: 0;
    position: relative;
    z-index: -1;
    height: auto;
    width: 100%;
}

.sideCarousel.banner-carousel ul.scroll {
    bottom: 5px;
    display: none;
}

.sideCarousel.banner-carousel ul.scroll > li {
    --color: var(--black-color);
    border: 1px solid var(--color);
}

.sideCarousel.banner-carousel ul.scroll > li:hover {
    --color: var(--light-purple-color);
}

.sideCarousel {
    margin-top: 20px;
    overflow: hidden;
    border-radius: 6px;
}

.sideCarousel .operate {
    z-index: 1;
    --borderColor: var(--blue-color);
}

.sideCarousel .operate.left {
    left: 0;
}

.sideCarousel .operate.right {
    right: 0;
}

.sideCarousel .operate span {
    color: var(--blue-color);
}

.sideCarousel ul.carousel-content {
    position: relative;
    width: calc(100% - 200px);
    margin: auto;
    overflow: hidden;
    height: auto;
}

.sideCarousel ul.carousel-content > li .carousel-contentMess {
    background: var(--white-color);
    position: relative;
    padding: 1rem 0;
}

.sideCarousel ul.carousel-content > li .carousel-contentMess > div {
    position: relative;
    height: 100%;
}

.sideCarousel ul.carousel-content > li {
    flex-direction: column;
}

.sideCarousel ul.carousel-content > li .imgData {
    height: 100%;
    position: relative;
    background: var(--imgSrc) no-repeat;
    width: 100%;
    background-size: cover;
}

.newFont {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

/*************************************bannerCarousel**************************************/
/*********************************************simplyAnimate**************************************************/
.simplyAnimateTop {
    -webkit-animation: simplyRunTop ease-in-out 1.2s forwards;
    animation: simplyRunTop 2s ease-in-out forwards;
}

@keyframes simplyRunTop {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes simplyRunTop {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.simplyAnimateRight {
    -webkit-animation: simplyRunRight ease-in-out 1.2s forwards;
    animation: simplyRunRight 2s ease-in-out forwards;
}

@keyframes simplyRunRight {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes simplyRunRight {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.simplyAnimateLeft {
    -webkit-animation: simplyRunLeft ease-in-out 1.2s forwards;
    animation: simplyRunLeft 2s ease-in-out forwards;
}

@keyframes simplyRunLeft {
    0% {
        opacity: 0;
        transform: translateX(20%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes simplyRunLeft {
    0% {
        opacity: 0;
        transform: translateX(20%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes wordEffectLeft {
    0% {
        /*  opacity: 0;*/
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes wordEffectLeft {
    0% {
        /*        opacity: 0;*/
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.wordEffect {
    position: relative;
}

.wordEffect span {
    position: relative;
    display: inline-block;
}

.wordEffect span:nth-child(1) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.05s forwards;
    animation: wordEffectLeft 0.2s linear 0.05s forwards;
}

.wordEffect span:nth-child(2) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.1s forwards;
    animation: wordEffectLeft 0.2s linear 0.1s forwards;
}

.wordEffect span:nth-child(3) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.15s forwards;
    animation: wordEffectLeft 0.2s linear 0.15s forwards;
}

.wordEffect span:nth-child(4) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.2s forwards;
    animation: wordEffectLeft 0.2s linear 0.2s forwards;
}

.wordEffect span:nth-child(5) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.25s forwards;
    animation: wordEffectLeft 0.2s linear 0.25s forwards;
}

.wordEffect span:nth-child(6) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.3s forwards;
    animation: wordEffectLeft 0.2s linear 0.3s forwards;
}

.wordEffect span:nth-child(7) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.35s forwards;
    animation: wordEffectLeft 0.2s linear 0.35s forwards;
}

.wordEffect span:nth-child(8) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.4s forwards;
    animation: wordEffectLeft 0.2s linear 0.4s forwards;
}

.wordEffect span:nth-child(9) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.45s forwards;
    animation: wordEffectLeft 0.2s linear 0.45s forwards;
}

.wordEffect span:nth-child(10) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.5s forwards;
    animation: wordEffectLeft 0.2s linear 0.5s forwards;
}

.wordEffect span:nth-child(11) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.55s forwards;
    animation: wordEffectLeft 0.2s linear 0.55s forwards;
}

.wordEffect span:nth-child(12) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.6s forwards;
    animation: wordEffectLeft 0.2s linear 0.6s forwards;
}

.wordEffect span:nth-child(13) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.65s forwards;
    animation: wordEffectLeft 0.2s linear 0.65s forwards;
}

.wordEffect span:nth-child(14) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.7s forwards;
    animation: wordEffectLeft 0.2s linear 0.7s forwards;
}

.wordEffect span:nth-child(15) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.75s forwards;
    animation: wordEffectLeft 0.2s linear 0.75s forwards;
}

.wordEffect span:nth-child(16) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.8s forwards;
    animation: wordEffectLeft 0.2s linear 0.8s forwards;
}

.wordEffect span:nth-child(17) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.85s forwards;
    animation: wordEffectLeft 0.2s linear 0.85s forwards;
}

.wordEffect span:nth-child(18) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.9s forwards;
    animation: wordEffectLeft 0.2s linear 0.9s forwards;
}

.wordEffect span:nth-child(19) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.95s forwards;
    animation: wordEffectLeft 0.2s linear 0.95s forwards;
}

.wordEffect span:nth-child(20) {
    -webkit-animation: wordEffectLeft 0.2s linear 1s forwards;
    animation: wordEffectLeft 0.2s linear 1s forwards;
}

.wordEffect span:nth-child(21) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.05s forwards;
    animation: wordEffectLeft 0.2s linear 1.05s forwards;
}

.wordEffect span:nth-child(22) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.1s forwards;
    animation: wordEffectLeft 0.2s linear 1.1s forwards;
}

.wordEffect span:nth-child(23) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.15s forwards;
    animation: wordEffectLeft 0.2s linear 1.15s forwards;
}

.wordEffect span:nth-child(24) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.2s forwards;
    animation: wordEffectLeft 0.2s linear 1.2s forwards;
}

.wordEffect span:nth-child(25) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.25s forwards;
    animation: wordEffectLeft 0.2s linear 1.25s forwards;
}

.wordEffect span:nth-child(26) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.3s forwards;
    animation: wordEffectLeft 0.2s linear 1.3s forwards;
}

.wordEffect span:nth-child(27) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.35s forwards;
    animation: wordEffectLeft 0.2s linear 1.35s forwards;
}

.wordEffect span:nth-child(28) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.4s forwards;
    animation: wordEffectLeft 0.2s linear 1.4s forwards;
}

.wordEffect span:nth-child(29) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.45s forwards;
    animation: wordEffectLeft 0.2s linear 1.45s forwards;
}

.wordEffect span:nth-child(30) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.5s forwards;
    animation: wordEffectLeft 0.2s linear 1.5s forwards;
}

.wordEffect span:nth-child(31) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.55s forwards;
    animation: wordEffectLeft 0.2s linear 1.55s forwards;
}

.wordEffect span:nth-child(32) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.6s forwards;
    animation: wordEffectLeft 0.2s linear 1.6s forwards;
}

.wordEffect span:nth-child(33) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.65s forwards;
    animation: wordEffectLeft 0.2s linear 1.65s forwards;
}

.wordEffect span:nth-child(34) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.7s forwards;
    animation: wordEffectLeft 0.2s linear 1.7s forwards;
}

.wordEffect span:nth-child(35) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.75s forwards;
    animation: wordEffectLeft 0.2s linear 1.75s forwards;
}

.wordEffect span:nth-child(36) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.8s forwards;
    animation: wordEffectLeft 0.2s linear 1.8s forwards;
}

.wordEffect span:nth-child(37) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.85s forwards;
    animation: wordEffectLeft 0.2s linear 1.85s forwards;
}

.wordEffect span:nth-child(38) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.9s forwards;
    animation: wordEffectLeft 0.2s linear 1.9s forwards;
}

.wordEffect span:nth-child(39) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.95s forwards;
    animation: wordEffectLeft 0.2s linear 1.95s forwards;
}

.wordEffect span:nth-child(40) {
    -webkit-animation: wordEffectLeft 0.2s linear 2s forwards;
    animation: wordEffectLeft 0.2s linear 2s forwards;
}

.wordEffect span:nth-child(41) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.05s forwards;
    animation: wordEffectLeft 0.2s linear 2.05s forwards;
}

.wordEffect span:nth-child(42) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.1s forwards;
    animation: wordEffectLeft 0.2s linear 2.1s forwards;
}

.wordEffect span:nth-child(43) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.15s forwards;
    animation: wordEffectLeft 0.2s linear 2.15s forwards;
}

.wordEffect span:nth-child(44) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.2s forwards;
    animation: wordEffectLeft 0.2s linear 2.2s forwards;
}

.wordEffect span:nth-child(45) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.25s forwards;
    animation: wordEffectLeft 0.2s linear 2.25s forwards;
}

.wordEffect span:nth-child(46) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.3s forwards;
    animation: wordEffectLeft 0.2s linear 2.3s forwards;
}

.wordEffect span:nth-child(47) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.35s forwards;
    animation: wordEffectLeft 0.2s linear 2.35s forwards;
}

.wordEffect span:nth-child(48) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.4s forwards;
    animation: wordEffectLeft 0.2s linear 2.4s forwards;
}

.wordEffect span:nth-child(49) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.45s forwards;
    animation: wordEffectLeft 0.2s linear 2.45s forwards;
}

.wordEffect span:nth-child(50) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.5s forwards;
    animation: wordEffectLeft 0.2s linear 2.5s forwards;
}

.wordEffect span:nth-child(51) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.55s forwards;
    animation: wordEffectLeft 0.2s linear 2.55s forwards;
}

.wordEffect span:nth-child(52) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.6s forwards;
    animation: wordEffectLeft 0.2s linear 2.6s forwards;
}

.wordEffect span:nth-child(53) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.65s forwards;
    animation: wordEffectLeft 0.2s linear 2.65s forwards;
}

.wordEffect span:nth-child(54) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.7s forwards;
    animation: wordEffectLeft 0.2s linear 2.7s forwards;
}

.wordEffect span:nth-child(55) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.75s forwards;
    animation: wordEffectLeft 0.2s linear 2.75s forwards;
}

.wordEffect span:nth-child(56) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.8s forwards;
    animation: wordEffectLeft 0.2s linear 2.8s forwards;
}

.wordEffect span:nth-child(57) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.85s forwards;
    animation: wordEffectLeft 0.2s linear 2.85s forwards;
}

.wordEffect span:nth-child(58) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.9s forwards;
    animation: wordEffectLeft 0.2s linear 2.9s forwards;
}

.wordEffect span:nth-child(59) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.95s forwards;
    animation: wordEffectLeft 0.2s linear 2.95s forwards;
}

.wordEffect span:nth-child(60) {
    -webkit-animation: wordEffectLeft 0.2s linear 3s forwards;
    animation: wordEffectLeft 0.2s linear 3s forwards;
}

/*********************************************simplyAnimate**************************************************/
.main-first {
    position: relative;
}

.main-first .dataImg {
    margin: 0;
}

.main-first .dataImg img {
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 1px 2px 1rem 0.5rem rgba(38, 38, 38, 0);
    justify-self: flex-end;
    border-radius: 4px;
    /*  border: 6px solid rgba(241, 241, 241, 0.1);
     background-color: #F0F0F0; */
}

.main-first .dataImg h2 {
    text-align: left;
}

.main-first .dataImg p {
    text-align: left;
}

.main-first .dataImg .new-btn {
    display: block;
    padding: 0.5rem 2rem;
    margin-top: 2rem;
}

@media screen and (min-width: 769px) {
    .main-first .dataImg {
        grid-template-columns: 55% 42%;
        overflow: hidden;
        align-items: center;
    }
}

.main-second {
    position: relative;
}

.main-second .third-list {
    height: 100%;
    padding: 2rem;
}

.main-second .third-list li p.title {
    font-size: calc(1.2 * var(--font-size));
    font-weight: bold;
    padding: 1rem;
    text-align: center;
    width: auto !important;
    margin: 0;
}

.third-list {
    position: relative;
    width: 100%;
    --grid: 31%;
}

.third-list > li {
    position: relative;
    border: 2px solid var(--blue-color);
    border-radius: 1em;
    padding: 2em;
    margin-bottom: 2em;
}

.third-list > li p {
    font-size: 1em;
    line-height: 1.1em;
    margin: 0;
    text-align: center;
}

.third-list > li > a {
    color: var(--black-color);
    transition: all ease-in-out 0.4s;
    padding: 1.5em 1em;
}

.third-list > li > a .imgItem {
    position: relative;
    width: 100%;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.third-list > li > a .imgItem img {
    position: relative;
    display: block;
    width: 4em;
}

.third-list > li > a > .title {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1rem;
    text-align: center;
    width: auto !important;
}

.third-list > li > a:hover {
    color: var(--yellow-color);
}

@media screen and (min-width: 769px) {
    .third-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, var(--grid));
        justify-content: space-between;
    }
}

.main-third {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-third h2 {
    margin-top: 0;
}

.imgList {
    position: relative;
    --grid: 32%;
    width: 100%;
    margin: 1em 0;
}

.imgList > li {
    position: relative;
    margin-top: 1rem;
}

.imgList > li > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
    padding: 1rem;
    border-radius: 4px;
    overflow: hidden;
    --scal: 1;
}

.imgList > li > a .img {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 4px;
    overflow: hidden;
}

.imgList > li > a .img img {
    vertical-align: top;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
    transform: scale3d(var(--scal), var(--scal), 1);
}

.imgList > li > a .mess {
    position: absolute;
    width: calc(100% - 2em);
    background-color: rgba(68, 114, 196, 0.7);
    color: var(--white-color);
}

.imgList > li > a .mess p {
    text-align: center;
}

.imgList > li > a:hover {
    --scal: 1.1;
}

@media screen and (min-width: 769px) {
    .imgList {
        display: grid;
        grid-template-columns: repeat(auto-fill, var(--grid));
        justify-content: space-between;
    }
}

.back-layout {
    position: relative;
    width: 100%;
    background-color: rgba(121, 121, 121, 0.1);
    padding: 1em 2em;
}

.main-five {
    position: relative;
    box-shadow: 1px 0 20px rgba(121, 121, 121, 0.1);
}

.main-five h2 {
    margin-top: 0;
}

.main-five iframe {
    position: relative;
    height: 100%;
    margin: 10px 0;
}

.main-five .inquiry-form {
    padding: 0;
}

.main-five .dataImg > div {
    padding: 5px;
}

.main-five .dataImg img {
    box-shadow: none;
}
.maintitle{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.maintitle .style1{
	font-weight: bold;
	padding: 0px 0px 0px 19px;
	margin-bottom: 5px;
	position: relative;
	color: #1d4ed8;
}
.maintitle .style1:before{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 3px;
	background: #ff7a00;
	position: absolute;
	left: 0px;
	top: 9px;
}
.maintitle .style2{
	margin-top: 5px;
	color: #5b6b84;
}
.maintitle .titles{
	margin: 0px;
}
.titles{
	font-size: 35px;
	line-height: 1.2;
	color: #0b1f3b;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.mainsection1{
	width: 100%;
	height: auto;
	background-image: url(../images/main-banner2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	position: relative;
    padding: 90px 0px;    
}
.mainsection1:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: .5;
	background:
        radial-gradient(900px 520px at 15% 20%, rgba(255,122,0,.12), transparent 55%),
        radial-gradient(900px 520px at 80% 20%, rgba(29,78,216,.22), transparent 55%),
        linear-gradient(135deg, rgba(11,31,59,.96), rgba(29,78,216,.78));
}
.mainsection1-info{
	width: 900px;
	max-width: 100%;
	position: relative;
	z-index: 3;
}
.mainsection1-info p{
	color: rgba(255,255,255,.84);
}
.mainsection1-info .info-title{
	color: #fff;
	font-size: 50px;
	line-height: 1.2;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}
.mainsection1-info .style1{
	font-weight: bold;
	padding: 0px 0px 0px 19px;
	margin-bottom: 10px;
	position: relative;
}
.mainsection1-info .style1:before{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 3px;
	background: #ff7a00;
	position: absolute;
	left: 0px;
	top: 9px;
}
.mainsection1-info .style2{
	margin-bottom: 10px;
}
.mainsection1-info ul li{
	color: rgba(255,255,255,.84);
	padding-left: 24px;
	position: relative;
}
.mainsection1-info ul li:before{
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/arrow1.svg) no-repeat center center/contain;
	position: absolute;
	left: 0px;
	top: 6px;
}
.mainsection1-info .info-btn{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 20px;
	margin-top: 20px;
}
.mainsection1-info .info-btn a{
	column-gap: 20px;
	margin-top: 10px;
}
.mainsection2{
	width: 100%;
	height: auto;
    background: #fff;
    border-bottom: 1px solid #e6ecf5;
    padding: 25px 0 15px; 
}
.mainsection2-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	align-items: center;
}
.mainsection2-list .list-item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 9px 14px;
	border-radius: 999px;
	border: 1px solid #e6ecf5;
	background: #fff;
	color: #5b6b84;
	margin-bottom: 10px;
}
.mainsection2-list .list-item span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(29, 78, 216, .90);
	display: inline-block;
	box-shadow: 0 0 0 3px rgba(29, 78, 216, .12);
}
.mainsection2-list .list-item p{
	padding: 0px;
	line-height: 1.3;
}
.mainsection3{
	width: 100%;
	height: auto;
    background: #f5f8ff;
    padding: 80px 0px; 
}
.mainsection3-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 30px;
}
.mainsection3-list .list-item{
	width: calc(33.33% - 20px);
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #e6ecf5;
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(16,24,40,.06);
	transition: all .3s;
	overflow: hidden;
}
.mainsection3-list .list-item:hover{
	transform: translateY(-2px);
    border-color: rgba(29,78,216,.22);
    box-shadow: 0 14px 34px rgba(16,24,40,.08);
}
.mainsection3-list .list-item .pic{
	width: 100%;
	padding-bottom: 65%;
	overflow: hidden;
	position: relative;
}
.mainsection3-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.mainsection3-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.mainsection3-list .list-item .text{
	width: 100%;
	height: auto;
	padding: 20px 15px 20px;
}
.mainsection3-list .list-item .text h3{
	margin: 0px 0px 15px;
	font-size: 18px;
	color: #0b1f3b;
	line-height: 1.2;
}
.mainsection3-list .list-item:hover .text h3{
	color: #1d4ed8;
}
.mainsection3-list .list-item .text .style1{
	color: #5b6b84;
	line-height: 1.4;
	margin-bottom: 15px;
	padding: 0px;
}
.mainsection3-list .list-item .text .text-list{
	display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    margin-bottom: 5px;
}
.mainsection3-list .list-item .text .text-list span {
    font-size: 15px;
    line-height: 1.3;
    color: rgba(29,78,216,.92);
    background: rgba(29,78,216,.06);
    border: 1px solid rgba(29,78,216,.12);
    padding: 6px 8px;
    border-radius: 6px;
    margin-bottom: 5px;
}
.mainsection3-list .list-item .text .card-cta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    color: #1d4ed8;
    font-weight: bold;
    font-size:16px;
    column-gap: 10px;
}
.mainsection3-list .list-item .text .card-cta span:last-child {
    color: #5b6b84;
    opacity: .75;
    font-weight: bold;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}
.mainsection3-list .list-item:hover .text .card-cta span:last-child {
    color: #1d4ed8;
}
.mainsection3-btn{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 15px;
}
.mainsection3-btn a{
	margin-top: 10px;
	font-size: 17px;
}
.mainsection4{
	width: 100%;
	height: auto;
    padding: 80px 0px 50px; 
}
.mainsection4-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainsection4-list .list-item{
	width: calc(50% - 15px);
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #e6ecf5;
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(16,24,40,.06);
	transition: all .3s;
	overflow: hidden;
	padding: 20px;
}
.mainsection4-list .list-item:hover{
	transform: translateY(-2px);
    border-color: rgba(29,78,216,.22);
    box-shadow: 0 14px 34px rgba(16,24,40,.08);
}
.mainsection4-list .list-item .list-icon{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 15px;
	column-gap: 15px;
}
.mainsection4-list .list-item .list-icon .icon{
	width: 42px;
    height: 42px;
    border-radius:6px;
    background: rgba(29,78,216,.08);
    border: 1px solid rgba(29,78,216,.14);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 6px;
}
.mainsection4-list .list-item h3{
	margin: 0px;
	font-size: 18px;
	color: #0b1f3b;
	line-height: 1.2;
}
.mainsection4-list .list-item:hover h3{
	color: #1d4ed8;
}
.mainsection4-list .list-item .style1{
	color: #5b6b84;
	line-height: 1.4;
	margin-bottom: 20px;
	padding: 0px;
}
.mainsection4-list .list-item .text-list{
	display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    margin-bottom: 5px;
}
.mainsection4-list .list-item .text-list span {
    font-size: 15px;
    line-height: 1.3;
    color: rgba(29,78,216,.92);
    background: rgba(29,78,216,.06);
    border: 1px solid rgba(29,78,216,.12);
    padding: 6px 8px;
    border-radius: 6px;
    margin-bottom: 5px;
}
.mainsection4-list .list-item .card-cta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    color: #1d4ed8;
    font-weight: bold;
    font-size:16px;
    column-gap: 10px;
}
.mainsection4-list .list-item .card-cta span:last-child {
    color: #5b6b84;
    opacity: .75;
    font-weight: bold;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}
.mainsection4-list .list-item:hover .card-cta span:last-child {
    color: #1d4ed8;
}
.mainsection5{
	width: 100%;
	height: auto;
    padding: 80px 0px 55px; 
}
.mainsection5-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 25px;
}
.mainsection5-list .list-item{
	width: calc(25% - 18.75px);
	margin-bottom: 25px;
	background: #fff;
	border: 1px solid #e6ecf5;
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(16,24,40,.06);
	transition: all .3s;
	overflow: hidden;
}
.mainsection5-list .list-item:hover{
	transform: translateY(-2px);
    border-color: rgba(29,78,216,.22);
    box-shadow: 0 14px 34px rgba(16,24,40,.08);
}
.mainsection5-list .list-item .pic{
	width: 100%;
	padding-bottom: 65%;
	overflow: hidden;
	position: relative;
}
.mainsection5-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
	padding: 15px;
}
.mainsection5-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.mainsection5-list .list-item .text{
	width: 100%;
	height: auto;
	padding: 20px 15px 20px;
}
.mainsection5-list .list-item .text h3{
	margin: 0px 0px 15px;
	font-size: 18px;
	color: #0b1f3b;
	line-height: 1.2;
}
/*.mainsection5-list .list-item:hover .text h3{
	color: #1d4ed8;
}*/
.mainsection5-list .list-item .text .style1{
	color: #5b6b84;
	line-height: 1.4;
	margin-bottom: 0px;
	padding: 0px;
}
.mainsection6{
	width: 100%;
	height: auto;
    background: #f5f8ff;
    padding: 80px 0px; 
}
.mainsection6-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.mainsection6-info .info-style1{
	width: 49%;
	margin-bottom: 25px;
	background: #fff;
	border: 1px solid #e6ecf5;
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(16,24,40,.06);
	transition: all .3s;
	overflow: hidden;
}
.mainsection6-info .info-style1:hover{
	transform: translateY(-2px);
    border-color: rgba(29,78,216,.22);
    box-shadow: 0 14px 34px rgba(16,24,40,.08);
}
.mainsection6-info .info-style1 .pic{
	width: 100%;
	padding-bottom: 50%;
	overflow: hidden;
	position: relative;
}
.mainsection6-info .info-style1 .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.mainsection6-info .info-style1:hover .pic img{
	transform: scale(1.1); 
}
.mainsection6-info .info-style1 .text{
	width: 100%;
	height: auto;
	padding: 20px 15px 20px;
}
.mainsection6-info h3{
	margin: 0px 0px 15px;
	font-size: 18px;
	color: #0b1f3b;
	line-height: 1.2;
}
.mainsection6-info .style1{
	color: #5b6b84;
	line-height: 1.4;
	margin-bottom: 15px;
	padding: 0px;
}
.mainsection6-info ul{
	padding-left: 19px;
}
.mainsection6-info ul li{
	color: #5b6b84;
	line-height: 1.4;
	list-style: disc;
	margin-bottom: 5px;
}
.mainsection6-info .text-list{
	display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    margin-bottom: 5px;
}
.mainsection6-info span {
    font-size: 15px;
    line-height: 1.3;
    color: rgba(29,78,216,.92);
    background: rgba(29,78,216,.06);
    border: 1px solid rgba(29,78,216,.12);
    padding: 6px 8px;
    border-radius: 6px;
    margin-bottom: 5px;
}
.mainsection6-info .info-style1 .text .text-btn a{
	margin-top: 12px;
}
.mainsection6-info .info-style2{
	width: 49%;
	margin-bottom: 25px;
	background: #fff;
	border: 1px solid #e6ecf5;
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(16,24,40,.06);
	transition: all .3s;
	overflow: hidden;
	padding: 20px 15px 20px;
}
.mainsection6-info .info-style2:hover{
	transform: translateY(-2px);
    border-color: rgba(29,78,216,.22);
    box-shadow: 0 14px 34px rgba(16,24,40,.08);
}
.mainsection6-info .info-style2 .text .text-btn{
	column-gap: 15px;
	display: flex;
	flex-wrap: wrap;
}
.mainsection6-info .info-style2 .text .text-btn a{
	margin-top: 12px;
}
.mainsection6-info .info-style2 .text:last-child{
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #ebebeb;
}
.mainsection7{
	width: 100%;
	height: auto;
    padding: 80px 0px; 
}
.mainsection7-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.mainsection7-info .info-text{
	width: 49%;
	background: #f5f8ff;
	border: 1px solid rgba(29,78,216,.10);
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(16,24,40,.06);
	transition: all .3s;
	overflow: hidden;
	padding: 30px 15px 15px;
}
.mainsection7-info .info-form{
	width: 49%;
	background: #fff;
	border: 1px solid rgba(29,78,216,.10);
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(16,24,40,.06);
	transition: all .3s;
	overflow: hidden;
	padding: 30px 15px;
}
.mainsection7-info .info-text p{
	color: #5b6b84;
	line-height: 1.4;
	margin-bottom: 15px;
	padding: 0px;
}
.mainsection7-info .info-text h3{
	margin: 0px 0px 15px;
	font-size: 18px;
	color: #0b1f3b;
	line-height: 1.2;
}
.mainsection7-info .info-text ul{
	padding-left: 19px;
	margin-bottom: 15px;
}
.mainsection7-info .info-text ul li{
	color: #5b6b84;
	line-height: 1.4;
	list-style: disc;
	margin-bottom: 5px;
}
.mainsection7-info .info-form label{
	margin-bottom: 5px;
	font-size: 16px;
	color: #000;
	margin-left: 0px;
	display: block;
	font-weight: bold;
}
.mainsection7-info .info-form .form_control {
    width: 100%;
    height: 48px;
    border: 1px solid rgba(29,78,216,.10);
    padding: 0px 10px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
    box-shadow: none;
    border-radius: 6px;
    outline: none;
    background: #fff;
    font-family: "MontserratAlternatesLight", "lato", sans-serif;
}
.mainsection7-info .info-form .form_group{
	margin-bottom: 15px;
}
.mainsection7-info .info-form textarea.form_control{
	height: 100px;
	padding: 12px 10px 5px;
	line-height: 22px;
	display: inherit;
}
.mainsection7-info .info-form .form_button{
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
	column-gap: 20px;
	padding-top: 5px;
}
.mainsection7-info .info-form .submit-btn{
	display: inline-block;
	padding: 6px 25px;
	background: #ff7a00;
	border: none;
	box-shadow: none;
	outline: none;
	color: #fff;
	border-radius: 6px;
	font-weight: bold;
	font-size: 16px;
	font-family: "MontserratAlternatesLight", "lato", sans-serif;
	cursor: pointer;
}
.mainsection7-info .info-form .submit-btn:hover{
	background: #1d4ed8;
	color: #fff;
}




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



.titles{
	font-size: 30px;
}
.mainsection1-info .info-title{
	font-size: 40px;
}
	
}


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


.titles{
	font-size: 25px;
}
.mainsection1-info .info-title{
	font-size: 30px;
}
	
}

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



.mainsection7-info{
	flex-wrap: wrap;
}
.mainsection7-info .info-text{
	width: 100%;
	margin-bottom: 30px;
}
.mainsection7-info .info-form{
	width: 100%;
}
.mainsection6-info{
	flex-wrap: wrap;
}
.mainsection6-info .info-style1{
	width: 100%;
	margin-bottom: 40px;
}
.mainsection6-info .info-style2{
	width: 100%;
}
.mainsection5-list{
	column-gap: 2%;
}
.mainsection5-list .list-item{
	width: 49%;
}
.mainsection3-list{
	column-gap: 2%;
}
.mainsection3-list .list-item{
	width: 49%;
}
	
}

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



.mainsection4-list .list-item{
	width: 100%;
	padding: 20px 15px;
}
.titles{
	font-size: 22px;
}
.search-platform #top-search-type{
	display: none;
}
.mainsection1-info .info-title{
	font-size: 23px;
}
	
}

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


.mainsection5-list .list-item{
	width: 100%;
}
.mainsection3-list .list-item{
	width: 100%;
}
	
}