body {
    font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, span, a {
    font-family: 'Raleway', sans-serif;
}

a:focus {
    outline: none;
    text-decoration: none;
}

/* my own library for responsiveness */

.no_padding {
    padding: 0;
}

.no_padding_left {
    padding-left: 0;
}

.no_padding_right {
    padding-right: 0;
}

.padding_right {
    padding-right: 15px;
}

.padding_left {
    padding-left: 15px;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .md_no_padding {
        padding: 0;
    }
    .md_no_padding_left {
        padding-left: 0;
    }
    .md_no_padding_right {
        padding-right: 0;
    }
    .md_padding_right {
        padding-right: 15px;
    }
    .md_padding_left {
        padding-left: 15px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .sm_no_padding {
        padding: 0;
    }
    .sm_padding {
        padding: 0 15px;
    }
    .sm_no_padding_left {
        padding-left: 0;
    }
    .sm_no_padding_right {
        padding-right: 0;
    }
    .sm_padding_right {
        padding-right: 15px;
    }
    .sm_padding_left {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .xs_no_padding {
        padding: 0;
    }
    .xs_padding {
        padding: 0 15px;
    }
    .xs_no_padding_left {
        padding-left: 0;
    }
    .xs_no_padding_right {
        padding-right: 0;
    }
    .xs_padding_right {
        padding-right: 15px;
    }
    .xs_padding_left {
        padding-left: 15px;
    }
}

.HrTagLine {
    background-image: url(../../Images/HrTagLine.png);
    width: 136px;
    height: 20px;
    background-size: cover;
    border: none;
}

/**************** Back To Up **********************/

.back-to-top {
    position: fixed;
    background-color: #fff;
    bottom: 30px;
    z-index: 10;
    right: 40px;
    padding: 10px 14px;
    box-shadow: 0px 7px 12px 0px #00000026;
    transition: 0.4s ease all;
    color: #0da7dd;
    border-radius: 50%;
}

.back-to-top:hover {
    background: #0da7dd;
    color: #fff;
}

.back-to-top>span.particals {
    background: #0da7dd;
    display: block;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
}

.back-to-top>span.particals:nth-child(2) {
    width: 10px;
    height: 10px;
    left: 0;
    animation: BackToTop 9s linear infinite;
}

.back-to-top>span.particals:nth-child(3) {
    width: 5px;
    height: 5px;
    left: 20%;
    animation: BackToTop 13s linear infinite;
}

.back-to-top>span.particals:nth-child(4) {
    width: 8px;
    height: 8px;
    left: 10%;
    animation: BackToTop 10s linear infinite;
}

.back-to-top>span.particals:nth-child(5) {
    width: 4px;
    height: 4px;
    left: 80%;
    animation: BackToTop 7s linear infinite;
}

@keyframes BackToTop {
    from {
        bottom: -30px;
    }
    to {
        bottom: 120%;
    }
}

.MainHeading {
    color: #525252;
    font-weight: 400;
}

.MainHeading span {
    color: #424242;
    font-weight: 600;
}

.SubHeading {
    color: #8f8f8f;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 22%;
}

.SocialIcon {
    background: #31ae9c;
    color: #fff;
    float: left;
    width: 40px;
    height: 40px;
    font-size: 24px;
    border-radius: 50%;
    position: relative;
}

.SocialIcon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbar-default {
    background: transparent;
    position: absolute;
    width: 100%;
}

.navbar {
    border: none;
    border-bottom: 2px solid #ffffff5e;
    border-radius: 0;
    padding: 10px;
    z-index: 12;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.navbar-brand {
    font-size: 22px;
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    font-weight: 500;
}

.navbar-nav>li>a::after {
    content: '';
    background: #fff;
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s ease all;
}

#myHeader .navbar-nav li:last-child>a {
    padding-right: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background: transparent;
}

.navbar-default .navbar-nav>.active>a::after {
    width: 70%;
}

.navbar-nav>li>a:hover::after {
    width: 70%;
}

.sticknavbar {
    position: fixed;
    background: #7db6e3d6;
    z-index: 999;
    transition: 0.6s ease all;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #63aae2;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    transition: 0.4s ease all;
}

.navbar-default [aria-expanded="true"] span:nth-child(2) {
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
    transform: rotate(-45deg) translate(-5px, 4px);
}

.navbar-default [aria-expanded="true"] span:nth-child(3) {
    opacity: 0;
}

.navbar-default [aria-expanded="true"] span:nth-child(4) {
    -webkit-transform: rotate(45deg) translate(-4px, -4px);
    transform: rotate(45deg) translate(-4px, -4px);
}

#myHeader .navbar-default span:nth-child(4) {
    -webkit-transform: rotate(45deg) translate(-4px, -4px);
    transform: rotate(45deg) translate(-4px, -4px);
}

/*********** banner settings ********/

#TopBanner {
    width: 100%;
    background-image: url('../../Images/TopBannerbg.png');
    padding-top: 51px;
    overflow: hidden;
}

.Height100 {
    height: 100%;
}

.TopSliderBg, .TopSliderScreens {
    position: absolute;
    top: 56px;
    width: 48%;
    margin-left: 50px;
}

.TopSliderScreens {
    display: none;
    transition: 0.4s ease all;
}

.active1 {
    display: block;
    transition: 0.4s ease all;
}

.BannarContent {
    margin-top: 10%;
}

#TopBanner h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 300;
    line-height: 60px;
}

#TopBanner h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    line-height: 60px;
}

#TopBanner h2 span {
    font-weight: 600;
}

#TopBanner h3 span {
    font-weight: 300;
}

#TopBanner p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.BannerBtn1, .BannerBtn2 {
    font-size: 13px;
    width: 150px;
    font-weight: 600;
    padding: 13px 18px;
    margin-right: 25px;
    border-radius: 50px;
    margin-top: 20px;
    transition: 0.4s ease all;
}

.BannerBtn1 {
    background: #fff;
    border: 2px solid #fff;
    color: #63aae2
}

.BannerBtn2 {
    background: #63aae2;
    border: 2px solid #fff;
    color: #fff;
}

.BannerBtn1:hover, .BannerBtn1:active, .BannerBtn1:focus, .BannerBtn2:hover, .BannerBtn2:active, .BannerBtn2:focus {
    background: #fff;
    border: 2px solid #fff;
    color: #63aae2;
    outline: none;
}

.SliderDownloadLinks {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.SliderDownloadLinks a {
    background: white;
    width: 50px;
    height: 50px;
    display: table-cell;
    margin-left: 10px;
    float: left;
    font-size: 24px;
    padding-top: 8px;
    color: #63aae2;
    transition: 0.4s ease all;
}

.SliderDownloadLinks a:hover {
    color: #fff;
    background-color: #63aae2;
}

/********* Second section stats here *********/

#AboutSpot {
    padding: 100px 0 0 0;
    background: #f4f4f4;
}

.AboutSopt {
    background-image: url(../../Images/splash.png);
    height: 520px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 15px;
}

.AboutSoptEatery {
    background-image: url(../../Images/splash-eatery.png);
    height: 520px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 15px;
}

.AboutSoptEateries {
    background-image: url(../../Images/splash-eateries.png);
    height: 520px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 15px;
}

.AboutSpotDetail h2 {
    color: #525252;
    font-weight: 400;
}

.AboutSpotDetail h2 span {
    color: #424242;
    font-weight: 600;
}

.AboutSpotDetail p {
    color: #8f8f8f;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
}

.AboutBtn {
    background: #63aae2;
    color: #fff;
    padding: 17px 24px;
    font-size: 13px;
    font-weight: 500;
    cursor: auto;
}

.AboutBtn img {
    transform: translateY(-3px);
}

.AboutBtn:hover, .AboutBtn:active, .AboutBtn:focus {
    background: #63aae2;
    color: #fff;
    outline: none;
    box-shadow: none;
}

/********* Features starts here *********/

#SpotFeatures {
    padding: 75px 0 100px 0;
}

.SpotFearuresDetails {
    float: left;
    margin-top: 30px;
}

.SpotFearuresDetails h3 {
    margin-top: 0;
    color: #727272;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.SpotFearuresDetails p {
    color: #8f8f8f;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    word-spacing: 0px;
    margin-bottom: 50px;
}

.FeaturesIcon {
    width: 55px;
    height: 55px;
    background: #63aae2;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    position: relative;
    transition: 0.4s ease all;
}

.FeaturesIcon::after {
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(99, 170, 226, 0.4);
    box-shadow: 0px 0px 0px 2px rgba(99, 170, 226, 0.4);
    left: -2px;
    position: absolute;
    content: '';
    width: 59px;
    height: 59px;
    top: -2px;
    opacity: 0;
    transition: 0.4s ease all;
}

.FeaturesIcon img, .FeaturesIcon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.RightFeatures, .LeftFeatures {
    margin-top: 73px;
}

.HoverEffect {
    cursor: pointer;
}

.HoverEffect:hover .FeaturesIcon {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(99, 170, 226, 0.12);
    box-shadow: 0px 0px 0px 8px rgba(99, 170, 226, 0.12);
}

.HoverEffect:hover .FeaturesIcon::after {
    opacity: 1;
}

.Image {
    position: relative;
    float: left;
    width: 100%;
    height: 500px;
}

.FeatureMobile {
    height: 475px;
    margin: auto;
    display: table-cell;
    position: absolute;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* video*/

.video-section {
    background-image: url(../../Images/video-background.png);
    padding: 16.5% 0;
    height: 520px;
    background-size: cover;
}

.ClickToPlay {
    color: #fff;
}

.ClickToPlay h2 {
    font-size: 25px;
    margin-top: 28px;
}

.ClickToPlay i {
    font-size: 60px;
    transition: 0.4s ease all;
    cursor: pointer;
}

.ClickToPlay i:hover {
    color: #63aae2;
}

/********** Spot Benefits starts here *********/

#SpotBenefits {
    padding: 75px 0 100PX 0;
    background: #f4f4f4;
}

.SpotBeniffitsDetails {
    background: #f4f4f4;
}

.form-group {
    margin-bottom: 25px;
}

.BenefitsCards {
    margin: auto;
    width: 90%;
    border: 2px solid #2095f25e;
    border-radius: 15px;
    padding: 32px;
    position: relative;
    margin-top: 70px;
}

.BenefitsCards span {
    width: 50px;
    height: 50px;
    background: #63aae2;
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 0px 8px rgba(99, 170, 226, 0.12);
    box-shadow: 0px 0px 0px 8px rgba(99, 170, 226, 0.12);
}

.BenefitsCards span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.BenefitsCards span::after {
    content: '';
    width: 54px;
    height: 54px;
    top: -2px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(99, 170, 226, 0.4);
    box-shadow: 0px 0px 0px 2px rgba(99, 170, 226, 0.4);
    left: -2px;
    position: absolute;
}

.BenefitsCards h3 {
    color: #63aae2;
    font-size: 19px;
    font-weight: 500;
}

.BenefitsCards p {
    color: #8f8f8f;
    line-height: 22px;
    font-size: 13px;
    font-weight: 500;
}

/* explore Spot */

#ExploreSpot {
    padding: 75px 0 52px 0;
}

.MobileCarousel {
    position: relative;
}

.MainMobile {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 49%;
}

.MobileTop {
    z-index: 9999;
}

/* faqs */

#SpotFaqs {
    padding: 100px 0;
    background: #f4f4f4;
}

#SpotFaqs .HrTagLine {
    margin-left: 0;
}

#SpotFaqs .SubHeading {
    padding: 0;
}

#SpotFaqs a:hover {
    text-decoration: none;
}

.FaqsMobile img {
    margin: auto;
    display: grid;
}

.FaqsMobile img {
    height: 550px;
}

/* accodrion secctings */

#SpotFaqs .collapse, #SpotFaqs .collapse .in {
    -webkit-box-shadow: 0px 0px 6px 3px rgba(123, 123, 123, 0.12);
    box-shadow: 0px 0px 6px 3px rgba(123, 123, 123, 0.12);
    color: #8f8f8f !important;
    line-height: 22px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

#SpotFaqs .collapse p, #SpotFaqs .collapse .in p {
    color: #8f8f8f !important;
    line-height: 22px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.panel-group .panel+.panel {
    margin-top: 10px;
}

.panel-heading {
    border-radius: 0;
}

.panel-group .panel {
    border-radius: 0;
    border: none;
}

.panel-group {
    margin-bottom: 0;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #63aae2;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 14px 15px;
    font-size: 14px;
    font-weight: 500;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #63aae2;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    font-family: FontAwesome;
    content: "\f107";
    -webkit-transform: rotate(180deg) translateY(3px);
    transform: rotate(180deg) translateY(3px);
    border: 1px solid #fff;
    padding: 1px 4px;
    background: #fff;
    color: #63aae2;
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    font-family: FontAwesome;
    content: "\f107";
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    border: 1px solid #fff;
    padding: 1px 4px;
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
    content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}

/* download app */

#AppDownload {
    background-image: url(../../Images/DownloadAppBg1.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 10px 0 20px 0;
    background-position: bottom;
    background-repeat: no-repeat;
}

.HrTagLine1 {
    background-image: url(../../Images/HrTagLine001.png);
    width: 136px;
    height: 21px;
    background-size: cover;
    border: none;
}

.MainHeading1 {
    color: #fff;
    font-weight: 400;
}

.MainHeading1 span {
    color: #FFF;
    font-weight: 600;
}

.SubHeading1 {
    color: #fff;
    line-height: 22px;
    font-size: 15px;
    font-weight: 500;
    padding: 0 8%;
}

.GooglePlayLink {
    background: #63aae2;
    border-radius: 50px;
    color: #fff;
    transition: 0.4s ease all;
    font-size: 13px;
    width: 140px;
    font-weight: 600;
    padding: 14px 18px;
    margin-right: 25px;
    margin-top: 35px;
}

.GooglePlayLink:hover, .GooglePlayLink:active, .GooglePlayLink:focus {
    color: #fff;
    background: #346b97;
    outline: none;
}

.MobileApp {
    width: 60%;
    margin: auto;
    transform: translateY(67px);
}

/* ContactUs section starts here */

#ContactUs {
    background: #fff;
    padding: 100px 0;
}

.ContactForm textarea, .ContactForm input {
    resize: none;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0), 0 0 16px 2px rgba(208, 206, 206, 0.29);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0), 0 0 16px 2px rgba(208, 206, 206, 0.29);
    border: none;
}

.ContactForm textarea::-webkit-input-placeholder, .ContactForm input::-webkit-input-placeholder {
    color: #8f8f8f;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.ContactForm input {
    height: 50px;
}

fieldset {
    margin-top: 40px;
}

.SendBtn {
    background: #63aae2;
    border-radius: 50px;
    color: #fff;
    transition: 0.4s ease all;
    font-size: 13px;
    font-weight: 600;
    padding: 13px 18px;
}

.SendBtn img {
    width: 13%;
    margin-left: 5px;
}

.SendBtn:hover, .SendBtn:focus, .SendBtn:active {
    color: #fff;
    background: #346b97;
    outline: none;
    -webkit-box-shadow: 0px 0px 0px 4px #7a787826;
    box-shadow: 0px 0px 0px 4px #7a787826;
}

/* form validation */

.has-error .form-control {
    border-color: #843534 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 !important;
}

.has-success .form-control {
    border-color: #9fffa1 !important;
    border-color: #2b542c !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #76bae2 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #76bae2 !important;
}

input::-internal-autofill-selected {
    background-color: #fff !important;
}

.help-block, .has-error .form-control-feedback, .has-success .form-control-feedback {
    display: none !important;
}

/* footer starts here */

footer {
    background: #f4f4f4;
    padding: 80px 0 85px 0;
}

.AboutUS {
    width: 60%;
}

.Subscribe {
    width: 60%;
}

.Subscribe input {
    width: 70%;
    float: left;
}

.Subscribe button {
    padding: 7px;
    margin-left: 7px;
}

.FooterHeading {
    font-size: 16px;
    font-weight: 700;
    color: #767575;
    text-transform: uppercase;
}

.FooterDetails p {
    text-align: justify;
    color: #8f8f8f;
    line-height: 22px;
    font-size: 13px;
    font-weight: 500;
}

.FooterDetails ul {
    padding: 0;
    list-style-position: inside;
    color: #8f8f8f;
}

.FooterDetails ul li a {
    color: #8f8f8f;
    line-height: 22px;
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    list-style-position: inside;
    transition: 0.4s ease all;
}

.FooterDetails ul li a:hover {
    color: #63aae2;
    text-decoration: none;
}

.FooterDetails img {
    margin: 15px 0;
}

.Copyright {
    background-color: #282828;
    color: #a0a0a0;
    padding: 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.social {
    display: flex;
    list-style: none;
}

.social img {
    width: 32px;
}

.container-product-bar {
    position: relative;
}

.wrapper-product-bar {
    border: 0;
    bottom: 20px;
    width: 100%;
}

.list-product-bar {
    display: flex;
    background: #f4f4f4;
    padding: 0;
    width: 380px;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    max-width: 100vw;
    border-radius: 15px;
    margin-bottom: 15px;
}

.product-bar-item {
    min-width: 100px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background:#f4f4f4;
    cursor: pointer;
}

.product-bar-icon {
    height: 40px;
    width: 40px;
    margin-bottom: 5px;
}

.product-selected {
    background-color: #a9d1ef;
    color: #fff;
}

.product-bar-desc {
    /* white-space: nowrap; */
    font-size: 14px;
    text-align: center;
}

.story-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 400px;
}

.story-card.compact {
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
}

.story-card.compact .story-card-img-top {
    width: 100%;
    object-fit: cover;
}

.story-card.compact .story-card-body {
    background-color: #fff;
    padding: 1.25rem;
}

.story-card.compact .link {
    font-size: 15px;
}

.story-card.circle-avatar {
    text-align: center;
}

.story-card-avatar {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.two-col-card {
    border: none;
}

.two-col-card .card-body .card-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 'bold';
    font-size: 18px;
    line-height: 1;
    color: #2d2e2e;
}

.two-col-card .card-body .card-text {
    font-size: 15px;
    line-height: 1.33;
    color: #606c74;
}

.two-col-card .card-body .link {
    font-size: 15px;
}

.shadow {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
}

.story-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    margin-top: 15px;
    margin-bottom: 15px;
}

.story-card-img-top {
    width: 100%;
}

.story-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 0;
}

.story-card-body a {
    cursor: pointer;
}

.story-card-footer {
  padding-bottom: 1.5rem;
}

.story-card-sub-title {
    margin-bottom: .75rem;
    margin-top: .75rem;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: 0.3px;
    color: var(--primary);
}

.story-card-title {
    margin-bottom: .75rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 'bold';
    font-size: 18px;
    line-height: 1.22;
    color: #2d2e2e;
}

.story-card-secondary-title {
    margin-bottom: .75rem;
    font-size: 14px;
    line-height: 1.29;
    color: #2d2e2e;
}

.story-card-title+.story-card-secondary-title {
    margin-top: -.5rem;
}

.story-card-text {
    font-family: 'Raleway', sans-serif;
    /* font-size: 15px; */
    font-size: 14px;
    line-height: 1.33;
    color: #606c74;
}

#Partners img {
    width: 190px;
}

.text-center {
text-align: center;
}