/*
Theme Name: Universal
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize

--------------------------------------------------------------*/


/*Global CSS*/

@font-face {
    font-family: 'futura-book';
    src: url('../woff/futura-book.woff') format('woff'),
    url('../woff2/futura-book.woff2') format('woff2');
}

@font-face {
    font-family: 'futura-bold';
    src: url('../woff/futura-bold-font.woff') format('woff'),
    url('../woff2/futura-bold-font.woff2') format('woff2');
}


html {
    scroll-behavior: auto !important;
    overflow: visible !important;
}

body {
    color: #6b6b6b;
    font-size: 16px;
    font-family: 'futura-book';
    -webkit-font-smoothing: antialiased;
    /* Chrome, Safari */
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    line-height: 1.5;
    /*padding-top: 68px;*/
}

a {
    text-decoration: none;
    color: #fff;
    transition: all .3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #eba900;
}

.w-45 {
    width: 45% !important;
}

.mls-50 {
    margin-left: 5% !important;
}

input:focus,
button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.fft {
    font-family: 'futura-book' !important;
}

.overflow-hidden {
    overflow: hidden;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

.z-6 {
    z-index: 6;
}

.transition {
    transition: all .3s ease-in-out;
}

.pt-85 {
    padding-top: 85px;
}

.pb-85 {
    padding-bottom: 85px;
}

.lf-0 {
    left: 0;
}

.fs-29 {
    font-size: 29px !important;
}

.fs-21 {
    font-size: 21px !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    font-style: normal;
    font-weight: 500 !important;
    font-size: 14.3966px !important;

    /* or 19px */


    color: #FFFFFF !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-style: normal;

    font-size: 14.3966px;

    /* or 19px */


    color: #FFFFFF;
}

:-ms-input-placeholder {
    /* IE 10+ */

    font-style: normal;

    font-size: 14.3966px;

    /* or 19px */


    color: #FFFFFF;
}

:-moz-placeholder {
    /* Firefox 18- */

    font-style: normal;

    font-size: 14.3966px;

    /* or 19px */


    color: #FFFFFF;
}

.site-footer .newsletter ::-webkit-input-placeholder {
    font-size: 15px !important;
}

.footer-menu > li {
    margin-bottom: 15px;
}

ul.list-unstyled.footer-menu li > ul > li {
    list-style: initial;
    color: #fff;
    margin-top: 10px;
}

ul.list-unstyled.footer-menu li > ul > li > a {
    font-weight: 400;
}

.all-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

p {
    color: #171717;


}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: 500;
    font-size: 44px;
    line-height: 58px;
}

h1,
.h1 {
    font-size: 32px;
}

h2,
.h2 {
    font-size: 28px;
}

h4,
.h4 {
    font-size: 24px;
}

.h-100vh {
    height: 100vh;
}

.theme-btn {
    color: #F15A52;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 35px;
    max-width: 225px;
    border: 1px solid #F15A52;
    border-radius: 0;
    justify-content: center;
    position: relative;
}

.theme-btn:hover {
    background: rgba(17, 49, 56, 1);
    color: #fff;
    border: 1px solid rgba(17, 49, 56, 1);
}

#menu-login-1, #menu-login {
    list-style: none;
}

/*home*/
.htslider img {
    width: auto !important;
}

.htwrapper {
    background: #F4F4F4;
}

.htwrapper h3 {
    font-size: 44px;
    font-weight: 500;
    color: #113138;
    line-height: 58px;
}

.htwrapper h6 {
    font-size: 18px;
    font-weight: 400;
    color: #113138;
    line-height: 22px;
}

.htwrapper h5 {
    color: #A56741;
    font-size: 21px;
    font-weight: 600;
}

.home-testimonial .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 100;
}

.home-testimonial button.owl-prev {
    left: 0;
    position: absolute;
}

.home-testimonial button.owl-next {
    right: 0;
    position: absolute;
}

.home-testimonial button.owl-next,
.home-testimonial button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background: rgba(163, 163, 163, 0.4) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

/*home ends here*/
.footer {
    background: #113138;
    border-top: 1px solid #858585;
}

.social-share li:not(:last-child) {
    margin-right: 10px;
}

.footer {
    color: #91ABAC;
}

.footer p {
    color: #91ABAC;
    font-size: 16px;
    line-height: 24px;
}

.footer h3 + p {
    color: #EAEAEA;

}

.footer-bottom p {
    color: #B8B8B8;
}

.footer ul > li > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 0;
    transition: all .3s ease-in-out;
}

.footer ul > li > a:hover {
    color: #91ABAC;
}

.footer .sub-menu {
    padding-left: 1rem !important;

}

.sub-menu {
    list-style: none;
    padding-left: 0 !important;
}

.footer .form-control {
    background: #1A434D;
    height: 50px;
    padding: 7px 15px;
    border-radius: 0;
    border: 0;
}

.footer .sub-btn {
    background: #113138;
    padding: 15px 35px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #F15A52;
    border: 1px solid #F15A52;
    border-radius: 0;
}

.section-bg {
    background: #f9f9f9;
}

.footer-bottom ul > li:not(:last-child) {
    margin-right: 65px;
}

.footer-bottom {
    border-top: 1px solid #858585;
    padding: 25px 0 45px;
}

.theme-bg {
    background: #30d5c8;
}

.theme-color {
    color: rgba(241, 90, 82, 1) !important;
}

.section-padding {
    padding: 35px 0px 35px 0px;
}

.main-heading {
    margin: 0px 0px 70px 0px;
    font-size: 30px;
    color: #464646;
}

.before:before,
.after:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.theme-shadow {
    -moz-box-shadow: 3px 21px 43px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 21px 43px -12px rgba(0, 0, 0, 0.25);
}

.fs-15 {
    font-size: 15px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

/*Global CSS Ends*/
/*header*/
.site-header .container-fluid {
    border-bottom: 1px solid #858585;
    padding: 30px 0 30px;
}

.site-header.position-fixed {
    background: rgba(17, 49, 56, .5);
}

.fixed .site-header {
    background: rgba(17, 49, 56, 1);
}

.navbar ul > li > a, .login {

    font-family: 'futura-book';

    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    position: relative;
    color: #FFFFFF;
    letter-spacing: 1px;

}

section#first-section {
    overflow: hidden;
}

.navbar ul > li:not(:last-child) {
    margin-right: 35px;
}

.navbar ul > li > a:hover {
    color: #91ABAC;
}

.navbar ul > li:hover > a:before {
    width: 100%;
    transition: all .3s ease-in-out;
}

.navbar ul > li > a:before {
    content: '';
    width: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    position: absolute;
    background: #91ABAC;
}

/*header ends here*/
/*inner banner*/
.inner-banner {
    min-height: 467px;

}

.inner-banner.home-banner {
    padding-top: 80px;
    min-height: 787px;
}

.bg-login.inner-banner:before {
    background: rgba(17, 49, 56, .9);
    height: 100%;

}

.inner-banner label {

    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
}

.inner-banner.home-banner label {
    font-weight: 400;
}

.inner-banner h3 {
    font-size: 44px;
    line-height: 58px;
    color: #91ABAC;
    font-family: 'futura-book';
    text-transform: capitalize;
}

.hiner-content ul {
    margin-top: -74px;
    position: relative;
    z-index: 1;
}

.hiner-content ul > li {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
}

.serv-bottom ul > li {
    -ms-flex: 0 0 48%;
    flex: 0 0 49%;
    max-width: 49%;
}

.serv-bottom .row {
    position: relative;
    margin-bottom: -150px;
}

.innservices .row {
    margin-top: -154px;
    position: relative;
    z-index: 1;
}

.last-bootm ul {
    margin-top: 0;
    margin-bottom: -75px;
    margin-left: 0;
    margin-right: 0;
}

.last-bootm.hiner-content h3 {
    font-size: 31px;
    line-height: 38px;
}

.last-bootm.hiner-content p {
    color: rgba(17, 49, 56, 1);
    line-height: 24px;
}

.hiner-content .box-wrapper {
    border: 0;
    background: rgba(234, 234, 234, 1);
}

.hmabout.hmabottom .theme-btn:before {

    left: 60%;
    width: 1px;

    height: 200%;
    right: auto;

    bottom: 0;
    top: -110px;
}

.mt-10 {
    margin-top: 110px;
}

.about-us.hmabout {
    padding-bottom: 100px;
}

.article.bottom-section:before {

    background: rgba(145, 171, 172, 1);

}

.hmabout .theme-btn:before {
    content: '';
    position: absolute;
    margin-left: -20px;
    background: rgba(145, 171, 172, 1);
    height: 1px;
    right: auto;
    z-index: 1;
    height: 1px;
    width: 100%;
    left: -100%;
}

.hlast-bottom .theme-btn:before {
    content: '';
    position: absolute;
    top: calc(-100% - 20px);
    width: 1px;
    background: rgba(145, 171, 172, 1);
    height: 1px;
    right: auto;
    z-index: 1;
    height: 100%;
}

.hlast-bottom .theme-btn {

    max-width: 240px;

}

.htslider {
    top: -50px;
    position: relative;
}

section.inner-content.hiner-content ul > li:first-child .box-wrapper {
    background: rgba(145, 171, 172, 1)
}

section.inner-content.hiner-content ul > li:nth-child(2) .box-wrapper {
    background: #113138;
}

section.inner-content.hiner-content ul > li:nth-child(2) .box-wrapper p {
    color: #ffffff;
}

section.inner-content.hiner-content ul > li:first-child .box-wrapper p {
    color: #113138;
}

.box-wrapper h3.second-child {
    color: #ffffff;
}


.box-wrapper-investment-1 {
    background: rgba(145, 171, 172, 1) !important;
}

.box-wrapper-investment-2 {
    background: #113138 !important;
}

.box-wrapper-investment-2 p, .box-wrapper-investment-2 h3 {
    color: #ffffff !important;
}

.box-wrapper-investment-1 p {
    color: #113138 !important;
}

.box-wrapper h3.second-child {
    color: #ffffff;
}

.box-wrapper-investment p {
    overflow: visible;
}


.box-wrapper p {
    height: auto;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.box-wrapper p.active {
    height: auto;
    overflow: visible;
    transition: all .3s ease-in-out;
}

.hiner-content .box-wrapper:hover {
    background: #577d87 !important;
    color: #fff;
}

.innservices .box-wrapper:hover, .serv-bottom .box-wrapper:hover, .more-artic .box-wrapper:hover {
    background: #113138 !important;
    color: #fff;
    border: 2px solid #F15A52
}

.last-bootm .box-wrapper:hover p {
    color: #fff !important;
}

.more-artic .box-wrapper:hover img, .innservices .box-wrapper:hover img, .hiner-content .box-wrapper:hover img, .last-bootm .box-wrapper:hover img, .serv-bottom .box-wrapper:hover img {
    filter: brightness(100) !important;
}

.more-artic .box-wrapper:hover h3, .more-artic .box-wrapper:hover p, .innservices .box-wrapper:hover h3, .innservices .box-wrapper:hover p, .hiner-content .box-wrapper:hover h3, .serv-bottom .box-wrapper h3, .hiner-content .box-wrapper:hover p, .serv-bottom .box-wrapper:hover p {

    color: #fff !important;
}

.hmabout.about-us h3 {
    font-size: 21px;
    line-height: 26px;
    color: #A56741;
}

.hmabout.about-us h2 {
    font-size: 34px;
    line-height: 40px;
    color: #113138;
}

.hmabout.about-us p {

    color: #737373;
}

/*inner banner ends here*/
/*inner content-*/
.box-wrapper {
    background: #fff;
    border: 2px solid #F2F2F2;
    padding: 30px 25px;
    transition: all .5s ease-in-out;
    min-height: 400px;

}

.box-wrapper h3 {
    color: #113138;
    font-weight: bold !important;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
}

.box-wrapper p {

    line-height: 24px;
    color: #737373;
}

.box-wrapper a {
    color: #F15A52;
    font-family: futura-book;
    font-weight: 600;
    text-transform: uppercase;
}

/*inner content ends here*/
/*bottom section*/
.bottom-section:before {
    content: '';
    background: #EAEAEA;
    height: 81px;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
    position: absolute;
    margin-top: -25px;
}

.banner-btn.bottom-section:before {
    top: -100px;
}

.bottom-section {
    background: #91ABAC;
    /*  padding: 35px 0px 55px 0px;*/
}

.bottom-section h2 {
    font-weight: 500;
    font-size: 44px;
    line-height: 58px;
}

.about-right {
    background-size: cover !important;
}

#team img {
    width: 100%;
}

.team-main .section-title {
    font-weight: 700;
    font-size: 21px;
    color: #A56741;
    line-height: 26px;
    margin-top: 50px;
}

.team-testimonial {
    background: #91ABAC;
    padding: 80px 0 80px;
}

.team-testimonial h3 {
    font-size: 44px;
    color: #FFFFFF;
    line-height: 58px;
}

.team-testimonial h6 {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.managing-area .managing-img {
    width: 60% !important;
}

.managing-area .managing-txt {
    width: 40% !important;
    padding-top: 50px !important;
    padding-left: 50px !important;
    text-align: left !important;


}

.managing-area .managing-txt p {
    margin-bottom: 50px;
}

.about-us.article, .hlast-bottom {
    padding: 100px 0;
    background-size: cover !important;
}

.about-us.article h3 {
    font-size: 21px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
}

.about-us.article h2 {
    font-size: 34px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 500;
}

.about-us h3 {
    font-size: 34px;
    font-weight: 600;
}

.arcontent {
    background: #113138;
    padding: 30px 30px;
    max-width: 420px;
}

/*.hlast-bottom{
	padding: 100px 0;
}*/
.article h6 {

    font-size: 18px;
    line-height: 22px;

    color: #ffffff;
}

.arcontent p {
    color: #a8c2c3;
    font-weight: 500;
    line-height: 24px;
    font-style: italic;
}

.team-title h3 {
    color: #113138;
    font-weight: 700;
    line-height: 40px;
    font-size: 29px;
}

.team-title h3 span {
    font-weight: normal;
}

.team-title h6 {
    color: #113138;
    font-size: 14px;
    line-height: 24px;
}

.team-title {
    background-color: rgb(244, 244, 244, .5);
    position: absolute;
    width: 100%;
    /* top: -136px; */
    left: 0;
    bottom: 0;
    opacity: 1;
    padding: 7px 45px;
}

.intro {
    top: 0;
    left: 0;
    transition: all .5s ease-in-out;
    width: 100%;
    height: 100%;
    background: #113138;
    padding: 25px 35px;
    visibility: hidden;
    transform: translateY(-100%);
    overflow-y: scroll;
}

.intro::-webkit-scrollbar-track {
    border: 1px solid rgba(17, 49, 56, 0.8);
    background: rgb(159 182 187 / 25%);
}

.intro::-webkit-scrollbar {
    width: 12px;
    background: rgba(17, 49, 56, 0.8);
}

/*.intro-main:hover .intro{
	visibility: visible;
	transform: translateY(0);
}*/
.intro.active {
    visibility: visible;
    /* transform: translateY(0); */

    transform: translate(0%, 0);
}

.intro h4 {
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}

.intro p {
    color: #FFFFFF;

}

.footer h3 {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'futura-book';
}

.service-counter {
    background: #91ABAC;
    padding: 58px 0;
}

.service-counter h2 {
    font-family: 'futura-book';
    font-size: 44px;
    line-height: 58px;
    color: #fff;
}

.service-counter h3 {
    font-family: 'futura-book';
    font-size: 51px;
    line-height: 58px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-align: center;
}

.service-counter label {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
}

/*bottom section ends here*/
.hmabout.about-us.serv-left h2 {
    color: #113138;
}

.serv-left p, .serv-left ul {
    color: #898989;
}

.pvt-maker .box-wrapper {
    background: #F4F4F4;
}

.pvt-maker .box-wrapper {
    background: #F4F4F4;
    padding: 0;
    height: auto;
    min-height: 485px;
}

.pvt-maker .row {
    margin-top: -85px;
}

.pvt-maker .box-wrapper.hover-wrapper {
    background: #113138;

}

.pvt-maker .box-wrapper.hover-wrapper h3, .pvt-maker .box-wrapper.hover-wrapper p {
    font-size: 16px;
    color: #fff;
}

.pvt-maker .hlast-bottom h2 {
    color: #A56741;
    font-size: 21px;
}

.about-us label {
    color: #898989;
}

.about-left ul > li {
    margin-bottom: 10px;
}

.blog .site-header {
    background: #113138;
}

.blog .inner-banner {
    background: #fff;
}

.bcto-acrticles {
    color: #F15A52;
}

.bcto-acrticles svg {
    margin-right: 5px;
    width: 10px;
    fill: #F15A52;
}

/*.blog .inner-banner{
	padding-top: 175px;
}*/
.blog .inner-banner label {
    color: #A56741;
    font-size: 21px;
}

.dat-time {
    color: #929292;
    font-size: 18px;
}

.blog-content h2 {
    color: #113138;
    font-size: 34px;
    line-height: 40px;
}

.blog-content p {
    color: #898989;
}

.blog-wimg h2 {
    color: #113138;
}

.blog .shr-article {
    font-size: 21px;
    color: #A56741;
}

.social-share {
    /*border-bottom: 1px solid #F2F2F2;*/
}

.blog .more-articles {
    border: 1px solid #F2F2F2;
    padding: 55px 35px;
    min-height: auto;
}

.more-artic h2 {
    color: #113138;
    font-size: 39px;
    line-height: 40px;
}

.more-articles h3 {
    color: #113138;
    line-height: 33px;
    font-size: 23px;
}

.more-articles p {
    color: #898989;
    margin-top: 15px;
    margin-bottom: 0;
}

.lives-wrapper {
    background: #fff;
    padding: 25px 30px;
}

.live-social {
    background: #91ABAC;
}

.live-social h2 {
    color: #fff;
    font-size: 44px;
    line-height: 58px;
}

.live-social h3 {
    color: #FFFFFF;
    font-size: 21px;
}

.livesc-logo {
    width: 100px;
    height: 100px;
    background: #D9D9D9;
}

.lives-content {
    width: calc(100% - 100px);
}

.lives-wrapper h5 {
    color: #000000;
    font-size: 21px;
    line-height: 26px;
}

.lives-wrapper p {
    color: #888888;
    font-size: 14px;
    line-height: 17px;
}

.univ6.service-counter ul > li {
    width: 100%;
    max-width: 33.33%;
    background: #113138;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    font-family: 'futura-book';
}

.service-counter ul > li > a, .service-counter ul > li > a:hover {
    border-radius: 0 !important;
    border: 1px solid transparent;
    color: #FFFFFF;
}

/*contact-form*/

/* =====Universum-3============ */

.city-box1 {
    width: 33.33333333333333%;
}

.box-bg1 {
    background: #91ABAC;

}

.box-bg2 {
    background: #113138;

}

/*.box-border{
	border-left: 1px solid snow;
	border-right: 1px solid snow;
	
}*/

.map-box1 {
    padding-left: 45px;
    padding-right: 45px;
}

.city-t {
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 25px 0px;
    margin: 0;
    color: #FFFFFF;
    font-family: sans-serif;
    cursor: pointer;
}

.city-t2 {
    font-weight: 500;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 25px 0px;
    margin: 0;
    color: #FFFFFF;
    font-family: sans-serif;
    cursor: pointer;
}

.dd-flex {
    display: flex !important;
}

.container-fd {
    width: 100%;
}

.top-lyr {
    /* margin-top: -50px; */
}


.map-box {
    width: 100%;
    margin-left: 45px;
    margin-right: 45px;
}

/*
.bg-maping{
	background-image: url(/universum/assets/images/ppea.png);
} */

.mt-50 {
    margin-top: 50px;
}


.map-t-title {
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #A56741;
}


.map-text1 {
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    color: #113138;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 10px;
}

.mt-32 {
    margin-top: 32px !important;
}

.map-text2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin: 0;
    min-height: 50px;
}

.map-text-pos {
    padding-top: 32px;
    padding-left: 37px;
}

.map-bg img {
    width: 100%;
}


.pos-rele {
    position: relative;
}

.mini-contentt {
    width: 1332px;
    margin: 0 auto;
    margin-bottom: 47px;
}


.mt-52 {
    margin-top: 52px;
}

.mb-21 {
    margin-bottom: 21px;
}


.bg-maping {
    /*background-image: url(../images/map-pea.png);*/
    background-repeat: no-repeat;
    background-size: cover;
}


/* ============form============  */

input[type=text], input[type=email], select, textarea {
    width: 80%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #04aa6d00;
    color: #F15A52;
    padding: 14px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #F15A52;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;

}

.btn-cn {
    padding-bottom: 35px;
}


.msg-box {
    width: 50%;
}


.gb input ::placeholder {
    color: #04AA6D !important;
    font-size: 22px;

}

.gb input::placeholder {
    color: #000000 !important;
    border: none;
}

.gb ::placeholder {
    color: #000000 !important;
}


/* ============form============  */
.contact-form {
    /*background: url(../../assets/images/bg-map2.png);*/
    background-repeat: no-repeat;
    background-size: cover;
}


/* ==================  uni-end ============== */

/*contact form ends here*/
@media (min-width: 768px) {
    /*.site-header {

  padding: 10px 0;
}*/
    .inner-banner {
        min-height: 467px;
        padding-top: 97px;
    }

    .site-header .container-fluid {

        padding: 20px 0 20px;
    }

    .navbar ul > li {
        position: relative;
    }

    .navbar ul > li > ul {
        transform: translateY(10px);
        position: absolute;
        left: 0;
        list-style: none;
        padding-left: 0;
        width: 200px;
        background: #113138;
        padding: 7px 15px;
        visibility: hidden;
        transition: all .3s ease-in-out;
        display: block;
    }

    .navbar ul > li > img {
        position: absolute;
        right: -15px;
        top: 14px;
    }

    .navbar ul > li > ul > li > a {
        transition: none !important;
        font-family: 'futura-book';
    }

    .navbar ul > li:hover > ul {
        visibility: visible;
        /* top: 100%; */
        transform: translateY(-10px);
    }

    .mmmenu, .menu-icon {
        display: none !important;
    }

    .box-wrapper {

        min-height: 465px;

    }

}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFFFFF;
    background-color: #91ABAC;
    border-color: #91ABAC;
    width: 100%;
    display: inline-table;
}

.more-articles.box-wrapper {
    padding: 30px 45px;
}

section#first-section {
    overflow: hidden;
}

@media (min-width: 1400px) {

    .box-wrapper {

        min-height: 480px;

    }

    .navbar ul > li:not(:last-child) {
        margin-right: 45px;
    }
}

.hiner-content ul > li:not(:last-child), .serv-bottom ul > li:not(:last-child) {
    margin-right: 2%;
}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {
    .managing-area {
        display: block !important;
    }

    .managing-area .managing-img {
        width: 100% !important;
    }

    .managing-area .managing-txt {
        width: 100% !important;
        padding-top: 14px !important;
        padding-left: 45px !important;
        text-align: center !important;
    }
}

@media (max-width: 480px) {

    .management-items {
        margin-bottom: 75px;
    }

    section#first-section {
        overflow: auto;
    }

    .footer h3 {
        margin: 10px 0;
    }

    .social-share {
        border-bottom: 1px solid #F2F2F2;
        padding-bottom: 30px;
        justify-content: center;
        margin-top: 10px;
    }

    .footer {
        text-align: center;
    }

    .map-t-title {
        font-size: 25px;
    }

    #navbar-nav li {
        position: relative;
        width: 100%;
    }

    #navbar-nav li img {
        position: absolute;
        right: -20px;
        top: 16px;
    }

    .map-text-pos {

        padding-left: 30px;
    }

    input[type=text], input[type=email], select, textarea {

        max-width: 300px;
        display: block;
        width: 100%;
    }

    .map-text2 {
        width: 350px;
    }

    .foundation-image {
        margin-top: 50px;
    }

    .box-wrapper p {
        height: auto !important;
    }

    .navbar-brand {
        display: block;
    }

    .site-header .container-fluid {
        padding: 10px 0 10px !important;
    }

    .navbar-brand svg {
        width: 270px !important;
    }

    .inner-banner h3 {
        font-size: 38px;
    }

    .w-45, .w-50, .msg-box, .city-box1, .service-counter ul > li, .lives-content, .univ6.service-counter ul > li {
        border: 1px solid white;
        max-width: 100% !important;
        width: 100% !important;
    }


    .univ6.service-counter ul > li a span {
        margin-top: 10px;
        display: block;
    }

    .pvt-maker .box-wrapper {
        min-height: auto;
    }

    .service-counter ul > li {
        padding: 25px 35px;
        text-align: center;
    }

    .dd-flex {
        display: block !important;
        /* flex-direction: row; */
    }

    .mls-50 {
        margin-left: 0% !important;
    }

    h1 {
        font-size: 32px;
        line-height: 40px;
    }

    h2, .about-us.article h2 {
        font-size: 28px;
        line-height: 38px;
    }

    h3, .about-us h3, .team-testimonial h3 {
        font-size: 24px;
        line-height: 36px;
    }

    h4 {
        font-size: 20px;
        line-height: 32px;
    }

    h5 {
        font-size: 16px;
        line-height: 30px;
    }

    h6 {
        font-size: 14px;
        line-height: 28px;
    }

    .htwrapper h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .navbar-brand img, .custom-logo-link img {
        max-width: 200px;
        width: auto;
        height: auto;
    }

    .inner-banner, .inner-banner.home-banner {

        padding-top: 120px;
        padding-bottom: 50px;
    }

    .blog .inner-banner label {
        color: #A56741;
        font-size: 21px;
        margin-top: 20px;
    }

    .social-share {
        border-bottom: 1px solid #F2F2F2;
        padding-bottom: 30px;
    }

    .footer-bottom ul > li:not(:last-child) {
        margin-right: 0px;
        display: block;
        margin-bottom: 15px;
    }

    ul.list-unstyled.footer-menu li > ul > li > a {

        font-size: 12px;
    }

    .hiner-content ul {
        margin-top: 0;
    }

    .hiner-content ul > li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .mmmenu {
        background: #113138;
        width: 100%;
        max-width: 310px;
        height: 100%;
        position: fixed;
        z-index: 1000;
        padding: 60px 50px;
        /* text-align: center; */
        visibility: hidden;
        transition: all .5s ease-in-out;
        position: fixed;
        left: -300px;
        top: 0;
    }

    .menu-open .mmmenu {
        left: 0;
        visibility: visible;
    }

    .site-header svg, .mmmenu svg {
        width: 20px;
        fill: #fff;
    }

    .close-icon, .menu-icon {
        position: absolute;
        right: 25px;
        top: 15px;
    }

    .menu-icon {

        top: 37px;
    }

    .overlay {
        background: rgba(17, 49, 56, 0.8);
        width: 0;
        height: 0;
        transition: all .3s ease-in-out;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }

    .menu-open .overlay {
        width: 100%;
        height: 100%;
    }

    .mmmenu ul > li > ul {
        display: none;

    }

    .mmmenu ul > li > ul, .mmmenu ul, .navbar ul > li > a, .login {
        width: 100%;
        font-family: 'futura-book';
        text-align: left;

    }


    #menu-login li a {
        padding: 0;
    }

    .mmmenu ul > li > a {
        font-weight: 600;
    }

    .mmmenu ul > li > ul > li > a {
        font-weight: 400;
    }

    #menu-login-1, #menu-login {
        padding-left: 0;
    }


    .univ6.service-counter ul > li:nth-child(4), .univ6.service-counter ul > li:nth-child(5) {
        max-width: 100%;
    }

    .mini-contentt {
        width: 100%;
    }


    .stx-main-container {
        height: 100vh !important;
    }

    .stx-main-container h3 {
        font-size: 34px !important;
    }

    .stx-main-container h2 {
        margin-top: 100px !important;
    }

    .segregated-image, .portfolio-image, .private-markets-image {
        display: none !important;
    }
}

.htslider .owl-dots {
    margin-top: 20px;
}

.htslider button.owl-dot.active {
    border: 2px solid #F15A52;
    border-radius: 50%;
    width: 20px;
    height: 20px;


}

.htslider button.owl-dot {
    margin-right: 10px;
}

.htslider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;

    background: #F15A52 !important;
    display: flex;
    -webkit-backface-visibility: visible;

    border-radius: 30px;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.intro svg {
    width: 20px;
    fill: #fff;
}

.intro .close-icon {
    position: absolute;
    right: 25px;
    top: 15px;
}

p.excerpt_ethos {
    display: none;
}

p.excerpt_ethos.active {
    display: block;
}

img.image_ethos {
    display: none;
}

img.image_ethos.active {
    display: block;
}

/* ===========page-policy=========== */

.policy-title {
    font-weight: 400;
    font-size: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #91ABAC;
    margin-top: 167px;
    font-family: 'futura-book';
}

.policy-title-two {
    font-weight: 400;
    font-size: 34px;
    text-transform: capitalize;
    color: #113138;
    font-family: 'futura-book';
}


.p-grp p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #898989;
    font-family: 'futura-book';
    /* margin: 40px 0 !important; */
    margin-bottom: 40px;
    margin-top: 10px;
}

.mb-0 {
    margin-bottom: 0px;
}

/*
.ov{
	margin-top: 10px !important;
}
 */


/* =================dextop============== */


.bg-login {
    background-size: cover !important;
    height: 100vh !important;
    background-repeat: no-repeat !important;
}

.log-contect {
    max-width: 424px;
    margin: 0 auto;
}

.log-contect input {
    width: 100%;
    height: 50px;
    padding-left: 30px;
    background-color: #1A434D !important;
    color: #ffffff !important;
    border: none;
}

.mb-25 {
    margin-bottom: 25px;
}

.log-contect input::placeholder {
    color: #EAEAEA !important;
}

.frm-title {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 10%;
    font-family: 'futura-book' !important;
    text-transform: uppercase;
    font-weight: 500;
}

.reset-p {
    text-align: end;
}

.forminator-ui#forminator-module-426.forminator-design--flat .forminator-button-submit {
    width: 169px !important;
    height: 50px;
    background-color: transparent !important;
    border: 1px solid #F15A52;
    color: #F15A52 !important;
    font-weight: 700;
    font-size: 16px;
    font-family: 'futura-book' !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.5s;
    margin-top: 50px;
}

.forminator-ui#forminator-module-426.forminator-design--flat .forminator-button-submit:hover {

    border: 1px solid #BE3730;
    color: #BE3730;
}

.subs-btn button {
    width: 169px !important;
    height: 50px;
    background-color: transparent;
    border: 1px solid #F15A52;
    color: #F15A52;
    font-weight: 700;
    font-size: 16px;
    font-family: 'futura-book' !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.5s;
}

.subs-btn button:hover {

    border: 1px solid #BE3730;
    color: #BE3730;
}

.mt-52 {
    margin-top: 52px;
}

.frt-pass {
    color: #ffffff;
}

.frt-pass2 {
    color: #EAEAEA;
    font-weight: 400;
    font-size: 15px;
    font-family: 'futura-book' !important;
    text-align: inherit;
}

.mt-98 {
    margin-top: 98px;
}

.mt-39 {
    margin-top: 39px;
}

.submit-wd button {
    width: 129px !important;
}

.frt-link {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    font-family: futura-book;
    line-height: 18px;
}

.res-wd button {
    width: 127px !important;
}

.con-wd button {
    width: 273px !important;

}

.frt-p2 {
    color: #EAEAEA !important;
}


.forminator-ui#forminator-module-427.forminator-design--flat .forminator-button-submit {
    width: 169px !important;
    height: 50px;
    background-color: transparent !important;
    border: 1px solid #F15A52;
    color: #F15A52 !important;
    font-weight: 700;
    font-size: 16px;
    font-family: 'futura-book' !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.5s;
}

.forminator-ui#forminator-module-427.forminator-design--flat .forminator-button-submit:hover {

    border: 1px solid #BE3730;
    color: #BE3730;
}


.forminator-ui#forminator-module-427.forminator-design--flat .forminator-description a {
    color: #ffffff !important;
    font-size: 14px;
}


#lostpasswordform legend, #resetpasswordform legend {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 2px;
    font-family: 'futura-book' !important;
    text-transform: uppercase;
    font-weight: 500;
}

#lostpasswordform p, #resetpasswordform p {
    color: #ffffff;
}

#lostpasswordform label {
    display: none;
}

#resetpasswordform label {
    font-size: 16px;
}

#lostpasswordform button, #resetpasswordform button {
    height: 50px;
    background-color: transparent !important;
    border: 1px solid #F15A52;
    color: #F15A52 !important;
    font-weight: 700;
    font-size: 16px;
    font-family: 'futura-book' !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.5s;
}

#lostpasswordform button:hover, #resetpasswordform button:hover {
    border: 1px solid #BE3730;
    color: #BE3730;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #577d87;
    opacity: 1;
}

.loader .loader-center {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}

.loader .loader-center svg {
    width: 100px;
}

.spinner {
    margin: 20px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* =================dextop-END============= */
.inner-banner .bg {
    animation: slide 6s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #719EA9FF 50%, #1A434D 0.2%);
    bottom: 0;
    left: -50%;
    opacity: .1;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1;
}

.inner-banner .bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 8s;
}

.inner-banner .bg3 {
    animation-duration: 10s;
}

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(25%);
    }
}

.wrap-50 {
    max-width: 50% !important;
}

.code, kbd, pre, samp {
    font-family: futura-book;
}

section.z-1.inner-banner.home-banner.before.align-items-center.justify-contnet-center.d-flex.flex-wrap {
    overflow: hidden;
}

#menu-login li a img, #menu-login-1 li a img {
    margin-right: 5px;
}

.univ6.service-counter ul > li:nth-child(4), .univ6.service-counter ul > li:nth-child(5) {
    max-width: 50%;
}

.forminator-ui#forminator-module-426.forminator-design--flat .forminator-label {
    color: #ffffff !important;
}

.forminator-ui#forminator-module-426.forminator-design--flat .forminator-checkbox, .forminator-ui#forminator-module-426.forminator-design--flat .forminator-checkbox__label, .forminator-ui#forminator-module-426.forminator-design--flat .forminator-checkbox__label p {
    color: #ffffff !important;
}

div.pdfemb-viewer {
    margin: 0 auto !important;
    display: block;
    border: none !important;
}

.more-articles.box-wrapper p {
    height: auto !important;
}


a.stx-layer-button.desktop:before {
    top: -50px;
    content: '';
    background: #EAEAEA;
    height: 40px;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    margin-top: -25px;
}

.pillars .box-wrapper:hover img, .box-wrapper:hover h3, .box-wrapper:hover p {
    transform: scale(1.1);
}

.pillars .box-wrapper:hover {
    cursor: pointer;
}

.ethos .box-wrapper:hover img, .box-wrapper:hover h3, .box-wrapper:hover p {
    transform: scale(1.1);
}

.ethos .box-wrapper:hover {
    cursor: pointer;
}

.description_ethos {
    padding: 0px 30px;
}

.philly .box-wrapper:hover img, .box-wrapper:hover h3, .box-wrapper:hover p {
    transform: scale(1.1);
}

.philly .box-wrapper:hover {
    cursor: pointer;
}

.market-copy a {
    color: #737373;
}

.market-copy a:hover {
    color: #A56741;
}

.market-image {
    height: 1060px;
}

.segregated-image {
    height: 700px;
}

.navbar-brand svg {
    width: 360px;

}


/* --------------------------------

Main components

-------------------------------- */
main {
    position: relative;
    z-index: 2;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

main.slide-out {
    /* the main element slides to the left when the author bio is visible */
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
}

main.slide-out .cd-overlay {
    /* the overlay layer gets visible when the author bio slides in */
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}

@media only screen and (min-width: 768px) {
    main.slide-out {
        /* change in size of the author bio section */
        -webkit-transform: translateX(-600px);
        -moz-transform: translateX(-600px);
        -ms-transform: translateX(-600px);
        -o-transform: translateX(-600px);
        transform: translateX(-600px);
    }
}

@media only screen and (min-width: 1200px) {
    main.slide-out {
        -webkit-transform: translateX(-800px);
        -moz-transform: translateX(-800px);
        -ms-transform: translateX(-800px);
        -o-transform: translateX(-800px);
        transform: translateX(-800px);
    }
}

.cd-section {
    padding: 2em 0;
    text-align: center;
}

.cd-section .cd-container {
    /* this modifies the .cd-container default max-width */
    max-width: 768px;
}

.cd-section h2 {
    font-family: "futura-book", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1em;
    font-size: 20px;
    font-size: 1.25rem;
}

.cd-section p {
    line-height: 1.4;
}

@media only screen and (min-width: 768px) {
    .cd-section {
        padding: 4em;
    }

    .cd-section p {
        line-height: 1.6;
    }



}

/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3) {
    .site-selector {
        width: 140px !important;
    }

    .site-selector img {
        width: 100px !important;
    }

    .site-selector p {
        font-size: 12px;
    }
    .modally-content h1.modal-title {
        font-size: 16px;
    }

    .overflow-hidden {
        overflow: visible !important;
    }
}

@media only screen and (min-width: 1200px) {
    .cd-section {
        padding: 6em;
    }

    .cd-section h2 {
        margin-bottom: 2em;
    }

    .cd-section p {
        line-height: 1.8;
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.cd-placeholder-1 {
    background: #f25f5c;
    color: #fdeaea;
}

.cd-placeholder-2 {
    background: #FFF;
}

#cd-team {
    background: #8abeb2;
}

#cd-team .cd-container {
    max-width: 1200px;
}

#cd-team h2 {
    color: #1a2f2a;
}

#cd-team li {
    margin-bottom: 2em;
    border-radius: 0.25em;
    box-shadow: 0 0 10px rgba(92, 75, 81, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.no-touch #cd-team li:hover {
    box-shadow: 0 0 10px rgba(92, 75, 81, 0.3);
}

.no-touch #cd-team li:hover .cd-img-overlay {
    opacity: 1;
}

#cd-team figure {
    position: relative;
}

#cd-team img {
    display: block;
    width: 100%;
    border-radius: .25em .25em 0 0;
}

#cd-team .cd-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(92, 75, 81, 0.9);
    opacity: 0;
    border-radius: .25em .25em 0 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#cd-team .cd-img-overlay span {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #FFF;
}

#cd-team .cd-member-info {
    height: 80px;
    background: #FFF;
    text-align: center;
    font-family: "futura-book", sans-serif;
    font-weight: bold;
    padding-top: 20px;
    border-radius: 0 0 .25em .25em;
}

#cd-team .cd-member-info span {
    display: block;
    font-family: "futura-book", serif;
    font-weight: normal;
    color: #999999;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: .5em;
}

@media only screen and (min-width: 768px) {
    #cd-team li {
        width: 31%;
        float: left;
        margin-right: 3.5%;
    }

    #cd-team li:nth-child(3n) {
        margin-right: 0;
    }
}

.cd-member-bio {
    position: fixed;
    top: 0;
    right: 0;
    width: 270px;
    height: 100%;
    overflow-y: auto;
    /* smooth scrolling on mobile phones and tablets */
    -webkit-overflow-scrolling: touch;
    background: #113138;
    z-index: 1;
    /* this how we move the author bio section off the canvas */
    -webkit-transform: translateX(270px);
    -moz-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-member-bio.slide-in {
    /* the author bio section slides in when the user clicks on the team member picture */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-member-bio .cd-member-bio-pict {
    position: relative;
}

.cd-member-bio .cd-member-bio-pict::after {
    /* gradient at the bottom of the image - same color of the background of the section */
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: -webkit-linear-gradient(bottom, #113138, rgba(92, 75, 81, 0));
    background: linear-gradient(to top, #113138, rgba(92, 75, 81, 0));
}

.no-cssgradients .cd-member-bio .cd-member-bio-pict::after {
    display: none;
}

.cd-member-bio img {
    width: 100%;
    display: block;
}

.cd-member-bio .cd-bio-content {
    padding: 1em;
    color: #FFF;
}

.cd-member-bio .cd-bio-content h1 {
    font-family: "futura-book", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
}

.cd-member-bio .cd-bio-content p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 1em 0;
    line-height: 1.4;
    color: #ffffff;
}

@media only screen and (min-width: 768px) {
    .cd-member-bio {
        width: 600px;
        -webkit-transform: translateX(600px);
        -moz-transform: translateX(600px);
        -ms-transform: translateX(600px);
        -o-transform: translateX(600px);
        transform: translateX(600px);
    }

    .cd-member-bio .cd-bio-content {
        padding: 2em;
    }

    .cd-member-bio .cd-bio-content p {
        line-height: 1.6;
        margin: 2em 0;
    }
}

@media only screen and (min-width: 1200px) {
    .cd-member-bio {
        width: 800px;
        -webkit-transform: translateX(800px);
        -moz-transform: translateX(800px);
        -ms-transform: translateX(800px);
        -o-transform: translateX(800px);
        transform: translateX(800px);
    }

    .cd-member-bio .cd-member-bio-pict::after {
        height: 150px;
    }

    .cd-member-bio .cd-bio-content {
        padding: 4em;
        /* we move the content up so the title is over the color gradient */
        -webkit-transform: translateY(-80px);
        -moz-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        -o-transform: translateY(-80px);
        transform: translateY(-80px);
    }

    .cd-member-bio .cd-bio-content p {
        font-size: 16px;
        font-size: 1rem;
    }

    .no-cssgradients .cd-member-bio .cd-bio-content {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.cd-member-bio-close {
    width: 32px;
    height: 32px;
    overflow: hidden;
    position: fixed;
    top: 10px;
    right: 10px;
    background: url("../svg/cd-icon-close.svg") no-repeat center center;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 3;
    display: none;
}

.cd-member-bio-close.is-visible {
    display: block;
    -webkit-animation: cd-move-in 0.8s;
    -moz-animation: cd-move-in 0.8s;
    animation: cd-move-in 0.8s;
}

@media only screen and (min-width: 1200px) {
    .cd-member-bio-close {
        right: 20px;
        top: 20px;
    }
}

.cd-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(54, 72, 67, 0.8);
    cursor: pointer;
    display: none;
}

/* --------------------------------

xkeyframes

-------------------------------- */
@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes cd-move-in {
    0% {
        -webkit-transform: translateX(100px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-move-in {
    0% {
        -moz-transform: translateX(100px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-move-in {
    0% {
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.inner-mobile {
    margin-left: 20px;
    font-size: 14px;
}



.site-selector {
    width: 157px;
    float: left;
    max-height: 122px;
    border: 1px solid #E1E1E1;
    margin: 17px;
    text-align: center;
    padding: 16px;;
}

.site-selector img {
    display: block;
    margin: 0 auto;
}

.site-selector p {
    margin: 0;
    margin-top: 10px;
}

.site-selector:hover{
    border: 1px solid #113138;
}

.modally-inner-content {
    padding:20px;
}

.modally-content .button-wrap a {
    width: 140px;
    border: 1px solid #F15A52;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    color: #F15A52;
    cursor: pointer;
    font-weight: bold;
}

.modally-content .button-wrap {
    margin-bottom: 30px;
}

.modally-inner-content a {
    color: #113138;
    text-decoration: underline;
}