*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --gradientcolor:linear-gradient(to right, var(--redshade), var(--blueshade));
    --gradientreversecolor:linear-gradient(to right, var(--blueshade), var(--redshade));
    --ctagradientcolor:linear-gradient(to right, #0E58A4, #02386F);
    --ctahovergradientcolor:linear-gradient(to right, #02386F, #0E58A4);
    --redshade:#AD0119;
    --blueshade:#02386F;
    --lightblueshade:#EBF5FF;
    --white:#fff;
    --black:#000;
    --redhatfont: "Red Hat Display", sans-serif;
    --firasansfont: "Fira Sans", sans-serif;
    --barlowfont: "Barlow", sans-serif;
}

.m-0{
    margin: 0 !important;
}

.mt-0{
    margin-top: 0 !important;
}

.mb-0{
    margin-bottom: 0 !important;
}

.text-white{
    color: var(--white) !important;
}

.text-bold{
    font-weight: 700 !important;
}

.text-black{
    font-weight: 900 !important;
}

.wrapper{
    width: 100%;
    overflow: hidden;
}

header.aranca_header{
    width: 100%;
    background: var(--white);
    position: fixed;
    top: 0;
    z-index: 9999;
}

.topjapan-header{
    width: 100%;
    position: relative;
    height: auto;
    background: var(--white);
    transition: 0.5s all ease;
}

.topheader-flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding:1.016vw 0;
    border-bottom: 1px solid #C6DFE0;
}

.topheader-flex .topsocial-links{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.topheader-flex .topsocial-links > a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.438vw;
    height: 3.438vw;
    border-radius: 100%;
    border:1px solid #DAE1E9;
    margin-right: 0.602vw;
    font-size: 1.45vw;
    background: linear-gradient(to right, #fff, #fff);
    color: var(--blueshade);
    text-decoration: none !important;
    transition: 0.5s all ease;
}

.topheader-flex .topsocial-links > a:hover{
    background: var(--gradientcolor);
    color: var(--white);
    transition: 0.5s all ease;
}

.langauge-selectflex{
    width: 26%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.langauge-selectflex .dropdown.bootstrap-select.my-image- {
    width: auto !important;
}

button.btn.dropdown-toggle.btn-light{
    width: 11.9vw;
    background: transparent;
    font-family: var(--redhatfont);
    font-weight: 600;
    color: #1C2539;
    font-size: 1.094vw;
    letter-spacing: 0.109vw;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    position: relative;
}

button.btn.dropdown-toggle.btn-light::after {
    content: '\f078';
    position: absolute;
    /* top: 0.2vw; */
    top:0.34vw;
    right: 1.4vw;
    color: #1C2539;
    font-family: 'FontAwesome';
    font-size: 0.65vw;
}

button.btn.dropdown-toggle.btn-light .filter-option{
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
}

button.btn.dropdown-toggle.btn-light .filter-option img{
    margin: 0 0.5vw 0 0;
    width: 2vw;
}

button.btn.dropdown-toggle.btn-light .filter-option .filter-option-inner-inner{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0 10px;
}

.emailandphoneflex{
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.emailandphoneflex a.emailandphone-links{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

}

.emailandphoneflex a.emailandphone-links:not(:last-child){
    margin-right: 1.953vw;
}

.emailandphoneflex a.emailandphone-links .socialicon{
    width: 2.344vw;
    height: 2.344vw;
    background: var(--lightblueshade);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .emailandphoneflex a.emailandphone-links .socialicon img{
    width: 2vw;
} */

.emailandphoneflex a.emailandphone-links .sociallink{
    width: calc(100% - 2.344vw);
    padding:0 0 0 0.781vw;
}

.emailandphoneflex a.emailandphone-links .sociallink{
    font-size: 1.23vw;
    line-height: 3.908vh;
    color: var(--blueshade);
    font-family: var(--firasansfont);
    font-weight: 400;
}

.emailandphoneflex a.emailandphone-links .sociallink span{
    /* font-size: 1.23vw; */
    line-height: 3.908vh;
    color: var(--blueshade);
    /* font-family: var(--barlowfont); */
    font-weight: 600;
}

.bottommainheader{
    width: 100%;
}

.bottommainheader .mainheaderflex{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* padding: 1.55vw 0 0; */
    padding: 0;
    transition: 0.5s all ease;
}

.bottommainheader .mainheaderflex .sitelogo{
    width: 18%;
    display: block;
}

.bottommainheader .mainheaderflex .sitelogo img{
    width: 13.95vw;
    height: auto;
}

.bottommainheader .mainheaderflex .mainmenubar{
    width: 64%;
}

.bottommainheader .mainheaderflex .contactcta{
    width: 18%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contactcta a {
    width: 12.8vw;
    display: block;
    background: var(--ctagradientcolor);
    position: relative;
    border-radius: 50px;
    padding: 0.93vw 1vw 0.93vw 2.5vw;
    color: var(--white);
    font-size: 1.01vw;
    font-weight: 300;
    font-family: var(--firasansfont);
    text-decoration: none !important;
    outline: none !important;
    transition: 0.5s all ease;
}

.contactcta a span.imgspan{
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0.45vw;
    right: 0.4vw;
    background: #AD0119;
    transition: 0.5s all ease;
}

.contactcta a:hover{
    background: var(--ctahovergradientcolor);
    transition: 0.5s all ease;
    text-decoration: none !important;
    outline: none !important;
}


/*------ Navbar -------*/

ul.primarynav {
    padding:0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    width: 100%;
}

ul.primarynav > li {
    padding: 0;
    position: relative;
    margin: 0 1.289vw;
}

ul.primarynav > li:first-child{
    margin-left: 0;
}

ul.primarynav > li:last-child{
    margin-right: 0;
}

ul.primarynav > li > a{
    font-size: 1.1vw;
    line-height: 3.908vh;
    font-family: var(--barlowfont);
    font-weight: 500;
    letter-spacing: 0.109vw;
    color: #1C2539;
    display: block;
    /* padding: 2.891vw 0 2.5vw; */
    padding: 2.5vw 0 2.5vw;
    text-decoration: none;
    outline: none !important;
    transition: 0.5s all ease;
}

ul.primarynav > li > a > img{
    width:1vw;
    height:auto;
    position:relative;
    top:-0.1vw
}

ul.primarynav > li > a > i{
    margin: 0 0 0 0.781vw;
    font-size: 0.8vw;
    color: #AD0119;
}

/* ul.primarynav > li:not(:last-child):after {
    content:'\f067';
    font-family: 'FontAwesome';
    background:#333;
    position:absolute;
    top:calc((100% - 20px)/2);
    right:-23px;
} */

ul.primarynav > li > ul.secnav {
    list-style:none;
    position:absolute;
    top:100%;
    border:1px solid #e0e0e0;
    left: 0;
    /* width: 17.969vw; */
    width: 13vw;
    background: #fff;
    padding: 0.391vw 0 0;
    opacity: 0;
    transition: 0.2s all ease;
    z-index:10;
    visibility: hidden;
}

ul.primarynav > li > ul.secnav:after{
    content: '';
    width: 100%;
    height: 0.391vw;
    position: absolute;
    background: var(--gradientcolor);
    top: 0;
    left: 0;
}

ul.primarynav > li > a:hover{
    color: #B20932;
    transition: 0.2s all ease;
}

ul.primarynav > li:first-child > ul.secnav{
    /* width:350px; */
    width: 22.8vw;
}

ul.primarynav > li > ul.secnav > li{
    position: relative;
}

ul.primarynav > li > ul.secnav > li > a > img{
    margin: 0 5px 0 0;
    border: 1px solid #fff;
}

ul.primarynav > li > ul.secnav > li > a > i{
    margin: 0 5px 0 0;
}


ul.primarynav > li > ul.secnav > li > a,
ul.primarynav > li > ul.secnav > li > ul.thirdnav > li > a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.1vw;
    line-height: 3.908vh;
    font-family: var(--barlowfont);
    font-weight: 500;
    color: #1C2539;
    padding: 0.781vw 1.172vw;
    text-decoration: none;
    outline: none !important;
    position: relative;
    transition: 0.2s all ease;
}

ul.primarynav > li > ul.secnav > li > a:hover,
ul.primarynav > li > ul.secnav > li > ul.thirdnav > li > a:hover{
    background: #ccc;
    transition: 0.2s all ease;
}

ul.primarynav > li .arrowdropmain{
    display: none;
}

ul.primarynav > li > ul.secnav > li .arrowdrop{
    position: absolute;
    right:10px;
    top: 10px;
    transform: rotate(270deg);
}

ul.primarynav > li > ul.secnav > li:not(:last-child) > a,
ul.primarynav > li > ul.secnav > li > ul.thirdnav > li:not(:last-child) > a{
    border-bottom: 1px solid #eee;
}


ul.primarynav > li > ul.secnav > li > ul.thirdnav {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    margin: 0;
    padding: 5px 0 0;
    list-style: none;
    width: 200px;
    border:1px solid #e0e0e0;
    border-top: 0;
    opacity: 0;
    transition: 0.2s all ease;
    z-index:10;
    visibility: hidden;
}

ul.primarynav > li > ul.secnav > li > ul.thirdnav:after{
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    background: #333;
    top: 0;
    left: 0;
}

ul.primarynav > li:hover > ul.secnav{
    visibility: visible;
    opacity: 1;
    transition: 0.2s all ease;   
}

ul.primarynav > li > ul.secnav > li:hover > ul.thirdnav{
    visibility: visible;
    opacity: 1;
    transition: 0.2s all ease;   
}

ul.primarynav > li > ul.secnav > li:first-child > ul.thirdnav{
    top:-5px;
}

/*------ Navbar End -------*/

header.aranca_header.fixed{
    width: 100%;
    position: fixed;
    top:0;
    left: 0;
    box-shadow: 0 5px 35px 10px #596e8336;
    transition: 0.5s all ease;
}

header.aranca_header.fixed .topjapan-header{
    transform: translateY(-100%);
    transition: all 0.5s ease;
    height: 0;
    overflow: hidden
}

header.aranca_header.fixed .bottommainheader .mainheaderflex{
    padding: 0;
    transition: all 0.5s ease;
}

header.aranca_header.fixed ul.primarynav > li > a{
    padding: 2vw 0;
    transition: all 0.5s ease;
}

.margintopbox{
    /* margin-top: 14.492vw; */
    margin-top: 12.552vw;
}

.page-section{
    width: 100%;
}

.custpage-container{
    width: calc(100% - 3.125vw) !important;
    margin: auto;
    padding: 0;
}

.herobg{
    width: 100%;
    background:url('../images/japan_banner_bg_image.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    overflow: hidden;
}

.japan-heroflex{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2.2vw 4.453vw 4.3vw 4.18vw;
}

.sectionintro{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.sectionintro img{
    width: 2.33vw;
}

.sectionintro h6{
    font-size: 1.25vw;
    font-family: var(--barlowfont);
    font-weight: 500;
    line-height: ;
    color: #A51639;
    margin: 0 0 0 0.625vw;
    text-transform: uppercase;
}

.japan-heroflex .bannertext-box{
    width: 50%;
    padding: 3vw 0 0;
}

h1.pageheading {
    /* font-size: 4.4vw; */
    font-size: 4vw;
    /* line-height: 11vh; */
    line-height: 10vh;
    font-family: var(--firasansfont);
    font-weight: 500;
    color: #0F1B24;
    margin: 1.3vw 0 1.7vw;
}

span.engred{
    font-weight: 800;
    color: #AD0119;
}

span.engblue{
    font-weight: 800;
    color: #02386F;
}

.japan-heroflex .bannerimage-box{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.japan-heroflex .bannerimage-box img{
    width: 36.7vw;
    max-width: 100%;
    height: auto;
}

.japan-heroflex .bannertext-box p {
    font-size: 1.1vw;
    font-family: var(--barlowfont);
    font-weight: 400;
    color: #5D666F;
    margin: 0;
    /* text-transform: capitalize; */
    padding: 0 2vw 0 0;
    line-height: 3.5vh;
}

a.pagectabtn {
    width: 20.3vw;
    display: block;
    background: #02386F;
    position: relative;
    border-radius: 50px;
    padding: 1.45vw 1vw 1.45vw 4.1vw;
    color: var(--white);
    font-size: 1.075vw;
    font-weight: 600;
    font-family: var(--firasansfont);
    text-decoration: none !important;
    outline: none !important;
    transition: 0.5s all ease;
    margin: 2.6vw 0 0;
}

a.pagectabtn.jpbtn{
    padding: 1.45vw 1vw 1.45vw 1.3vw;
    font-size: 1.0vw;
}

a.pagectabtn span.btnimg{
    width: 3.594vw;
    height: 3.594vw;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0.45vw;
    right: 0.4vw;
    background: #AD0119;
    transition: 0.5s all ease;
}

a.pagectabtn:hover{
    background: #AD0119;
    transition: 0.5s all ease;
    text-decoration: none !important;
    outline: none !important;
}

a.pagectabtn:hover span.btnimg{
    background: #02386F;
    transition: 0.5s all ease;
}

a.pagectabtn.invertcta{
    background: #AD0119;
    border: 1px solid #AD0119;
}

a.pagectabtn.invertcta span.btnimg{
    background: #02386F;
}

a.pagectabtn.invertcta:hover{
    background: #02386F;
    transition: 0.5s all ease;
    text-decoration: none !important;
    outline: none !important;
}

a.pagectabtn.invertcta:hover span.btnimg{
    background: #AD0119;
    transition: 0.5s all ease;
}

.spotlight-section{
    width: 100%;
    margin: -2.9vw 0 0;
}

.spolight-flexbox{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.spolight-flexbox .spotlightheading {
    width: calc(100% - 60vw);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.spolight-flexbox .spotlightheading h3{
    display: inline-block;
    border-radius: 30px 30px 0 30px;
    border: 2px solid #AD0119;
    padding: 0.781vw 1.593vw;
    font-size: 2.031vw;
    font-family: var(--barlowfont);
    font-weight: 700;
    color: #AD0119;
    margin: 0;
}

.spolight-flexbox .spotlightblocks {
    /* width: 81.7vw; */
    width: 80vw;
    background: var(--gradientcolor);
    border-radius: 30px 0 30px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 2.65vw 1.9vw;
}

.spolight-flexbox .spotlightblocks .spotnewhead{
    width: 25%;
}

.spolight-flexbox .spotlightblocks .spotnewhead h3{
    padding: 0.781vw 1.593vw;
    font-size: 2.031vw;
    font-family: var(--barlowfont);
    font-weight: 700;
    color: var(--white);
    margin: 0;
}

.spolight-flexbox .spotlightblocks .spotlightitem{
    width: 27.5%;
    padding: 0 0.781vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-left: 1px solid #f3f3f34d;
}

/* .spolight-flexbox .spotlightblocks .spotlightitem:nth-child(3){
    width: 30%;
} */

.spolight-flexbox .spotlightblocks .spotlightitem:last-child{
    width: 20%;
}

/* .spolight-flexbox .spotlightblocks .spotlightitem:last-child{
    border-right: 0;
} */

.spolight-flexbox .spotlightblocks .spotlightitem .spotimg{
    width: 3.516vw;
    height: 3.516vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spolight-flexbox .spotlightblocks .spotlightitem .spotimg img{
    width: 100%;
    height: auto;
}

.spolight-flexbox .spotlightblocks .spotlightitem .spottext{
    width: calc(100% - 3.516vw);
    padding: 0 0 0 0.781vw;
    text-decoration: none !important;
    outline: none !important;
    display: block;
}

.spolight-flexbox .spotlightblocks .spotlightitem .spottext p{
    /* font-size: 1.1vw; */
    font-size: 1.25vw;
    color: #fff;
    font-family: var(--barlowfont);
    font-weight: 400;
    line-height: 2.031vw;
    margin: 0;
}

.growthpartner-section{
    width: 100%;
    padding: 5.563vw 0 0;
    background: var(--white);
}

.topheadingctaflex{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 4.2vw;
}

.sectionheadingblock{
    width:44%;
}


.sectioncta{
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 1vw 0 0;
}

h2.sectionheading{
    font-size: 3.55vw;
    line-height: 8.85vh;
    font-family: var(--firasansfont);
    font-weight: 500;
    text-transform: capitalize;
    margin: 0.4vw 0 0;
}

.sectionintrotext{
    width: 33%;
    padding: 1vw 0 0 4.35vw;
}

.sectionintrotext p {
    margin: 0;
    font-size: 1.25vw;
    font-family: var(--barlowfont);
    font-weight: 400;
    color: #1C2539;
    /* text-transform: capitalize; */
    line-height: 3.7vh;
}

.grothverticaltabs-block{
    width: 100%;
    display: flex;
    align-items: unset;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.grothverticaltabs-block .grothverticaltabs-navs{
    width: 38%;
    max-width: 36.357vw;
    border-radius: 45px;
    background: #02386F;
    position: relative;
    padding: 5.5vw 0 5.5vw 0;
}

.grothverticaltabs-block .grothverticaltabs-navs ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 98%;
    position: relative;
    left: 3.859vw;
    z-index: 9;
}

.grothverticaltabs-block .grothverticaltabs-navs ul li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.grothverticaltabs-block .grothverticaltabs-navs ul li::after{
    content: '';
    width: 1px;
    height: 90%;
    top:5%;
    right: 0;
    background: ;
}

.grothverticaltabs-block .grothverticaltabs-navs ul li a{
    font-size: 1.7vw;
    /* line-height: 11.573vh; */
    line-height: 5.5vh;
    color: var(--white);
    font-family: var(--firasansfont);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none !important;
    outline: none !important;
    width: 100%;
    border-radius: 3.906vw;
    padding: 0.7vw 5.5vw 0.7vw 1.17vw;
    background: linear-gradient(to right, transparent, transparent);
    transition: 0.5s all ease;
    position: relative;
    height: 7.416vw;
}

.grothverticaltabs-block .grothverticaltabs-navs ul li a.active{
    background: var(--gradientcolor);
    transition: 0.5s all ease;
    box-shadow: 0 5px 28px 0 #00000040;
}

.grothverticaltabs-block .grothverticaltabs-navs ul li a > img {
    width: 1.4vw;
    height: auto;
    filter: invert(1);
    margin: 0 0 0 0.35vw;
}

.grothverticaltabs-block .grothverticaltabs-navs ul li a .tabimg {
    width: 5.859vw;
    height: 5.859vw;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0.8vw;
    right: 0.8vw;
    border-radius: 100%;
    opacity: 0;
    transition: 0.5s all ease;
}

.grothverticaltabs-block .grothverticaltabs-navs ul li a.active .tabimg{
    opacity: 1;
    transition: 0.5s all ease;
}

.grothverticaltabs-block .grothverticaltabs-contentwrap{
    width: 62%;
    max-width: calc(100% - 36.357vw);
    border-radius: 45px;
    background: url('../images/tab_content_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 5vw 2vw 5vw 5vw;
}

.grothverticaltabs-content:not(.active){
    display: none;
}

.inflexcontent{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.inflexcontent .contentimg{
    width: 45.3%;
    border-radius: 30px;
    overflow: hidden;
}

.inflexcontent .contentimg img{
    width: 100%;
    height: auto;
}

.inflexcontent .contenttext{
    width: 54.7%;
    padding: 1.4vw 0 0 3vw;
}

.inflexcontent .contenttext h4{
    font-size: 1.58vw;
    font-family: var(--firasansfont);
    font-weight: 700;
    color: #1C2539;
    /* margin: 0 0 2.4vw; */
    margin: 0 0 1.7vw;
}

.inflexcontent .contenttext ul{
    margin: 0;
    list-style: none;
    padding: 0;
}

.inflexcontent .contenttext ul > li{
    /* font-size: 1.1vw; */
    font-size: 1.25vw;
    font-family: var(--barlowfont);
    font-weight: 600;
    /* line-height: 4.208vh; */
    line-height: 5.208vh;
    margin: 0;
    color: #5D666F;
    position: relative;
    padding: 0 0 0 1.953vw;
}

.inflexcontent .contenttext ul > li::before {
    content: url(../images/listcheck.svg);
    position: absolute;
    top: 0.16vw;
    left: 0;
    transform: scale(0.8);
}

.grothverticaltabs-contentwrap .contactcta{
    margin: 1.7vw 0 0;
}

.sectorsweserve-section{
    width: 100%;
    padding: 7.1vw 0 10.547vw;
}

.sectorsweservesection-heading{
    text-align: center;
}

.sectorsweservesection-heading h2.sectionheading{
    margin: 0.99vw 0 0 0;
}

.sectorgridflex{
    width:100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2.969vw;
    grid-row-gap: 3.906vw;
    margin: 7.031vw 0 0;
}

.sectorgridflex .sectorgrid-item{
    width: 100%;
    border-radius: 25px;
    background: linear-gradient(to right, #fff, #fff);
    padding: 2vw 1vw 2vw 1.875vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid #E0E0E0;
    box-shadow: 0 5px 66px 0 #5b6d844d;
    transition: 0.5s all ease;
}

.sectorgridflex .sectorgrid-item .sector-icon{
    width: 5.625vw;
    height: 5.625vw;
    background: #EBEEF5;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sectorgridflex .sectorgrid-item .sector-icon img{
    width: 3vw;
    height: auto;
    fill: #4b4b4b;
    /* filter: brightness(0.3) invert(0); */
    filter: hue-rotate(201deg) saturate(200%) brightness(80%);
    transition: 0.5s all ease;
}

.sectorgridflex .sectorgrid-item .sector-text{
    width: calc(100% - 5.625vw);
    padding: 0 0 0 1.593vw;
}

.sectorgridflex .sectorgrid-item .sector-text h4{
    font-size: 1.5vw;
    line-height: 4.81vh;
    margin: 0;
    font-family: var(--firasansfont);
    font-weight: 600;
    color: #1C2539;
    transition: 0.5s all ease;
}

.sectorgridflex .sectorgrid-item .sector-text h4 .jptitle {
    font-size: 1.28vw;
}

.sectorgridflex .sectorgrid-item:hover{
    background: var(--gradientcolor);
    transition: 0.5s all ease;
}

.sectorgridflex .sectorgrid-item:hover .sector-text h4{
    color: var(--white);
    transition: 0.5s all ease;
}

.sectorgridflex .sectorgrid-item:hover .sector-icon{
    background: var(--white);
    transition: 0.5s all ease;
    box-shadow: 0 4px 11px 0 #3f454d82;
}

.sectorgridflex .sectorgrid-item:hover .sector-icon img{
    filter: none;
    transition: 0.5s all ease;
}

.jetroaranca-section{
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
}

.jetroarancatopblock{
    width: calc(100% - 8.594vw);
    margin: auto;
    background: var(--gradientcolor);
    /* padding: 1.406vw 3.906vw; */
    padding: 1.2vw 3.906vw;
    border-radius: 30px 30px 0 0;
}

.jetroarancatopblock h3{
    /* font-size:2.344vw;
    line-height: 5.26vh; */
    font-size: 1.8vw;
    line-height: 4.26vh;
    font-family: var(--firasansfont);
    font-weight: 700;
    color: var(--white);
    margin: 0;
}

.jetroarancamain-blockflex{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* padding: 3.516vw 3.75vw 9.766vw; */
    padding: 3vw 3.75vw 9vw;
    position: relative;
    /* background: #02386F; */
    border-radius: 30px;
    background: url('../images/empowring_jp_business_bg.png');
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .jetroarancamain-blockflex::after {
    content: url(../images/globe_imag.png);
    position: absolute;
    right: -2.95vw;
    top: -9.3vw;
    transform: scale(0.88);
    z-index: 1;
} */

.jetroarancamain-blockflex::after {
    content: url(../images/globe_imag.webp);
    position: absolute;
    right: -4.865vw;
    top: -8.9vw;
    transform: scale(0.8);
    z-index: 1;
}

/* .jetroarancamain-blockflex::after {
    content: url(../images/globe_imag.png);
    position: absolute;
    right: -0.3vw;
    top: -7.4vw;
    transform: scale(0.99);
    z-index: 1;
} */

.jetroarancamain-text{
    width: 45%;
}

.sectionintro.whitetext h6{
    color: var(--white);
}

.sectionintro.whitetext img{
    filter: brightness(0%) invert(1);
}

.jetroarancamain-text p{
    font-size: 1.1vw;
    line-height: 4.66vh;
    color: var(--white);
    font-family: var(--barlowfont);
    /* text-transform: capitalize; */
    margin: 0.859vw 0 0;
    font-weight: 400;
}

.jetroarancamain-text a.pagectabtn{
    margin: 1.66vw 0 0;
}

.jetroarancakey-section{
    margin: -6.25vw 0 0;
    position: relative;
    z-index: 3;
}

.jetroarancakeypoints-block {
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-wrap:wrap;
}

.jetroarancakeypoints-block .jetroarancakeypoint-item {
    width: calc((100% - 17.969vw)/5);
    margin:0 0.82vw;
    /* padding: 1.9vw 2.344vw; */
    padding: 1.6vw 2.344vw;
    border-radius:25px;
    background: var(--white);
    box-shadow:0 4px 32px 0 #02386f2b;
    position: relative;
    min-height: 10.6vw;
}

.jetroarancakeypoints-block .jetroarancakeypoint-item:last-child{
    padding: 1.6vw 1vw;
}

.jetroarancakeypoints-block .jetroarancakeypoint-item::before{
    content: '';
    position: absolute;
    bottom: -1.1vw;
    left: 1.25vw;
    width: calc(100% - 2.5vw);
    background: var(--redshade);
    border-radius: 0 0 30px 30px;
    height: 90%;
    transform: scaleX(0);
    z-index: -1;
    transition: 0.5s all ease;
}

.jetroarancakeypoints-block .jetroarancakeypoint-item:hover::before{
    transform: scaleX(1);
    transition: 0.5s all ease;
}

.jetroarancakeypoint-item .keypoint-icon {
    /* width: 5vw;
    height: 5vw; */
    width: 3vw;
    height: 3vw;
    margin:0 auto 0.938vw;
    position: relative;
    z-index: 1;
}

.jetroarancakeypoint-item .keypoint-icon img{
    width:100%;
    height: auto;
}

.jetroarancakeypoint-item .keypoint-text h4{
    font-size: 1.25vw;
    color:#02386F;
    text-align:center;
    font-family:var(--firasansfont);
    /* line-height:4.5vh; */
    line-height:3.5vh;
    margin:0;
    text-transform:capitalize;
    position: relative;
    z-index: 1;
}

.ourexperience-section{
    width: 100%;
    /* padding: 10.547vw 0 9.766vw; */
    padding: 10.547vw 0 7.766vw;

}

.topheaingflex-block{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.topheaingflex-block .topheaingflex-heading{
    width: 60%;
}

.topheaingflex-block .topheaingflex-para{
    width: 40%;
}

.topheaingflex-block .topheaingflex-para p {
    margin: 0;
    font-size: 1.1vw;
    font-family: var(--barlowfont);
    font-weight: 400;
    color: #5B6D84;
    line-height: 3.7vh;
    padding: 0 4.375vw 0 0;
}

.topheaingflex-block .topheaingflex-heading h2.sectionheading{
    margin: 1.25vw 0 0;
}

.experience-counterblocks-grid{
    width: 100%;
    margin: 5.625vw 0 0;
    display: grid;
    grid-template-columns: calc(46.5% - 1.094vw) calc(53.5% - 1.094vw);
    gap: 2.188vw;
}

.experience-counterblocks-grid .jpexpgrid-block{
    width: 100%;
    border-radius: 30px;
    position: relative;
    padding: 2.656vw 0 0;
    text-align: center;
    /* background: #000; */
    background: url('../images/jpexp_bg.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 65%;
    /* overflow: hidden; */
    z-index:1
}

.experience-counterblocks-grid .jpexpgrid-block::after{
    content: '';
    width: 100%;
    height: 65%;
    background: linear-gradient(to top, #000000bf, transparent);
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
}

.experience-counterblocks-grid .globalexpgrid-block{
    width: 100%;
    border-radius: 30px;
    position: relative;
    padding: 2.656vw 1.484vw 1.484vw;
    text-align: center;
    background: url('../images/trusted_global_exp_bg.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

h3.gradientheading {
    width: 32.813vw;
    display: inline-block;
    background: var(--gradientcolor);
    color: var(--white);
    font-size: 2.422vw;
    font-family: var(--firasansfont);
    line-height: 6.764vh;
    padding: 1.016vw 0.391vw;
    border-radius: 25px;
    font-weight: 600;
    margin: 0;
}

.firsttopcounter{
    margin: 8.984vw 0 24px;
    padding: 0 3.125vw 0;
}

.jpcountertext h4{
    font-size: 3.438vw;
    font-family: var(--firasansfont);
    line-height: 8.116vh;
    font-weight: 600;
    margin: 0;
    color: #063232;
    text-align: left;
}

.jpcountertext h5.otext{
    font-size: 1.593vw;
    line-height: 4vh;
    font-family: var(--firasansfont);
    font-weight: 700;
    margin: 0;
    color: #063232;
    text-align: left;
}

.jpcountertext p{
    font-size: 1.1vw;
    font-family: var(--barlowfont);
    font-weight: 400;
    margin: 0.234vw 0 0;
    line-height: 3.607vh;
    color: #fff;
    text-align: left;
}

.othercoutergrid{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    transform: translateY(1.406vw) /*18px*/;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}

.othercoutergrid .othercounter-item{
    width: 100%;
    padding: 1.15vw 3.516vw 1.563vw;
    background: #AD0119;
}

.othercoutergrid .othercounter-item:last-child{
   background: #D0E3F6;
}

.othercoutergrid .othercounter-item:last-child p{
    /* color: #5B6D84; */
    color: #1C2539;
}

.othercounter-item p{
    margin: 0.9vw 0 0;
}

.globalcounter-grid{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.328vw;
    margin: 8.438vw 0 0;
    /* margin: 7.1vw 0 0; */
}

.globalcounter-grid .globalcount-item{
    width: 100%;
    background: var(--white);
    border-radius: 25px;
    /* padding: 3.516vw 1.406vw; */
    padding: 7.516vw 1.406vw 3.516vw;
}

.globalcounter-grid .globalcount-item .counticon{
    width: 3.125vw;
    height: 3.125vw;
    margin: 0 0 1.016vw;
}

.globalcounter-grid .globalcount-item .counticon img{
    width: 2.969vw;
    height: auto;
}

.globalcounter-grid .globalcount-item p{
    color: #1C2539;
    /* text-transform: capitalize; */
    margin: 1.172vw 0 0;
}

.globalcounter-grid.jpglobal .globalcount-item.jpcountertext h5.otext{
    font-size: 1.32vw;
} 

.casestudies-wrap{
    width: 100%;
    background: url('../images/case_studies_section_bg.webp') #EAEDF3;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 7.656vw 0 5.078vw; */
    padding: 5.078vw 0 5.078vw;
    border-radius: 30px;
}

.casestudies-wrap .sectorsweservesection-heading p{
    font-size: 1.15vw;
    font-family: var(--barlowfont);
    color: #0F1B24;
    margin: 10px 0 0;
    text-align: center;
    font-weight: 400;
    /* text-transform: capitalize; */
}

.casestudies-section{
    width: 100%;
    padding: 0 0 52px;
}

.getintouch-container{
    width: 100%;
    position: relative;
    padding: 3.516vw 4.063vw;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
}

.getinbgbanner{
    position: relative;
    z-index: 1;
}

.getinbgbanner::before{
    content:'';
    background: url('../images/getintouch_bg.png');
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 28.23vw;
    z-index: -1;
}

.getintouch-container .topheaingflex-block{
    align-items: center;
}

.getintouch-container .topheaingflex-block .topheaingflex-heading h2.sectionheading{
    margin: 0.234vw 0 0;
}

.formwrapper-block{
    width: 100%;
    background: var(--white);
    border-radius: 75px;
    padding: 3.125vw 3.125vw 1.953vw;
    box-shadow: 4px 4px 41px 5px #596e8336;
    margin: 1.56vw 0 0;
}

.threegridform{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.593vw;
}

.threegridform .form-group{
    width: 100%;
    position: relative;
    margin: 0;
}

.threegridform .form-group.iconinput::after{
    content: '';
    position: absolute;
    top:1vw;
    right:1vw;
    transform: scale(0.8)
}

.threegridform .form-group.iconinput.nameicon::after{
    content: url('../images/nameicon.svg');
} 

.threegridform .form-group.iconinput.phoneicon::after{
    content: url('../images/phoneicon.svg');
}  

.threegridform .form-group.iconinput.emailicon::after{
    content: url('../images/emailicon.svg');
}  

.threegridform .form-group.span3{
    grid-column: span 3;
}

.threegridform .form-group .form-control{
    width: 100%;
    font-size: 1.1vw;
    line-height: 3.5vh;
    font-family: var(--barlowfont);
    color: #212529;
    border:1px solid #E3E3E3;
    border-radius: 20px;
    padding: 0.938vw 2.2vw 0.938vw 1.172vw;
    resize: none;
    outline: none !important;
    box-shadow: none !important;
    height: auto;
}

.threegridform .form-group .form-control::placeholder{
    color: #212529;
}

.threegridform .form-group textarea.form-control{
    height: 6vw;
}

button.formsubmitbtn {
    width: 20.3vw;
    display: block;
    background: #02386F;
    position: relative;
    border-radius: 50px;
    padding: 1.45vw 1vw 1.45vw 4.1vw;
    color: var(--white);
    font-size: 1.075vw;
    font-weight: 600;
    font-family: var(--firasansfont);
    text-decoration: none !important;
    outline: none !important;
    transition: 0.5s all ease;
    margin: 0 auto 0;
    border: 0;
    outline: none;
    text-align: left;
    cursor: pointer;
}

button.formsubmitbtn:hover{
    background: #AD0119;
    transition: 0.5s all ease;
    text-decoration: none !important;
    outline: none !important;
}

button.formsubmitbtn span.imgspan{
    width: 3.594vw;
    height: 3.594vw;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0.45vw;
    right: 0.4vw;
    background: #AD0119;
    transition: 0.5s all ease;
}

button.formsubmitbtn:hover span.imgspan{
    background: #02386F;
    transition: 0.5s all ease;
}

.othercontact-detailsblock{
    width: 85%;
    background: var(--gradientcolor);
    padding: 13px 19px 6px;
    border-radius: 0 0 45px 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: auto;
    position: relative;
}

.othercontact-detailsblock::after{
    content: '';
    width: 10.547vw;
    height: 3.672vw;
    background: url('../images/ishiguro_bg.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 1.593vw;
    top:2.891vw;
}

.profileblock {
    width:33.9%;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-wrap:wrap;
}

.emailphoneblock {
    width:22.4%;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-wrap:wrap;
}

.profilepic {
    width:7.813vw;
}

.profilepic img{
    width:100%;
    height:auto;
}

.profiletext {
    width:calc(100% - 7.813vw);
    padding:0 0 0 0.781vw;
}

.profiletext h5{
    font-size: 1.641vw;
    line-height: 4.81vh;
    font-family: var(--redhatfont);
    color: var(--white);
    font-weight: 800;
    margin:0;
}

.profiletext p{
    font-size: 1.15vw;
    font-family: var(--barlowfont);
    line-height: 21px;
    color: var(--white);
}

.emailphoneblock .emailphoneicon{
    width: 3.906vw;
    height: 3.906vw;
}

.emailphoneblock .emailphoneicon img{
    width: 100%;
    height: auto;
}

.emailphoneblock .emailphonetext{
    width: calc(100% - 3.906vw);
    padding: 0 0 0 0.7vw;
}

.emailphoneblock .emailphonetext h6{
    font-size: 1.1vw;
    font-family: var(--barlowfont);
    font-weight: 600;
    line-height: 3.006vh;
    margin: 0;
    color: var(--white);
}

.emailphoneblock .emailphonetext p{
    font-size: 1.1vw;
    font-family: var(--redhatfont);
    font-weight: 400;
    line-height: 3.006vh;
    margin: 0.234vw 0 0;
    color: var(--white);
}

.emailphoneblock .emailphonetext p a{
    text-decoration: none !important;
    outline: none !important;
    color: var(--white);
}

.blognews-section .topheadingctaflex{
    margin: 0 0 0;
}

.blognews-section{
    width: 100%;
    padding: 5.469vw 0 0;
}

.blognews-wrapper .sectionheadingblock{
    width: 77%;
}

.blognews-wrapper h2.sectionheading{
    margin: 1.172vw 0 0;
}

.blogsnews-grid {
    width:100%;
    /* display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:20px; */
}

.blogsnews-grid a.blognews-post {
    padding:1.406vw 1.406vw 3.75vw;
    border-radius:35px;
    background:var(--white);
    box-shadow: 0 4px 48px 0 #02386f24;
    text-decoration: none !important;
    outline: none !important;
    display: block;
    margin: 4.2vw 0.781vw 2vw;
}

.blogsnews-grid .blognews-post .blogthumb {
    width:100%;
    position:relative;
}

.blogsnews-grid .blognews-post .blogthumb img {
    width: 100%;
    border-radius: 10px;
    height: 19.25vw;
    object-fit: cover;
}

.blogsnews-grid .blognews-post .blogthumb .postdate{
    width: 10vw;
    border-radius: 17px;
    text-align: center;
    font-size: 1.055vw;
    line-height: 4.509vh;
    color: var(--white);
    font-family: var(--redhatfont);
    font-weight: 700;
    background: #1C2539;
    position: absolute;
    bottom: 1.593vw;
    left: 1.328vw;
    transition: 0.5s all ease;
}

.blogsnews-grid .blognews-post:hover .blogthumb .postdate{
    background: #AD0119;
    transition: 0.5s all ease;
}

.blogsnews-grid .blognews-post .blogtext{
    width: 100%;
    padding: 0 1.25vw;
}

.blogsnews-grid .blognews-post .blogtext .blogauthor{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1.25vw 0;
    border-bottom: 1px solid #F3F4F6;
    transition: 0.5s all ease;
}

.blogsnews-grid .blognews-post:hover .blogtext .blogauthor{
    border-bottom: 1px solid #AD0119;
    transition: 0.5s all ease;
}

.blogsnews-grid .blognews-post .blogtext .blogauthor .authorimg{
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 100%;
}

.blogsnews-grid .blognews-post .blogtext .blogauthor .authorimg img{
    width: 100%;
    height: auto;
}

.blogsnews-grid .blognews-post .blogtext .blogauthor .authortext{
    width: calc(100% - 2.5vw);
    padding: 0 0 0 1.328vw;
    font-size: 1.15vw;
    line-height: 3.1vh;
    font-family: var(--barlowfont);
    font-weight: 400;
    color: #5A7779;
}

.blogsnews-grid .blognews-post .blogtext .blogauthor .authortext span{
    font-weight: 500;
    color: #1C2539;
}

.blogsnews-grid .blognews-post .blogtext .blognews-content{
    width: 100%;
    padding: 1.25vw 0;
}

.blogsnews-grid .blognews-post .blogtext .blognews-content h3{
    font-size: 1.641vw;
    line-height: 4.81vh;
    font-family: var(--firasansfont);
    font-weight: 700;
    color: #1C2539;
    margin: 0 0 1.016vw;
    transition: 0.5s all ease;
    min-height: 7vw;
}

.blogsnews-grid .blognews-post:hover .blogtext .blognews-content h3{
    text-decoration: underline;
    transition: 0.5s all ease;
}

.blogsnews-grid .blognews-post .blogtext .blognews-content p{
    font-size: 1.1vw;
    line-height: 3.757vh;
    font-family: var(--barlowfont);
    font-weight: 400;
    color: #5B6D84;
    margin: 0 0 0.313vw;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.blogsnews-grid .blognews-post .blognewscta{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.1vw;
    font-family: var(--barlowfont);
    font-weight: 500;
    color: #1C2539;
    text-decoration: none;
    outline: none !important;
    transition: 0.5s all ease;
}

.blogsnews-grid .blognews-post .blognewscta img{
    margin: 0 0.781vw 0 0;
}

.blogsnews-grid .blognews-post:hover .blognewscta{
    transform: translateX(0.781vw);
    transition: 0.5s all ease;
}

.blogsnews-grid .slick-prev{
    width: 3.516vw;
    height: 3.516vw;
    border-radius: 100%;
    background: var(--gradientcolor);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 0;
    padding: 0;
    z-index: 9;
    top:45%;
    left: -1vw;
    opacity: 1;
    transition: 0.5s all ease;
}

.blogsnews-grid .slick-prev::after{
    content: url('../images/cta-arrow.svg');
    right: 0;
    left: 0;
    transform: rotate(180deg);
}

.blogsnews-grid .slick-next{
    width: 3.516vw;
    height: 3.516vw;
    border-radius: 100%;
    background: var(--gradientcolor);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 0;
    padding: 0;
    z-index: 9;
    top:45%;
    right: -1vw;
    opacity: 1;
    transition: 0.5s all ease;
}

.blogsnews-grid .slick-next::after{
    content: url('../images/cta-arrow.svg');
    right: 0;
    left: 0;
}

.blogsnews-grid .slick-next:hover,
.blogsnews-grid .slick-prev:hover{
    background: var(--gradientreversecolor);
    transition: 0.5s all ease;   
}

/*------- Footer CSS ------- */

footer.footer{
    width: 100%;
    padding: 8.516vw 0 2.578vw;
    position: relative;
    background: transparent !important;
}

.footersubscribe-block{
    width: 85.152vw;
    background: var(--gradientcolor);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-radius: 35px;
    box-shadow: 0 4px 61px 0 #1c253969;
    position: absolute;
    /* margin: auto; */
    top:3.281vw;
    left: calc((100% - 85.152vw) / 2);
    padding: 2.031vw 2.969vw 2.266vw;
    z-index: 1;
}

.footersubscribe-block .subscribetext{
    width: 55%;
}

.footersubscribe-block .subscribetext h3{
    font-size: 2.656vw;
    line-height: 6.914vh;
    font-family: var(--firasansfont);
    font-weight: 700;
    color: var(--white);
    margin: 0 0 0.547vw;
}

.footersubscribe-block .subscribetext p{
    font-size: 1.1vw;
    line-height: 24px;
    font-family: var(--barlowfont);
    font-weight: 400;
    color: var(--white);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footersubscribe-block .subscribetext p img{
    margin: 0 0 0 0.781vw;
}

.footersubscribe-block .subscribeformbox{
    width: 45%;
}

.footersubscribe-block .subscribeformbox .subscribeform{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.footersubscribe-block .subscribeformbox .subscribeform .formgrp{
    width: 18.281vw;
    position: relative;
}

.footersubscribe-block .subscribeformbox .subscribeform .formgrp::before {
    content: url('../images/email_svg.svg');
    position: absolute;
    top: 0.8vw;
    left: 1.1vw;
}

.footersubscribe-block .subscribeformbox .subscribeform .formgrp .formctrl{
    width: 100%;
    border:1px solid #ffffff4f;
    background: transparent;
    box-shadow: none !important;
    outline: none;
    font-size: 1.1vw;
    line-height: 3.5vh;
    font-family: var(--barlowfont);
    color: #fff;
    border-radius: 35px;
    padding: 0.95vw 0.781vw 0.95vw 3.6vw;
}

.footersubscribe-block .subscribeformbox .subscribeform .formgrp .formctrl::placeholder{
    color: #BCB7C6;
}

.footersubscribe-block .subscribeformbox .subscribeform .formbtn{
    width: 9.688vw;
    margin: 0 0 0 1.593vw;
}

.footersubscribe-block .subscribeformbox .subscribeform .formbtn button.subbtn{
    width: 100%;
    padding: 0.938vw;
    text-align: center;
    background: #fff;
    border-radius: 35px;
    font-size: 1.1vw;
    line-height: 3.5vh;
    outline: none !important;
    border:0 !important;
    color: #02386F;
    font-family: var(--firasansfont);
    font-weight: 500;
    cursor: pointer;
    transition: 0.5s all ease;
}

.footersubscribe-block .subscribeformbox .subscribeform .formbtn button.subbtn:hover,
.footersubscribe-block .subscribeformbox .subscribeform .formbtn button.subbtn:focus{
    color: var(--white);
    background: var(--redshade);
    transition: 0.5s all ease;
}

.footermain-block{
    width: 100%;
    display: flex;
    align-items: unset;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-radius: 30px;
    overflow: hidden;
}

.footeraranca-branding{
    width: 32%;
    background: url('../images/footer_bg_1.png') #f4f4f6;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 10.938vw 4.688vw 9.609vw; */
    padding: 10vw 4.688vw 5.6vw;
    text-align: center;
}

.footeraranca-branding > img {
    margin: 0;
    width: 19.5vw;
    height: auto;
}

.footeraranca-branding > p{
    font-size: 1.25vw;
    font-family: var(--barlowfont);
    font-weight: 400;
    line-height: 3.457vh;
    color: #0F1B24;
    /* margin: 3.906vw 0 4.766vw; */
    margin: 4.92vw 0 4.766vw;
    /* padding: 0 1.781vw; */
    padding: 0;
    text-align: justify;
}

.footsocialflex{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footsocialflex > a{
    width: 3.281vw;
    height: 3.281vw;
    border-radius: 100%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.391vw;
    font-size: 1.484vw;
    color: var(--redshade);
    text-decoration: none !important;
    transition: 0.5s all ease;
}

.footsocialflex > a:hover{
    background: var(--redshade);
    color: var(--white);
    transition: 0.5s all ease;
}

.footerotherdetails-block{
    width: 68%;
    background: #002954;
}

.footerotherdetails-block .footerotherdetails-blockin{
    width: 100%;
    padding: 10.469vw 1.5vw 0.938vw 2.109vw;
    position: relative;
}

.footerotherdetails-block .footerotherdetails-blockin .gototop_bg {
    position: absolute;
    width: 22vw;
    bottom: 2.334vw;
    right: 1.5vw;
}

.footerallcontact-flex {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footerallcontact-flex .footerconnect-block {
    width:33.33%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footerallcontact-flex .footerconnect-block:nth-child(1){
    /* width: 31%; */
    width: 28%;
}

.footerallcontact-flex .footerconnect-block:nth-child(2){
    width: 40%;
}

.footerallcontact-flex .footerconnect-block:nth-child(3){
    width: 32%;
}

.footerallcontact-flex .footerconnect-block .footerconnect-icon {
    width:4.219vw;
    height:4.219vw;
    border-radius:100%;
    background:#193E65;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.footerallcontact-flex .footerconnect-block .footerconnect-icon i{
    font-size: 2.5vw;
    color: var(--white);
}

.footerallcontact-flex .footerconnect-block .footerconnect-icon img{
    width: 2vw;
    height: auto;
}

.footerallcontact-flex .footerconnect-block .footerconnect-text {
    width: calc(100% - 4.219vw);
    padding: 0 0 0 1vw;
}

.footerallcontact-flex .footerconnect-block .footerconnect-text h5{
    font-size: 1.25vw;
    line-height: 3.006vh;
    font-family: var(--barlowfont);
    font-weight: 400;
    margin: 0 0 0.703vw;
    color: #E5E9EE;
}

.footerallcontact-flex .footerconnect-block .footerconnect-text p{
    font-size: 1.20vw;
    line-height: 3.4vh;
    font-family: var(--firasansfont);
    font-weight: 600;
    margin: 0;
    color: #ccd4dd;
}

.footerallcontact-flex .footerconnect-block .footerconnect-text p a{
    text-decoration: none !important;
    outline: none !important;
    color: #ccd4dd;
    font-family: var(--firasansfont);
}

.footerlinkblocks{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 4.297vw 0 0;
}

.footerlinkblocks .footerlink-block{
    width: 34.7%;
}

.footerlinkblocks .footerlink-block:nth-child(2){
    width: 45%;
}

.footerlinkblocks .footerlink-block h4{
    font-size: 1.719vw;
    line-height: 34px;
    color: var(--white);
    font-family: var(--firasansfont);
    font-weight: 700;
    margin: 0 0 1.593vw;
}

.footerlinkblocks .footerlink-block ul{
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footerlinkblocks .footerlink-block ul li{
    margin: 0 0 1.1vw;
}

.footerlinkblocks .footerlink-block ul li a{
    font-size: 1.33vw;
    font-family: var(--barlowfont);
    font-weight: 400;
    color: #E5E9EE;
    line-height: 3.6vh;
    transition: 0.5s all ease;
    text-decoration: none !important;
    outline: none !important;
    display: inline-block
}

.footerlinkblocks .footerlink-block ul li a:hover,
.footerlinkblocks .footerlink-block ul li a:focus{
    color: #fff;
    transition: 0.5s all ease;
}

.footerlinkblocks .footerlink-block ul.footpractice_ul > li > a{
    position: relative;
    padding: 0 0 0 1.9vw;
}

.footerlinkblocks .footerlink-block ul.footpractice_ul > li > a::before{
    content: url('../images/linkright_icon.svg');
    position: absolute;
    left: 0;
    top: 0.1vw;
    transition: 0.5s all ease;
}

.footerlinkblocks .footerlink-block ul.footpractice_ul > li > a:hover::before{
    transform: translateX(0.7vw);
    transition: 0.5s all ease;
}

.arancacopyright-block{
    width: 100%;
    border-top: 1px solid #324859;
    /* padding: 2.813vw 2.109vw; */
    padding: 2.56vw 2.109vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.arancacopyright-block .copyrightblock{
    width: 45%;
}

.arancacopyright-block .copyrightblock p{
    font-size: 1.25vw;
    line-height: 3.516vh;
    font-family: var(--barlowfont);
    color: #CCD4DD;
    margin: 0;
}

.arancacopyright-block .copyrightblock p a{
    color: var(--redshade);
    text-decoration: underline !important;
    outline: none !important;
}

.arancacopyright-block .otherpages-block{
    width: 55%;
}

.arancacopyright-block .otherpages-block ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.arancacopyright-block .otherpages-block ul li{
    margin: 0 0 0 30px;
}

.arancacopyright-block .otherpages-block ul li a{
    font-size: 1.25vw;
    line-height: 3.516vh;
    font-family: var(--barlowfont);
    color: #CCD4DD;
    margin: 0;
    text-decoration: none !important;
    outline: none !important;
}

.arancacopyright-block .otherpages-block ul li a:hover{
    color: var(--white);
    text-decoration: none !important;
    outline: none !important;
    transition: 0.5s all ease;
}

.clicktotop {
    width: 3.281vw;
    /* height: 7.813vw; */
    height: 4.813vw;
    border-radius: 25px;
    background: linear-gradient(to top, #AD0119, #02386F);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 4vw;
    right: 1vw;
    cursor: pointer;
    animation: MoveUpDown 3s linear infinite;
    z-index: -2;
    opacity: 0;
    transition: 0.5s all ease;
}

.clicktotop.showthis{
    z-index: 999;
    opacity: 1;
    transition: 0.5s all ease;
}

/* @keyframes MoveUpDown{
    0%, 100%{
        bottom: 4vw;
    }50%{
        bottom: 2vw;
    }
} */

/*------------ Case Studies Slider CSS ------------*/

.filters {
    margin-bottom: 1.8vw;
    text-align: center;
    width: 100%;
    max-width: 42vw;
    background: #fff;
    border-radius: 100px;
    padding: 0.391vw;
    margin: 3.281vw auto 3.672vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.172vw;
}

.ogfilters{
    display: none;
}

.filters button#reset-slider,
.filters button#reset-slider1 {
    width: 100%;
    border-radius: 100px;
    background: var(--gradientcolor);
    text-align: center;
    border: 0;
    outline: none !important;
    box-shadow: none;
    font-size: 1vw;
    font-family: var(--barlowfont);
    font-weight: 700;
    color: var(--white);
    padding: 1.016vw 1.593vw;
}

.filters button#reset-slider span.num,
.filters button#reset-slider1 span.num {
    width: 25px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 100%;
    font-size: 1vw;
    font-family: var(--redhatfont);
    font-weight: 700;
    color: #A51639;
    margin: 0 0 0 0.5vw;
}

.filters select{
    font-size:1vw;
    line-height:25px;
    font-family:'Barlow', sans-serif;
    font-weight:700;
    border:0 !important;
    margin:0;
    width:100%;
    text-align: center;
    background: transparent !important;
    outline: none !important;
    box-shadow: none;

}

.filters select:hover,
.filters select:focus{
    background: transparent !important;
    outline: none !important;
    box-shadow: none;
}

.slider {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
}

.slider .jptitle{
    display: none;
}

.slider.jpslider .jptitle{
    display: block !important;
}

.slide {
    /* height: 23.4vw; 300px ≈ 23.4vw */
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: width 0.3s ease;
    box-sizing: border-box;
    background-color: #3498db;
    cursor: pointer;
    margin: 0 0.5vw; /* half of 1.8vw gap */
    border-radius: 30px;
    overflow: hidden;
    background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.slick-slide {
    width: 32.1vw !important; /* 3 slides per view with gap */
}

.slide.expanded {
    width: calc(50vw - 1.4vw) !important; /* 640px ≈ 50vw */
    /* background-color: #2ecc71; */
    position: relative;
}

.slide.reduced {
    width: calc(25vw - 1.4vw) !important; /* 320px ≈ 25vw */
    background-color: #3498db;
}

.slide > img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.slick-track {
    display: flex !important;
    align-items: center;
    /* margin-left: -0.9vw !important;
    margin-right: -0.9vw !important; */
}

.slick-prev,
.slick-next {
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.8vw;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1vw;
}

.slick-prev {
    left: 0.8vw;
}
.slick-next {
    right: 0.8vw;
}
.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}



.slidecontent{
    width: 100%;
    transition: 0.5s all ease;
    position: relative;
    z-index: 1;
    min-height: 36.5vw;
}

.slidecontent::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #000 0%, #000 44%, #000 100%);
    z-index: -1; 
    opacity: 0.6;
    transition: 0.5s all ease;
}

.slide.expanded .slidecontent::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    /* background: linear-gradient(180deg, #02386f0a 0%, #02386f69 44%, #A51639 100%); */
    background: linear-gradient(180deg, #001327c2 0%, #00070ea3 44%, #A51639 100%);
    z-index: -1;
    opacity: 1;
    transition: 0.5s all ease;
}

.slidecontent .numpoint {
    position: absolute;
    font-size: 5.781vw;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    color: #ffffff4d;
    margin: 0;
    top: 0.1vw;
    right: 2.44vw;
}

.slidecontent .readcase {
    position: absolute;
    font-size: 1vw;
    font-family: var(--firasansfont);
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    bottom: 1.5vw;
    right: 2vw;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.slidecontent .readcase img{
    margin: 0 0 0 0.21vw;
    filter: invert(1);
}

.slidecontent > h3{
    font-size: 1.65vw;
    line-height: 4.869vh;
    font-family: var(--firasansfont);
    font-weight: 600;
    color: var(--white);
    padding: 0 0 0.7vw;
    border-bottom: 1px solid #f5f5f53d;
    margin: 0;
}

.slide.reduced .slidecontent > h3,
.slidecontent > h3{
    padding: 0;
    border: 0;
    transition: 0.5s all ease;
}

.slidecontent h4{
    font-size: 1.5vw;
    line-height: 4.059vh;
    font-family: var(--firasansfont);
    font-weight: 500;
    color: var(--white);
    padding: 0;
    margin:0 0 1.vw;
}

.slidecontent > .slideflex{
    width: 100%;
    display: flex;
    align-items: unset;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 1.593vw ;
}

.slidecontent > .slideflex .slideblock-app{
    width: 50%;
    padding: 0.625vw 1.1vw 0.9vw 0.5vw;
}

.slidecontent > .slideflex .slideblock-app ul{
    padding:0 0 0 15px;
    list-style: disc;
}

.slidecontent > .slideflex .slideblock-app ul li{
    font-size: 1.1vw;
    line-height: 4.1vh;
    font-family: var(--barlowfont);
    font-weight: 300;
    color: var(--white);
    margin: 0 0 0.313vw;
    /* text-transform: capitalize; */
}

.slidecontent > .slideflex .slideblock-impact{
    width: 50%;
    background: #AD0119;
    position: relative;
    padding: 1.593vw  1.593vw 1.593vw 1.593vw;
    z-index: 1;
    border-radius: 30px 30px 0 0;
}

.slidecontent > .slideflex .slideblock-impact::before{
    content: '';
    width: 100%;
    height: 1vw;
    border-radius: 30px 30px 0 0;
    position: absolute;
    top:-1vw;
    left: 0;
    background: #AD0119;
    z-index: 1;
}

.slidecontent > .slideflex .slideblock-impact h5{
    font-size: 1.1vw;
    line-height: 3.5vh;
    font-family: var(--redhatfont);
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    margin: 0 0 0.2vw;
}

.slidecontent > .slideflex .slideblock-impact p{
    font-size: 1.1vw;
    line-height: 4.358vh;
    font-family: var(--barlowfont);
    font-weight: 400;
    color: var(--white);
    margin: 0;
    /* text-transform: capitalize; */
}

.slidecontent{
    padding: 18.203vw 2.344vw 1.172vw 1.593vw;
    transition: 0.5s all ease;
}

.slide.reduced .slidecontent h4,
.slide.reduced .slidecontent .slideflex,
.slidecontent .slideflex,
.slidecontent h4{
    display: none;
    transition: 0.5s all ease;
}

.slidecontent .slideflex{
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s all ease;
}

.slide.expanded .slidecontent{
    display: block;
    transition: 0.5s all ease;
    padding: 8.984vw 1.593vw 0px;
}

.slide.expanded .slidecontent h4,
.slide.expanded .slidecontent .slideflex{
    display: flex;
    transition: 0.5s all ease;
} 

.slide.expanded .slidecontent .slideflex{
    height: 20vw;
    opacity: 1;
    transition: 0.5s all ease;
}

.slide.expanded .slidecontent > h3{
    padding: 0 0 0.7vw;
    border-bottom: 1px solid #f5f5f53d;
    transition: 0.5s all ease;
    min-height: 6vw;
}

.slider ul.slick-dots {
    width:100%;
    display:flex !important;
    align-items:center;
    justify-content:center;
    margin:3.516vw 0 0
}

.slider ul.slick-dots li button{
    display:none;
}

.slider ul.slick-dots li{
    width:0.703vw;
    height:0.703vw;
    background:#A51639;
    border-radius:100%;
    margin:0 0.469vw;
    border:1px solid #A51639;
    cursor:pointer;
}

.slider ul.slick-dots li:only-child{
    display: none;
}

.slider ul.slick-dots li.slick-active{
    width:2.109vw;
    height:2.109vw;
    background:transparent
}

.no-slides {
    width: 25vw;
    border-radius: 50vw;
    background: var(--white);
    margin: auto;
    padding: 2vw 1vw;
    text-align: center;
    font-size: 1.8vw;
    line-height: 3vh;
    font-family: var(--firasansfont);
    font-weight: 600;
    text-transform: capitalize;
}

.fancybox-is-open .fancybox-bg{
    opacity: 0.4 !important;
}

div#hidden-content {
    width: 50%;
    border-radius: 30px;
    padding:0 2vw 3vw
}

div#hidden-content .popupheader {
    width: 100%;
    padding: 1.2vw 0vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom:1px solid #E3E3E3;
    margin: 0 0 1.5vw
}

div#hidden-content .popupheader span {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: var(--redshade);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow: 0 5px 51px 4px #0000003d;
}

div#hidden-content .popupheader span img{
    width:1.6vw;
    height:auto;
    filter:brightness(0) invert(1)
}

div#hidden-content .popupheader h4{
    width:calc(100% - 50px);
    padding: 0 0 0 1vw;
    font-size:1.5vw;
    font-weight:700;
    font-family:var(--barlowfont);
    line-height:4vh;
}

div#hidden-content .threegridform{
    grid-template-columns: repeat(2, 1fr);
}

div#hidden-content .threegridform .span3{
    grid-column: span 2;
}

.threegridform .form-group.iconinput.companyicon::after {
    content: url(../images/companyformicon.svg);
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 1vw !important;
    top: 1.5vw !important;
}

.menuclick,
.grothmobiletab{
    display: none;
}

.engtitle{
    display: none;
}

.captcha-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.refresh-btn {
   padding: 0.6vw 2vw;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
    font-size: 1.1vw;
    background: #d9d9d9;
}

.refresh-btn:hover,
.refresh-btn:focus,
.refresh-btn:active {
    background-color: #02386f !important;
    color: #fff !important;
    outline: none !important;
}

.captcha{
    background: #000;
    padding: 0.7vw 1vw;
    width: 50%;
    color: #fff;
    text-align: center;
    font-size: 1.1vw;
    border-radius: 20px;
}

.japanform span.error {
    display: none;
    font-size: 0.8em;
    position: absolute;
}

.japanform input:invalid:not(:focus):not(:placeholder-shown) ~ .error {
    display: block;
    color: red;
}

.japanform label{
    color: #333;
    font-size: 13px;
    color: #585858;
    margin-bottom: 2px;
}

.form-group label.error {
    font-size:0.9vw;
    font-weight:400;
    margin:0;
    color:#ff0000;
    line-height:12px;
    font-family: var(--firasansfont);
}

.footersubscribe-block .subscribeformbox .subscribeform .formgrp .formctrl.error {
    border: 1px solid #ff0000 !important;
}

.footersubscribe-block .subscribeformbox .subscribeform .formgrp .formctrl.error::placeholder{
    color:#ff0000 !important;
}

.footersubscribe-block .subscribeformbox .subscribeform .formgrp label.error{
    display: none !important;
}

@media screen and (max-width:1920px) and (min-width:1801px){
    .jetroarancamain-blockflex::after {
        position: absolute;
        right: 3.9vw;
        top: -0.9vw;
        transform: scale(1.25);
        z-index: 1;
    }
}

@media screen and (max-width:1800px) and (min-width:1610px){
    .jetroarancamain-blockflex::after {
        position: absolute;
        right: 1.9vw;
        top: -3.6vw;
        transform: scale(1.11);
        z-index: 1;
    }
}

@media screen and (max-width:1605px) and (min-width:1550px){
    .jetroarancamain-blockflex::after {
        position: absolute;
        right: 2.8vw;
        top: -3.22vw;
        transform: scale(1.15);
        z-index: 1;
    }
}

@media screen and (max-width:1545px) and (min-width:1401px){
    .jetroarancamain-blockflex::after {
        position: absolute;
        right: -0.5vw;
        top: -7.4vw;
        transform: scale(0.98);
        z-index: 1;
    }

}

@media screen and (max-width:1400px) and (min-width:1380px){
    .jetroarancamain-blockflex::after {
        position: absolute;
        right: -0.5vw;
        top: -5.4vw;
        transform: scale(0.98);
        z-index: 1;
    }

}


@media screen and (max-width:1375px) and (min-width:1300px){
    .jetroarancamain-blockflex::after {
        position: absolute;
        right: -2.4vw;
        top: -9.7vw;
        transform: scale(0.9);
        z-index: 1;
    }

}

@media screen and (max-width:1100px){
    .custpage-container{
        width: 100% !important;
        padding: 0 15px;
    }

    .topheader-flex{
        padding: 10px 0;
    }

    .topheader-flex .topsocial-links {
        width: 22%;
    }

    .topheader-flex .topsocial-links > a {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        font-size: 16px;
    }

    button.btn.dropdown-toggle.btn-light {
        width: 145px;
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .emailandphoneflex {
        width: 52%;
    }

    .emailandphoneflex a.emailandphone-links .socialicon {
        width: 24px;
        height: 24px;
    }

    .emailandphoneflex a.emailandphone-links .sociallink {
        width: calc(100% - 24px);
        padding: 0 0 0 8px;
        font-size: 14px;
        line-height: 20px;
    }

    .bottommainheader .mainheaderflex,
    header.aranca_header.fixed .bottommainheader .mainheaderflex{
        padding: 15px 0;
    }

    .bottommainheader .mainheaderflex .sitelogo img {
        width: 180px;
        height: auto;
    }

    .bottommainheader .mainheaderflex .contactcta{
        width: 82%;
    }

    .contactcta a {
        width: 130px;
        padding: 10px 15px;
        font-size: 12px;
    }

    .contactcta a span.imgspan {
        width: 30px;
        height: 30px;
        top: 4px;
        right: 4px;
    }

    .menuclick{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 45px;
        height: 30px;
        margin: 0 0 0 10px;
    }

    .menuclick i{
        font-size: 35px;
        color: var(--redshade);
    }

    .bottommainheader .mainheaderflex .mainmenubar{
        width: 50%;
        position: fixed;
        z-index: 999;
        top: 0;
        left: -50%;
        height: 100%;
        background: var(--white);
        transition: 0.5s all ease;
        padding: 20px 0;
    }

    .bottommainheader .mainheaderflex .mainmenubar.open{
        left: 0;
        box-shadow: 0 0 450px 450px #00000040;
        transition: 0.5s all ease;
    }

    .mainnav{
        width: 100%;
    }

    ul.primarynav {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        list-style: none;
        width: 100%;
        flex-direction: column;
        padding: 0 15px;
    }

    ul.primarynav > li {
        padding: 0;
        position: relative;
        margin: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        border-bottom: 1px solid #c0c0c0;
    }

    ul.primarynav > li > a,
    header.aranca_header.fixed ul.primarynav > li > a {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.3px;
        padding: 10px 10px;
        width: 100%;
        display: block;
        transition: none;
    }

    ul.primarynav > li > a img{
        display: none;
    }

    ul.primarynav > li > ul.secnav,
    ul.primarynav > li:hover > ul.secnav{
        position: static !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        border: 0 !important;
        padding:0;
        display: none;
        overflow: hidden;
        transition: none;
    }

    ul.primarynav > li > ul.secnav:after{
        display: none;
    }

    ul.primarynav > li .arrowdropmain{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        position: absolute;
        color: var(--redshade);
        top:0;
        right: 0;
        z-index: 1;
        transition: 0.5s all ease;
    }

    ul.primarynav > li .arrowdropmain i{
        font-size: 30px;
        transition: 0.5s all ease;
    }

    ul.primarynav > li > ul.secnav > li > a, 
    ul.primarynav > li > ul.secnav > li > ul.thirdnav > li > a {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 10px;
    }

    ul.primarynav > li > a{
        background: linear-gradient(to right, #fff, #fff);
        transition: 0.5s all ease;
        border-radius: 10px 10px 0 0;
    }

    ul.primarynav > li > a:hover{
        color: #1C2539;
    }

    ul.primarynav > li.open > a{
        background: var(--gradientcolor);
        color: var(--white);
        transition: 0.5s all ease;
    }

    ul.primarynav > li.open .arrowdropmain{
        color: var(--white);
        transition: 0.5s all ease;
    }

    ul.primarynav > li.open .arrowdropmain i{
        transform: rotate(180deg);
        transition: 0.5s all ease;
    }

    ul.primarynav > li > ul.secnav{
        background: #f5f5f5;
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .emailandphoneflex a.emailandphone-links:not(:last-child) {
        margin-right: 10px;
    }

    button.btn.dropdown-toggle.btn-light::after {
        top: 3px;
        right: 10px;
        font-size: 10px;
    }
    
    .margintopbox{
        margin-top: 118.68px;
    }

    .herobg{
        background-size: calc(100% - 30px);
    }

    .japan-heroflex{
        padding: 25px 25px 55px;
    }

    .japan-heroflex .bannertext-box {
        width: 50%;
        padding: 20px 0 0;
    }

    .sectionintro h6 {
        font-size: 15px;
        line-height: 22px;
        margin: 0 0 0 10px;
    }

    .sectionintro img {
        width: 24px;
    }

    h1.pageheading {
        font-size: 40px;
        line-height: 55px;
        margin: 15px 0 20px;
    }

    .japan-heroflex .bannertext-box p {
        font-size: 14px;
        padding: 0;
        line-height: 24px;
    }

    a.pagectabtn {
        width: 205px;
        padding: 15px 15px 15px 35px;
        font-size: 12px;
        margin: 25px 0 0;
    }

    a.pagectabtn span.btnimg {
        width: 40px;
        height: 40px;
        top: 4px;
        right: 4px;
    }

    a.pagectabtn.jpbtn {
        padding: 16.5px 35px 16.5px 15px;
        font-size: 10px;
    }

    .spolight-flexbox .spotlightblocks{
        width: 85%;
        padding: 25px 20px;
    }

    .spolight-flexbox .spotlightblocks .spotnewhead h3 {
        padding: 10px 15px;
        font-size: 20px;
    }

    .spolight-flexbox .spotlightblocks .spotlightitem .spotimg {
        width: 36px;
        height: 36px;
    }

    .spolight-flexbox .spotlightblocks .spotlightitem .spottext {
        width: calc(100% - 36px);
        padding: 0 0 0 10px;
    }

    .spolight-flexbox .spotlightblocks .spotlightitem {
        width: 25% !important;
        padding: 0 10px;
    }

    .spotlight-section {
        width: 100%;
        margin: -30px 0 0;
    }

    .growthpartner-section {
        width: 100%;
        padding: 55px 0 0;
    }

    h2.sectionheading {
        font-size: 35px;
        line-height: 50px;
        margin: 8px 0 0;
    }

    .sectionintrotext {
        width: 33%;
        padding: 10px 0 0;
    }

    .sectionintrotext p {
        font-size: 15px;
        line-height: 25px;
    }

    .grothverticaltabs-block .grothverticaltabs-navs{
        padding: 45px 0
    }

    .grothverticaltabs-block .grothverticaltabs-navs ul li a {
        font-size: 17px;
        line-height: 27px;
        height: 75px;
        padding: 10px;
    }

    .grothverticaltabs-block .grothverticaltabs-navs ul li a > img {
        width: 18px;
        height: auto;
        filter: invert(1);
        margin: 0 0 0 5px;
    }

    .grothverticaltabs-block .grothverticaltabs-navs ul li a .tabimg {
        width: 65px;
        height: 65px;
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .grothverticaltabs-block .grothverticaltabs-contentwrap{
        padding:45px 40px
    }

    .inflexcontent .contenttext {
        width: 54.7%;
        padding: 15px 0 0 30px;
    }

    .inflexcontent .contenttext h4 {
        font-size: 18px;
        margin: 0 0 15px;
    }

    .inflexcontent .contenttext ul > li {
        font-size: 14px;
        line-height: 30px;
        padding: 0 0 0 20px;
    }

    .sectorsweserve-section {
        width: 100%;
        padding: 55px 0 75px;
    }

    .sectorsweservesection-heading h2.sectionheading {
        margin: 5px 0 0;
    }

    .jetroarancakeypoints-block{
        align-items: unset;
    }

    .sectorgridflex {
        width: 100%;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        margin: 30px 0 0;
    }

    .sectorgridflex .sectorgrid-item{
        padding: 15px;
    }

    .sectorgridflex .sectorgrid-item .sector-text h4 {
        font-size: 16px;
        line-height: 25px;
    }

    .sectorgridflex .sectorgrid-item .sector-icon {
        width: 55px;
        height: 55px;
    }

    .sectorgridflex .sectorgrid-item .sector-text {
        width: calc(100% - 55px);
        padding: 0 0 0 15px;
    }

    .jetroarancamain-blockflex{
        padding: 45px 35px 85px;
    }

    .jetroarancatopblock{
        width: calc(100% - 70px);
        padding: 15px 25px;
    }

    .jetroarancatopblock h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .jetroarancamain-text p {
        font-size: 14px;
        line-height: 24px;
        margin: 10px 0 0;
    }

    .jetroarancakeypoints-block .jetroarancakeypoint-item {
        width: calc((100% - 155px) / 5);
        margin: 0 9px;
        padding: 20px 10px !important;
    }

    .jetroarancakeypoints-block .jetroarancakeypoint-item:first-child{
        padding: 20px !important;
    }

    .jetroarancakeypoint-item .keypoint-icon {
        width: 32px;
        height: 32px;
        margin: 0 auto 10px;
    }

    .jetroarancakeypoint-item .keypoint-text h4 {
        font-size: 15px;
        line-height: 25px;
    }

    .jetroarancamain-blockflex::after {
        right: -84px;
        top: -160px;
        transform: scale(0.73);
    }

    .ourexperience-section {
        width: 100%;
        padding: 95px 0 55px;
    }

    .topheaingflex-block .topheaingflex-heading h2.sectionheading {
        margin: 10px 0 0;
    }

    .topheaingflex-block .topheaingflex-para p {
        font-size: 14px;
        line-height: 24px;
        padding: 0 10px 0 0;
    }

    .experience-counterblocks-grid {
        margin: 40px 0 0;
        grid-template-columns: calc(46.5% - 15px) calc(53.5% - 15px);
        gap: 30px;
    }

    .experience-counterblocks-grid .jpexpgrid-block{
        padding: 30px 0 0;
        background-size: 100% 62%;
    }

    .experience-counterblocks-grid .jpexpgrid-block::after{
        height: 62%;
    }

    h3.gradientheading {
        width: 75%;
        font-size: 25px;
        line-height: 45px;
        padding: 10px 5px;
        border-radius: 25px;
    }

    .firsttopcounter {
        margin: 75px 0 25px;
        padding: 0 20px 0;
    }

    .jpcountertext h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .jpcountertext p {
        font-size: 14px;
        margin: 5px 0 0;
        line-height: 24px;
    }

    .othercoutergrid .othercounter-item {
        width: 100%;
        padding: 15px 20px;
        background: #AD0119;
    }

    .jpcountertext h5.otext,
    .globalcounter-grid.jpglobal .globalcount-item.jpcountertext h5.otext {
        font-size: 18px;
        line-height: 28px;
    }

    .othercoutergrid{
        transform: translateY(16px)
    }

    .globalcounter-grid{
        gap:10px;
        margin: 75px 0 0;
    }

    .globalcounter-grid .globalcount-item {
        padding: 85px 15px 35px;
    }

    .casestudies-wrap{
        padding: 55px 0;
    }

    .casestudies-wrap .sectorsweservesection-heading p {
        font-size: 14px;
        margin: 10px 0 0;
        line-height: 24px;
    }

    .filters {
        width: 100%;
        max-width: 60%;
        padding: 5px;
        margin: 35px auto 45px;
        gap: 15px;
    }

    .filters button#reset-slider,
    .filters button#reset-slider1 {
        font-size: 14px;
        padding: 10px 15px;
    }

    .filters select {
        font-size: 14px;
        line-height: 25px;
    }

    .slide{
        margin: 0 5px;
    }

    .slick-slide {
        width: 33.33% !important;
    }

    .slide.expanded {
        width: calc(50% - 5px) !important;
        /* background-color: #2ecc71; */
        position: relative;
    }

    .slide.reduced {
        width: calc(25% - 5px) !important;
        background-color: #3498db;
    }

    .slidecontent{
        min-height: 450px;
    }

    .slide.expanded .slidecontent{
        padding: 95px 25px 0;
    }

    .slidecontent .numpoint {
        font-size: 55px;
        top: 10px;
        right: 20px;
    }

    .slidecontent > h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .slide.expanded .slidecontent > h3 {
        padding: 0 0 10px;
        transition: 0.5s all ease;
        min-height: 56px;
        margin: 0 0 10px;
    }

    .slidecontent h4 {
        font-size: 14px;
        line-height: 24px;
        margin: 5px 0 8px;
    }

    .slidecontent > .slideflex .slideblock-app {
        width: 50%;
        padding: 5px 10px;
    }

    .slidecontent > .slideflex .slideblock-app ul li {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 5px;
    }

    .slidecontent > .slideflex .slideblock-impact {
        padding: 15px;
        border-radius: 20px 20px 0;
    }

    .slidecontent > .slideflex .slideblock-impact h5 {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 8px;
    }

    .slidecontent > .slideflex .slideblock-impact p {
        font-size: 14px;
        line-height: 24px;
    }

    .slide.expanded .slidecontent .slideflex{
        height: 60%;
    }

    .getintouch-container{
        padding: 35px 40px;
    }

    .getintouch-container .topheaingflex-block .topheaingflex-heading h2.sectionheading {
        margin: 0;
    }

    .formwrapper-block{
        padding: 35px 30px;
        border-radius: 55px;
    }

    .threegridform .form-group .form-control {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 15px;
    }

    button.formsubmitbtn{
        width: 205px;
        padding: 15px 15px 15px 35px;
        font-size: 12px;
    }

    button.formsubmitbtn span.imgspan {
        width: 40px;
        height: 40px;
        top: 4px;
        right: 4px;
    }

    .profilepic {
        width: 70px;
    }

    .profiletext {
        width: calc(100% - 70px);
        padding: 0 0 0 5px;
    }

    .profiletext h5 {
        font-size: 16px;
        line-height: 25px;
    }

    .profiletext p {
        font-size: 12px;
        line-height: 20px;
    }

    .emailphoneblock .emailphoneicon {
        width: 38px;
        height: 38px;
    }

    .emailphoneblock .emailphonetext {
        width: calc(100% - 38px);
        padding: 0 0 0 8px;
    }

    .emailphoneblock .emailphonetext h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .emailphoneblock .emailphonetext p {
        font-size: 12px;
        line-height: 20px;
        margin: 5px 0 0;;
    }

    .blognews-section {
        width: 100%;
        padding: 55px 0 0;
    }

    .blognews-wrapper h2.sectionheading {
        margin: 10px 0 0;
    }

    .blogsnews-grid a.blognews-post {
        padding: 15px 15px 35px;
        margin: 35px 6px 25px;
    }

    .blogsnews-grid .blognews-post .blogthumb img {
        width: 100%;
        border-radius: 20px;
        height: 200px;
        object-fit: cover;
    }

    .blogsnews-grid .blognews-post .blogtext .blognews-content {
        width: 100%;
        padding: 15px 0;
    }

    .blogsnews-grid .blognews-post .blogtext .blognews-content h3 {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 10px;
        min-height: 78px;
    }

    .blogsnews-grid .blognews-post .blogtext .blognews-content p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 10px;
    }

    .blogsnews-grid .blognews-post .blognewscta{
        font-size: 12px;
    }

    footer.footer {
        width: 100%;
        padding: 75px 0 35px;
    }

    .footersubscribe-block {
        width: 85%;
        top: 4%;
        left: 7.5%;
        padding: 30px 25px;
    }

    .footersubscribe-block .subscribetext h3 {
        font-size: 25px;
        line-height: 35px;
        margin: 0 0 5px;
    }

    .footersubscribe-block .subscribetext p {
        font-size: 14px;
        line-height: 24px;
    }

    .footersubscribe-block .subscribeformbox .subscribeform .formgrp {
        width: calc(100% - 110px);
        position: relative;
    }

    .footersubscribe-block .subscribeformbox .subscribeform .formbtn {
        width: 100px;
        margin: 0 0 0 10px;
    }

    .footersubscribe-block .subscribeformbox .subscribeform .formgrp .formctrl {
        font-size: 14px;
        line-height: 24px;
        border-radius: 35px;
        padding: 10px 10px 10px 41px;
    }

    .footersubscribe-block .subscribeformbox .subscribeform .formgrp::before {
        top: 10px;
        left: 10px;
    }

    .footersubscribe-block .subscribeformbox .subscribeform .formbtn button.subbtn {
        width: 100%;
        padding: 10px;
        font-size: 14px;
        line-height: 25.33px;
    }

    .footeraranca-branding {
        width: 32%;
        padding: 120px 55px 35px;
        text-align: center;
    }

    .footeraranca-branding > img {
        margin: 0;
        width: 199px;
        height: auto;
    }

    .footeraranca-branding > p {
        font-size: 15px;
        line-height: 25px;
        margin: 35px 0 35px;
    }

    .footerotherdetails-block .footerotherdetails-blockin {
        width: 100%;
        padding: 120px 25px 20px;
        position: relative;
    }

    .footerallcontact-flex .footerconnect-block .footerconnect-icon {
        width: 40px;
        height: 40px;
    }

    .footerallcontact-flex .footerconnect-block .footerconnect-icon img {
        width: 20px;
        height: auto;
    }

    .footerallcontact-flex .footerconnect-block .footerconnect-text {
        width: calc(100% - 40px);
        padding: 0 0 0 10px;
    }

    .footerallcontact-flex .footerconnect-block .footerconnect-text h5 {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 6px;
    }

    .footerallcontact-flex .footerconnect-block .footerconnect-text p {
        font-size: 12px;
        line-height: 22px;
    }

    .footerlinkblocks {
        margin: 20px 0 0;
    }

    .footerlinkblocks .footerlink-block h4 {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 15px;
    }

    .footerlinkblocks .footerlink-block ul li a {
        font-size: 15px;
        line-height: 25px;
    }

    .footerlinkblocks .footerlink-block ul li {
        margin: 0 0 10px;
    }

    .footerlinkblocks .footerlink-block ul.footpractice_ul > li > a {
        position: relative;
        padding: 0 0 0 20px;
    }

    .footerlinkblocks .footerlink-block ul.footpractice_ul > li > a::before {
        left: 0;
        top: 3px;
        transform: scale(0.8);
    }

    .arancacopyright-block{
        padding: 20px 25px;
    }

    .arancacopyright-block .copyrightblock p ,
    .arancacopyright-block .otherpages-block ul li a{
        font-size: 13px;
        line-height: 23px;
    }

    .arancacopyright-block .otherpages-block ul li {
        margin: 0 0 0 15px;
    }

    .arancacopyright-block .copyrightblock {
        width: 47%;
    }

    .arancacopyright-block .otherpages-block {
        width: 53%;
    }

    .clicktotop {
        width: 33px;
        height: 49px;
        bottom: 40px;
        right: 15px;
    }

    .topheadingctaflex{
        margin: 0 0 35px;
    }

    div#hidden-content{
        width: 80%;
        padding:0 20px 35px
    }

    div#hidden-content .popupheader{
        padding: 10px 0;
        margin: 0 0 15px;
    }

    div#hidden-content .popupheader span img {
        width: 20px;
    }

    div#hidden-content .popupheader h4 {
        padding: 0 0 0 10px;
        font-size: 18px;
        line-height: 28px;
    }

    div#hidden-content .threegridform{
        gap: 15px;
    }

    div#hidden-content .threegridform .form-group textarea.form-control {
        height: 70px;
    }

    .form-group label.error {
        font-size:12px;
        line-height:12px;
    }

}

@media screen and (max-width:991px){
    .emailandphoneflex a.emailandphone-links .sociallink{
        display: none;
    }

    .topheader-flex .topsocial-links{
        width: 20%;
    }

    .langauge-selectflex{
        width: 72%;
    }

    .emailandphoneflex {
        width: 8%;
    }

    .herobg {
        background-size: calc(100% - 30px) 100%;
    }

    .japan-heroflex .bannertext-box {
        width: 59%;
        padding: 20px 15px 0 0;
    }

    .japan-heroflex .bannerimage-box {
        width: 41%;
    }

    .japan-heroflex .bannerimage-box img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .spolight-flexbox .spotlightblocks {
        width: 96%;
        padding: 25px 20px;
    }

    .sectionheadingblock {
        width: 50%;
    }

    .sectionintrotext {
        width: 50%;
        padding: 10px 0 0;
    }

    .sectioncta {
        width: 100%;
        justify-content: flex-start;
        padding:  0 0;
        margin: 20px 0 0;
    }

    .grothverticaltabs-block .grothverticaltabs-navs ul li a {
        font-size: 16px;
        line-height: 26px;
        height: 75px;
        padding: 10px;
        border-radius: 65px;
    }

    .grothverticaltabs-block .grothverticaltabs-navs ul li a > img{
        display: none;
    }

    .grothverticaltabs-block .grothverticaltabs-navs {
        width: 45%;
        max-width: 45%;
    }

    .grothverticaltabs-block .grothverticaltabs-contentwrap {
        width: 55%;
        max-width: 55%;
    }

    .inflexcontent .contentimg {
        width: 100%;
    }

    .inflexcontent .contenttext {
        width: 100%;
        padding: 20px 0 0;
    }

    .sectorgridflex {
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        margin: 30px 0 0;
    }

    .jetroarancakeypoints-block .jetroarancakeypoint-item {
        width: calc((100% - 90px) / 5);
    }

    .jetroarancakeypoint-item .keypoint-text h4 {
        font-size: 15px;
        line-height: 24px;
        min-height: 72px;
    }

    .slick-slide {
        width: 50% !important;
    }

    .slide.expanded {
        width: calc(75% - 5px) !important;
    }

    .slidecontent .readcase {
        font-size: 14px;
        bottom: 15px;
        right: 15px;
    }

    .blognews-wrapper .sectionheadingblock {
        width: 50%;
    }

    .blognews-wrapper .sectioncta{
        width: 50%;
        justify-content: flex-end;
        margin: 0;
        padding: 45px 0 0;
    }

    .blogsnews-grid .blognews-post .blogtext .blognews-content h3{
        min-height: 130px;
    }

    .footeraranca-branding {
        width: 40%;
        padding: 120px 45px 35px;
    }

    .footerotherdetails-block {
        width: 60%;
    }

    .footerallcontact-flex .footerconnect-block:nth-child(1){
        width: 40%;
    }

    .footerallcontact-flex .footerconnect-block:nth-child(2){
        width: 60%;
    }

    .footerallcontact-flex .footerconnect-block:nth-child(3){
        width: 100%;
        margin: 20px 0 0
    }

    .footerlinkblocks .footerlink-block{
        width: 50%;
    }

    .arancacopyright-block {
        padding: 15px 25px;
        flex-direction: column-reverse;
    }

    .arancacopyright-block .copyrightblock{
        width: 100%;
        text-align: left;
    }

    .arancacopyright-block .otherpages-block{
        width: 100%;
        margin: 0 0 10px;
    }

    .arancacopyright-block .otherpages-block ul{
        justify-content: flex-start;
    }

    .arancacopyright-block .otherpages-block ul li{
        margin: 0 15px 0 0;
    }
}

@media screen and (max-width:767px){
    .topheader-flex .topsocial-links > a {
        width: 22px;
        height: 22px;
        margin-right: 8px;
        font-size: 12px;
    }

    .topheader-flex .topsocial-links > a:last-child{
        margin: 0;
    }

    .topheader-flex .topsocial-links {
        width: 22%;
    }

    .emailandphoneflex {
        width: 16%;
    }

    .langauge-selectflex {
        width: 62%;
    }

    .emailandphoneflex a.emailandphone-links .socialicon img{
        width: 14px;
        height: auto;
    }

    button.btn.dropdown-toggle.btn-light .filter-option img {
        margin: 0 1vw 0 0;
        width: 15px;
    }

    button.btn.dropdown-toggle.btn-light {
        width: 145px;
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    button.btn.dropdown-toggle.btn-light::after {
        top: 2px;
        right: 10px;
        font-size: 9px;
    }

    .bottommainheader .mainheaderflex .sitelogo{
        width: 50%;
    }

    .bottommainheader .mainheaderflex .contactcta{
        width: 50%;
    }

    .bottommainheader .mainheaderflex .contactcta > a{
        display: none;
    }

    .bottommainheader .mainheaderflex .mainmenubar {
        width: 80%;
        left: -80%;
    }

    ul.primarynav > li > a, header.aranca_header.fixed ul.primarynav > li > a{
        font-size: 15px;
        line-height: 25px;
    }

    ul.primarynav > li .arrowdropmain i {
        font-size: 20px;
    }

    .japan-heroflex{
        flex-direction: column-reverse;
    }

    .japan-heroflex .bannertext-box {
        width: 100%;
        padding: 0;
        margin: 20px 0 0;
    }

    .japan-heroflex .bannerimage-box{
        width: 100%;
    }

    .sectionintro{
        display: flex;
        justify-content: center;
    }

    .sectionintro h6 {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 0 10px;
    }

    h1.pageheading {
        font-size: 34px;
        line-height: 50px;
        margin: 10px 0 15px;
        text-align: center;
    }

    .japan-heroflex .bannertext-box p {
        font-size: 16px;
        padding: 0;
        line-height: 26px;
        text-align: center;
    }

    a.pagectabtn {
        margin: 30px auto 0;
    }

    /* .spolight-flexbox .spotlightblocks {
        width: 100%;
        padding: 15px 0;
        align-items: unset;
    }

    .spolight-flexbox .spotlightblocks .spotnewhead {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .spolight-flexbox .spotlightblocks .spotnewhead h3{
        text-align: center;
        padding: 0;
    }

    .spolight-flexbox .spotlightblocks .spotlightitem {
        width: 50% !important;
        padding: 20px 15px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        border: 0;
        position: relative;
    }

    .spolight-flexbox .spotlightblocks .spotlightitem::before{
        content: '';
        width: 1px;
        height: 85%;
        top:7.5%;
        left: 0.5px;
        background: #f3f3f34d;
        position: absolute;
    }

    .spolight-flexbox .spotlightblocks .spotlightitem::after{
        content: '';
        width: 85%;
        height: 1px;
        top: 0.5px;
        left: 7.5%;
        background: #f3f3f34d;
        position: absolute;
    }

    .spolight-flexbox .spotlightblocks .spotlightitem:nth-child(2):after,
    .spolight-flexbox .spotlightblocks .spotlightitem:nth-child(3):before{
        display: none;
    }

    .spolight-flexbox .spotlightblocks .spotlightitem .spotimg {
        width: 45px;
        height: 45px;
        margin: 0 auto 15px;
    }

    .spolight-flexbox .spotlightblocks .spotlightitem .spotimg img{
        width: 40px;
    }

    .spolight-flexbox .spotlightblocks .spotlightitem .spottext {
        width: 100%;
        padding: 0;
    }

    .spolight-flexbox .spotlightblocks .spotlightitem .spottext p {
        font-size: 15px;
        line-height: 25px;
    } */

    .spolight-flexbox .spotlightblocks {
        width: 90%;
        padding: 25px 25px;
        align-items: unset;
        margin: auto;
    }

    .spolight-flexbox .spotlightblocks .spotnewhead{
        width: 100%;
        margin: 0 0 25px;
    }

    .spolight-flexbox .spotlightblocks .spotnewhead h3{
        padding: 0;
        text-align: center;
    }

    .spolight-flexbox .spotlightblocks .spotlightitem{
        width: 100% !important;
        border: 0;
        padding: 0;
        margin: 0 0 15px;
        padding: 0 0 15px;
        border-left: 0;
        border-bottom: 1px solid #f3f3f34d;
    }

    .spolight-flexbox .spotlightblocks .spotlightitem:last-child{
        margin: 0;
        padding: 0;
        border: 0;
    }

    .spolight-flexbox .spotlightblocks .spotlightitem .spotimg {
        width: 45px;
        height: 45px;
    }

    .spolight-flexbox .spotlightblocks .spotlightitem .spottext {
        width: calc(100% - 45px);
        padding: 0 0 0 15px;
    }

    .spolight-flexbox .spotlightblocks .spotlightitem .spottext p {
        font-size: 15px;
        line-height: 25px;
    }

    .sectionheadingblock {
        width: 100%;
    }

    h2.sectionheading {
        font-size: 28px;
        line-height: 40px;
        margin: 8px 0 0;
        text-align: center;
    }

    .sectionintrotext {
        width: 100%;
        padding: 0;
        text-align: center;
        margin: 10px 0 25px;
    }

    .sectioncta {
        width: 100%;
        justify-content: center;
        padding: 0 0;
        margin: 0;
    }

    .grothmobiletab {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        background: linear-gradient(to right, #02386F, #02386F);
        padding: 13px 25px 13px 10px;
        border-radius: 55px;
        font-size: 15px;
        line-height: 25px;
        color: var(--white);
        font-family: 'Fira Sans';
        font-weight: 600;
        position: relative;
        margin: 0 0 10px;
    }

    .grothmobiletab::after {
        content: '\f107';
        font-family: 'FontAwesome';
        color: var(--white);
        font-size: 25px;
        position: absolute;
        top: 20px;
        right: 15px;
        transition: 0.5s all ease;
    }

    .grothmobiletab span.tabimg {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 10px 0 0;
    }

    .grothmobiletab span.tabimg img{
        width: 25px;
        height: auto;
    }

    .grothverticaltabs-block .grothverticaltabs-navs{
        display: none;
    }

    .grothverticaltabs-block .grothverticaltabs-contentwrap{
        width: 100%;
        max-width: 100%;
        background: none;
        padding: 0;
    }

    .grothverticaltabs-content {
        display: none;
    }

    .inflexcontent{
        width: 100%;
        padding: 20px;
        margin: 0 0 20px;
        background: url('../images/tab_content_bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 30px;
        overflow: hidden;
    }

    .inflexcontent .contenttext {
        width: 100%;
        padding: 20px 15px 10px;
    }

    .inflexcontent .contenttext h4 {
        font-size: 16px;
        margin: 0 0 10px;
        line-height: 26px;
    }

    .grothverticaltabs-contentwrap .contactcta {
        margin: 15px 0 0;
    }

    .grothmobiletab.openactive{
        background: var(--gradientcolor);
    }

    .grothmobiletab.openactive::after{
        transform: rotate(180deg);
        transition: 0.5s all ease;
    }

    .sectorgridflex {
        grid-template-columns: repeat(2, 1fr);
    }

    .sectorgridflex .sectorgrid-item {
        padding: 15px;
        align-items: flex-start;
    }

    .sectorgridflex .sectorgrid-item .sector-icon img {
        width: 30px;
    }

    .sectorgridflex .sectorgrid-item .sector-text {
        width: 100%;
        padding: 10px 0 0;
        text-align: center;
    }

    .sectorgridflex .sectorgrid-item .sector-text h4{
        font-size: 14px;
        line-height: 24px;
        min-height: 48px;
    }

    .sectorgridflex .sectorgrid-item .sector-text h4 .jptitle{
        font-size: 14px;
    }

    .jetroarancatopblock {
        width: calc(100% - 70px);
        padding: 15px;
        text-align: center;
    }

    .jetroarancamain-blockflex {
        padding: 35px 30px 450px;
        background-position: center;
    }

    .jetroarancamain-text {
        width: 100%;
    }

    .jetroarancamain-text p{
        text-align: center;
    }

    /* .jetroarancamain-blockflex::after {
        right: -28.2%;
        top: auto;
        transform: scale(0.65);
        bottom: -16.5%;
    } */

    .jetroarancamain-blockflex::after {
        right: -108px;
        top: auto;
        transform: scale(0.65);
        bottom: -110px;
    }

    .jetroarancamain-text a.pagectabtn {
        margin: 25px auto 0;
    }

    .jetroarancakeypoints-block .jetroarancakeypoint-item {
        width: calc((100% - 40px) / 2);
        margin: 0 10px 20px;
    }

    .jetroarancakeypoint-item .keypoint-text h4{
        min-height: unset;
    }

    .jetroarancakeypoints-block .jetroarancakeypoint-item:first-child {
        padding: 20px 25px !important;
    }

    .jetroarancakeypoints-block .jetroarancakeypoint-item:last-child{
        margin-bottom: 0;
    }

    .ourexperience-section {
        width: 100%;
        padding: 75px 0 55px;
    }

    .topheaingflex-block .topheaingflex-heading {
        width: 100%;
    }

    .topheaingflex-block .topheaingflex-para {
        width: 100%;
        text-align: center;
        margin: 10px 0 0;
    }

    .experience-counterblocks-grid{
        grid-template-columns: repeat(1, 1fr);
    }

    h3.gradientheading {
        width: 90%;
        font-size: 20px;
        line-height: 30px;
        padding: 15px 5px;
        border-radius: 25px;
    }

    .jpcountertext h4 {
        font-size: 25px;
        line-height: 35px;
    }

    .experience-counterblocks-grid .globalexpgrid-block{
        padding: 30px 20px;
    }

    .globalcounter-grid{
        grid-template-columns: repeat(1, 1fr);
    }

    .globalcounter-grid .globalcount-item {
        padding: 25px;
    }

    .filters {
        width: 100%;
        max-width: 95%;
        padding: 5px;
        margin: 35px auto 45px;
        gap: 10px;
    }

    .filters button#reset-slider span.num, .filters button#reset-slider1 span.num {
        width: 20px;
        height: 20px;
        font-size: 10px;
        margin: 0 0 0 8px;
    }

    .slick-slide{
        width: 100% !important;
    }

    .slide.expanded {
        width: 100% !important;
    }
    
    .slidecontent .slideflex,
    .slide.expanded .slidecontent .slideflex{
        position: static;
        height: auto !important;
        opacity: 1 !important;
        padding:0
    }

    .slide .slidecontent h4, 
    .slide .slidecontent .slideflex, 
    .slidecontent .slideflex, .slidecontent h4{
        display: block !important;
    }

    .slidecontent > .slideflex .slideblock-app {
        width: 100%;
        padding: 0;
    }

    .slidecontent > .slideflex .slideblock-impact{
        width: 100%;
        padding:20px 15px 15px;
        margin: 15px 0;
        border-radius: 20px;
    }

    .slidecontent > .slideflex .slideblock-impact::before{
        display: none;
    }

    .slidecontent .readcase{
        display: none;
    }

    .slide.expanded .slidecontent,
    .slide .slidecontent {
        padding: 95px 25px 0 !important;
    }
    
    .slide.expanded .slidecontent > h3,
    .slide .slidecontent > h3{
        border-bottom: 1px solid #f5f5f53d !important;
        margin: 0 0 12px !important;
        padding:0 0 12px !important
    }

    .slide.expanded .slidecontent::after,
    .slide .slidecontent::after{
        background: linear-gradient(180deg, #001327c2 0%, #00070ea3 44%, #A51639 100%) !important;
        opacity: 1 !important;
    }

    .slide{
        margin: 0 10px
    }

    .slidecontent {
        min-height: 610px;
    }

    .slider .slick-prev{
        position:absolute;
        bottom:-11%;
        left: 38%;
        z-index:1;
        width:40px;
        height:40px;
        border-radius:100%;
        font-size:0;
        background: var(--gradientcolor);
        opacity: 1;
    }
    
    .slider .slick-next{
        position:absolute;
        bottom:-11%;
        right: 38%;
        z-index:1;
        width:40px;
        height:40px;
        border-radius:100%;
        font-size:0;
        background: var(--gradientcolor);
        opacity: 1;
    }
    
    .slider .slick-prev:before{
        content:url('../images/cta-arrow.svg');
        position:absolute;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%) rotate(180deg);
    }
    
    .slider .slick-next:before{
        content:url('../images/cta-arrow.svg');
        position:absolute;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%)
    }

    .casestudies-wrap{
        padding: 55px 0 95px;
    }

    .getintouch-container {
        padding: 35px 20px;
    }

    .getinbgbanner::before {
        content: '';
        background: url(../images/getintouch_bg.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 300px;
        z-index: -1;
    }

    .formwrapper-block {
        padding: 25px;
        border-radius: 30px 30px 0 0;
        margin: 25px 0 0;
    }

    .threegridform {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .threegridform .form-group.span3 {
        grid-column: span 1;
    }

    .threegridform .form-group .form-control{
        padding: 10px 25px 10px 15px;
    }

    .threegridform .form-group.iconinput::after {
        top: 10px;
        right: 10px;
        transform: scale(0.8);
    }

    .threegridform .form-group textarea.form-control {
        height: 75px;
    }

    .othercontact-detailsblock{
        width: 100%;
        border-radius: 0 0 30px 30px;
        padding: 15px;
    }

    .profileblock,
    .emailphoneblock{
        width: 100%;
    }

    .emailphoneblock .emailphoneicon {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        align-items: center;
        justify-content: center;
    }

    .emailphoneblock .emailphoneicon img{
        width: 85%;
    }

    .emailphoneblock .emailphonetext {
        width: calc(100% - 70px);
        padding: 0 0 0 5px;
    }

    .othercontact-detailsblock > div:nth-child(2){
        margin: 5px 0 10px;
    }

    .othercontact-detailsblock::after {
        content: '';
        width: 120px;
        height: 45px;
        right: 6px;
        top: 42%;
        opacity: 0.3;
    }

    .blognews-wrapper .sectionheadingblock {
        width: 100%;
        padding:0 15px
    }

    .blognews-wrapper .sectioncta {
        width: 100%;
        justify-content: center;
        margin: 25px 0 0;
        padding: 0;
    }

    .blognews-section > .container.custpage-container{
        padding: 0;
    }

    .blogsnews-grid a.blognews-post {
        padding: 15px 15px 35px;
        margin: 35px 8px 75px;
    }

    .blogsnews-grid .blognews-post .blogthumb img{
        height: 155px;
    }

    .blogsnews-grid .blognews-post .blogtext .blognews-content h3{
        min-height: 84px;
    }

    .blogsnews-grid .slick-prev{
        width: 45px;
        height: 45px;
        left: 38%;
        top:auto;
        bottom: 1%;
    }

    .blogsnews-grid .slick-next{
        width: 45px;
        height: 45px;
        right: 38%;
        top:auto;
        bottom: 1%;
    }

    .footersubscribe-block .subscribetext {
        width: 100%;
        margin: 0 0 25px;
    }

    .footersubscribe-block .subscribeformbox {
        width: 100%;
    }

    footer.footer{
        padding:140px 0 25px;
    }

    .footeraranca-branding {
        width: 100%;
        padding: 150px 20px 35px;
    }

    .footeraranca-branding > p {
        font-size: 16px;
        line-height: 26px;
        margin: 15px 0 25px;
        padding: 0 12px;
    }

    .footsocialflex > a {
        width: 35px;
        height: 35px;
        margin: 0 5px;
        font-size: 16px;
    }

    .footerotherdetails-block {
        width: 100%;
    }

    .footerotherdetails-block .footerotherdetails-blockin {
        width: 100%;
        padding: 35px 20px 15px;
    }

    .footerallcontact-flex .footerconnect-block{
        width: 100% !important;
    }

    .footerallcontact-flex .footerconnect-block:nth-child(2){
        margin: 20px 0 !important;
    }

    .footerallcontact-flex .footerconnect-block:nth-child(3){
        margin: 0;
    }

    .footerallcontact-flex .footerconnect-block .footerconnect-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .footerlinkblocks {
        margin: 25px 0 0;
        padding: 10px 0 0;
        border-top: 1px solid #324859;
        position: relative;
        z-index: 1;
    }

    .footerlinkblocks .footerlink-block{
        width: 100% !important;
    }

    .blogsnews-grid .blognews-post .blogtext .blognews-content h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .sectionintrotext p,
    .jetroarancamain-text p,
    .jpcountertext p,
    .casestudies-wrap .sectorsweservesection-heading p,
    .slidecontent > .slideflex .slideblock-app ul li,
    .slidecontent > .slideflex .slideblock-impact p,
    .blogsnews-grid .blognews-post .blogtext .blognews-content p,
    .footerallcontact-flex .footerconnect-block .footerconnect-text p {
        font-size: 16px;
        line-height: 26px;
    }

    .topheaingflex-block .topheaingflex-para p {
        font-size: 16px;
        line-height: 26px;
        padding: 0;
    }

    .footersubscribe-block .subscribetext h3 {
        font-size: 22px;
        line-height: 33px;
        margin: 0 0 5px;
        text-align: center;
    }

    .footersubscribe-block .subscribetext h3 {
        font-size: 22px;
        line-height: 33px;
        margin: 0 0 5px;
        text-align: center;
    }

    .footerlinkblocks .footerlink-block ul{
        padding: 0 0 20px;
        display: none;
    }

    .footerlinkblocks .footerlink-block ul li a {
        font-size: 16px;
        line-height: 26px;
    }

    .footerlinkblocks .footerlink-block h4 {
        font-size: 17px;
        line-height: 27px;
        margin: 0;
        padding:15px 0;
        position: relative;
    }

    .footerlinkblocks .footerlink-block h4::after {
        content: '\f107';
        position: absolute;
        font-family: 'FontAwesome';
        font-size: 22px;
        color: #fff;
        top: 15px;
        right: 0;
        transition: 0.5s all ease;
    }

    /* .footerlinkblocks .footerlink-block h4.active{
        color: var(--redshade);
    } */

    .footerlinkblocks .footerlink-block h4.active::after{
        transform: rotate(180deg);
        transition: 0.5s all ease;
    }

    .footerlinkblocks .footerlink-block:nth-child(2) h4{
        border-top: 1px solid #324859;
    } 

    .footerotherdetails-block .footerotherdetails-blockin .gototop_bg {
        position: absolute;
        width: 300px;
        bottom: 10px;
        right: 10px;
        z-index: 0;
    }

    .arancacopyright-block .otherpages-block ul {
        justify-content: center;
    }

    .arancacopyright-block .copyrightblock p, .arancacopyright-block .otherpages-block ul li a {
        font-size: 13px;
        line-height: 23px;
        text-align: center;
    }

    .arancacopyright-block {
        padding: 25px 15px;
    }

    .footersubscribe-block .subscribetext p {
        font-size: 16px;
        line-height: 26px;
        justify-content: center;
    }

    .fancybox-slide--html .fancybox-close-small {
        color: currentColor;
        padding: 0;
        right: 15px !important;
        top: 15px !important;
        width: 30px;
    }

    div#hidden-content {
        width: 90%;
        padding: 0 15px 35px;
    }

    div#hidden-content .threegridform {
        grid-template-columns: repeat(1, 1fr);
    }

    div#hidden-content .threegridform .span3 {
        grid-column: span 1;
    }

    .casestudies-wrap .sectorsweservesection-heading{
        padding: 0 15px;
    }

    .captcha, .refresh-btn{
        font-size: 13px;
        line-height: 20px;
        padding: 10px 20px;
    }
}


