:root {
    --primary: #114888;
    --dark-primary: #29aae3;
    --light-blue: #E4F0FF;
    --white: #ffffff;
    --black: #000000;
    --light-grey: #a7a7a7;
    --body-color: #3e3e3e;
}

/* Fonts Start */
@font-face {
    font-family: "AeonikTRIAL";
    src: url("../fonts/AeonikTRIAL-Light.woff2") format("woff2"),
        url("../fonts/AeonikTRIAL-Light.woff") format("woff"),
        url("../fonts/AeonikTRIAL-Light.otf") format("otf");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "AeonikTRIAL";
    src: url("../fonts/AeonikTRIAL-Bold.woff2") format("woff2"),
        url("../fonts/AeonikTRIAL-Bold.woff") format("woff"),
        url("../fonts/AeonikTRIAL-Bold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
  font-family: "AeonikTRIAL";
  src: url("../fonts/AeonikTRIAL-SemiBold.woff2") format("woff2"),
    url("../fonts/AeonikTRIAL-SemiBold.woff") format("woff"),
    url("../fonts/AeonikTRIAL-SemiBold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}*/

@font-face {
    font-family: "AeonikTRIAL";
    src: url("../fonts/AeonikTRIAL-Regular.woff2") format("woff2"),
        url("../fonts/AeonikTRIAL-Regular.woff") format("woff"),
        url("../fonts/AeonikTRIAL-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Fonts End */

/* Common CSS Start */
body {
    font: 18px/1.5 "AeonikTRIAL", Arial, Helvetica, sans-serif;
    color: var(--body-color);
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
.custom-primary-btn {
    display: inline-block;
    background: var(--primary);
    color: var(--white);
    padding: 12px 30px;
    text-decoration: none;
    transition: all 0.5s ease;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.6;
}
.custom-primary-btn:hover {
    background: var(--dark-primary);
    color: var(--white);
}
.custom-btn-primary-outline {
    display: inline-block;
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
    padding: 15px 40px;
    text-decoration: none;
    transition: all 0.5s ease;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.6;
}
.custom-btn-primary-outline:hover {
    background: var(--primary);
    color: var(--white);
}
.common-title-desc h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}
.common-title-desc p {
    font-size: 18px;
    margin-bottom: 80px;
}
.common-title-desc.text-center h3 {
    margin-bottom: 10px;
}
.common-title-desc.text-center {
    max-width: 760px;
    margin: 0 auto 60px;
}
.common-title-desc.text-center span {
    display: block;
    font-size: 18px;
}
.common-banner-sec .container > .row {
    position: relative;
}
.common-banner-sec .container > .row:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgb(25, 25, 25);
    background: linear-gradient(
        135deg,
        rgba(25, 25, 25, 1) 0%,
        rgba(25, 25, 25, 0) 100%
        );
    pointer-events: none;
}
.common-banner-details {
    position: relative;
    z-index: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}
.fixed-contact-btn a {
    position: fixed;
    top: 90%;
    right: 7%;
    z-index: 10;
}
.breadcrumb li.breadcrumb-item a {
    text-decoration: none;
    color: #b4b4b4;
    transition: all 0.5s ease;
}
.breadcrumb li.breadcrumb-item a:hover {
    color: var(--primary);
}
.breadcrumb-item.active {
    color: #b4b4b4;
}
/* Common CSS End */

/* Header CSS Start */
header {
	position: sticky;
    top: 0;
    background: #fff;
    z-index: 5;
}
.header-search-like-login {
    display: flex;
    align-items: center;
}
.header-search-like-login a img {
    max-width: 30px;
    margin: 0 0 0 15px;
}

.header-search-block {
    position: relative;
}
.header-search-block input {
    max-width: 275px;
    width: 100%;
    background-color: var(--light-blue);
    font-size: 20px;
    border: none;
    border-bottom: 2px solid rgb(71 71 71 / 40%);
    padding: 15px 50px 15px 20px;
    color: var(--primary);
    border-radius: 0px;
}
.header-search-block input::placeholder {
    color: rgb(17 72 136 / 20%);
}
.header-search-block input:focus {
    outline: 1px solid var(--light-grey);
}
.header-search-block a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.navbar-expand-lg .navbar-nav .nav-link,
.navbar-nav .nav-link {
    font-size: 20px;
    padding: 10px 20px 5px;
    display: inline-block;
    color: rgb(17 72 136 / 40%);
    transition: all 0.5s ease;
    position: relative;
    text-transform: capitalize;
}
.navbar-expand-lg .navbar-nav .nav-link::after,
.navbar-nav .nav-link:after {
    content: "";
    display: block;
    width: 0%;
    height: 4px;
    background-color: var(--primary);
    border-radius: 10px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease;
    opacity: 0;
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-nav .nav-link.active {
    color: var(--primary);
    font-weight: 500;
    opacity: 1;
}
.navbar-expand-lg .navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link:hover::after,
.navbar-expand-lg .navbar-nav .nav-link.active::after,
.navbar-nav .nav-link.active::after {
    width: 70%;
    opacity: 1;
}
/* Header CSS End */

/* Hero Section CSS Start */
.hero-slider-inner {
    position: relative;
}
.hero-slider-inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgb(0 0 0 / 10%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.hero-slider-inner img {
    width: 100%;
}
.hero-slider-inner .hero-slider-inner-details {
    position: absolute;
    bottom: 100px;
    left: 70px;
    max-width: 650px;
    color: var(--white);
    z-index: 1;
}
.hero-slider-inner .hero-slider-inner-details h1 {
    font-size: 60px;
    font-weight: normal;
    margin-bottom: 20px;
}
.hero-slider-inner .hero-slider-inner-details h1 strong {
    display: block;
}
.hero-slider-inner .hero-slider-inner-details p {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
}
.swiper-pagination-bullet {
    opacity: 1;
    width: 13px;
    height: 13px;
    background: transparent;
    border: 1px solid #fff;
    margin: 0 12px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--white);
}
/* Hero Section CSS End */

/* Features Section CSS Start */
.feature-section {
    padding: 140px 0 120px;
}
.features-inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.features-inner figure {
    background-color: #f4f9ff;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0;
}
.features-inner .features-details h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #343434;
}
.features-inner .features-details p {
    font-size: 20px;
    margin-bottom: 0;
}
/* Features Section CSS End */

/* Available Section CSS Start */
.available-section {
    margin-bottom: 200px;
}
.available-img figure {
    margin-bottom: 0;
}
.available-img img {
    width: 100%;
}
.available-inner {
    padding: 100px 70px;
    background: var(--light-blue);
    height: 100%;
}
/* Available Section CSS End */

/* Perfect Fit Secton CSS Start */
.perfect-fit-secton {
    background: var(--light-blue);
    padding: 70px 0 35px;
}
.perfect-fit-img {
    margin-top: -50px;
}
.perfect-fit-img img {
    width: 100%;
}
/* Perfect Fit Secton CSS End */

/* Explore Categories Secton CSS Start */
.explore-categories-section {
    padding: 137px 0 316px;
}
.explore-categories-inner {
    position: relative;
    margin-bottom: 48px;
}

.explore-categories-inner > img {
    width: 100%;
}

.explore-categories-details {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 30px;
    width: 90%;
    margin: 0 auto;
    background: #fff;
    left: 0;
    right: 0;
}

.explore-categories-details a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    text-decoration: none;
    width: 100%;
    padding: 10px 30px;
    gap: 10px;
}
.explore-categories-details a img {
    display: block;
    margin-left: auto;
    transition: all 0.5s ease;
}
.explore-categories-details a:hover img {
    transform: translateX(5px);
}
.explore-categories-details .cate-details h4 {
    font-size: 26px;
    color: #343434;
    font-weight: bold;
}
.explore-categories-details .cate-details p {
    font-size: 18px;
    margin-bottom: 0;
}
/* Explore Categories Secton CSS End */

/* Discover Collections Secton CSS Start */
.discover-collections-section {
    background: var(--light-blue);
    padding: 96px 0 0;
    position: relative;
}
.discover-collections-inner {
    padding-bottom: 108px;
}
.discover-collections-img {
    position: relative;
    height: 100%;
}
.discover-collections-img img {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
/* Discover Collections Secton CSS End */

/* Tailored Secton CSS Start */
.tailored-section {
    padding: 182px 0 135px;
}
/* Tailored Secton CSS End */

/* Footer Secton CSS Start */
.footer-section {
    background: url("../img/common-tiles-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 87px 0 118px;
    color: var(--white);
}
.ftr-links {
    display: flex;
    flex-direction: column;
}
.ftr-links-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.ftr-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ftr-links ul li a {
    padding-bottom: 30px;
    text-decoration: none;
    color: var(--white);
    display: block;
    transition: all 0.5s ease;
}
.ftr-links ul li:last-child a {
    padding-bottom: 0;
}
.ftr-links ul li a:hover {
    text-decoration: underline;
}
.ftr-title-logo {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ftr-links.ftr-contact a {
    padding-bottom: 30px;
    display: inline-block;
    text-decoration: none;
    color: var(--white);
    transition: all 0.5s ease;
}
.ftr-links.ftr-contact a:hover {
    text-decoration: underline;
}
.ftr-links.ftr-contact span {
    display: block;
}
.ftr-links.ftr-contact p {
    margin-bottom: 0;
}
.ftr-social {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 15px;
}
.ftr-social a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease;
}
.ftr-social a:hover {
    border-color: var(--white);
}
.footer-section h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.form-block {
    margin-bottom: 20px;
}
.form-block input {
    background-color: #0a396e;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--white);
    border-radius: 0px;
}
.form-block input::placeholder {
    color: #f2f2f2;
}
.form-block input:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
    color: var(--white);
}
.submit-btn button {
    display: inline-block;
    background: var(--white);
    color: var(--primary);
    padding: 10px 25px;
    text-decoration: none;
    transition: all 0.5s ease;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4;
    font-weight: 500;
    border: 2px solid var(--white);
    min-width: 140px;
}
.submit-btn button:hover {
    background: transparent;
    color: var(--white);
}
/* Footer Secton CSS End */

/* Title Size Page CSS Start */
.inner-banner-section .container > .row {
    background: url("../img/common-tiles-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45px 31px 0 75px;
    color: var(--white);
}
.different-sizes-section {
    padding: 90px 0 50px;
}
.filter-sec .nav-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
    border: none;
    margin-bottom: 40px;
	position: sticky;
    top: 95px;
    z-index: 3;
    padding: 20px 0;
    background: #fff;
}
.filter-sec .nav-tabs .nav-link {
    width: 100%;
    border-radius: 0px;
    border: none;
    font-size: 20px;
    color: var(--black);
    padding: 10px 15px;
    background: var(--light-blue);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: all 0.5s ease;
}
.filter-sec .nav-tabs .nav-link img {
    transform: rotate(90deg);
    max-width: 18px;
    opacity: 0.2;
    transition: all 0.5s ease;
}
.filter-sec .nav-tabs .nav-link:hover,
.filter-sec .nav-tabs .nav-link.active {
    background: var(--primary);
    color: var(--white);
}
.filter-sec .nav-tabs .nav-link:hover img,
.filter-sec .nav-tabs .nav-link.active img {
    opacity: 1;
    filter: brightness(0) invert(1);
}
.sorting-select {
    position: relative;
    display: flex;
    align-items: center;
}
.sorting-select select {
    width: 100%;
    border-radius: 0px;
    border: none;
    font-size: 20px;
    color: var(--black);
    padding: 10px 50px 10px 15px;
    background: var(--light-blue);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: all 0.5s ease;
    margin-bottom: 40px;
}
.sort-by-sec label {
    display: block;
    color: #b4b4b4;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.sorting-select img {
    position: absolute;
    top: 18px;
    right: 20px;
    max-width: 20px;
    transform: rotate(90deg);
    pointer-events: none;
}
.sort-by-sec {
    margin-top: 75px;
	    position: sticky;
    top: 100px;
}
.tiles-with-size {
    margin-bottom: 30px;
}
.tiles-with-size a {
    color: var(--body-color);
    text-decoration: none;
}
.tiles-with-size a img {
    width: 100%;
}
.tiles-with-size-imgs {
    position: relative;
}
.tiles-with-size-hover-block {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.tiles-with-size a:hover .tiles-with-size-hover-block {
    opacity: 1;
    visibility: visible;
}
.tiles-with-size-imgs img {
    width: 100%;
    transition: all 0.5s ease;
}
.tiles-with-size-imgs .hover-img,
.tiles-with-size-imgs span {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    z-index: 1;
}
.tiles-with-size-imgs span {
    top: auto;
    bottom: 0;
    padding: 20px;
    font-size: 18px;
    text-align: center;
    display: block;
    width: 100%;
}
.tiles-with-size .tiles-inner .tiles-title-size {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.tiles-with-size .tiles-inner .tiles-title-size h5 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
}
.tiles-with-size .tiles-inner .tiles-title-size span {
    color: #aeaeae;
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: 2px;
}
.tiles-with-size .tiles-inner {
    background: #f9f9f9;
    padding: 20px;
    margin-top: 15px;
}
.tiles-with-size .tiles-inner p {
    margin-bottom: 0;
    color: #aeaeae;
}
/* Title Size Page CSS End */

/* Collection Banner Section CSS Start */
.collection-banner-section .container > .row {

    background-size: cover;
    background-repeat: no-repeat;
    padding: 45px 31px 0 75px;
    color: var(--white);
}
/* Collection Banner Section CSS End */

/* Outdoor Banner Section CSS Start */
.outdoor-banner-section .container > .row {
    background: url("../img/outdoor-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45px 31px 0 75px;
    color: var(--white);
}
/* Outdoor Banner Section CSS End */

/* Product Details Section CSS Start */
.product-details-section {
    margin-top: 25px;
    margin-bottom: 120px;
}
.product-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px 26px;
}
.product-images img {
    width: 100%;
}
.pro-inner-details a.custom-primary-btn {
    width: 100%;
    text-align: center;
}
.pro-title-like,
.desc-ship {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro-title-like h3 {
    margin-bottom: 0;
}
.pro-title-like a {
    display: block;
    max-width: 30px;
}
.desc-ship {
    margin: 20px 0 26px;
}
.desc-ship p {
    margin-bottom: 0;
}
.desc-ship span {
    display: block;
    opacity: 0.4;
    font-size: 16px;
}
.select-features-app {
    margin: 40px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.select-features-app .form-select {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 0;
    padding-right: 0;
}
.pro-sizes-material {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    align-items: center;
}
.pro-sizes ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}
.pro-sizes ul li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: var(--body-color);
    text-decoration: none;
    padding: 24px 20px;
    border: 1px solid #b4b4b4;
}
.pro-sizes ul li.active a {
    border-color: var(--primary);
}
.qty-values {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.add-qty label {
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}
.qty-values input {
    width: 100%;
    background-color: transparent;
    font-size: 16px;
    padding: 20px;
    border-radius: 0px;
    color: var(--body-color);
}
.qty-values input::placeholder {
    color: #b2b2b2;
}
.qty-values input:focus {
    box-shadow: none;
    outline: none;
    border-color: var(--primary);
}
.related-products-inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}
.related-products-section {
    margin-bottom: 100px;
}
/* Product Details Section CSS End */

/* Modal CSS Start */
.modal-body {
    padding-bottom: 50px;
}
.about-product {
    padding-bottom: 60px;
}
.about-product-imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-bottom: 20px;
}
.about-product-details h3 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
}
.about-contact {
    max-width: 550px;
    margin: 0 auto;
}
.about-contact label {
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
.about-contact input {
    width: 100%;
    background-color: transparent;
    font-size: 16px;
    padding: 20px;
    border-radius: 0px;
    color: var(--body-color);
}
.about-contact input::placeholder {
    color: #b2b2b2;
}
.about-contact input:focus {
    box-shadow: none;
    outline: none;
    border-color: var(--primary);
}
.about-contact-inner {
    margin-top: 50px;
    text-align: center;
}
.about-contact-inner a {
    width: 100%;
    text-align: center;
}
.modal-header {
    border: none;
}
.modal-header .btn-close {
    opacity: 1;
}
/* Modal CSS End */

/* Main Contact CSS Start */
.main-contact-inner {
    padding: 60px 0 100px;
}
.main-contact-inner .common-title-desc h3 {
    color: var(--primary);
    text-align: center;
}
.email-call {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.email-call a {
    padding: 20px;
    display: block;
    text-decoration: none;
    transition: all 0.5s ease;
    background: var(--light-blue);
    text-align: center;
    font-size: 18px;
    color: var(--body-color);
    transition: all 0.5s ease;
}
.email-call a:hover {
    background: var(--primary);
    color: var(--white);
}
.contact-addresses {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 30px;
}
.address-block {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    padding: 50px 20px;
    position: relative;
}
.address-block:not(:last-child):after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--light-blue);
    position: absolute;
    top: 0;
    right: 0;
}
.address-inner h5 {
    font-size: 18px;
}
.address-inner p {
    font-size: 16px;
    margin-bottom: 0;
}
/* Main Contact CSS End */


.custom-signin-btn {
    display: inline-block;
    background: var(--primary);
    color: var(--white);
    padding: 15px 40px;
    text-decoration: none;
    transition: all 0.5s ease;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 0.6;
    margin-bottom: 10px;
}

.submit-btn-form {
    display: inline-block;
    background: var(--white);
    color: var(--primary);
    padding: 10px 25px;
    text-decoration: none;
    transition: all 0.5s ease;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4;
    font-weight: 500;
    border: 2px solid var(--white);
    min-width: 140px;
}

.white-custom-primary-btn{
	display: inline-block;
    background: var(--white);
    color: var(--primary);
    padding: 15px 40px;
    text-decoration: none;
    transition: all 0.5s ease;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.6;
}

.white-custom-primary-btn:hover {
    background: var(--dark-primary);
    color: var(--white);
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
	transform: translate(-50%, -50%);
	font-size: 34px;
}

.about-us-details {
    padding: 96px 0 24px;
}

.story-mission-details {
	padding: 0;
	max-width: 580px;
}
.sets-us-sec {
	padding-top: 134px;
}
.innovation-satisfaction-sec .features-inner figure {
	padding: 0px;
}
.innovation-satisfaction-sec {
	    position: relative;
    padding: 56px 0 38px;
    border: 3px solid #EDF6FF;
    border-left: none;
    border-right: none;
}
.innovation-satisfaction-sec:before {
    content: '';
    width: 3px;
    height: 100%;
    background: #EDF6FF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.innovation-satisfaction-sec .features-inner {
	flex-wrap: wrap;
	max-width: 500px;
	margin: 0 auto;
}
.vision-future-sec {
	padding: 113px 0 110px;
}
.vision-future-sec .common-title-desc.text-center {
    max-width: 1000px;
}
.story-mission-img {
	width: 100%;
}