*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Inter', sans-serif; */
    font-family: 'Poppins', sans-serif;
}
ul,ol,li{
    list-style: none;
}
select:focus,button:focus,input:focus,textarea:focus{
    outline: none !important;
    box-shadow: none !important;
}
img{
    max-width: 100%;
}
a:hover {
    color: #fff;
}
.btn-gradient{
    border: none;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    padding: 16px 44px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(279deg, #20519C 39.77%, #49A3D5 95.43%);
}
/*  */


.header-main{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
}
.header-main,
.header-main.header_toggle{
    background-color: #f7faff;
}
.header-main .navbar .nav-item+.nav-item {
    margin-left: 33px;
}
.header-main .navbar .nav-item a{
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 12px 0; 
    position: relative;
    display: block;
}
.header-main .navbar .nav-item.current-menu-item a{
    color: #20519C;
    font-weight: 600;
}
.header-main .navbar .nav-item.current-menu-item a::after,
.header-main .navbar .nav-item a:after {
    content: "";
    position: absolute;
    height: 1.2px;
    right: 0;
    width: 0;
    bottom: 0;
    background-color: #20519C;
    transition: all .3s ease-in-out;
}
.header-main .navbar .nav-item.current-menu-item a::after,
.header-main .navbar .nav-item a:hover:after {
    width: 100%;
    left: 0;
}
.header-main .navbar .nav-item a:hover{
    color: #20519C;
}
.header-main .menu-header-menu-container{
    margin-left: auto;
}
.header-main .navbar .nav-righBottom {
    display: flex;
    margin-left: 60px;
}
.header-main .navbar .nav-righBottom a:hover{
    border-color: #f6faff !important;
}
.header-main .navbar .nav-righBottom a{
    text-decoration: none;
    padding: 13px 30px;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    font-family: 'Inter', sans-serif;
}
.header-main .navbar .nav-righBottom .btn-stck{
    color: #000;
    border: 1px solid #000;
    transition: all 0.2s ease-in-out;
}
.header-main .navbar .nav-righBottom .btn-fill{
    margin-left: 14px;
    color: #ffffff;
    background: linear-gradient(279deg, #20519C 39.77%, #49A3D5 95.43%);
}
/*  */
.banner{
    padding:177px 0 142px;
    background: linear-gradient(180deg, rgba(247, 250, 255, 0.73) 0%, rgba(247, 250, 255, 0.00) 100%);
}
.banner .text-area h2{
    color: #252629;
    font-size: 70px;
    font-weight: 300;
    line-height: 77px;
    margin-bottom: 12px;
}
.banner .text-area h2 span{
    color: #20519C;
    font-weight: 500;
}
.banner.accounting_banner .text-area h2{
    font-size: 56px;
    line-height: 64px;
}
.banner.wwa_banner .text-area h2 {
    font-size: 42px;
    line-height: 60px;
}
.banner .text-area p{
    color: #555960;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 28px;
}
.banner .text-area p strong{
    font-weight: 600;
    color: #444;
}
.banner .banner-thmb {
    position: relative;
}
.banner .banner-thmb img{
    max-height: 613px;
}

/*  */
.trusted__world{
    padding-bottom: 40px;
    border-bottom:1px solid #EDEDED;
}
.trusted__world .title{
    margin-bottom: 12px !important;
}
.trusted__world .title h5{
    color: #797979;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.trusted__world .owl-stage{
    display: flex;
}
.trusted__world .owl-stage .item {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.trusted__world .img-spx img{
    width: auto;
    display: block;
    margin: auto;
    max-width: 100%;
    display: block;
    height: auto;
    margin: auto; 	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: filter 600ms ease;
	-webkit-transition: -webkit-filter 600ms ease;
}
.trusted__world .img-spx img:hover{	filter: grayscale(0);
	-webkit-filter: grayscale(0);}
/*  */
.benchmarking{
    padding: 100px 0;
}
.benchmarking .contex {
    padding-top: 37px;
    display: flex;
    justify-content: center;
}
.benchmarking .contex .ttx{
    padding-left: 35px;
}
.benchmarking .contex .ttx h4{
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}
.benchmarking .contex .ttx p{
    max-width: 316.656px;
    color: #707070;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}
.benchmarking .contex .ttx p strong{
    font-weight: 600;
}
.benchmarking .center-column{
    border-right: 1px dashed #B6B6B6;
    border-left: 1px dashed #B6B6B6;
}
/*  */
.get-runds{
    padding: 90px 0;
    background: linear-gradient(180deg, #FAFAFA 0%, rgba(248, 248, 248, 0.00) 100%);
}
.get-runds .title{
    margin-bottom: 81px;
}
.get-runds .title h3 {
    color: #000;
    font-size: 62px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 21px;
}
.get-runds .title p {
    color: #555;
    font-size: 26px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 0;
    letter-spacing: 0.42px;
}
.get-runds .content{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 45px;
    border-radius: 4px;
    border: 1px solid #ECECEC;
    background: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.06);
}
.get-runds .content .img-tham{
    height: 322px;
    margin-bottom: 50px;
}
.get-runds .content .img-tham img{
    display: block;
    margin: auto;
    max-height: 100%;
}
.get-runds .content h3 {
    color: #000;
    font-size: 42px;
    font-weight: 500;
    line-height: 52px;
}
.get-runds .content h4 {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.22px;
}
.get-runds .content p{
    color: #595959;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.255px;
    margin-bottom: 0;
}
.get-runds .content p strong{
    font-weight: 600;
}
.get-runds .content .btn-gradient{
    display: none;
    width: fit-content;
    margin-top: auto;
}
.gk-gtp{
    margin-top: 76px;
    text-align: center;
}
.gk-gtp a{
    transition: all 0.2s ease-in-out;
    padding: 13px 39px;
    border-radius: 4px;
    border: 1px solid #000;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    display: inline-block;
}
/*  */
.contact_us{
    position: relative;
    z-index: 1;
}
.contact_us .content-area{
    display: flex;
    padding: 38.419px 60px 38.419px 57.905px;
    justify-content: space-between;
    align-items:flex-start;
    border-radius: 12px;
    background: linear-gradient(277deg, #20519C 37.57%, #49A3D5 96.16%);
}
.contact_us .content-area h3{
    width: 1145px;
    color: #FFF;
    font-size:50px;
    font-weight: 300;
    line-height:60px;
}

.contact_us .content-area p{
    color: #FFF;
    font-size:20px;
    font-weight: 300;
    line-height:25px;
    margin-bottom: 0;
}
.contact_us .content-area h3 strong{
    font-weight: 600;
}
.frt-logo{
    margin-top: 40px;
}
.contact_us .content-area a{
    padding: 16px 33px;
    color: #20519C;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.17px;
    text-transform: uppercase;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}
.contact_us .content-area a:hover{
    box-shadow: 0px 6px 5px 3px #00000029;
}
/* accounting page css */
.accounting_content{
    padding: 79px 0 140px;
}
.accounting_content .item-text h3 {
    color: #000;
    font-size: 62px;
    font-weight: 500;
    line-height: 93px;
    margin-bottom: 12px;
}
.accounting_content .item-text p{
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}
.accounting_content .item-text a{
    margin-top: 30px;
}
.accounting_content .item-img img{
    max-width: 100%;
    max-height: 100%;
}
.accounting_content .item-img {
    height: 610px;
}
.accounting_content .row [class^="col"]{
    display: flex;
    align-items: center;
}
.accounting_content .row > :nth-child(even) .item-img {
    margin-left: auto;
}
.financing_content .title {
    max-width: 1160px;
    margin: auto auto 50px;
}
.financing_content .title-second{
    margin-top: 55px;
}
.financing_content .title h3{
    color: #000;
    font-size: 60px;
    font-weight: 500;
    line-height: 43px;
    margin-bottom: 30px;
}
.financing_content .title p{
    color: #707070;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0;
}
/* Who We Are page css */
.our_mission-title .title{
    text-align: center;
    max-width: 937.849px;
    margin: auto auto 70px;
}
.our_mission-title .title h3{
    color: #000;
    font-size: 62px;
    font-weight: 500;
    line-height: normal;
}
.our_mission-title .title p{
    color: #707070;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0;
}
.our_mission .ttx h3{
    color: #545454;
    font-size: 29px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 12px;
}
.our_mission .ttx p{
    color: #545454;
    font-size: 17px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 30px;
}
.our_mission .row [class^="col"]{
    display: flex;
    align-items: center;
}
.our_mission .our-graph img{
    max-height: 100%;
}
/*.our_mission .our-graph{
    height: 650px;
}*/

.team-section {
    padding: 79px 0 160px;
}
.team-section .team-slider .card-ipx {
    padding-bottom: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.team-section .team-slider .card-ipx h3{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 0;
}
.team-section .team-slider .card-ipx h5{
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.team-section .team-slider .card-ipx p{
    color: #5F5F5F;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.team-section .team-slider .owl-stage{
    display: flex;
    padding: 0 2px 0 5px;
}
.team-section .team-slider .owl-stage .item{
    height: 100%;
}
.team-section .team-slider .card-ipx .thamb-set{
    border-radius: 14px;
    border: 1px solid #BBB;
    background: #FFF;
    position: relative;
    overflow: hidden;
    margin-bottom: 21px;
    width: 100%;
}
.team-section .team-slider .card-ipx .thamb-set::before{
    content: '';
    width: 100%;
    display: block;
    padding-top: 78%;
}
.team-section .team-slider .card-ipx .thamb-set img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-section .team-slider .card-ipx a{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #000;
    padding: 3px 18px;
    margin-top: auto !important;
    transition: all 0.2s ease-in-out;
}
.team-section .team-slider .owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    display: flex;
    justify-content: space-between;
    left: -70px;
    right: -70px;
    top: 21%;
}
.clo-slider .owl-theme .owl-nav button,
.team-section .team-slider .owl-theme .owl-nav button {
    background: none !important;
    width: 28px;
    height: 28px;
    opacity: 0.7;
}
.clo-slider .owl-theme .owl-nav button img,
.team-section .team-slider .owl-theme .owl-nav button img{
    width: 100%;
    height: 100%;
}
/* --- */
.contactUs-main {
    padding: 120px 0 150px;
}
.contactUs-main .contactUs_box{
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px #0000000f;
}
.contactUs-main .contactUs_box .text-fild {
    padding: 46px 50px;
}
.contactUs-main .contactUs_box .text-fild h3 {
    color: #252629;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 28px;
}
.contactUs-main .contactUs_box .text-fild label{
    color: #000;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    letter-spacing: 0.16px;
    display: block;
    cursor: pointer;
    margin-bottom: 7px;
}
.contactUs-main .contactUs_box .text-fild label a{
    color: inherit;
    margin-left: 5px;
}
.contactUs-main .contactUs_box .text-fild select,
.contactUs-main .contactUs_box .text-fild textarea,
.contactUs-main .contactUs_box .text-fild input:not([type="submit"]):not([type="checkbox"]){
    border: 1px solid #B4B4B4;
    width: 100%;
    display: block;
    padding: 10px 18px;
    color: #1b1b1b;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.15px;
}
.contactUs-main .contactUs_box .text-fild input:not([type="submit"])::placeholder{
    color: #777;
    font-family: 'Inter', sans-serif;
}
.contactUs-main .contactUs_box .text-fild [type="checkbox"]{
    position: relative;
    top: 1px;
    margin-right: 0.5rem;
}
.contactUs-main .contactUs_box .wpcf7-list-item{
    margin-left: 0 !important;
}
.contactUs-main .contactUs_box .text-fild textarea{
    resize: none;
    height: 131px;
}
.contactUs-main .article {
    background: #FBFBFB;
    padding: 46px 50px;
    height: 100%;
}
.contactUs-main .article .title h4 {
    color: #252629;
    font-size: 27px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: -0.27px;
    margin-bottom: 16px;
}
.contactUs-main .article .title h4 span{
    color: #20519C;
    font-weight: 700;
    font-size: 30px;
}
.contactUs-main .article .title p{
    color: #4A4A4A;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.19px;
    margin-bottom: 0;
}
.contactUs-main .article .title p span{
    color: #20519C;
    font-size: 18px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: -0.18px;
    display: block;
}
.contactUs-main .article .item{
    display: flex;
    align-items: flex-start;
}
.contactUs-main .article .item .count{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    color: #FFF;
    font-size: 16px;
    border-radius: 50%;
    margin-right: 12px;
    background: linear-gradient(275deg, #20519C 18.57%, #49A3D5 94.6%);
    position: relative;
    top: 5px;
}
.contactUs-main .article .item h4 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0.22px;
    margin-bottom: 4px;
}
.contactUs-main .article .item p{
    color: #555960;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}
.contactUs-main .article .item{
    margin-top: 35px;
}
/* --- financing page design --- */
.financing_content .item-text h3 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 25px;
}
.financing_content .item-text p{
    color: #404040;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.financing_content .item-text a {
    margin-top: 21px;
}
/*------*/
.clo-slider{
    margin-top: 95px;
}
.clo-slider .owl-carousel .item{
    padding: 10px;
    height: 100%;
}
.clo-slider .owl-carousel .owl-stage{
    display: flex;
}
.clo-slider .card-content {
    height: 100%;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    border: 1px solid #ECECEC;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.06);
}
.clo-slider .card-content .card-conTop {
    background: #f3f8fe;
    padding: 21px 30px;
    margin: -30px -30px 19px;
    min-height: 192px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.clo-slider .card-content h2 {
    color: #141414;
    font-size: 25px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 5px;
}
.clo-slider .card-content h2:last-child {
    margin-bottom: 0;
}
.clo-slider .card-content h3 {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: auto 0 0;
    padding-top: 19px;
}
.clo-slider .card-content h3 strong {
    font-weight: 500;
    font-size: 14px;
    color: #005299;
    padding-left: 2px;
}
.clo-slider .card-content p {
    color: #595959;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.255px;
    margin-bottom: 0;
}
.clo-slider .owl-theme .owl-nav button {
    background: none !important;
    width: 33px;
    height: 33px;
}
.clo-slider .owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    display: flex;
    justify-content: space-between;
    left: -70px;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
}


/* --- */
.content_ps{
    padding-top: 120px;
    padding-bottom: 50px;
}
.content_ps .ttx h2{
    color: #000;
    font-size: 23px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 17px;
}
.content_ps .ttx p {
    color: #404040;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 12px;
}
.content_ps .ttx p strong {
    color: #404040;
    font-size: 21px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 3px;
    display: inline-block;
    padding: 12px 0;
    margin: 0 0 5px;
}
.footerNext_aligment+footer{
    margin-top: 0 !important;
    padding-top: 60px !important;
}
.content_ps ol li{
    list-style-type: decimal;
}
.content_ps ul,
.content_ps ul li{
    list-style: initial;
}
.content_ps ul strong{
    display: inline-block;
}
.content_ps ol li+li,
.content_ps ul li+li{
    margin-top: 12px;
}
.content_ps a,
.content_ps a:hover{
    color: inherit;
}
.content_ps li {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
}
.content_ps li em {
    font-size: 16px;
    font-weight: 500;
    padding-right: 5px;
}
.content_ps .ttx p:first-child{
    line-height: normal;
    margin-bottom: 0;
}
.content_ps .ttx p:first-child strong{
    padding-top: 0;
}
footer{
    margin-top: -100px;
    background: #f7faff;
    padding: 190px 0 50px;
}
footer .ttx h4{
    color: #000;
    font-size: 27px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 12px;
}
footer .ttx h4 strong{
    font-weight: 600;
}
footer .ttx{
    padding-right: 30px;
}
footer .ttx p{
    text-align: justify;
    color: #404040;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
footer .ttx p strong{
    font-weight: 600;
}
footer ul{
    margin: 0;
    padding: 0;
}
footer .linkUpGrid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
footer .linkUpGrid li{
    padding: 0 10px;
}
footer .link_up li a{
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    line-height: 43px;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease-in-out;
}
footer .social h4{
    color: #404040;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}
footer .social ul{
    display: flex;
    align-items: center;
}
footer .social a{
    text-decoration: none;
    display: block;
}
footer .social a img{
    margin: auto;
    display: block;
}
footer .social li+li{
    margin-left: 20px;
}
footer .copy-section{
    padding-top: 90px;
}
footer .copy-section p{
    text-align: center;
    margin-bottom: 0;
    color: #505050;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

footer .address{
    margin-top: 30px;
}
footer .address ul li {
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-decoration: none;
    display: block;
}
.frt-logo{
    margin-top: 30px;
}


@media (min-width:768px) {
    .get-runds .content p{
        display: block !important;
    }
    .hideondesktop{
        display: none !important;
    }
}
@media (min-width:992px) {
    .header-main .navbar .nav-righBottom .btn-fill:hover,
    .btn-gradient:hover{
        color: #ffffff;
        background: linear-gradient(279deg, #103977 39.77%, #58b6e9 95.43%);
    }
    .team-section .team-slider .card-ipx a:hover,
    .header-main .navbar .nav-righBottom .btn-stck:hover,
    .header-main .navbar .nav-righBottom .btn-stck:hover,
    .gk-gtp a:hover {
        color: #ffffff;
        background: linear-gradient(280deg, #20519C 39.77%, #49A3D5 95.43%);
        border: 1px solid #cbcbcb;
    }
    footer .link_up li a:hover{
        text-decoration: underline;
        transform: translateX(3px);
        color: #20519C;
    }
}
@media (min-width:1750px) {
    .container {
        max-width: 1600px;
    }
}
@media (max-width:1749px){
    footer .address ul li {
        font-size: 14px;
        line-height: 30px;
    }
    .clo-slider .card-content .card-conTop {
        min-height: 164px;
    }
    .contactUs-main .article .title h4 {
        font-size: 21px;
        line-height: normal;
        margin-bottom: 12px;
    }
    .contactUs-main .article .title p {
        font-size: 14px;
        line-height: 18px;
    }
    .contactUs-main .article .title p span {
        font-size: 16px;
        line-height: 34px;
    }
    .contactUs-main .article .title h4 span {
        font-size: 24px;
    }
    .our_mission-title .title h3 {
        font-size: 50px;
        margin-bottom: 0;
    }
    .our_mission-title .title p {
        font-size: 21px;
        line-height: 28px;
    }
    .our_mission .ttx p {
        font-size: 16px;
        line-height: 29px;
    }
    /*.our_mission .our-graph {
        height: 546px;
    }*/
    .team-section .team-slider .card-ipx p {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 0;
    }
    .accounting_content .item-text a {
        margin-top: 19px;
    }
    .accounting_content .item-img {
        height: 530px;
    }
    .banner.accounting_banner .text-area h2 {
        font-size: 45px;
        line-height: 57px;
    }
    .banner.wwa_banner .text-area h2 {
        font-size: 32px;
        line-height: 47px;
    }
    .accounting_content .item-text h3 {
        color: #000;
        font-size: 42px;
        margin-bottom: 12px;
        line-height: 62px;
    }
    .accounting_content {
        padding: 70px 0 125px;
    }
    .accounting_content .item-text {
        max-width: 618px;
    }
    .accounting_content .item-text p {
        font-size: 15px;
        line-height: 30px;
    }
    .header-main .navbar .nav-righBottom a {
        padding: 12px 26px;
        font-size: 16px;
    }
    .header-main .navbar .nav-item a {
        font-size: 15px;
        padding: 11px 0;
    }
    .header-main .navbar .nav-item+.nav-item {
        margin-left: 30px;
    }
    .header-main .navbar .nav-righBottom {
        margin-left: 50px;
    }
    .banner .text-area h2 {
        font-size: 54px;
        line-height: 66px;
        margin-bottom: 11px;
    }
    .banner .text-area p {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 26px;
    }
    .btn-gradient {
        padding: 14px 38px;
        font-size: 16px;
    }
    .trusted__world .title h5 {
        font-size: 14px;
    }
    .trusted__world .title {
        margin-bottom: 36px;
    }
    .benchmarking .contex .ttx h4 {
        font-size: 20px;
        margin-bottom: 7px;
    }
    .benchmarking .contex .ttx p {
        font-size: 14px;
        line-height: 23px;
        max-width: 269px;
    }
    .benchmarking .contex {
        padding-top: 30px;
    }
    .benchmarking {
        padding: 90px 0;
    }
    .get-runds .title h3 {
        font-size: 40px;
        margin-bottom: 12px;
        line-height: 55px;
    }
    .get-runds .title p {
        font-size: 21px;
        line-height: 27px;
    }
    .get-runds .content h3 {
        font-size: 30px;
        line-height: 38px;
    }
    .get-runds .content h4 {
        font-size: 19px;
        line-height: 26px;
    }
    .get-runds .content p {
        font-size: 14px;
        line-height: 27px;
        margin-bottom: 0;
    }
    .contact_us .content-area h3 {
        width: 855px;
        font-size: 45px;
        line-height: 50px;
    }
    footer .ttx h4 {
        font-size: 21px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    footer .ttx p {
        color: #404040;
        font-size: 15px;
        line-height: 26px;
    }
    footer .link_up li a {
        font-size: 14px;
        line-height: 40px;
    }
    .gk-gtp a {
        padding: 12px 33px;
        font-size: 16px;
    }
    .financing_content .item-text h3 {
        color: #000;
        font-size: 32px;
        margin-bottom: 12px;
        line-height: 62px;
    }
    .financing_content .item-text p {
        font-size: 17px;
        line-height: 28px;
    }
    .financing_content .item-img {
        height: 460px;
    }
    .financing_content .title h3 {
        font-size: 45px;
        line-height: 34px;
    }
    .financing_content .title p {
        font-size: 20px;
        line-height: 33px
    }
    .financing_content .title {
        max-width: 1101px;
    }
    .clo-slider .card-content h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .clo-slider .card-content p {
        font-size: 16px;
        line-height: 27px;
    }
}
@media (max-width:1399px){
    footer .address ul li {
    font-size: 12px;
    line-height: 26px;
    }
    footer .address {
        margin-top: 18px;
    }
    .frt-logo {
        margin-top: 21px;
    }
        .clo-slider .card-content .card-conTop {
        min-height: 131px;
        padding: 15px 30px;
    }
    .content_ps .ttx p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 12px;
    }
    .content_ps .ttx p strong {
        font-size: 18px;
        padding: 12px 0 0;
    }
    .contactUs-main .contactUs_box .text-fild h3 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 16px;
    }
    .contactUs-main .contactUs_box .text-fild {
        padding: 25px 35px;
    }
    .contactUs-main .article {
        padding: 30px 36px;
    }
    .contactUs-main .article .title h4 {
        font-size: 20px;
    }
    .contactUs-main .article .title h4 span {
        font-size: 23px;
    }
    .contactUs-main .article .title p {
        font-size: 12px;
        line-height: 13px;
    }
    .contactUs-main .article .item h4 {
        font-size: 18px;
    }
    .contactUs-main .article .item p {
        font-size: 13px;
        line-height: 20px;
    }
    .contactUs-main .article .item .count {
        width: 23px;
        height: 23px;
        font-size: 14px;
    }
    .contactUs-main .article .item {
        margin-top: 26px;
    }
    .contactUs-main {
        padding: 97px 0 120px;
    }
    .contactUs-main .contactUs_box .text-fild label {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .contactUs-main .contactUs_box .text-fild textarea, .contactUs-main .contactUs_box .text-fild input:not([type="submit"]):not([type="checkbox"]) {
        font-size: 14px;
        padding: 10px 13px;
    }
    .our_mission-title .title p {
        font-size: 18px;
        line-height: 27px;
    }
    .our_mission-title .title {
        max-width: 787px;
        margin: auto auto 21px;
    }
   /* .our_mission .our-graph {
        height: 469px;
    }*/
    .our_mission .ttx p {
        font-size: 14px;
        line-height: 25px;
    }
    .our_mission-title .title h3 {
        font-size: 40px;
        margin-bottom: 0;
    }
    .team-section .team-slider .card-ipx p {
        font-size: 12px;
        line-height: 22px;
    }
    .team-section .team-slider .card-ipx h3 {
        font-size: 18px;
        line-height: 27px;
    }
    .team-section .team-slider .card-ipx h5 {
        font-size: 12px;
        line-height: 26px;
    }
    .team-section .team-slider .card-ipx .thamb-set {
        margin-bottom: 11px;
    }
    .team-section .team-slider .card-ipx a {
        font-size: 12px;
        line-height: 24px;
        margin-top: 23px;
    }
    .team-section {
        padding: 60px 0 111px;
    }
    .accounting_content .row {
        --bs-gutter-y: 1.4rem;
    }
    .banner.accounting_banner .text-area h2 {
        font-size: 39px;
        line-height: 46px;
    }
    .banner.wwa_banner .text-area h2 {
        font-size: 28px;
        line-height: 41px;
    }
    .accounting_content .item-text h3 {
        font-size: 35px;
        margin-bottom: 8px;
        line-height: 50px;
    }
    .accounting_content .item-text p {
        line-height: 27px;
        font-size: 14px;
    }
    .accounting_content .item-img {
        height: 430px;
    }
    .accounting_content .item-text a {
        margin-top: 10px;
    }
    .accounting_content {
        padding: 40px 0 70px;
    }
    .get-runds .title {
        margin-bottom: 60px;
    }
    footer .copy-section {
        padding-top: 61px;
    }
    footer {
        margin-top: -83px;
        padding: 164px 0 35px;
    }
    .banner .text-area h2 {
        font-size: 47px;
        line-height: 60px;
        margin-bottom: 11px;
    }
    .banner .text-area p {
        font-size: 14px;
        line-height: 24px;
    }
    footer .frt-logo,
    .header-main .navbar .navbar-brand {
        max-width: 180px;
    }
    .header-main .navbar .nav-item a {
        font-size: 14px;
        padding: 10px 0;
    }
    .header-main .navbar .nav-righBottom a {
        padding: 7px 20px;
        font-size: 14px;
    }
    .btn-gradient {
        padding: 12px 33px;
        font-size: 14px;
    }
    
    .banner {
        padding: 177px 0 111px;
    }
    .trusted__world .title {
        margin-bottom: 30px;
    }
    .trusted__world {
        padding-bottom: 30px;
    }
    .benchmarking .contex .ttx p {
        font-size: 12px;
        line-height: 19px;
        max-width: 229px;
    }
    .benchmarking .contex .img-set {
        max-width: 56px;
    }
    .benchmarking .contex .ttx {
        padding-left: 26px;
    }
    .get-runds .title h3 {
        font-size: 38px;
        margin-bottom: 16px;
        line-height: 49px;
    }
    .get-runds .title p {
        font-size: 18px;
        line-height: 25px;
    }
    .get-runds {
        padding: 79px 0;
    }
    .get-runds .content .img-tham {
        height: 252px;
        margin-bottom: 45px;
    }
    .get-runds .content h3 {
        font-size: 24px;
        line-height: 33px;
    }
    .get-runds .content h4 {
        font-size: 14px;
        line-height:25px;
    }
    .get-runds .content p {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .get-runds .content {
        padding:30px 27px;
    }
    .gk-gtp a {
        padding: 10px 29px;
        font-size: 14px;
    }
    .contact_us .content-area h3 {
        width: 667px;
        font-size:30px;
        line-height: 35px;
    }
    .contact_us .content-area {
        padding: 36px 41px;
    }
    .contact_us .content-area a {
        padding: 14px 28px;
        font-size: 14px;
    }
    footer .ttx h4 {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 12px;
    }
    footer .ttx p {
        font-size: 14px;
        line-height: 26px;
    }
    footer .ttx {
        padding-right: 21px;
    }
    footer .link_up li a {
        font-size: 13px;
        line-height: 36px;
    }
    footer .social h4 {
        font-size: 16px;
        line-height: 26px;
    }
   
    .financing_banner .banner-thmb img {
        max-height: 446px;
        display: block;
        margin-left: auto;
    }
    .financing_content .title h3 {
        font-size: 39px;
        line-height: 26px;
    }
    .financing_content .title p {
        font-size: 18px;
        line-height: 30px;
    }
    .financing_content .title {
        max-width: 949px;
    }
    .financing_content .item-text h3 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: normal;
    }
    .financing_content .item-text p {
        font-size: 15px;
        line-height: 28px;
    }
    .financing_content .row {
        --bs-gutter-y: 5rem;
    }   
    .clo-slider .card-content h2 {
        font-size: 16px;
        line-height: 21px;
    }
    .clo-slider .card-content p {
        font-size: 14px;
        line-height: 23px;
    }
    .clo-slider .card-content h3 {
        font-size: 12px;
        padding-top: 18px;
    }
}
@media (max-width:1280px){
    footer .address ul li {
    font-size: 10px;
    line-height: 23px;
    }
    .clo-slider .owl-theme .owl-nav button {
        width: 28px;
        height: 28px;
    }
    .clo-slider .owl-theme .owl-nav {
        left: -41px;
        right: -41px;
    }
    .clo-slider .card-content {
        padding: 21px;
    }
    .financing_content .title{
        padding: 0 15px;
    }
    .financing_content .item-text {
        max-width: 100% !important;
    }
    .team-section .team-slider .owl-theme .owl-nav {
        left: -50px;
        right: -50px;
    }
    .team-section .team-slider .owl-theme .owl-nav button {
        width: 28px;
        height: 28px;
    }
    .clo-slider .card-content h3 strong {
        font-size: 12px;
    }
    .clo-slider .card-content .card-conTop {
        min-height: 118px;
        padding: 15px 30px;
        margin: -21px -21px 15px;
    }
}
@media (max-width:1199px){
    .clo-slider .card-content p {
        font-size: 12px;
        line-height: 21px;
    }
    .clo-slider .card-content h2 {
        font-size: 16px;
        line-height: 24px;
    }
    .financing_content .item-text h3 {
        font-size: 24px;
        margin-bottom: 17px;
        line-height: normal;
    }
    .banner.accounting_banner .text-area h2 {
        font-size: 35px;
        line-height: 44px;
    }
    .banner.wwa_banner .text-area h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .accounting_content {
        padding: 30px 0 50px;
    }
    .accounting_content .row {
        --bs-gutter-y: 3rem;
    }
    .accounting_content .item-text {
        max-width: 328px;
    }
    .accounting_content .item-img {
        height: 360px;
    }
    footer .linkUpGrid li {
        padding: 0 6px;
    }
    footer .social li+li {
        margin-left: 15px;
    }
    .banner .text-area h2 {
        font-size: 39px;
        line-height: 52px;
        margin-bottom: 11px;
    }
    .banner .text-area p {
        font-size: 13px;
        line-height: 24px;
    }
    .benchmarking .contex .img-set {
        max-width: 45px;
    }
    .benchmarking .contex .ttx {
        padding-left: 21px;
    }
    .benchmarking .contex .ttx p {
        font-size: 10px;
        line-height: 17px;
        max-width: 201px;
    }
    .benchmarking .contex {
        padding-top: 20px;
    }
    .benchmarking {
        padding: 50px 0;
    }
    .get-runds .content .img-tham {
        height: 232px;
        margin-bottom: 36px;
    }
    .get-runds .content h3 {
        font-size: 21px;
        line-height: 29px;
        margin-bottom: 3px;
    }
    .get-runds .content h4 {
        font-size: 12px;
        line-height: 26px;
    }
    .get-runds .content p {
        font-size: 10px;
        line-height: 19px;
        margin-bottom: 0;
    }
    .get-runds .content {
        padding: 30px 21px;
    }
    .btn-gradient {
        padding: 10px 28px;
        font-size: 12px;
    }
    .gk-gtp a,
    .header-main .navbar .nav-righBottom a {
        padding:7px 20px;
        font-size: 12px;
    }
    .get-runds .title h3 {
        font-size: 32px;
        margin-bottom: 9px;
        line-height: 40px;
    }
    .get-runds .title p {
        font-size: 15px;
        line-height:22px;
    }
    .get-runds .title {
        margin-bottom: 58px;
    }
    .get-runds {
        padding: 50px 0 74px;
    }
    .gk-gtp {
        margin-top: 61px;
    }
    .contact_us .content-area h3 {
        width: auto;
        font-size: 22px;
        line-height: 26px;
    }
    .contact_us .content-area a {
        padding: 12px 22px;
        font-size: 12px;
        box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.16);
    }
    footer {
        margin-top: -80px;
        padding: 180px 0 27px;
    }
    footer .copy-section p {
        font-size: 12px;
    }
    footer .copy-section {
        padding-top: 45px;
    }
    footer .ttx h4 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    footer .ttx p {
        font-size: 11px;
        line-height: 19px;
    }
    footer .ttx {
        padding-right: 34px;
    }
    footer .link_up li a {
        font-size: 11px;
        line-height: 30px;
    }
    .financing_content .item-text p {
        font-size: 14px;
        line-height: 25px;
    }
}
@media (max-width:991px){
    button button.mi-dropdown, button input[type=button].mi-dropdown, button.mi-button, input[type=button] button.mi-dropdown, input[type=button] input[type=button].mi-dropdown, input[type=button].mi-button {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        border-radius: 16px;
        line-height: 16px;
        padding: 19px 62px;
        font-size: 25px;
        width: 100%;
        display: block;
        font-weight: 600;
        color: #545f67;
        border: 1px solid #545f67;
        margin: 0 5px 10px;
        background-color: #fff;
    }
    .clo-slider {
        margin-top: 55px;
    }
    .clo-slider .card-content h3 strong {
        font-size: 12px;
    }
    .team-section .team-slider .owl-theme .owl-nav {
        top: 17%;
    }
    .contactUs-main>.container{
        padding: 0 6vw;
        max-width: 100%;
        width: 100%;
    }
    .contactUs-main .contactUs_box .text-fild {
        padding: 25px 30px;
    }
    .team-section .team-slider .card-ipx h5 {
        font-size: 12px;
        line-height: normal;
        margin: 2px 0 8px;
    }
    .team-section .team-slider .card-ipx p {
        font-size: 14px;
        line-height: 23px;
        color: #000;
    }
    .contactUs-main {
        padding: 79px 0 54px;
    }
    .contactUs-main .article .title p {
        font-size: 15px;
        line-height: 17px;
    }
    .contactUs-main .article .item p {
        font-size: 14px;
        line-height: 23px;
    }
    .contactUs-main .article .item h4 {
        font-size: 20px;
    }
    .contactUs-main .contactUs_box .text-fild h3 {
        font-size: 26px;
        margin-bottom: 8px;
    }
    .accounting_banner.wwa_banner{
        padding: 140px 0 50px;
    }
    .our_mission-title .title h3 {
        font-size: 30px;
        margin-bottom: 0;
    }
    .our_mission-title .title p {
        font-size: 14px;
        line-height: 22px;
    }
    .our_mission .ttx h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 24px;
    }
    .our_mission .our-graph {
        height: 354px;
    }
    .our_mission-title .title {
        max-width: 525px;
        margin: auto auto 23px;
    }
    .team-section {
        padding: 40px 0 70px;
    }
    .banner.accounting_banner .text-area h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .accounting_content .item-text h3 {
        font-size: 30px;
        margin-bottom: 8px;
        line-height: 42px;
    }
    header nav.navbar .navbar-toggler{
        padding: 0;
        width: 32px;
        height: 23px;
        position: relative;
    }
    .accounting_content .item-text p {
        line-height: 24px;
    }
    header nav.navbar .navbar-toggler:after,
    header nav.navbar .navbar-toggler:before {
        content: "";
        width: 32px;
        height: 1px;
        background-color: #20519C;
        display: block;
        position: absolute;
    }
    header nav.navbar .navbar-toggler:before {
        bottom: 0;
        left: 0;
    }
    header nav.navbar .navbar-toggler:after {
        top: 0;
        box-shadow: 0 10px #20519C;
    }
    header nav.navbar .navbar-toggler.collaps-list:after,
    header nav.navbar .navbar-toggler.collaps-list:before {
        top: 50%;
        left: 50%;
    }
    header nav.navbar .navbar-toggler.collaps-list:after {
        box-shadow: unset;
        transform: translate(-50%,-50%) rotate(-45deg);
    }
    header nav.navbar .navbar-toggler.collaps-list:before {
        transform: translate(-50%,-50%) rotate(45deg);
    }
    .get-runds .content {
        padding: 16px 15px 20px;
    }
    .header-main{
        background-color: #f7faff;
    }
    .frt-logo img{ width: 100px;}
    .header-main .navbar .nav-item+.nav-item {
        margin-left: 0;
        border-top: 1px solid #ccc;
    }
    .header-main .navbar .nav-righBottom {
        margin: auto;
        justify-content: center;
        padding: 21px 0;
    }
    .header-main .navbar .nav-righBottom a {
        padding: 12px 23px;
        font-size: 16px;
    }
    .header-main .navbar .navbar-collapse {
        height: 100vh;
        position: fixed;
        top: 58px;
        left: 0;
        right: 0;
        padding: 15px 6vw 0;
        width: 100%;
        z-index: 100;
        transition: all .2s ease-in-out;
        opacity: 0;
        bottom: 0;
        visibility: hidden;
        background: #f6faff;
        display: block;
    }
    .header-main .navbar>.container{
        padding: 0 6vw;
        max-width: 100%;
        width: 100%;
    }
    .header-main .navbar .navbar-collapse.show-list {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .header-main .navbar .nav-item a {
        font-size: 17px;
        padding: 15px 0;
    }
    .banner .text-area h2 {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 9px;
    }
    .banner .text-area p {
        font-size: 11px;
        line-height: 20px;
    }
    .banner {
        padding: 140px 0 90px;
    }
    .trusted__world .title {
        margin-bottom: 25px;
    }
    .benchmarking .contex .ttx h4 {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .benchmarking .contex .img-set {
        max-width: 36px;
    }
    .benchmarking .contex .ttx {
        padding-left: 19px;
    }
    .benchmarking .contex .ttx p {
        line-height: 16px;
        max-width: 200px;
    }
    .benchmarking .contex {
        padding-top: 14px;
    }
    .benchmarking {
        padding: 43px 0;
    }
    .get-runds .title h3 {
        font-size: 28px;
        margin-bottom: 6px;
        line-height: 37px;
    }
    .get-runds .title {
        margin-bottom: 41px;
    }
    .get-runds {
        padding: 30px 0 40px;
    }
    .get-runds .content .img-tham {
        height: 172px;
        margin-bottom: 26px;
    }
    .get-runds .content h3 {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 3px;
    }
    .get-runds .content h4 {
        font-size: 11px;
        line-height: 21px;
    }
    .get-runds .content h4 {
        font-size: 12px;
        line-height: 21px;
    }
    .get-runds .content p {
        font-size: 10px;
        line-height: 17px;
        margin-bottom: 15px;
    }
    .gk-gtp {
        margin-top: 42px;
    }
    .contact_us .content-area {
        padding: 22px;
    }
    .contact_us .content-area h3 {
        width: auto;
        font-size: 22px;
        line-height: 26px;
    }
    .contact_us .content-area p {
        width: auto;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    footer .frt-logo,
    .header-main .navbar .navbar-brand {
        width: 140px;
    }
    footer .ttx h4 {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 5px;
    }
    footer .ttx p {
        font-size: 9px;
        line-height: 14px;
    }
    footer .ttx {
        padding-right: 8px;
    }
    footer .link_up li a {
        font-size: 9px;
        line-height: 22px;
    }
    footer .linkUpGrid li {
        padding: 0 1px;
    }
    footer .social li+li {
        margin-left: 12px;
    }
    footer .social h4 {
        font-size: 12px;
        line-height: 20px;
    }
    footer {
        margin-top: -60px;
        padding: 120px 0 20px;
    }
    .contactUs-main .contactUs_box {
        box-shadow: 0px 2px 12px 0px #0000000f;
    }
    .contactUs-main .contactUs_box .text-fild textarea,
    .contactUs-main .contactUs_box .text-fild input:not([type="submit"]):not([type="checkbox"]) {
        font-size: 15px;
        padding: 18px 13px;
        border-radius: 10px;
    }
    .contactUs-main .contactUs_box [type="submit"] {
        padding: 12px 48px;
        font-size: 21px;
        margin: 12px auto auto;
        display: block;
    }
    .contactUs-main .contactUs_box .text-fild label {
        font-size: 18px;
        margin-bottom: 9px;
    }
    .header-main .navbar .nav-item.current-menu-item a::after,
    .header-main .navbar .nav-item a:hover:after {
        bottom: -1px;
    }
    .banner.wwa_banner .text-area h2 {
        font-size: 18px;
        line-height: 29px;
    }
    .financing_content .title {
        max-width: 859px;
    }
    .financing_content .item-text h3 {
        font-size: 23px;
        line-height: 33px;
    }
    .financing_content .item-text p {
        font-size: 15px;
        margin-bottom: 12px;
    }
    .financing_content .title p {
        font-size: 16px;
        line-height: 24px;
    }
    .financing_content .item-img {
        height: 311px;
    }
    
    .financing_content .title h3 {
        font-size: 36px;
        line-height: 23px;
        margin-bottom: 21px;
    }
    .financing_content .title {
        max-width: 639px;
    }
    .footerNext_aligment+footer {
        padding-top: 30px;
    }
    .content_ps {
        padding: 90px 15px 30px;
    }
    .clo-slider .card-content .card-conTop {
        min-height: 131px;
        padding: 15px 22px;
    }
    footer .frt-logo,
    .header-main .navbar .navbar-brand {
        width: 190px;
    }
}
@media (max-width:768px){
    .clo-slider .owl-theme .owl-nav {
        left: -33px;
        right: -30px;
    }
    .team-section .team-slider .owl-theme .owl-nav {
        left: -34px;
        right: -38px;
    }
    .gk-gtp {
        margin-top: 50px;
    }
    .team-section .team-slider .card-ipx a {
        font-size: 15px;
        line-height: 28px;
        margin-top: 23px;
    }
    .team-section {
        padding: 40px 0 76px;
    }
    .banner .text-area h2 {
        font-size: 29px;
        line-height: 40px;
        margin-bottom: 8px;
    }
    .banner .text-area p {
        line-height: 18px;
    }
    .trusted__world .title h5 {
        font-size: 12px;
    }
    .banner {
        padding: 121px 0 70px;
    }
    .get-runds .title h3 {
        font-size: 25px;
        margin-bottom: 2px;
    }
    .get-runds .content {
        padding: 16px 21px 22px;
    }
    .banner {
        padding: 100px 0 30px;
    }
}
@media (max-width:767px){
    .content_ps {
        padding: 120px 15px 30px;
    }
    .trusted__world .title {
        margin-bottom: 0px !important;
    }
    .get-runds {
        padding: 34px 0 0px;
    }
    .accounting_content .item-img {
        padding-top: 30px;
    }
    .accounting_content .item-text {
        padding: 0 0 60px;
    }
    .gk-gtp {
        padding: 0 15px;
    }
    .gk-gtp a {
        padding: 10px 38px;
        font-size: 17px;
    }
    .hideonmobile{
        display: none !important;
    }
    .clo-slider .owl-theme .owl-nav {
        position: static;
        margin-top: 27px;
        justify-content: center;
    }
    .team-section .team-slider .owl-theme .owl-nav {
        left: -41px;
        right: -41px;
    }
    .accounting_banner.wwa_banner .text-area{
        text-align: center;
        padding-bottom: 30px;
    }
    .our_mission .our-graph {
        height: 350px;
        margin: auto;
    }
    .our_mission .ttx{
        text-align: center;
    }
    .banner .text-area p{
        font-size: 14px;
        line-height: 21px;
    }
    .accounting_content .item-text {
        max-width: 100%;
        padding: 0;
    }
    .financing_content .title {
        margin: 50px auto;
    }
    .accounting_content .item-img {
        height: 300px;
        margin: auto;
    }
    /* .accounting_content .row [class^="col"]:nth-child(odd){
        order: 1;
    } */
    .accounting_content .row {
        --bs-gutter-y: 0;
    }
    .get-runds .content .btn-gradient{
        display: block;
    }
    .get-runds .content p{
        display: none;
    }
    .get-runds .content {
        height: auto;
    }
    .banner .text-area h2 {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .accounting_banner.wwa_banner,
    .banner {
        padding: 100px 0 50px;
    }
    .trusted__world .title {
        margin-bottom: 18px;
    }
    .trusted__world {
        padding-bottom: 25px;
    }
    .trusted__world .title h5 {
        font-size: 10px;
    }
    .benchmarking .contex {
        padding-top: 10px;
        flex-direction: column;
    }
    .benchmarking .contex .ttx {
        padding-left: 0;
        padding-top: 15px;
    }
    .benchmarking {
        padding: 29px 0 35px;
    }
    .get-runds {
        padding: 34px 0 53px;
    }
    .get-runds .content .img-tham {
        height: 165px;
        margin-bottom: 18px;
    }
    .get-runds .content p {
        font-size: 10px;
        line-height: 17px;
        margin-bottom: 16px;
    }
    .get-runds .title h3 {
        font-size: 21px;
        margin-bottom: 12px;
        line-height: normal;
    }
    .get-runds .title {
        margin-bottom: 30px;
    }
    .contact_us .content-area h3 {
        font-size:13px;
        line-height: 18px;
    }
    footer .ttx {
        padding-right: 0;
        padding-top: 16px;
    }
    footer .linkUpGrid {
        display: flex;
        flex-wrap: wrap;
    }
    footer .linkUpGrid li {
        padding: 10px;
    }
    footer .link_up li a {
        font-size: 15px;
        line-height: normal;
    }
    footer .ttx p {
        font-size: 12px;
        line-height: normal;
    }
    footer .ttx h4 {
        font-size: 21px;
        line-height: normal;
        margin-bottom: 9px;
    }
    footer .social{
        padding-top: 10px;
    }
    footer .social h4 {
        font-size: 15px;
        line-height: normal;
    }
    .financing_content .row {
        --bs-gutter-y: 3rem;
    }
}
@media (max-width:600px){
    footer .social{
        padding-top: 15px;
    }
    footer .address {
        text-align: center;
    }
    footer .address ul li {
        font-size: 14px;
        line-height: 33px;
    }
    footer .social h4 {
        font-size: 23px;
    }
    .financing_banner .banner-thmb img {
        max-height: 280px;
        margin-right: auto;
    }
    .financing_content .title h3 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 18px;
    }
    .financing_content .title p {
        line-height: 27px;
    }
    .financing_content .title {
        max-width: initial;
        margin-bottom: 17px;
    }
    .financing_content .item-text h3 {
        font-size: 23px;
        line-height: 33px;
    }
    .contactUs-main {
        padding: 83px 0 48px;
    }
    .contactUs-main .article .item h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .contactUs-main .article,
    .contactUs-main .contactUs_box .text-fild {
        padding: 16px 18px;
    }
    .contactUs-main .article{
        padding-bottom: 21px;
    }
    .team-section .team-slider .owl-theme .owl-nav {
        left: 0;
        right: 0;
        top: auto;
        bottom: -50px;
        justify-content: center;
    }
    .team-section .team-slider .card-ipx {
        padding-bottom: 12px;
        text-align: center;
        align-items: center;
    }
    .contactUs-main .contactUs_box .text-fild textarea {
        height: 111px;
    }
    .contactUs-main .contactUs_box .text-fild [type="submit"]{
        display: block;
        width: 100%;
    }
    .contactUs-main .contactUs_box .text-fild label {
        font-size: 14px;
    }
    .financing_content .item-text p {
        font-size: 16px;
        margin-bottom: 16px;
        line-height: normal;
    }
}
@media (max-width:575px){
    .contactUs-main .contactUs_box .text-fild textarea,
    .contactUs-main .contactUs_box .text-fild input:not([type="submit"]):not([type="checkbox"]) {
        font-size: 13px;
        padding: 13px 13px;
        border-radius: 6px;
    }
    footer .ttx h4 {
        font-size: 30px;
    }
    /* .financing_content .row [class^="col"]:nth-child(odd) {
        order: 0;
    }
    .financing_content .row [class^="col"]:nth-child(even) {
        order: 1;
    } */
    .financing_content .item-text h3 {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 21px;
    }
    .contactUs-main .article .item {
        margin-top: 21px;
    }
    .contactUs-main .article .title h4 {
        font-size: 18px;
    }
    .contactUs-main .article .title h4 span {
        font-size: 21px;
    }
    .team-section .team-slider .card-ipx p {
        font-size: 16px;
        line-height: 25px;
    }
    .team-section .team-slider .card-ipx h3 {
        font-size: 25px;
        line-height: 35px;
    }
    footer {
        margin-top: -74px;
        padding: 100px 0 20px;
    }
    footer .ttx p {
        text-align: justify;
    }
    .banner .text-area{
        text-align: center;
        padding-bottom: 21px;
    }
    .banner {
        padding: 108px 0 30px;
    }
    .benchmarking .contex {
        padding-top: 21px;
        align-items: center;
    }
    .benchmarking .center-column {
        border-right: none;
        border-left: none;
        border-top: 1px dashed #B6B6B6;
        border-bottom: 1px dashed #B6B6B6;
    }
    .benchmarking .contex .ttx p {
        line-height: normal;
        max-width: initial;
        font-size: 14px;
    }
    .benchmarking .contex .ttx h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .benchmarking .contex .ttx {
        text-align: center;
        padding-left: 0;
        padding-top: 15px;
        padding-bottom: 23px;
    }
    .benchmarking {
        padding: 12px 0 18px;
    }
    .get-runds .title p {
        font-size: 14px;
        line-height: normal;
    }
    .get-runds .content {
        padding: 16px 21px 21px;
        text-align: center;
        align-items: center;
    }

    .get-runds .content h3 {
        font-size: 21px;
        line-height: normal;
        margin-bottom: 4px;
    }
    .get-runds .content h4 {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .get-runds .content p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .contact_us .content-area {
        padding: 24px 21px;
        flex-direction: column;
        text-align: center;
    }
    .content-area-left{ width: 100%;}
    .contact_us .content-area h3 {
        width: 100%;
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 5px;
    }
    .contact_us .content-area a{ margin: auto;}
    footer .ttx {
        padding-right: 0;
        padding-top: 16px;
        text-align: center;
    }
    footer .frt-logo{
        margin:35px auto 0;
    }
    footer .frt-logo img{ width: auto;}
    footer .linkUpGrid {
        justify-content: center;
        padding-top: 16px;
        border-top: 1px solid #ccc;
    }
    footer .social {
        padding-top: 21px;
        text-align: center;
    }
    footer .social ul {
        justify-content: center;
    }
    footer .social li+li {
        margin-left: 16px;
    }
    footer .copy-section {
        padding: 30px 12px 0;
    }
    .footerNext_aligment+footer {
        padding-top: 10px !important;
    }
}
@media (max-width:412px){
    .contactUs-main>.container {
        padding: 0 2vw;
    }
    .financing_content .item-img {
        height: 249px;
    }
    .contactUs-main {
        padding: 68px 0 48px;
    }
    .contactUs-main .contactUs_box .text-fild label {
        font-size: 16px;
    }
    footer {
        margin-top: -74px;
        padding: 83px 0 20px;
    }
    .contactUs-main .contactUs_box>.row{
        margin: 0;
    }
    .contactUs-main .contactUs_box .text-fild {
        padding: 16px 0px;
    }
}