*{
    margin: 0;
    padding: 0;
}
ul{
    padding: 0px!important;
    margin: 0px!important;
}
body{
    font-family: "Plus Jakarta Sans", sans-serif!important;
}
:focus {
    border: unset;
    box-shadow: unset;
    outline: unset;
}
@media only screen and (min-width: 1700px) {
    .container {
        max-width: 1440px!important;
    }
}
.get-a-quate{
    background: unset;
    color: #1E1E1E;
    padding: 7px 7px 7px 25px !important;
    border-radius: 100px;
    display: flex;
    width: fit-content;
    text-decoration: none;
    border: 1px solid #1E1E1E;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
}
.get-a-quate::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #DB0C1B;
    transition: width 0.3s ease;
    z-index: -1;
}

.get-a-quate:hover::before {
    width: 100%;
}

.get-a-quate:hover {
    color: #fff;
    border: 1px solid #DB0C1B;
}
.get-a-quate:hover ellipse {
    fill: #fff;
    transition: 0.5s;
}
.get-a-quate:hover path {
    fill: #1E1E1E;
    transition: 0.5s;
}
.get-a-quate svg {
    width: 34px;
    height: 34px;
    margin-left: 12px;
    transition: 0.5s;
}
.get-a-quate:hover svg {
    transform: rotate(45deg);
}
.get-a-quate ellipse {
    transition: 0.5s;
}
.get-a-quate path {
    transition: 0.5s;
}
body h1 {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    line-height: 68px;
}
body h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    line-height: 46px;
    color: #1E1E1E;
}
body h3{
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 600;
    margin: 12px 0;
}
p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 28px;
    margin: 0;
    color: #1E1E1E;
}
/* Header */
header{
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 999;
}
ul.navbar-nav {
    margin: 0 0 0 auto !important;
}
ul.navbar-nav svg {
    margin-left: 2px;
    width: 10px;
    height: 10px;
}
ul.navbar-nav li a {
    color: #1E1E1E;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 0 0px;
}
ul.navbar-nav li a:hover {
    color: #db0c1b;
}
a.nav-link.header-cta:hover {
    color: #fff;
}
a.nav-link.active {
    color: #db0c1b !important;
}
ul.navbar-nav .quote-btn a img {
    width: 34px;
    height: 34px;
    margin-left: 12px;
    transition: 0.5s;
}
ul.sub-menu {
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 4px 21.3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    display: none;
}
a.nav-link {
    padding-bottom: 0;
    padding-top: 0;
}
ul.navbar-nav .nav-item {
    margin-left: 30px;
}
ul.sub-menu li{
    display: block;
}
ul.sub-menu a {
    margin: 0 !important;
    padding: 13px 15px !important;
    transition: 0.5s;
}
ul.sub-menu a:hover {
    background: #DB0C1B!important;
    color: #fff!important;
}
li.nav-item:hover .sub-menu {
    display: block;
}
.quote-btn:hover img {
    transform: rotate(45deg);
}
ul.navbar-nav .quote-btn a {
    background: #DB0C1B;
    color: #fff;
    padding: 6px 7px 6px 25px !important;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-header-bar li
 {
    display: inline-block;
    margin-right: 19px;
}

.top-header-bar {
    display: flex;
    justify-content: space-between;
}
.top-header-bar li a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}
.top-bar {
    background: #1E1E1E;
    padding: 10px 0;
}
.top-bar .social img {
    vertical-align: sub;
}
ul.contact-info img {
    margin-right: 5px;
    margin-top: -2px;
}
.top-bar .social li {
    margin-left: 19px;
    margin-right: unset;
}

/* Home */

section.home-banner {
    background-image: url(../images/home-banner.webp);
    min-height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    width: 94.5%;
    margin: 5px auto;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
section.home-banner li {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
    display: flex;
    margin: 15px 0;
}
.white-arrow-btn {
    background: unset;
    color: #fff;
    padding: 7px 7px 7px 25px !important;
    border-radius: 100px;
    display: flex;
    width: fit-content;
    text-decoration: none;
    border: 1px solid #fff;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
    font-size: 16px;
}
.white-arrow-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #DB0C1B;
    transition: width 0.3s ease;
    z-index: -1;
}

.white-arrow-btn:hover::before {
    width: 100%;
}

.white-arrow-btn:hover {
    color: #fff;
    border: 1px solid #DB0C1B;
}
.white-arrow-btn img {
    width: 34px;
    height: 34px;
    margin-left: 12px;
    transition: 0.5s;
}
.white-arrow-btn svg {
    transition: 0.5s;
}
.white-arrow-btn:hover img {
    transform: rotate(45deg);
}
.white-arrow-btn:hover svg {
    transform: rotate(45deg);
}
.header-cta {
    background: #DB0C1B;
    color: #fff;
    padding: 7px 7px 7px 25px !important;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
    border: 1px solid #DB0C1B!important;
}
.header-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #000000;
    transition: width 0.3s ease;
    z-index: -1;
}

.header-cta:hover::before {
    width: 100%;
}

.header-cta:hover {
    color: #fff;
    border: 1px solid #000000!important;
}
.left-banner-col li img {
    margin-right: 7px;
    height: 18px;
    width: 18px;
    margin-top: 6px;
}
.banner {
    display: flex;
    justify-content: space-between;
}
.left-banner-col {
    width: 38%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
label.upload-label img {
    width: 13px;
    vertical-align: middle;
    margin-right: 7px;
}
.right-banner-col {
    width: 38%;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border-left: 6px solid #FFCF0E;
    box-shadow: 0 0 25px 0 rgba(71, 69, 69, 0.05);
}
.left-banner-col p{
    margin: 17px 0;
    color: #fff;
}
.left-banner-col ul {
    margin-bottom: 24px !important;
}
.right-banner-col h2 {
    font-size: 26px;
    font-weight: 700;
}
.right-banner-col p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}
span.diffrent-color {
    color: #DB0C1B;
}
.right-banner-col label {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin: 18px 0 5px 0;
}
.form-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-flex .form-field {
    width: 48%;
}
.form-flex input {
    width: 100%;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    padding: 11px;
}
.right-banner-col textarea {
    width: 100%;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    padding: 11px;
    height: 70px;
}
.form-flex input::placeholder {
    font-size: 13px;
    font-weight: 400;
    color: #888888;
}
.right-banner-col textarea::placeholder {
    font-size: 13px;
    font-weight: 400;
    color: #888888;
}
label.upload-label {
    border: 2px dashed #DB0C1B40;
    padding: 13px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #DB0C1B;
    cursor: pointer;
}
.form-submit button {
    background: unset;
    color: #1E1E1E;
    padding: 7px 7px 7px 19px !important;
    border-radius: 100px;
    display: flex;
    width: fit-content;
    text-decoration: none;
    border: 1px solid #1E1E1E;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}
.form-submit button img {
    width: 30px;
    height: 30px;
    margin-left: 13px;
}
.form-submit {
    margin-top: 22px;
}
label.upload-label p {
    margin: 0 !important;
}

.flex-cols {
    display: flex;
    justify-content: space-between;
    max-width: 1325px;
    margin: 70px auto;
}
.left-col{
    width: 50%;
}
.right-col{
    width: 37%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about .right-col li img {
    margin-right: 5px;
    width: 18px;
}
.about .left-col img{
    width: 100%;
}
.about .right-col li {
    font-size: 18px;
    font-weight: 600;
    color: #1E1E1E;
    line-height: 28px;
    display: flex;
    margin: 12px 0;
}
.about .right-col p {
    margin: 15px 0;
}
.our-german p {
    margin: 10px auto;
    width: 45%;
}
.our-german {
    text-align: center;
}
.services-col p{
    width: 100%;
}
.services-col {
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
        width: calc((100% - 56px) / 3);
}
.services-col img {
    width: 100%;
    border-radius: 8px;
}
.services-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    margin: 33px 0;
}
section.services{
    background-image: url(../images/bg-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    padding: 80px 0;
    background-color: #FBFAFF;
}
.services-btn{
    margin-top: 42px;
}

.services-btn a {
    margin: 0px auto;
}
.services-col h3 {
    margin-top: 16px;
}
section.value-of li {
    font-size: 18px;
    font-weight: 600;
    color: #1E1E1E;
    line-height: 28px;
    display: block;
    margin: 13.5px 0;
    display: flex;
}
section.value-of .left-col img {
    margin-right: 7px;
    width: 18px;
    height: 18px;
    margin-top: 5px;
}
section.value-of .right-col{
    width: 47%;
}
section.value-of .left-col{
    width: 44%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.value-of p {
    margin: 15px 0;
}
section.value-of .right-col img{
    width: 100%;
    border-radius: 24px;
}
section.value-of .flex-cols {
    max-width: 100%;
}
.our-process img {
    width: 100%;
    border-radius: 24px;
}
.our-process {
    max-width: 1275px;
    margin: 0 auto;
    position: relative;
}
.process-col {
    width: 563px;
    position: absolute;
    top: 35px;
    left: 35px;
    background: #FFFFFF14;
    border-radius: 24px;
    padding: 30px;
    backdrop-filter: blur(10px);
}
.process-col a {
    background: unset;
    color: #fff;
    padding: 7px 7px 7px 25px !important;
    border-radius: 100px;
    display: flex;
    width: fit-content;
    text-decoration: none;
    border: 1px solid #fff;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
}
.process-col a img {
    width: 34px;
    height: 34px;
    margin-left: 12px;
}
.process-col p {
    margin: 11px 0 15px 0;
    color: #fff;
}
.process-col h2{
    color: #fff;
}
.our-process li {
    display: inline-flex;
    width: 48%;
    margin: 11px 0;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}
section.our-translation-process {
    background: #000C24;
    padding: 66px 0px;
    background-image: url(../images/bg-dots.webp);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}
.process-box {
    background: #000C24;
    padding: 20px 6px 20px 130px;
    position: absolute;
    bottom: 0;
    width: 77%;
    right: 0;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}
span.bg-bubble::after {
    background: #FFFFFF1A;
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    border-radius: 100px;
    top: 0;
    right: -6px;
}
span.bg-bubble {
    color: #FFCF0E;
    font-size: 19px;
    font-weight: 700;
    margin-right: 13px;
    position: relative;
    padding-top: 2px;
}
.our-services .our-german {
    text-align: left;
}
.our-services .services-col {
    border: 1px solid #D9D9D9;
    box-shadow: unset;
    padding: 24px;
    width: calc((100% - 80px) / 3);
}
.our-services {
    padding: 70px 0 35px 0;
}
section.our-services h2{
    text-align: center;
}
section.our-services p{
    text-align: center;
}
.services-cols-flex p{
    text-align: left!important;
}
.our-services .services-col img {
    width: 40px;
}
.our-services .services-col h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    margin: 21px 0 0 0;
}
.services-cols-flex{
    gap: 38px;
}
.our-achevement{
    background-image: url(../images/Subtract.webp);
    min-height: 659px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    margin: 5px auto;
    border-radius: 40px;
    overflow: hidden;
    padding: 80px 52px 52px 52px;
}
.our-achevement h2{
    color: #fff;
}
.our-achevement p {
    color: #fff;
    margin: 15px 0 0 0;
}
.counter-target {
    border: 1px solid #9E9E9E;
    background: #FFFFFF14;
    border-radius: 16px;
    padding: 18px;
    backdrop-filter: blur(10px);
    width: 47.5%;
}
span.counter-plus {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
span.related {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.milestones {
    width: 42%;
}
.counter-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 25px;
}
section.why-choose li {
    font-size: 17px;
    font-weight: 500;
    display: flex;
    margin: 19px 0;
}
section.why-choose span.bg-bubble {
    color: #DB0C1B;
    display: inline-block;
    width: 23px;
    margin-right: 14px;
}
section.why-choose span.bg-bubble::after {
    background: #db0c1b17;
}
section.why-choose p{
    margin: 15px 0;
}
section.why-choose h2 {
    width: 100%;
}
section.why-choose img {
    width: 100%;
    border-radius: 24px;
}
section.why-choose .right-col{
    width: 55%; 
 }
 section.why-choose .left-col{
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
 }
 .overlap-col {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0px 4px 21.3px 0px rgba(0, 0, 0, 0.1);
    padding: 34px 60px 35px 35px;
    height: fit-content;
    position: absolute;
    width: 100%;
    right: -72px;
}
section.why-choose .flex-cols {
    max-width: 95%;
    margin: 70px auto 70px 0;
}
.services-logo {
    width: 93%;
    margin: 0 auto;
}
.services-logo img {
    width: 100%;
}
.testimonials-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 75px 0;
}
.tetimonials-heading {
    width: 29%;
    display: flex;
    align-items: center;
}
.profile-data {
    border: 1px solid #CFCFCF;
    border-radius: 16px;
    padding: 17px;
    width: 31.8%;
}
.profile-flex {
    display: flex;
}
.testimonials-profile img {
    width: 100%;
}
.testimonials-profile {
    width: 56px;
    margin-right: 8px;
}
.names-data h3{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.names-data {
    display: flex;
    align-items: center;
}
.profile-data p {
    margin: 11px 0 0 0;
}
.tetimonials-heading span {
    font-size: 18px;
    font-weight: 500;
    color: #DB0C1B;
    margin-bottom: 3px;
    display: block;
}
.tetimonials-heading p {
    margin: 13px 0;
}
.tetimonials-cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
    width: 65%;
}
.frequently-asked-questions {
    background: #000C24;
    padding: 55px 75px;
    max-width: 1275px;
    margin: 0 auto;
    border-radius: 24px;
}
span.min-heading {
    display: block;
    text-align: center;
    color: #FFCF0E;
    font-size: 18px;
    font-weight: 500;
}
.frequently-asked-questions h2 {
    text-align: center;
    color: #fff;
    width: 54%;
    margin: 7px auto;
}
.accordion-item {
    background-color: #FFFFFF14 !important;
    border-radius: 10px;
    border: unset !important;
    padding: 13px 17px;
    margin: 19px 0;
}
button.accordion-button {
    background-color: unset !important;
    font-size: 20px;
    color: #fff !important;
    font-weight: 500;
    padding: 0;
    box-shadow: unset !important;
}
.accordion-body {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    padding: 18px 36px !important;
}
button.accordion-button span.bg-bubble {
    color: #ffffff;
    margin-right: 16px;
}
.accordion {
    margin-top: 2rem;
}
.accordion-button::after {
    background-image: url(../images/faq-close.svg) !important;
    width: 38px !important;
    height: 38px !important;
    background-size: 38px !important;
}
h3.accordion-header {
    margin: 0;
}
.accordion-button:not(.collapsed)::after{
    transform: rotate(-38deg)!important;
}

.all-we-do{
    background-image: url(../images/cta-banner.webp);
    min-height: 469px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    padding: 40px 0px;
    display: flex;
    align-items: center;
    margin: 75px 0 0 0;
}
section.our-blogs {
    margin: 75px 0;
}
.its-all span {
    color: #FFCF0E;
    display: block;
    font-weight: 700;
}
.its-all h2{
    color: #fff;
    font-weight: 500;
}
.its-all p{
    color: #fff;
    margin: 21px 0 25px 0;
}
.its-all {
    width: 43%;
}
section.our-blogs h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.6em * 2);
}
section.our-blogs li {
    display: inline-block;
    margin-right: 23px;
    font-size: 16px;
    font-weight: 500;
    color: #1E1E1E;
}
section.our-blogs ul {
    text-align: left;
}
section.our-blogs .services-col{
    padding: 0;
    box-shadow: unset;
    border-radius: unset;
    width: calc((100% - 68px) / 3);
}
section.our-blogs .services-cols-flex {
    gap: 34px;
}
section.our-blogs .our-german p {
    width: 100%;
}
section.our-blogs .services-flex.services-cols-flex p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.6em * 3);
}
section.our-blogs span {
    font-size: 18px;
    font-weight: 500;
    color: #DB0C1B;
    margin-bottom: 5px;
    display: block;
}
section.our-blogs li img {
    width: 18px;
    margin-right: 5px;
    vertical-align: sub;
}
.our-blog-btn a {
    margin: 43px auto;
}
.blog-image{
    position: relative;
}
.image-box {
  height: 100%;
 
  /* Background image */
  background: url("../images/Union.webp") center/cover no-repeat;
 
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-mask-image: url("../images/Union.webp");
  mask-image: url("../images/Union.webp");
  overflow: hidden;
  -webkit-mask-position: bottom right;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    border-radius: 24px;
    -webkit-mask-size: cover;
    mask-size: cover;
}
 
.image-box img {
  object-fit: cover;
 
  border-radius: 20px;
}
.blog-arrow {
    width: 47px;
    position: absolute;
    right: 0;
    bottom: 4px;
}
.blog-arrow svg{ 
    transition: 0.5s;
}
section.our-blogs .services-col ellipse {
    transition: 0.5s;
}
section.our-blogs .services-col:hover .blog-arrow svg {
    transform: rotate(45deg);
}
section.our-blogs .services-col:hover ellipse {
    fill: #db0c1b;
}
.our-blogs a{
    text-decoration: none;
    color: #1E1E1E;
}
.blog-image img {
    border-radius: 24px;
    height: 100%;
    object-fit: cover;
}
.footer-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 60px;
}
.footer-col-first {
    width: 19%;
}
.footer-col-second {
    width: 15%;
    padding-left: 2rem;
}
.footer-col-third {
    width: 38%;
    padding-left: 2rem;
}
.footer-col-fourth {
    width: 17%;
}
.footer-col-fourth li a {
    display: flex;
}
.footer-col-fourth img {
    width: 18px;
    height: 18px;
    margin-right: 7px;
    margin-top: 3px;
}
footer {
    padding: 60px 0 0 0;
    background: #1E1E1E;
    margin-top: 0rem;
}
footer p {
    color: #A9A9A9;
    font-size: 15px;
    line-height: 27px;
    margin: 28px 0;
}
footer h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}
footer ul {
    padding-top: 8px !important;
}
footer li a {
    font-size: 15px;
    font-weight: 400;
    color: #A9A9A9;
    text-decoration: none;
    transition: 0.5s;
}
footer li a:hover {
    color: #DB0C1B;
}
footer li {
    display: block;
    margin-bottom: 19px;
}
.footer-col-third ul li {
    display: inline-block;
    width: 49%;
}
.footer-col-first li {
    display: inline-block;
    margin-right: 7px;
}
.footer-col-first li a {
    border: 1px solid #333333;
    padding: 5px;
    border-radius: 4px;
}
.footer-col-first li a img {
    vertical-align: text-top;
}
a.footer-logo img {
    width: 90%;
}
p.copyright {
    text-align: center;
    margin: 0;
    border-top: 1px solid #484848;
    font-size: 14px;
    padding: 13px 15px;
}

/* Services */

section.service-banner {
    background-image: url(../images/service-banner.webp);
    min-height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    width: 94.5%;
    margin: 5px auto;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
section.service-banner .left-banner-col {
    width: 38%;
}
section.service-banner p {
    color: #1E1E1E;
    margin: 17px 0px 25px 0;
}
section.service-banner a {
    color: #1E1E1E;
    border: 1px solid #1E1E1E;
}
section.service-banner h1 {
    color: #1E1E1E;
}
section.who-we-help-section .flex-cols{
    margin: 25px auto 0 auto;
}
section.who-we-help-section .right-col{
    width: 42%; 
    display: unset;
 }
 section.who-we-help-section .left-col{
    width: 50%; 
 }
.who-we-help h3 {
    font-size: 22px;
    margin: 20px 0;
}
section.who-we-help-section li {
    font-size: 18px;
    font-weight: 600;
    color: #1E1E1E;
    margin: 16px 0;
}
.right-col li img {
    width: 18px;
    height: 18px;
    margin-top: 6px;
    margin-right: 8px;
    vertical-align: middle;
}
/* Tab container */
.tabs {
    border: 1px solid #A1A1A1;
    display: flex;
    gap: 10px;
    border-radius: 100px;
    justify-content: center;
    width: fit-content;
    margin: 29px auto;
    padding: 5px;
}
div#individuals p {
    width: 90%;
}
    .tab {
        font-size: 18px;
        padding: 11px 35px;
        border-radius: 20px;
        border: unset;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: 500;
        color: #1E1E1E;
        border-radius: 100px;
    }

  .tab.active {
    background-color: #DB0C1B;
    color: white;
    border-color: #DB0C1B;
    border-radius: 100px;
  }

  /* Content */
  .tab-content {
    display: none;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
  }

  .tab-content.active {
    display: flex;
  }

  .tab-content img {
    width: 100%;
    max-width: 100%;
    border-radius: 24px;
  }

  .tab-content .text {
    max-width: 600px;
  }

  .tab-content ul {
    list-style: none;
    padding: 0;
  }

  .tab-content ul li {
    display: flex;
    margin-bottom: 10px;
  }

  .who-we-help button {
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 30px;
    background: white;
    cursor: pointer;
    margin-top: 15px;
  }
  .who-we-help h2 {
    text-align: center;
   }
   section.who-we-help-section {
        margin: 72px 0;
    }
section.types-of-german {
    background-image: url(../images/bg-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    padding: 63px 0;
    background-color: #FBFAFF;
}
.type-services-col{
    border: 1px solid #DCD3FF;
    border-radius: 12px;
    padding: 30px;
    width: 48%;
    background-color: #FBFAFF;
    text-align: left;
}
.types-of-german-services{
    display: flex;
    justify-content: space-between;
    margin-top: 43px;
}
section.types-of-german .our-types-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.our-types-container p {
    margin: 10px auto;
    width: 76%;
}
.type-services-col p{
    width: 100%;
}
.type-services-col h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 27px 0 22px 0;
}
.type-services-col li {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    margin: 17px 0;
}
.type-services-col li:last-child {
    margin-bottom: 0;
}
.type-services-col li img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    margin-top: 6px;
}
p.to-help {
    background: #F5F3FF;
    padding: 15px 10px;
    border-radius: 12px;
    width: 78%;
    margin-top: 36px;
    font-weight: 600;
}
section.value-of.certified-german .flex-cols {
    max-width: 1325px;
}
section.value-of.certified-german h3 {
    margin: 19px 0 17px;
}
section.specialist-german {
    background-color: #000C24;
    background-image:url(../images/bg-sector.webp);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover; 
    padding: 70px 0;
}
section.specialist-german h2 {
    color: #fff;
}
section.specialist-german p {
    color: #fff;
}
section.specialist-german h3{
    color: #FFCF0E;
    margin-bottom: 17px;
}
section.specialist-german .right-col {
    width: 41%;
}
section.specialist-german .left-col img {
    width: 100%;
    border-radius: 24px;
}
section.specialist-german p {
    color: #fff;
    margin: 20px 0;
}
section.specialist-german li {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    display: block;
    margin: 18px 0;
    display: flex;
}
section.specialist-german .left-col {
    width: 50.8%;
}
section.specialist-german  .right-col li img {
    width: 18px;
    height: 18px;
    margin-top: 6px;
    margin-right: 9px;
}
section.specialist-german .flex-cols {
    margin-bottom: 0;
    margin-top: 0;
}
section.our-services.our-approach span.bg-bubble {
    color: #DB0C1B;
    display: inline-block;
    font-size: 34px;
    margin-right: 0;
    font-weight: 700;
    z-index: 9;
}
section.our-services.our-approach span.bg-bubble::after{
    background: #f0f0f0;
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    width: 29px;
    height: 25px;
    border-radius: 100px;
    bottom: 4px;
    left: -4px;
    top: unset;
    right: unset;
}
section.our-services.our-approach .our-german {
    max-width: 1325px;
    margin: 0 auto;
}
a.white-arrow-btn svg {
    width: 34px;
    height: 34px;
    margin-left: 12px;
}
a.white-arrow-btn:hover ellipse {
    fill: #ffffff;
}
a.white-arrow-btn:hover path {
    fill: #000;
}
a.white-arrow-btn ellipse {
    transition: 0.5s;
}
a.white-arrow-btn path {
    transition: 0.5s;
}
.our-approach .services-cols-flex {
    gap: 32px;
}
.our-approach .services-col {
    width: calc((100% - 68px) / 3);
}
section.data-security .flex-cols {
    max-width: 95%;
    margin: 70px 0 70px auto;
}
section.data-security .left-col {
    width: 54%;
}
section.data-security .right-col {
    width: 46%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
section.data-security img {
    width: 100%;
    border-radius: 24px;
}
section.data-security .overlap-col {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0px 4px 21.3px 0px rgba(0, 0, 0, 0.1);
    padding: 34px 39px 35px 35px;
    height: fit-content;
    position: absolute;
    width: 100%;
    left: -72px;
}
section.data-security p {
    margin: 15px 0;
}
section.data-security li {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    margin: 15px 0;
}
section.data-security span.bg-bubble {
    color: #DB0C1B;
    display: inline-block;
    width: 23px;
    margin-right: 15px;
    font-size: 20px;
}
section.data-security span.bg-bubble::after {
    background: #db0c1b17;
}
section.data-security h3 {
    color: #DB0C1B;
    margin-bottom: 22px;
    margin-top: 22px;
}
section.data-security {
    background-image: url(../images/bg-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    padding: 80px 0;
    background-color: #FBFAFF;
    margin: 10px 0 70px 0;
}
section.data-security .flex-cols {
    margin-top: 0;
    margin-bottom: 0;
}
.services-cta-bottom {
    background-image: url(../images/srvices-bg.webp);
    min-height: 469px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    padding: 40px 0px;
    display: flex;
    align-items: center;
    margin: 75px 0 0 0;
}

/* Blog */

section.blog-banner {
    background-image: url(../images/blog-banner.webp);
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    width: 94.5%;
    margin: 5px auto;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.blog-top-banner {
    text-align: center;
}
.first-blog-content {
    width: 46%;
    text-align: left;
    position: relative;
}
.first-blog-image {
    width: 48%;
    position: relative;
}
.first-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}
.first-blog-col {
    display: flex;
    justify-content: space-between;
}
.first-blog-content ul {
    margin: 21px 0 20px 0 !important;
}
.first-blog-content p {
    margin: 0 0 28px 0;
}
.image-box-blog {
    height: 100%;
    background: url(../images/blog-shape.webp) center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-mask-image: url(../images/blog-shape.webp);
    mask-image: url(../images/blog-shape.webp);
    overflow: hidden;
    -webkit-mask-position: bottom right;
    border-radius: 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.first-blog-col {
    margin-bottom: 70px;
}
.breadcrumbs p a {
    color: #db0c1b;
    text-decoration: none;
}
.breadcrumbs p {
    font-size: 14px;
    font-weight: 400;
    margin: 23px 0;
    color: #1E1E1E;
}
section.our-blogs.all-blogs {
    margin-top: 38px;
}
section.our-blogs.all-blogs .services-flex.services-cols-flex {
    gap: 44px;
}
section.our-blogs.all-blogs .services-col {
    width: calc((100% - 90px) / 3);
}
section.our-blogs.all-blogs ul {
    margin: 14px 0 14px 0 !important;
}
section.our-blogs.all-blogs .services-flex.services-cols-flex p {
    margin-bottom: 0;
}
ul.pagination li a {
    font-size: 16px;
    border: 1px solid #B2B2B2;
    border-radius: 100px!important;
    width: 29px;
    text-align: center;
    height: 29px;
    padding: 0px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    transition: 0.5s;
}
section.our-blogs.all-blogs ul.pagination{
    margin-top: 50px !important;
    justify-content: center;
}
ul.pagination li {
    margin: 0 7px;
}
a.page-link.active {
    background: #DB0C1B;
    border: 1px solid #DB0C1B;
}
a.page-link.arrow img {
    width: 17px;
    height: 17px;
}
a.page-link.arrow {
    border: unset;
    justify-content: left;
}
:focus {
    box-shadow: unset !important;
    background: unset !important;
    outline: unset;
}
ul.pagination a:hover {
    background: #DB0C1B;
    border: 1px solid #DB0C1B;
    color: #fff;
}
a.page-link.arrow:hover {
    background: unset;
    border: unset;
    color: unset;
}
.first-blog-image .blog-arrow {
    width: 47px;
    position: absolute;
    right: 24px;
    bottom: 14px;
}
.first-blog-image a:hover svg {
    transform: rotate(45deg);
}
.first-blog-image a svg {
    transition: 0.5s;
}
.first-blog-image a:hover ellipse {
    fill: #db0c1b;
}
.first-blog-image a ellipse {
    transition: 0.5s;
}

/* Get a Quote */

section.contact-banner {
    background-image: url(../images/contact-banner.webp);
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    width: 94.5%;
    margin: 5px auto;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.contact-top-banner {
    text-align: center;
}
.contact-flex {
    display: flex;
    justify-content: space-between;
    margin: 75px 0;
}
.contact-image{
    width: 51%;
}
.contact-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
}
.contact-form {
    width: 42.5%;
}
.contact-form .right-banner-col {
    width: 100%;
}
.contact-form .right-banner-col {
    box-shadow: 0 0 25px 0 rgb(71 69 69 / 7%);
}

/* blog details */

.blog-details-flex {
    display: flex;
    justify-content: space-between;
    margin: 35px 0;
}
.detail-left {
    width: 67%;
}
.detail-right{
    width: 27%;
    position: sticky;
    top: 148px;
    height: fit-content;
}
.blog-featured-image img{
    width: 100%;
    border-radius: 24px;
}
.detail-left h1 {
    color: #000;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    margin: 21px 0;
}
.name-date li {
    display: inline-block!important;
    margin-right: 23px!important;
    font-size: 16px;
    font-weight: 500!important;
    color: #1E1E1E;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.detail-left p {
    margin: 16px 0 16px 0;
}
.detail-left h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 35px;
    scroll-margin-top: 150px;
    line-height: 30px;
}
.detail-left h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1E1E1E;
}
.detail-left ul li {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #1E1E1E;
    margin: 16px 0;
}
.detail-left ul {
    margin-bottom: 24px !important;
}
.name-date ul {
    margin-bottom: 20px!important;
}
.detail-left li img {
    width: 18px;
    margin-right: 7px;
    vertical-align: middle;
}
.name-date img {
    width: 18px !important;
    margin-right: 5px !important;
    vertical-align: text-top !important;
    margin-top: 2px;
}
.toc{
  position:relative;
  margin: 23px 0;
}

.toc-btn{
    width: 100%;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    padding: 14px 17px;
    text-align: left;
    background-color: unset;
    font-size: 18px;
    font-weight: 600;
}

.toc-content{
  display:none;
  position:absolute;
  width:100%;
  background:#fff;
  border:1px solid #ddd;
  border-radius:10px;
  margin-top:6px;
}

.toc-content ul{
  list-style:none;
  padding:10px;
  margin:0;
}

.toc-content li a {
    width: 100%;
    display: block;
    border-radius: 10px;
    padding: 10px 17px;
    text-align: left;
    background-color: unset;
    font-size: 18px;
    font-weight: 600;
    transition: 0.5s;
}
.toc-content li a:hover {
    color: #db0c1b;
}
.toc-content a{
  text-decoration:none;
  color:#333;
}
span.arrow {
    float: right;
}
.toc-content a.active{
  font-weight:bold;
  color:#000;
}
.detail-right input {
    width: 100%;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    padding: 14px 17px;
}
.latest-blog h2 {
    font-size: 26px;
    font-weight: 600;
    color: #1E1E1E;
    margin: 17px 0;
    line-height: 36px;
}
.latest-blog-flex h3{
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    line-height: 29px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.6em * 2);
}

.latest-blog-flex {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.latest-blog-flex h3 a {
    color: #1E1E1E;
    text-decoration: none;
    transition: 0.5s;
}
.latest-blog-flex h3:hover a {
    color: #db0c1b;
}
.latest-blog-flex img{
    width: 100%;
    height: 58px;
    object-fit: cover;
    border-radius: 10px;
}
.latest-blog-img {
    width: 18%;
}
.latest-blog-content {
    width: 78%;
}
.latest-blog {
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    padding: 0 17px 17px 17px;
}
.latest-blog .latest-blog-flex:last-child {
    border: unset;
    margin: 0;
    padding: 0;
}
.blog-search img {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 39px;
}
.blog-search {
    position: relative;
}
.detail-right input::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #a9a9a9;
}
@media only screen and (min-width: 1400px) and (max-width: 1699px){
    section.service-banner .left-banner-col {
        width: 40%;
    }
}
@media only screen and (max-width: 1400px){
    .image-box {
        -webkit-mask-size: unset;
        mask-size: unset;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .left-banner-col {
        width: 47%;
    }
    .right-banner-col {
        width: 45%; 
    }
    .right-col {
        width: 43%; 
    }
    section.value-of .left-col {
    width: 48%; 
    }
    .process-box {
        width: 85%;
    }
    .our-services .services-col h3 {
        font-size: 21px; 
    }
    .milestones {
        width: 50%;
    }
    .overlap-col {
        padding: 34px 34px 35px 35px;
        right: -63px;
    }
    section.why-choose p {
        margin: 8px 0;
    }
    .profile-data {
        width: 31.5%;
    }
    .all-we-do {
        background-image: url(../images/cta-banner.webp);
        min-height: 370px; 
    }
    .footer-col-second {
        padding-left: 1rem;
    }
    .footer-col-third {
        width: 42%;
        padding-left: 0rem;
    }
    .footer-col-fourth {
        width: 21%;
    }

    /* services */
    section.service-banner .left-banner-col {
        width: 50%;
    }
    section.service-banner {
        min-height: 588px;
    }
    .first-blog-image .blog-arrow {
        right: 8px;
        bottom: 19px;
    }
}