.navbar {
    padding: 0px!important;
}
.cd-hero__btn, .testimonial_095_header>h5, .testimonial_095_slide>h5>a {
    letter-spacing: 1px;
    text-transform: uppercase;
}
.features-boxed {
    color: #fff;
    background-color: #000;
}
.features-boxed h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}
@media (max-width:767px) {
    .features-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
}
}.features-boxed .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}
.features-boxed .intro p {
    margin-bottom: 0;
}
.features-boxed .features {
    padding: 50px 0;
}
.features-boxed .item {
    text-align: center;
}
.features-boxed .item .box {
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
}
.features-boxed .item .icon {
    font-size: 60px;
    color: #1485ee;
    margin-top: 20px;
    margin-bottom: 35px;
}
.features-boxed .item .name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 10px;
    color: inherit;
}
.features-boxed .item .description {
    margin-top: 15px;
    margin-bottom: 20px;
}
.features-boxed .item .box:hover {
    background-color: #998845;
    color: #000;
}
.features a {
    color: #fff;
}
.features a:hover {
    color: #000;
    text-decoration: underline;
}
.page-title {
    padding: 0;
}
.about-laii-durve {
    background: url(/assets/img/assets/about-laii-durve.jpg?h=71ae1137c85c5a344878577c3af44d1c) center no-repeat fixed;
    background-size: cover;
}
.heading {
    padding: 20px 0;
    color: #998845;
    font-size: 46px;
    line-height: 46px;
    line-height: 57px;
    font-weight: 700;
}
.prodimg {
    width: 112px;
    height: 200px;
}
.footer-basic {
    padding: 40px 0;
    background-color: #000;
    color: #fff;
}
.footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}
.footer-basic li {
    padding: 0 10px;
}
.footer-basic ul a {
    color: inherit;
    text-decoration: none;
    opacity: .8;
}
.footer-basic ul a:hover {
    opacity: 1;
}
.footer-basic .social {
    text-align: center;
    padding-bottom: 25px;
}
.footer-basic .social>a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    color: inherit;
    opacity: .75;
}
.footer-basic .social>a:hover {
    opacity: .9;
}
.footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
}
.photo-gallery {
    color: #313437;
    background-color: #fff;
}
.photo-gallery p {
    color: #7d8285;
}
.photo-gallery h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}
@media (max-width:767px) {
    .photo-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
}
}.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}
.photo-gallery .intro p {
    margin-bottom: 0;
}
.photo-gallery .photos {
    padding-bottom: 20px;
}
.photo-gallery .item {
    padding-bottom: 30px;
}
.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body, html {
    height: 100%;
    width: 100%}
.sp-loading {
    text-align: center;
    max-width: 270px;
    padding: 15px;
    border: 5px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    color: #888;
}
.sp-wrap {
    display: none;
    line-height: 0;
    font-size: 0;
    background: #eee;
    border: 5px solid #eee;
    border-radius: 3px;
    position: relative;
    margin: 0 25px 15px 0;
    float: left;
    max-width: 300px;
}
.sp-thumbs {
    text-align: left;
    display: inline-block;
}
.sp-thumbs img {
    min-height: 50px;
    min-width: 50px;
    max-width: 50px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
    width: 50px;
    height: 50px;
    overflow: hidden;
    opacity: .3;
    display: inline-block;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.sp-thumbs a:hover {
    opacity: 1;
}
.sp-current, .sp-thumbs a:active {
    opacity: 1!important;
    position: relative;
}
.sp-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
}
.sp-large a img {
    max-width: 100%;
    height: auto;
}
.sp-large a {
    display: block;
}
.sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none;
}
.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .9);
    z-index: 1031;
    display: none;
    cursor: pointer;
}
.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #fff;
}
#sp-next, #sp-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: .2s;
}
#sp-next:before, #sp-prev:before {
    content: '';
    border: 7px solid transparent;
    top: 16px;
    position: absolute;
}
#sp-prev {
    left: 10px;
}
#sp-prev:before {
    border-right: 15px solid #fff;
    left: 7px;
}
#sp-next {
    right: 10px;
}
#sp-next:before {
    border-left: 15px solid #fff;
    left: 18px;
}
#sp-next:hover, #sp-prev:hover {
    background: #444;
}
@media screen and (max-width:400px) {
    .sp-wrap {
    margin: 0 0 15px;
}
#sp-next, #sp-prev {
    top: auto;
    margin-top: 0;
    bottom: 25px;
}
}*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img, video {
    max-width: 100%}
.cd-header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #21272c;
}
.cd-header__logo {
    float: left;
    margin: 13px 0 0 5%}
.cd-header__logo img {
    display: block;
}
@media only screen and (min-width:768px) {
    .cd-header {
    height: 70px;
    background-color: transparent;
}
.cd-header__logo {
    margin: 23px 0 0 5%}
}.cd-header__nav {
    float: right;
    margin-right: 5%;
    width: 44px;
    height: 100%;
    background: url(../assets/cd-icon-menu.svg) center center no-repeat;
}
.cd-header__nav ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.cd-header__nav ul.cd-is-visible {
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}
.cd-header__nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
    background: #21272c;
    border-top: 1px solid #333c44;
    color: #fff;
}
@media only screen and (min-width:768px) {
    .cd-header__nav {
    width: auto;
    height: auto;
    background: 0 0;
}
.cd-header__nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
}
.cd-header__nav ul.cd-is-visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}.cd-hero, .cd-hero__slider {
    position: relative;
}
@media only screen and (min-width:768px) {
    .cd-header__nav li {
    display: inline-block;
    margin-left: 1em;
}
.cd-header__nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: 0 0;
    padding: .6em 1em;
    border-top: none;
}
}.cd-hero__slider {
    height: 360px;
    width: 100%;
    overflow: hidden;
}
.cd-hero__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cd-hero__slide.cd-hero__slide--selected {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.cd-hero__slide.cd-hero__slide--move-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.cd-hero__slide.cd-hero__slide--is-moving, .cd-hero__slide.cd-hero__slide--selected {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
@media only screen and (min-width:768px) {
    .cd-hero__slider {
    height: 500px;
}
}@media only screen and (min-width:1170px) {
    .cd-hero__slider {
    height: 680px;
}
}.cd-hero__slide:first-of-type {
    background-color: #2c343b;
}
.cd-hero__slide:nth-of-type(2) {
    background-color: #3d4952;
    background-image: url(../assets/tech-1-mobile.jpg);
}
.cd-hero__slide:nth-of-type(3) {
    background-color: #586775;
    background-image: url(../assets/tech-2-mobile.jpg);
}
.cd-hero__slide:nth-of-type(4) {
    background-color: #2c343b;
    background-image: url(../assets/video-replace-mobile.jpg);
}
.cd-hero__slide:nth-of-type(5) {
    background-color: #2c343b;
    background-image: url(../assets/img.jpg);
}
.cd-hero__content.cd-hero__content--full-width, .cd-hero__content.cd-hero__content--half-width {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    /*padding-top: 100px;*/
    padding-top: 50px;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}
.cd-hero__btn, .cd-hero__content h2, .cd-hero__content p, .cd-hero__content--img img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}
.cd-hero__content.cd-hero__content--img {
    display: none;
}
.cd-hero__content--img img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.cd-hero__content.cd-hero__content--bg-video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cd-hero__content--bg-video video {
    display: block;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.cd-hero__content h2, .cd-hero__content p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    line-height: 1.2;
    margin: 0 auto 14px;
    color: #fff;
    width: 90%;
    max-width: 400px;
}
.cd-hero__content h2 {
    font-size: 2.4rem;
}
.cd-hero__content p {
    font-size: 1.4rem;
    line-height: 1.4;
}
.cd-hero__btn {
    display: inline-block;
    padding: 1.2em 1.4em;
    margin-top: .8em;
    background-color: rgba(212, 68, 87, .9);
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}
.cd-hero__btn.cd-hero__btn--secondary {
    background-color: rgba(22, 26, 30, .8);
}
.cd-hero__btn:nth-of-type(2) {
    margin-left: 1em;
}
.cd-hero__btn:hover {
    background-color: #d44457;
}
.cd-hero__btn.cd-hero__btn--secondary:hover {
    background-color: #161a1e;
}
@media only screen and (min-width:768px) {
    .cd-hero__slide: nth-of-type(2), .cd-hero__slide:nth-of-type(3), .cd-hero__slide:nth-of-type(4) {
    background-image: none;
}
.cd-hero__content.cd-hero__content--full-width, .cd-hero__content.cd-hero__content--half-width {
    padding-top: 150px;
}
.cd-hero__content.cd-hero__content--bg-video {
    display: block;
}
.cd-hero__content.cd-hero__content--half-width {
    width: 45%;
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}
.cd-hero__content.cd-hero__content--half-width:first-of-type {
    left: 5%}
.cd-hero__content.cd-hero__content--half-width:nth-of-type(2) {
    right: 5%;
    left: auto;
}
.cd-hero__content.cd-hero__content--img {
    display: block;
}
.cd-hero__content h2, .cd-hero__content p {
    max-width: 520px;
}
.cd-hero__content h2 {
    font-size: 2.4em;
    font-weight: 300;
}
.cd-hero__btn {
    font-size: 1.4rem;
}
}@media only screen and (min-width:1170px) {
    .cd-hero__content.cd-hero__content--full-width, .cd-hero__content.cd-hero__content--half-width {
    padding-top: 220px;
}
.cd-hero__content h2, .cd-hero__content p {
    margin-bottom: 20px;
}
.cd-hero__content h2 {
    font-size: 3.2em;
}
.cd-hero__content p {
    font-size: 1.6rem;
}
}@media only screen and (min-width:768px) {
    .cd-hero__slide--move-left .cd-hero__content.cd-hero__content--half-width {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
}
.cd-hero__slide--selected .cd-hero__content.cd-hero__content--half-width {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.cd-hero__slide--is-moving .cd-hero__content.cd-hero__content--half-width {
    -webkit-transition: opacity 0s .5s, -webkit-transform 0s .5s;
    transition: opacity 0s .5s, -webkit-transform 0s .5s;
    transition: opacity 0s .5s, transform 0s .5s;
    transition: opacity 0s .5s, transform 0s .5s, -webkit-transform 0s .5s;
}
.cd-hero__slide--from-left.cd-hero__slide--selected .cd-hero__content.cd-hero__content--half-width:nth-of-type(2), .cd-hero__slide--from-right.cd-hero__slide--selected .cd-hero__content.cd-hero__content--half-width:first-of-type {
    -webkit-transition: opacity .4s .2s, -webkit-transform .5s .2s;
    transition: opacity .4s .2s, -webkit-transform .5s .2s;
    transition: opacity .4s .2s, transform .5s .2s;
    transition: opacity .4s .2s, transform .5s .2s, -webkit-transform .5s .2s;
}
.cd-hero__slide--from-left.cd-hero__slide--selected .cd-hero__content.cd-hero__content--half-width:first-of-type, .cd-hero__slide--from-right.cd-hero__slide--selected .cd-hero__content.cd-hero__content--half-width:nth-of-type(2) {
    -webkit-transition: opacity .4s .4s, -webkit-transform .5s .4s;
    transition: opacity .4s .4s, -webkit-transform .5s .4s;
    transition: opacity .4s .4s, transform .5s .4s;
    transition: opacity .4s .4s, transform .5s .4s, -webkit-transform .5s .4s;
}
.cd-hero__content--full-width .cd-hero__btn, .cd-hero__content--full-width h2, .cd-hero__content--full-width p {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
}
.cd-hero__slide--move-left .cd-hero__content--full-width .cd-hero__btn, .cd-hero__slide--move-left .cd-hero__content--full-width h2, .cd-hero__slide--move-left .cd-hero__content--full-width p {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}
.cd-hero__slide--selected .cd-hero__content--full-width .cd-hero__btn, .cd-hero__slide--selected .cd-hero__content--full-width h2, .cd-hero__slide--selected .cd-hero__content--full-width p {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.cd-hero__slide--is-moving .cd-hero__content--full-width .cd-hero__btn, .cd-hero__slide--is-moving .cd-hero__content--full-width h2, .cd-hero__slide--is-moving .cd-hero__content--full-width p {
    -webkit-transition: -webkit-transform 0s .5s;
    transition: -webkit-transform 0s .5s;
    transition: transform 0s .5s;
    transition: transform 0s .5s, -webkit-transform 0s .5s;
}
.cd-hero__slide--selected h2 {
    -webkit-transition: -webkit-transform .5s .2s;
    transition: -webkit-transform .5s .2s;
    transition: transform .5s .2s;
    transition: transform .5s .2s, -webkit-transform .5s .2s;
}
.cd-hero__slide--selected p {
    -webkit-transition: -webkit-transform .5s .3s;
    transition: -webkit-transform .5s .3s;
    transition: transform .5s .3s;
    transition: transform .5s .3s, -webkit-transform .5s .3s;
}
.cd-hero__slide--selected .cd-hero__btn {
    -webkit-transition: background-color .2s 0s, -webkit-transform .5s .4s;
    transition: background-color .2s 0s, -webkit-transform .5s .4s;
    transition: transform .5s .4s, background-color .2s 0s;
    transition: transform .5s .4s, background-color .2s 0s, -webkit-transform .5s .4s;
}
}.cd-hero__nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
    text-align: center;
    height: 55px;
    background-color: rgba(0, 1, 1, .5);
}
.cd-hero__nav a, .cd-hero__nav li, .cd-hero__nav nav, .cd-hero__nav ul {
    height: 100%}
.cd-hero__nav nav {
    display: inline-block;
    position: relative;
}
.cd-hero__marker {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 100%;
    color: #d44457;
    background-color: #fff;
    -webkit-box-shadow: inset 0 2px 0 currentColor;
    box-shadow: inset 0 2px 0 currentColor;
    -webkit-transition: -webkit-transform .2s, -webkit-box-shadow .2s;
    transition: -webkit-transform .2s, -webkit-box-shadow .2s;
    transition: transform .2s, box-shadow .2s;
    transition: transform .2s, box-shadow .2s, -webkit-transform .2s, -webkit-box-shadow .2s;
}
.cd-hero__marker.cd-hero__marker--item-2 {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.cd-hero__marker.cd-hero__marker--item-3 {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}
.cd-hero__marker.cd-hero__marker--item-4 {
    -webkit-transform: translateX(300%);
    -ms-transform: translateX(300%);
    transform: translateX(300%);
}
.cd-hero__marker.cd-hero__marker--item-5 {
    -webkit-transform: translateX(400%);
    -ms-transform: translateX(400%);
    transform: translateX(400%);
}
.cd-hero__nav ul::after {
    clear: both;
    content: "";
    display: table;
}
.cd-hero__nav li {
    display: inline-block;
    width: 60px;
    float: left;
}
.cd-hero__nav .cd-selected a {
    color: #2c343b;
}
.cd-hero__nav .cd-selected a:hover {
    background-color: transparent;
}
.cd-hero__nav a {
    display: block;
    position: relative;
    padding-top: 35px;
    font-size: 1rem;
    font-weight: 700;
    color: #a8b4be;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}
.cd-hero__nav a::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 8px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../assets/cd-icon-navigation.svg) no-repeat;
}
#section-id-about, #section-id-modalities {
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: inherit;
}
.cd-hero__nav a:hover {
    background-color: rgba(0, 1, 1, .5);
}
.cd-hero__nav li:first-of-type a::before {
    background-position: 0 0;
}
.cd-hero__nav li.cd-selected:first-of-type a::before {
    background-position: 0 -24px;
}
.cd-hero__nav li:nth-of-type(2) a::before {
    background-position: -24px 0;
}
.cd-hero__nav li.cd-selected:nth-of-type(2) a::before {
    background-position: -24px -24px;
}
.cd-hero__nav li:nth-of-type(3) a::before {
    background-position: -48px 0;
}
.cd-hero__nav li.cd-selected:nth-of-type(3) a::before {
    background-position: -48px -24px;
}
.cd-hero__nav li:nth-of-type(4) a::before {
    background-position: -72px 0;
}
.cd-hero__nav li.cd-selected:nth-of-type(4) a::before {
    background-position: -72px -24px;
}
.cd-hero__nav li:nth-of-type(5) a::before {
    background-position: -96px 0;
}
.cd-hero__nav li.cd-selected:nth-of-type(5) a::before {
    background-position: -96px -24px;
}
@media only screen and (min-width:768px) {
    .cd-hero__nav {
    height: 80px;
}
.cd-hero__marker, .cd-hero__nav li {
    width: 95px;
}
.cd-hero__nav a {
    padding-top: 48px;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.cd-hero__nav a::before {
    top: 18px;
}
}.cd-main-content {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
    padding: 2em 0;
}
.cd-main-content p {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #999;
    margin: 2em 0;
}
@media only screen and (min-width:1170px) {
    .cd-main-content {
    padding: 3em 0;
}
.cd-main-content p {
    font-size: 1.6rem;
}
}.no-js .cd-hero__slide {
    display: none;
}
.no-js .cd-hero__slide.cd-hero__slide--selected {
    display: block;
}
.no-js .cd-hero__nav {
    display: none;
}
@media (min-width:979px) {
    ul.nav li.dropdown: hover>ul.dropdown-menu {
    display: block;
}
}#section-id-about {
    background-image: url(/images/assets/about-ind2.png);
    background-position: 0 20px;
    padding: 90px 0;
}
#sppb-addon-1519361003685 {
    border-image: linear-gradient(135deg, #8C7D40, #BEAE6D) 1;
    box-shadow: 0 0 0 0 #fff;
    border-width: 20px;
    border-style: solid;
    border-radius: 2px;
    margin: 0 100px 30px 0;
}
.section-title {
    margin-top: 0;
    margin-bottom: 35px;
    color: #998845;
    font-size: 46px;
    line-height: 46px;
    line-height: 50px;
    font-weight: 800;
}
#section-id-modalities {
    background-image: url(/images/assets/modality.png);
    background-position: 100% 0;
    padding: 40px 0 0;
    margin: 0;
}
div {
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}
@keyframes fadein {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}#testimonial_095 {
    overflow: hidden;
    min-height: 375px;
    position: relative;
    background: #141414;
}
#testimonial_095>.carousel-inner {
    width: 75%;
    margin: auto;
}
#testimonial_095>.carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
#testimonial_095>.carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
#testimonial_095>.carousel-inner>.carousel-item {
    overflow: hidden;
}
.testimonial_095_indicators>.carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 5px;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}
.testimonial_095_indicators>.carousel-indicators li {
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%}
.testimonial_095_indicators>.carousel-indicators .active {
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    margin: 2px 3px;
    background: #b9aa6a;
    -webkit-border-radius: 100%;
    border-radius: 100%}
.testimonial_095_indicators>.carousel-indicators::-webkit-scrollbar {
    height: 3px;
}
.testimonial_095_indicators>.carousel-indicators::-webkit-scrollbar-thumb {
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.testimonial_095_control_button .carousel-control-next, .testimonial_095_control_button .carousel-control-prev {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: 0 0;
    border: 2px solid #fff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .6s cubic-bezier(.3, 1, 0, 1);
    transition: all .6s cubic-bezier(.3, 1, 0, 1);
}
.testimonial_095_control_button .carousel-control-prev {
    left: 7%;
    right: auto;
}
.testimonial_095_control_button .carousel-control-next {
    right: 7%;
    left: auto;
}
.testimonial_095_control_button .carousel-control-next:hover, .testimonial_095_control_button .carousel-control-prev:hover {
    color: #fff;
    background: #b9aa6a;
    border: 2px solid #fff;
}
.testimonial_095_header>h5, .testimonial_095_slide>h5>a, .testimonial_095_slide>p {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
}
.testimonial_095_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}
.testimonial_095_header>h5 {
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    position: relative;
}
.testimonial_095_header>h5>span {
    color: #b9aa6a;
    margin: 0 10px;
    position: relative;
}
.testimonial_095_header>h5>span:after {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 1px;
    content: "";
    width: 100%;
    margin: auto;
    position: absolute;
    background: #b9aa6a;
}
.testimonial_095_slide, .testimonial_095_slide>a {
    right: 0;
    margin: auto;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
}
.testimonial_095_slide {
    bottom: 0;
    width: 70%;
    padding: 20px;
}
.testimonial_095_slide>a {
    width: 50px;
    height: 50px;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    border: 3px solid #f2f2f2;
    -webkit-border-radius: 100%;
    border-radius: 100%}
.testimonial_095_slide>a:after {
    top: 0;
    left: 0;
    padding: 0;
    opacity: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
}
.testimonial_095_slide>a:hover:after {
    -webkit-animation: psBoxShadowEffect_2 2s ease-out;
    animation: psBoxShadowEffect_2 2s ease-out;
}
.testimonial_095_slide>p {
    color: #f2f2f2;
    font-size: 14px;
    margin: 40px 0 20px;
}
.testimonial_095_slide>p>a {
    color: #b9aa6a;
    padding: 2px 5px;
    text-decoration: none;
    -webkit-transition: all .3s cubic-bezier(.39, .575, .565, 1);
    transition: all .3s cubic-bezier(.39, .575, .565, 1);
}
.testimonial_095_slide>p>a:hover {
    color: #fff;
    background: #aa914f;
}
.testimonial_095_slide>h5>a {
    padding: 3px;
    color: #b9aa6a;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
    -webkit-transition: border .5s cubic-bezier(.39, .575, .565, 1);
    transition: border .5s cubic-bezier(.39, .575, .565, 1);
}
@media only screen and (max-width:480px) {
    .testimonial_095_control_button .carousel-control-next, .testimonial_095_control_button .carousel-control-prev {
    display: none;
}
.testimonial_095_header {
    width: 95%}
.testimonial_095_header>h5 {
    font-size: 20px;
}
.testimonial_095_slide {
    width: 98%;
    padding: 5px;
}
}@media (min-width:481px) and (max-width:767px) {
    .testimonial_095_control_button .carousel-control-prev {
    left: 2%}
.testimonial_095_control_button .carousel-control-next {
    right: 2%}
.testimonial_095_header {
    width: 95%}
.testimonial_095_slide {
    width: 98%;
    padding: 5px;
}
}@media (min-width:768px) and (max-width:991px) {
    .testimonial_095_control_button .carousel-control-prev {
    left: 5%}
.testimonial_095_control_button .carousel-control-next {
    right: 5%}
}.ps_ease .carousel-item {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.ps_easeInOut .carousel-item {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.ps_speedy .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
    transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.ps_slowSpeedy .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.3, 1, 0, 1);
    transition-timing-function: cubic-bezier(.3, 1, 0, 1);
}
.ps_easeOutInCubic .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.22, .81, .01, .99);
    transition-timing-function: cubic-bezier(.22, .81, .01, .99);
}
.ps_swing .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
    transition-timing-function: cubic-bezier(.02, .01, .47, 1);
}
.ps_easeOutCubic .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
.ps_easeInOutCubic .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1);
}
.ps_easeOutCirc .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}
.ps_easeOutExpo .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.ps_easeInQuad .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}
.ps_easeOutQuad .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}
.ps_easeInOutQuad .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}
.ps_easeOutQuart .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}
.ps_easeInOutQuart .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}
.ps_easeOutQuint .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}
.ps_easeInSine .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
    transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}
.ps_easeOutSine .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    transition-timing-function: cubic-bezier(.39, .575, .565, 1);
}
.ps_easeInOutSine .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
    transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}
.testimonial_095_slide h4 {
    color: #f2f2f2;
    padding: 10px 0;
}
.testimonial_095_slide>h5>a:hover {
    border: 1px solid #aa914f;
}