@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap);

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

body {
    font-family: "Work Sans", sans-serif;
    color: #444444;
    min-width: 320px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Work Sans", sans-serif;
}

h1 {
    color: #000e22;
    /* color: #fff; */
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
}

/*For VideoModal spacing issue*/
.modal-open {
    padding-right: 0px !important;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}

/*--------------------------------------------------------------
# Buttons - General
--------------------------------------------------------------*/

.btn-main {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

.btn-main:hover {
    background: #000e22;
    border: 2px solid #000e22;
    cursor: pointer;
}

#linkedin-icon {
    max-width: 150px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    /* display: none; */
    width: 40px;
    height: 40px;
    border-radius: 1rem;
    top: 1.25rem;
    left: 1.25rem;
    background: transparent;
    border: 2px solid #fff;
    transition: display 0.5s ease-in-out;
    z-index: 10;
}

.back-to-top #back-to-top-icon {
    transform: scale(0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.back-to-top:hover {
    color: #fff;
    background: #c3c3c3;
    transition: background 0.2s ease-in-out;
}
/*--------------------------------------------------------------
  # Header / NavBar
  --------------------------------------------------------------*/
#header {
    background: rgba(0, 0, 0, 0.75);
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    /* border: 2px solid lawngreen; */
    width: 100%;
}

#header .logo a {
    color: #fff;
}

#header .logo img {
    max-height: 40px;
}

/* Desktop Navigation */

header.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border-bottom: 1px solid #d5dbe318;
    display: inline-flex;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    opacity: 1;
}

header .header_actions > a {
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-weight: normal;
    max-width: 280px;
    display: inline-flex;
    height: 100%;
    position: relative;
    padding: 0 25px;
    background-color: transparent;
    text-decoration: none;
    margin: 0 10px;
}

header .header_actions > a:hover {
    color: #38abff;
    transition: all 0.2s ease-in-out;
}

.navbar-logo {
    min-width: 60px;
    width: 175px;
    margin-right: 1rem;
}

@media screen and (max-width: 480px) and (orientation: portrait) {
    .navbar-logo {
        transform: scale(1);
    }
}
@media screen and (max-height: 480px) and (orientation: landscape) {
    .navbar-logo {
        position: absolute;
        left: 35vw;
        transform: scale(1);
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .navbar-logo {
        position: absolute;
        left: 35vw;
        transform: scale(1);
    }
}

#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 15px 0;
    background: #1e4356;
}

#header.header-transparent {
    background: none;
}

#header.header-scrolled {
    background: rgba(30, 67, 86, 0.8);
    height: 60px;
    padding: 10px 0;
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 4px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

.navbar-wrapper {
    padding: 0 4em;
    margin: 0 0em;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding-left: 2em;
    list-style: none;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #fff;
    padding: 20px 8px;
    transition: 0.3s;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: normal;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
    color: #a2cce3;
    text-decoration: none;
}

.nav-menu .drop-down ul {
    position: absolute;
    padding-left: 0;
    top: 125%;
    min-width: 175px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(to bottom, #0c0d0d, rgba(57, 67, 89, 0.8));
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    border-radius: 0.25em;
}

.nav-menu .drop-down:hover > ul {
    opacity: 0.9;
    top: 110%;
    visibility: visible;
}

.nav-menu .drop-down ul li {
    position: relative;
    padding-left: 0;
}

.nav-menu .drop-down ul li a {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    text-align: center;
    color: #fff;
    padding: 1em 3em;
    border-bottom: 2px solid #0c0d0d25;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
    color: #68a4c4;
}

.nav-menu .drop-down > a:after {
    content: "▼";
    padding-left: 10px;
    font-size: 10px;
}

/* Sidebar  */

.sidebar-logo {
    text-align: center;
}

.sidebar-logo img {
    width: 8em;
}

.sidebar .social-icons {
    position: absolute;
    max-width: 50px;
    bottom: 20px;
    margin: auto auto;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.4;
}

/* Mobile Navigation */

.bm-burger-button {
    display: none;
    position: fixed;
    width: 35px;
    height: 25px;
    right: 4em;
    top: 1.6em;
    background-color: transparent;
}

.bm-item:hover {
    color: #23e6f8;
    text-decoration: none;
    opacity: 1;
    border: 0;
}

.bm-item:active {
    text-decoration: none;
    border: 0;
}

.bm-item:focus {
    outline: none;
}

.bm-burger-bars {
    background: #fff;
}
.bm-burger-bars-hover {
    background: #000e22;
    transition: all 250ms ease-out;
}

.bm-cross-button {
}

.bm-cross {
    background: #fff;
}

.bm-menu {
    height: 100%;
    width: 100%;
    padding: 3em 1em;
    text-align: center;
    overflow: hidden !important;
    background-color: rgba(50, 53, 66, 0.737);
    opacity: 0.95;
}

.bm-menu-wrap {
    max-width: 50vw;
    fill: #000e22;
    opacity: 0.95;
}

.bm-item-list {
    margin-top: 5vh;
    color: #ffffff;
    opacity: 1;
    outline: none !important;
}

.bm-overlay {
    background: rgba(0, 0, 0, 0.8);
}

header .header_actions .action-links {
    display: none;
}
.nav-menu,
.nav-menu * {
    display: none;
}

.bm-burger-button {
    display: block;
}

@media screen and (max-device-width: 480px) and (orientation: portrait) {
    .bm-burger-button {
        position: fixed;
        width: 25px;
        height: 20px;
        right: 2em;
        top: 1.75em;
        background-color: transparent;
    }

    .bm-menu {
        height: 100vh;
        width: 100%;
        padding: 2em 0em;
        text-align: center;

        background-color: #0c0d0d;
        opacity: 0.95;
    }

    .sidebar-logo img {
        width: 5em;
    }
}

/*--------------------------------------------------------------
# Hero Section  #394359
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    /* background: rgb(56,169,252);
background: linear-gradient(0deg, rgba(56,169,252,1) 0%, rgba(17,30,68,1) 200%); */
    background: linear-gradient(
        to bottom,
        rgba(57, 67, 89, 1),
        rgba(57, 67, 89, 0.8)
    );
    overflow: hidden;
    padding: 0;
    /* clip-path: circle(66% at 50% -5%); */
}

#hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* background: url(../img/backgrounds/hero-bg.svg) no-repeat center center
        fixed; */
    background: url(../img/backgrounds/hero-bg.svg) no-repeat center center
        fixed;
    background-size: cover;
    /* z-index: -1; */
    pointer-events: none;
}

@media (min-width: 320px) and (max-width: 540px) {
    #hero::before {
        /* background: transparent; */
    }
}

@media (min-width: 540px) and (max-width: 1366px) and (min-height: 500px) {
    #hero::before {
        /* background: url(../img/backgrounds/hero-bg-mobile.svg) no-repeat center
            center fixed; */
        background: url(../img/backgrounds/hero-bg-mobile.svg) no-repeat center
            center fixed;
        background-size: fill;
        /* z-index: -1; */
    }
}

#hero .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: 0.3;
}

#hero .carousel-item::before {
    content: "";
    /* background-color: rgba(0, 0, 0, 0.5); */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .carousel-content {
    text-align: center;
}

@media (max-height: 500px) and (orientation: landscape) {
    #hero .carousel-content {
        text-align: center;
        transform: scale(0.9) translateY(20%);
    }
    #hero::before {
        background: transparent;
    }
}

#hero h2,
#hero h1 {
    /* color: #000e22; */
    color: #fff;
    margin-bottom: 30px;
    font-size: 34px;
    font-weight: 700;
}

#hero h2 span {
    color: #5c9f24;
}

#hero p {
    width: 75%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    /* color: #000e22; */
    color: #fff;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
    opacity: 1;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 1;
    width: auto;
    height: auto;
    background: rgba(1, 1, 1, 0.5);
    border-radius: 50px;
    padding: 7px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(1, 1, 1, 1);
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #5c9f24;
}

#hero .btn-get-started {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#hero .btn-get-started:hover {
    background: #000e22;
    border: 2px solid #000e22;
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 80px 2rem;
    overflow: hidden;
    position: relative;
}

.section-header .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #0f394c;
    margin-bottom: 15px;
    text-align: center;
}

.section-header .section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #777;
    font-style: italic;
}

.section-header .section-divider {
    display: block;
    width: 100px;
    height: 3px;
    background: #0f394c;
    margin: 0 auto;
    margin-bottom: 20px;
}

.home .section-bg {
    padding: 150px 0;
    color: #fff;
}

.home .section-bg:before {
    content: "";
    background: #343542bc;
    position: absolute;
    bottom: 60px;
    top: 60px;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
}

/*--------------------------------------------------------------
# OurStory
--------------------------------------------------------------*/
.ourstory {
    height: 50vh;
    /* background: #394359; */
    /* background: linear-gradient(
        to bottom,
        rgba(57, 67, 89, 0.8),
        rgba(50, 53, 66, 0.5)
    ); */
    padding: 60px 0;
}

@media (max-height: 500px) and (orientation: landscape) {
    .ourstory {
        height: 100vh;
    }
}

.ourstory h3 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
}

.ourstory p {
    color: #000;
}

.ourstory .ourstory-btn {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #000e22;
    color: #000e22;
}

.ourstory .ourstory-btn:hover {
    background: #000e22;
    color: #fff;
    /* border: 2px solid #fff; */
}

.player-wrapper {
    position: relative;
    padding-top: 56.25%;
}

.react-player {
    position: absolute;
    top: 50%;
    /* left: 0; */
}
/*--------------------------------------------------------------
  # Solutions
  --------------------------------------------------------------*/

.solutions {
    /* background: linear-gradient(to bottom, rgba(50, 53, 66, 0.5), #fff); */
    /* background: #000e22; */
    background: #444444;
}

.solutions .container {
    position: relative;
    z-index: 10;
}

.solutions .content {
    padding: 30px 30px 30px 0;
}

.solutions .content h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
}

.solutions .content p {
    /* margin-bottom: 30px; */
}

@media (max-width: 1200px) {
    .solutions .content {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .solutions {
        text-align: center;
    }
}

.solutions .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.solutions .icon-box::before {
    content: "";
    position: absolute;
    background: #e1f0fa;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}

/* .solutions .icon-box:hover::before {
  background: #3498db;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
} */

.solutions .icon {
    margin: 0 auto 20px auto;
    padding-top: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #7caaf1;
    transition: all 0.3s ease-in-out;
}

.solutions .icon i {
    font-size: 36px;
    line-height: 1.15;
    color: #fff;
}

.solutions .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.solutions .title {
    color: #000e22;
}

.solutions .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    color: #444444;
}

/* .solutions .icon-box:hover .title a,
.solutions .icon-box:hover .description {
  color: #fff;
}

.solutions .icon-box:hover .icon {
  background: #fff;
} */

/* .solutions .icon-box:hover .icon i {
  color: #3498db;
} */

.solutions .btn-main {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
    background: #7caaf1;
}

.solutions .btn-main:hover {
    background: #000e22;
    border: 2px solid #000e22;
    cursor: pointer;
}

/*--------------------------------------------------------------
# Geographies
--------------------------------------------------------------*/

.geographies {
    background: #fff;
}

.list-countries-container {
    display: table;
    margin: 0 auto;
}

.list-countries {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1em;
    padding: 4em 0em;
}

.list-countries .country {
    padding: 0 1em;
    list-style: none;
    text-align: center;
    /* max-width: 170px; */
}

.list-countries .img {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #7caaf1;
    border-radius: 100%;
    margin: 0 auto 20px;
}

.list-countries .img img {
    max-width: 45px;
}

.list-countries .text {
    font: 19px "Work Sans", sans-serif;
    font-weight: 700;
}

#world-map {
    background-color: #f9fcff;
    background-image: linear-gradient(147deg, #f9fcff 0%, #dee4ea 74%);
    border-radius: 50%;
    box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
  # Our Supporters
  --------------------------------------------------------------*/

.supporters {
    background: #fff;
}
/* .supporters .logo-carousel .logo {
      max-width: 250px;
      max-height: 250px;
  } */

.supporters .logo {
    text-align: center;
}

.supporters .logo img {
    max-width: 250px;
    max-height: 250px;
}

.logo {
    transition: ease-in-out 350ms;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    transform: scale(0.78);
}

.logo:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    transform: scale(0.8);
}

/*--------------------------------------------------------------
# Industries
--------------------------------------------------------------*/
.industries {
    /* background: linear-gradient(to bottom, rgba(57, 67, 89, 0.3), #fff); */
    background: #fff;
}

.industries .icon-boxes h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0f394c;
    margin-bottom: 15px;
}

.industries .icon-box {
    margin-top: 40px;
}

.industries .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #bbbbbb;
    border-radius: 50px;
    transition: 0.5s;
    background: #009970;
    border-color: #009970;
    color: #fff;
}

.industries .icon-box:hover .icon i {
    color: #fff;
}

.industries .icon-box .title {
    margin-left: 85px;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 10px;
    font-size: 18px;
}

.industries .icon-box .title a {
    color: #343a40;
    transition: 0.3s;
}

.industries .icon-box .title a:hover {
    color: #49b5e7;
}

.industries .icon-box .description {
    margin-left: 85px;
    line-height: 24px;
    font-size: 14px;
}

.industries .image-box {
    background: url(../img/gears2.svg) center center no-repeat;
    background-size: cover;
    min-height: 500px;
    border-radius: 0em;
}

@media (min-width: 1200px) {
    .industries .image-box {
        margin-left: 15px;
        margin-right: -15px;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: rgba(50, 53, 66, 0.737);
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    background: rgba(50, 53, 66, 0.737);
    border-bottom: 1px solid #2f2f2f;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #2a2a2a;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #68a4c4;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #68a4c4;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #68a4c4;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #5c9f24;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    background: #68a4c4;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer .social-icons {
    max-width: 50px;
}

/*--------------------------------------------------------------
# stories-carousel
--------------------------------------------------------------*/
.stories-carousel {
    padding: 80px 0;
    background: transparent;
    position: relative;
}

.stories-carousel .card {
    height: 425px;
    border: none;
    background: transparent;
}

.stories-carousel .card-body {
    background: transparent;
}

.stories-carousel .section-header {
    margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Request Demo / Connect
--------------------------------------------------------------*/
.connect {
    background: lightslategray;
    padding: 80px 0;
}

.connect h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.connect p {
    color: #fff;
}

.connect .connect-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #ef6603;
}

.connect .connect-btn:hover {
    background: #fff;
    color: #ef6603;
}

@media (max-width: 1024px) {
    .connect {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .connect .connect-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .btn-main {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
    background: #7caaf1;
}

.contact .btn-main:hover {
    background: #000e22;
    border: 2px solid #000e22;
    cursor: pointer;
}

.home .contact {
    background: rgba(50, 53, 66, 0.5);
}

.contact .container {
    border: 1px solid #d5dbe318;
    background: #fff;
    padding: 3em 4em;
    border-radius: 1em;
    box-shadow: 2px 20px 15px rgba(0, 0, 0, 0.1);
}

.contact .contact-image {
    position: relative;
}

.contact .contact-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

@media (max-width: 768px) {
    .contact .container {
        padding: 3em 2em;
        border-radius: 1em;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    /* background: #f4f2f2; */
    margin-bottom: 10px;
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0f394c;
    margin-bottom: 15px;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li {
    color: #000e22;
}

.breadcrumbs ol li a {
    color: #c0c0c0;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #635551;
    content: "/";
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog-header {
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
    font-family: "Playfair Display", Georgia, "Times New Roman",
        serif /*rtl:Amiri, Georgia, "Times New Roman", serif*/;
    font-size: 2.25rem;
}

.blog-header-logo:hover {
    text-decoration: none;
}

.display-4 {
    font-size: 2.5rem;
}
@media (min-width: 768px) {
    .display-4 {
        font-size: 3rem;
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
}

.card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
}

.flex-auto {
    flex: 0 0 auto;
}

.h-250 {
    height: 250px;
}
@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}

.share-btn-label {
    text-align: center;
}

.share-btn-container-vertical {
    display: flex;
    background: #fff;
    flex-direction: column;
    padding: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 50%;
    transform: translateY(-50%) translateX(20%);
}

.share-btn-container-vertical button {
    margin: 6px 0;
    transition: 500ms;
    outline: none;
}

.share-btn-container-vertical button:hover {
    transform: scale(1.2);
}

@media (max-width: 550px) {
    .share-btn-container-vertical {
        display: none;
    }

    .blog-detail,
    .blog-container {
        margin: 0 10px;
    }
}

/* Horizontal Share Button */
.share-btn-container-horizontal {
    display: flex;
    background: #fff;
    flex-direction: row;
    padding: 16px 0;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
    justify-content: center;
}

.share-btn-container-horizontal .share-label {
    display: none;
}

.share-btn-container-horizontal button {
    margin: 0 8px;
    outline: none;
    transition: 500ms;
}

.share-btn-container-horizontal button:hover {
    transform: scale(1.2);
}

/* Blog Navigation */
.blog-sidebar-menu {
    /* background: #000e22; */
    /* margin-top: 10em; */
}

.blog-sidebar-label {
    margin-left: 1em;
    margin-top: 0.5em;
}

.blog-sidebar-navigation {
    /* display: flex;
    flex-direction: column; */
}

.blog-search {
}
