.tkWrp {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
@media screen and (min-width: 1200px) {
    .tkWrp {
        max-width: 1140px;
    }
}
@media screen and (min-width: 1300px) {
    .tkWrp {
        max-width: 1260px;
    }
}
@media screen and (min-width: 1400px) {
    .tkWrp {
        max-width: 1320px;
    }
}
@media screen and (min-width: 1500px) {
    .tkWrp {
        max-width: 1440px;
    }
}
/* About 1*/
.about1 {
    padding: 80px 0;
    overflow: hidden;
}
.abt1mn {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.abt1div1 {
    flex: 0 1 48%;
    width: 48%;
    max-width: 795px;
}
.abt1div2 {
    flex: 0 1 48%;
    width: 48%;
    position: relative;
    text-align: right;
}
.abt1hd {
    font-size: 16px;
    line-height: 20px;
    color: #0b406c;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.abt1h1 {
    font-size: 36px;
    line-height: 40px;
    color: #ff671e;
    font-weight: 700;
    margin-bottom: 10px;
}
.abt1h2 {
    font-size: 26px;
    line-height: 32px;
    color: #15416e;
    font-weight: 700;
    margin-bottom: 10px;
}
.abt1p {
    color: #1b1b1b;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}
.abt1p:last-child {
    margin-bottom: 0;
}
.abt1p strong {
    color: #000;
    font-weight: 600;
}
.abtdvimg {
    width: 100%;
    height: auto;
    max-width: 600px;
}
.about-pattern {
    position: absolute;
    right: -130px;
    top: -90px;
    width: 745px;
    height: 732px;
    z-index: -1;
    background-repeat: no-repeat;
    animation-name: rotateme;
    animation-duration: 35s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 35s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
@keyframes rotateme {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}
@media screen and (max-width: 1300px) {
    .abt1h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .abt1p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .abt1h2 {
        font-size: 26px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1099px) {
	.about1 {
		padding: 40px 0 80px;
	}
	.about-pattern {
		top: -140px;
	}
}
@media screen and (max-width: 991px) {
    .about-pattern {
        display: none;
    }
    .abt1div1,
    .abt1div2 {
        flex: 100%;
        width: 100%;
    }
    .about1 {
        padding: 40px 0;
        text-align: center;
    }
    .abt1p {
        margin-bottom: 10px;
    }
    .abt1mn {
        gap: 15px;
    }
    .abt1div2 {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .abt1h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .abt1h2 {
        font-size: 22px;
        line-height: 26px;
    }
}
/* About 2*/
.about2 {
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.about2:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 96, 255, 0.7);
    z-index: -1;
}
.abt2mn {
    position: relative;
    display: flex;
    gap: 90px;
    align-items: inherit;
}
.abt2div1 {
    overflow: hidden;
    border: 15px solid #ffffff;
    border-top: 0;
    border-radius: 0px 0px 250px 250px;
    flex: 0 1 30%;
    width: 30%;
}
.abt2div2 {
    padding-top: 60px;
    flex: 0 1 59%;
    width: 59%;
}
.abt2crcl {
	background-size: 80%;
    z-index: -1;
    position: absolute;
  	left: -56px;
  	bottom: -194px;
    width: 650px;
    height: 650px;
    background-repeat: no-repeat;
    animation-name: zoom-fade;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
.abt2hd {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.abt2h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}
.abtp2 {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}
.abtp2:last-child {
    margin-bottom: 0;
}
.abt2img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1400px) {
    .abt2div2 {
        flex: 0 1 51%;
        width: 51%;
    }
    .abt2mn {
        gap: 40px;
    }
    .abt2crcl {
        background-size: 75%;
        left: -47px;
	    width: 550px;
	    height: 550px;
    }
}
@media screen and (max-width: 1300px) {
    .abtp2 {
        font-size: 15px;
        line-height: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .abt2div1 {
        flex: 0 1 40%;
        width: 40%;
    }
    .abt2div2 {
        padding-top: 30px;
    }
}
@media screen and (max-width: 991px) {
    .abt2mn {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
    }
    .abt2div1 {
        flex: 0 1 50%;
        width: 50%;
    }
    .abt2div2 {
        flex: 100%;
        width: 100%;
    }
    .about2 {
        text-align: center;
    }
    .abt2crcl {
        display: none;
    }
    .about2 {
        padding-bottom: 30px;
    }
    .abt2div2 {
        padding-top: 20px;
    }
    .abtp2 {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .abt2h3 {
        font-size: 20px;
        line-height: 26px;
    }
}
/* About 3 */
.about3 {
    padding: 0 0 120px;
    position: relative;
    overflow: hidden;
    min-height: 700px;
    margin-top: 80px;
}
.abt31 {
    position: absolute;
    background-color: #0b406c;
    padding: 40px;
    padding-left: 160px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 50%;
    top: 0;
}
.abt31:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("https://int2.chinacdnb2b.com/domains/tradekey.com/template/assets/aboutus/pattern-13.png");
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
}
.abtrel {
    position: relative;
}
.abt32 {
    background-image: url("https://int2.chinacdnb2b.com/domains/tradekey.com/template/assets/aboutus/image32.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 90%;
    height: 100%;
    background-position: right;
    position: absolute;
    right: 0px;
    top: 40px;
    z-index: -1;
}
.abt32:before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(
        to right,
        #ffffff 0%,
        rgba(0, 0, 0, 0) 100%
    );
    background: -moz-linear-gradient(
        to right,
        #ffffff 0%,
        rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(to right, #ffffff 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
}
.abt3ul {
    list-style-type: disc;
    color: #fff;
    padding-left: 19px;
}
@media screen and (max-width: 1500px) {
    .about3 {
        min-height: 660px;
    }
    .abt31 {
        padding-left: 90px;
    }
}
@media screen and (max-width: 1400px) {
    .abt2h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .abt31 {
        padding-left: 50px;
    }
}
@media screen and (max-width: 1299px) {
    .about3 {
        min-height: 640px;
        margin-top: 70px;
    }
    .abt32 {
    	top: -6px;
    }
}
@media screen and (max-width: 1199px) {
    .abt31 {
        padding-left: 15px;
    }
}
@media screen and (max-width: 1099px) {
    .about3 {
        display: flex;
        align-items: center;
        min-height: auto;
        padding-bottom: 0;
        margin-top: 50px;
    }
    .abt31,
    .abt32 {
        position: relative;
    }
    .abt31 {
        width: 100%;
        border-radius: 0;
    }
    .abt32 {
        top: 0;
        background-size: cover;
        min-height: 632px;
        background-position: 76%;
    }
    .abt32:before {
        background: linear-gradient(
            to right,
            #ffffff9e 0%,
            rgba(0, 0, 0, 0) 100%
        );
    }
}
@media screen and (max-width: 991px) {
    .about3 {
        flex-direction: column;
        margin-top: 0;
        padding: 0;
    }
    .abt32 {
        width: 100%;
        background-position: right center;
    }
}
@media screen and (max-width: 767px) {
    .abt32 {
        min-height: 252px;
    }
}
/* About 4 */
.about4 .tkWrp {
    flex-wrap: wrap;
}
.abt4inr {
    background-color: #0b406c;
    border-radius: 20px;
    padding: 50px 120px 215px;
    width: 100%;
    position: relative;
    z-index: -1;
}
.about4 {
    padding: 80px;
}
.abt4inrmn {
    background-color: #fff;
    padding: 30px 35px;
    margin: -200px auto 0;
    width: 70%;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.abt4h3 {
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}
.abt4inr p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
	max-width: 750px;
	padding: 0 20px;
	margin: 0 auto 20px;
	text-align: center;
}
.about4 .accordion-button {
    padding: 11px 20px;
}
.accordion-body p,
.accordion-body li {
    font-size: 15px;
    line-height: 20px;
    color: #1b1b1b;
    margin-bottom: 15px;
}
.accordion-body ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 15px;
}
.accordion-body li {
    margin-bottom: 8px;
}
.accordion-body p:last-child,
.accordion-body li:last-child {
    margin-bottom: 0;
}
.about4 .accordion-button:not(.collapsed) {
    background-color: #ff671e;
    color: #fff;
}
.about4 .accordion-button:focus {
    border: 0;
    box-shadow: none;
}
.about4 .accordion-button:not(.collapsed)::after {
    filter: sepia(1) brightness(4);
}
.abt4icn1 {
    position: absolute;
    left: 5%;
    bottom: 10%;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.abt4icn2 {
    position: absolute;
    left: 38%;
    top: 10%;
    width: 99px;
    height: 119px;
    background-repeat: no-repeat;
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.abt4icn3 {
    position: absolute;
    right: 5%;
    bottom: 15%;
    width: 170px;
    height: 170px;
    background-repeat: no-repeat;
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: rotate(180deg);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
    }
}
@-moz-keyframes rotateme {
    0% {
        -moz-transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        -moz-transform: rotate(180deg);
        opacity: 0.7;
    }
    100% {
        -moz-transform: rotate(360deg);
        opacity: 1;
    }
}
@-o-keyframes rotateme {
    0% {
        -o-transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        -o-transform: rotate(180deg);
        opacity: 0.7;
    }
    100% {
        -o-transform: rotate(360deg);
        opacity: 1;
    }
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}

/* Bob Up Down*/
@-webkit-keyframes float_up_down {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
@media screen and (max-width: 1099px) {
	.about4 {
		padding: 40px 80px;
	}
}
@media screen and (max-width: 991px) {
	.about4 {
		padding: 40px 25px;
	}
}
@media screen and (max-width: 767px) {
    .about4 {
        padding: 20px 0;
    }
    .abt4inrmn {
        width: 90%;
        padding: 15px 17px;
    }
    .abt4inr {
        padding: 20px 0 198px;
    }
    .abt4h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .about4 .accordion-button {
        font-size: 15px;
    }
    .accordion-body p {
        font-size: 14px;
        line-height: 18px;
    }
    .abt4icn2 {
        top: 0;
        left: 0;
    }
    .abt4icn1,
    .abt4icn3 {
        display: none;
    }
    .abt4inr p {
    	font-size: 14px;
    	line-height: 20px;
    }
}