/* 添加新模板插入样式 */
:root {
    --theme: #02509B;
    ---box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.08);
    --title-color: #02509B;
    --white: #fff;
    --bg-color: #02509B;
}
  
/* 关于我们 */
.about-box {
    padding: 30px 0;
    background: var(--bg-color);
    text-align: center;
}
.about-box h1.arrow {
    color: #FFF;
}

.about-box h1.arrow {
    font-size: 16px;
    text-transform: uppercase;
    color: #353535;
    letter-spacing: 4px;
    font-weight: bold;
}
.bg-xian{
    padding-bottom: 30px;
    background: url(../image/h1-bg.png) no-repeat center bottom;
}
.about-box h1 {
    font-size: 2em;
    margin: 0.67em 0;
    color: #353535;
}
.about-box h6, .about-box p {
    color: white;
}
.about-box p {
    margin: 20px 0 0;
}
.about-box p {
    font-size: 14px;
    font-weight: 100;
    line-height: 28px !important;
}

.about-text h6 {
    font-size: 45px;
    color: #8c8c8c;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 45px;
}
.about-text h6::after {
    content: " ";
    border: solid 1px #CCCCCC;
    display: block;
    width: 65px;
    margin-top: 20px;
}
.about-image {
	height:400px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
    box-shadow: var(---box-shadow);
}
.color-bg {
	background: var(--bg-color);
}

.color-bg a {
    color: #FFE800;
}
.color-bg h6, .color-bg p {
    color: white;
}
.color-bg h6::after{
	border-color: #fff;
}
.color-bg .weight-outline-btn {
    color: white;
    border-color: white;
}
.color-bg .weight-outline-btn:hover {
  background: #FFF;
  color: var(--bg-color);
  border-color: rgba(0, 0, 0, 0);
}
.about-text {
	padding: 35px 50px 25px 50px;
}
.about-text h1 {
	text-transform:uppercase;
	font-size:24px;
	color: #8C8C8C;
}
.color-bg h1.arrow span {
    color: #FFE800;
}
.color-bg h1.arrow {
    color: #FFF;
}
.nopadding {
    padding: 0;
}
.color-bg h6, .color-bg p {
    color: white;
}
.about-text h6::after {
    border-color: #fff;
}
.about-text p {
    font-size: 14px;
    font-weight: 100;
    line-height: 28px !important;
    margin-top: 10px;
}
.color-bg .weight-outline-btn {
    color: white;
    border-color: white;
}
.weight-outline-btn {
    display: inline-block;
    padding: 20px 30px;
    color: #8C8C8C;
    border: solid 1px #8C8C8C;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.weight-outline-btn:hover {
    color:#424242;
	border: solid 1px #424242;
}
.color-bg .weight-outline-btn:hover {
  background: #FFF;
  color: var(--bg-color);
  border-color: rgba(0, 0, 0, 0);
}


/* partners */
.sponsor-section  {
    padding: 10px 30px;
}
/* 当屏幕宽度小于600px时使用 */
/* @media screen and (max-width: 600px) {
    .sponsor-section {
        padding: 10px 30px;
    }
} */

.sponsor-section .section-title {
    text-transform: capitalize;
    color: #1A8DFF;
    font-weight: normal;
    font-size: clamp(16pt,2vw,21pt);
    padding: 20px 0;
}

.sponsor-section .col-4 {
    min-height: 4vw;
    margin-bottom: 10pt;   
}

.sponsor-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: clamp(6px,1vw,10px) solid var(--bg-color);
    box-shadow: 0 3px 6px #DFDFDF, 0 3px 6px #DFDFDF;
   border-radius: 50% 10%;
}

.sponsor-section i {
    color: var(--bg-color);
    font-size: clamp(21pt,3vw,32pt);
}

.sponsor-section .carousel-control-prev i{
    margin-left:-20vw;
}

.sponsor-section .carousel-control-next i {
    margin-right: -20vw;
}

/* NEWS */
/* 当屏幕宽度小于600px时使用 */
@media screen and (max-width: 600px) {
    .new-more  {
        flex-direction: column;
    }
    .new-more .new-1 {
        width: 100%;
        min-height: 220px !important;
    }
    .new-more .new-2 {
        width: 95% !important;
    }
}
.new_title {
    font-size: 24px;
    font-weight: normal;
}
.new-more {
    background-color: #fff;
    display: flex;
    align-items: center;
    min-height: 120px;
    padding-left: 0;
}
.new-more:nth-child(2) {
    background: #F3F3F3;
    border-top: 2px solid #DCDCDC;
    border-bottom: 2px solid #DCDCDC;
}
.new-more .new-1 {
    padding: 0;
    min-height: 120px;
}
.content-mid {
   padding: 30px 0;
   background-color: #f9f9f9;
}
.content-mid .content-mid-top{
	text-align: center;
	padding-bottom: 3em;
}
.content-mid .content-mid-top h3{
    font-size: 45px;
    color: #E49F20;
}
.content-mid .content-mid-top p {
  	color: #8A8A8A;
    font-size: 1em;
    line-height: 1.8em;
	width:65%;
	margin:0 auto;
}
.new-more .six h4{
	color: #DA2A37;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}
.new-more .six h4 span{
	display:block;
    font-size: 20px;
    color:#E49F20;
}
.new-more p {
	color: #8A8A8A;
    font-size: 12px;
    line-height: 12px;
    max-width: 90vh;
    word-wrap: break-word;
}
.new-more .new-at {
    background: #F3F3F3;
    border-top: 2px solid #DCDCDC;
    border-bottom: 2px solid #DCDCDC;
}
.new-more .more1 {
    font-size: 0.95em;
    color: #fff;
    padding: 0.65em 1em;
    background:var(--bg-color);
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.theme-btn::before {
    background-color: #E49F20 !important;
  }
.theme-btn::after {
    background-color: #E49F20 !important;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.new-more .new-3{
	text-align:center;
}
.new-more .img-responsive{
    width: 100%;
    height: 100%;
}
.new-more .new-3 .theme-btn {
    font-weight: 400 !important;
    font-size: 14px;
}

/* contact */
.up-btn {
	width:55px;
	height:55px;
	background: rgba(255, 232, 1, 0.9);
	display:block;
	margin:0 auto;
	color: var(--bg-color);
	font-size:18px;
	line-height:52px;
	text-align:center;
	position:absolute;
	top:-26px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
.up-btn:hover,up-btn:focus {
	color: black;
	background: #FFE800;
}
.contact-details {
	margin:30px 0;
}
.contact-details h2 {
	font-size:20px;
}
.contact-details h2 span {
	display:block;
	color:#545454;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:14px;
	margin-top:15px;
}
.contact-wrap {
	position:relative;
    padding: 30px 0 !important;
}
.contact-wrap h1{
	font-size: 45px !important;
    font-weight: 600;
}
#googlemaps {
	width:100%;
	height:300px;
	left:15px;
	bottom:25px;
}
.contact {
	margin-top:-20px!important;
}
.contact label {
	float:left;
}
.contact .form-control {
	margin-bottom:20px;
	border:1px solid #cbcbcb;
	height:45px;
}
.contact textarea.form-control {
	height: 310px;
}

/* Inputs styles */
.contact .form-control {
	border-radius:0!important;
	;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.contact .form-control:focus {
	-webkit-box-shadow:none;
	box-shadow:none;
	border:1px solid #B0B0B0;
}

.btn-send{
	background:var(--bg-color);
	color: white;
	transition: all 0.4s;
	border-radius: 0;
	float: right;
}

.btn-send:hover{
	background: #FFE800;
	color: var(--bg-color)
}

button,button:focus,button:hover,button:active {
	outline: none!important;
}
.team img {
	margin-bottom:20px;
}
ul.social-buttons {
	list-style:none;
	margin:0;
	padding:0;
}
ul.social-buttons li {
	display:inline-block;
	margin-right:10px;
}
ul.social-buttons li:last-child {
	margin-right:0;
}
.social-btn {
	width:40px;
	height:40px;
	background: var(--bg-color);
	display:inline-block;
	color:#fff;
	font-size:17px;
	line-height:40px;
	text-align:center;
}
.social-btn:hover,.social-btn:focus {
	background: rgba(255, 232, 0, 1);
	color: var(--bg-color);
}
.social {
	margin-top: 25px
}
.dark-box {
	background: #F3F5F8;
	-webkit-box-shadow: 0px 3px 0px 0px var(--bg-color);
	-moz-box-shadow: 0px 3px 0px 0px var(--bg-color);
	box-shadow: 0px 3px 0px 0px var(--bg-color);
	padding: 20px 0;
    margin-bottom: 10px;
}
.dark-box:hover,.dark-box:focus {
	-webkit-box-shadow: 0px 3px 0px 0px #FFE801;
	-moz-box-shadow: 0px 3px 0px 0px #FFE801;
	box-shadow: 0px 3px 0px 0px #FFE801;
}
.box-hover {
	transition:all 500ms ease-in-out;
	-webkit-transition:all 500ms ease-in-out;
	-moz-transition:all 500ms ease-in-out;
	-o-transition:all 500ms ease-in-out;
}
.box-hover:hover,.box-hover:focus {
	transform:translate(0,-15px);
	-webkit-transform:translate(0,-15px);
	-ms-transform:translate(0,-15px);
}
.wrapper {
	height:650px;
}
.nopadding {
	padding:0;
}
.inner {
	padding-top: 138px;
}
.contact-wrap h2::after {
    content: " ";
    border: solid 1px #CCCCCC;
    display: block;
    width: 65px;
    margin: 20px auto;
}
.contact-details h2 {
    font-size: 20px;
}
.contact-wrap h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}
.contact-wrap h2 {
    font-size: 15px;
    color: #353535 !important;
    text-transform: uppercase;
    font-weight: 600;
}


/* 首页计数器 */
.counter_area {
    position: relative;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: var(---box-shadow);
}
.counter_title h2{
    font-size: 48px;
}
.inner_counter_area {
    position: relative;
    margin: 30px;
}
.inner_counter_sub_cont {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.inner_counter_sub_cont h3, .inner_counter_sub_cont span{
    font-size: 50px;
    font-weight: 700;
    color: rgb(2 80 155 / 80%);
}
.inner_counter_area h2 {
    font-size: 12px;
    font-weight: 700;
    margin-top: -5px;
    position: relative;
    color: var(--theme);
    text-transform: uppercase;
    margin-top: 20px;
}

/*联系我们*/
.contact-details p {
    min-height: 90px;
}


/*--------------------------------------------------------------

                  * testimonial-section *

--------------------------------------------------------------*/

.testimonial-section {
    padding-top: 10pt;
    overflow: hidden; /*----No item can exit this section-----*/
}

.testimonial-section .row {   /*-----testimonial section main Row---------*/
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

/*------------Column  left side Title1 (Testimonial)----------------------*/

.testimonial-section .section-title1 { /*-----Section Title1-------------*/
    text-transform: uppercase;  
    color: #1A8DFF;    
    font-weight: normal;
    font-size: clamp(8pt,2vw,10pt);
    text-wrap: pretty;
}

/*------------Column  left side Title2 (What our client say)----------------------*/
.testimonial-section .section-title2 { /*-----section Title2-------------*/
    font-size: 45px;
    text-transform: capitalize;
    color: #000000;
    font-weight: bolder;
    padding-bottom: 1vw;
    text-wrap: pretty;
}

/*------------Column  left side slide change button----------------------*/

.testimonial-section .carousel-item{
    padding: 0 10pt ;
}

.testimonial-section .carousel .carousel-indicators { /*------Slide  Page  ||  where page is selected-----*/
    all: unset;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    list-style: none;
}

.testimonial-section .carousel .carousel-indicators li { /*------Slide  Page  Item || Page selection Button-----*/
    background-color: #0748A7;
    height: clamp(4pt,1vw,8pt);
    width: clamp(4pt,1vw,8pt);
    border-radius: 50%;                  
}


/*------------Column  left side active slide change button----------------------*/
.testimonial-section .carousel .carousel-indicators .active{
    height: clamp(10pt,2vw,13pt);
    width: clamp(10pt,2vw,13pt); 
}

.testimonial-section .quote-wrapper p { /*-------Quote of customer ||  Customer Comments------------*/
    font-size: clamp(8pt,2vw,10pt);
    color: #0c3866;
    text-wrap: balance;
}

/*------------Column  right side----------------------*/

.testimonial-section .img-container {   /*-----right side column|| Colum of circle ||  Clent Image column---------*/
    padding: clamp(30pt,3vw,50pt) 0pt;
}

@media screen and (max-width: 768px) {
    .testimonial-section .img-container {
        width: 100%;
    }
}

.testimonial-section .circle-container {   /*-------------Circle area  ||   Indicate   Cirle boundary that can't be exit---------------*/
    margin: 0px auto;
    width: clamp(280pt,40vw,480pt);
    height: clamp(280pt,40vw,480pt);
    position: relative;          
}

.testimonial-section .circle1 { /*-------Big Circle || Outer Circle---------*/
    height: 100%;
    width: 100%;
    border: 10px solid  rgba(13, 110, 253, 0.25);
    outline: 10px solid var(--theme);
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;
}

.testimonial-section .circle2 { /*-------small Circle || 2nd  Circle---------*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    width: 75%;
    height: 75%;
    border: 10px solid  rgba(13, 110, 253, 0.25);
    border-radius: 50%;
    outline: 10px solid var(--theme);
    animation: circle-rotate 20s linear infinite;
    -webkit-animation: circle-rotate 20s linear infinite;
}

.testimonial-section .img-block { /*----Image Div ||  div that contain image ( client photo )-------*/
    position: absolute;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
}

.testimonial-section .img-block img {/*----Image || Client Photo------*/
    width: clamp(40pt,6vw,60pt);
    height: clamp(40pt,6vw,60pt);
    object-fit: cover;
    border: clamp(3pt,0.3vw,10pt) solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation: Rotate-reverse 20s linear infinite;
    -webkit-animation: Rotate-reverse 20s linear infinite;
}

.testimonial-section .circle-container .active img { /*---client photo that is selected-----*/
    border: clamp(3pt,0.3vw,10pt) solid #00aeff;
}

        /*-----------------------------------------

        Every circle have 4 image (client photo)
            
        -----------------------------------------*/

.testimonial-section .img-block:first-child {  /*---Client-1 Photo for both Circle1 and circle2--------*/
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.testimonial-section .img-block:nth-child(2) { /*---Client-2 Photo for both Circle1 and circle2--------*/
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}
.testimonial-section .img-block:nth-child(3) { /*---Client-3 Photo for both Circle1 and circle2--------*/
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
}
.testimonial-section .img-block:nth-child(4) { /*---Client-4 Photo for both Circle1 and circle2--------*/
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.testimonial-section .img-block:nth-child(5) {
    -webkit-transform: translate(40%, 30%);
}
.testimonial-section .img-block:nth-child(6) {
    -webkit-transform: translate(-40%, 30%);
    right: 0;
}
.testimonial-section .img-block:nth-child(7) {
    -webkit-transform: translate(30%, -40%);
    bottom: 0;
}
.testimonial-section .img-block:nth-child(8) {
    -webkit-transform: translate(-40%, -30%);
    bottom: 0;
    right: 0;
}

.testimonial-section .circle2 .img-block img { /*--Animation for only circle2----*/
    animation: img-rotate 20s linear infinite;
    -webkit-animation: img-rotate 20s linear infinite;
}

/*------------------------------
            Center Circle
-------------------------------*/

.testimonial-section .center-circle {  /*-------Circle take center position------------*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 240px;
    height: 240px;
}

.testimonial-section .center-circle :nth-child(1) { /*-----Center most circle ----------*/
    background: var(--theme);
    border-radius: 50%;
    box-shadow: 0px 3px 7px .7px rgba(0, 0, 0, .5);
    box-sizing: content-box;
    height: 78px;
    width: 78px;
    position: absolute;
    top: 35%;
    left: 35%;
}

.testimonial-section .center-circle :nth-child(1):before {
    content: "";
    background: rgba(0, 0, 0, 0.07);
    position: absolute;
    width: 168px;
    height: 2px;
    left: -60%;
    top: 50%;
    transform: rotate(45deg);
    z-index: -2;
}

.testimonial-section .center-circle :nth-child(2) {
    border: 15px solid;
    border-color: rgba(105, 138, 172, 0.8) rgba(105, 138, 172, 0.8) transparent transparent;
    border-radius: 50%;
    box-sizing: content-box;
    height: 98px;
    width: 98px;
    position: absolute;
    top: 25%;
    left: 25%;
    z-index: -1;
    animation: circle-move 10s ease infinite;
}

.testimonial-section .center-circle :nth-child(3) {
    background: rgba(0,0,0,.017);
    border: 25px solid;
    border-color: #74d2e7 transparent transparent;
    border-radius: 50%;
    box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.65);
    box-sizing: content-box;
    height: 90px;
    width: 90px;
    position: absolute;
    top: 22%;
    left: 22%;
    z-index: -2;
    animation: circle-move 14s ease infinite;
}

.testimonial-section .center-circle :nth-child(4) {
    background: rgba(0,0,0,.012);
    border: 2px solid;
    border-color: #0085ad transparent;
    border-radius: 50%;
    box-sizing: content-box;
    height: 168px;
    width: 168px;
    position: absolute;
    z-index: -3;
    top: 15%;
    left: 15%;
    animation: circle-move 15s ease infinite;
}

/* This is the thin line to centre */
.testimonial-section .center-circle :nth-child(5):before {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 220px;
    height: 2px;
    left: 0%;
    top: 50%;
    transform: rotate(-45deg);
    z-index: -2;
}

.testimonial-section .center-circle :nth-child(5) {
    background: rgba(0,0,0,.012);
    border: 10px solid;
    border-color: #146eb4 #8aa4be;
    border-radius: 50%;
    box-sizing: content-box;
    height: 220px;
    width: 220px;
    position: absolute;
    z-index: -3;
    top: 1%;
    left: 1%;
    animation: circle-spin 10s ease infinite;
}

.testimonial-section .center-circle :nth-child(6) {
    background: rgba(0,0,0,.012);
    border: 4px dotted;
    border-color: #2c3e50 #8aa4be;
    border-radius: 50%;
    box-sizing: content-box;
    height: 203px;
    width: 203px;
    position: absolute;
    z-index: -3;
    top: 7%;
    left: 7%;
    animation: circle-spin 15s linear infinite;
}

.testimonial-section .center-circle :nth-child(7) {
    background: rgba(0,0,0,.012);
    border: 1px none;
    border-radius: 50%;
    box-sizing: content-box;
    height: 249px;
    width: 249px;
    position: absolute;
    z-index: -3;
    top: -1%;
    left: -1%;
    box-shadow: 0px 10px 20px 0.7px rgba(0, 0, 0, 0.4);
}