

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Figtree", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
    font-variation-settings:
        "wdth" 100;
    font-feature-settings: 'liga' off, 'clig' off;
}
.container {
    max-width: 1320px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}
.wrapper {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}
input,textarea,button,label,select,option,::placeholder {
    font-family: "Figtree", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    font-feature-settings: 'liga' off, 'clig' off;
}
::placeholder {
    color: #A4A5A9;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.error {
    margin-top: 4px;
    display: block;
    font-size: 12px;
    color: red;
}
.default-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-right: 60px;
    color: #1D1D1D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    border: 0;
    outline: 0;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
}
.default-btn::after {
    content: '';
    background: url('../images/arrow-right.svg') 0 0 no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    transition: right 0.3s ease-in-out;
}
.default-btn:hover::after {
    right: -4px;
}
.default-btn:hover {
    color: #03283F;
}
.link-white::after {
    background: url('../images/arrow-right-white.svg') 0 0 no-repeat;
    background-size: 100%;
}
.default-link {
    color: #D3F263;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    position: relative;
    text-decoration: none;
    margin-top: 30px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.default-link::after {
    content: '';
    display: inline-block;
    background: url('../images/arrow-right-green.svg') 0 0 no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    left: 8px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.default-link:hover::after {
    left: 10px;
}
.link-style-1 {
    color: #353535;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.link-style-1:hover {
    color: #03283F;
}
section {
    position: relative;
}
h1 {
    color: #D3F263;
    font-size: 100px;
    font-style: normal;
    font-weight: 800;
    line-height: 97px;
}
h1 span {
    color: #D3F262;
    display: block;
    font-weight: 800;
}
h2 {
    color: #1D1D1D;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
}
h2 strong {
    font-weight: 800;
}
h2 span {
    color: #D3F262;
    font-weight: 800;
}
h3 {
    color: #1D1D1D;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}
h4 {
    font-weight: 500;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #1D1D1D;
}
p {
    color: #353535;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.blockquote {
    padding-left: 13px;
    border-left: 4px #D3F263 solid;
    color: #353535;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
}
.theme-bg-color {
    background: #03283F;
}
.theme-bg-color h2,
.theme-bg-color li,
.theme-bg-color .list-box-component ul li,
.theme-bg-color .blockquote {
    color: #FFF;
}
.theme-bg-color p {
    color: #fff;
}
.bg-gray {
    background: #F5F5F5;
}
.title-box-component {
    border-radius: 2px;
    background: rgba(211, 242, 99, 0.50);
    color: #032940;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 16px;
}
.header-component p {
    margin-top: 10px;
}
.header-component.center-text {
    max-width: 934px;
    margin: 0 auto;
}
.head-style-2 p {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
}
.img-box-style-1 {
    position: relative;
    padding: 0 14px 14px 0;
    max-width: 420px;
    max-height: 420px;
    margin-right: auto;
    z-index: 1;
}
.img-box-style-1::after {
    content: '';
    border: 3px solid #D3F263;
    position: absolute;
    top: 8%;
    right: 0;
    width: 70%;
    height: 90%;
    z-index: -1;
}
.img-box-style-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.outline-from-top-right {
    padding: 20px 20px 0 0;
}
.outline-from-top-right::after {
    top: 0;
}
.outline-from-top-left {
    padding: 20px 0 0 20px;
}
.outline-from-top-left::after {
    top: 0;
    left: 0;
    right: auto;
}
.text-over-img-component {
    color: #FFF;
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px;
}
.text-over-img-component span {
    color: #D3F263;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    display: block;
    margin-bottom: 10px;
}
.text-over-bottom-component {
    background: #D3F263;
    color: #032940;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    direction: ltr;
    padding: 15px;
    position: absolute;
    bottom: 0;
}
.two-col-divider {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 45px;
}
.three-col-divider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.col-reverse-component {
    direction: rtl;
}
.two-col-component {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
}
.link-col-component {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 45px;
}
.default-content-component {
    direction: ltr;
}
.default-content-component h2 {
    margin-bottom: 20px;
}
.default-content-component h3 {
    font-weight: 800;
    margin-bottom: 6px;
}
.default-content-component p {
    margin-bottom: 20px;
}
.full-width {
    grid-column: span 2;
}

/*  */
.padding-t-100 {
    padding-top: 100px;
}
.padding-t-90 {
    padding-top: 90px;
}
.padding-t-80 {
    padding-top: 80px;
}
.padding-t-70 {
    padding-top: 70px;
}
.padding-t-60 {
    padding-top: 60px;
}
.padding-t-50 {
    padding-top: 50px;
}
.padding-t-40 {
    padding-top: 40px;
}
.padding-t-30 {
    padding-top: 30px;
}
.padding-b-100 {
    padding-bottom: 100px;
}
.padding-b-90 {
    padding-bottom: 90px;
}
.padding-b-80 {
    padding-bottom: 80px;
}
.padding-b-70 {
    padding-bottom: 70px;
}
.padding-b-60 {
    padding-bottom: 60px;
}
.padding-b-50 {
    padding-bottom: 50px;
}
.padding-b-40 {
    padding-bottom: 40px;
}
.padding-b-30 {
    padding-bottom: 30px;
}
/*  */
.margin-t-40 {
    margin-top: 40px;
}
.margin-t-50 {
    margin-top: 50px;
}
.margin-t-60 {
    margin-top: 60px;
}

/*  */
.center-text {
    text-align: center;
}
.half-img-right-component {
    padding-left: 30px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
.half-img-right-component img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}
.half-img-left-component {
    padding-right: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
.half-img-left-component img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tab-title-component {
    color: #000537;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.tab-title-component span {
    background-color: #fff;
    padding-right: 55px;
}
.tab-title-component::before {
    content: '';
    fill: #FFF;
    background-color: #1D1D1D;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    z-index: -1;
}
.bg-img-component {
    height: 100%;
}
.bg-img-component img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}
.social-link-component {
    margin-top: 20px;
}
.social-link-component a {
    display: inline-block;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2.33px 3.67px 0px rgba(0, 0, 0, 0.10);
    padding: 10px;
}
.social-link-component a img {
    vertical-align: bottom;
    transition: all 0.3s ease-in-out;
    filter: grayscale(1);
}
.social-link-component a:hover img {
    filter: grayscale(0);
    transform: scale(1.05);
}


/*  */
.header {
    position: fixed;
    width: 100%;
    padding: 20px 0;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}
.header.header-bg {
    background: #03283F;
}
.header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .nav-bar {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header .nav-bar li {
    list-style-type: none;
}
.header .nav-bar li a {
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease-in-out;
}
.header .nav-bar li a:hover {
    color: #D3F262;
}
.header .nav-search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.header .search-box {
    cursor: pointer;
}
/*  */
.header .hamberger {
    transition: all 0.3s ease-in-out;
    display: none;
}
.header .hamberger .bar1, .header .hamberger .bar2, .header .hamberger .bar3 {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    transition: all 0.3s ease-in-out;
}
.header .hamberger.change .bar1 {
    transform: translate(0, 6px) rotate(-45deg);
}
.header .hamberger.change .bar2 {
    opacity: 0;
}
.header .hamberger.change .bar3 {
    transform: translate(0, -6px) rotate(45deg);
}
  
/*  */
.hero-banner-component {
    background: url('../images/hero-banner.jpg') 0 0 no-repeat;
    background-size: cover;
    min-height: 700px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.hero-banner-component::after {
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom,  rgba(3,40,63,1) 0%,rgba(3,40,63,0.96) 4%,rgba(255,255,255,0) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hero-banner-component .hero-banner-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.hero-banner-component h1 {
    color: #FFF;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.hero-banner-component h1 span {
    color: #D3F262;
    display: block;
    font-weight: 800;
}
.hero-banner-component p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
}
.hero-banner-component a {
    color: #D3F262;
    text-decoration: none;
    margin-top: 40px;
    /* background: #fff;
    padding: 12px 60px 12px 20px;
    overflow: hidden;
    border-radius: 50px; */
}
.hero-banner-component a:hover {
    color: #fff;
    /* background: linear-gradient(90deg, #ffffff, #d3f262, #ffffff);
    background-size: 200%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: shine 2s linear; */
}
.hero-banner-component .left-content {
    padding-right: 20px;
}
.hero-banner-component video {
    background-color: #03283F;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}


/*  */
.strategies-overview-component .strategies-overview-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.strategies-overview-component .header-component {
    border-right: 1px rgb(53 53 53 / 50%) solid;
    padding-right: 20px;
}
.strategies-overview-component .bottom-text {
    color: #353535;
    font-size: 18px;
}

/*  */
.european-market-component {
    position: relative;
    overflow: hidden;
}
.european-market-component .european-market-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.european-market-component .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.european-market-component h2 {
    color: #fff;
}
.european-market-component h2 span {
    font-weight: 800;
}
.european-market-component p {
    color: #EBEBEB;
    margin-top: 15px;
}
.european-market-component .caption-text {
    color: #D3F262;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 21px;
    margin-top: 15px;
    max-width: 375px;
}
.european-market-component .logo-img {
    margin-top: 36px;
}
.european-market-component .left-content-box {
    padding-right: 50px;
}

/*  */
.testimonial-slider-component {
    max-width: 950px;
    margin: 25px auto 0;
    padding: 0 50px 0 40px;
}
.testimonial-slider-component .slider-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
}
.testimonial-slider-component p {
    font-size: 26px;
    line-height: 39px;
    position: relative;
    margin-bottom: 36px;
}
.testimonial-slider-component p::before {
    content: '';
    background: url(../images/quote-img.svg) 0 0 no-repeat;
    background-size: 100%;
    width: 36px;
    height: 26px;
    display: inline-block;
    position: absolute;
    left: -36px;
}
.testimonial-slider-component h5 {
    position: relative;
    color: #1D1D1D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 6px;
}
.testimonial-slider-component h5::after {
    content: '';
    background-color:  #353535;
    width: 75px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.testimonial-slider-component h6 {
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 6px;
}
.testimonial-slider-component .content-box {
    padding-left: 40px;
}
.testimonial-slider-component .img-box img {
    vertical-align: bottom;
    width: auto;
    max-width: 334px;
}
.testimonial-slider-component .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}
.testimonial-slider-component .owl-nav button.owl-prev {
    transform: rotateY(180deg);
}
.testimonial-slider-component .owl-nav button.disabled {
    opacity: 0.5;
    cursor: auto;
}

/*  */
.european-projects-component .european-projects-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}
.european-projects-component .img-box-style-1 {
    margin-left: auto;
    margin-right: 70px;
}
.european-projects-component .header-component {
    padding-top: 50px;
}

/*  */
.numbering-box-component {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 30px;
}
.numbering-box-component .number {
    color: #D3F263;
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
}
.numbering-box-component .numbering-box {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    display: flex;
    gap: 12px;
    padding-right: 30px;
}

/*  */
.tab-box-component {
    margin-top: 40px;
}
.tab-box-component .tab-list {
    background-color: transparent;
    list-style-type: decimal-leading-zero;
    color: #353535;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    border-radius: 4px;
    padding: 15px 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.tab-box-component .tab-list:hover,
.tab-box-component .tab-list.active {
    background: rgba(211, 242, 99, 0.35);
    color: #032940;
}
.tab-box-component .tab-list:hover::marker,
.tab-box-component .tab-list.active::marker {
    color: rgba(3, 41, 64, 0.60);
    font-weight: 800;
}
.tab-box-component .tab-list.active {
    font-weight: 600;
}
.tab-box-component ::marker {
    color: #353535;
    font-weight: 800;
    font-size: 22px;
    font-style: normal;
    line-height: 29px;
}
.tab-box-component .tab-list-box {
    display: flex;
    gap: 16px;
    flex-direction: column;
    max-width: 500px;
}
.tab-box-component .tab-box-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.tab-box-component h3 {
    font-weight: 800;
}
.tab-box-component p {
    margin-top: 10px;
}
.tab-box-component .tab-content {
    opacity: 0;
    height: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.tab-box-component .tab-content.visible {
    opacity: 1;
    height: auto;
    max-height: fit-content;
    overflow: visible;
}


/*  */
.how-it-works-component {
    overflow: hidden;
}
.how-it-works-component .how-it-works-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 60px;
}
.how-it-works-component .half-img-left-component {
    width: 40%;
}
/*  */
.accordion-component {
    grid-column: 2;
}
.accordion-component h2 {
    border-bottom: 1px rgb(255 255 255 / 50%) solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.accordion-component ol {
    padding-left: 15px;
}
.accordion-component .accordion-list {
    border-bottom: 1px rgb(255 255 255 / 50%) solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    color: #FFF;
    font-weight: 400;
    padding-right: 30px;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    line-height: 29px;
}
.accordion-component .accordion-list:last-child {
    border: 0;
}
.accordion-component .accordion-list .acc-answer {
    margin-top: 10px;
    overflow: hidden;
    transition: height 0.3s ease;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.accordion-component .accordion-list.show {
    color: #D3F263;
    font-weight: 600;
}
.accordion-component .accordion-list:hover {
    color: #D3F263;
}
.accordion-component .accordion-list.show .toggle-btn {
    transform: rotateX(180deg);
}
.accordion-component .toggle-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-component .toggle-btn img {
    max-width: 20px;
}
.accordion-component .acc-question {
    cursor: pointer;
    font-style: normal;
}

/*  */
.news-post-component {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}
.news-post-component .post-img-box {
    position: relative;
    overflow: hidden;
}
.news-post-component .post-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    vertical-align: bottom;
}
.news-post-component .post-img-box:hover img {
    transform: scale(1.2);
}
.news-post-component .days-ago {
    background: #D3F263;
    position: absolute;
    top: 20px;
    left: 0;
    display: inline-block;
    color:#032940;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 7px;
}
.news-post-component .days-ago img {
    vertical-align: bottom;
    margin-right: 5px;
    width: auto;
    transform: scale(1.1);
}
.news-post-component .post-img-box:hover .days-ago img {
    transform: scale(1.1);
}
.news-post-component .post-content-box {
    padding: 15px 0;
}
.news-post-component .post-content-box h3 {
    color: #353535;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.news-post-component .default-link {
    color: #1D1D1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
}
.news-post-component .default-link::after {
    filter: brightness(0.4);
}
.news-post-component .default-link:hover {
    color: #03283F;
}

/*  */
.footer .footer-wrapper {
    padding-left: 40px;
    padding-right: 40px;
}
.footer .footer-item ul {
    list-style-type: none;
    margin-top: 18px;
}
.footer .footer-item li {
    margin-top: 8px;
}
.footer .footer-item li a {
    color: #F9F9F9;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.footer .footer-item li a:hover {
    color: #D3F262;
}
.footer .footer-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1.2fr 1fr;
}
.footer .footer-item .title {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 30.6px;
}
.footer .copyright-text {
    color: #F9F9F9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top: 80px;
    border-bottom: 1px #A4A4C0 solid;
    padding-bottom: 7px;
}
.footer .social-media-link {
    margin-top: 60px;
}
.footer .social-media-link a img {
    transition: all 0.3s ease-in-out;
}
.footer .social-media-link a:hover img {
    transform: scale(1.1);
}

/*  */
.second-level-banner-component {
    height: 450px;
    background-color: #03283f;
}
section.second-level-banner-component::after {
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(3, 40, 63, 1) 0%, rgba(3, 40, 63, 0.7) 14%, rgba(255, 255, 255, 0) 40%);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.second-level-banner-component .banner-text {
    position: absolute;
    bottom: 40px;
    z-index: 1;
}

/*  */
.list-box-component ul li {
    position: relative;
    padding-left: 30px;
    list-style-type: none;
    margin-top: 24px;
    color: #353535;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.list-box-component ul li::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 1px;
    background: #D3F263 url(../images/tick-square.svg) 3px 3px no-repeat;
    background-size: 13px;
    position: absolute;
    top: 4px;
    left: 0;
}
/*  */
.list-box-component.list-icon-component li {
    padding-left: 50px;
}
.list-box-component.list-icon-component li img {
    position: absolute;
    top: 5px;
    left: 0;
}
.list-box-component.list-icon-component ul li::before {
    display: none;
}


/*  */
.accordion-component-style-1 {
    max-width: 771px;
    margin: 0 auto;
    border-top: 1px #1D1D1D solid;
    margin-top: 40px;
    padding: 0 12px 0 12px;
}
.accordion-component-style-1 .accordion-list {
    border-bottom: 1px rgb(53 53 53 / 50%) solid;
    padding-top: 40px;
    padding-bottom: 40px;
    /* margin-bottom: 15px; */
    position: relative;
    color: #FFF;
    font-weight: 400;
    padding-right: 20px;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    line-height: 29px;
}
.accordion-component-style-1 .accordion-list:last-child {
    border: 0;
    padding-bottom: 0;
}
.accordion-component-style-1 .accordion-list .acc-answer {
    overflow: hidden;
    transition: height 0.3s ease;
    color: #353535;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-left: 50px;
}
.accordion-component-style-1 .accordion-list.show .acc-answer {
    margin-top: 20px;
}
.accordion-component-style-1 .accordion-list.show .toggle-btn {
    transform: rotateX(180deg);
}
.accordion-component-style-1 .toggle-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    filter: brightness(0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-component-style-1 .toggle-btn img {
    max-width: 20px;
}
.accordion-component-style-1 .acc-question {
    cursor: pointer;
    font-style: normal;
    padding-left: 50px;
    position: relative;
    color: #1D1D1D;
    font-size: 26px;
    max-width: 100%;
}
.accordion-component-style-1 .acc-question img {
    vertical-align: middle;
}
.accordion-component-style-1 .acc-question .icon-img {
    margin-right: 5px;
    position: absolute;
    left: 0;
    width: 35px;
}
/*  */
.documents-list-component ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 45px;
}
.documents-list-component ul li {
    position: relative;
    color: #032940;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    list-style-type: none;
    padding-left: 40px;
}
.documents-list-component ul li::before {
    content: '';
    background: url('../images/document-icon.svg') 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
}
.documents-list-component ul li a {
    color: #032940;
    text-decoration: none;
    border-bottom: 1px #032940 solid;
    transition: all 0.3s ease-in-out;
    line-height: 1.5;
}
.documents-list-component ul li a:hover {
    border-bottom: 1px dashed;
    font-weight: 700;
}
/*  */
.news-insight-component {
    margin-top: 35px;
}
.news-insight-component .artcle-box {
    display: grid;
    gap: 26px;
    grid-template-columns: 230px 1fr;
}
.news-insight-component .img-box img {
    width: 100%;
    min-height: 120px;
    object-fit: cover;
    vertical-align: bottom;
}
.news-insight-component .days-block {
    color: #353535;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.news-insight-component h3 {
    color: #353535;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.news-insight-component a {
    color: #1D1D1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
}
.news-insight-component a::after {
    filter: invert(0.5);
    max-width: 20px;
    margin-left: 5px;
}
.news-insight-component .days-block {
    margin-bottom: 15px;
}
.news-insight-component .days-block img {
    transform: scale(1.1);
    vertical-align: bottom;
}
/*  */
.link-col-component .default-link {
    text-align: right;
}
.link-col-component a {
    color: #1D1D1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
}
.link-col-component a::after {
    filter: invert(0.5);
    max-width: 20px;
    left: 5px;
    vertical-align: middle;
}
/*  */
.map-box-component {
    background: #F5F5F5;
    overflow: hidden;
}
.map-box-component a {
    text-decoration: none;
}
.map-box-component .img-box img {
    width: 100%;
    vertical-align: bottom;
}
.map-box-component .content-box {
    padding: 30px;
    transition: all 0.3s ease-in-out;
    height: 100%;
}
.map-box-component:hover .content-box {
    background: rgba(211, 242, 99, 0.35);
}
.map-box-component h3 {
    color: #000537;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}
.map-box-component ul {
    list-style-type: none;
}
.map-box-component ul li {
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 6px;
    position: relative;
    padding-left: 30px;
}
.map-box-component ul li a {
    color: #353535;
}
.map-box-component ul li img {
    vertical-align: bottom;
    margin-right: 2px;
    position: absolute;
    left: 0;
}
.map-box-component .img-box {
    position: relative;
}
.map-box-component .img-box::after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s ease-in-out;
}
.map-box-component:hover .img-box::after {
    background: rgba(0, 0, 0, 0.7);
}
.map-box-component .default-btn {
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    top: 50%;
    width: 100%;
    max-width: 180px;
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.map-box-component:hover .img-box .default-btn {
    opacity: 1;
}

/*  */
.enquiry-form-component {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    max-width: 576px;
    margin: 30px auto 0;
}
.enquiry-form-component label {
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: block;
    margin-bottom: 4px;
}
.enquiry-form-component input,
.enquiry-form-component textarea {
    border: 1px solid #9B9B9B;
    padding: 12px 10px;
    width: 100%;
}
.enquiry-form-component textarea {
    height: 143px;
    resize: none;
}
.enquiry-form-component input:focus,
.enquiry-form-component textarea:focus {
    outline-color: #D3F263;
}
.enquiry-form-component .submit-box {
    text-align: center;
}
.enquiry-form-component .submit-box input {
    background: #D3F263;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    max-width: 130px;
    transition: all 0.3s ease-in-out;
}
.enquiry-form-component .submit-box input:hover {
    background: #03283f;
    color: #ffffff;
}
/*  */
.team-tab-component ul {
    display: flex;
    gap: 50px;
}
.team-tab-component li {
    color: #444;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    list-style-type: none;
    position: relative;
    cursor: pointer;
    transition: all 1.3s ease-in-out;
}
.team-tab-component li:hover {
    color: #03283f;
}
.team-tab-component li.active {
    font-weight: 800;
}
.team-tab-component li.active::after {
    content: '';
    border-bottom: 3px #D3F263 solid;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.tab-list-search-component {
    border-bottom: 1px rgb(53 53 53 / 50%) solid;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.team-tab-component .tab-content {
    gap: 20px;
    flex-wrap: wrap;
    display: none;
}
.team-tab-component .tab-content.visible {
    display: flex;
}
.team-tab-component .tab-item {
    max-width: 265px;
    overflow: hidden;
    text-decoration: none;
}
.team-tab-component .img-box {
    background: linear-gradient(135deg, rgba(211, 211, 211, 1) 0%, rgba(245, 245, 245, 1) 49%, rgba(211, 211, 211, 1) 100%);
}
.team-tab-component .img-box img {
    vertical-align: bottom;
    width: 265px;
    height: 265px;
    object-fit: cover;
    filter: grayscale(1);
}
.team-tab-component .detail-box {
    padding: 18px 6px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.team-tab-component .tab-item:hover .detail-box {
    background: rgba(211, 242, 99, 0.35);
}
.team-tab-component .detail-box h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    position: relative;
    padding-bottom: 7px;
}
.team-tab-component .detail-box h3::after {
    content: '';
    background: #000;
    width: 90px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.team-tab-component .detail-box p {
    color: #353535;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 7px;
}
.timeline-component .timeline-img img {
    width: 100%;
    background: #f3f3f3;
    padding: 30px;
    border-radius: 10px;
}
.timeline-component .timeline-img {
    margin-top: 40px;
    margin-bottom: 40px;
}
.timeline-component p {
    text-align: center;
}
.img-text-component .caption-component {
    background: #D3F263;
    font-style: normal;
    padding: 10px;
    text-align: center;
}
.img-text-component p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.img-text-component {
    margin-top: 30px;
}
.img-text-component img {
    vertical-align: bottom;
    width: 100%;
}

.history-component {
    margin-top: 50px;
}
.history-component .default-content-component h3 {
    margin-bottom: 10px;
}

.search-component {
    text-align: right;
}
.search-component input {
    width: 100%;
    outline: 0;
    border: 0;
    padding: 10px 0 10px 30px;
}

.search-component {
    width: 100%;
    max-width: 448px;
    margin-left: auto;
    outline: 0;
    border: 0;
    border-bottom: 2px #1D1D1D solid;
    position: relative;
}
.search-component::before {
    content: '';
    background: url('../images/search-icon.svg') 0 0 no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    filter: invert(0.8);
    position: absolute;
    top: 8px;
    left: 0;
}
.partner-img-component {
    max-width: 518px;
    max-height: 518px;
}
.partner-img-component img {
    background: linear-gradient(180deg, rgb(211 242 99 / 0%) 0%, #D3F263 100%);
    border-radius: 150px 150px 0 150px;
    padding-top: 10px;
}
.partner-img-component.outline-from-top-right {
    padding-top: 0;
    padding-right: 15px;
}
.partner-img-component.img-box-style-1::after {
    border-width: 2px;
    border-left: 0;
    border-radius: 0 150px 0 0;
}

.partner-header-component {
    padding-bottom: 33px;
    border-bottom: 1px rgba(0, 0, 0, 0.08) solid;
}
.partner-header-component h2 {
    margin-bottom: 12px;
}
.partner-header-component .img-box-style-1 {
    max-width: 520px;
    max-height: 520px;
}

/*  */
.third-level-banner-component {
    background-color: #03283F;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
}
.content-wrapper h3 {
    font-weight: 600;
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.content-wrapper h3:first-child {
    margin-top: 0;
}
.content-wrapper p {
    margin-bottom: 20px;
    line-height: 1.5;
}
.content-wrapper a {
    color: #353535;
}
.content-wrapper ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.content-wrapper ul li {
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 5px;
    color: #353535;
}
.content-wrapper hr {
    margin-bottom: 20px;
}
.content-wrapper .list-style-none {
    list-style-type: none;
    padding-left: 0;
}
.content-wrapper .documents-list-component ul {
    grid-template-columns: 1fr;
}


/* media querry */
@media (max-width:1200px) {
    h1 {
        font-size: 60px;
        line-height: 1.4;
    }
    h2 {
        font-size: 32px;
        line-height: 1.4;
    }
    h3 {
        font-size: 20px;
    }
    p {
        font-size: 18px;
    }
    .padding-t-100,.padding-t-90,.padding-t-80,.padding-t-70 {
        padding-top: 60px;
    }
    .padding-b-100,.padding-b-90,.padding-b-80,.padding-b-70 {
        padding-bottom: 60px;
    }
    .hero-banner-component h1 {
        font-size: 48px;
    }
    .hero-banner-component p {
        font-size: 18px;
        line-height: 1.5;
    }
    .hero-banner-component video {
        height: auto;
    }
    .european-projects-component .header-component {
        padding-top: 20px;
    }
    .numbering-box-component .numbering-box {
        font-size: 18px;
        line-height: 1.4;
    }
    .numbering-box-component .number {
        font-size: 46px;
    }
    .news-post-component .post-content-box h3 {
        font-size: 18px;
    }
    .news-post-component {
        gap: 30px;
    }
    .testimonial-slider-component p {
        font-size: 22px;
        line-height: 1.5;
    }
    .tab-title-component {
        font-size: 24px;
    }
    .tab-box-component .tab-list {
        font-size: 20px;
        padding: 12px 15px;
    }
    .tab-box-component .tab-list-box {
        gap: 10px;
    }
    .accordion-component .accordion-list {
        font-size: 18px;
        line-height: 1.4;
    }
    .strategies-overview-component .strategies-overview-wrapper {
        gap: 40px;
    }
    .third-level-banner-component {
        min-height: 300px;
    }
    .footer .footer-item li a {
        font-size: 16px;
    }
    .list-box-component ul li {
        font-size: 18px;
    }
    .accordion-component-style-1 .acc-question {
        font-size: 22px;
    }
    .accordion-component-style-1 .accordion-list .acc-answer {
        font-size: 18px;
    }
    .accordion-component-style-1 .accordion-list {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .accordion-component-style-1 .accordion-list.show .acc-answer {
        margin-top: 10px;
    }
    .accordion-component-style-1 .acc-question {
        padding-left: 44px;
    }
    .text-over-bottom-component {
        font-size: 20px;
    }
    .documents-list-component ul li {
        font-size: 18px;
    }
    .map-box-component .content-box {
        padding: 20px;
    }
    .map-box-component h3 {
        font-size: 24px;
    }
    .content-wrapper ul li {
        font-size: 18px;
    }
    .timeline-component .timeline-img {
        margin-top: 40px;
    }

}

@media (max-width:991px) {
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 18px;
    }
    .container {
        padding: 0 20px;
    }
    /*  */
    .header {
        position: fixed;
        width: 100%;
        padding: 15px 0;
    }
    .header .hamberger {
        display: block;
    }
    .header .nav-bar {
        position: absolute;
        width: 100%;
        height: 100vh;
        left: -100%;
        top: 50px;
        background: #03283f;
        padding: 20px 40px;
        flex-direction: column;
        align-items: flex-start;
        transition: all 0.5s ease-in-out;
    }
    .header.visible .nav-bar {
        left: 0;
    }
    .header .logo img {
        max-width: 100px;
    }
    .two-col-divider {
        gap: 30px;
    }
    .hero-banner-component .hero-banner-wrapper {
        gap: 30px;
    }
    .hero-banner-component h1 {
        font-size: 36px;
    }
    .hero-banner-component a {
        margin-top: 30px;
    }
    .hero-banner-component .left-content {
        padding-right: 0;
    }
    .partner-img-component img {
        border-radius: 80px 80px 0 80px;
        padding: 30px 0px 0px 0px;
    }
    .strategies-overview-component .strategies-overview-wrapper {
        gap: 30px;
    }
    .testimonial-slider-component p {
        font-size: 20px;
    }
    .testimonial-slider-component p::before {
        width: 26px;
        height: 25px;
        left: -26px;
    }
    .testimonial-slider-component .content-box {
        padding-left: 20px;
    }
    .numbering-box-component {
        gap: 15px;
    }
    .numbering-box-component .numbering-box {
        padding-right: 10px;
        font-size: 16px;
    }
    .numbering-box-component .number {
        font-size: 36px;
    }
    .how-it-works-component .how-it-works-wrapper {
        gap: 30px;
    }
    .tab-box-component .tab-list {
        font-size: 18px;
    }
    .news-post-component {
        gap: 15px;
    }
    .news-post-component .days-ago {
        font-size: 12px;
    }
    .european-market-component .left-content-box {
        padding-right: 10px;
    }
    .european-market-component .european-market-wrapper {
        gap: 20px;
    }
    .european-projects-component .img-box-style-1 {
        margin-right: 0;
    }
    .european-projects-component .european-projects-wrapper {
        gap: 50px;
    }
    .title-box-component {
        font-size: 18px;
    }
    .footer .footer-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .list-box-component ul li {
        font-size: 16px;
    }
    .text-over-bottom-component {
        font-size: 18px;
        line-height: 1.4;
        padding: 10px;
    }
    .documents-list-component ul {
        margin-top: 30px;
    }
    .documents-list-component ul li {
        font-size: 16px;
        padding-left: 25px;
    }
    .documents-list-component ul li::before {
        width: 20px;
        height: 20px;
    }
    .news-insight-component .artcle-box {
        gap: 10px;
        grid-template-columns: 120px 1fr;
    }
    .news-insight-component h3 {
        font-size: 16px;
        line-height: 1.5;
    }
    .news-insight-component .days-block {
        margin-bottom: 8px;
    }
    .map-box-component h3 {
        margin-bottom: 10px;
    }
    .map-box-component .content-box {
        padding: 15px;
    }
    .map-box-component ul li img {
        max-width: 20px;
    }
    .map-box-component ul li {
        padding-left: 25px;
    }
    .three-col-divider {
        gap: 10px;
    }
    .search-component {
        max-width: 300px;
    }
    .team-tab-component ul {
        gap: 30px;
    }
    .team-tab-component li {
        font-size: 16px;
    }
    .head-style-2 p {
        font-size: 20px;
    }
    .partner-img-component {
        max-width: 418px;
        max-height: 418px;
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 30px;
    }
    p {
        font-size: 15px;
        line-height: 1.5;
    }
    h2 {
        font-size: 22px;
    }
    .padding-t-100,.padding-t-90,.padding-t-80,.padding-t-70,.padding-t-60,.padding-t-50 {
        padding-top: 40px;
    }
    .padding-b-100,.padding-b-90,.padding-b-80,.padding-b-70,.padding-b-60,.padding-b-50 {
        padding-bottom: 40px;
    }
    .margin-t-50,
    .margin-t-60 {
        margin-top: 30px;
    }
    .m-w-100 {
        width: 100%;
    }
    .default-btn::after {
        width: 40px;
        height: 40px;
    }
    .default-btn {
        padding-right: 50px;
        font-size: 16px;
    }
    .default-link {
        font-size: 15px;
    }
    .default-link::after {
        width: 20px;
        height: 20px;
    }
    .default-content-component.padding-t-40 {
        padding-top: 0;
    }
    .default-content-component p {
        margin-bottom: 14px;
    }
    .hero-banner-component .hero-banner-wrapper {
        gap: 20px;
    }
    .hero-banner-component h1 {
        font-size: 32px;
    }
    .hero-banner-component p {
        font-size: 16px;
    }
    .hero-banner-component {
        min-height: 450px;
        padding: 100px 0;
    }
    .hero-banner-component video {
        height: 240px;
        object-fit: cover;
    }
    .hero-banner-component .hero-banner-wrapper {
        grid-template-columns: 1fr;
    }
    .strategies-overview-component .strategies-overview-wrapper {
        grid-template-columns: 1fr;
    }
    .european-market-component .european-market-wrapper {
        grid-template-columns: 1fr;
    }
    .half-img-right-component {
        padding-left: 0;
        position: relative;
        width: 100%;
    }
    .numbering-box-component {
        grid-template-columns: 1fr;
    }
    .numbering-box-component .numbering-box {
        font-size: 15px;
        gap: 6px;
    }
    .numbering-box-component .number {
        font-size: 26px;
    }
    .european-projects-component .european-projects-wrapper {
        grid-template-columns: 1fr;
    }
    .european-projects-component .header-component {
        padding-top: 0;
    }
    .strategies-overview-component .header-component {
        padding-right: 0;
        border: 0;
    }
    .strategies-overview-component .strategies-overview-wrapper {
        gap: 15px;
    }
    .european-market-component .logo-img img {
        max-width: 200px;
    }
    .european-market-component .caption-text {
        font-size: 12px;
        line-height: 1.4;
    }
    .testimonial-slider-component .slider-item {
        grid-template-columns: 1fr;
    }
    .testimonial-slider-component .content-box {
        margin-top: 20px;
    }
    .testimonial-slider-component p::before {
        width: 20px;
        height: 25px;
        left: -20px;
    }
    .testimonial-slider-component p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .testimonial-slider-component h5 {
        font-size: 16px;
    }
    .testimonial-slider-component h6 {
        font-size: 14px;
    }
    .testimonial-slider-component .img-box img {
        width: 100%;
        max-width: 120px;
        margin: auto;
    }
    .testimonial-slider-component {
        padding-bottom: 40px;
    }
    .testimonial-slider-component .owl-nav button img {
        width: 30px;
    }
    .european-market-component .left-content-box {
        padding-right: 0;
    }
    .title-box-component {
        font-size: 15px;
    }
    .tab-title-component {
        font-size: 18px;
    }
    .tab-title-component span {
        padding-right: 15px;
    }
    .tab-box-component .tab-list {
        font-size: 16px;
        padding: 5px 8px;
    }
    .tab-box-component ::marker {
        font-size: 16px;
    }
    .tab-box-component .tab-box-wrapper {
        grid-template-columns: 1fr;
    }
    .how-it-works-component .how-it-works-wrapper {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .how-it-works-component .half-img-left-component {
        width: 100%;
        padding-right: 0;
        position: relative;
    }
    .half-img-left-component img {
        max-height: 300px;
    }
    .accordion-component .accordion-list {
        font-size: 16px;
    }
    .accordion-component .accordion-list .acc-answer {
        font-size: 15px;
        line-height: 1.5;
    }
    .third-level-banner-component {
        min-height: 200px;
    }
    .news-post-component {
        grid-template-columns: 1fr;
    }
    .news-post-component .post-content-box h3 {
        font-size: 15px;
    }
    .footer .footer-wrapper {
        grid-template-columns: 1fr;
    }
    .footer .social-media-link {
        margin-top: 20px;
    }
    .footer .social-media-link a img {
        max-width: 25px;
    }
    .footer .copyright-text {
        margin-top: 50px;
        font-size: 12px;
    }
    .two-col-divider {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .list-box-component ul li:first-child {
        margin-top: 0;
    }
    .list-box-component ul li::before {
        width: 16px;
        height: 16px;
        background-size: 10px;
    }
    .list-box-component ul li {
        padding-left: 25px;
        line-height: 1.5;
        margin-top: 15px;
    }
    .outline-from-top-right {
        padding: 14px 14px 0 0;
    }
    .outline-from-top-left {
        padding: 14px 0 0 14px;
    }
    .text-over-img-component span {
        font-size: 40px;
    }
    .text-over-img-component {
        font-size: 20px;
        line-height: 1.4;
    }
    .accordion-component-style-1 {
        margin-top: 30px;
    }
    .accordion-component-style-1 .accordion-list {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .accordion-component-style-1 .acc-question {
        font-size: 18px;
    }
    .accordion-component-style-1 .acc-question .icon-img {
        margin-right: 2px;
        width: 25px;
    }
    .accordion-component-style-1 .acc-question {
        padding-left: 30px;
    }
    .accordion-component-style-1 .accordion-list .acc-answer {
        font-size: 15px;
        line-height: 1.5;
        padding-left: 30px;
    }
    .accordion-component-style-1 .accordion-list {
        padding-right: 0;
    }
    .documents-list-component ul {
        grid-template-columns: 1fr;
    }
    .documents-list-component ul li {
        font-size: 14px;
    }
    .two-col-component {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .news-insight-component {
        margin-top: 20px;
    }
    .news-insight-component .days-block {
        font-size: 12px;
    }
    .news-insight-component a {
        font-size: 14px;
    }
    .news-insight-component h3 {
        font-size: 14px;
    }
    .news-insight-component .days-block img {
        max-width: 14px;
    }
    .news-insight-component a::after {
        max-width: 16px;
        margin-left: 0;
    }
    .link-col-component {
        gap: 10px;
    }
    .link-col-component a {
        font-size: 14px;
    }
    .link-col-component a::after {
        max-width: 14px;
        left: 4px;
    }
    .three-col-divider {
        grid-template-columns: 1fr;
    }
    .map-box-component h3 {
        font-size: 22px;
    }
    .map-box-component ul li {
        font-size: 14px;
        padding-left: 20px;
        line-height: 1.4;
    }
    .map-box-component ul li img {
        max-width: 16px;
    }
    .enquiry-form-component {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .enquiry-form-component .input-box {
        grid-column: span 2;
    }
    .enquiry-form-component label {
        font-size: 14px;
    }
    .enquiry-form-component .submit-box input {
        font-size: 16px;
    }
    .head-style-2 p {
        font-size: 16px;
    }
    .team-tab-component .tab-content {
        flex-direction: column;
    }
    .team-tab-component li {
        font-size: 14px;
    }
    .team-tab-component .tab-item {
        max-width: 100%;
    }
    .team-tab-component .img-box img {
        width: 100%;
    }
    .tab-list-search-component {
        grid-template-columns: 1fr;
    }
    .search-component {
        max-width: 100%;
        margin-top: 15px;
    }
    .partner-header-component {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .content-wrapper ul li {
        font-size: 15px;
    }
    .history-component {
        margin-top: 30px;
    }
    .timeline-component .timeline-img {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .img-text-component p {
        font-size: 14px;
        margin-bottom: 0;
    }
    .timeline-component .timeline-img img {
        padding: 5px;
        border-radius: 4px;
    }
}

