.heading {
    text-align: left;
    padding: 40px 0px;
}
.heading h2 {
    font-size: 36px;
    font-weight: 500;
}

.mega-menu {
    position: static !important;
}
.mega-menu .dropdown-menu {
    width: 100%;
    border-radius: 10px;
    border: none;
    background: transparent;
}

.site-header {
    overflow: inherit;
}
.site-header  .navbar-expand-lg .navbar-nav {
        overflow: hidden;
    }
.mega-menu {
    position: static !important;
}

.mega-menu .dropdown-menu {
    width: 100%;
    border-radius: 10px;
    border: none;
    background: transparent;
}
.mega-menu .dropdown-menu .container {
    background: #f8fafc;
    border-radius: 10px;
    max-width: 100%;
    padding: 0px;
}

.mega-menu-column ul li {
    width: 50%;
}

.mega-menu-column h6 {
    color: #2563eb;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.mega-menu-item {
    padding: 0.5rem 0;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    color: #6c757d;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}

.mega-menu-item:hover {
    color: #0d6efd;
    text-decoration: none;
}

.mega-menu-item i {
    width: 20px;
    margin-right: 0.75rem;
    color: #0d6efd;
    background: #e4ecff;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 100px;
}
.mega-menu-item:hover i {
    background: #0d6efd;
    color: #fff !important;
}
.mega-menu-column {
    position: relative;
    padding: 40px 20px;
}
ul.sabmenu-list {
    position: absolute;
    left: 50%;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(0);
    transition: all 0.25s ease;
    min-width: auto;
    padding: 10px;
    z-index: 9999;
    width: 50%;
}

ul.sabmenu-list li {
    width: 100%;
}

.mega-menu-list:hover ul.sabmenu-list {
    opacity: 1;
    visibility: visible;
}
.mega-menu-list > a::after {
    content: "›";
    float: right;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.mega-menu-list:hover > a::after {
    transform: rotate(90deg);
}
.mega-menu-content a {
    position: relative;
    display: inline-block;
    width: 90%;
}
.mega-menu-content a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 1px;
    background: #0d6efd;
    transition: width 0.3s ease;
}

.mega-menu-content a:hover::before {
    width: 100%;
}

.mega-menu-list:hover ul.sabmenu-list {
    display: block;
}
.mega-menu .dropdown-menu {
    width: 100%;
    border-radius: 10px;
    border: none;
    background: transparent;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

/* HOVER EFFECT */
@media (min-width: 992px) {
    .mega-menu:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
        .navbar .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.about-menu-page {
    background: #0b5ed7;
    padding: 40px;
}
.about-menu-page h4 {
    color: #fff;
}
.about-menu-page p {
    color: #fff;
}
.about-menu-page a.global-btn {
    color: #fff;
    width: auto;
}
.about-menu-page a::before{
    content: inherit !important;
}

.mega-menu-column .who-we-serve a {
    width: auto;
}
.mega-menu-column .who-we-serve a:hover{
    color: #fff;
}
.mega-menu-column .who-we-serve a::before{
    content: inherit !important;
}






.our-journey-section {
    background: #000;
    padding: 50px 0px;
}
.our-journey h2 {
    font-size: 65px;
    color: #fff;
}
.our-journey p {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    line-height: 34px;
}



/*.service-sec {
    padding: 25px 25px 25px 25px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0A0A0A;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 29px;
}*/

.services-offer {
	background:#dee1e8;
    object-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom:100px;
}.services-offer h2{
	color:#000;
}
.service-sec img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s linear;
}
.service-sec {
    position: relative;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    overflow: hidden;
}
.explore-company .service-sec img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.explore-company{
	margin-bottom: 50px;
}
.explore-company .services-info {
    padding: 20px 0px;
}
/*.service-sec:after {
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: linear-gradient(0deg, #000, transparent);
    opacity: 0.5;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0px;
}*/
.services-info {
/*    position: absolute;
    bottom: 0;
    z-index: 99;*/
    padding: 20px 20px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background: #fff;
}
.services-info h4 {
    color: #000;
    font-weight: 400;
    font-size: 24px;
}
.services-info p {
    color: #000;
}
.services-info a {
    color: #fff;
        -webkit-transition: all 0.9s linear;
    -moz-transition: all 0.9s linear;
    -o-transition: all 0.9s linear;
    transition: all 0.9s linear;
}
.services-info a i {
    background: #0070ad;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
        -webkit-transition: all 0.9s linear;
    -moz-transition: all 0.9s linear;
    -o-transition: all 0.9s linear;
    transition: all 0.9s linear;
}
/*.service-sec:hover .services-info p {
    display: block;
}
.service-sec:hover .services-info a {
    display: block;
}*/
.services-info:hover a {
    transform: translateX(90%);
}
.service-sec:hover .services-info {
    bottom: 20px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}


.banner-sec {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 80px 0px 0px 0px;
    overflow: visible;
}
.banner-info {
    background: #fff;
    width: 40%;
    position: relative;
    bottom: -30px;
    background-image: linear-gradient(239deg, rgb(0 88 171), rgb(28 64 118));
    border-radius: 4px;
    box-shadow: 0 25px 100px 0 rgba(0, 0, 0, .15);
    padding: 40px;
}
.banner-info h3 {
    color: #fff;
    font-size: 22px;
    line-height: 34px;
}
.banner-info p{
	color: #fff;
}





.accordion.horizontal {
    display: flex;
    height: 600px;
    overflow: hidden;
}
.accordion.horizontal .accordion-item {
  display: flex;
  flex-direction: row;
  flex: 0 0 80px;
  transition: all 0.5s ease;
  border: 1px solid #ddd;
      border-top: 0px;
    border-bottom: 0px;
}

/* ACTIVE */
.accordion.horizontal .accordion-item.active {
    flex: 1;
}


/* BUTTON (vertical text) */
.accordion.horizontal .accordion-button {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    background: inherit;
    border: none;
    padding: 15px;
    font-size: 24px;
    color: #000;
    text-align: center;
    width: 100%;
}
/* REMOVE ARROW */
.accordion-button::after {
  display: none;
}

.accordion.horizontal .accordion-collapse {
  width: auto;              /* FIX */
  flex: 1;
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.4s ease;
  pointer-events: none;
  display: flex;
}

.accordion.horizontal .accordion-item.active .accordion-collapse {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}.accordion.horizontal .accordion-item {
  display: flex;
  flex-direction: row;
  flex: 0 0 80px;
  transition: flex 0.4s ease;
  overflow: hidden;   /* IMPORTANT */
}

.accordion.horizontal .accordion-item.active {
  flex: 1;
}

.accordion.horizontal .accordion-item.active .accordion-button{
    color: #fff;
}

.accordion.horizontal .accordion-item.active .global-btn2 {
    color: #ffffff;
    border: 2px solid #ffffff;
}
.accordion.horizontal .accordion-item.active .global-btn2 i{
    color: #fff;
}


.accordion.horizontal .accordion-body {
  min-width: 300px;
  padding: 20px;
}

.solutions-info img {
  width: 100%;
  border-radius: 10px;
    height: 300px;
    object-fit: cover;
  opacity: 0;
  transition: all 0.5s ease;
  margin-bottom: 20px;
    transition: opacity 0.4s ease;
}

.solutions-info h4{
    color: #fff;
}

.solutions-info p{
    color: #fff;
}
/* ACTIVE pe smooth show */
.accordion-item.active .solutions-info img {
  opacity: 1;
}

.accordion-body {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.accordion-item.active .accordion-body {
  opacity: 1;
  transform: translateY(0);
}


/* TAB 1 */
.accordion-item:nth-child(1).active {
  background: #146eb5;
}

/* TAB 2 */
.accordion-item:nth-child(2).active {
  background: #282a39;
}

/* TAB 3 */
.accordion-item:nth-child(3).active {
  background: #320e3e;
}

/* TAB 4 */
.accordion-item:nth-child(4).active {
  background: #de474f;
}

/* TAB 5 */
.accordion-item:nth-child(5).active {
  background: #f37f6f;
}

/* TAB 6 */
.accordion-item:nth-child(6).active {
  background: #282a39;
}



.banner-sec2 {
    background: #320e3e;
    padding-bottom: 60px;
    margin-top: 60px;
}
.banner2-info img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.banner2-right {
    background: #fff;
    padding: 50px;
    box-shadow: 0 25px 100px 0 rgba(0, 0, 0, .15);
    position: relative;
    left: -80px;
}
.banner2-right p{
	color: #000;
	font-size: 18px;
}.banner2-right h3 {
    font-size: 25px;
}




/* Remove padding from row */
.featured-stories .row {
  margin: 0;
}

/* Left content ko container feel dena */
.stories-sec{
  max-width: 700px;
  margin-left: auto;
  padding: 60px 40px;
}

/* Image full stretch */
.stories-sec-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Image column full height */
.stories-sec {
  height: 100%;
}







      .our-industry {
    padding-bottom: 50px;
    background: #f4f3f9;
    position: relative;
}

.industry-list ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5%;
}

.industry-list ul li {
    width: 47%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: 0.6s;
    position: relative;
}

.industry-list ul li:after {
    content: "\f061";
    position: absolute;
    right: 35px;
    font-size: 21px;
    color: #000;
    font-family: "Font Awesome 5 Pro";
    bottom: 10px;
    transition: 0.6s;
    opacity: 0;
}
.industry-list ul li:hover:after {
    right: 0px;
    transform: translateX(0px);
    transition: 0.6s;
    opacity: 1;
}

.industry-list ul li:hover {
    border-bottom: 1px solid#000;
}
.industry-list ul li a {
    color: #000;
    font-weight: 600;
    font-size: 21px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.industry-list ul li a i.fal.fa-truck {
    background: #4594bf;
    color: #fff;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    margin-right: 20px;
}



   /*Work Process*/
.what-we-do {
    margin-bottom: 30px;
    margin-top: 60px;
}
.what-we-do .col-lg-4 {
    margin-bottom: 20px;
}
.what-we-do-sec {
    border-radius: 8px;
    transition: all 0.5s;
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    height: 100%;
}
.what-we-do-sec:hover {
    transform: translateY(-15px);
}

.what-we-do-sec h4 {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    line-height: 40px;
    padding: 0px 20px;
    padding-top: 30px;
        margin-bottom: 0px;
}
.what-we-do-sec p {
    color: #000;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.featured-stories .owl-item {
    padding: 0px 0px 0px 0px;
    background: #0b5ed7;
    position:relative;
}


.featured-stories .heading {
    text-align: left;
    padding: 50px;
    z-index: 99;
    position: relative;
}
.featured-stories .owl-controls {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50px;
    padding: 20px 70px 20px 20px;
    display: flex;
    align-items: center;
    gap: 50px;
    z-index: 999;
}
.featured-stories .owl-nav, .featured-stories .owl-dots {
    position: static;
    margin: 0;
}
/* Dots style */
/*.featured-stories .owl-dots {
    display: flex;
    gap: 8px;
}*/

/* Dot button */
.featured-stories .owl-dots button {
    width: 15px !important;
    height: 15px;
    background: #ffffff !important;
    border-radius: 50%;
}

/* Active dot */
.featured-stories .owl-dots button.active {
    background: #0b5ed7 !important;
}

/* Arrows */
.featured-stories .owl-nav button {
    color: #000 !important;
    top: 28px;
    font-size: 0px !important
}

.featured-stories .our-stories img{
    height: 400px;
    object-fit: cover;
    object-position: top;
        width: 100%;
}
.stories-sec {
    border-radius: 8px;
    transition: all 0.5s;
    position: relative;
    height: 100%;
}

.stories-sec h4 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    line-height: 36px;
}
.stories-sec h5 {
    color: #fff;
    font-size: 18px;
}
.stories-sec p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
        display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 2px;
    line-height: 26px;  
}
.global-btn  {
    color: #fff;
    border: 2px solid #fff;
    padding: 14px 30px;
    border-radius: 10px;
    font-size: 16px;
}

.global-btn i {
    padding-left: 6px;
    color: #fff;
    vertical-align: middle;
}

.global-btn:hover{
    background: #fff;
    color: #000 !important;
    border-radius: 100px;
}
.global-btn:hover i{
    color: #0058ab;
}
.global-btn2  {
    color: #000;
    border: 2px solid #0058ab;
    padding: 14px 30px;
    border-radius: 10px;
    font-size: 16px;
}

.global-btn2 i {
    padding-left: 6px;
        color: #0058ab;
        vertical-align: middle;
}

.global-btn2:hover{
    background: #0058ab;
    color: #fff;
        border-radius: 100px;
}
.global-btn2:hover i{
    color: #fff;
}













.stories-info {
    margin-bottom: 20px;
}
.logo-icon {
    position: relative;
}



.about-sec {
    position: static;
    z-index: 0;
    background: #fff;
    padding: 0px 0px;
}
.about-innovation {
    padding: 50px 0px;
    width: 50%;
    position: relative;
    text-align: center;
    margin: 0 auto;
}





.who-we-are {
    margin-top: 80px;
    margin-left: 100px;
}
.who-sec img{
    width: 100%;
}
.who-info{
    margin-top: 60px;
}
.who-info h4 {
    font-size: 22px;
    text-transform: capitalize;
}


.who-sec h3 {
    font-size: 26px;
    margin-top: 30px;
}

.who-sec h4 {
    font-size: 20px;
}

.who-info a i {
    font-size: 14px;
    padding-left: 5px;
}

.who-sec a i {
    font-size: 14px;
    padding-left: 5px;
}

.get-started {
    padding: 80px;
    background:#131939;
}
.get-started-sec h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
}
.get-started-sec p {
    color: #fff;
    line-height: 38px;
    font-size: 21px;
}
.get-started .global-btn2 {
    margin: 40px 0px 0px auto;
    font-size: 21px;
    padding: 15px 40px;
}

.events-sec{
    position: relative;
    overflow: hidden;
    transition: 0.6s;
}

.events-sec img {
    height: 300px;
    object-fit: cover;
    object-position: center;
        width: 100%;
        transition: 0.6s;
}

.events-sec:hover img{
    transform: scale(1.2);
}
.events-info {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-top: 20px;
}
.events-info h4 {
    color: #000;
    font-weight: 400;
    font-size: 24px;
}


.events-info p {
    color: #000;
}

.cta{
  background: #0070ad; 
  padding: 50px 0px;
}
    .cta-heading h2{
        color: #fff;
        font-size: 24px;
    } 
    .cta-heading p{
        color: #fff;
    } 

/*Single blog
*/


  .single-post .page-title-banner:before {
    background: #0058ab;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
}
    .single-post .page-title-banner h1 {
    background: inherit;
    width: auto;
    position: relative;
    bottom: 0;
    padding: 100px 40px;
    z-index: 999;
}

  .single-post nav {
    position: relative;
}



.item.similar-post {
    position: relative;
}

.item.similar-post a {
    color: #000;
}
.item.similar-post h5 {
    font-size: 21px;
}
.item.similar-post time {
    font-size: 16px;
}
.item.similar-post img {
    height: 260px;
    object-fit: cover;
    border-radius: 0px;
}

.postcategory:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 50px;
    background: #000;
    left: 0;
    top: 8px;
}
.postcategory {
    font-size: 16px;
    margin-bottom: 10px;
    background: #fff;
    position: relative;
    padding-left: 65px;
}
.blog-section.page .blog-grid-content {
    padding: 30px 0px;
    position: relative;
    top: 0;
    background: #fff;
    margin-left: 0;
}

/*
Latest client stories*/
.latest-client .owl-item {
    padding: 0px 0px 0px 0px;
    background: inherit !important;
    position: relative;
}

.latest-stories {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /* height: 500px !important; */
    padding: 70px 0px;
}
.latest-client .owl-controls {
    bottom: 20px;
    left: 60%;
    transform: translateX(-50%);
}

.latest-client-info {
    max-width: 700px;
    padding: 60px 40px;
}


.latest-client-info h4 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 36px;
}.latest-client-info p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 2px;
    line-height: 26px;
}

.latest-client-info {
    max-width: 35%;
    padding: 60px 40px;
/*    position: absolute;
    bottom: 50px;*/
    background: #ffffff;
    z-index: 99999;
}

.services-solutions {
    margin-bottom: 30px;
}
.services-solutions{
    position: relative;
    overflow: hidden;
        transition: .6s;
}
.services-solutions img{
    transition: .6s;
    height: 300px;
    object-fit: cover;
    object-position: center;
    width: 100%;

}
.services-solutions:hover img{
    transition: .6s;
    transform: scale(1.1);
    
}
.solutions-service {
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 9;
    top: -30px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 20px;
        transition: .6s;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.15);

}
.services-solutions:hover .solutions-service
{
    background: #fbfbfb;
}
.solutions-service h4 a {
    color: #000;
    font-size: 24px;
}

.partners-sec {
    position: relative;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background: #fff;
    margin-bottom: 15px;
    padding-top: 15px;
}
.partners-img {
    height: 110px;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-left: 16px;
    border: 1px solid #e6e6e6;
    width: 40%;
}
.partners-sec img {
    height: auto;
    /* width: 180px; */
    object-fit: cover;
    transition: all 0.4s linear;
    text-align: left;
    /* border: 1px solid #e6e6e6; */
    padding: 15px;
    margin-top: 20px;
}
.partners-info {
    padding: 20px 20px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background: #fff;
}
.partners-info h4 {
    color: #353535;
    font-weight: 600;
    font-size: 21px;
}
.partners-info p {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 2px;
    line-height: 26px;
    height: 90px;
}
.partners-info a
 {
    color: #fff;
    -webkit-transition: all 0.9s linear;
    -moz-transition: all 0.9s linear;
    -o-transition: all 0.9s linear;
    transition: all 0.9s linear;
    display: none;
}
.partners-info a i {
    background: #0070ad;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    -webkit-transition: all 0.9s linear;
    -moz-transition: all 0.9s linear;
    -o-transition: all 0.9s linear;
    transition: all 0.9s linear;
}


.content_page {
    margin-top: 120px;
    margin-bottom: 60px;
}
.content_page h2 {
    font-size: 22px;
    margin-bottom: 5px;
}
.content_page ul {
margin-bottom: 15px;
}
.content_page p {
    margin-bottom: 10px;
}

.career-post {
    border: 1px solid #a4c9ff;
    padding: 20px;
}

    .career-apply {

/*    background: #dee1e8;
*/
    padding: 0px 0px 80px 0px;

}

    .career-post h2{

        color: #fff;

    }



.career-post h3 {

    font-size: 21px;

}



.career-apply .accordion-body {

    opacity: 1;

    transform: inherit;

    transition: all 0.3s ease;

}

.career-apply .accordion-item {
    border: 0px solid rgba(0, 0, 0, .125);
    background: inherit;
    margin-bottom: 10px;

}

.career-apply .accordion-body {

    opacity: 1;

    transform: inherit;

    transition: all 0.3s ease;

        background: #fff;

    border: 0 !important;

    padding: 10px 0px;

}

.career-apply  .accordion-button {

    color: #ffffff;

    background-color: #0b5ed7;

}
.career-form h1 {
    font-weight: 600;
    font-size: 24px;
}
.contact-form.career-form {

    background: #fff;

    padding: 20px;

    border-radius: 5px;

}

.career-apply .accordion-button::after {
    display: none;
}

.career-apply .accordion-button::before {
    font-family: "Font Awesome 6 Free";
    content: "\f067";
    font-weight: 900;
    right: 20px;
    position: absolute;
}
.career-apply .accordion-button:not(.collapsed)::before {
    content: "\f068";
}

.apply-now-btn {
    background: #0b5ed7;
    color: #fff;
    padding: 15px 40px;
    font-weight: 500;
    margin-bottom: 40px;
}

.apply-now-btn:hover {
    border-radius: 100px;
}

.solutions-list {
    padding: 80px 0;
    background: #f3f3f3;
}

.solutions-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solutions-list .heading h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 40px;
}

.solutions_sec .item {
    padding: 10px;
}

.solutions-sec {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(6px);
    padding: 30px;
    transition: 0.3s;
    position: relative;
}

.solutions-sec:hover {
    background: #ffffff;
    transform: translateY(-5px);
}

.solutions-sec h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

.solutions-sec p {
    font-size: 14px;
    color: #555;
        display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 2px;
    line-height: 26px;
    height: 80px;
    margin-bottom: 40px;
}

.solutions-sec a {
    font-size: 14px;
    color: #2a6f85;
    text-decoration: none;
    font-weight: 500;
}

.solutions-sec a i {
    margin-left: 8px;
    transition: 0.3s;
}

.solutions-sec a:hover i {
    transform: translateX(5px);
}

.solutions-list .solutions_sec {
    position: relative;
    left: -120px; 
}

.solutions-img img {
    height: 100%;
    object-fit: cover;
}

.solutions_sec button.owl-next:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
}

.solutions_sec button.owl-prev:after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
}
.solutions_sec .owl-nav{
    text-align: center;
}

.solutions_sec .owl-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc !important;
    border-radius: 50%;
    margin: 0 125px;
    bottom: 0;
    position: relative;
    font-size: 0px !important;
    transform: translateY(10%);
}
.solutions_sec .owl-dots {
    text-align: center;
    margin-top: 0px;
}

.solutions_sec .owl-dots button {
    width: 15px;
    height: 15px;
}

.solutions_sec .owl-dots .owl-dot.active span {
    width: 15px;
    height: 15px;
}

    .who-we-serve p{
margin-bottom: 20px;
    }


    .liquidity-section {
  padding: 80px 0;
  background: #f5f5f5;
}

.liquidity-img img {
  width: 100%;
  border-radius: 5px;
}

/* Content */
.liquidity-content {
  padding-left: 40px;
}

.liquidity-content ul {
  margin-bottom: 20px;
  margin-left: 20px;
}

.liquidity-content ul li {
    margin-bottom: 8px;
    font-size: 16px;
    list-style: disc;
    color: #000;
}
.liquidity-content p {
  margin-bottom: 25px;
  line-height: 1.6;
}

.cta2 .container{
    padding: 100px 50px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;

}


.take_closer_look{
    padding: 50px 0px;
}

.take_closer_look .pl-padding{
    margin-left: -120px;
}

.take_closer {
    background-color: #e9f0f3;
    padding: 30px;
    margin-bottom: 30px;
}
.take_closer h4 {
    font-size: 21px;
}
.take_closer p {
    height: 100px;
}

.take_closer a i {
    vertical-align: middle;
    padding-left: 10px;
    font-size: 15px;
}

.who-we-serve-list{
    background: #101820; 
    padding: 50px
}

.who-we-serve-list ul {
    border-bottom: 1px solid #454444;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 50px;

}.who-we-serve-list li.nav-item button {
    color: #fff;
        position: relative;
}.who-we-serve-list li.nav-item .active {
    background: inherit;
    color: #0070ad;
    border-radius: 0px;

}
.who-we-serve-list li.nav-item .active:after {
    border-bottom: 2px solid #0070ad;
    position: absolute;
    content: "";
    width: 100%;
    bottom: -32px;
    left: 0;
}
.we-serve-content {
    padding: 50px;
}
.we-serve-content h2{
    color: #fff;
}
.we-serve-content p{
    color: #fff;
}

.seven-values{
     background: #0070ad;
    padding: 0px 0px;
    color: #fff;
    margin-bottom: 50px;
}
.seven-values h2{
color: #ffffff;
}

.seven-values p{
color: #ffffff;
font-size: 21px;
width: 70%;
}
.seven-values span{
    font-size: 18px;
    font-style: italic;
}

.values-sec svg {
    background: #0070ad;
    fill: #fff;
    height: 80px;
    padding: 15px;
    width: 80px;
}
.values-sec {
    position: absolute;
}
.our-values{
    position: relative;
}.values-info {
    margin-left: 110px;
    margin-bottom: 50px;
}
.values-info h3 {
    font-size: 24px;
    margin-bottom: 8px;
}


.values-section-content {
    position: relative;
    background: #fbfbfb;
    padding: 20px 30px;
    left: -90px;
}

.values-section-one{
    margin-bottom: 50px;
}

.values-section-two{
    margin-bottom: 50px;
}
.values-section-two .values-section-content {
    left: 0px;
    margin-right: -90px;
}

.myrris-innovation{
    background-position: center; 
    overflow: inherit; 
    padding: 100px 0px
}
ul.footer-link {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}