:root {
    --colorYellow: #ffd504;
    --colorWhite: #ffffff;
    --colorBlack: #151d2a;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Sora", sans-serif;
}
input,
select,
button {
    outline: none;
    box-shadow: none;
}
input:focus,
select:focus,
button:focus {
    outline: none;
    box-shadow: none !important;
}
.form-control:focus {
    border-color: transparent;
    box-shadow: none;
}
a {
    text-decoration: none;
}
a:hover {
    transition: all 0.4s ease-in-out;
}
strong {
    font-weight: 800;
}
.gx-5 {
    --bs-gutter-x: 72px;
}
.thm-btn {
    font-size: 14px;
    font-weight: 500;
    color: var(--colorBlack);
    text-align: center;
    background-color: var(--colorYellow);
    padding: 14px 30px;
    border: none;
    border-radius: 50px;
    display: inline-block;
}
.thm-btn:hover {
    color: var(--colorBlack);
    background-color: var(--colorWhite);
    transition: all 0.4s ease-in-out;
}
.thm-btn-1 {
    font-size: 14px;
    font-weight: 500;
    color: var(--colorBlack);
    background-color: var(--colorWhite);
    padding: 7px 8px 7px 30px;
    border: none;
    border-radius: 40px;
    display: inline-block;
}
.thm-btn-1:hover {
    color: var(--colorWhite);
    background-color: var(--colorBlack);
}
.thm-btn-1 i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: var(--colorBlack);
    border-radius: 50%;
    font-size: 14px;
    color: var(--colorWhite);
    text-align: center;
    margin-left: 20px;
    display: inline-block;
    transform: rotate(-45deg);
    transition: all 0.5s linear;
}
.thm-btn-1:hover i {
    color: var(--colorBlack);
    background-color: var(--colorWhite);
}


/*-- Start Header --*/
.header {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 10px 48px;
    transition: all 0.6s ease-in-out;
}
.header-sticky.is-sticky {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 48px;
    background: linear-gradient(34deg, #151d2a 0%, #25344d 100%);
    box-shadow: 0 0 10px var(--colorBlack);
}
.header .navbar {
    width: 100%;
}
.header .navbar .navbar-brand img {
    max-height: 70px;
}
.header .navbar-expand-xl .navbar-nav {
    align-items: center;
}
.header .navbar-expand-xl .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: var(--colorWhite);
    padding: 24px 30px;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.header .navbar-expand-xl .navbar-nav .nav-link:hover::before,
.header .navbar-expand-xl .navbar-nav .nav-link.active::before,
.header .navbar-expand-xl .navbar-nav .nav-item.dropdown:hover .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 13px;
    width: calc(100% - 60px);
    height: 2px;
    margin: 0 auto;
    background-color: var(--colorYellow);
    transition: all 0.4s ease-in-out;
}
.header .navbar-expand-xl .navbar-nav .nav-item .nav-link:hover {
    color: var(--colorYellow);
}
.header .navbar-expand-xl .navbar-nav .nav-item .nav-link.active {
    color: var(--colorYellow);
}
.header .thm-btn {
    margin-left: 30px;
    white-space: nowrap;
}
.header .navbar-toggler {
    border: none;
    border-radius: 0;
    font-size: 28px;
    color: var(--colorWhite);
    padding: 0;
}
.header button[aria-expanded="true"] .fa-bars:before {
    content: "\f00d";
}
.header .dropdown-toggle {
    white-space: wrap;
}
.header .dropdown-toggle.show .dropdown-menu.show {
    margin-top: 0;
}
.header .dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 18px 0;
    margin-top: 0;
    margin-left: 58px;
    z-index: 1;
    width: max-content;
}
.header .dropdown-menu::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #000000;
    opacity: 0.4;
    clear: both;
}
.header .dropdown-menu::after {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    width: 40px;
    height: 100%;
    margin: 0 auto;
    border-top: 2px solid var(--colorYellow);
    border-left: 2px solid var(--colorYellow);
    clear: both;
}
.header .dropdown-item {
    font-size: 14px;
    color: var(--colorWhite);
    position: relative;
    z-index: 1;
    padding: 10px 28px;
    white-space: normal;
}
.header .dropdown-item:hover,
.header .dropdown-item.active, 
.header .dropdown-item:active {
    color: var(--colorYellow);
    background-color: transparent;
}
.header .navbar-expand-lg .navbar-nav .dropdown:hover .nav-link {
    color: var(--colorYellow);
}
.header .navbar-expand-xl .navbar-nav .nav-item.dropdown:hover .nav-link {
    color: var(--colorYellow);
}
/*-- End Header --*/
/*-- Start --*/
.main-slider {
    position: relative;
}
.main-slider .owl-carousel .owl-item img {
    width: auto;
    margin: 0;
}
.main-slider .owl-carousel .item .slide-bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    display: flex;
    align-items: center;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-slider .owl-carousel .item .slide-bg::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--colorBlack);
    opacity: 0.6;
}
.main-slider .home-slide-cnt {
    position: relative;
    padding: 200px 80px;
}
.main-slider .home-slide-cnt h1 {
    font-size: 45px;
    font-weight: 600;
    color: var(--colorWhite);
    margin-bottom: 0;
}
.main-slider .home-slide-cnt h1 span {
    color: var(--colorYellow);
}
.main-slider .owl-item.active .home-slide-cnt h1 {
    -webkit-animation: 1s .6s fadeIn both;
    animation: 1s .6s fadeIn both;
}
.main-slider .owl-theme .owl-dots {
    position: absolute;
    right: 80px;
    bottom: 40px;
    display: flex;
    align-items: center;
}
.main-slider .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background-color: var(--colorWhite);
    transition: all 0.4s ease-in-out;
}
.main-slider .owl-theme .owl-dots .owl-dot.active span {
    width: 14px;
    height: 14px;
    background-color: var(--colorYellow);
}
.main-slider .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--colorYellow);
}
.main-slider .video-overlay::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--colorBlack);
    opacity: 0.4;
}
.main-slider .video-text-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 200px 80px;
    display: flex;
    align-items: center;
    height: 100%;
}
.main-slider .video-text-white {
    margin-bottom: 30px;
}
.main-slider .video-text-white h1,
.main-slider .video-text-yellow h1 {
    font-size: 45px;
    font-weight: 600;
    color: var(--colorWhite);
    margin-bottom: 0;
}
.main-slider .video-text-yellow h1 {
    color: var(--colorYellow);
}
/*-- End --*/
/*-- Start --*/
.home-about-us {
    padding: 100px 12px;
}
.home-about-us .sec-heading h2 {
    font-size: 34px;
    font-weight: 600;
    color: var(--colorBlack);
    margin-bottom: 40px;
}
.home-about-us .sec-heading h2 span {
    color: var(--colorYellow);
}
.home-about-us .sec-heading h2 span.fw-normal {
    color: var(--colorBlack);
}
.home-about-us-cnt h6 {
    font-size: 24px;
    font-weight: 600;
    color: var(--colorBlack);
    line-height: 48px;
    margin-bottom: 0;
}
.home-about-us-cnt p {
    font-size: 18px;
    font-weight: 600;
    color: var(--colorBlack);
    line-height: 40px;
    margin-bottom: 20px;
}
.home-about-us-cnt p:last-child {
    margin-bottom: 0;
}
.home-about-us-cnt ul {
    padding-left: 20px;
    margin-bottom: 0;
}
.home-about-us-cnt ul li {
    font-size: 18px;
    font-weight: 600;
    color: var(--colorBlack);
    line-height: 40px;
}
/*-- End --*/
/*-- Start --*/
.home-about-img {
    padding-bottom: 100px;
}
.home-about-img-list {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(322px, 1fr));
    grid-auto-rows: 0px;
}
.home-about-img-list div:nth-child(1) {
    grid-row-end: span 18;
}
.home-about-img-list div:nth-child(2) {
    grid-row-end: span 16;
}
.home-about-img-list div:nth-child(3) {
    grid-row-end: span 20;
}
.home-about-img-list div:nth-child(4) {
    grid-row-end: span 18;
}
.home-about-img-list div:nth-child(5) {
    grid-row-end: span 16;
}
.home-about-img-list div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}
/*-- End --*/
/*-- Start --*/
.right-moments {
    padding: 100px 12px;
    background: linear-gradient(34deg, #151d2a 0%, #25344d 100%);
    border-radius: 30px;
    margin: 0 30px 100px;
}
.right-moments .sec-heading {
    margin-bottom: 100px;
}
.right-moments .sec-heading h2 {
    font-size: 34px;
    font-weight: 600;
    color: var(--colorWhite);
    margin-bottom: 32px;
}
.right-moments .sec-heading p {
    font-size: 18px;
    font-weight: 400;
    color: var(--colorWhite);
    line-height: 36px;
    margin-bottom: 0;
    width: 32%;
}
.right-moments-heading {
    display: flex;
    align-items: start;
    column-gap: 50px;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    padding: 30px 0;
}
.right-moments-item:first-child {
    border-top: 1px solid rgb(255 255 255 / 15%);
}
.right-moments-item.active .right-moments-heading {
    border-bottom: 0;
}
.right-moments-icon {
    width: 100px;
}
.right-moments-icon img {
    max-height: 70px;
}
.right-moments-title,
.right-moments-heading-cnt {
    width: 578px;
}
.right-moments-title h4 {
    font-size: 22px;
    font-weight: 600;
    color: var(--colorWhite);
    line-height: 40px;
    margin-bottom: 0;
}
.right-moments-title h6 {
    font-size: 13px;
    font-weight: 600;
    color: var(--colorWhite);
    line-height: 30px;
    margin-bottom: 0;
}
.right-moments-heading-cnt p {
    font-size: 13px;
    font-weight: 400;
    color: var(--colorWhite);
    line-height: 30px;
    margin-bottom: 0;
}
.right-moments-heading .thm-btn {
    font-size: 20px;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 54px;
}
.right-moments-heading .thm-btn i {
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}
.right-moments-heading .thm-btn:hover i {
    transform: rotate(45deg);
}
.right-moments-item.active .right-moments-heading .thm-btn {
    background-color: var(--colorWhite);
}
.right-moments-item.active .right-moments-heading .thm-btn i {
    transform: rotate(45deg);
}
.right-moments-bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px;
    border-radius: 30px;
}
.right-moments-box-cnt {
    max-width: 350px;
    background-color: var(--colorYellow);
    border-radius: 20px;
    padding: 30px;
}
.right-moments-box-cnt h5 {
    font-size: 22px;
    font-weight: 600;
    color: var(--colorBlack);
    margin-bottom: 16px;
}
.right-moments-box-cnt p {
    font-size: 13px;
    font-weight: 400;
    color: var(--colorBlack);
    line-height: 26px;
    margin-bottom: 16px;
}
/*-- End --*/
/*-- Start --*/
.home-projects {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 12px;
    min-height: 84vh;
    display: flex;
    align-items: end;
}
/* .home-projects::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(21 29 42 / 70%) 0%, rgb(255 255 255 / 0%) 100%);
    border-radius: 30px;
} */
.home-projects-cnt {
    position: relative;
    font-size: 56px;
    font-weight: 600;
    color: var(--colorWhite);
    line-height: normal;
}
.home-projects-cnt-box {
    max-width: 70%;
    margin-bottom: 30px;
}
.home-projects-cnt-first div {
    position: unset !important;
    display: inline !important;
}
.split-text span div {
    position: unset !important;
    display: inline !important;
}
/*-- End --*/
/*-- Start --*/
.fragmentation {
    padding: 100px 12px;
}
.fragmentation h2 {
    font-size: 34px;
    font-weight: 600;
    color: var(--colorBlack);
    margin-bottom: 40px;
}
.fragmentation p {
    font-size: 18px;
    font-weight: 400;
    color: var(--colorBlack);
    line-height: 36px;
    margin-bottom: 0;
}
/*-- End --*/
/*-- Start --*/
.video-box iframe {
    border-radius: 30px;
}
/*-- End --*/
/*-- Start --*/
.client-logo {
    padding: 100px 0 0;
}
.client-logo ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*-- End --*/
/*-- Start --*/
.testimonial {
    padding: 100px 12px;
}
.testimonial .sec-heading h2 {
    font-size: 34px;
    font-weight: 600;
    color: var(--colorBlack);
    margin-bottom: 40px;
}
.testimonial-slider.owl-carousel .owl-item .testimonial-cnt img {
    width: 50px;
}
.testimonial-cnt p {
    font-size: 18px;
    font-weight: 300;
    color: var(--colorBlack);
    line-height: 36px;
    margin: 13px 20px 0;
}
.testimonial-cnt h6 {
    font-size: 24px;
    font-weight: 600;
    color: var(--colorBlack);
    margin: 24px 0 8px 70px;
}
.testimonial-cnt span {
    font-size: 16px;
    font-weight: 400;
    color: #404040;
    line-height: 32px;
    margin: 0 0 0 70px;
}
.testimonial .owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background-color: var(--colorBlack);
    transition: all 0.4s ease-in-out;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span {
    width: 14px;
    height: 14px;
    background-color: var(--colorYellow);
}
.testimonial .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--colorYellow);
}
/*-- End --*/
/*-- Start --*/
.page-banner {
    position: relative;
    z-index: 1;
    padding: 160px 0 0;
}
.page-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(34deg, #151d2a 0%, #25344d 100%);
}
.page-heading {
    position: relative;
    margin-top: 40px;
    margin-bottom: 160px;
}
.page-heading h1 {
    font-size: 45px;
    font-weight: 600;
    color: var(--colorWhite);
    margin-bottom: 30px;
}
.page-heading h1 span {
    color: var(--colorYellow);
}
.page-heading p {
    font-size: 18px;
    color: var(--colorWhite);
    line-height: 36px;
    margin-bottom: 0;
}
.page-banner .slide-bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 39.8% 50%;
    display: flex;
    align-items: center;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}
.page-video iframe {
    border-radius: 30px;
}
/*-- End --*/
/*-- Start Case Studies --*/
.insights {
    padding: 0 0 100px;
}
#insights-filter .mix {
    display: none;
}
.insights .filters {
    margin-top: -78px;
    position: relative;
    z-index: 1;
}
.insights .filters button {
    position: relative;
    background-color: transparent;
    border: none;
    font-size: 22px;
    font-weight: 600;
    color: var(--colorBlack);
    padding: 0 12px;
    transition: all 0.4s ease-in-out;
}
.insights .filters button:hover {
    color: var(--colorYellow);
}
.insights .filters button.filter.active {
    text-decoration: underline;
}
.insights .filters button::after {
    content: "";
    position: absolute;
    top: 6px;
    right: -3px;
    width: 3px;
    height: 20px;
    background-color: var(--colorBlack);
}
.insights .filters button:last-child::after {
    display: none;
}
/* #insights-filter {
    margin-top: 76px;
} */
#insights-results {
    margin-top: 76px;
}
.insights-box {
    position: relative;
    overflow: hidden;
}
.insights-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    background-color: rgb(21 29 42 / 0%);
    transition: background-color 0.4s ease-in-out;
}
.insights-box:hover::before {
    background-color: rgb(21 29 42 / 50%);
}
.insights-box-img img {
    width: 100%;
    height: 451px;
    object-fit: cover;
    border-radius: 30px;
}
.insights-box-link {
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 30px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s ease;
}
.insights-box:hover .insights-box-link {
    opacity: 1;
    transform: translateY(0);
}
.insights-box-link .thm-btn {
    font-size: 20px;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 54px;
}
.insights-box-link .thm-btn i {
    transform: rotate(-45deg);
    transition: transform 0.3s ease-in-out;
}
.insights-box-link .thm-btn:hover i {
    transform: rotate(45deg);
}
.insights-box-cnt {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
    transition: all 0.6s ease-in-out;
}
.insights-box:hover .insights-box-cnt {
    top: auto;
    bottom: 0;
}
.insights-box-cnt h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--colorWhite);
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    margin-bottom: 0;
    transition: margin 0.5s ease-in-out;
}
.insights-box:hover h3 {
    margin-bottom: 16px;
}
.insights-box-cnt p {
    font-size: 16px;
    color: #ebebeb;
    line-height: 32px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    opacity: 0;
    transform: translateY(10px);
}
.insights-box:hover p {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease-in;
}
.insights-box-cnt .thm-btn {
    opacity: 0;
    transform: translateY(10px);
}
.insights-box:hover .thm-btn {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease-in;
}
.founders {
    padding: 100px 0;
    background-color: #f4f8ff;
}
.founders-cnt h2 {
    font-size: 34px;
    font-weight: 600;
    color: var(--colorBlack);
    margin-bottom: 40px;
}
.founders-cnt p {
    font-size: 18px;
    font-weight: 300;
    color: var(--colorBlack);
    line-height: 36px;
    margin-bottom: 16px;
}
.founders-cnt ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.founders-cnt ul li {
    font-size: 18px;
    font-weight: 400;
    color: var(--colorBlack);
    line-height: 36px;
}
.founders-cnt ul li a {
    font-size: 14px;
    color: var(--colorBlack);
    display: block;
}
.founders-cnt .thm-btn {
    margin-top: 24px;
}
.founders-cnt .thm-btn:hover {
    color: var(--colorWhite);
    background-color: var(--colorBlack);
}
.about-us .founders {
    padding-bottom: 0;
}
.about-us .founders-cnt {
    margin-bottom: 100px;
}
.about-us .founders-cnt p {
    font-weight: 400;
}
.about-us .founders-cnt ul li {
    display: flex;
    align-items: center;
}
.about-us .founders-profile {
    margin-right: 16px;
}
.about-us .founders-profile img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}
.about-us .founders-img img {
    border-radius: 30px;
}
/*-- End Case Studies --*/
/* Start Paginatio */
.pagination {
    display: inline-flex;
    gap: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.pagination .page-link {
    border: none;
    background: transparent;
    font-size: 22px;
    font-weight: 600;
    color: #727d8e;
    cursor: pointer;
}
.pagination .page-item {
    display: flex;
    align-items: end;
    font-size: 22px;
    font-weight: 600;
    color: #727d8e;
}
.pagination .active .page-link {
    color: var(--colorBlack);
    text-decoration: underline;
}
/* End Pagination */
/*-- Start --*/
.insights-detail-main {
    position: relative;
    z-index: 1;
    padding: 160px 0 100px;
    background: linear-gradient(34deg, #151d2a 0%, #25344d 100%);
}
.insights-detail {
    position: sticky;
    top: 160px;
}
.insights-detail h2 {
    font-size: 34px;
    font-weight: 600;
    color: var(--colorWhite);
    margin-bottom: 40px;
}
.insights-detail h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--colorWhite);
    margin-bottom: 16px;
}
.insights-detail p {
    font-size: 16px;
    font-weight: 300;
    color: var(--colorWhite);
    line-height: 32px;
    margin-bottom: 20px;
}
.insights-detail ul {
    padding-left: 20px;
}
.insights-detail ul li {
    font-size: 16px;
    font-weight: 300;
    color: var(--colorWhite);
    line-height: 32px;
}
.insights-detail-img img:first-child {
    border-radius: 30px 30px 0 0;
}
.insights-detail-img img:last-child {
    border-radius: 0 0 30px 30px;
}
.case-studies {
    padding: 100px 0;
}
.case-studies .sec-heading {
    margin-bottom: 50px;
}
.case-studies .sec-heading h2 {
    font-size: 34px;
    font-weight: 600;
    color: var(--colorBlack);
    margin-bottom: 20px;
}
.case-studies .sec-heading p {
    font-size: 16px;
    font-weight: 300;
    color: var(--colorBlack);
    line-height: 32px;
    margin-bottom: 0;
}
.case-studies .insights-box::before {
    background-color: rgb(21 29 42 / 50%);
}
.case-studies .insights-box .insights-box-link {
    opacity: 1;
    transform: translateY(0);
}
.case-studies .insights-box .thm-btn {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease-in;
}
.case-studies .insights-box-img img {
    height: 606px;
}
.case-studies .insights-box .insights-box-cnt {
    top: auto;
    bottom: 0;
}
.case-studies .insights-box h3 {
    margin-bottom: 16px;
}
.case-studies .insights-box p {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease-in;
}
.case-studies-list-box {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.case-studies-list-box img {
    min-width: 300px;
    height: 186px;
    object-fit: cover;
    border-radius: 20px;
}
.case-studies-list-cnt {
    margin-left: 24px;
}
.case-studies-list-cnt h5 {
    font-size: 22px;
    font-weight: 600;
    color: var(--colorBlack);
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    margin-bottom: 10px;
}
.case-studies-list-cnt p {
    font-size: 15px;
    font-weight: 300;
    color: var(--colorBlack);
    line-height: 26px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}
/*-- End --*/
/*-- Start Contact --*/
.page-contact a {
    font-size: 22px;
    font-weight: 400;
    color: var(--colorWhite);
    display: block;
    margin-bottom: 30px;
}
.page-contact a:hover {
    color: var(--colorYellow);
}
.page-contact p {
    font-size: 14px;
    font-weight: 400;
    color: var(--colorWhite);
    line-height: 26px;
    margin-bottom: 0;
}
.contact-form {
    position: relative;
    background-color: var(--colorWhite);
    border-radius: 30px;
    padding: 40px;
}
.contact-form h5 {
    font-size: 22px;
    font-weight: 400;
    color: var(--colorBlack);
    line-height: 32px;
    margin-bottom: 24px;
}
.contact-form label {
    font-size: 14px;
    font-weight: 600;
    color: var(--colorBlack);
    text-align: right;
    min-width: 46px;
    margin-top: 8px;
}
.contact-form .mw label {
    min-width: 55px;
}
.contact-form .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid var(--colorBlack);
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--colorBlack);
    margin-left: 16px;
}
.contact-form .form-control:focus {
    border-color: var(--colorYellow);
}
.contact-form textarea.form-control {
    border: 2px solid var(--colorBlack);
    border-radius: 5px;
    margin-left: 0;
    padding: 12px;
}
.contact-form .form-check {
    float: right;
    padding-left: 0;
    padding-right: 1.5em;
    margin-bottom: 0px;
}
.contact-form .form-check label {
    width: 100%;
    margin-top: 0;
    margin-right: 8px;
    display: unset;
}
.contact-form .form-check .form-check-input {
    float: right;
    margin-right: -24px;
}
.contact-form .form-check-input {
    width: 24px;
    height: 24px;
    background-color: #f9f9f9;
    border-color: var(--colorBlack);
    margin-top: 0;
}
.contact-form .form-check-input:focus {
    border-color: var(--colorYellow);
    box-shadow: none;
}
.contact-form .form-check-input:checked {
    background-color: var(--colorYellow);
    border-color: var(--colorYellow);
}
.contact-form .form-check-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--colorBlack);
    cursor: pointer;
    width: 100%;
    text-align: left;
}
.contact-form .form-check-input[type=checkbox] {
    border-radius: 0;
}
.contact-form .thm-btn:hover {
    color: var(--colorWhite);
    background-color: var(--colorBlack);
}
.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-left: 16px;
}
.contact-map {
    margin-top: -164px;
}
.contact-map iframe {
    width: 100%;
    min-height: 600px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
/*-- End Contact --*/
/*-- Start Our Solutions ---*/
.our-solutions {
    margin: 0 18px;
}
.our-solutions .container-fluid {
    max-width: 1920px;
}
.our-solutions-box {
    position: relative;
    background-color: var(--colorBlack);
    border-radius: 30px;
    padding: 100px 180px 180px;
    margin-bottom: 100px;
}
.our-solutions-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/dots.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-solutions-box::after {
    content: "";
    position: absolute;
    bottom: 90px;
    right: 0;
    width: calc(100% - 180px);
    height: 1px;
    background-color: rgb(255 255 255 / 20%);
}
.our-solutions-box-cnt {
    position: relative;
    z-index: 1;
}
.our-solutions-box-cnt h2 {
    font-size: 34px;
    font-weight: 600;
    color: var(--colorWhite);
    margin-bottom: 30px;
}
.our-solutions-box-cnt h2 span {
    color: var(--colorYellow);
}
.our-solutions-box-cnt h2:nth-of-type(2) {
    margin-top: 50px;
}
.our-solutions-box-cnt h6 {
    font-size: 18px;
    font-weight: 600;
    color: var(--colorWhite);
    line-height: 40px;
    margin-bottom: 0;
}
.our-solutions-box-cnt p {
    font-size: 18px;
    font-weight: 400;
    color: var(--colorWhite);
    line-height: 40px;
    margin-bottom: 16px;
}
.our-solutions-box-cnt p:last-child {
    margin-bottom: 0;
}
.our-solutions-box-cnt ul {
    padding-left: 20px;
    margin-bottom: 0;
}
.our-solutions-box-cnt ul li {
    font-size: 18px;
    font-weight: 400;
    color: var(--colorWhite);
    line-height: 40px;
}
.our-solutions-box-cnt .thm-btn {
    margin-top: 24px;
}
.right-top-circle-yellow {
    width: 287px;
    height: 287px;
    background-color: var(--colorYellow);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: -6%;
    right: -5%;
    animation: zoom-in-zoom-out 4s ease-out infinite;
}
.right-btm-circle-yellow {
    width: 287px;
    height: 287px;
    background-color: var(--colorYellow);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    right: -5%;
    bottom: -6%;
    animation: zoom-in-zoom-out 4s ease-out infinite;
}
.left-top-circle-yellow {
    width: 287px;
    height: 287px;
    background-color: var(--colorYellow);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: -6%;
    left: -5%;
    animation: zoom-in-zoom-out 4s ease-out infinite;
}
.our-solutions-box.left-solutions {
    padding: 100px 180px 180px 325px;
}
.our-solutions-box.left-solutions::after {
    width: calc(100% - 325px);
}
.left-top-img img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: -225px;
    width: 450px;
    height: 450px;
    object-fit: cover;
    border-radius: 50%;
    display: none;
}
.our-solutions-box.right-solutions {
    padding: 100px 325px 180px 180px;
}
.right-top-img img {
    position: absolute;
    z-index: 0;
    top: 0;
    right: -225px;
    width: 450px;
    height: 450px;
    object-fit: cover;
    border-radius: 50%;
    display: none;
}
.our-solutions-box.left-solutions .left-top-img img,
.our-solutions-box.right-solutions .right-top-img img {
    display: block;
}
/* .our-solutions-box.left-solutions .left-top-circle-yellow,
.our-solutions-box.right-solutions .right-top-circle-yellow,
.our-solutions-box.right-solutions .right-btm-circle-yellow {
    display: none;
} */
.our-solutions .justify-content-end {
    margin-top: 115px;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1.1, 1.1);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1.1, 1.1);
    }
}
/*-- End Our Solutions --*/
/*-- Start --*/
.want-to-connect {
    background: linear-gradient(34deg, #151d2a 0%, #25344d 100%);
    padding: 50px 0;
}
.want-to-connect h2 {
    font-size: 34px;
    font-weight: 600;
    color: var(--colorWhite);
    margin-bottom: 0;
}
.want-to-connect p {
    font-size: 18px;
    font-weight: 400;
    color: var(--colorWhite);
    line-height: 40px;
    margin-bottom: 19px;
}
/*-- End --*/
/*-- Start Footer --*/
.footer {
    background: linear-gradient(34deg, #151d2a 0%, #25344d 100%);
    border-radius: 30px;
    padding: 100px 0 0;
    margin: 0 30px 30px;
}
.lets-talk-title {
    font-size: 45px;
    font-weight: bold;
    color: var(--colorWhite);
    line-height: 55px;
    margin-bottom: 30px;
}
.footer-box {
    border-top: 1px solid rgb(255 255 255 / 15%);
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    padding: 50px 0;
    margin-top: 100px;
}
.footer-logo img {
    max-height: 70px;
}
.footer-contact p {
    margin-bottom: 0;
}
.footer-contact .footer-email a {
    font-size: 22px;
    font-weight: 400;
    color: var(--colorWhite);
    display: block;
    margin-bottom: 30px;
}
.footer-contact .footer-call a {
    font-size: 28px;
    font-weight: 500;
    color: var(--colorWhite);
}
.footer-contact .footer-email a:hover,
.footer-contact .footer-call a:hover {
    color: var(--colorYellow);
}
.footer-address p {
    font-size: 14px;
    font-weight: 400;
    color: var(--colorWhite);
    line-height: 26px;
    margin-bottom: 0;
}
.footer-btm {
    padding: 30px 0;
}
.footer-btm p {
    font-size: 12px;
    font-weight: 400;
    color: #a4b0c3;
    line-height: 24px;
    margin-bottom: 0;
}
/*-- End Footer --*/