::-moz-selection { /* Code for Firefox */
    background: #004150;
    color: #fff;
}

::selection {
    background: #004150;
    color: #fff;
}

.offset-left-50 {
    margin-left: 50% !important;
}

.offset-right-50 {
    margin-right: 50% !important;
}

.mt {
    margin-top: 80px;
}

.mb {
    margin-bottom: 80px;
}

.mtb {
    margin: 80px 0;
}

.pt {
    padding-top: 80px;
}

.pb {
    padding-bottom: 80px;
}

.ptb {
    padding: 80px 0;
}

.phtb {
    padding: 40px 0 !important;
}

.promo-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    height: 100%;
}

.background-blue {
    background-color: #09283c !important;
}

.dropdown-top {
    margin-top: 0 !important;
}

.colorspot .sb-content p {
    color: #14394c !important;
}

.dropdown-sticky {
    margin-top: 0 !important;
}
/*--------------------Dropdown Navbar--------------------*/
.has-sub .dropdown-container {
    margin-left: auto !important;
    flex-direction: row;
    display: flex;
    position: absolute !important;
}

.has-sub .dropdown-items {
    background-color: #15384c;
    position: absolute !important;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
}

.has-sub .dropdown-item {
    display: block;
    padding: 0 !important;
}

.has-sub .dropdown-items .dropdown-item:hover {
    background-color: #09283c !important;
}

.has-sub .dropdown-items .dropdown-item:active {
    background-color: #09283c !important;
}

.has-sub .dropdown-items .dropdown-item:focus {
    background-color: #09283c !important;
}

.has-sub .dropdown-items .dropdown-item a {
    font-family: 'Open Sans Regular' !important;
    font-size: 16px;
    color: white !important;
    text-decoration: none !important;
    display: block;
    padding: 12px 30px 12px 12px !important;
}

.has-sub .nav-link {
    height: 100%;
}

.nav-link:hover {
    font-weight: bold;
    font-size: 18px !important;
    color: #706e6f !important;
}

.icon-hamburger .dropdown-items .dropdown-item:hover {
    background-color: #ebebeb !important;
}

.icon-hamburger .dropdown-items .dropdown-item:active {
    background-color: #ebebeb !important;
}

.icon-hamburger .dropdown-items .dropdown-item:focus {
    background-color: #ebebeb !important;
}

.icon-hamburger .dropdown-items .dropdown-item a {
    color: #09283c !important;
}

.icon-hamburger .dropdown-item {
    padding-left: 0 !important;
}
/*--------------------GLOBAL CSS--------------------*/
.back-top {
    position: fixed;
    right: 2%;
    bottom: 15%;
    z-index: 2;
}

.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

.display-flex {
    display: flex !important;
}

.bacground-blue {
    background-color: #09283c;
}

.top-button {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background: #09283c !important;
    text-align: center;
    border-radius: 5px;
    color: white !important;
    border-color: white !important;
    border-style: solid;
    border-width: 2px;
}

    .top-button:hover {
        background-color: #15384c !important;
        color: white !important;
        opacity: 0.9 !important;
    }

    .top-button:active {
        background-color: #15384c !important;
        color: white !important;
        opacity: 0.7 !important;
    }

    .top-button:focus {
        outline: none;
        background-color: #15384c !important;
        color: white !important;
        opacity: 0.9 !important;
    }


.image-inside-text {
    text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 14px !important;
}

.gallery {
    padding: 0 !important;
    margin-bottom: 80px;
}

.gallery-title {
    padding: 0 !important;
}

.gallery-image {
    padding: 0 !important;
}

.gallery-item {
    padding: 0.5em !important;
}

.gallery-title h3 {
    font-family: 'Open Sans Bold' !important;
    font-size: 38px;
    color: lightgrey;
    height: auto;
    padding: 0;
    margin: 70px 0;
}

.container-ts-detail .sustain-items {
    margin: 0 !important;
}

.active-menu {
    font-weight: bold;
    font-size: 18px !important;
}

.padding-zero {
    padding: 0 !important;
}

.row {
    margin: 0 !important;
}

.height {
    height: 100% !important;
}

.container, .con {
    width: auto !important;
    padding: 0 !important;
}

.container-fluid {
    width: 100% !important;
    padding: 0 !important;
}

.column {
    padding: 0 !important;
}
/*-----Banner-----*/
.banner-image {
    margin: 0;
    padding: 0 !important;
}

    .banner-image img {
        height: 790px;
        width: 100%;
        object-fit: cover;
    }

    .banner-image p {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        font-family: 'Open Sans Regular' !important;
        font-size: 65px;
        color: white;
        width: fit-content;
    }

/*-----Button-----*/

.btn p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    margin: 90px 0;
}

    .button a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Open Sans Regular' !important;
        font-size: 24px;
    }

.btn-button {
    height: 65px;
    width: 250px;
}

.btn-white {
    background-color: #ebebeb !important;
    color: #663f46 !important;
    opacity: 1;
}

    .btn-white:hover {
        background-color: #663f46 !important;
        color: #ebebeb !important;
        opacity: 0.9 !important;
    }

    .btn-white:active {
        background-color: #663f46 !important;
        color: #ebebeb !important;
        opacity: 0.7 !important;
    }

    .btn-white:focus {
        background-color: #663f46 !important;
        outline: none;
        color: #ebebeb !important;
        opacity: 0.9 !important;
    }

.btn-grey {
    background-color: #663f46 !important;
    color: #663f46 !important;
    opacity: 1;
}

    .btn-grey:hover {
        background-color: #663f46 !important;
        color: #ebebeb !important;
        opacity: 0.9 !important;
    }

    .btn-grey:active {
        background-color: #663f46 !important;
        color: #ebebeb !important;
        opacity: 0.7 !important;
    }

    .btn-grey:focus {
        background-color: #663f46 !important;
        color: #ebebeb !important;
        opacity: 0.9 !important;
        outline: none;
    }

.btn-icon {
    background-color: #15384c !important;
    color: #fff !important;
    opacity: 1;
}

    .btn-icon:hover {
        background-color: #09283c !important;
        color: #fff !important;
        opacity: 0.9 !important;
        border-color: #15384c !important;
        border-style: solid;
        border-width: 2px;
    }

    .btn-icon:active {
        background-color: #09283c !important;
        color: #fff !important;
        opacity: 0.7 !important;
        border-color: #15384c !important;
        border-style: solid;
        border-width: 2px;
    }

    .btn-icon:focus {
        background-color: #09283c !important;
        color: #fff !important;
        opacity: 0.9 !important;
        outline: none;
        border-color: #15384c !important;
        border-style: solid;
        border-width: 2px;
    }

.btn-dblue {
    background-color: #15384c !important;
    color: #fff !important;
    opacity: 1;
}

    .btn-dblue:hover {
        background-color: #09283c !important;
        color: #fff !important;
        opacity: 1 !important;
    }

    .btn-dblue:active {
        background-color: #09283c !important;
        color: #fff !important;
        opacity: 0.7 !important;
    }

    .btn-dblue:focus {
        background-color: #09283c !important;
        color: #fff !important;
        opacity: 0.9 !important;
        outline: none;
    }

.btn-dblue-v2 {
    background-color: #09283c !important;
    color: #fff !important;
    opacity: 1;
}

    .btn-dblue-v2:hover {
        background-color: #15384c !important;
        color: #fff !important;
        opacity: 0.9 !important;
    }

    .btn-dblue-v2:active {
        background-color: #15384c !important;
        color: #fff !important;
        opacity: 0.7 !important;
    }

    .btn-dblue-v2:focus {
        background-color: #15384c !important;
        color: #fff !important;
        opacity: 0.9 !important;
        outline: none;
    }
/*-----title-----*/
.title {
    padding: 0 !important;
}

    .title h1 {
        font-family: 'Playfair Display' !important;
        font-size: 55px;
        color: #14394c;
        margin: 90px 0;
    }

/*-----title-content-----*/

.title-content {
    padding: 0 !important;
}

    .title-content h1 {
        font-family: 'Playfair Display' !important;
        font-size: 55px;
        color: #14394c;
        margin: 90px 0;
    }

    .title-content p {
        font-family: 'Cardo' !important;
        font-size: 24px;
        color: #808080;
        padding: 0;
    }

    .title-content h3 {
        font-family: 'Open Sans Regular' !important;
        font-size: 34px;
        color: #424242;
        padding: 0;
    }

/*-----content-----*/

.content {
    padding: 0 !important;
}

    .content p, .store-text p {
        font-family: 'Cardo' !important;
        font-size: 24px;
        color: #424242;
        padding: 0;
    }

/*-----responsive image-----*/

.fluid-image img, .promo-image {
    object-fit: cover;
    height: 820px;
    width: 100%;
}

.bottom-image img {
    object-fit: cover;
    height: 720px;
    width: 100%;
}

.fluid-image, .bottom-image {
    padding: 0 !important;
    margin: 90px 0;
}

.right-arrow {
    position: absolute;
    max-height: 64px !important;
    max-width: 30px !important;
    padding: 0;
    right: 30px;
    bottom: 0;
    -ms-transform: translate(100%,-50%);
    transform: translate(100%,-50%);
}

.left-arrow {
    position: absolute;
    max-height: 64px !important;
    max-width: 30px !important;
    padding: 0;
    left: 0;
    bottom: 0;
    -ms-transform: translate(100%,-50%);
    transform: translate(100%,-50%);
}

.collection-item:nth-of-type(even) .right-arrow {
    right: 50px !important;
}

.item-list {
    margin-top: 90px;
}

    .item-list ul {
        padding: 0;
    }

        .item-list ul li {
            padding-left: 50px;
            font-family: 'Cardo';
            font-size: 24px;
            color: #424242;
            height: auto;
        }

    .item-list p {
        font-family: 'Cardo';
        font-size: 24px;
        color: #424242;
    }

/*--------------------store--------------------*/

.store-item {
    display: flex;
    padding: 0 !important;
}

.store-image {
    padding: 0 !important;
}

    .store-image img {
        object-fit: cover;
        height: 720px;
        width: 100%;
    }

.store-text {
    text-align: left;
    margin-top: 2%;
}

    .store-text h3 {
        font-family: pirulen, sans-serif;
        font-style: normal;
        font-size: 55px;
        color: #424242;
        height: auto;
    }

/*-----store #424242 content-----*/

.store-black-content {
    display: flex;
    padding: 0 !important;
    margin: 90px 0;
}

.sbc-item {
    padding: 0 !important;
}

.sbc-image {
    padding: 0 !important;
}

    .sbc-image img {
        object-fit: cover;
        height: 760px;
        width: 100%;
    }

.sbc-text {
    text-align: left;
    background-color: black;
}

    .sbc-text p {
        height: auto;
        font-family: 'Open Sans Bold' !important;
        font-size: 64px;
        color: white;
    }

.store-white-content {
    display: flex;
}

.swc-image {
    padding: 0 !important;
    height: fit-content !important;
}

    .swc-image img {
        object-fit: contain;
        height: auto;
        width: 100%;
    }

.swc-text {
    text-align: left;
    margin: auto;
}

    .swc-text h3 {
        font-family: 'Playfair Display' !important;
        font-size: 48px;
        color: white;
        height: auto;
    }

    .swc-text p {
        font-family: 'Playfair Display' !important;
        font-size: 38px;
        color: white;
        height: auto;
    }

/*--------------------Header--------------------*/
.container-header {
    position: relative !important;
    z-index: 1;
}

.header {
    padding: 0 !important;
}

.header-top {
    height: 150px;
}

.container-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 100%;
}

.container-mobile-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 0 !important;
    display: none;
}

.menu-link {
    padding: 0 !important;
    margin-top: 2%;
}

.container-header {
    background-color: #ebebeb !important;
}

.navbar {
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.navbar-container {
    width: 100% !important;
}

.sidebar-left {
    display: contents;
    justify-content: left;
    padding: 0 !important;
    width: auto !important;
}

.sidebar-right {
    position: absolute !important;
    bottom: 0;
    right: 0;
    padding: 0 !important;
}

.logo-img {
    padding: 0 !important;
    height: 88px !important;
}

    .logo-img img {
        object-fit: cover;
        height: 90px;
        width: 100%;
    }

.language-switch {
    display: block !important;
    text-align: right;
    height: 100% !important;
    padding: 0 !important;
}

    .language-switch a {
        font-family: 'Open Sans Regular' !important;
        font-size: 15px;
        color: #09283c !important;
    }

.mobile-language-switch {
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    right: 7%;
    display: block !important;
    text-align: right;
    height: auto !important;
    padding: 0 !important;
}

    .mobile-language-switch a {
        font-family: 'Open Sans Regular' !important;
        font-size: 17px !important;
        color: #09283c !important;
    }

.navbar-collapse {
    float: right !important;
    padding: 0 !important;
}

.sidebar-right .t-right span {
    font-family: 'Open Sans Regular' !important;
    font-size: 15px;
    color: #09283c !important;
}

.sidebar-right .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #09283c;
    font-family: 'Open Sans Regular' !important;
    font-size: 18px;
}

.sidebar-right .navbar-collapse .navbar-nav .nav-item:active {
    font-family: 'Open Sans Regular';
    color: #09283c;
}

.navbar-nav {
    height: 65px;
}
/*----- header-sticky -----*/
.header-sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 1;
    height: 85px !important;
}

    .header-sticky .header {
        height: 100% !important;
    }

    .header-sticky .container-menu {
        height: 100% !important;
    }

    .header-sticky .menu-link {
        margin-top: 0 !important;
    }

    .header-sticky .sidebar-left img {
        height: 65px !important;
    }

    .header-sticky .language-switch {
        display: none !important;
    }

/*----Mobile Menu-----*/

.topnav {
    overflow: hidden;
    background-color: #ebebeb;
    position: relative;
}

    .topnav #myLinks {
        position: fixed;
        display: none;
        background-color: #ebebeb !important;
        float: initial !important;
    }

.icon-list {
    color: #273238;
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-style: solid;
    border-width: 1px;
    border-color: #273238;
    background-color: #ebebeb !important;
    padding: 4px 16px;
    text-decoration: none;
    font-size: 17px;
}

    .icon-list:hover {
        color: #273238 !important;
        opacity: 0.7;
    }

    .icon-list:active {
        color: #273238 !important;
        opacity: 0.9;
    }

.icon-hamburger {
    padding: 21px !important;
}

    .icon-hamburger a {
        font-family: 'Open Sans Regular' !important;
        font-size: 18px;
        color: #09283c !important;
    }

/*--------------------Home Page--------------------*/
/*------Slider------*/
.spot-slider, .slider {
    width: 100%;
}

.slider-content img, .slider-spot-content img, .image-certificate img, .slider-icon-background {
    object-fit: cover;
    width: 100%;
}

.slider-certificate img {
    height: 87vh !important;
    object-fit: contain;
    width: 70vh !important;
    margin: 0 auto;
}

.slider-tradeshow img {
    height: 87vh !important;
    object-fit: contain;
    width: 70vh !important;
    margin: 0 auto;
}

.slider-ISS img {
    height: 87vh !important;
    object-fit: contain;
    width: 70vh !important;
    margin: 0 auto;
}

.slider-content h3 {
    font-family: 'Open Sans Regular' !important;
    font-size: 68px;
    color: white;
    text-align: left;
    margin-bottom: 3%;
}

.slider-content p {
    font-family: 'Cardo';
    font-size: 30px;
    color: white;
    text-align: left;
}

.slider-spot-content h3 {
    font-family: 'Open Sans Regular' !important;
    font-size: 60px;
    color: #424242;
    text-align: left;
    margin: 110px 0 70px 0;
}

.slider-spot-content p {
    font-family: 'Cardo';
    font-size: 30px;
    color: #424242;
    text-align: left;
    text-shadow: none;
}

.slider-spot-content span {
    font-family: 'Cardo' !important;
    font-size: 50px;
    color: #424242;
    text-align: center;
}

/*------Sub Title------*/
.sub-title {
    padding: 0 !important;
}

.sub-title-v2 {
    padding: 0 !important;
}

.sub-title-content {
    padding: 0 !important;
}

.sub-title h3 {
    font-family: 'Playfair Display' !important;
    font-size: 48px;
    color: #14394c !important;
    margin: 90px 0;
    text-align: center;
}

.sub-title-v2 h3 {
    font-family: 'Playfair Display' !important;
    font-size: 48px;
    color: #14394c !important;
    margin: 90px 0;
    text-align: center;
}

.sub-title-v2 p {
    font-family: 'Playfair Display' !important;
    font-size: 48px;
    color: #14394c !important;
    margin: 90px 0;
    text-align: center;
}

.sub-title-content h3 {
    font-family: 'Playfair Display' !important;
    font-size: 48px;
    color: #14394c;
    margin: 90px 0;
    text-align: center;
}

.sub-title-content p {
    font-family: 'Cardo' !important;
    font-size: 24px;
    color: #424242;
    margin: 0 90px 90px 90px;
    text-align: left;
}

/*------Slider Bottom Content------*/

.sb-content {
    padding: 0 !important;
}

    .sb-content p {
        font-family: 'Playfair Display' !important;
        font-size: 38px;
        color: #808080;
        text-align: center;
        margin: 90px 120px;
    }

    .sb-content h3 {
        font-family: 'Playfair Display' !important;
        font-size: 48px;
        color: #14394c;
        margin-top: 90px;
        text-align: center;
    }


.slider-bottom-content {
    padding: 0 !important;
}

    .slider-bottom-content .button {
        margin-top: 0 !important;
    }

.promo-spot {
    padding: 0 !important;
}

    .promo-spot .button {
        margin-top: 0 !important;
    }

.promo-content {
    padding: 0 !important;
}

    .promo-content p {
        font-family: 'Playfair Display' !important;
        font-size: 38px;
        color: #14394c;
        text-align: center;
        margin: 90px 180px;
    }

    .promo-content h3 {
        font-family: 'Playfair Display' !important;
        font-size: 48px;
        color: #14394c;
        margin-top: 90px;
        text-align: center;
    }
/*------Video------*/

#myVideo {
    min-width: 100%;
    min-height: 100%;
}


.video {
    padding: 0 !important;
}

.video-con {
    padding: 0 !important;
}

    .video-con video {
        height: 85vh;
        width: 100%;
        object-fit: cover;
    }


.video-content {
    position: absolute !important;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    text-align: center;
    top: 0;
}

    .video-content img {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .video-content h3 {
        position: absolute;
        top: 10%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        font-family: 'Playfair Display' !important;
        font-size: 48px;
        color: white;
    }

    .video-content p {
        position: absolute;
        bottom: 5%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        font-family: 'Open Sans Bold' !important;
        font-size: 60px;
        color: #ffffff;
        width: fit-content;
    }

/*------Home Sustain------*/

.sustain-content .article-link {
    position: absolute;
    bottom: 0;
}

/*------Home main bottom image------*/

.main-bottom-image .fluid-image, .promo-image {
    margin: 0 !important;
}

/*------main sustainability------*/

.main-collection .button {
    margin-top: 0 !important;
}

.main-sustain-collection .button {
    margin: 0 0 20px 0 !important;
}

.sec-sustain-store {
    display: flex;
    justify-content: center;
    padding: 0 !important;
}

.sec-between {
    width: auto;
}

.sec-sustain-store p {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: 'Open Sans Bold' !important;
    font-size: 55px;
    color: #ffffff;
    width: fit-content;
}

.sec-sustain-image {
    padding: 0 !important;
}

    .sec-sustain-image:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .sec-sustain-image img {
        object-fit: cover;
        position: absolute;
        width: 100%;
        height: 100%;
    }

/*.sustain-item:nth-of-type(odd) {
    background-color: #d8ded9;
}*/

/*.sustain-item:nth-of-type(odd) .sustain-content {
    padding: 0 0 0 70px;
}

.sustain-item:nth-of-type(even) .sustain-content {
    padding: 0 70px 0 0;
}*/

.collection-item:nth-of-type(odd) {
    background-color: #d8ded9;
}

.collection-item:nth-of-type(even) {
    flex-direction: row-reverse;
}
/*--------------------Contact Map--------------------*/

.map-area {
    padding: 0 !important;
    justify-content: center;
    display: flex;
    margin-bottom: 80px;
}

    .map-area img {
        height: 100%;
        width: 100%;
    }

.sub-title p {
    font-family: 'Cardo' !important;
    font-size: 24px;
    color: #808080;
    margin-bottom: 90px !important;
}

.contact-items {
    padding: 0 !important;
    margin: 50px 0 70px 0 !important;
}

.contact-item {
    padding: 0 !important;
    margin-top: 50px;
}

.contact-top-info {
    padding: 0 !important;
}

    .contact-top-info h3 {
        font-family: 'Open Sans Bold' !important;
        font-size: 12px;
        color: #3086b9;
    }

    .contact-top-info p, .contact-botton-info p a {
        font-family: 'Open Sans Regular' !important;
        font-size: 12px;
        color: #424242;
    }

.contact-botton-info span a {
    font-family: 'Open Sans Regular' !important;
    font-size: 12px;
    color: #424242;
}

.contact-botton-info {
    padding: 0 !important;
    margin-top: 20px;
}

.career-form {
    width: 100% !important;
}
/*--------------------4x Home Store--------------------*/
.main-x-store {
    background-color: #dddddd !important;
}

.x-store {
    padding: 0 !important;
}

.x-store-items {
}

.x-store-item {
    padding: 10px 10px 40px 10px;
}

.x-content {
    padding: 0 !important;
}

    .x-content h4 {
        font-family: 'Open Sans Bold' !important;
        font-size: 38px !important;
        color: #424242;
        margin: 0;
        padding: 30px 0;
    }

    .x-content p {
        font-family: 'Cardo' !important;
        font-size: 24px !important;
        color: #808080;
    }

.x-image {
    padding: 0 !important;
}

    .x-image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.x-article {
    position: absolute;
    left: 14px;
    bottom: 0;
}
/*--------------------Sustainability Page--------------------*/
.sustain-store-v2 {
    padding: 0 !important;
    margin-top: 20px;
}

.sustain-items-v2 {
    padding: 0 !important;
    margin-bottom: 90px;
}

.sustain-item-v2 {
    display: block;
    padding: 0 !important;
    margin-bottom: 90px;
}

    .sustain-item-v2:last-child {
        margin-bottom: 0 !important;
    }

.sustain-content-v2 {
    padding: 0 !important;
}

    .sustain-content-v2 h3 {
        font-family: 'Open Sans Bold' !important;
        font-size: 48px;
        color: #75645d;
        margin: 0;
        padding: 30px 0 20px 0;
    }

    .sustain-content-v2 p {
        font-family: 'Cardo' !important;
        font-size: 24px;
        color: #424242;
    }

.sustain-image-v2 {
    padding: 0 !important;
}

    .sustain-image-v2 img {
        object-fit: cover;
        width: 100%;
        height: 460px;
    }


.sustain-store {
    padding: 0 !important;
}

.sustain-items {
    padding: 0 !important;
    margin-bottom: 90px;
}

.sustain-item {
    display: block;
    margin-bottom: 90px;
    padding: 0 !important;
}

    .sustain-item:last-child {
        margin-bottom: 0 !important;
    }

.sustain-imager {
    display: flex;
    padding: 0 !important;
    background-color: #09283c;
}

.sustain-item:nth-of-type(odd) .sustain-imager {
    flex-direction: row-reverse !important;
}

.sustain-imager h3 {
    font-family: 'Playfair Display' !important;
    font-size: 48px;
    color: white;
    margin: 0;
}

.sustain-icon {
    padding: 0 !important;
    margin: auto;
    text-align: center;
}

    .sustain-icon img {
        object-fit: contain;
        width: 300px;
        height: 300px;
    }


.sustain-bottom-image {
    margin: 80px 0 !important;
}

.sustain-content {
    padding: 0 !important;
    margin-top: 50px;
}

    .sustain-content h3 {
        font-family: 'Open Sans Bold' !important;
        font-size: 48px;
        color: #75645d;
        margin: 0;
    }

    .sustain-content p {
        font-family: 'Cardo' !important;
        font-size: 24px;
        color: #808080;
    }

.sustain-image {
    padding: 0 !important;
}

    .sustain-image:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .sustain-image img {
        object-fit: cover;
        position: absolute;
        width: 100%;
        height: 100%;
    }

.sustain-bottom-content {
    margin: 80px 0;
    padding: 0 !important;
}

.sus-bottom-items {
    padding: 0 !important;
}

.sus-bottom-item {
    padding: 0 !important;
    margin-bottom: 70px;
}

    .sus-bottom-item:last-child {
        margin: 0 !important;
    }

.sustain-bottom-content h3 {
    font-family: 'Open Sans Regular' !important;
    font-size: 48px;
    color: #663f46;
}

.sustain-bottom-content p {
    font-family: 'Playfair Display' !important;
    font-size: 24px;
    color: #424242;
    padding: 30px 0;
}

.sustain-bottom-content span {
    font-family: 'Playfair Display' !important;
    font-style: italic;
    font-size: 38px;
    color: #47568f;
}

.sustain-bottom-image p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: 'Open Sans Regular' !important;
    font-size: 65px;
    color: white;
    width: fit-content;
}

.image-inside-text p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: 'Open Sans Bold' !important;
    font-size: 65px;
    color: white;
    width: fit-content;
    padding: 0 50px !important;
}


/*--------------------  Icon Store  --------------------*/
.icon-store {
    padding: 0 !important;
}

.icon-items {
    padding: 0 !important;
    top: 55% !important;
    right: 10% !important;
    bottom: 0 !important;
    left: 10% !important;
    -ms-transform: translate(-5%,-50%) !important;
    transform: translate(0%,-50%) !important;
    height: fit-content;
}

.icon-item {
    display: flex;
    height: 100%;
    width: 100%;
}
/*.icon-item {
    display: flex;
    height: 100%;
    width: 100%;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}*/

.icon-text {
    display: flex;
    margin: auto;
    padding: 0 !important;
}

    .icon-text p {
        font-family: 'Playfair Display' !important;
        font-size: 34px;
        color: white;
        margin: auto !important;
        padding-left: 20px;
    }

    .icon-text h3 {
        font-family: 'Playfair Display' !important;
        font-size: 38px;
        color: white;
        margin: auto !important;
        padding-left: 20px;
    }


.icon-image {
    margin: auto;
    padding: 0 !important;
    height: fit-content;
}

    .icon-image img {
        object-fit: contain;
        width: 100%;
        max-width: 300px !important;
        height: 100%;
    }

/*--------------------  Value page  --------------------*/
.values .title-content {
    margin: 0 !important;
}

.values-store {
    padding: 0 !important;
}

.values-items {
    padding: 0 !important;
}

.values-item {
    display: flex;
    height: auto;
}

    .values-item:nth-of-type(even) {
        flex-direction: row-reverse;
    }

    .values-item:nth-of-type(even) {
        background-color: #09283c;
    }

        .values-item:nth-of-type(even) .values-text p {
            padding-right: 20px;
        }

    .values-item:nth-of-type(odd) .values-text p {
        padding-left: 20px;
        color: #231f20;
    }

    .values-item:nth-of-type(even) .values-text h3 {
        padding-right: 20px;
    }

    .values-item:nth-of-type(odd) .values-text h3 {
        padding-left: 20px;
        color: #424242;
    }


.values-text {
    display: block;
    margin: auto;
    padding: 0 !important;
}

    .values-text p {
        font-family: 'Playfair Display' !important;
        font-size: 24px;
        color: white;
        margin: auto !important;
        padding-top: 20px;
    }

    .values-text h3 {
        font-family: 'Playfair Display' !important;
        font-size: 38px;
        color: white;
        margin: auto !important;
    }

.values-image {
    margin: auto;
    padding: 0 !important;
    height: fit-content;
}

    .values-image:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .values-image img {
        object-fit: contain;
        position: absolute;
        width: 100%;
        height: 100%;
    }

/*--------------------  Management page  --------------------*/

.management-store {
    padding: 0 !important;
}

.management-items {
    padding: 0 !important;
}

.management-item {
    display: flex;
    background-color: #09283c;
}

    .management-item:nth-of-type(even) {
        flex-direction: row-reverse;
    }

    .management-item:nth-of-type(odd) {
        background-color: #09283c;
    }

.management-text h3 {
    font-family: 'Playfair Display' !important;
    font-size: 48px;
    color: white;
}

.management-text p {
    font-family: 'Playfair Display' !important;
    font-size: 24px;
    color: white;
}

.management-image {
    padding: 0 !important;
    height: fit-content;
}

    .management-image:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .management-image img {
        object-fit: contain;
        position: absolute;
        width: 100%;
        height: 100%;
    }

/*--------------------  History page  --------------------*/

.history-store {
    padding: 0 !important;
}

.history-items {
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-top-style: solid;
    border-width: 2px;
    border-color: #424242;
}

    .history-items:before {
        content: '';
        position: absolute;
        border-right: 2px #424242 solid;
        height: 95.52%;
        width: 100%;
        transform: translateX(-50%);
        z-index: 0;
    }

.history-item {
    display: flex;
    z-index: 0;
}

    .history-item:after {
        content: '';
        position: absolute;
        border-bottom: 2px #424242 solid;
        height: 33%;
        width: 3%;
    }

    .history-item:nth-of-type(even) {
        margin-left: 50% !important;
    }

    .history-item:nth-of-type(odd) {
        flex-direction: row-reverse;
        margin-right: 50% !important;
    }

    .history-item:nth-of-type(even) .history-text {
        /*padding: 0 0 0 10px !important;*/
        padding: 0 0 0 35px !important;
    }

    .history-item:nth-of-type(odd) .history-text {
        text-align: right;
        /*padding: 0 10px 0 0 !important;*/
        padding: 0 35px 0 0 !important;
    }

.history-text h3 {
    font-family: 'Playfair Display' !important;
    font-size: 48px;
    color: #424242;
}

.history-text p {
    font-family: 'Playfair Display' !important;
    font-size: 24px;
    color: #808080;
}

.history-item:nth-of-type(odd) .history-image {
    margin-right: 20px !important;
}

.history-item:nth-of-type(even) .history-image {
    margin-left: 20px !important;
}


.history-image {
    z-index: 1;
    margin: auto;
    padding: 0 !important;
    height: fit-content;
}

    .history-image img {
        object-fit: contain;
        width: 100%;
        max-width: 200px !important;
        height: 100%;
    }

/*--------------------  CERTIFICATE PAGE  --------------------*/
.certificates-store {
    padding: 0 !important;
}

.certificates-item {
    display: flex;
    padding: 0 !important;
    margin-bottom: 90px;
}

.certificates-content img {
    object-fit: cover;
    width: 200px;
}

.certificates-image {
    padding: 0 !important;
    height: fit-content;
}

    .certificates-image:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .certificates-image img {
        object-fit: contain;
        position: absolute;
        width: 100%;
        height: 100%;
    }

.certificates-content p {
    font-family: 'Playfair Display' !important;
    font-size: 24px;
    color: #808080;
    padding-right: 15px;
}

.certificates-content h3 {
    font-family: 'Open Sans Bold' !important;
    font-size: 38px;
    color: #424242;
}

.certificate-control {
    background-image: none !important;
    color: #424242 !important;
    opacity: 1 !important;
}

    .certificate-control:hover {
        opacity: 0.5 !important;
    }

    .certificate-control:active {
        opacity: 0.9 !important;
    }

.slider-v2-control {
    background-image: none !important;
    color: #424242 !important;
    opacity: 1 !important;
}

    .slider-v2-control:hover {
        opacity: 0.5 !important;
    }

    .slider-v2-control:active {
        opacity: 0.9 !important;
    }

.slider-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


.modal-title {
    color: #75645d !important;
}

.tradeshow-control {
    background-image: none !important;
    color: #000655 !important;
}

    .tradeshow-control:hover {
        opacity: 0.7;
    }

    .tradeshow-control:active {
        opacity: 0.9;
    }

/*--------------------MODAL PAGE--------------------*/

.modal-certificate .modal-image .carousel-inner {
    align-items: center;
}

.modal-tradeshow .modal-image .carousel-inner {
    align-items: center;
}

.modal-ISS .modal-image .carousel-inner {
    align-items: center;
}

.modal-image {
    padding: 0 !important;
    text-align: center !important;
    display: grid;
    margin: 0 auto !important;
    width: auto !important;
}

.image-logo {
    padding: 0 !important;
}

.modal-full {
    min-width: 90%;
    margin: 0;
}

    .modal-full .modal-content {
        min-height: 100vh;
    }

.modal-half {
    min-width: 50%;
    margin: 0 auto !important;
}

/*--------------------Collection Page--------------------*/

.collection-store {
    padding: 0 !important;
}

.collection-item {
    display: flex;
}

.collection-image {
    padding: 0 !important;
}

    .collection-image:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .collection-image img {
        object-fit: cover;
        position: absolute;
        width: 100%;
        height: 100%;
    }

.collection-content h3 {
    font-family: 'Open Sans Bold' !important;
    font-size: 38px;
    color: #663f46;
    height: auto;
    padding: 0;
    margin: 40px 0;
}

.collection-content span {
    font-family: pirulen, sans-serif;
    font-style: normal;
    font-size: 55px;
    color: #424242;
    height: auto;
}

.collection-content p {
    font-family: 'Cardo' !important;
    font-size: 24px;
    color: #424242;
    height: auto;
    padding: 0;
    margin-top: 10px;
}

.title-collection {
    padding: 0 !important;
    margin: 10px 0;
}

    .title-collection img {
        object-fit: cover;
        width: 100%;
    }

.title-collection-v2 {
    padding: 0 !important;
    margin: 50px 0;
}

    .title-collection-v2 img {
        object-fit: cover;
        width: 60%;
    }
/*--------------------  TRADE SHOW PAGE  --------------------*/
.ts-store {
    padding: 0 !important;
}

.ts-items {
    padding: 0 !important;
}

.ts-upcoming {
    padding: 0 !important;
}

.ts-title-content {
    padding: 0 !important;
    margin-bottom: 2%;
}

.ts-content-items {
    margin-bottom: 80px;
}

.ts-title-content h1 {
    font-family: 'Open Sans Bold' !important;
    font-size: 55px;
    color: #424242;
    margin: 90px 0;
}

.ts-title-content p {
    font-family: 'Cardo' !important;
    font-size: 24px;
    color: #424242;
    padding: 0;
}

.ts-title-content h3 {
    font-family: 'Open Sans Regular' !important;
    font-size: 34px;
    color: #75645d;
    padding: 0;
    margin-bottom %
}

.ts-content-items {
    padding: 0 !important;
}

.ts-content-item {
    display: flex;
    padding: 0 !important;
    margin-bottom: 90px;
}

    .ts-content-item:last-child {
        margin-bottom: 0;
    }

.content-item {
    padding: 0 !important;
    margin-bottom: 90px;
}

.ts-content h3 {
    font-family: 'Open Sans Bold' !important;
    font-size: 38px;
    color: #424242;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 15px;
    padding-right: 15px;
}

.ts-content h3 {
    font-family: 'Open Sans Bold' !important;
    font-size: 38px;
    color: #75645d;
}

.ts-content p {
    font-family: 'Playfair Display' !important;
    font-size: 24px;
    color: #424242;
    padding-top: 40px;
    padding-right: 15px;
}

.ts-content span {
    font-family: 'Open Sans Regular' !important;
    font-size: 20px;
    color: gray;
}

.ts-content h3 span {
    font-family: 'Open Sans Bold' !important;
    font-size: 20px;
    color: #424242;
}

.ts-image {
    padding: 0 !important;
}

    .ts-image:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .ts-image img {
        object-fit: contain;
        position: absolute;
        width: 100%;
        height: 100%;
    }

.bottom-border {
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #6a6f73;
}

/*--------------------Tusa Group Page--------------------*/
.company-media {
    display: inline-flex;
    padding: 0 !important;
}

.company-social-item {
    display: table;
    margin: 5px;
}

.company-button {
    display: table-cell;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background: #273238 !important;
    text-align: center;
    border-radius: 5px;
    color: white !important;
}

    .company-button:hover {
        color: white !important;
        opacity: 0.7;
    }

    .company-button:active {
        color: white !important;
        opacity: 0.9;
    }

.company-icon-size {
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 20px;
}

.tusa-group {
    padding: 0 !important;
}

.tusa-group-company {
    padding: 0 !important;
}

.company-items {
    padding: 0 !important;
    margin-bottom: 10px;
}

.company-item {
    padding: 0 !important;
    margin: 20px 0;
}

    .company-item h3 {
        font-family: 'Open Sans Bold' !important;
        font-size: 38px;
        color: #14394c;
        height: auto;
        padding: 0;
        margin: 40px 0;
    }

    .company-item p {
        font-family: 'Cardo' !important;
        font-size: 24px;
        padding: 0 !important;
        margin: 20px 0;
        color: #808080;
    }

/*--------------------Tusa About Page--------------------*/
.about-store {
    margin: 90px 0;
    width: auto;
}

.about-store-item {
    margin-bottom: 90px;
    display: flex;
}

    .about-store-item:nth-of-type(odd) {
        flex-direction: row-reverse;
        margin-bottom: 80px;
        padding: 0;
    }

        .about-store-item:nth-of-type(odd) .about-store-content {
            text-align: right;
        }

            .about-store-item:nth-of-type(odd) .about-store-content .article-link {
                position: absolute;
                bottom: 0;
                right: 70px;
            }

    .about-store-item:nth-of-type(even) .about-store-content {
        text-align: left;
    }

        .about-store-item:nth-of-type(even) .about-store-content .article-link {
            position: absolute;
            bottom: 0;
            left: 70px;
        }

.about-store-content h3 {
    font-family: 'Open Sans Bold' !important;
    font-size: 66px;
    color: #424242;
    margin: 0;
    padding-bottom: 20px;
}

.about-store-content p {
    font-family: 'Open Sans Regular' !important;
    font-size: 48px;
    color: #b0bfc6;
    margin: 0 !important;
}

.article-link {
    font-family: 'Open Sans Bold' !important;
    font-size: 18px;
    color: #14394c;
}

    .article-link:hover {
        font-family: 'Open Sans Bold' !important;
        font-size: 18px;
        color: #14394c;
    }

    .article-link:active {
        font-family: 'Open Sans Bold' !important;
        font-size: 18px;
        color: #14394c;
    }

    .article-link:focus {
        font-family: 'Open Sans Bold' !important;
        font-size: 18px;
        color: #14394c;
    }

.about-store-image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.about-store-image img {
    object-fit: contain;
    position: absolute;
    width: 100%;
    height: 100%;
}

.about-store-image {
    position: relative;
    width: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: #6a6f73;
    padding: 0 !important;
}

/*--------------------horizon collection content Page--------------------*/

.collection-detail-content {
    margin-bottom: 90px;
}

/*--------------------Career and Contact Page--------------------*/

.contact-store {
    padding: 0 !important;
}

.contact-content {
    display: flex;
    background-color: #09283c !important
}

.contact-image {
    padding: 0 !important;
}

    .contact-image iframe {
        object-fit: cover;
        height: 520px;
        width: 100%;
    }

.contact-text {
    text-align: left;
}

    .contact-text p {
        height: auto;
        font-family: 'Cardo' !important;
        font-size: 24px;
        color: white;
        padding: 10px 10px 10px 20px !important;
    }

    .contact-text strong {
        height: auto;
        font-family: 'Open Sans Bold' !important;
        font-size: 38px;
        color: white !important;
    }

.contact-title-content h3 {
    font-family: 'Open Sans Bold' !important;
    font-size: 38px;
    height: auto;
    padding: 0;
    color: #424242;
}

.contact-title-content p {
    height: auto;
    font-family: 'Cardo' !important;
    font-size: 24px;
    color: #808080;
}


.career-title-content h3 {
    font-family: 'Open Sans Bold' !important;
    font-size: 38px;
    color: #424242;
    height: auto;
    padding: 0;
}

.career-title-content p {
    height: auto;
    font-family: 'Cardo' !important;
    font-size: 24px;
    color: #808080;
}


.footer-contact-text {
    margin-bottom: 20px;
}

    .footer-contact-text p {
        font-family: 'Open Sans Regular' !important;
        font-size: 21px;
        color: #43474a;
    }

        .footer-contact-text p span {
            font-family: 'Open Sans Bold' !important;
            font-size: 30px;
            color: #43474a;
        }

.form-group label, .form-group button {
    font-family: 'Open Sans Regular' !important;
    font-size: 24px;
    color: #424242;
}

.submit-button {
    height: 40px;
    width: 110px;
    margin: 0 15px !important;
    color: #14394c !important;
}

.contact-bottom-info p {
    font-family: 'Open Sans Regular' !important;
    font-size: 24px;
    color: #424242;
}

.contact-bottom-info {
    display: flex;
    justify-content: center;
    text-align: center;
}

.career-store {
    padding: 0 !important;
}

.career-content {
    background-color: #09283c !important
}

.career-image {
    padding: 0 !important;
}

    .career-image img {
        object-fit: cover;
        height: 520px;
        width: 100%;
    }

.career-text {
    text-align: left;
    margin: auto;
    padding: 20px 0 0 40px !important;
}

    .career-text p {
        height: auto;
        font-family: 'Cardo' !important;
        font-size: 24px;
        color: white;
    }


    .career-text h3 {
        font-family: 'Open Sans Bold' !important;
        font-size: 38px;
        height: auto;
        padding-bottom: 10px;
        color: white;
    }

.form-content {
    padding: 0 !important;
}
/*-------------------- Terms and Condition--------------------*/
.information-content {
    padding: 0 !important;
}

.information-items {
    padding: 0 !important;
    margin-bottom: 90px;
}

.information-item {
    padding: 0 !important;
    margin-bottom: 40px;
}

    .information-item h3 {
        font-family: 'Open Sans Bold' !important;
        font-size: 24px;
        color: #424242;
        padding: 0;
    }

    .information-item p {
        font-family: 'Playfair Display' !important;
        font-size: 24px;
        color: #808080;
        padding: 0;
    }

/*--------------------information-service--------------------*/

.modalISS .modal-content {
    background-color: #ebebeb !important;
    padding: 0 70px !important;
}

.modalCertificate .modal-content {
    background-color: #fff !important;
}

.modalTradeShow .modal-content {
    background-color: #fff !important;
}


.information-service-title {
    padding: 20px 0;
    border-bottom-style: solid;
    border-width: 2px;
    border-color: #6a6f73;
}

.information-service-content {
    padding: 0 !important;
}

.service-content-item {
    margin-bottom: 30px;
    padding: 0 !important;
}

.information-service-bottom {
    margin-bottom: 70px;
    padding: 0 !important;
}

.service-items {
    margin: 30px 0;
    padding: 0 !important;
}

.information-bottom-content {
    padding: 0 !important;
}

.information-document {
    padding: 0 !important;
    margin-top: 10px;
}

.document-item {
    padding: 0 !important;
}

.document-title {
    padding: 0 !important;
}

    .document-title h4 {
        font-family: 'Open Sans Bold' !important;
        font-size: 30px;
        color: lightgrey;
        height: auto;
        padding: 0;
    }

.service-item {
    padding: 0 !important;
}

.service-items {
    padding: 0 !important;
}

.service-content-item p {
    font-family: 'Open Sans Regular' !important;
    font-size: 24px;
    color: #424242;
    padding: 0;
}

.service-content-item span {
    font-family: 'Open Sans Bold' !important;
    font-size: 24px;
    color: #424242;
    padding: 0;
}

.information-service-title h3 {
    font-family: 'Open Sans Bold' !important;
    font-size: 38px;
    color: #424242;
    padding: 0;
}

.service-item h4 {
    font-family: 'Open Sans Regular' !important;
    font-size: 24px;
    color: #424242;
    padding: 0;
}

.service-item p {
    font-family: 'Open Sans Bold' !important;
    font-size: 24px;
    color: #424242;
    padding: 0;
}

.service-item span {
    font-family: 'Open Sans Bold' !important;
    font-size: 24px;
    color: #424242;
    padding: 0;
}

.information-bottom-content h4 {
    font-family: 'Open Sans Regular' !important;
    font-size: 24px;
    color: #424242;
    padding: 0;
}

.information-bottom-content p {
    font-family: 'Open Sans Regular' !important;
    font-size: 24px;
    color: #424242;
    padding: 0;
}

.information-bottom-content span {
    font-family: 'Open Sans Bold' !important;
    font-size: 24px;
    color: #424242;
    padding: 0;
}

/*--------------------Footer--------------------*/
/*-----footer-top-----*/
.footer-content {
    padding: 0 !important;
}

.footer-top {
    background-color: #ebebeb !important;
}

.footer-link {
    border-right-style: solid;
    border-width: 2px;
    border-color: #6a6f73;
    height: auto;
}

.link-top ul {
    list-style-type: none;
    padding: 0;
}

    .link-top ul li {
        padding-top: 13px;
    }

        .link-top ul li a {
            font-size: 20px;
            font-family: 'Open Sans Regular' !important;
            color: #43474a !important;
        }

.link-bottom {
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #6a6f73;
    margin-bottom: 20px;
}

    .link-bottom a {
        text-align: left;
        font-family: 'Open Sans Bold' !important;
        font-size: 24px;
        color: #020305 !important;
    }

.footer-message {
    height: 100%;
}

.message {
    padding: 0 !important;
}

    .message p {
        font-family: 'Open Sans Bold' !important;
        font-size: 25px;
        color: #43474a;
    }

    .message span {
        font-family: 'Open Sans Regular' !important;
        font-size: 21px;
        color: #43474a;
    }

.mail-text-box {
    border: 1px solid #424242;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 70px 0 35px 0;
    padding: 0 !important;
}

    .mail-text-box input {
        font-family: 'Open Sans Light' !important;
        font-size: 20px;
        background-color: #ebebeb !important;
        color: #663f46 !important;
        padding: 25px 20px;
        margin: 0 !important;
    }

.message-small {
    font-family: 'Open Sans Regular' !important;
    font-size: 15px;
    color: #43474a !important;
    padding: 0 !important;
}

.social-media {
    margin-top: 50px;
    padding: 0 !important;
}

    .social-media ul {
        list-style: none outside none;
        list-style-type: none;
    }

        .social-media ul li {
            position: relative;
            display: inline;
            margin: 12px;
        }

            .social-media ul li a {
                text-decoration: none !important;
            }

                .social-media ul li a i {
                    color: #424242;
                }

.social-item {
    float: right;
}

/*-----footer-botton-----*/

.footer-botton {
    background-color: #1d1d1d !important;
    border-style: solid;
    border-width: 2px;
    border-color: #6a6f73;
    color: white !important;
    font-size: 15px;
    font-family: 'Open Sans Regular' !important;
    width: 100%;
}

.end-message {
    padding: 0 !important;
    float: left;
    text-align: left;
}

.end-copyright {
    padding: 0 !important;
    float: right;
    text-align: right;
}

.footer-botton p {
    margin: 0 !important;
}

.content-title {
    padding: 0 !important;
}


    .content-title p {
        font-family: Cardo !important;
        font-style: italic;
        font-size: 34px;
        color: #75645D;
        margin: 0;
        padding: 40px 0;
    }
