body {
    background-color: white;
    margin-top: 68px; /* 95px */
}

.disable-link {
    pointer-events: none;
    cursor: auto;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.solution-container {
    padding: 0 35px;
}

body p {
    font-size: 20px;
    line-height: 30px;
}

.supreg {
    font-size: 18px;
    line-height: 1;
    vertical-align: super;
}

.supreg_small {
    font-size: 14px;
    line-height: 1;
    vertical-align: super;
}

.blur-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0px 1px 25px 2px rgba(0,0,0,0.1);
    top: 0;
    left: 0;
    border-radius: 5px;
    background-color: rgba(255, 220, 127, 1);
    z-index: 5;
}

.pointer {
    cursor: pointer;
}

.mw {
    max-width: 1350px;
}

.privacy-policy h2, 
.privacy-policy h3 {
    color: #03346E;
    font-weight: bold;
}

.privacy-policy p, 
.privacy-policy ul li {
    color: #0069A3;
} 

.logo-container-footer {
    width: 200px;
}

#footer .footer-top {
    padding: 10px 0;
    border-bottom:1px solid hsla(0, 0%, 100%, .1);
}


#footer .footer-top .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .footer-top .top-inner .footer-links {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
    padding-right: 60px;
    padding-left: 5px;
    list-style: none;
    margin-bottom: 0;
}

#footer .footer-top .top-inner .footer-links a {
    text-decoration: none;
    color: white;
}

.footer-section {
    position: relative;
    padding-top: 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
}

.footer-section p {
    line-height: 23px!important;
}

.footer-section .footer-logo-container img{
    width: 410px;
}

.footer-section .info-widget {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 20px;
}

.footer-section .email-info a {
    color: white;
    font-size: 18px;
    text-decoration: none;
} 

.footer-section .email-info a:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.footer-section .phone-info p {
    color: white;
    font-size: 18px!important;
    margin-bottom: 0;
}

.footer-section .about-widget {
    padding: 20px;
    text-align: justify;
}

.footer-section .about-widget .widget-title {
    padding-bottom: 0;
}

.footer-section .about-widget h3 {
    color: white;
    font-size: 28px;
}

.footer-section .about-widget p {
    color: white;
    font-size: 16px;
}

.footer-section .contact-info {
    /* padding-left: 20px; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.footer-section .contact-info h3 {
    color: white;
    font-size: 25px;
    font-weight: bold;
}

.footer-section .contact-info p {
    color: white;
    font-size: 16px;
}

.footer-section .contact-info a {
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.footer-section .contact-info a:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.footer-section .location {
    /* padding-left: 20px; */
    color: white;
    
}

.footer-section .location h3 {
    font-weight: bold;
}

.footer-section .newsletter-widget {
    padding-right: 20px;
}

.footer-section .newsletter-widget .widget-title {
    margin-bottom: 0;
}

.footer-section .newsletter-widget h3 {
    color: white;
}

.footer-section .newsletter-widget .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

.footer-section .newsletter-widget .form-inner .form-group .icon {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 16px;
    color: var(--title-color);
    z-index: 1;
}

.footer-section .newsletter-widget .form-inner .form-group .subscribe-btn {
    display: inline-block;
    width: 100%;
    padding: 10px 30px;
    background-color: #0069A3;
    color: #fff;
    border: none;
    border-radius: 35px;
    text-decoration: none;
    transition: all .5s ease;
}

.footer-section .newsletter-widget .form-inner .form-group .subscribe-btn:hover {
    background-color: rgb(255, 220, 127);
    color: rgb(0, 105, 163);
}

.padding_100 {
    padding: 0 100px;
}

#footer .footer-bottom {
    position: relative;
    padding: 10px 0;
}

#footer .footer-bottom .bottom-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#footer .footer-bottom .copyright {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#footer .footer-bottom .copyright button {
    font-size: 16px;
    display: inline-block;
    padding: 5px 20px;
    background-color: #0069A3;
    color: #fff;
    border: none;
    border-radius: 35px;
    text-decoration: none;
    transition: all .5s ease;
}

#footer .footer-bottom .copyright button:hover {
    color:#0069A3;
    background-color: #ffdc7f;
}

#footer .footer-bottom .copyright a {
    text-decoration: none;
    color: white;
    font-size: 16px;
}

#footer .footer-bottom .copyright a:hover {
    text-decoration: underline;
}

#footer .footer-bottom .copyright p {
    color: white;
    font-size: 16px;
    margin-bottom: 0;
}

#footer .footer-bottom .footer-imgs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    align-items: center;
    list-style: none;
    gap: 40px;
    margin-bottom: 0;
}

#footer .footer-bottom .footer-imgs .iso-img {
    width: 70px;
    height: 70px;
}

#footer .footer-bottom .footer-imgs .footer-img {
    width: 140px;
}

.log-in-form-container {
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.log-in-form label {
    font-size: 16px;
    margin-top: 20px
}

.log-in-form input[type=text], input[type=password] {
    font-size: 15px;
    width: 300px;
    height: 35px;
    padding: 5px;
    box-sizing: border-box;
}
 
.centered {
    text-align: center;
}

.page-padding {
    padding: 70px 0px;
}

.background-color1 {
  background-color: #072f48!important;
}

.circled-border {
    border-radius: 50%;
}

.bolded {
    font-weight: bold;
}

.logo-container {
    width: 140px;
    background-color: white;
    margin: 3px 0;
}

.logo-container a {
    text-decoration: none;
}

.cookies-window p a {
    text-decoration: none;
    color: #0069A3;
}

.cookies-window p a:hover {
    text-decoration: underline;
}

.sticky-header {
    position: fixed;
    top:0;
    box-shadow: 0px 1px 5px 1px rgba(130,119,119,0.75);
    width: 100%;
    z-index: 1000;
} 

.header-row1 {
    background-color: white;
    align-items: center;
    flex-wrap: nowrap;
}

.language-list {
    font-size: 18px;
    color: #03346E;
    border: none;
}

.fa-facebook-square, .fa-instagram, .fa-linkedin, .fa-square-x-twitter {
    color: #03346e;
    padding:0 40px 0 0px;
    font-size: 20px;
    text-decoration: none;
    transition: all .5s ease;
}

.twitter {
    padding: 0 20px!important;
    font-size: 20px;
}

.media-icon:hover {
    color: #03346E;
}

.media-icon:focus {
    color: #03346E;
}

.separator {
    border-right: 1px solid #03346E;
}

.cookies-window {
    position: fixed;
    bottom: 0;
    left: 12px;
    width: 100%;
    background-color: white;
    z-index: 500;
    justify-content: center;
    box-shadow: 0px 1px 5px 1px rgba(130, 119, 119, 0.75);
}

.cookies-window p {
    font-size: 18px;
    color: #0069A3;
}

.cookies-window .settings-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.cookies-window .settings-container .choice {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cookies-window .settings-container .choice h3 {
    margin-bottom: 0;
    font-size: 18px;
    color: #03346E;
}

.cookies-window .cookiesAcceptance-container {
    display: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    flex-wrap: wrap;
}

.acceptAll-button, .acceptSelected-button, .reject-button {
    background-color: #03346E;
    color: #dff0f4;
    border: none;
    border-radius: 35px;
    padding: 10px 25px;
    margin: 10px;
    font-size: 18px;
    text-align: center;
}

.acceptAll-button:hover, .acceptSelected-button:hover, .reject-button:hover {
    background-color: #0069A3;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0069A3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0069A3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* disable pointer-event for essential cookie */
.switch input:disabled + .slider {
  pointer-events: none;
}

input:disabled:checked + .slider {
  background-color: #707486; /* darker gray for checked but disabled */
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider .check-icon {
  position: absolute;
  color: white;
  font-size: 10px;
  left: 7px;
  bottom: 7px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

/* Show icon only when checked */
input:checked + .slider .check-icon {
  opacity: 1;
  color: #0069A3;
  transform: translateX(26px);
}

/* If disabled and checked, maybe dim the icon a bit */
input:disabled:checked + .slider .check-icon {
  color: #707486;
}

.right-side-header {
    flex-shrink: 1;
}

.right-side-header p{
    color: #03346E;
    font-size: 15px;
    margin: 0;
    float: right;
}   

.media-icons-btn-container {
    flex-shrink: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

.translate-button {
    font-size: 15px;
    padding: 5px;
    color: white;
    background-color: #03346E;
    border: none;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 85px;
}

.dropdown-button {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.dropdown-button-content {
    display: none;
    position: absolute;
    border-radius: 10px;
    z-index: 1;
}

.dropdown-button:hover .dropdown-button-content {
    display: block;
}

#header .menu-underlined {
    color: white;
    font-size: 18px;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-position: under;
    font-weight: bold;
}

#header .menu {
    color:white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#header .menu:hover {
    color: white;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-position: under;
}

.header-button-container {
    display: flex;
    justify-content: center;
}

.demo-button{
    font-size: 16px;
    background-color: #0069A3;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border: none;
    border-radius: 35px;
    text-decoration: none;
    transition: all .5s ease;
}

.demo-button:hover {
    background-color: #ffdc7f;
    color: #0069A3;
}

.menu-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.swiper-wrapper {
    transition-duration: 0ms;
    transform: translate3d(-3310px, 0px, 0px);
    transition-delay: 0ms;
}

#homeVideo {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: calc(100vh - 68px);
    height:auto;
    width:auto;
    z-index: -100;
    
}

.home-background {
    background-image: url("/public/uploads/home-images/home-page-image.jpg");
    background-size: cover;
    height: calc(100vh - 95px);
    display: flex;
    align-items: center;
}

.hero-section {
    overflow: hidden;
    height: calc(100vh - 68px);
}

.hero-section .image-container img {
    width: 35%;
}

.slide-inner {
    position: relative;
    width: 100%;
    height: calc(100vh - 68px);
    overflow: hidden;
}

.slide-background {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    height: calc(100vh - 95px);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: left;
    transition: all 8s ease;
    will-change: transform;
    z-index: 5;
    opacity: 0;
}

.swiper-slide-active .slide-background {
    transform: scale(1.05);
}

.swiper-slide-active .slide-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s
}

.swiper-slide-active .slide-sub-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s
}

.swiper-slide-active .slide-text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.2s
}

.swiper-slide-active .slide-btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.4s
}

.slide-content {
    position: absolute;
    bottom: 10px;
    text-align: left;
    color: #03346E;
    background: transparent;
    padding: 50px 10px 50px 130px;
    border-radius: 12px;
    max-width: 700px;
    margin-top: 100px;
    z-index: 10;
}

.slide-title {
    color: #ffdc7f;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 1s ease;
}

.slide-sub-title {
    color: white;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 1s ease;
}

.slide-text {
    color: white;
    font-size: 20px;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
}

.slide-btn {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
}

.partners-section {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.partners-title {
    font-size: 48px;
    font-weight: bold;
    color: #03346E;
    text-align: center;
    margin-bottom: 30px;
}

.partners-section img {
    height: 80px;
    filter: grayscale(100%);
}

.partners-section img:hover {
    filter: grayscale(0%);
}

.partners-section .aang-logo img {
    height: 100px;
    width: 200px;
}

.partners-section .mrExport-logo img {
    height: 130px;
    transform: translateY(-20px);
}

.clients-section {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}

.clients-bg-container1 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35%;
    height: 100%;
    overflow: hidden;
    z-index: -10;
}

.clients-bg-container2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 35%;
    height: 100%;
    overflow: hidden;
    z-index: -10;
}

.clients-bg {
    background-image: url("/public/uploads/home-images/clients-patern.webp");
    background-repeat: no-repeat;
    background-size: auto;
    height: 100%;
}

.clients-bg-reverse {
    background-image: url("/public/uploads/home-images/clients-patern.webp");
    background-repeat: no-repeat;
    background-size: auto;
    transform: scaleX(-1);
    height: 100%;
}

.clients-section img {
    height: 80px;
    filter: grayscale(100%);
}

.clients-section img:hover {
    filter: grayscale(0);
}

.home-row1 {
    /* margin-top: 5px; */
    width: 80%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.justify-images-center {
    display: flex;
    justify-content: center;
}

.homePageBtn {
    display: inline-block;
    padding: 10px 30px;
    background-color: #0069A3;
    color: #fff;
    border-radius: 35px;
    text-decoration: none;
    transition: all .5s ease;
}

.homePageBtn:hover {
    background-color: #ffdc7f;
    color: #0069A3;
}

.lbr-section {
    position: relative;
    overflow: hidden;
}

.lbr-bg {
    background-image: url("/public/uploads/home-images/lbr-bg.webp");
    opacity: 0.2;
}

.lbr-btn {
    margin-top: 150px;
}

.lbr-button:hover {
    background-color: #081f39;
    color: white;
}

.lbr-section-col1-content {
    margin-top: 30px;
    margin-right: 50px;
}

.lbr-img-container1 {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: 60px;
    /* height: 330px; */
    border-radius: 10px;
}

.lbr-img-container1::before {
    background: hsla(0, 0%, 100%, .5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.lbr-img-container1:hover::before {
    width: 100%;
    opacity: 0;
    transition: all .4s linear;
}

.lbr-img-container2 {
    position: relative;
    /* margin-top: 125px; */
    overflow: hidden;
}

.lbr-img-container2::before {
    background: hsla(0, 0%, 100%, .5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.lbr-img-container2:hover::before {
    height: 100%;
    opacity: 0;
    transition: all .4s linear
}



.lbr-exp-box {
    display: block;
    position: relative;
    padding: 20px;
    background-color: #fdffe2;
    /* min-height: 216px; */
    border-radius: 10px;
    box-shadow: 20px 0 100px 0 rgba(0, 0, 0, .15);
}

.lbr-bounceSlide {
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: bounceSlide;
}

@keyframes bounceSlide {
     0%,20%,50%,80%,to {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.lbr-exp-container {
    /* height: 100px; */
    padding: 5px 0 5px 105px;
    position: relative;
}

.lbr-exp-container p {
    color: #03346E;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    padding: 28px 0 10px;
}

.lbr-exp-container h2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 94px;
    color: #ffdc7f;
    text-align: center;
    border-radius: 6px;
    padding: 35px 0 10px;
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    z-index: 1;
}

.lbr-img {
    border-radius: 10px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.lbr-title {
    color: #03346E;
    margin-bottom: 35px;
    font-size: 48px;
    font-weight: bold;
}

.lbr-text {
    color: #0069A3;
    margin-bottom: 40px;
    line-height: 30px;
}

.lbr-list {
    color: #0069a3;
    font-size: 20px;
}

.stats-section {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 130px 0;
}

.stats-section img {
    width: 100px;
    height: 96px;
}

.services-solutions-section {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 90px 0;
    margin-bottom: 30px;
}

.stats-bg {
    /* background: linear-gradient(#4288e280), url("/public/uploads/home-images/stats-bg.png"); */
    background-image: url("/public/uploads/home-images/stats-bg.webp");
}

.solutions-bg {
    /* background: url("/public/uploads/solutions-images/solutions-bg.png"); */
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 460px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
}

.services-bg {
    background: url("/public/uploads/services-images/services-bg.png");
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 460px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
}

.services-solutions-bg {
    background: url("/public/uploads/home-images/solutions-services-bg.webp");
    opacity: 0.2;
}

 .overflow-br {
    overflow: hidden!important;
    border-radius: 10px;
}

.h_431 {
    height: 431px;
} 

.stats-title-row {
    text-align: center;
    color: #ffdc7f;
    margin-bottom: 60px;
}

.stats-title-row h2 {
    font-size: 48px;
    font-weight: bold;
}

.stat-icon .fas {
    font-size: 45px;
    margin: 10px;
    color: #0069A3;
}

.odometer {
    color: #ffdc7f;
    font-size: 35px;
    font-weight: bold;
}

.stats-block-inner p {
    color: #ffdc7f;
}

.services-solutions-title h2{
    font-size: 48px;
    color: #03346E;
    font-weight: bold;
    margin-bottom: 60px;
}

.service-solution-block-one {
    margin-top: 44px;
    text-align: start;
    height: 100%;
    padding: 40px 0;
}

.service-solution-block {
    position: relative;
    border-radius: 10px;
}

.service-solution-inner {
    position: relative;
    display: block;
    /* height: 287px; */
    height: 100%;
    box-shadow: 0 10px 100px 0 rgba(0, 0, 0, .15);
    background: white;
    padding: 0 15px 0px 15px;
    border-radius: 10px;
    z-index: 1;
    margin-bottom: 30px;
    cursor: pointer;
}

.service-solution-inner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    border-radius: 10px;
    background-color: #0069a3;
    transition: all 0.5s ease;
    z-index: -1;
}

.service-solution-inner:hover::before {
    height: 100%;
    top: 0
}

.service-solution-inner:hover .service-solution-icon .r-hex {
    background-color: #ffdc7f;
}

.service-solution-inner:hover h3 a,
.service-solution-inner:hover h3 span,
.service-solution-inner:hover p,
.service-solution-inner:hover .link a,
.service-solution-inner:hover .link .fas {
    color: white;
}

.service-solution-inner:hover .service-solution-icon .fas {
    color: #0069A3;
}

.service-solution-inner .service-solution-icon .white {
    visibility: visible;
    position: relative;
    top: -14px;
    /* left: 2px; */
    width: 75px;
    z-index: 10;
}

.service-solution-inner .service-solution-icon .blue {
    visibility: hidden;
    position: absolute;
    top: -14px;
    left: 2px;
    width: 75px;
    z-index: 10;
}


.service-solution-inner:hover .service-solution-icon .white {
    visibility: hidden;
}

.service-solution-inner:hover .service-solution-icon .blue {
    visibility: visible;
}

.service-solution-icon .r-hex {
    position: absolute;
    left: -6px;
    top: -20px;
    width: 90px;
    height: 90px;
    background: #0069A3;
    -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    z-index: 2;
}

.service-solution-inner h3 a{
    position: relative;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 9px;
    color: #03346E;
    cursor: pointer;
    transition: color .5s ease;
    text-decoration: none;
}

.service-solution-inner h3 span {
    color: #03346E;
}

.service-solution-inner p {
    text-align: justify;
    margin-bottom: 40px;
    line-height: 23px;
    font-size: 18px;
    color: #0069A3;
    transition: color .5s ease;
}

.mb_63 {
    margin-bottom: 63px!important;
}

.service-solution-inner .link {
    position: absolute;
    bottom: 20px;
}

.service-solution-inner .link a {
    text-decoration: none;
    font-size: 20px;
    color: #03346E;
    transition: color .5s ease;
}

.service-solution-content {
    padding: 0px 15px;
    text-align: start;
}

.service-solution-icon .fas{
    position: relative;
    left: 17px;
    top: -5px;
    color: white;
    font-size: 35px;
    z-index: 10;
    transition: color .5s ease;
}

.service-solution-inner .link .fas {
    font-size: 18px;
    color: #03346E;
    transition: color .5s ease;
}

.service-solution-icon {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 75px;
    margin-top: -45px;
    margin-bottom: 21px;
}

.events-section {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    text-align: center;
}

.events-bg {
    background: url("/public/uploads/home-images/events-bg.webp");
    opacity: 0.2;
}

.events-latest {
    justify-content: center;
}

.events-title {
    color: #03346E;
    margin-bottom: 60px;
}

.events-title h2 {
    font-size: 48px;
    font-weight: bold;
}

.all-events-btn {
    text-align: center;
    cursor: pointer;
}

.testimonials-section {
    margin-bottom: 80px;
}

.testimonials-title {
    position: relative;
    display: block;
    margin-bottom: 60px;
    text-align: center;
}

.testimonials-title h2 {
    font-size: 48px;
    font-weight: bold;
    color: #03346E;
}

.testimonial-block-one {
    margin-top: 34px;
}

.testimonial-block-one .inner-container {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 10px 0 100px 0 rgba(0, 0, 0, .08);
    padding: 63px 25px 40px 25px;
    margin: 0 15px;
}

.testimonial-block-one .inner-container .icon-container {
    position: absolute;
    display: inline-block;
    left: 50px;
    top: -34px;
    width: 63px;
    height: 70px;
}

.testimonial-block-one .inner-container .icon-container .r-hex {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background: #0069A3;
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    top: 0px;
    left: -6px;
}

.testimonial-block-one .inner-container .icon-container .icon .fas{
    position: relative;
    left: 19px;
    top: -46px;
    color: white;
    font-size: 25px;
    z-index: 10;
}

.testimonial-block-one .inner-container p {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 25px;
    color: #03346E;
}

.testimonial-block-one .inner-container .lower-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-block-one .inner-container .lower-container .author-container {
    position: relative;
    display: block;
    padding: 9px 0 9px 80px;
}

.testimonial-block-one .inner-container .lower-container .author-container .thumb-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.testimonial-block-one .inner-container .lower-container .author-container .thumb-container img{
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-one .inner-container .lower-container .author-container h3 {
    display: block;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 2px;
}

.testimonial-block-one .inner-container .lower-container .author-container p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
}

.testimonial-block-one .inner-container .rating {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-block-one .inner-container .rating li {
    font-size: 16px;
    color: #ffc93d;
    margin-right: 5px;
    list-style: none;
}

.testimonials-section .dots-style-one {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 50px;
}

.dots-style-one .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 15px;
    border: solid;
    border-width: 1.5px;
    border-color: #03346E;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
    transition: all .5s ease;
}

.dots-style-one .swiper-pagination-bullet-active, .dots-style-one .swiper-pagination-bullet::before {
    transform: scale(1.7);
}

.dots-style-one .swiper-pagination-bullet::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 2px;
    top: 2px;
    background-color: #03346E;
    border-radius: 50%;
    transform: scale(0);
    transition: all .5s ease;
}

.dots-style-one .swiper-pagination-bullet-active::before, .dots-style-one .swiper-pagination-bullet:hover::before {
    transform: scale(1);
}

.outer-section {
    position: relative;
}

.vision-culture-bg {
    background-image: url("/public/uploads/about-images/vision-culture-bg.jpg");
}


.mission-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}



.mission-section .btn-container {
    display: flex;
    justify-content: end;
}

.mission-section .downloadBtn {
    margin-top: 20px;
    display: inline-block;
    padding: 10px 30px;
    background-color: #0069A3;
    text-decoration: none;
    color: #fff;
    border: none;
    border-radius: 35px;
    text-decoration: none;
    transition: all .5s ease
}

.mission-section .downloadBtn:hover {
    background-color: #ffdc7f;
    color: #0069A3;
}

#visionVideo {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height:auto;
    width:auto;
    z-index: -100;
}

.mission-section h3 {
    font-size: 42px;
    color: white;
    font-weight: bold;
}

.vision-container {
    position: relative;
    max-width: 1320px;
}

.mission-text-container {
    color: white;
    margin: 7px;
    border-radius: 40px;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
}

.vision-bg-container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.vision-section .pattern-bg-1 {
    position: absolute;
    left: 0;
    bottom: -115px;
    width: 466px;
    height: 933px;
    background-image: url("/public/uploads/about-images/dna-image.png");
    background-repeat: no-repeat;
}

.vision-section .pattern-bg-2 {
    position: absolute;
    right: 0;
    top: -115px;
    width: 466px;
    height: 933px;
    transform: rotateZ(180deg);
    background-image: url("/public/uploads/about-images/dna-image.png");
    background-repeat: no-repeat;
}

.vision-bg {
    /* background-image: url("/public/uploads/about-images/dna-chromosome.jpg"); */
    background-image: url("/public/uploads/about-images/vision-culture-bg.png");
    background-size: cover;
    width: 100%;
    height: 100%;
}

.history-section {
    position: relative;
    /* margin-bottom: 50px; */
}

.history-bg-container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    /* height: calc(50% + 95px); */
    height: 100%;
    overflow: hidden;
}

.history-bg { 
    background: linear-gradient(#18488680), url('/public/uploads/about-images/history-bg-new.webp');
}

.flip-x {
  transform: scaleX(-1);
}

.history-main-container {
    position: relative;
    padding: 0px 15px;
    margin: 0px auto;
}

.history-inner-container {
    position: relative;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    /* padding-bottom: 50px; */
    /* padding-top: 120px; */
}

.culture-section {
    position: relative;
}

.culture-section h3 {
    font-size: 42px;
    color: #03346E;
    font-weight: bold;
}

.culture-bg-container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.culture-bg {
    background-image: url('/public/uploads/about-images/vision-culture-bg.webp');
    background-size: cover;
    width: 100%;
    height: 100%;
}

.culture-container {
    position: relative;
}

.culture-text-container {
    color: #03346E;
    margin: 7px;
    border-radius: 40px;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
}

.vision-text-container {
    color: #03346E;
    width: 80%;
    margin: 7px;
    border-radius: 40px;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
}

.border-line {
    position: absolute;
    left: 40px;
    top: 87px;
    width: calc(100% - 40px);
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.history-title {
    position: relative;
    display: block;
    margin-bottom: 70px;
}

.history-title h2 {
    font-size: 42px;
    font-weight: bold;
    color: white;
}

.history-content {
    position: relative;
    display: block;
}

.history-slider-content {
    position: relative;
    margin-right: -330px;
}

.history-content .year {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-align: center;
    width: 120px;
    margin-bottom: 40px;
    border-radius: 50px;
    padding: 10px 10px;
    background-color: #0069A3;
}

.history-content .decore {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    margin-bottom: 40px;
    margin-left: 40px;
    border-radius: 50%;
    background-color: #0069A3;
}

.history-content .decore::before {
    position: absolute;
    content: "";
    background-image: url("/public/uploads/about-images/shape-31.webp");
    width: 9px;
    height: 62px;
    left: 3px;
    top: -24px;
    background-repeat: no-repeat;
    z-index: -1;
}

.history-content .image {
    position: relative;
    display: block;
    margin-bottom: 23px;
    overflow: hidden;
    border-radius: 10px;
}

.history-content .image img {
    /* width: 100%; */
    transition: 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    border-radius: 10px;
}

.history-content h3 {
    position: relative;
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 16px;
    color: white;
}

.history-content p {
    position: relative;
    margin: 0px;
    line-height: 27px;
    transition: 0.5s;
    color: white;
}

.history-content ul {
    list-style: none;
    padding-left: 0;
}

.history-content ul li{
    position: relative;
    margin: 0px;
    transition: 0.5s;
    font-size: 20px;
    color: white;
}

.about-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-btn {
    margin-bottom: 50px;
    padding: 10px 30px;
    background-color: #0069A3;
    color: #fff;
    border-radius: 35px;
    text-decoration: none;
    transition: all .5s ease;
}

.about-btn:hover {
    background-color: #03346E;
    color: white;
}

.solutions-section {
    position: relative;
}

.solutions-title {
    position: relative;
    display: block;
}

.solutions-title h2 {
    font-size: 48px;
    font-weight: bold;
    color: #03346E;
    text-align: center;
    margin-bottom: 30px;
}

.solution-container-inner {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    padding: 180px 25px 10px;
    margin-bottom: 30px;
    cursor: pointer;
}

.service-container-inner {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    padding: 155px 25px 10px;
    margin-bottom: 30px;
    cursor: pointer;
}

.solution-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #03346E;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: 50% 50%; */
    transition: all .3s ease-in-out .1s;
    z-index: 5;
}

.solution-bg .image {
    width: 220px;
    height: 220px;
}

/* .solution-logo {
    background-image: url('/public/uploads/solutions-images/eMetabio-logo.png'); 
    background-size: contain;
    position: relative;
    z-index: 10;
} */

.solution-inner-content:hover .solution-bg {
    transform: scale(1.1);
    /* transform: translateY(-80px); */
}

.op_0 {
    opacity: 0;
    transition: all 1s;
}

.solution-content-container {
    position: relative;
    transform: translateY(130px);
    z-index: 5;
    transition: all .5s cubic-bezier(.4,.28,.31,1.28) .2s;
    height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.solution-inner-content:hover .solution-content-container {
    transform: translateY(0);
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.solution-inner-content:hover .op_0 {
    opacity: 1;
}

.list-container ul {
    list-style-type: decimal;
}

.list-container ul li {
    color: #0069A3;
    font-size: 18px;
}

.solution-content-container h3 {
    margin-bottom: 20px;
}

.title-tab {
    position: absolute;
    bottom: 40px;
    z-index: 10;
}

.title-tab h3 a{
    color: #ffdc7f;
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 17px;
    cursor: pointer;
}

.title-tab h3 .supreg {
    color: #ffdc7f;
}

.solution-content-container h3 a{
    color: #ffdc7f;
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 17px;
    cursor: pointer;
}

.solution-content-container h3 span {
    color: #ffdc7f;
}

.solution-content-container h3 a:hover {
    text-decoration: underline;
}

.solution-content-container p {
    font-size: 18px;
    line-height: 26px;
    color: #ffdc7f;
    font-weight: 500;
    margin-bottom: 13px;
}

.solution-content-container .link a{
    text-decoration: none;
    color: #ffdc7f;
}

.service-content-container {
    position: relative;
    transform: translateY(130px);
    z-index: 5;
    transition: all .5s cubic-bezier(.4,.28,.31,1.28) .2s;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.solution-inner-content:hover .service-content-container {
    transform: translateY(0);
}

.service-content-container h3 {
    margin-bottom: 17px;
}

.service-content-container h3 a{
    color: #ffdc7f;
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    cursor: pointer;
}

.service-content-container h3 a:hover {
    text-decoration: underline;
}

.service-content-container p {
    font-size: 18px;
    line-height: 26px;
    color: #ffdc7f;
    font-weight: 500;
    margin-bottom: 13px;
}

.service-content-container .link a{
    text-decoration: none;
    color: #ffdc7f;
}

.researches-section {
    position: relative;
    overflow: hidden;
    /* height: 460px; */
    z-index: 1;
}

.p_150 {
    padding: 150px 0;
}

.researches-bg {
    background:  linear-gradient(#18488680), url("/public/uploads/r-n-d-images/RnD-video-bg.webm");
    opacity: 0.7;
}

.researches-section .inner-container {
    z-index: 5;
    position: relative;
}

#rndVideo {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height:auto;
    width:auto;
    z-index: -100;
}

.rnd-section .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.rnd-section .title {
    text-align: center;
    margin: 40px 0;
}

.rnd-section .title h2 {
    font-size: 48px;
    font-weight: bold;
    color: #03346E;
}



.researches-section h2 {
    text-align: center;
    margin-top: 70px;
    color: #03346E;
    font-size: 48px;
    font-weight: bold;
}

.researches-title h2 {
    font-size: 48px;
    font-weight: bold;
}

.research-container {
    height: 199px;
    margin-bottom: 25px;
}

.research-container .researches-block-one {
    height: 100%;
}

.research-container .researches-inner-content {
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    cursor: pointer;
}

.soft-bg {
    position: absolute;
    left: 0;
    top: 0;
    opacity: .7;
    z-index: 4;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #ffdc7f;
    transition: opacity ease .5s;
}

.research-image-container {
    position: relative;
    display: block;
    height: 100%;
}

.research-image-container .image {
    position: relative;
    display: block;
    border-radius: 10px;
    height: 100%;
}

.research-image-container .image img {
    height: 100%;
    width: 100%;
}

.research-image-container .overlay-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    border-radius: 10px;
    z-index: 2;
    transition: all .5s ease;
}

.research-image-container .overlay-image img {
    transform: translateY(-50%) scaleY(1.5);
    opacity: 0;
    filter: blur(10px);
    object-fit: cover;
    transition: all .5s ease;
}

.research-image-container .overlay-image::before {
    position: absolute;
    content: "";
    background: #0069A3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .9;
    z-index: 1;
}

.researches-inner-content:hover .research-image-container .overlay-image img {
    transform: translateY(0) scaleY(1);
    opacity: .2;
    filter: blur(0)
}

.researches-inner-content:hover .research-image-container .overlay-image {
    height: 100%;
}

.researches-inner-content:hover .research-text-container h3 a {
    color: #0069A3;
}

.researches-inner-content:hover .soft-bg {
    opacity: 1;
}

.research-text-container {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 5;
    width: 100%;
    padding:0 30px;
}

.research-text-container .research-text-container-inner {
    position: relative;
    width: 100%;
    border-radius: 10px;
}

.research-text-container h3 {
    position: relative;
    top: 0;
    left: 0;
    padding: 5px 10px;
    display: block;
    font-size: 1.5rem;
    z-index: 5;
    line-height: 26px;
    font-weight: bold;
}

.research-text-container h3 a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: #0069A3;
}

.technologies-section {
    position: relative;
}

.technologies-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -10;
}

.rnd-section .text-container p {
    color: #0069A3;
    text-align: justify;
}

.technologies-section .logos-container .logos-list {
    position: relative;
    margin-left: -4px;
    margin-right: -4px;
    list-style: none;
}

.technologies-section .logos-container .logos-list li {
    position: relative;
    display: inline-block;
}

.metabio-group-section {
    position: relative;
    overflow: hidden;
}

.metabio-group-container {
    margin-bottom: 60px;
    margin-top: 60px;
}

.mg-bg {
    background: url("/public/uploads/home-images/service-solutions-bg.jpg");
    opacity: 0.1;
}

.mg-content .title h2 {
    font-size: 40px;
    font-weight: bold;
    color: #03346E;
    margin-bottom: 20px;
}

.mg-content .text p {
    text-align: justify;
    color: #0069A3;
    line-height: 30px;
}

.mg-content .bullets ul {
    font-size: 20px;
    color: #03346E;
    line-height: 40px;
}

.mg-image-container {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.mg-image-container img {
    border-radius: 15px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.mg-image-container::before {
    background: hsla(0, 0%, 100%, .5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}


.mg-image-container:hover::before {
    width: 100%;
    opacity: 0;
    transition: all .4s linear;
}

.team-section {
    position: relative;
    text-align: center;
}

.team-title {
    margin-bottom: 50px;
    padding-top: 70px;
}

.team-title h2 {
    font-size: 48px;
    font-weight: bold;
    color: #03346E;
}

.team-row {
    justify-content: flex-start;
}

.not-visible {
    opacity: 0;
    transform: translateY(20px);
}

@keyframes fadeInUp {
    0% {
    opacity: 0;
    transform: translateY(20px);
    }
    
    100% {
    opacity: 1;
    transform: translateY(0px);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.team-block-one .inner-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}

.team-block-one .inner-container .image-container {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: transparent;
}

.inner-container .image-container .image {
    border-radius: 10px;
    position: relative;
    display: block;
    width: 276px;
    height: 313px;
    overflow: hidden;
}

.team-block-one .inner-container .image-container img {
    width: 100%;
    border-radius: 10px;
    transition: 0.3s ease-in-out 0.1s;
}

.our-team-main-photo {
    margin-bottom: 100px;
}

.team-bg {
    background-image: url("/public/uploads/our-team-images/ourTeam-bg.png");
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 460px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
}

.our-team-img-container img{
    width: 100%;
    border-radius: 10px;
    position: relative;
    display: block;
    overflow: hidden;
}

.teamMember-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.teamMember-social .company-email {
    text-decoration: none;
    color: #0069A3;
}

.teamMember-social .company-email:hover {
    text-decoration: underline;
}

.teamMember-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    background: #0069a399;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    transition: all .6s ease;
}

.teamMember-text p  {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: white;
}

.team-block-one .image-container:hover .teamMember-text {
    transform: translate(-50%,-50%) scale(1);
}

.team-block-one .image-container:hover img{
    transform: scale(1.05);
    filter: blur(5px);
}

.team-block-one .inner-container .team-content {
    position: relative;
    display: block;
    padding-top: 21px;
}

.team-block-one .inner-container .team-content h2 {
    display: block;
    color: #03346E;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
}

.team-block-one .inner-container .team-content h3 {
    position: relative;
    color: #0069A3;
    display: block;
    font-size: 20px;
    line-height: 22px;
}


.page-title {
    position: relative;
    text-align: center;
    width: 100%;
    height: 460px;
    overflow: hidden;
    padding-top: 150px;
}

#videoBg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50.01%, -65%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

#videoBg_higher {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50.01%, -35%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

#videoBg_2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50.01%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

.contact-bg {
    background: url("/public/uploads/contact-images/contact-bg.png");
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 460px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
}

.page-title h2 {
    position: relative;
    display: block;
    font-size: 64px;
    font-weight: bold;
    line-height: 70px;
    color: #03346E;
    margin-bottom: 10px;
}

.contact-info {
    padding: 0 20px;
}

.contact-title {
    margin: 50px 0;
}

.contact-title h2 {
    font-size: 48px;
    font-weight: bold;
    color: #03346E;
    text-align: center;
}

.info-block {
    position: relative;
    border-radius: 10px;
}

.info-block-one {
    margin-top: 44px;
    text-align: center;
    height: 100%;
    padding: 40px 0;
}

.info-block-one .inner-container {
    position: relative;
    display: block;
    /* height: 200px; */
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 100px 0px;
    margin-bottom: 30px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 0px 30px;
    transition: 0.5s;
}

.info-block-one .inner-container .icon-container {
    position: relative;
    display: inline-block;
    width: 81px;
    height: 90px;
    margin-bottom: 26px;
    margin-top: -43px;
}

.info-block-one .inner-container .icon {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: white;
    text-align: center;
    width: 210px;
    height: 90px;
    z-index: 10;
    line-height: 90px;
    transition: 0.5s
}

.info-block-one .r-hex {
    position: absolute;
    left: -6px;
    top: 0;
    width: 90px;
    height: 90px;
    background: #0069A3;
    -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    z-index: 2;
}

.info-block-one .fas,
.info-block-one .far {
    font-size: 35px;
    position: relative;
    left: -66px;
}

.mb_94 {
    margin-bottom:  94px;
}

.mb_90 {
    margin-bottom: 90px;
}

.mb_60 {
    margin-bottom: 60px;
}

.info-block-one .inner-container h3 {
    text-align: center;
    color: #03346E;
    font-size: 24px;
    font-weight: bold;
}

.info-block-one .inner-container p {
    text-decoration: none;
    text-align: center;
    color: #0069A3;
    margin: 0;
}

.info-block-one .inner-container a {
    text-decoration: none;
    text-align: center;
    color: #0069A3;
    font-size: 20px;
}

.info-block-one .inner-container a:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.google-map-section {
    margin: 40px 0;
    padding: 0 20px;
}

.google-map-section .google-maps {
    position: relative;
    display: block;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}

.contact-section .inner-container {
    position: relative;
    max-width: 850px;
    width: 100%;
    margin: 0px auto;
    padding: 0 10px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-group input[type="text"],
.form-group input[type="email"], 
.form-group input[type="tel"],
.form-group textarea, 
.form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: var(--text-color);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-image: initial;
    border-radius: 10px;
    padding: 10px 20px;
    transition: 0.5s;
}

.form-group textarea {
    height: 170px;
    resize: none;
    padding-top: 15px;
    border-radius: 10px;
}

.form-group input:focus, 
.form-group textarea:focus, 
.form-group select:focus {
    border-color: #0069A3!important;
}

.submit-button input[type="submit"]{
    margin-top: 20px;
    display: inline-block;
    padding: 10px 30px;
    background-color: #0069A3;
    color: #fff;
    border: none;
    border-radius: 35px;
    text-decoration: none;
    transition: all .5s ease;
}

.submit-button input[type="submit"]:hover {
    background-color: #03346E;
}

label {
    font-size: 15px;
}

.contact-form input[type=checkbox] {
    margin: 20px 10px;
}

.contact-form #checkbox {
    font-weight: lighter;
}

.investor-opportunities-container,
.career-opportunities-container {
    display: none;
}

.investor-opportunities-title {
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;
    padding: 10px 70px 10px 24px;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0px 0px 5px 2px #e5e5e5;
}

.investor-opportunities-title .fas {
    font-size: 25px;
    color: #03346E;
}

.career-opportunities-title .fas {
    font-size: 25px;
    color: #03346E;
}

.career-opportunities-title {
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;
    padding: 10px 70px 10px 24px;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0px 0px 5px 2px #e5e5e5;
}

.investor-opportunities-title h2 {
    color: #03346E;
    font-size: 35px;
    font-weight: bold;
    margin: auto;
}

.investor-opportunities-text {
    margin: 30px 0 50px;
}

.investor-opportunities-text p{
    color: #03346E;

}

.investor-opportunities-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.investor-opportunities-form .requests {
    margin-top: 15px;
    padding-left: 15px;
}

.investor-opportunities-form #dataPolicyLabel {
    margin-top: 30px;
    padding-left: 15px;
}

.investor-opportunities-box {
    background-color: white;
    border: 1px solid #e5e5e5;
    box-shadow: inset 0px 0px 5px 2px #e5e5e5;
    margin-bottom: 100px;
}

.career-font-size {
    font-size: 16px;
}

.file-upload {
    display: none;
  }

.file-label {
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    background-color: #0069A3;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: all .5s ease;
    margin: 15px 0;
    cursor: pointer;
}

.file-name {
    margin-left: 10px;
    font-size: 16px;
    transition: color .5s ease;
}

.file-label:hover {
    background-color: #03346E;
}

.career-opportunities-box {
    background-color: white;
    border: 1px solid #0000001a;
    box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.1);
    margin-top: 80px;
    margin-bottom: 20px;
}

.career-opportunities-title h2{
    color: #03346E;
    font-weight: bold;
    font-size: 35px;
    margin: auto;
}

.career-background-row {
    background-color: #03346E;
    border-radius: 8px;
    text-align: left;
    padding: 5px;
    margin-top: 10px;
}

.career-sub-heading {
    color: white;
    font-size: 24px;
}

.career-paragraph {
    color: #03346E;
    text-align: left;
    padding: 20px 0px 10px;
}

.career-agreement {
    font-size: 16px; 
    padding-left: 15px;
    margin-bottom: 10px;
}

.career-form {
    padding-bottom: 25px;
}

.career-form input[type=file]{
    font-size: 16px;
    margin: 20px 0;
}

.request-demo-section {
    padding-top: 100px;
}

.request-demo-title {
    margin-bottom: 50px;
}

.request-demo-title h2 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #03346E;
}

.request-demo-form .form-group {
    position: relative;
    margin-bottom: 30px;
}


.select2-container {
  width: 100% !important;
}

/* .select2-container--default .select2-selection--single {
    padding: 10px 20px!important;
    border-radius: 10px!important;
    border: 1px solid rgba(0, 0, 0, 0.1)!important;
    background-image: none!important;
    min-height: 40px!important;
    box-shadow: none!important;
} */

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 15px!important;
}

/* Styling the main selection box */
.select2-container--default .select2-selection--multiple {
    padding: 10px 20px!important;
    border-radius: 10px!important;
    border: 1px solid rgba(0, 0, 0, 0.1)!important;
    background-image: none!important;
    min-height: 40px!important;
    box-shadow: none!important;
}

/* Tag (selected choice) styles */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 10px!important;
    border: 1px solid rgba(0, 0, 0, 0.1)!important;
    padding: 6px 22px 6px 8px!important;
    margin: 2px 4px!important;
    font-size: 15px!important;
    background-color: #f0f0f0!important;
    color: #333!important;
}

/* Remove button (X) on tags */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 4px!important;
  margin-right: -10px!important;
  color: #666!important;
  font-weight: bold!important;
  cursor: pointer!important;
  font-size: 16px!important;
  top: 7px!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 18px!important;
}

.select2-results__option--selectable {
    font-size: 15px!important;
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 14px!important;
}

/* Hover/focus border style */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #0069A3!important;
  box-shadow: none!important;
}

/* Dropdown menu */
.select2-container--default .select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.1)!important;
  border-radius: 10px!important;
  overflow: hidden!important;
}



.chosen-container {
    width: 100%;
}

.chosen-container-multi .chosen-choices {
    padding: 10px 20px!important;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1)!important;
    background-image: none!important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    border-radius: 10px!important;
    border: 1px solid rgba(0, 0, 0, 0.1)!important;
    padding: 6px 22px 6px 8px!important;
    margin: 0!important;
}

.chosen-container-active .chosen-choices {
    border-color: #0069A3!important;
    box-shadow: none!important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 8px!important;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    font-size: 15px!important;
}

.chosen-container .chosen-drop {
    border: 1px solid rgba(0, 0, 0, 0.1)!important;
    border-radius: 10px!important;
}

.chosen-select {
    padding: 10px 20px;
    width: 100%;
}

.newsroom-bg {
    background: url("/public/uploads/contact-images/page-title-5.jpg");
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 460px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% center;
}

.newsroom-section {
    padding-top: 80px;
}

.search-widget {
    margin-bottom: 50px;
}

.widget-title {
    margin-bottom: 20px;
    border: none;
}

.widget-title h3 {
    font-weight: bold;
    color: #03346E;
}

.news-sidebar {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 100px 0 rgba(0, 0, 0, .08);
    padding: 40px 28px;
}

.sidebar-side .news-sidebar .widget-title {
    position: relative;
    display: block;
}

.sidebar-side .search-widget .my-search-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.sidebar-side .search-widget .my-search-form .form-group input[type="search"]{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    font-size: 16px;
    color: #6a6a6a;
    padding: 10px 60px 10px 20px;
    transition: all .5s ease;
}

.sidebar-side .search-widget .my-search-form .form-group button[type="submit"] {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 20px;
    border: none;
    color: #6a6a6a;
    background-color: transparent;
    cursor: pointer;
    transition: all .5s;
}

.sidebar-side .search-widget .my-search-form .form-group:focus-within button[type="submit"] {
    color: #0069A3;
}

.category-widget {
    margin-bottom: 50px;
}

.category-btn {
    cursor: pointer;
}

.news-sidebar .category-widget .category-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: dashed;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .1);
    padding: 10px 0;
}

.news-sidebar .category-widget .category-list li .fas {
    font-size: 18px;
    cursor: pointer;
    display: none;
}

.news-sidebar .category-widget .category-list li .fas:hover {
    color: rgb(197, 41, 41);
}

.news-sidebar .category-widget .category-list li a {
    text-decoration: none;
    position: relative;
    width: 90%;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #03346E;
}

.news-sidebar .category-widget .category-list li a.active {
    color: #0069A3;
}

.news-sidebar .category-widget .category-list li a:hover {
    color: #0069A3;
}

.news-sidebar .category-widget .category-list li a span {
    float: right;
}

.widget-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-sidebar .post-widget .post {
    position: relative;
    display: block;
    padding: 9px 0 29px 115px;
    border-bottom: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    min-height: 111px;
}

.news-sidebar .post-widget .post:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.news-sidebar .post-widget .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    align-content: center;
    width: 90px;
    height: 90px;
    border-radius: 5px;
    cursor: pointer;
}

.news-sidebar .post-widget .post h4 {
    display: block;
    color: #03346E;
    font-size: 20px;
    line-height: 19px;
    font-weight: 500;
    margin-bottom: 18px;
    cursor: pointer;
}

.news-sidebar .post-widget .post h4:hover {
    color: #0069A3;
}

.news-sidebar .post-widget .post .date {
    position: relative;
    display: block;
    color: #03346E;
    font-size: 14px;
    line-height: 16px;
}

.news-sidebar .post-widget .post .date .fas {
    font-size: 15px;
    padding-right: 10px;
}

.tags-widget {
    margin-bottom: 40px;
}

.news-sidebar .tags-widget .tags-list {
    position: relative;
    margin-left: -4px;
    margin-right: -4px;
}

.news-sidebar .tags-widget .tags-list li {
    position: relative;
    display: inline-block;
    margin: 0 4px 8px;
}

.news-sidebar .tags-widget .tags-list li a, .newsFullPage-tag {
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    /* color: var(--text-color); */
    color: #03346E;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 55px;
    padding: 3px 14px;
    cursor: pointer;
}



.news-sidebar .tags-widget .tags-list li a.active {
    color: white;
    background-color: #0069A3;
}

/* .news-sidebar .tags-widget .tags-list li a:hover {
    color: white;
    background-color: #0069A3;
} */

.newsletter-widget {
    margin-bottom: 50px;
}

.news-sidebar .newsletter-widget .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

.news-sidebar .newsletter-widget .form-inner .form-group .icon {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 16px;
    color: var(--title-color);
    z-index: 1;
}


.news-sidebar .newsletter-widget .form-inner .form-group .subscribe-btn {
    display: inline-block;
    width: 100%;
    padding: 10px 30px;
    background-color: #0069A3;
    color: #fff;
    border: none;
    border-radius: 35px;
    text-decoration: none;
    transition: all .5s ease;
}

.news-sidebar .newsletter-widget .form-inner .form-group .subscribe-btn:hover {
    background-color: #03346E;
}

.news-sidebar .gallery-widget .image-list {
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
}

.news-sidebar .gallery-widget .image-list li {
    position: relative;
    display: block;
    float: left;
    margin: 0 4px 10px 5px;
}

.news-sidebar .gallery-widget .image-list li .image-container {
    position: relative;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    width: 100px;
}

.grid-row-gap {
    display: grid;
    row-gap: 30px;
}

.news-sidebar .gallery-widget .image-list li .image-container img {
    width: 100%;
    border-radius: 5px;
}

.faq-section {
    padding-top: 100px;
}

.faq-section .title {
    margin-bottom: 50px;
}

.faq-section .title h2 {
    position: relative;
    text-align: center;
    display: block;
    font-size: 48px;
    line-height: 53px;
    color: #03346E;
    font-weight: 700
}

.faq-section .inner-container {
    position: relative;
    max-width: 850px;
    width: 100%;
    margin: 0px auto;
}

.questions-list .question {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.06) 10px 10px 100px 10px;
    margin-bottom: 20px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
    padding: 0 20px;
}

.questions-list {
    list-style: none;
} 

.questions-list .question .qs-btn {
    position: relative;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;
    padding: 20px 30px 20px 30px;
}

.questions-list .question .qs-btn .fas {
    font-size: 23px;
    color: #03346E;
}

.questions-list .question .qs-btn h4 {
    font-size: 20px;
    font-weight: bold;
    color: #03346E;
    line-height: 30px;
    margin: 0;
}

.questions-list .question .qs-btn h4 .question-number {
    position: absolute;
    left: 0;
}

.questions-list .question .answer {
    display: block;
}

.questions-list .question .answer p {
    font-size: 18px;
    line-height: 25px;
    padding:0 32px;
    color: #0069A3;
}

.gallery-widget .widget-content .link-more a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0069A3;
    color: #fff;
    border-radius: 35px;
    text-decoration: none;
    transition: all .5s ease;
} 

.gallery-widget .widget-content .link-more a:hover {
    background-color: #03346E;
}

.gallery-section {
    position: relative;
    text-align: center;
}

.gallery-section .title {
    color: #03346E;
    padding-top: 130px;
    margin-bottom: 50px;
}

.gallery-section .title h2 {
    font-size: 48px;
    font-weight: bold;
}

.image-gallery {
    row-gap: 24px;
    font-size: 0;
    margin-bottom: 100px;
} 

.image-gallery .grid-item {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    margin: 0;  
    padding: 0;
    font-size: initial;
}

.image-gallery .image {
    cursor: pointer;
}

.modal {
    display: flex;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 1500;
    transform: scale(0.5);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s linear 0.4s;
}

.modal img {
    max-width: 95%;
    max-height: 95%;
    box-shadow: 0 0 20px #000;
}

.modal.show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    transition-delay: 0s;
}

.modal.hide {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s ease linear 0.4s;
    pointer-events: none;
}

.image-uploader {
    padding: 30px;
    text-align: start;
}

.image-uploader label {
    font-size: 20px;
    color: #03346E;
    font-weight: bold;
}

.image-uploader input {
    font-size: 16px;
    margin: 10px;
}

.image-uploader .post-news-button {
    font-size: 20px;
}

.images-preview {
    display: flex;
    gap: 10px;
}

.mb_30 {
    margin-bottom: 30px;
}

.portfolio-section .title {
    padding: 100px 10px 20px 10px;
}

.portfolio-section .text {
    padding: 10px 10px;
}

.portfolio-section .title h2 {
    font-size: 48px;
    font-weight: bold;
    color: #03346E;
}

.portfolio-section .text p {
    font-size: 20px;
    color: #0069A3;
}

.portfolio-item {
    border-radius: 0;
    /* box-shadow: 0 2px 40px rgba(0, 0, 0, 0.08); */
    box-shadow: 0px 0px 3px 4px #e5e5e5;
    padding: 40px 15px;
    text-align: center;
}

.portfolio-item a {
    text-decoration: none;
}

.portfolio-item img {
    border-radius: 0;
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
}

.portfolio-item h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    text-transform: capitalize;
}

.mr_20 {
    margin-bottom: 20px;
}

.mt_70 {
    margin-top: 70px;
}

.mb_100 {
    margin-bottom: 100px;
}

.solution-sidebar {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* justify-content: space-between;
    height: 100%; */

}

.align-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-sidebar .sidebar-widget {
    position: relative;
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, .08);
    padding: 20px 0px;
    margin-bottom: 20px;
}

.solution-sidebar .sidebar-widget .widget-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
}

.solution-sidebar .sidebar-widget .widget-title .solution-icon {
    font-size: 30px;
    color: #03346E;
    display: none;
    margin-left: 10px;
    padding-right: 10px;
    align-self: center;
}

.solution-sidebar .sidebar-widget h3 {
    font-size: 38px;
    color: #03346E;
    font-weight: bold;
    margin: 0;
}



.solution-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    padding: 10px 5px;
    margin: 20px 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    cursor: pointer;
}

.solution-sidebar .category-widget .category-list li {
    color: #03346E;
    transition: all .5s ease;
    padding-left: 15px;
    font-size: 20px;
}

.solution-sidebar .category-widget .category-list li .fas {
    font-size: 16px;
    color: #03346E;
}

.solution-sidebar .category-widget .category-list li:hover {
    background-color: #0069A3;
    color: white;
    transition: all .5s ease;
}

.solution-sidebar .category-widget .category-list li:hover a,
.solution-sidebar .category-widget .category-list li:hover .fas {
    color: white;
    transition: all .5s ease;
}

.solution-sidebar .category-widget .category-list .more-info.active {
    background-color: #0069A3;
    color: white;
}

.solution-sidebar .category-widget .category-list .more-info.active a,
.solution-sidebar .category-widget .category-list .more-info.active .fas{
    color: white;
}

.solution-sidebar .download-widget .downloadBtn .fas {
    padding-left: 5px;
    font-size: 18px;
    color: white;
}

.solution-sidebar .download-widget .downloadBtn{
    display: inline-block;
    padding: 10px 30px;
    background-color: #0069A3;
    text-decoration: none;
    color: #fff;
    border: none;
    font-size: 20px;
    border-radius: 35px;
    text-decoration: none;
    transition: all .5s ease;
}

.solution-sidebar .support-widget .demo-btn {
    font-size: 20px;
}

.details-content {
    position: relative;
    display: block;
    backface-visibility: visible;
}

/* Use cses 1 */
.details-content h4, 
.details-content h5 {
    color: #03346E;
    font-weight: bold;
}

.details-content h5 {
    margin-bottom: 0;
}

.details-content .outside-box {
    border: 5px solid rgb(255, 220, 127);
    border-radius: 50px;
    padding: 20px;
    height: 100%;
}

.details-content .inner-title {
    display: flex;
    column-gap: 8px;
    align-items: center;
    margin: 15px 0;
}

.details-content .inner-title img {
    width: 30px;
}

.details-content .box ul {
    list-style: none;
    color: #0069A3;
    font-size: 20px;
    padding-left: 0;
}

.details-content .box p {
    text-align: left;
}

.details-content .box .check-list {
    display: flex; 
    align-items: baseline;
}

.details-content .box .check-icon {
    height: 100%;
}

.details-content .box .check-icon::before {
    content: "✔"; /* Unicode check */
    color: #0069A3;
    margin-right: 8px;
}

.details-content .box .check-text {
    color: #0069A3;
}

.details-content .box ul li::before {
    content: "✔"; /* Unicode check */
    color: #0069A3;
    margin-right: 8px;
}

.w_500 {
    width: 65%!important;
}

.flip-container {
    perspective: 1000px;
    width: 100%;
    position: relative;
}

.flipper {
    position: relative;
    width: 100%;
    transition: all 0.6s ease;
    transform-style: preserve-3d;
}

.flippedRight {
    transform: rotateY(180deg);
}

.back {
    position: relative;
    width: 100%;
    transform: rotateY(180deg);
}

.hidden {
    display: none;
}

.solution-sidebar .download-widget .downloadBtn:hover,
.solution-sidebar .support-widget button:hover {
    background-color: #03346E;
}

.solution-sidebar .support-widget button {
    display: inline-block;
    font-size: 20px;
    padding: 10px 30px;
    background-color: #0069A3;
    color: #fff;
    border: none;
    border-radius: 35px;
    text-decoration: none;
    transition: all .5s ease;
}

.content-side {
    padding-top: 20px;
}

.content-side h2 {
    display: block;
    font-size: 48px;
    line-height: 53px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #03346E;
}

.details-content .text-container {
    margin-bottom: 25px;
}

.details-content h2 {
    display: block;
    font-size: 48px;
    line-height: 53px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #03346E;
}

.details-content .image-container {
    position: relative;
    display: block;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 20px;
}

.w_70percent {
    width: 70%;
}

.details-content .image-container img {
    border-radius: 10px;
}

.details-content .text-container img {
    float: left;
    width: 55%;
    padding-right: 15px;
}

.img_w {
    width: 500px;
} 

.details-content p {
    margin-bottom: 26px;
    /* line-height: 28px; */
    color: #0069A3;
    text-align: justify;
}

.details-content p:last-child {
    margin-bottom: 0;
}

.nav-top-btn {
    position: fixed;
    bottom: 60px;
    right: 60px;
    height: 65px;
    width: 65px;
    border: none;
    opacity: 0;
    visibility: hidden; 
    border-radius: 50%;
    background-color: #0069A3;
    z-index: 10;
    transition: all .5s ease;
    
}

.nav-top-btn.show {
    visibility: visible;
    opacity: 1;
} 

.nav-top-btn:hover {
    background-color: #03346E;
}

.nav-top-btn .fas {
    color: white;
    font-size: 35px;
}

.nav-top-btn.otherColor:hover {
    background-color: #ffdc7f;
}

.nav-top-btn.otherColor:hover .fas{
    color: #0069A3;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed;
    z-index: -10;
}












































.home-row11 .row {
    align-items: center;
}

.home-row11 .row {
    border-bottom: 1px solid #77777a;
    padding: 10px;
}

.home-row11 img {
    height: 70px;
}

.home-circle {
    width: 750px;
    height: 560px;
    background-image: url("../../uploads/home-images/home-title-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: relative;
}

.main-menu {
    padding: 10px 0; 
    background-color: #03346E;
}

.menu-btn .menu-drop-icon {
    border: none;
    background-image: var(--bs-navbar-toggler-icon-bg);
}


.menu-btn {
    border: none;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 30px;
    left: 12px;
    top: 85px;
    border-radius: 5px;
    backdrop-filter: blur(5px);
    z-index: 11;
}


.header-1-btn .navbar-btn {
    border: none;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 35px;
    left: 12px;
    top: 80px;
    border-radius: 5px;
    backdrop-filter: blur(5px);
    z-index: 11;
}

.header-2 {
    display: none;
    position: absolute;
    z-index: 300;
}

.header-2 .navbar-btn {
    border: none;
    position: relative;
    backdrop-filter: blur(5px);
    z-index: 11;
}

.navbar {
    padding: 0;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-menu {
    gap: 15px;
}

.navbar-toggler-icon {
    border: none;
    position: relative;
    background-image: var(--bs-navbar-toggler-icon-bg);
    z-index: 10;
}

.side-navbar .close-side-navbar {
    position: fixed;
    top: 15px;
    border: none;
    left: 15px;
    right: auto;
}

.close-side-navbar {
    color: white;
    border: none;
}

.side-navbar {
    background-color: #03346E;
}

.side-navbar.show {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 300px !important;
    height: 100vh !important;
    background: #03346E !important;
    z-index: 20 !important;
    display: flex !important;
    padding: 70px 15px;
    justify-content: left !important;
    align-items: self-start;
    flex-direction: column;
}

.side-navbar.show ul {
    gap: 15px;
    flex-grow: 1;
    border-top: 1px solid #d5d2d2;
    width: 100%;
    height: max-content;
}

.side-navbar.show ul li:first-child {
    padding-top: 15px;
}

.main-menu-container {
    padding-left: 110px;
}

.home-main-title-container {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 6px solid #dff0f4;
    background-color: #072f48;
    color: #dff0f4;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -220px;
    top: 95px;
}

.home-main-title-container video {
    position: relative;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0px 0px 5px 3px rgba(130,119,119,0.75);
}


#playButton {
    position: absolute;
    bottom: 95px;
    left: 145px;
    font-size: 40px;
    border: none;
    background-color: transparent;
    color: #072f48; 
}

.fa-play-circle:hover {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    transform: scale(1.1);
}

/* .modal {
    display: flex;
    position: fixed;
    top: 0; 
    left: 0;
    width: 100vw; 
    height: 100vh;
    background: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
    z-index: 600;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s linear 0.4s;
    pointer-events: none;
} */

.modal.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  pointer-events: auto;
  transition-delay: 0s;
}

.modal.closing {
    opacity: 0;
    transform: scale(0.5);
    visibility: hidden;
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s ease linear 0.4s;
    pointer-events: none;
}

.modal-content video {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.6);
}

.modal-content {
  position: relative;
  background-color: transparent;
  max-width: 67vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa-window-close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 205;
  text-shadow: 0 0 8px rgba(0,0,0,0.7);
  background: none;
  border: none;
}

.fa-window-close:hover {
    color: rgb(204, 43, 43);
}

#image1 {
    border-radius: 50%;
}

.home-heading {
    font-weight: bold;
    position: relative;
    right: -50px;
    bottom: -50px;
}

.home-category {
    padding: 50px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.backfround-image {
    background-image: url("/public/uploads/home-images/image2.jpg");
    filter: blur(3px);
    border-radius: 20px;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.home-text-container-row2 {
    /* background-color: #072f48; */
    color: white;
    width: 50%;
    font-size: 14px;
    border-radius: 30px; /*80px;*/
    padding: 30px 40px; /* 50px 50px; */
}

.home-small-circles-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pink-color {
    color: #ab7fb5; 
    font-weight: bold;
}

.home-small-circle1 {
    background-color: #a1bfdd;
    font-size: 16px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    padding: 30px;
    position: relative;
    top: -50px;
    left: 220px;
    z-index: 10;
}

.home-small-circle2 {
    background-color: #a1bfdd;
    font-size: 16px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #dff0f4;
    text-align: center;
    align-content: center;
    padding: 10px;
    position: absolute;
    top: 100px;
    right: -130px;
    z-index: 11;
}

.home-row5-item-container {
    padding: 0 5%;
}

.home-row5-heading-container {
    display: flex;
    justify-content: center;
    align-items: start;
    min-height: 60px;
}

.home-row5-img-container img{
    display: block; 
    margin: auto;
}

.home-row5-text-container {
    color: #092241; 
    font-size: 14px; 
    text-align: center;
    margin-top: 10px;
}

.home-row5-text-container a {
    color: #084b83;
}

.home-row7-img-container img{
    display: block; 
    margin: auto;
}

.home-container-row7 {
    min-height: 76px;
    text-align: center;
}

.home-security-features-titles-style {
    color: #092241; 
    font-weight: bold
}

.home-fit-for-purpose-titles-style {
    font-weight:bold; 
    color: black;
}

.home-fit-for-purpose-main-text {
    font-size: 14px;
}

.home-fit-for-purpose-text {
    color: black;
    font-size: 15px;
}

.col-margin {
    margin-top: 100px;
}

.col-display-flex {
    display: flex;
    flex-flow: column;
}

.text-container-home-row3 {
    color: #dff0f4;
    border-radius: 50px;
    padding: 30px 20px 30px 20px;
}

.home-title-container {
    background-color: #092241;
    color:#dff0f4;
    border-radius: 12px;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
    
}

.home-proprietary-titles {
    color: #092241; 
    font-weight: bold; 
    text-align: center;
}

.home-text-container-row9 {
    font-size:medium;
    color: black;
    text-align: justify;
}

.home-row9-img-container img {
    display: block; 
    margin: auto;
}

.history-page-container{
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.history-years-img-background {
    position: absolute;
    top: 40px;
    left: -80px;  
    width: 200px; 
}

.history-years-circle {
    position: absolute;
    width: 190px;
}

.history-years {
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    color: #eff6ff;
}

.history-2018-2022 {
    top: 102px;
    left: 32px;
}

.history-2019-2023 {
    top: 192px;
    left: -23px; 
}

.history-2020-2024 {
    top: 283px;
    left: 32px;
}

.history-2021-2025 {
    top: 376px;
    left: -20px;
}

.history-2022 {
    top: 0px;
    left: 0px;
}

.history-year18-22 {
    top: 50px;
    left: -70px;
}

.history-year19-23 {
    top: 140px;
    left: -68px;
}

.history-year20-24 {
    top: 230px;
    left: -70px;
}

.history-year21-25 {
    top: 323px;
    left: -65px;
}

.history-text-container-2018-2022 {
    background-color: transparent;
    position: absolute;
    top: 103px;
    left: -300px;
}

.history-year-title-18 {
    color: #092241;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

.history-year-title-22 {
    color: #a1bfdd;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

.history-text-18-22 {
    color: #084b83;
    font-size: 14px;
    text-align: right;
    margin-top: -10px;
}


.history-text-container-2019-2023 {
    background-color: transparent;
    position: absolute;
    top: 192px;
    left: 130px;
}

.history-year-title-19 {
    color: #a1bfdd;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.history-year-title-23 {
    color: #5ea0c3;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.history-text-19-23 {
    color: #eff6ff;
    font-size: 14px;
    text-align: left;
    margin-top: -10px;
}

.history-text-container-2020-2024 {
    background-color: transparent;
    position: absolute;
    top: 283px;
    left: -300px;
}

.history-year-title-20 {
    color: #5ea0c3;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

.history-year-title-24 {
    color: #084b83;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

.history-text-20-24 {
    color: #084b83;
    font-size: 14px;
    text-align: right;
    margin-top: -10px;
}

.history-text-container-2021-2025 {
    background-color: transparent;
    position: absolute;
    top: 377px;
    left: 130px;
}

.history-year-title-21 {
    color: #084b83;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.history-year-title-25 {
    color: #a1bfdd;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.history-text-21-25 {
    color: #eff6ff;
    font-size: 14px;
    text-align: left;
    margin-top: -10px;
}

.history-circle-img {
    background-image: url("../../uploads/about-images/our-history-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 700px;
    height: 520px;
    border-radius: 50%;
    position: relative;
}

.vision-row2{
    background-image: url("../../public/uploads/about-images/vision.png"); 
    background-size: cover; 
    background-repeat: no-repeat;
    border-radius: 40px;
}



.mot-heading {
    color: #ab7fb5; 
    font-weight: bold;
}

.mot-subheading {
    color: #ab7fb5; 
    font-weight: bold;
    margin-top: 150px;
}

.mot-pentagons-container {
    display: flex; 
    justify-content: center;
}

.mot-teams-container {
    font-size: 16px;
    font-weight: bold;
    height: 90px;
    display: flex;
    align-items: center;
    position: absolute;
}

.mot-executive-container {
    background-color: #084b83;
    color: #dff0f4;
    justify-content: end;
    width: 500px;
    top: 32px;
    right: 125px;
    clip-path: polygon(0% 50%,5% 0%, 95% 0%,100% 50%, 95% 100%, 5% 100%);
    padding-right: 1%;
    z-index: 30;
}

.mot-biomedical-container {
    background-color: #a1bfdd;
    color: #092241;
    justify-content: start;
    width: 400px;
    top: 190px;
    left: 25px;
    clip-path: polygon(0% 50%, 5% 0%, 100% 0%, 98% 50%, 100% 100%, 5% 100%);
    padding-left: 1%;
    z-index: 35;
}

.mot-technical-container {
    background-color: #def0f4;
    color: #084b83;
    justify-content: start;
    width: 480px;
    top: 347.5px;
    left: 25px;
    clip-path: polygon(0% 50%, 5% 0%, 95% 0%, 97% 50%, 100% 100%, 5% 100%);
    padding-left: 1%;
    z-index: 45;
}

.mot-advisors-container {
    background-color: #5ea0c3;
    color: #dff0f4;
    justify-content: end;
    width: 400px;
    top: 322px;
    right: 125px;
    clip-path: polygon(6% 55%,10% 0%, 95% 0%,100% 50%, 95% 100%, 5% 100%);
    padding-right: 1%;
    z-index: 50;
}

.mot-pentagon-1 {
    color: #092241;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    position: relative;
	width: 457.5px;
	height: 450px;
	background-color: #084b83;
	clip-path: polygon( 50% 0, 100% 38%, 81% 100%, 19% 100%, 0 38%);
    z-index: 30;
}

.mot-pentagon-2 {
    position: absolute;
    top: 28px;
    left: 25px;
	width: 407.5px;
	height: 400px;
	background-color: #a1bfdd;
	clip-path: polygon( 50% 0, 100% 38%, 81% 100%, 19% 100%, 0 38%);
    z-index: 35;
}

.mot-pentagon-3 {
    position: absolute;
    top: 55px;
    left: 50px;
	width: 357.5px;
	height: 350px;
	background-color: #def0f4;
	clip-path: polygon( 50% 0, 100% 38%, 81% 100%, 19% 100%, 0 38%);
    z-index: 40;
}

.mot-pentagon-4 {
    position: absolute;
    top: 80px;
    left: 75px;
	width: 307.5px;
	height: 300px;
	background-color: #5ea0c3;
	clip-path: polygon( 50% 0, 100% 38%, 81% 100%, 19% 100%, 0 38%);
    z-index: 45;
}

.mot-pentagon-5 {
    position: absolute;
    top: 90px;
    left: 85px;
	width: 287.5px;
    height: 280px;
	background-color: #f0f6f6;
	clip-path: polygon( 50% 0, 100% 38%, 81% 100%, 19% 100%, 0 38%);
    z-index: 50;
}

.mot-text-container {
    background-color: #072f48;
    color: #dff0f4;
    font-size: 15px;
    border-radius: 10px;
    width: 60%;
    padding: 10px 10px;
    position: relative;
}

.mot-margin-top {
    margin-top: 20px;
}

.mot-circle  {
    width: 400px;
    height: 300px; 
    background-image: url("../../public/uploads/about-images/meet-our-team.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    right: -330px;
    top: -80px;
    display: flex;
    z-index: -1;
}



.mot-img-container {
    background-color: #072f48;
    border: 4px solid #dff0f4;
    border-radius: 10px;
}

.metabio-group-page-container {
    width: 90vw;
    display: flex;
    justify-content: center;
}  

.metabio-group-p-style {
    font-size: 20px;
    font-weight: bold;
}

.metabio-group-text-container {
    text-align: center;
    position: absolute;
    padding: 2% 5%;
    top: 100px;
    left: 280px;
    right: 40px;
}

.metabio-group-text {
    text-align: justify;
    font-size: 15px;
    color: #a1bfdd;
}

.metabio-group-container .globe-icon {
    color: #0069A3;
    font-size: 25px;
    transition: all .2s ease;
}

.metabio-group-container .globe-icon:hover {
    transform: scale(1.1);
}

.leaning-text {
    text-align: justify;
    font-size: 15px;
    color: #a1bfdd;
}

.metabio-group-button1 {
    background-color: #a1bfdd;
    color: white;
    text-align: center;
    font-size: 12px;
    border-radius: 10px;
    border: none;
    width: fit-content;
    padding: 8px 12px ;
    text-decoration: none;
}


.metabio-group-link {
    text-decoration: none;
}

.metabio-group-link-container {
    display: flex;
    justify-content: center;
}

.metabio-group-button2 {
    background-color: #084b83;
    color: white;
    text-align: center;
    font-size: 12px;
    border-radius: 10px;
    border: none;
    width: fit-content;
    padding: 8px 12px;
    margin-top: 5px;
}

.metabio-group-button1:hover, .metabio-group-button2:hover {
    opacity: 0.7;
}

.metabio-group-img {
    position: absolute;
}

.metabio-group-eEmbryo-img {
    width: 50%;
    top: -40px;
    left: -170px;
}

.metabio-group-coronaBio-img {
    top: -80px;
    left: -70px;
    width: 70%;
}

.metabio-group-Ai-metablock-img {
    top: -80px;
    left: -70px;
    width: 70%;
}

.metabio-group-drt-eConsent-img {
    top: -50px;
    left: -50px;
    width: 60%;
}

.metabio-group-mindMed-img {
    top: -60px;
    left: -50px;
    width: 60%;
}

.metabio-group-sibaSoft-img {
    width: 25%;
    top: -40px;
    left: -120px;
} 

.metabio-group-my-vios-img {
    width: 50%;
    top: -20px;
    left: -170px;
}

.metabio-group-circle-1 {
    background-color: transparent;
    position: relative;
    width: 700px;
    height: 530px;
    border: 1px solid #092241;
    border-radius: 50%;
    z-index: 20;
}

.metabio-group-circle-2 {
    background-color: #072f48;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dff0f4;
    text-align: center;
    position: absolute;
    top: 70px;
    left: -200px;
    width: 300px;
    height: 300px;
    padding: 0 30px;
    border: 3px solid #dff0f4;
    border-radius: 50%;
    z-index: 21;
}

.metabio-group-circle-3 {
    background-color: #072f48;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dff0f4;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 300px;
    height: 300px;
    padding: 0 30px;
    border: 3px solid #dff0f4;
    border-radius: 50%;
    z-index: 22;
}


.solutions-row {
    color: #dff0f4;
    margin-top: 50px;
}

.underlined {
    text-decoration: underline;
    text-decoration-color: #092241;
}

.solutions-eMetabio-patients-title {
    color: #ab7fb5;
    position: absolute;
    left: -90px;
    top: 50px;
}

.solutions-eMetabio-biobanks-repositories-title {
    color: #ab7fb5;
    position: absolute;
    right: -250px;
    top: 50px;
}

.solutions-eMetabio-healthcare-professionals-clinicians-title {
    color: #ab7fb5;
    position: absolute;
    left: -100px;
    bottom: 0px;
}

.solutions-eMetabio-researchers-pharma-title {
    color: #ab7fb5;
    position: absolute;
    right: -230px;
    bottom: 50px;
}

.solutions-eMetabio-central-circle {
    width: 220px;
    height: 220px;
    border: 1px solid #b6b6b8;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 110px;
    left: 110px;
    z-index: 54;
}

.fromRight { right: -320px; }
.fromLeft  { left: -320px; }

.slideInRight { animation: slideRight 0.4s forwards; }
.slideInLeft  { animation: slideLeft 0.4s forwards; }

.slideOutRight { animation: slideOutRight 0.3s forwards; }
.slideOutLeft  { animation: slideOutLeft 0.3s forwards; }

@keyframes slideRight {
  from { right: -520px; opacity: 0; }
  to   { right: -330px; opacity: 1; }
}

@keyframes slideLeft {
  from { left: -520px; opacity: 0; }
  to   { left: -330px; opacity: 1; }
}

@keyframes slideOutRight {
  from { right: -330px; opacity: 1; }
  to   { right: -520px; opacity: 0; }
}

@keyframes slideOutLeft {
  from { left: -330px; opacity: 1; }
  to   { left: -520px; opacity: 0; }
}


.solutions-e-metabio-img-central {
    position: absolute;
    top: 125px;
    left: 75px;
}

.solutions-eMetabio-main-circle-container {
    width: 90vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    position: relative;
}

.solutions-eMetabio-main-circle {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    margin-top: 100px;
}

.solutions-eMetabio-quarter-circle-1 {
    width: 120px;
    height: 120px;
    background-image: linear-gradient(to top,#b9b9b9,#fffffe);
    border-top-left-radius: 130px;
    position: absolute;
    top: 50px;
    left: 50px;
    color: black;
    font-weight: bold;
    font-size: 11px;
    padding-top: 40px;
    padding-right: 10px;
    z-index: 55;
}

.solutions-eMetabio-quarter-circle-1-bigger {
    width: 160px;
    height: 160px;
    background-color: #ffffff;
    border-top-left-radius: 150px;
    position: absolute;
    top: 65px;
    left: 65px;
    z-index: 53;
}

.solutions-eMetabio-quarter-circle-2 {
    width: 120px;
    height: 120px;
    background-image: linear-gradient(to right,#b9b9b9,#fffffe);
    border-top-right-radius: 130px;
    position: absolute;
    top: 50px;
    right: 50px;
    color: black;
    font-weight: bold;
    font-size: 11px;
    padding-top: 40px;
    padding-left: 10px;
    z-index: 55;
}

.solutions-eMetabio-quarter-circle-2-bigger {
    width: 225px;
    height: 225px;
    background-image: linear-gradient(to bottom,#081f39,#1a61b9);
    border-top-right-radius: 215px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 52;
}

.solutions-eMetabio-quarter-circle-3 {
    width: 120px;
    height: 120px;
    background-image: linear-gradient(to bottom,#b9b9b9,#fffffe);
    border-bottom-left-radius: 130px;
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: black;
    font-weight: bold;
    font-size: 11px;
    padding-top: 60px;
    padding-right: 10px;
    z-index: 55;
}

.solutions-eMetabio-quarter-circle-3-bigger {
    width: 225px;
    height: 225px;
    background-image: linear-gradient(to top,#081f39,#1a61b9);
    border-bottom-left-radius: 215px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 52;
}

.solutions-eMetabio-quarter-circle-4 {
    width: 120px;
    height: 120px;
    background-image: linear-gradient(to right,#b9b9b9,#fffffe);
    border-bottom-right-radius: 130px;
    position: absolute;
    bottom: 50px;
    right: 50px;
    color: black;
    font-weight: bold;
    font-size: 11px;
    padding-top: 60px;
    padding-left: 10px;
    z-index: 55;
}

.solutions-e-metabio-text1 {
    font-size: 13px;
}

.solutions-page-container {
    width: 90vw;
    display: flex;
    justify-content: center;
}  

.solutions-e-metabio-container {
    background-color: white;
    color: #092241;
    border: 1px solid #b6b6b8;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 5px #dbd9d9; 
    padding: 10px 20px;
    width: 430px;
    position: absolute;
    display: none;
}

.solutions-e-metabio-container img {
    width: 40px;
    height: 40px;
}

.solutions-icon-patients {
    position: absolute;
    top: 50px;
    left: 40px;
    width: 50%;
}

.solutions-icon-biobanks {
    position: absolute;
    top: 50px;
    left: 25px;
    width: 45%;
}

.solutions-icon-healthcare {
    position: absolute;
    top: 5px;
    left: 50px;
    width: 40%;
}

.solutions-icon-researchers {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 45%;
}

.patients-info {
    top: -120px;
    left: -310px;
    z-index: 60;
}

.biobanks-info {
    top: -150px;
    right: -310px;
    z-index: 60;
}

.healthcare-info {
    bottom: -150px;
    left: -310px;
    z-index: 60;
}

.researchers-info {
    bottom: -135px;
    right: -310px;
    z-index: 60;
}

.solutions-eMetabio-info-link {
    text-align: end;
}

.solutions-e-metabio-container a {
    color: #084b83;
    font-size: 12px;
}


.solutions-p-style {
    font-size: 14px;
    font-weight: bold;
}

.solutions-circle-1 {
    background-image: url("../../uploads/solutions-images/solutions-main-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 750px;
    height: 560px;
    border: 3px solid #dff0f4;
    border-radius: 50%;
    z-index: 20;
}

.solutions-circle-2 {
    background-color: #072f48;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dff0f4;
    text-align: center;
    position: absolute;
    top: 10px;
    left: -180px;
    width: 300px;
    height: 300px;
    padding: 0 30px;
    border: 3px solid #dff0f4;
    border-radius: 50%;
    z-index: 21;
}

.solutions-circle-3 {
    background-color: #072f48;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dff0f4;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: -20px;
    width: 300px;
    height: 300px;
    padding: 0 30px;
    border: 3px solid #dff0f4;
    border-radius: 50%;
    z-index: 22;
}

.solutions-text-container {
    height: 100%; 
    display: flex; 
    align-items: center;
}

.solutions-text-subContainer {
    background-color: #092241;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
}

.solution-text {
    margin: auto;
    padding: 10px;
}

.solutions-button-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.margin-auto {
    margin: auto 0;
}

.solutions-modules {
    background-color: #092241;
    color: #dff0f4;
    border-radius: 5px;
    margin-top: 40px;
    text-align: center;
    padding: 5px 0px;
}

.solutions-module-container {
    height: 70px;
}

.solutions-icon {
    float: left;
    width: 7%;
}

.solutions-line {
    width: 50%;
    margin-top: -5px;
}

.solution-module-heading {
    font-size: 12px;
    color: #092241;
    
}

.solution-modules-text {
    font-size: 11px;
    margin-top: -10px;
}

.solutions-button {
    background-color: #ab7fb5;
    color: white;
    text-align: center;
    font-size: 12px;
    border-radius: 15px;
    border: none;
    padding: 1% 2% 1% 2%;
}

.solutions-button:hover {
    opacity: 0.8;
}

.services-heading-container {
    background-color: #092241;
    color: #dff0f4;
    width: 300px;
    height: 300px;
    border: 5px solid #dff0f4;
    border-radius: 50%;
    display: grid;
    justify-content: center;
    align-items: center;
    position: relative;
    right: -50px;
}

.services-text-container {
    background-color: transparent;
    color: #084b83;
    font-size: 16px;
    text-align: justify;
    border: 2px solid #072f48;
    border-radius: 60px;
    padding: 3% 4% ; 
    width: 70%;
    position: relative;
}

.service-page-container {
    padding: 20px 0;
    display: flex;
    justify-content: center;
}  
.service-circle-1 {
    background-color: #072f48;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dff0f4;
    position: absolute;
    top: -10px;
    left: -100px;
    width: 250px;
    height: 250px;
    border: 3px solid #dff0f4;
    border-radius: 50%;
    z-index: 20;
}

.service-circle-2 {
    position: absolute;
    top: 180px;
    left: -40px;
    width: 230px;
    height: 170px;
    border-radius: 50%;
    z-index: 21;
}

.service-circle-2-mapping {
    background-image: url("../../uploads/services-images/mapping-services-img.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.service-circle-2-training {
    top: 200px;
    background-image: url("../../uploads/services-images/training-img.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.service-circle-2-customer-support {
    top: 200px;
    left: -40px;
    width: 230px;
    height: 130px;
    background-image: url("../../uploads/services-images/customer-support.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.services-alt-title-container {
        display: none;
        color: #f0f6f6;
        background-color: #072f48;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
        text-align: center;
        padding: 15px 0;
        width: 100%;
        margin-bottom: 10px;
    }


.services-text1 {
    padding-left: 25%;
}

.services-text2 {
    padding-left: 40%;
}

.rnd-heading {
    color: #092241;
}

.rnd-row1 {
    text-align: left;
}

.rnd-row2 {
    margin-top: 50px; 
    color: #092241;
    font-size: 14px;
}

.rnd-textGroup1 {
    text-align: left;
}

.rnd-textGroup2 {
    text-align: right;
}

.news-item {
    border-radius: 10px;
    background-color: white;
    padding: 10px;
    cursor: pointer;
    box-shadow: 10px 0 100px 0 rgba(0, 0, 0, .08);
    /* box-shadow:  0px 0px 12px 3px #aca9a9; */
    position: relative;
    text-align: left;
    margin-bottom: 30px;
    transition: all .5s ease;
}

.news-item:hover {
    background-color: #0069A3;
}

.news-item .news-text {
    font-size: 18px;
    color: #0069A3;
    padding-bottom: 30px;
}

.news-image-container {
    height: 200px;
    display: flex;
    justify-content: center;
}

.news-item:hover .news-title, 
.news-item:hover .news-type,
.news-item:hover .news-text,
.news-item:hover .news-link{
    color: white;
}

.news-item:hover .news-date {
    background-color: white;
    color: #0069A3;
}

.news-item:hover .editors-features p {
    color: white;
}

.newsFullPage-title {
    font-size: 32px;
    color: #03346E;
    font-weight: bold;
}

.newsFullPage-date {
    font-size: 16px;
    color: #0069A3;
}

.newsFullPage-content-container {
    font-size: 17px;
    color: #0069A3;
}

.newsFullPage-tags-container {
    display: flex;
    gap: 0 10px;
}

.link-page {
    margin-bottom: 20px;
}

.link-page a {
    text-decoration: none;
    color: #0069A3;
    font-size: 20px;
    overflow-wrap: anywhere;
}

.link-page a:hover {
    text-decoration: underline;
}

.news-buttons_edit_delete-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}

.news-isPublished {
    font-size: 14px;
    color: #03346E;
    font-weight: bold;
}

.news-text .news-link {
    text-decoration: none;
    color: #0069A3;
    overflow-wrap: anywhere;
}

.news-text .news-link:hover {
    text-decoration: underline;
}

.news-button {
    font-size: 14px;
    border: none;
    border-radius: 7px;
    width: fit-content;
    padding: 7px;
}

.news-edit-button {
    background-color: #5ea0c3;
    color: white;
}

.news-delete-button {
    background-color: rgb(206, 39, 39);
    color: white;
}

.news-button:hover {
    opacity: 0.7;
}

.create-news-button-container {
    display: flex;
    justify-content: flex-end;
}

.create-news-button-container a {
    text-decoration: none;
}

.button-create-news {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    background-color: #0069A3;
    color: #fff;
    border-radius: 35px;
    text-decoration: none;
    transition: all .5s ease;
    margin-bottom: 15px;
}

.button-create-news:hover {
    background-color: #03346E;
} 

.createNew-page-title {
    text-align: center;
    font-weight: bold;
    color: #081f39;
}

.create-news-form input[type=submit] {
    background-color: black;
    color: white;
    font-size: medium;
    width: 60px;
    height: 40px;
    margin-top: 20px;
}

.create-news-form input[type=date] {
    font-size: 15px;
    width: 100%;
    padding: 10px;
}

.ui-datepicker {
      font-size: 15px!important;
      background: #fefefe;
      border: 1px solid #ccc;
      border-radius: 8px;
      padding: 10px;
      z-index: 5;
}

#ui-datepicker-div {
    z-index: 5!important;
}

.ui-datepicker-header {
    background: #0069A3;
    color: white;
    border-radius: 6px;
}

.ui-datepicker-calendar {
    z-index: 10px;
}
.ui-datepicker-calendar td a {
    padding: 5px 8px;
    font-size: 15px;
}

.ui-datepicker-calendar td a:hover {
    background: #0069A3;
    color: white;
}

.create-news-form input[type=file] {
    font-size: 13px;
}

.create-news-form select {
    background-color: white;
    color: black;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    padding: 10px;
}

.create-news-form label {
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.create-news-form input[type=text],
.create-news-form input[type=url] {
    font-size: 14px;
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
}

.create-news-form textarea {
    width: 100%;
    font-size: 12px;
    padding: 5px;
}

.newsRoom-container {
    margin-top: 20px;
    display: flex;
    gap: 20px 0px;
}

.news-img {
    height: 100%;
    margin-bottom: 20px;
}

.publication-img {
    height: 100%;
    margin-bottom: 20px;
}

.news-image-in-fullPage {
    max-height: 800px;
}

.news-content-container {
    padding: 15px;
    line-height: 28px;
}

.news-title {
    font-size: 28px;
    font-weight: bold;
    color: #03346E;
    padding-top: 10px;
}

.news-type {
    font-size: 16px;
    color: #03346E;
    font-weight: bold;
}

.news-date {
    font-size: 20px;
    font-weight: bold;
    color: white;
    position: absolute;
    background-color: #0069A3;
    top: 175px;
    right: 50px;
    display: flex;
    width: 70px;
    height: 70px;
    line-height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .5s ease;
}

.newsRoom-main-row {
    justify-content: center;
}

.editors-features {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    padding: 5px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pagination-container {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 80px 0;
}
.pagination-btn {
    font-size: 12px;
    border: none;
    border-radius: 4px;
    background: none;
    color: #6c757d;
    min-width: 2rem;
    height: 2rem;
}
.pagination-btn:hover {
    background: #03346E;
    color: #eff6ff;
}
.active-pagination-page {
    background: #03346E;
    color: #eff6ff;
}

.contact-row1 {
    text-align: left;
}

.contact-row2 {
    text-align: left;
    margin-top: 40px;
}

.contact-heading {
    color: #092241;
    font-weight: bold;
}

.contact-text-container {
    color: #092241;
    text-align: left;
    font-size: 12px;
}

.toast {
    display: none;
    min-width: 250px;
    margin-left: -90px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 16px;
    position: fixed;
    z-index: 1001;
    left: 45%;
    top: 140px;
    font-size: 16px;
}

.toast.success { background-color: #52af68; }
.toast.error { background-color: #d14957; }


@media only screen and (min-width: 900px) {
    .menu-underlined {
        margin-right: 40px;
        font-size: 16px;
    }

    .menu {
        margin-right: 40px;
        font-size: 16px;
    }

    .header-demo-button {
        padding:0px 15px;
        font-size: 12px;
        border-radius: 10px;
    }
}


@media only screen and (max-width: 425px) {
    .mot-row-of-images .col-md-3 {
        width: 100%!important;
    }
    
    .investor-opportunities-container {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 600px ) {
    .home-small-circle1 {
        transform: scale(0.7, 0.7);
        left: 110px;
    }

    .investor-opportunities-container {
        padding: 0 20px;
    }

    .vision-row2 {
        background: transparent;
    }

    .footer-col1 {
        padding-top: 4%;
        width: 90%;
        margin: auto;
    }
    
    
    .footer-col2 {
        padding-top: 4%;
        width: 90%;
        margin: auto;
    }
    
    .footer-col3 {
        padding-top: 4%;
        width: 90%;
        margin: auto;
    }

    .footer-align {text-align: left;}
}

@media only screen and (max-width: 768px) {
    .home-row5 {
        row-gap: 20px;
    }

    .home-row7 {
        row-gap: 20px;
    }

    .home-row9-img-under768px {
        order: 2;
    }

    .home-row9-text-under768px {
        order: 1;
    }

    .col-margin-implementation-under768px {
        margin-top: -40px;
    }

    .col-margin-services-under768px {
        margin-top: 20px;
    }

    .home-container-row7 {
        min-height: 30px;
    }

    .home-container2 {
        margin-top: 30px;
    }

    .vision-text-container {
        line-height: 20px;
    }

    .vision-container {
        padding: 0 20px;
    }

    .mot-text-container {
        width: 100%;
    }

    .mot-circle {
        display: none;
        right: -60px;
        top: -50px;
    }

    .mot-row-of-images {
        justify-content: center;
    }

    .mot-row-of-images .col-md-3 {
        width: 50%;
    }

    .services-text-container {
        transform: scale(0.7, 0.7); 
        width: 100%;
        padding: 0;
    }

    .services-alt-title-container {
        display: block;

    }

    .services-text1, .services-text2 {
        padding: 5px 25px;
    }

    .service-circle-1, .service-circle-2 {
        display: none;
    }

    .footer-col1 {
        padding-top: 4%;
        width: 90%;
        margin: auto;
    }
    
    
    .footer-col2 {
        padding-top: 4%;
        width: 90%;
        margin: auto;
    }
    
    .footer-col3 {
        padding-top: 4%;
        width: 90%;
        margin: auto;
    }

    .footer-align {text-align: left;}
}

@media only screen and (max-width: 992px) {
    .header-button-container {
        transform: scale(0.9, 0.9);
    }

    .menu-underlined {
        margin-right: 10px;
    }

    .main-menu-container {
        padding-left: 15px!important;
    }

    .menu {
        margin-right: 10px;
    }

    .history-page-container {
         justify-content: flex-end;
    }

    .metabio-group-circle-2 {
        transform: scale(0.9, 0.9);
        left: -140px;
    }

    .metabio-group-circle-3 {
        transform: scale(0.9, 0.9);
        left: 0;
    }

    .solutions-page-container {
        transform: scale(0.8, 0.8)!important;
        width: 100vw;
    }

    .solutions-circle-2 {
        transform: scale(0.9, 0.9);
        top: 30px;
        left: -160px;
    }

    .solutions-circle-3 {
        transform: scale(0.9, 0.9);
    }

    .solutions-eMetabio-main-circle-container {
        transform: scale(0.8, 0.8)!important;
        width: 80vw;
    }

    .service-circle-1 {
        left: -90px;
    }

    .footer-section .newsletter-widget h3 {
        padding-top: 30px;
    }
   
}

@media only screen and (max-width: 1200px) {
    /* .menu-underlined {
        padding-right: 10px;
    }

    .main-menu-container {
        padding-left: 15px;
    }

    .menu {
        padding-right: 10px;
        font-size: clamp(0.7rem, 2vw, 1.2rem)
    } */

    .vision-container {
        padding: 0 20px;
    }

    .rnd-floating-images {
        display: none;
    }

    .home-small-circle1 {
        transform: scale(0.9, 0.9);
        left: 160px;
    }

    .home-small-circles-container {
        margin: 50px 0;
    }

    .career-background-row {
        width: 100%;
    }

    .career-opportunities-container {
        padding: 0px 12px;
    }

    .vision-text-container {
        width: 50%;
    }

    .history-page-container {
        transform: scale(0.75, 0.75);
    }

    .metabio-group-circle-1 {
        transform: scale(0.9, 0.9);
    }

    .solutions-page-container {
        transform: scale(0.85, 0.85);
    }

    .solutions-eMetabio-main-circle-container {
        transform: scale(0.9, 0.9);
    }

    .service-page-container {
        justify-content: center;
    }
    .services-text-container {
        transform: scale(0.9, 0.9);
        width: 100%;
    }

    .newsRoom-container {
        justify-content: center;
    }
}





@media only screen and (max-width: 375px) {
    .career-opportunities-title,
    .investor-opportunities-title {
        padding-left: 5px;
    }

    .career-opportunities-title .fas {
    padding-left: 40px;
   }

   .investor-opportunities-title .fas {
    padding-left: 40px;
   }
}

@media only screen and (max-width: 425px) {
    .nav-top-btn {
        width: 45px;
        height: 45px;
        bottom: 40px;
        right: 20px;
   }

   .nav-top-btn .fas {
        font-size: 25px;
   }

   .gallery-widget {
        display: none;
    }

    .newsletter-widget {
        display: none;
    }
}

@media only screen and (max-width: 470px) {
    .slide-content {
        padding: 25px;
        margin-bottom: 40px;
    }

    .testimonial-block-one .inner-container {
        padding: 63px 20px 10px;
    }

    .homePageBtn {
        margin-top: 50px;
    }

    .header-row1 {
        flex-direction: column;
    }    

    .logo-outer {
        width: unset;
    }

    .media-icons-btn-container {
        justify-content: center;
    }

    .right-side-header {
        align-items: center;
    }

    .padding_100 {
        padding: 0 5px!important;
    }

    .news-sidebar {
        padding: 10px;
    }

    .career-opportunities-box {
        margin-top: 120px;
    }

    .footer-section .newsletter-widget {
        padding-right: 0;
    }

}

@media only screen and (max-width: 533px) {
    #footer .footer-bottom .footer-imgs {
        justify-content: center;
    }

    .details-content .image-container img {
        width: 100%!important;
    }

}

@media only screen and (max-width: 767px) {
    .page-padding {
        padding: 80px 20px!important;
    }

    .slide-title {
        font-size: 40px;
        line-height: 40px;
    }

    .slide-sub-title {
        font-size: 30px;
        line-height: 30px;
    }

    .slide-text {
        font-size: 16px;
    }

    .slide-content {
        padding-left: 30px;
    }

    .solution-section,
    .service-section {
        padding: 0 10px;
    }

    .service-content-container {
        transform: translateY(100px);
    }

    .lbr-img-container1 {
        display: none;
     } 

    .lbr-img-container2 {
        display: none;
    }

    .lbr-section-col2-content {
        padding-top: 50px;
    }

    #footer .footer-bottom .bottom-inner {
        justify-content: center;
    }

    .researches-section .inner-container {
        padding: 0 30px;
    }

    .rnd-section .text-container {
        padding: 0 30px;
    }

    .padding_RL {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 838px) {
    #footer .footer-bottom .footer-imgs {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 840px) {
    .solutions-row {
        row-gap: 30px;
    }
}

@media only screen and (max-width: 991px) {
    #header .menu {
        padding-right: 0!important;
        text-align: left;
        font-size: 16px;
    }

    #header .menu-underlined {
        padding-right: 0!important;
    }

    #homeVideo {
        min-height: calc(100%);
    }

    .footer-section .contact-info {
        gap: 20px;
    }

    .footer-section .footer-widget .info-widget {
        margin-bottom: 20px;
    }

    .lbr-btn {
        margin-top: 50px;
    }

    .lbr-section-col1-content {
        margin-right: 10px;
    }

    .testimonial-block-one .inner-container .lower-container {
        display: block;
    }

    .stats-block {
        margin-bottom: 20px;
    }

    /* .researches-section .inner-container {
        padding: 50px 0;
    } */

    /* .researches-section {
        height: 800px;
    } */

    .lbr-exp-box p{
         font-size:  25px!important;
    }

    .main-menu {
        display: none;
    }

    .header-1-btn .navbar-btn {
        display: none;
    }

    .header-2 {
        display: block;
    }

    body {
        margin-top: 58.25px;
    }

    .slide-inner {
        height: calc(100vh - 58px);
    }

    .slide-background {
        height: calc(100vh - 58px);
    }

    .hero-section {
        height: calc(100vh - 58px);
    }

    .history-slider-content {
        margin-right: 0;
    }

    .padding_100 {
        padding: 0 20px;
    }

    .team-row {
        row-gap: 50px;
    }

    .solution-sidebar {
        gap: 0px;
    }

    .solution-sidebar .sidebar-widget .widget-title .solution-icon {
        display: block;
    }
}

@media (min-width: 576px) and (max-width: 1179px) {
  .team-row .team-block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 1180px) {
    .demo-button {
        font-size: 15px;
        padding: 10px 15px;
    }

    .lbr-exp-box h2 {
        font-size: 27px;
    }

    .lbr-exp-box p{
         font-size:  15px
    }
}

@media only screen and (max-width: 1080px) {
    #header .menu-underlined {
        margin-right: 14px!important;
    }

    #header .menu {
        margin-right: 14px!important;
    }

    .lbr-exp-container {
        padding-left: 92px;
    }
}

@media only screen and (max-width: 1200px) {
    .researches-section .inner-container {
        padding: 0 30px;
    }

    .research-text-container {
        padding: 0 30px!important;
    }
}

@media only screen and (max-width: 1280px) {
    #header .menu-underlined {
        margin-right: 17px;
    }

    #header .menu {
        margin-right: 17px;
    }
}

@media only screen and (max-width: 1370px) {
    .lbr-exp-box {
        padding: 0;
    }

    .solution-container {
        padding: 0 10px;
    }

    .research-text-container {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1500px) {
    /* 1st solution */
    .main-menu {
        row-gap: 10px;
    }

    .main-menu-container {
        padding-left: 60px;
        width: 100%;
        order: 1;
    }

    .header-button-container {
        width: 100%;
        order: 2;
    }

    /* 2nd solution */
    /* .main-menu-container {
        padding-left: 60px;
        flex-wrap: wrap;
        row-gap: 8px;
    }

    #header .menu-underlined {
        font-size: 17px;
    }

    #header .menu {
        font-size: 17px;
    } */
}

@media only screen and (max-width: 1530px) {
    /* .main-menu-container {
        padding-left: 100px;
    } */
}

@media (min-width: 454px) and (max-width: 767px) {
    .lbr-exp-container h2 {
        padding-top: 10px;
    }
}
