body {
  font-family: 'Cabin', sans-serif;
  color: #1B2633;
  font-size: 16px;
  line-height: 1.35;
}

h1 {
	font-weight: 700;
    font-size: 54px;
    line-height: 68px;
    margin: 0 0 20px;
}

h2{
	font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 15px;
}

h3 {
	font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px;
}

h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

h5 {
	font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px;
}

p {
  font-size: 18px;
	margin-bottom: 15px;
}

.txt-primary { color: #007EA3; }

.btn {
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: bold;
    white-space: nowrap;
    font-size: 18px;
}

.btn-small {
    font-size: 16px;
    padding: 8px 24px;
}

.btn-primary {
    color: #fff;
    background-color: #1F6DFF;
    border-color: #1F6DFF;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    color: #fff;
    background-color: #074ac7;
    border-color: #074ac7;
    box-shadow: none;
}

.btn-default {
    color: #1F6DFF;
    background-color: #fff;
    border-color: #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active,
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active:focus,
.btn-default:not(:disabled):not(.disabled):active:focus {
    color: #1F6DFF;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    box-shadow: none;
}
.row-reverse {
    flex-direction: row-reverse;
}
button.owl-dot:focus {
    outline: none;
    box-shadow: none;
}
/* ====== Header =========*/

header.cs-header {
    position: fixed;
    top: 0;
    width: 100%;
	padding: 18px 0;
    z-index: 99;
    left: 0;
    right: 0;
}

.logo {
	padding: 0;
}

.logo a{
	display: block;
}

.navbar-brand.logo img {
    height: 24px;
}

header.navbar.darkHeader {
    background: #0e1d39;
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 20%);
}

header.navbar.darkHeader .fixed-logo {
    display: block;
}

header ul.navbar-nav .nav-item {
    margin: 0 8px;
}
header ul.navbar-nav a.nav-link {
    color: #fff;
    font-weight: 600;
}

span.navbar-toggler-icon img {
    height: 26px;
    padding: 5px 0 0;
    filter: invert(1) brightness(100);
}

/* ====== Common =========*/

.section {
    padding: 70px 0;
}

.section-gray {
    background: #070E1D;
    color: #fff;
}

.section-navy {
    background: #0E1D39;
		color: #fff;
}

.section-primary {
    background: #14284b;
    /* background: #1f6cff; */
    color: #fff;
}

.section-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.section-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 32px;
}

.section-desc {
    font-size: 18px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 30px;
}
.section-lead {
	text-align: center;
	max-width: 600px;
	margin: auto auto;
	font-size: 22px;
}

.m-bottom {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.pt-10 {
    padding-top: 10px;
}

/* ====== Key Metrics =========*/

.key-metrics {
    background: #0E1D39 url('../images/metrics-bg.png') no-repeat;
    background-position: right;
    padding: 40px 0;
}

.metrics-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.metrics-inner .stats {
    text-align: center;
}

.metrics-inner .stats h4 {
    color: #fff;
    font-size: 48px;
    line-height: 56px;
    margin: 0;
}

.metrics-inner .stats h5 {
    color: #fff;
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
    margin: 0;
}

/* ---------- Global Perks ---------------- */
#benefits.section {
    padding-bottom: 0;
}
.benefit-card {
    padding: 30px;
    border-radius: 5px;
    background: #0E1D39;
    height: 100%;
    transition: all 0.25s linear;
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 20%);
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.benefit-card .icon-container {
    margin-bottom: 30px;
}

.benefit-card h4 {
    font-size: 24px;
}
.benefit-card p {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
}

/* ====== Features =========*/
.feature-title {
    text-align: center;
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 60px;
}

.feature-inner {
    max-width: 78%;
    margin: 0 auto;
}

.feature-image img {
    width: 100%;
    border-radius: 5px;
}

.feature-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 20px;
}

.feature-inner .row-reverse .feature-content {
    padding: 0 20px 0 0;
}

.feature-content h3 {
    margin-bottom: 10px;
}

/* ====== Networks =========*/

.section.networks {
    padding: 70px 0 40px;
    background: #0E1D39;
}

.network-card {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.network-card a {
    text-decoration: none;
}

.network-card span.ring {
    border: 5px solid #fff;
    background: #1F6DFF;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 25px;
    margin: 0 auto;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
}

.network-card-inner {
    padding: 35px 20px 30px;
    max-width: 360px;
    margin: 0 auto;
    border-radius: 5px;
    background: #06101d;
    height: 100%;
    transition: all 0.25s linear;
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 10%);
}

.network-card-inner h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 auto 5px;
    max-width: 112px;
    color: #fff;
    font-family: 'Cabin';
}

.network-card-inner h5 {
    color: #1F6DFF;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}
/* ---------- Cities ---------------- */
.section-cities {
    background: #060f1d;
}

.section-cities .section-desc
{
	color: white;
}

.section-cities h3.section-title {
    color: #fff;
}

.section-cities .map-image {
    text-align: center;
    margin-top: 30px;
}

.section-cities .map-image img.map-image-desktop {
    display: none;
}

.section-cities .map-image img {
    max-width: 100%;
    margin: 0 auto;
}


/* ---------- thoughts ---------------- */
.thoughts {
    background: #0E1D39;
}

.thoughts-img img {
    width: 100%;
    box-shadow: 10px 20px 30px 0 rgba(0,0,0,0.08);
}

.thought-inner {
    height: 100%;
    padding: 0 120px 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quote-text {
    margin: 18px 0 35px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.author {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
}

.designation {
    color: #c3ccdd;
    font-weight: 600;
}

/* ---------- Events ---------------- */
.section#events {
    padding-bottom: 30px;
}
.event-card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.event-card a {
    text-decoration: none;
}
.event-image img {
    object-fit: contain;
}

.event-content {
    padding: 15px;
}

span.badge {
    background: #87939B;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.event-content h4 {
    color: #040621;
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    margin: 10px 0 5px;
}

.event-content p.desc {
    color: #54577c;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}

/* .location {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    color: #87939B;
}

.location img {
    width: 16px !important;
}

.location span {
    margin-left: 5px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
} */

.event-date {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #1f6cff;
    margin: 0 0 8px;
}

/* ----------Values ---------------- */

.values-card {
    text-align: center;
    margin-bottom: 30px;
}

.values-card .icon-container {
    margin-bottom: 15px;
}

.values-card .icon-container img {
    max-width: 100px;
}

/* --------- Testimonials -----------*/


.testimonial-card {
    text-align: center;
    padding: 0 25px;
}

.testimonial-avatar {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 100%;
    overflow: hidden;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quote-img img {
    width: auto !important;
    margin: 0 auto 20px;
}
.testimonial-content p.desc {
    color: #f5f5f5;
    margin-bottom: 25px;
    font-size: 18px; line-height: 24px;
}
.testimonial-user .user-name {
    font-size: 18px;
    margin: 0;
}
.testimonial-user span.designation {
    font-size: 15px;
    font-weight: 600;
    color: #87939b;
}
.testimonial-carousel .owl-item {opacity: 0.3;}
.testimonial-carousel .owl-item.center {opacity: 1;}
.testimonial-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

/* ---------- Circle ----------------- */

.circle-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
}

.circle-inner .circle-card {
    max-width: 500px;
    padding-left: 55px;
    flex: 1;
}

.circle-inner .circle-card:first-child {
    border-right: 1px solid #709df6;
    padding-right: 55px;
    padding-left: 0;
}

.circle-inner p {
    font-size: 20px;
}

.circle-inner li {
    font-size: 18px;
    margin-bottom: 5px;
}

/* ----------- Podcasts --------------*/
.section.podcasts {
    padding-top: 20px;
}

/* ---------- Pricing ---------------- */

.pricing {
    position: relative;
    overflow: hidden;
    background: #0E1D39;
    color: #fff;
}

 .pricing .container {
    position: relative;
    z-index: 8;
}

.pricing-background {
    position: absolute;
    top: 90px;
    width: 112%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.pricing-background img{
    max-width: 100%
}

.pricing p.subtitle {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 50px;
}

.pricing-box {
    background: #070E1D;
    border-radius: 10px;
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
}

.pricing-box h4 {
    color: #fff;
}

.pricing-box p {
    color: #F5F7F6;
    font-size: 16px;
    margin-bottom: 40px;

}
/* -------- Invite -------*/

.invite {
    padding: 80px 0;
    text-align: center;
}

.invite h4 {
    color: #fff;
    max-width: 615px;
    margin: 0 auto 20px;
    font-weight: 400;
}

.invite p {
    color: #F5F7F6;
    margin-bottom: 30px;
}

/* -------- Footer -------*/
.footer {
	background: #000;
	padding: 50px 0;
}

.footer-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-logo {
	margin-bottom: 20px;
}

.footer-logo img {
    height: 30px;
}

.footer-menu ul {
    padding: 0;
    margin: 0 0 5px;
    display: flex;
    flex-direction: row;
}

.footer-menu ul li {
    list-style: none;
    margin-left: 10px;
}

.footer-menu ul li:before {
    content: '/';
    color: #F5F7F6;
    margin-right: 10px;
}

.footer-menu ul li:first-child {
	margin:0;
}

.footer-menu ul li:first-child:before {
	display: none;
}

.footer-menu ul li a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

p.copyright {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #F5F7F6;
}

.footer-right {
	text-align: right;
}

.address span {
    color: #F5F7F6;
    margin-left: 15px;
}

ul.social {
    margin: 25px 0 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

ul.social li {
    list-style: none;
    margin-left: 30px;
}

ul.social li img {
    height: 24px;
}

.slick-slider {
    padding-bottom: 20px;
}

ul.slick-dots {
    bottom: -10px;
}

.slick-slider .slick-dots li {
    width: 18px;
    height: 18px;
    margin: 0 3px;
}

.slick-slider .slick-dots li button:before {
    font-size: 15px;
    color: #aaa;
}
.slick-slider .slick-dots li.slick-active button:before {
    color: #1F6DFF;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }

    .pricing-background {
        width: 102%;
    }

}

@media (min-width: 768px) {
    .section-cities .map-image img.map-image-desktop {
        display: block;
    }

    .section-cities .map-image img.map-image-mobile {
        display: none;
    }
}

@media (max-width: 1200px) {
    h1 {
        font-size: 42px;
        line-height: 54px;
    }
    header ul.navbar-nav .nav-item {
        margin: 0 5px;
    }
    .metrics-inner .stats h4 {
        font-size: 38px;
        line-height: 44px;
    }
    .metrics-inner .stats h5 {
        font-size: 26px;
        line-height: 32px;
    }
    .pricing-background {
        width: 132%;
        left: -5%;
    }
    .benefit-card p {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    .benefit-card, .values-card {
        height: auto;
        margin-bottom: 30px;
    }

    .podcast-card {
        padding-bottom: 30px;
    }

    .benefit-card:hover {
        transform: none;
    }

    .thought-inner {
        padding: 0 0px 0 20px;
    }

    .quote-text {
        margin: 15px 0 20px;
        font-size: 18px;
        line-height: 28px;
    }

    h1 {
        font-size: 38px;
        line-height: 44px;
    }

    .navbar-brand.logo img {
        height: 22px;
    }
    .feature-inner {
        max-width: 108%;
    }
    .benefit-card h4 {
        font-size: 20px;
    }
    .benefit-card p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    header.cs-header {
        padding: 15px 0;
        background: #0e1d39;
        box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 20%);
    }

    .section-desc {
        font-size: 16px;
    }

    header.cs-header .logo{
        padding-left: 15px;
    }

    .navbar-brand.logo img {
        height: 20px;
    }

    header.cs-header .navbar-toggler {
        margin-right: 15px;
    }

    header.cs-header .navbar-collapse {
        margin-top: 15px;
        padding: 20px 15px 10px;
        border-top: 1px solid #070e1d;
        text-align: center;
    }

    header.cs-header ul.navbar-nav .nav-item {
        margin: 5px 0;
    }

    header.cs-header .navbar-collapse .btn {
        margin: 10px 0 0;
    }

    h1 {
        font-size: 34px;
        line-height: 40px;
    }
    h2 {
        font-size: 28px;
        line-height: 36px;
    }
    h3 {
        font-size: 26px;
        line-height: 32px;
    }
    h4 {
        font-size: 20px;
        line-height: 26px;
    }

    p {
        font-size: 16px;
    }

    .btn {
        padding: 12px 36px;
        font-size: 16px;
    }

    .key-metrics {
        padding: 30px 0;
    }
    .metrics-inner .stats h4 {
        font-size: 32px;
        line-height: 36px;
    }
    .metrics-inner .stats h5 {
        font-size: 22px;
        line-height: 28px;
    }

    .section-lead {
        font-size: 18px;
    }

    .section-title {
        font-size: 26px;
    }

    .thought-inner {
        padding: 40px 0 0 0;
    }

    .benefit-card p {
        font-size: 16px;
        line-height: 23px;
    }

    .pricing {
        padding: 40px 10px 60px;
    }

    .invite {
        padding: 60px 0;
    }

    .footer-inner {
        flex-direction: column;
    }

    .footer-left,
    .footer-right {
        text-align: center;
    }

    .footer-menu ul {
        justify-content: center;
    }

    p.copyright {
        margin-bottom: 30px;
    }
    .address img {
        display: none;
    }
    .address span {
        display: block;
    }
    ul.social {
        justify-content: center;
    }
    .quote-text {
        font-size: 16px;
        line-height: 24px;
    }
    .author {
        font-size: 18px;
        line-height: 24px;
    }
    .pricing-background {
        width: 150%;
        left: -12%;
        top: 130px;
    }

    .podcast-card a {
        flex-direction: column;
    }

    .podcast-cover {
        max-width: 100%;
        max-height: 180px;
    }

    .podcast-cover > img {
        border-radius: 10px 10px 0 0;
    }

    .podcast-card .play-icon {
        left: 20px;
        bottom: -10px;
    }

    .podcast-content {
        padding: 30px 20px 20px;
    }

    .circle-inner {
        flex-direction: column;
    }

    .circle-inner .circle-card {
        padding: 30px 0 0;
    }

    .circle-inner .circle-card:first-child {
        border-right: none;
        border-bottom: 1px solid #709df6;
        padding: 0 0 30px;
    }

    .feature-image {
        margin-bottom: 25px;
    }

    .feature-content,
    .feature-inner .row-reverse .feature-content {
        padding: 0;
    }
    .testimonial-card {
        padding: 0 15px;
    }

}

@media (max-width: 480px) {
    .section {
        padding: 50px 10px;
    }

    .section.networks {
        padding: 50px 10px 40px;
    }
    .testimonial-card {
        padding: 0 5px;
    }
}
