@font-face {
    font-family: 'NewYork';
    src: url('../fonts/NewYork.woff2') format('woff2'),
        url('../fonts/NewYork.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Outfit", serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
body.open{
    overflow: hidden;
}
.slick-track,.slick-initialized{
    opacity: 1 !important;
}
.slick-slider {
    opacity: 0;
}
.slick-initialized.slick-slider{
    opacity: 1;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 1720px;
}

h1,h2{
    font-family: 'NewYork';
}

#one {order: 1;}
#two {order: 2;}
#three {order: 3;}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background:transparent;
    padding: 20px 0;
    z-index: 121;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header.nav-new{
    padding: 10px 0;
    background: #2A3E33;
}
.navbar-row{
    display: flex;
    align-items: center;
}
.logo-box img{
    height: 60px;
}

.toggle-box{
    margin: 0 0 0 auto;
}
.toggle-box .toggle-menu {
    width: 40px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    height: 40px;
    z-index: 1000;
}
.toggle-box .toggle-menu i {
    position: absolute;
    display: block;
    height: 2px;
    background: #fff;
    width: 40px;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.toggle-box .toggle-menu i:nth-child(1) {
    top: 16px;
}
.toggle-box .toggle-menu i:nth-child(2) {
    background: transparent;
}
.toggle-box .toggle-menu i:nth-child(3) {
    top: 24px;
    width: 24px;
}
.toggle-box .toggle-menu.active i:nth-child(1) {
    top: 25px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.toggle-box .toggle-menu.active i:nth-child(2) {
    background: transparent;
}
.toggle-box .toggle-menu.active i:nth-child(3) {
    top: 25px;
    width: 40px;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
/* **** End Header **** */

/* **** Menus **** */
aside.sidebar{
    position: fixed;
    top: 0%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: #2A3E33;
    z-index: 120;
    opacity: 0;
    visibility: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
aside.sidebar.open{
    opacity: 1;
    visibility: visible;
}
.menu-row{
    display: flex;
    flex-wrap: wrap;
    padding: 0 50px;
    position: relative;
    z-index: 5;
}
.menu-list{
    width: 55%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.menu-list ul li{
    margin: 0 0 50px;
}
.menu-list ul li:last-child{
    margin: 0;
}
.menu-list ul li a{
    font-weight: 400;
    font-size: 90px;
    line-height: 90px;
    background: linear-gradient(180deg, #CEC8BE 0%, #FFFCF2 50%, rgba(255, 252, 242, 0.5) 75%, rgba(255, 252, 242, 0.25) 87.5%, rgba(255, 252, 242, 0.125) 93.75%, rgba(255, 252, 242, 0) 100%);
    font-family: 'NewYork';
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: 100% 100%;
    background-clip: text;
    text-fill-color: transparent;
}
.menu-list ul li a.active,
.menu-list ul li a:hover{
    opacity: 0.50;
}

aside.sidebar .line-center{
    position: fixed;
}
/* **** End Menus **** */

/* **** Hero Banner **** */
.hero-banner{
    position: relative;
    background: #2A3E33;
}
.hero-row{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.hero-content-box{
    width: 27.5%;
    padding: 200px 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.hero-content-box h1{
    font-size: 110px;
    line-height: 120px;
    font-weight: normal;
    background: linear-gradient(180deg, #CEC8BE 0%, #FFFCF2 50%, rgba(255, 252, 242, 0.5) 75%, rgba(255, 252, 242, 0.25) 87.5%, rgba(255, 252, 242, 0.125) 93.75%, rgba(255, 252, 242, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: flex;
    flex-flow: column;
    margin: 0 -60px 0 0;
    padding: 0 0 0 30px;
    position: relative;
    z-index: 5;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.hero-content-box h1 span{
    margin: 0 0 0 auto;
    display: block;
}
.hero-img{
    width: 45%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.hero-img:after{
    position: absolute;
    content: '';
    width: 50%;
    height: 120%;
    background: #2A3E33;
    border-radius: 100%;
    top: -10%;
    left:-34%;
}
.hero-img:before{
    position: absolute;
    content: '';
    width: 50%;
    height: 120%;
    background: #2A3E33;
    border-radius: 100%;
    top: -10%;
    right:-34%;
}
.hero-img img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.banner-line-one{
    position: absolute;
    top: 8%;
    left: 5%;
    z-index: 2;
}
.banner-line-one img{
    height: auto;
}
.banner-line-two{
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 2;
    right: 0;
}
.banner-line-two img{
    width: 96%;
    margin: 0 ;
    height: auto;
}
.banner-databox{
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
.banner-datablock{
    padding: 0;
    margin: 0 0 0 -30px;
    position: relative;
    z-index: 2;
    max-width: 393px;
}
.banner-datablock h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #CEC8BE;
    margin: 0 0 30px;
}
.banner-datablock ul{
    padding: 0 50px;
}
.banner-datablock ul li{
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 20px;
    position: relative;
    padding: 0 0 0 40px;
}
.banner-datablock ul li:last-child{
    margin: 0;
}
.banner-datablock ul li:after{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.banner-datablock ul li:before{
    position: absolute;
    content: '';
    width: 28px;
    height: 1px;
    border: 1px dashed #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.banner-datablock .btn-main{
    color: #fff;
}
.banner-datablock .btn-main:after,
.banner-datablock .btn-main:before{
    border-color: #fff;
}

.social-bx{
    position: absolute;
    top: 42%;
    left: 40px;
    transform: rotate(90deg) translateY(-50%);
    -webkit-transform: rotate(90deg) translateY(-50%);
    transform-origin: left;
    z-index: 2;
}
.social-bx a{
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 20px;
    position: relative;
    padding: 0 0 0 35px;
}
.social-bx a:after{
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    opacity: 0.15;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
}
.scroll-down-btn a:hover,
.social-bx a:hover{
    color: rgba(255, 255, 255, 0.15);
}

.scroll-down-btn{
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: right;
    right: 40px;
    bottom: 30px;
    z-index: 2;
}
.scroll-down-btn a{
    position: relative;
    padding: 0 115px 0 0;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 20px;
}
.scroll-down-btn a:after{
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background: #fff;
    opacity: 0.15;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
}
.line-center{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.line-center img{
    width: 100%;
}


/*body.open .hero-content-box{
    width: 0;
    overflow: hidden;
    opacity: 0;
}
body.open .hero-img{
    margin: 0 0 0 auto;
}*/
/* **** End Hero Banner **** */

/* **** Effective treatment **** */
.effective-treatment-wrp{
    padding: 160px 0;
}
.titlebar{
    margin: 0 auto 10px;
    max-width: 1040px;
}
.titlebar h2{
    margin: 0 ;    
    font-size: 90px;
    line-height: 90px;
    text-transform: capitalize;
    color: #2A3E33;
    font-weight: normal;
    display: table;
}
.titlebar h3{
    text-transform: capitalize;
    font-family: 'NewYork';
    margin: 0 0 0 auto;    
    font-size: 90px;
    line-height: 90px;
    color: #2A3E33;
    font-weight: normal;
    display: table;
}
.for-body-soulbx{
    position: relative;
}
.for-body-soulbx h4{
    font-size: 120px;
    line-height: 120px;
    font-family: 'NewYork';
    color: #2A3E33;
    text-transform: capitalize;
    margin: 0 0 68px 143px;
    position: relative;
    z-index: 1;
}
.body-text{
    max-width: 700px;
    position: relative;
    z-index: 1;
}
.body-text p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #757575;
    margin: 0;
}
.effective-shap{
    position: absolute;
    top: 16%;
    right: 15px;
}
/* **** End Effective treatment **** */

/* **** You choose the right massage **** */
.choose-massage-wrp{
    padding: 100px 0;
    position: relative;
    background: #2A3E33 url('../images/choose-line.png') 0 0 no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.choose-massage-title-row{
    display: flex;
    align-items: center;
}
.choose-massage-wrp h2{
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 110px;
    line-height: 120px;
    background: linear-gradient(180deg, #CEC8BE 0%, #FFFCF2 50%, rgba(255, 252, 242, 0.5) 75%, rgba(255, 252, 242, 0.25) 87.5%, rgba(255, 252, 242, 0.125) 93.75%, rgba(255, 252, 242, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    z-index: 1;
}
.choose-massage-wrp h2 span{
    display: block;
    margin: 0 0 0 70px;
}
.choose-massage-wrp h2 span b{font-weight: normal;}
.choose-massage-title-row .hero__arrows.arrow-nav{
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
}
.choose-massage-title-row .hero__arrows.arrow-nav .hero__arrow{
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    line-height: 22px;
    margin-right: 50px;
    cursor: pointer;
    transition: .4s linear;
    -webvkit-transition: .4s linear;
    position: relative;
    z-index: 1;
}
.choose-massage-title-row .hero__arrows.arrow-nav .hero__arrow:last-child{
    margin: 0;
}
.choose-massage-title-row .hero__arrows.arrow-nav .hero__arrow:hover{
    opacity: 0.70;
}
.choose-massage-title-row .hero__arrows.arrow-nav .hero__arrow figure{
    margin-right: 10px;
    min-width: 41px;
}
.choose-massage-title-row .hero__arrows.arrow-nav .hero__arrow.hero__arrow_right figure{
    margin: 0 0 0 10px;
}

.choose-slider{
    position: relative;
    z-index: 1;
}
.choose-slider .slick-slide {
    margin: 0 10px;
}
.choose-slider .slick-list {
    margin: 0 -10px;
}
.massage-box{
    position: relative;
}
.massage-box img{
    width: 100%;
}
.massage-box:after{
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(42, 62, 51, 0) 45.12%, #2A3E33 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.massage-databx{
    padding:30px 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.massage-databx h3{
    font-size: 40px;
    font-weight: normal;
    line-height: 50px;
    color: #fff;
    margin: 0 0 20px;
}
.massage-databx p{
    font-size: 20px;
    font-weight: normal;
    color: #C4C4C4;
    line-height: 30px;
    margin: 0 0 10px;
}
.massage-databx a{
    display: table;
    font-size: 20px;
    font-weight: bold;
    color: #C4C4C4;
    line-height: 25px;
    border-bottom: 1px solid #C4C4C4;
}
.massage-databx a:hover{
    color: #fff;
    border-bottom-color: #fff;
}
.massage-hover-box{
    padding: 50px;
    background: #FFFCF2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.massage-hover-box h4{
    font-size: 40px;
    font-weight: normal;
    color: #2A3E33;
    line-height: 50px;
    margin: 0 0 20px;
}
.massage-hover-box p{
    font-size: 20px;
    font-weight: normal;
    color: #757575;
    line-height: 30px;
    margin: 0 0 20px;
}
.massage-hover-box p:last-child{
    margin: 0;
}
.massage-box.show-details .massage-hover-box{
    opacity: 1;
    visibility: visible;
}
.btn-close{
    background: transparent;
    padding: 0;
    width: auto;
    height: auto;
    opacity: 1;
    font-size: 22px;
    color: #2A3E33;
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    outline: none;
}
.btn-close:focus{
    box-shadow: none;
}
.btn-close:hover{
    color: #111;
}
/* **** End You choose the right massage **** */

/* **** Lindernd **** */
.lindernd-wrp{
    padding: 160px 0;
}
.lindernd-img{
    position: relative;
    margin: 0 0 110px;
    padding: 0 25px 0 0;
}
.lindernd-img figure{
    position: relative;
}
.lindernd-img img{
    width: 100%;
}
.lindernd-img figure:after{
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(42, 62, 51, 0) 45.12%, #2A3E33 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.lindernd-wrp .btn-group{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 150px;
    position: relative;
    z-index: 2;
}
.btn-main{
    font-size: 22px;
    font-weight: normal;
    color: #2A3E33;
    line-height: 32px;
    padding: 15px 40px;
    border-radius: 100%;
    position: relative;
    display: table;
}
.btn-main span{
    position: relative;
    z-index: 1;
}
.btn-main i{font-size: 26px;}
.btn-main:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #2A3E33;
    border-radius: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.btn-main:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #2A3E33;
    border-radius: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: rotate(-3deg);
}
.btn-main:hover{
    background: #2A3E33;
    color: #fff;
}
.btn-main:hover:after{
    border-color: #fff;
}
.btn-main:hover:before{
    border-color: #2A3E33;
}
.lindernd-data {
    position: relative;
    z-index: 2;
}
.lindernd-data .btn-group,
.lindernd-data .lindernd-img{
    display: none;
}
.mobile-img{display: none;}
.lindernd-data h2{
    font-size: 120px;
    line-height: 120px;
    color: #2C3939;
    margin: 0 0 20px;
    font-weight: normal;
    padding: 0 0 0 120px;
}
.lindernd-data h3{
    text-align: right;
    margin: 0 0 30px;
    font-family: 'NewYork';
    text-transform: capitalize;
    font-size: 90px;
    line-height: 90px;
    color: #2C3939;
}
.lindernd-data p{
    max-width: 770px;
    color: #757575;
    font-size: 20px;
    line-height: 30px;
    margin: 00 0 30px;
}
.lindernd-rwdt{
    max-width: 770px;
}
.lindernd-rwdt p{
    max-width: 100%;
    margin: 0;
}
.lindernd-med-img{
    padding: 0 0 0 25px;
}
.lindernd-med-img figure{
    max-width: 225px;
}
.lindernd-med-img figure img{width: 100%;}
.lindernd-shap-img{
    margin: -180px 0 0;
}
.lindernd-shap-img img{
    width: 100%;
}
.mobile-part{
    margin: 0 0 30px;
    display: flex;
}
.mobile-part figure{
    width:50%;
}
.mobile-part figure img{width: 100%;}
/* **** End Lindernd **** */

/* **** Pin Massage **** */
.pin-massage-wrp{
    padding: 100px 0;
    position: relative;
    background: #2A3E33;
}
.pin-massage-box{
    max-width: 520px;
}
.pin-massage-img{
    position: relative;
}
.pin-massage-img img{
    width: 100%;
    height: 365px;
    object-fit: cover;
}
.pin-massage-img:after{
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(42, 62, 51, 0) 45.12%, #2A3E33 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.pin-massage-data{padding: 100px 0 0;}
.pin-massage-data p{
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #FFFCF2;
}
.pin-even-box{
    display: flex;
    flex-flow: column-reverse;
    margin:0 0 0 auto;
}
.pin-even-box .pin-massage-data{
    padding: 0 0 100px;
}
.pin-massage-title{
    position: relative;
    max-width: 470px;
    margin: 0 auto;
}
.pin-massage-title figure img{
    width: 100%;
}
.pin-massage-title h2{
    font-weight: 400;
    font-size: 110px;
    line-height: 120px;
    text-align: center;
    text-transform: capitalize;
    background: linear-gradient(180deg, #CEC8BE 0%, #FFFCF2 50%, rgba(255, 252, 242, 0.5) 75%, rgba(255, 252, 242, 0.25) 87.5%, rgba(255, 252, 242, 0.125) 93.75%, rgba(255, 252, 242, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0 auto;
    display: table;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

/* **** End Pin Massage **** */

/* **** Footer **** */
footer{
    position: relative;
    background: #000;
    padding: 59px 0 43px;
}
.footer-top{
    padding: 0 0 50px;
    display: flex;
    align-items: center;
}
.footer-logo figure img{
    height: 100px;
}
.data-protect-btn{
    margin: 0 0 0 auto;
    font-size: 26px;
    font-weight: normal;
    color: #CEC8BE;
    text-transform: capitalize;
    line-height: 36px;
}
.data-protect-btn span{
    border-bottom:1px solid #CEC8BE;
}
.data-protect-btn i{margin: 0 0 0 5px}
.data-protect-btn:hover{
    color: #fff;
}
.data-protect-btn:hover span{
    border-bottom-color: #fff;
}

.footer-contact-row{
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    flex-wrap: wrap;
}
.footer-contact-box{
    width: 30%;
    padding: 50px 110px;
}
.footer-contact-big-box{
    width: 40%;
    padding: 50px 110px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-contact-big-box h3,.footer-contact-box h3{
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    color: #CEC8BE;
    line-height: 22px;
    text-transform: uppercase;
}
.footer-contact-big-box p,
.footer-contact-box p{
    display: block;
    width: fit-content;
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    line-height: 36px;
    margin: 20px 0 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.footer-contact-box a:hover p{
    opacity: 0.50;
}
.footer-contact-big-box a,
.footer-contact-box a{
    display: table;
}

.copyright-wrp{
    background: #191919;
    padding: 10px 0;
}
.copyright-wrp .col-md-7{
    width: 100%;
}
.copyright-wrp p{
    margin: 0;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
}
.rights-txt p{
    text-align: right;
}
/* **** End Footer **** */

/* **** 404 Page **** */
header.inner-header{
    position: relative;
    background: #2A3E33;
}
.not-found-wrp{
    padding: 110px 0;
}
.not-found-wrp h1{
    font-size: 200px;
    font-weight: normal;
    color: #2A3E33;
    text-align:center;
    margin: 0 auto;
}
.not-found-wrp p{
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #757575;
    line-height: 30px;
    margin: 0 auto 30px;
    max-width: 50%;
}
.not-found-wrp .btn-main{
    margin: 0 auto;
}
/* **** End 404 Page **** */

/* **** Typography Page **** */
.typography-wrp{
    padding: 110px 0;
}
.typography-wrp h1{
    font-size: 80px;
    font-weight: normal;
    color: #2A3E33;
    margin: 0 0 15px;
}
.typography-wrp h2{
    font-size: 60px;
    font-weight: normal;
    color: #2A3E33;
    margin: 0 0 15px;
}
.typography-wrp h3{
    font-size: 50px;
    font-weight: normal;
    color: #2A3E33;
    margin: 0 0 15px;
}
.typography-wrp h4{
    font-size: 40px;
    font-weight: normal;
    color: #2A3E33;
    margin: 0 0 15px;
}
.typography-wrp h5{
    font-size: 32px;
    font-weight: normal;
    color: #000;
    margin: 0 0 15px;
}
.typography-wrp h6{
    font-size: 26px;
    font-weight: normal;
    color: #000;
    margin: 0 0 15px;
}
.typography-wrp p{
    font-size: 20px;
    font-weight: normal;
    color: #757575;
    line-height: 30px;
    margin: 0 0 20px;
}
.typography-wrp ul{
    margin: 0 0 20px;
}
.typography-wrp ul li{
    display: block;
    position: relative;
    padding: 0 0 0 15px;
    margin: 0;
    line-height: 30px;
    font-size: 18px;
    color: #757575;
}
.typography-wrp ul li:before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #2A3E33;
    border-radius: 100%;
    top: 13px;
    left: 0;
}
.typography-wrp ul li ol{
    margin: 0;
}
.typography-wrp ul li ol li{
    display: list-item;
    list-style-type: decimal;
    padding: 0;
}
.typography-wrp ul li ol li:before{
    display: none;
}
.typography-wrp ol{
    padding: 0 0 0 15px;
    margin: 0 0 20px;
}
.typography-wrp ol li{
    position: relative;
    list-style-type: decimal;
    margin: 0;
    line-height: 30px;
    font-size: 18px;
    color: #757575;
}
.typography-wrp ol li ul{
    margin: 0;
}
.typography-wrp ol li ul li{
    display: block;
    list-style-type: none;
    padding: 0 0 0 15px;
}
.typography-wrp ol li ul li:before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #2A3E33;
    border-radius: 100%;
    top: 13px;
    left: 0;
}
.left-align img{
    margin: 0 0 15px;
    width: 40%;
}
.center-align img{
    margin: 0 auto 15px;
    width: 40%;
    display: table;
}
.right-align{
    display: block;
    width: 100%;
    overflow: hidden;
}
.right-align img{
    width: 40%;
    float: right;
}

.inner-banner{
    padding: 150px 0 60px;
    background: #2A3E33;
}
.inner-banner h1{
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    margin: 0;
    font-weight: normal;
}
.horizontal .card{
    background: transparent;
    border: none;
}
/* **** End Typography Page **** */