@font-face {
    font-family: "spartan_mbblack";
    src: url("fonts/spartanmb/spartanmb-black.woff2") format("woff2"), url("fonts/spartanmb/spartanmb-black.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "spartan_mbbold";
    src: url("fonts/spartanmb/spartanmb-bold.woff2") format("woff2"), url("fonts/spartanmb/spartanmb-bold.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "spartan_mbextrabold";
    src: url("fonts/spartanmb/spartanmb-extra-bold.woff2") format("woff2"), url("fonts/spartanmb/spartanmb-extra-bold.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "spartan_mblight";
    src: url("fonts/spartanmb/spartanmb-light.woff2") format("woff2"), url("fonts/spartanmb/spartanmb-light.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "spartan_mbregular";
    src: url("fonts/spartanmb/spartanmb-regular.woff2") format("woff2"), url("fonts/spartanmb/spartanmb-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "spartan_mbsemibold";
    src: url("fonts/spartanmb/spartanmb-semibold.woff2") format("woff2"), url("fonts/spartanmb/spartanmb-semibold.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "spartan_mbthin";
    src: url("fonts/spartanmb/spartanmb-thin.woff2") format("woff2"), url("fonts/spartanmb/spartanmb-thin.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}


/*global*/
body {
    font-family: "Muli", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "spartan_mbbold";
}

a:hover {
    text-decoration: none;
}

.zi-1 {
    z-index: 1;
}

/* padding */
.c-ptb-2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.c-ptb-4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.overview .box-item1 {
    margin-right: 10px;
    max-height: 190px;
    height: 180px;
}

/* background */
.bg-1 {
    background: #eee;
}

.bg-2 {
    background: #29303a;
}

.bg-3 {
    background: #ff9300;
}

.bg-4 {
    background: #1597e5;
}

.bg-5 {
    background: #008000;
}

.bg-6 {
    background: #f6be00;
}

.bg-7 {
    background: #8e05c2;
}

.bg-8 {
    background: #ff0000;
}

.bg-9 {
    background: #1f2839;
}

.bg-10 {
    background: #193498;
}

.bg-11 {
    background: #185adb;
}

.bg-12 {
    background: #d0e9f0;
}

.bg-13 {
    background: #191919;
}

.bg-14   {
    background: #ff1493;
}

.bg-15 {
    background: #003b49;
}

.bg-16 {
    background: #003b77;
}

.bg-17 {
    background: #fe2a5c;
}

.bg-18 {
    background: #fe2a5c;
}

.bg-19 {
    background: #f9fafe;
}

.bg-20 {
    background: #003b77;
}

.bg-g1 {
    background: radial-gradient(circle, rgba(0,254,119,1) 0%, rgba(70,92,252,1) 100%);
}

.bg-g2 {
    background: radial-gradient(circle, rgba(254,157,0,1) 31%, rgba(233,116,43,1) 100%);
}

.bg-g3 {
    background: radial-gradient(circle, rgba(239,173,251,1) 0%, rgba(117,5,114,1) 100%);
}

.bg-g4 {
    background: radial-gradient(circle, rgba(181,241,179,1) 0%, rgba(75,117,5,1) 100%);
}

.bg-g5 {
    background: radial-gradient(circle, rgba(47,193,81,1) 0%, rgba(222,212,12,1) 80%);
}

.bg-g6 {
    background: linear-gradient(0deg, rgba(34,56,195,1) 0%, rgba(45,253,93,1) 100%);
}

.bg-g7 {
    background: linear-gradient(0deg, rgba(232,3,200,1) 0%, rgba(45,234,253,1) 100%);
}

.bg-g8 {
    background: linear-gradient(0deg, rgba(195,255,5,1) 0%, rgba(16,147,6,1) 100%);
}

.bg-g9 {
    background: linear-gradient(0deg, rgba(255,21,5,1) 0%, rgba(222,219,15,1) 100%);
}

.bg-img-1 {
    background: url("../images/bg/1.jpg") no-repeat 0 0 / cover;
}

/* color */
.fg-1 {
    color: #ff7d44;
}

.fg-2 {
    color: #003b77;
}

.fg-3 {
    color: #718494;
}

.fg-4 {
    color: #343A40;
}

.fg-5 {
    color: #98A6AD;
}

/* size */
.fs-14 {
    font-size: 14px;
}

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

.fs-22 {
    font-size: 22px;
}

/* button */
.btn-fbr {
    right: 10px;
    left: unset;
    bottom: 10px;
}

.btn-more {
    border: 1px solid #091120;
    color: #091120;
    padding: 20px 29px;
    display: inline-block;
}

.btn-more:hover,
.btn-more:focus {
    background: #091120;
    color: #ffc200;
}

.c-bb-1 {
    border-bottom: 1px solid #d5d5d5;
}

.header-top {
    background: #1f2839;
    padding-top: 17px;
    padding-bottom: 17px;
}

.menu-head .logo-text {
    color: #1f2839;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
}

/*home-welcome*/
.welcome1 p {
    font-size: 20px;
}

/* features */
.features .icon {
    color: #ffc200;
    font-size: 93px;
    transition: all 280ms ease;
}

.features .heading {
    font-size: 16px;
}

.features .heading,
.features .info,
.features:hover .icon {
    color: #fff;
}

.features:hover .heading {
    color: #ffc200;
}

/*footer*/
.footer {
    background: #1f2839;
    border-top: 4px solid #d5d5d5;
}

.foot-info {
    color: #898989;
    font-size: 14px;
    line-height: 26px;
}

.foot-info img {
    width: 110px;
}

.foot-info p {
    padding-top: 32px;
}

.foot-link h5 {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.foot-link li {
    line-height: 2;
}

.foot-link ul {
    color: #898989;
    font-size: 14px;
    font-weight: 400;
}

.foot-link ul i {
    padding-right: 10px;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
}

.foot-link p {
    text-align: justify;
    text-transform: capitalize;
}

.foot-link .social-icon {
    padding-top: 10px;
}

.foot-link .foot-cicon {
    color: #1f2839;
    padding-right: 20px;
}

.foot-border {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

.foot-bottom {
    background: #0B1F3A;
}

.bottom-right a {
    color: #1f2839;
}

/*conatct-page*/
.individual-head3 {
    background: url(../images/bg/contact.png) no-repeat;
    padding: 70px 0px 35px 0px;
    background-size: cover;
    background-position: center;
}

.individual-head .banner-title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    top: 115px;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
}

.individual-head .breadcrumb {
    background: none;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    top: 110px;
}

.individual-head .breadcrumb .c1 a {
    color: #85b941;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.individual-head .breadcrumb .c2 {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.c-details {
    padding-top: 30px;
    padding-bottom: 20px;
}

.c-details h3 {
    color: #242424;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
}

.c-details p {
    color: #898989;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.c-details form {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-right: 20px;
}

.c-details .form-control {
    padding: 20px;
}

.c-details .c-button {
    background: #1f2839;
    border: 1px solid #1f2839;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 15px 32px;
    text-align: center;
    border-radius: 0px;
}

.c-button {
    margin-bottom: 20px;
    background: #1f2839;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
}

.c-forms {
    border-right: 1px solid #818181;
    padding-right: 40px;
}

.c-address {
    padding-left: 0;
}

.c-address h4 {
    color: #242424;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.c-details p {
    color: #818181;
    font-size: 14px;
    font-weight: 400;
}

.c-address i {
    font-size: 30px;
    color: #1f2839;
    padding-left: 30px;
}

.c-address span {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 14px;
    color: #312f3e;
    font-size: 15px;
}

.c-address p {
    color: #818181;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
}

/*service page*/
.ourservices {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ourservices h4 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #242424;
}

.ourservices p {
    font-size: 18px;
    color: #818181;
    text-align: justify;
    padding-top: 15px;
}

/*product page*/
.productss {
    background: #fff;
}

.product-ind {
    padding-bottom: 28px;
}

.product-ind h2 {
    font-size: 24px;
    color: #1f2839;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.content-info {
    padding-top: 50px;
}

.content-info h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #1f2839;
    font-weight: 700;
}

.content-info p {
    font-size: 18px;
    color: #818181;
    text-align: justify;
    padding-bottom: 15px;
}

.content-info .p-btn {
    background: #1f2839;
    border: 1px solid #1f2839;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 15px 32px;
    text-align: center;
    border-radius: 0px;
}

.related {
    padding-bottom: 20px;
}

.border-green {
    padding: 20px;
}

.border-green .ind-shead {
    font-size: 24px;
    text-transform: uppercase;
    color: #1f2839;
    font-weight: 700;
    padding-left: 30px;
}

.border-green .img-wrap span {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #1f2839;
    padding-left: 10px;
}

.about-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ap-text {
    line-height: 2;
    color: #000;
}

.c-logo {
    width: 200px;
}

/* home */
.slidehead {
    position: relative;
}

.login-btn a,
.login-btn-outline a {
    background: #003b49;
    color: #fff !important;
    padding: 7px 15px !important;
    text-decoration: none !important;
    display: inline-block;
    border-radius: .25rem;
}

.login-btn-outline a {
    background: transparent;
    border: 1px solid #003b49;
    color: #444 !important;
}

.prod-list li {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #1f2839;
    padding: 5px;
}

.prod-list li img {
    width: 120px;
}

.prod-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}

.prod-title {
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 30px;
    color: #1f2839;
}

.prod-name {
    text-align: center;
    color: #1f2839;
}

.testimonials {
    text-align: center;
}

.testimonials .head2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    color: #1f2839;
    margin-top: 0;
    margin-bottom: 30px;
}

.testimonials span {
    color: #1f2839;
}

.testimonials p {
    line-height: 2;
}

.foot-link .c-ml {
    margin-left: 30px;
}

.menu-head1 {
    background: #29303a;
}

.prod-box {
    position: relative;
    overflow: hidden;
}

.img-overlay a {
    text-decoration: none;
    color: #fff;
}

.prod-box .img-overlay {
    position: absolute;
    right: 0;
    left: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    visibility: hidden;
    padding-top: 20px;
    z-index: 1;
    text-align: center;
}

.prod-box:hover > .img-overlay {
    left: 0;
    visibility: visible;
}

.btn-productonly {
    background: #1f2839;
    color: #fff;
    padding: 4px 10px;
    cursor: pointer;
    text-decoration: none;
}

.modal-header h2 {
    color: #1f2839;
    font-size: 22px;
    text-transform: uppercase;
}

.submit-btn {
    background: #1f2839;
    color: #fff;
    padding: 5px 20px;
    margin-top: 15px;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
}

/*mobile reponsive query*/
@media (max-width: 767px) {
    .c-address p {
        margin-left: 65px;
        margin-top: -31px;
    }

    .prod-list li {
        width: 45%;
        margin-bottom: 10px;
    }
}

.pagination-area .active {
    color: #1f2839;
}

.bi-title a {
    color: #1f2839;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.box-item .bi-foot {
    color: #1f2839;
}

.box-item1 img {
    width: 100%;
    height: 65px;
}

/* share links */
.s-share {
    position: fixed;
    top: 250px;
    right: 0;
    z-index: 10;
}

#showmenu {
    color: #fff;
    cursor: pointer;
    background: #ffc31d;
}

.s-share li {
    padding: 10px 15px;
    display: block;
    text-align: center;
    list-style: none;
    font-size: 18px;
}

.s-share li:nth-child(2) {
    background: #2ecf2e;
    color: #fff;
}

.s-share li:nth-child(3) {
    background: #2aa9e0;
    color: #fff;
}

.s-share li:nth-child(4) {
    background: #3b579d;
    color: #fff;
}

.s-share li a {
    color: #fff;
}

.helpmenu {
    top: 30%;
    z-index: 1;
    right: 0;
    position: fixed;
}

.j-helpmenu1 {
    width: 90%;
    left: 70%;
}

.j-helpmenu2 {
    width: 90%;
    left: 40%;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-info1 {
    color: #fff;
    background-color: rgb(27, 145, 157);
    border-color: #1f2839;
}

.show-cinfo {
    text-align: center;
}

.alert-info1 {
    color: #fff;
}

.alert-info1 .show-getin {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

.show-cinfo p {
    margin-bottom: 15px;
    margin-top: 15px;
}

.show-cinfo strong {
    font-size: 22px;
}

#showmenu1 {
    color: #fff;
    cursor: pointer;
}

/* table*/
.g-table {
    display: table;
    table-layout: fixed;
}

.g-caption {
    display: table-caption;
}

.g-colgroup {
    display: table-column-group;
}

.g-col {
    display: table-column;
}

.g-thead {
    display: table-header-group;
}

.g-tbody {
    display: table-row-group;
}

.g-tfoot {
    display: table-footer-group;
}

.g-tr {
    display: table-row;
}

.g-th {
    font-weight: bold;
}

.g-th,
.g-td {
    border-bottom: 1px solid #dee2e6;
    display: table-cell;
    padding: 0.75rem;
}

.g-tr:first-child > .g-th,
.g-tr:first-child > .g-td {
    border-top: 1px solid #dee2e6;
}

.g-thead + .g-tbody > .g-tr:first-child > .g-th,
.g-thead + .g-tbody > .g-tr:first-child > .g-td,
.g-tbody + .g-tfoot > .g-tr:first-child > .g-th,
.g-tbody + .g-tfoot > .g-tr:first-child > .g-td {
    border-top: none;
}

.g-th:last-child,
.g-td:last-child {
    border-right: 1px solid #dee2e6;
}

/* width*/
.g-w-70 {
    width: 70px;
}

.g-w-100 {
    width: 100px;
}

.g-w-150 {
    width: 150px;
}

.g-w-200 {
    width: 200px;
}

.g-w-250 {
    width: 250px;
}

.g-w-300 {
    width: 300px;
}

/* marquee */
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.marquee > .marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 30s linear infinite;
}

.marquee-loop > .marquee-content {
    animation-delay: 15s;
}

/* image overlay */
.img-overlay {
    display: inline-block;
    position: relative;
}

.img-overlay::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
}

.img-hoverlay::before,
.img-hoverlay > .icon {
    opacity: 0;
    transition: all 0.5s ease;
}

.img-hoverlay:hover::before,
.img-hoverlay:hover > .icon {
    opacity: 1;
}

.img-overlay::before {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.img-overlay > .icon {
    color: #fff;
    font-size: 52px;
    left: calc(50% - 26px);
    position: absolute;
    top: calc(50% - 26px);
}

.img-overlay > .icon-sm {
    font-size: 26px;
    left: calc(50% - 13px);
    top: calc(50% - 13px);
}

/* override */
/*.list-group-item {*/
/*    background-color: transparent;*/
/*    color: #fff;*/
/*}*/

.list-group-item.active {
    background: #fff1ee;
    border: none;
    color: black;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    background: #fff1ee;
    color: black;
}

.sm {
    z-index: 1;
}

@media (max-width: 576px) {
    #sm-state:checked ~ .sm {
        background: #fff;
        margin-bottom: 15px;
    }
}

.amenu .login-btn a {
    background: #fff;
    color: #333 !important;
}

.amenu .login-btn-outline a {
    background: transparent;
    border: 1px solid #fff;
    color: #fff !important;
}

@media (min-width: 768px) {
    .amenu .sm a {
        color: #fff;
    }
}

/*strategy start*/
        * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background: #f7f8fc;
  color: #111827;
  line-height: 1.6;
}

a {
  text-decoration: none;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* NAVBAR */

header {
  padding: 20px 0;
  background: #fff;
}

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

.logo {
  font-size: 34px;
  font-weight: 700;
  color: #0b1b4d;
  letter-spacing: 1px;
}

.logo span {
  color: #d6455d;
}

nav ul {
  display: flex;
  list-style: none;
  gap: 35px;
}

nav ul li a {
  color: #1f2937;
  font-size: 15px;
  font-weight: 500;
}

.login-btn {
  background: #0b1b4d;
  color: #fff;
  padding: 12px 22px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
}

/* HERO */

.hero {
  text-align: center;
  padding: 50px 0 30px;
}

.hero h1 {
  font-size: 44px;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: 700;
}

.hero p {
  color: #6b7280;
  font-size: 18px;
}

/* STRATEGY CARDS */

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.card {
  border-radius: 24px;
  padding: 35px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.dark-card {
  background: #0c1e3c;
  color: #fff;
}

.card h2 {
  font-size: 48px;
  margin-bottom: 8px;
}

.card .subtitle {
  color: #d64f67;
  font-weight: 500;
  margin-bottom: 28px;
}

.card ul {
  list-style: none;
  padding-top: 20px;
}

.card ul li {
  margin-bottom: 16px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

.dark-card .check {
  border-color: #fff;
}

.card-footer {
  margin-top: 28px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 500;
  font-size: 18px;
  text-align: start;
}

.light-footer {
  border-color: #e5e7eb;
  color: #1f2937;
}

/* SECTION TITLES */

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

.section-title h2 {
  font-size: 44px;
  color: #08153f;
  margin-bottom: 10px;
}

/* HOW IT WORKS */

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.step {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}

.step-number {
  width: 40px;
  height: 40px;
  background: #e53935;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-weight: 600;
}

.step-icon {
  font-size: 40px;
  margin: 0 auto;
  width: 25%;
}

.step-icon:hover{
  transform: translateY(-4px);
}

.step h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #e53935;
  padding-top: 20px;
}

.step p {
  color: #6b7280;
  font-size: 14px;
}

/* AUDIENCE */

.audience {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.audience-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}

.audience-card .icon {
  font-size: 38px;
  margin: 0 auto;
  color: #e53935;
}

.audience-card h3 {
  margin-bottom: 10px;
  color: #08153f;
  font-size: 20px;
  padding-top: 5px;
}

.audience-card p {
  font-size: 14px;
  color: #6b7280;
  padding-top: 10px;
}

/* PROMISE */

.promise {
  margin-top: 70px;
  background: #fff;
  padding: 30px 40px;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.04);
}

.promise h2 {
  font-size: 42px;
  color: #08153f;
  margin-bottom: 18px;
}

.promise p {
  max-width: 800px;
  margin: auto;
  color: #6b7280;
  margin-bottom: 40px;
}

.promise-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.promise-item {
  font-weight: 600;
  color: #08153f;
}

.promise-item i{
  margin: 8px;
}

.promise .icon{
  margin: 0 auto;
}

/* CTA */

.cta {
  margin: 70px 0;
  background: #fff;
  border-radius: 30px;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.04);
}

.cta h2 {
  font-size: 42px;
  color: #0c1e3c;
  margin-bottom: 15px;
}

.cta p {
  max-width: 600px;
  color: #6b7280;
}

.cta-btn {
  background: #e53935;
  color: #fff;
  padding: 16px 40px;
  border-radius: 40px;
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
}

.cta h5 {
  color: #e53935;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .hero h1 {
    font-size: 42px;
  }

  nav {
    display: none;
  }

  .cta {
    padding: 40px 30px;
  }

  .cta h2 {
    font-size: 32px;
  }

  .card h2 {
    font-size: 38px;
  }
}

.logo-box{
      display:flex;
      align-items:center;
      gap:15px;
      padding:12px 20px;
      border-radius:8px;
    }

    .icon{
      width:60px;
      height:60px;
      border-radius:50%;
      display:flex;
      justify-content:center;
      align-items:center;
      color:#c74b4b;
      font-size:24px;
      font-weight:bold;
    }

    .content h1{
      margin:0;
      font-size:42px;
      line-height:1;
      text-align: start;
    }

    .content p{
      margin:4px 0 0;
      color:#e53935;
      font-size:16px;
      font-weight:500;
    }

/*Strategy end*/


.contact-bg{
  background-color: #a8cbdf;
}
.box{
  border: 1px solid white;
  padding: 30px;
  background-color: #fff;
}
.form-control {
  border-radius: 20px;
}