.container-fluid {
    max-width: 1920px;
}
/*.topnav .menu-icon.open .icon i {*/
/*    background: #16237b;*/
/*}*/


body.menu-opend .nav-scroll .menu-icon.open .icon i{
    color: #fff;
}

.nav-scroll.topnav .menu-icon i {
    background: #fff !important;
}

.itemVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
}
.menu-icon {
    color: #fff;
}
.min-area .img {
    padding: 0 !important;
    position: relative;
    z-index: 3;
}



.imgio {
    border-radius: 22px;
}

.collapse {
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease;
}

.collapse.show {
  height: auto;
}

.career-page.agency {
    margin-bottom: 0px !important;
}

.rounded {
     overflow: hidden;
     border-radius: 20px !important;
}
.rounded-img img {
    border-radius: 20px;
    transition: .5s;
}
.rounded-img img:hover {
     transform: scale(1.1);
     transition: .5s;
}

.nav-scroll .menu-icon.open  {
    color: #fff !important;
}
.topnav .menu-icon.open {
    color: #16237b;
}

.intro-section .item {
    /*background: #fff;*/
    padding: 10px;
}


.nav-scroll .menu-icon.open-menu.hiddenBody.open .icon i {
    background: #fff;
}

.topnav path{
    transition-delay: 0.6s
}

.topnav .logo {
    width: 200px;
}

.topnav .menu-icon .text {
    width: 52px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 5px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    /* width: 140%; */
}
.home-page-title .sub-title {
    padding-left: 0px;
}
.hm-about .container-fluid {
    padding-left : 0px;
}
.hm-about-img {
    overflow: hidden;
}

.about-pattern, .hm-about.about-pattern {
  position: relative;
  min-height: 90vh;
  padding-top: 50px;
}
.hm-about.about-pattern::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; 
  height: 60%;
  background: url(/media/d3lbokp4/pattern-02.svg) no-repeat;
  /*filter: grayscale(100%);*/
  opacity: 0.7;
}
.about-pattern::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; 
  height: 50%;
  background: url(/media/d3lbokp4/pattern-02.svg) no-repeat;
  /*filter: grayscale(100%);*/
  opacity: 0.7;
}

.about-pattern-right {
  position: relative;
}
.about-pattern-right::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -830px;
  width: 100%; 
  height: 75%;
  background: url(/media/wivocj41/pattern-02-right.svg) no-repeat;
  /*filter: grayscale(100%);*/
  opacity: 0.7;
}



.about-pattern img {
    transition: .5s ease-in-out;
    border-radius: 20px;
}

.about-pattern img:hover {
    transform: scale(1.1);
    border-radius: 20px;
    transition: .5s ease;
}


.about .about-pattern {
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog .content .cont h4 {
    font-weight: bold;
}
.hm-about.agency {
    margin-bottom: 0 !important;
}
.hm-about {
    padding: 120px 0px;
}
.home-page-title h6.sub-title.wow.animated.words.chars.splitting:after, .home-page-title h6.sub-title:before{
    width: 0px;
}
.home-page-title .sub-title:after {
    width: 0;
}

.agency h6.sub-title.wow.animated.words.chars.splitting:after, .agency h6.sub-title:before{
    width: 0px;
}

.agency .content ul li {
    font-size: 18px;
}
.swiper-button-next, .swiper-button-prev {
    display: none;
}

.btn-curve:after {
    transition: all 0.3s cubic-bezier(1, 0, 0.55, 1);
}
.work-carousel .content  {
    overflow: hidden;
    border-radius: 20px;
}

/* home page carousel drag*/
.drag-carousel {
    position: relative;
    margin: 20px 0;
    cursor: none;
}
.drag-carousel a {
    cursor: none;
}

.custom-cursor {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid black;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    pointer-events: none !important;
    transition: transform 0.2s ease;
    transform: scale(0);
    background-color: rgba(255, 255, 255, 0.7); /* Semi-transparent background */
    backdrop-filter: blur(5px);
    z-index: 1000;
}

.custom-cursor span {
    font-size: 14px;
    color: #000;
}

.drag-carousel.hovered .custom-cursor {
    transform: scale(1);
}



.work-carousel .content .img:hover {
    transform: scale(1.1);
}


.home-page-title .section-head {
    text-align: left;
}

.section-head {
    text-align: left;
    margin-bottom: 40px;
}


section.five.section-padding .items {
    background: #f8f8f8;
    color: #a7a9ac;
    margin: 0 5px;
    padding: 15px 20px;
    border-radius: 20px;
    border: 3px solid #ddd;
    height: 100%;
}

.items h5 {
    font-weight: 700;
    line-height: 1.5;
    color: #000;
}

.values-bg {
    background: whitesmoke;
}

.contact-info .social{
    /*color: gray;*/
    /*background: gray;*/
    margin-left: 5px;
}

.contact-info path {
    fill: #004393;
    stroke: #0a2266 !important;
}

.hero-image {
    background: #092266;
    height: 400px;
    width: 100%;
}
.hero-image img {
    height: 100%;
    object-fit: cover;
}

span.imgio img {
    height: 100%;
    border-radius: 20px;
}

section.hero-image .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
}

section.hero-image:before {
    content: "";
    background: rgba(9, 34, 102, .7);
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    opacity: 1;
}

.intro-section .item h6 {
    font-size: 17px;
    font-weight: 700;
    /*letter-spacing: 4px;*/
    text-transform: uppercase;
    margin-bottom: 10px;
}



.strategies .icon {
    width: 100px;
    margin-bottom: 15px;
}

.agency .img .icon {
    width: 100px;
    height: 100px;
    line-height: 135px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    bottom: 20%;
    left: 40%;
    z-index: 3;
    display: none;
}
.about-section {
   position: relative;
   left: -15px;
}

.about-section h2 {
    position: absolute;
    left: 50%;
    top: 30px;
    font-size: 50px;
    font-weight: bold;
}

.about-section img {
    width: 85%;
}
.topnav {
    top: 0!important;
}
.about .video-wrapper .img {
    height: 100%;
}
.agency {
    margin-bottom: 80px !important;
}
.agency .img .imgone {
    width: 100%;
    position: relative;
    bottom: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
     border: 0px solid #fff; 
     -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1); 
    /* box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
}
.agency .img .imgone img {
    width: 100%;
    transition: .5s ease-in-out;
}

.agency .img .imgone img:hover {
    transform: scale(1.1);
    transition: .5s ease;
}

.agency .img .imgtwo {
    width: 55%;
    position: absolute;
    right: 0;
    border-radius: 4px;
    border: 5px solid #fff;
    -webkit-box-shadow: -15px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: -15px 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    z-index: 2;
    display: none;
}

.blog .content {
    width: 100%;
    padding: 0;
}
.strategies .icon {
    width: 26%;
    max-height: 130px;
    margin-bottom: 15px;
}

.agency .img {
   padding: 0;
}

.card h6 {
    display: flex;
    align-items: center;
}

.pattern {
    width: 0;
    height: 0;
}
.img.min-width {
    overflow: hidden;
    height: 100%;
    border-radius: 0px;
}

.img.min-width img {
    width: 100%;
    /*overflow: hidden;*/
    transition: .5s ease-in-out;
    /*height: 100%;*/
    /*border-radius: 20px;*/
}

.img.min-width img:hover {
    width: 100%;
    transform: scale(1.1);
    transition: .5s ease;
    border-radius: 20px;
}
.col-lg-6.img {
    padding: 0;
}

/*.valign .content {*/
/*    padding-left: 40px;*/
/*}*/

.card-section h3{
    font-weight: 700;
    font-size: 60px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #000;
}



.card-info {
    display: flex;
    justify-content: center;
    flex-direction: column;

    color: #a7a9ac;
    height: 100%;
}
.card-details h2 {
    margin: 15px 0;
}

.card-icon {
    border-radius: 50%;
    color: #fff;
    margin: 50px 0px 30px 0;
    margin-bottom: 30px;
    width: 42%;
}

.card-icon img  {
    width: 70%;
    height: auto;
}

/* investments page */

.card .btn-link span {
    font-size: 17px;
    color: #000;
}

.card .btn-link svg path {
    fill: #BF9D2D;
}

.min-area .content .feat li h6 .num-spn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.contact-title h2 {
    font-weight: bold;
    color: #000;
    font-size : 60px;
    margin-bottom: 10px;
}
.contact-title h4 {
    color: #000;
}
footer.footer.fixed section.call-action.section-padding.bg-gray {
    padding: 37px 0;
}

.footer h6 {
    font-size: 22px;
}

footer .contact-info svg {
    height: 25px;
}

footer .contact-info svg:nth-child(2) {
    height: 25px;
    margin-left: 15px;
}

.contact-info p {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (max-width: 1200px) {
    .about-section img {
    width: 100%;
    }
    .hamenu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #ebebeb;
        padding: 130px 30px 30px;
        overflow-y: scroll;
        z-index: 9999;
        -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
        -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
        transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
        overflow: auto;
    }
    .agency .img .imgone {
        width: 100%;
        margin-bottom: 40px;
    }
       .card button.btn.btn-link {
        width: 100%;
        white-space: unset;
        text-align: left;
        align-items: center;
    }
    .about-pattern::before,.hm-about.about-pattern::before {
        background: none;
    }
    .blog .content {
        width: 100%;
        padding: 40px 0px;
    }
}

@media screen and (max-width: 700px) {
    .valign .content {
    padding-left: 0px;
}
.itemVideo {
    width: auto;
    height: 100%;
    object-fit: cover;
}   

.about-section h2 {
    position: absolute;
    left: 43%;
    top: 40px;
    font-size: 50px;
    font-weight: bold;
}
.about-pattern {
  position: relative;
}
.about-pattern::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; 
  height: 75%;
  background: none;
  opacity: 0.7;
}
.video-wrapper.agency .img .imgone {
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
    }
.blog .row .no-padding {
    margin-bottom: 30px;
}
.blog .imgio {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

    .about-padding {
        padding: 100px 10px;
    }
    .mobile.about-padding {
        padding: 0px 10px;
    }
    
    .contact-title h2 {
      font-size: 34px;
    }
}

@media screen and (max-width: 500px) {

    .topnav .menu-icon .text:after {
    content: "close";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 8px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    }
    .blog .controls {
        width: 80px;
        height: 80px;
        line-height: 80px;
        top: calc(100% - 130px);
        left: calc(50% - 40px);
    }
    .about-section img {
    width: 100%;
}   
.five.about.section-padding .items {
    background: #f8f8f8 !important;
    color: #a7a9ac !important;
    margin: 0 25px !important;
    padding: 15px 20px;
    border-radius: 20px;
    border: 3px solid #ddd;
}

}

@media (max-width: 320px) {
   .links .mr-4, .links .mx-4 {
    width: 47%;
    margin-right: 0rem!important;
    text-align: left;
    padding: 0;
}
    
    .section-padding {
        padding: 10px 0 !important;
    }
    
    .topnav .menu-icon .text{
        font-size: 13px;
    }
    .valign .content {
    padding-left: 0px;
}
}





