/*font*/

@font-face {
    font-family: 'Futura Medium';
    src: url('../fonts/FuturaBT-Medium.eot');
    src: url('../fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBT-Medium.woff') format('woff'), url('../fonts/FuturaBT-Medium.ttf') format('truetype'), url('../fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Bold';
    src: url('../fonts/FuturaBT-Bold.eot');
    src: url('../fonts/FuturaBT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBT-Bold.woff') format('woff'), url('../fonts/FuturaBT-Bold.ttf') format('truetype'), url('../fonts/FuturaBT-Bold.svg#FuturaBT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Light';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/GothamBook.eot');
    src: url('../fonts/GothamBook.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.ttf') format('truetype'), url('../fonts/GothamBook.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Book.eot');
    src: url('../fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Book.woff') format('woff'), url('../fonts/AvenirLTStd-Book.ttf') format('truetype'), url('../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*WP admin*/

#wpadminbar {
    position: fixed;
}

.home.admin-bar .section-header {
    top: 32px;
}

@media (max-width: 782px) {
    .home.admin-bar .section-header {
        top: 46px;
    }
}


/*General*/

body {
    font-family: 'Gotham Book';
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
}

a {
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a:hover {
    text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

h1 {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 65px;
    font-family: 'Futura Medium';
    margin-top: 0;
    margin-bottom: 30px;
}

h2 {
    font-size: 36px;
    font-family: 'Futura Medium';
    text-transform: uppercase;
    color: #2b3340;
    margin-bottom: 30px;
    margin-top: 0;
}

h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Futura Medium';
    margin: 0;
}

h4 {
    font-family: 'Futura Medium';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
}

.btn {
    border-radius: 30px;
    font-family: 'Futura Bold';
    text-transform: uppercase;
    color: #3ca390;
    padding: 0 50px 0 30px;
    font-size: 14px;
    line-height: 48px;
    height: 48px;
    position: relative;
    min-width: 160px;
}

.btn:after {
    content: "";
    background: url(../images/arrow-icon.png)no-repeat;
    width: 18px;
    height: 11px;
    background-size: cover;
    position: absolute;
    margin-left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-outline {
    background: url(../images/button-outline.png)no-repeat;
    background-size: 100%;
    margin-top: 30px;
    position: relative;
    background-position: center center;
}

.btn-outline:hover,.btn-outline:focus {
    background: url(../images/button-outline-hover.png)no-repeat;
    background-size: 100%;
    background-position: center center;
    color: #ffffff;
}

.btn-outline:hover:after,
.btn-outline:focus:after {
    background: url(../images/arrow-icon-hover.png)no-repeat;
    background-size: cover;
}

.btn-white {
    background-color: #ffffff;
}

.btn-white:hover,
.btn-white:focus {
    color: #3ca390;
    background-color: rgba(255, 255, 255, 0.9);
}

img {
    max-width: 100%;
}


/*Header*/

.home .section-header {
    position: fixed;
    top: 0;
    width: 100%;
}

.section-header {
    background-color: #ffffff;
    z-index: 10;
    height: 80px;
}

.logo {
    display: inline-block;
    padding: 12px 0;
    width: 19.15%;
    max-width: 218px;
}

.main-menu {
    float: right;
    padding: 27px 0;
}

.main-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
    font-family: 'Gotham Medium';
    text-transform: uppercase;
    vertical-align: middle;
}

.main-menu ul li {
    display: inline-block;
    padding: 0 30px;
    position: relative;
}

.main-menu ul li a {
    color: #717171;
}

.main-menu a:before {
    content: "";
    background: url(../images/icon-header.png)no-repeat;
    width: 23px;
    height: 20px;
    position: absolute;
    left: 0;
}

.main-menu .menu-homepage a:before {
    background-position: 0 100%;
}

.main-menu .menu-homepage a:hover:before,
.main-menu .menu-homepage.current-menu-item a:before {
    background-position: 0 0;
}

.main-menu .menu-blog a:before {
    background-position: -23px 100%;
}

.main-menu .menu-blog a:hover:before,
.main-menu .menu-blog.current-menu-item a:before,
.single-post .main-menu .menu-blog a:before,
.category .main-menu .menu-blog a:before,
.tag .main-menu .menu-blog a:before {
    background-position: -23px 0;
}

.main-menu .menu-resources a:before {
    background-position: -46px 100%;
}

.main-menu .menu-resources a:hover:before,
.main-menu .menu-resources.current-menu-item a:before,
.single-resource .main-menu .menu-resources a:before {
    background-position: -46px 0;
}

.main-menu .menu-contact a:before {
    background-position: 100% 100%;
}

.main-menu .menu-contact a:hover:before,
.main-menu .menu-contact.current-menu-item a:before {
    background-position: 100% 0;
}

.main-menu ul li a:hover,
.main-menu ul li.current-menu-item a,
.single-post .main-menu .menu-blog a,
.category .main-menu .menu-blog a,
.tag .main-menu .menu-blog a,
.single-resource .main-menu .menu-resources a {
    color: #1794c9;
}


/*.language {
    display: inline-block;
}

.language .select2-container--default .select2-selection--single {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 11px;
    outline: none;
}

.language .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
    color: #818181;
    padding-left: 6px;
    padding-right: 12px;
}

.language .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -2px;
    margin-top: -4px;
}

.select2-dropdown {
    text-transform: uppercase;
    font-size: 11px;
}

.language .select2-container .select2-selection--single {
    height: 26px;
}

.language .flag {
    margin-top: -2px;
}*/

ul.language {
    height: 26px;
    width: 63px;
    border: 1px solid #aaa;
    cursor: pointer;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 2;
    position: relative;
}

ul.language:before {
    content: "";
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 3px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

ul.language.select:before {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

ul.language li {
    text-transform: uppercase;
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
    display: none;
    padding: 0;
    font-size: 11px;
    font-family: 'Gotham Book';
    color: #818181;
    float: left;
    width: 100%;
}

ul.language li:last-child {
    border-bottom: 1px solid #aaa;
}

ul.language li a {
    color: #818181!important;
    display: block;
    padding: 0 5px;
    background: #ffffff;
}

ul.language li a:before {
    display: none;
}

ul.language li a:hover {
    background: #dddddd;
}

ul.language li span {
    line-height: 24px;
}

ul.language li a img,
ul.language li.lang img {
    margin-top: -2px;
}

ul.language li.lang {
    background-color: transparent;
    z-index: -1;
    border: 0 none;
    margin-bottom: 1px;
    display: block;
    width: 100%;
    float: left;
    padding: 0 5px;
}

ul.language li.current-lang a {
    background: #ddd;
}


/*Section Indicator*/

.section-indicator {
    position: absolute;
    height: 100vh;
    z-index: 1;
}

.section-indicator ul {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: right;
    font-size: 13px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed;
    right: 15px;
}

.section-indicator:before {
    content: "";
    height: 100vh;
    width: 1px;
    background-color: #cbcbcb;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 48px;
}

.section-indicator li {
    position: relative;
    padding-bottom: 8vh;
}

.section-indicator li a {
    color: #ffffff;
    padding: 0;
}

.section-indicator.alt li a {
    color: #595959;
}

.section-indicator li a:hover,
.section-indicator li a:focus {
    background-color: transparent;
}

.section-indicator li a:before {
    content: "";
    background: url(../images/indicator-icon.png)no-repeat;
    width: 22px;
    height: 22px;
    background-size: cover;
    position: absolute;
    margin-top: -1px;
    right: 23px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.section-indicator li a:hover:before,
.section-indicator li.active a:before,
.section-indicator li a:hover span,
.section-indicator li.active a span {
    opacity: 1;
    visibility: visible;
}

.section-indicator li:last-child {
    padding-bottom: 0;
}

.section-indicator span {
    position: absolute;
    right: 60px;
    width: 65px;
    color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.section-indicator.alt span {
    color: rgba(89, 89, 89, 0.6);
}


/* affix */

.contact-map {
    position: relative;
    z-index: 2;
    background: #eee;
}

.affix-top {
    position: relative;
}

.affix-bottom {
    position: absolute;
}


/*Section Opening*/

#section-opening {
    background: url(../images/background-opening.jpg)no-repeat;
    background-size: cover;
    background-position: center center;
}

#section-opening .container {
    height: 100vh;
    position: relative;
}

.opening-text {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #ffffff;
    left: 0;
    right: 0;
    margin: auto;
}

.opening-text p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}

.opening-text .btn-white {
    margin-top: 30px;
}

.button-scroll {
    position: absolute;
    bottom: -72px;
    width: 144px;
    left: 0;
    right: 0;
    margin: auto;
}


/*Section About*/

#section-about {
    background: rgba(219, 228, 230, 0.4) url(../images/background-about.png)no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
    text-align: center;
}

.about-text {
    padding-bottom: 70px;
}

.about-text p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 0;
}

.cadmon-list {
    padding: 0 7%;
}

.cadmon-list-wrapper .cadmon-list:before {
    content: "";
    background: url(../images/divinder.png)no-repeat;
    position: absolute;
    width: 16px;
    height: 204px;
    background-size: cover;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -16px;
}

.cadmon-list-wrapper .cadmon-list:last-child:before {
    display: none;
}

.cadmon-list h4 {
    color: #000000;
}

.cadmon-list p {
    font-size: 16px;
    line-height: 26px;
    color: #262525;
    margin-bottom: 0;
}


/*Section Advisory*/

#section-advisory {
    text-align: center;
    padding: 100px 0;
}

#section-advisory p {
    font-family: 'Gotham Light';
    font-size: 16px;
    margin-bottom: 0;
    line-height: 30px;
}

.advisory-list-wrapper {
    margin-top: 80px;
    margin-bottom: 50px;
    padding: 0;
}

.advisory-list-wrapper .row {
    margin: 0 -10px;
}

.advisory-list {
    padding: 0 10px;
}

.advisory-list > div {
    display: block;
    position: relative;
    margin-top: 95px;
    border: 1px solid #e1e1e1;
    color: #515151;
    padding: 75px 23px 30px;
}

.advisory-list > div:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.09);
}

.advisory-list .icon-advisory {
    background: url(../images/advisory-list-icon.png)no-repeat;
    width: 90px;
    height: 90px;
    position: absolute;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
    background-position: 0 100%;
}

.advisory-list .icon-advisory:before {
    content: "";
    background: url(../images/advisory-list-icon.png)no-repeat;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 0 0;
}

.advisory-list > div:hover .icon-advisory:before {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.advisory-list.company .icon-advisory {
    background-position: 20% 100%;
}

.advisory-list.company .icon-advisory:before,
.advisory-list.company > div:hover .icon-advisory:before {
    background-position: 20% 0;
}

.advisory-list.star-ups .icon-advisory {
    background-position: 40% 100%;
}

.advisory-list.star-ups .icon-advisory:before,
.advisory-list.star-ups > div:hover .icon-advisory:before {
    background-position: 40% 0;
}

.advisory-list.vendors .icon-advisory {
    background-position: 60% 100%;
}

.advisory-list.vendors .icon-advisory:before,
.advisory-list.vendors > div:hover .icon-advisory:before {
    background-position: 60% 0;
}

.advisory-list.investments .icon-advisory {
    background-position: 80% 100%;
}

.advisory-list.investments .icon-advisory:before,
.advisory-list.investments > div:hover .icon-advisory:before {
    background-position: 80% 0;
}

.advisory-list.services .icon-advisory {
    background-position: 100% 100%;
}

.advisory-list.services .icon-advisory:before,
.advisory-list.services > div:hover .icon-advisory:before {
    background-position: 100% 0;
}

#section-advisory h3 {
    color: #2b3340;
}

.advisory-list div h4 {
    margin-bottom: 20px;
}

#section-advisory .advisory-list div p {
    line-height: 22px;
    font-size: 14px;
    height: 90px;
    overflow: hidden;
}


/*Section Ventures*/

#section-ventures {
    text-align: center;
    padding: 100px 0;
    background: #ebf4f6 url(../images/background-ventures.png)no-repeat;
    background-size: cover;
    background-position: center center;
}

#section-ventures p {
    font-family: 'Gotham Light';
    font-size: 16px;
    margin-bottom: 0;
    line-height: 30px;
}

#section-ventures ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.ventures-visions {
    margin-top: 50px;
}

#section-ventures .ventures-visions ul {
    margin-top: 60px;
}

.ventures-visions li {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Gotham Light';
    position: relative;
}

.ventures-visions li:before,
.ventures-visions li:after {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #333333;
    position: absolute;
    top: 36px;
}

.ventures-visions li:before {
    left: -35px;
}

.ventures-visions li:first-child:before {
    display: none;
}

.ventures-visions li:after {
    right: -35px;
}

.ventures-visions li:last-child:after {
    display: none;
}

.vision-number {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #333333;
    margin: 0 auto 35px;
    position: relative;
    text-align: center;
}

.vision-number strong {
    font-size: 25px;
    color: #2b3340;
    font-family: 'Futura Medium';
    vertical-align: middle;
    position: relative;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ventures-focus {
    margin-top: 80px;
}

#section-ventures .ventures-focus ul {
    margin-top: 40px;
}

.ventures-focus li {
    display: inline-block;
    padding: 0 15px;
    font-size: 12px;
    font-family: 'Avenir LT Std';
    color: #494545;
    position: relative;
    text-transform: uppercase;
}

.ventures-focus li span {
    color: #333333;
    display: inline-block;
}

.ventures-focus li span:hover {
    color: #6ba928;
}

.ventures-focus li:before {
    content: "|";
    font-size: 12px;
    color: #c7c7c7;
    position: absolute;
    right: -3px;
    bottom: 2px;
}

.ventures-focus li:last-child:before {
    display: none;
}

.ventures-focus li span:before {
    content: "";
    background: url(../images/area-focus-icon-new.png)no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
    margin: 20px auto 10px;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ventures-focus li span:hover:before {
    background: url(../images/area-focus-icon-new-hover.png)no-repeat;
}

.ventures-focus li.consumer-products span:before,
.ventures-focus li.consumer-products span:hover:before {
    background-position: 0 0;
}

.ventures-focus li.big-data-analytics span:before,
.ventures-focus li.big-data-analytics span:hover:before {
    background-position: 20% 0;
}

.ventures-focus li.digital-marketing-tech span:before,
.ventures-focus li.digital-marketing-tech span:hover:before {
    background-position: 40% 0;
}

.ventures-focus li.digital-services span:before,
.ventures-focus li.digital-services span:hover:before {
    background-position: 60% 0;
}

.ventures-focus li.fintech-financial-services span:before,
.ventures-focus li.fintech-financial-services span:hover:before {
    background-position: 80% 0;
}

.ventures-focus li.three-d-manufacturing span:before,
.ventures-focus li.three-d-manufacturing span:hover:before {
    background-position: 100% 0;
}

.ventures-focus li.location-services span:before,
.ventures-focus li.location-services span:hover:before {
    background-position: 20% 100%;
}

.ventures-focus li.clean-tech span:before,
.ventures-focus li.clean-tech span:hover:before {
    background-position: 40% 100%;
}

.ventures-focus li.agr-tech span:before,
.ventures-focus li.agr-tech span:hover:before {
    background-position: 60% 100%;
}

.ventures-focus li.precision-medicine span:before,
.ventures-focus li.precision-medicine span:hover:before {
    background-position: 80% 100%;
}

.ventures-focus li.med-tech span:before,
.ventures-focus li.med-tech span:hover:before {
    background-position: 100% 100%;
}

.ventures-focus li.virtual-reality span:before,
.ventures-focus li.virtual-reality span:hover:before {
    background-position: 0 100%;
}


/*Section Clients*/

#section-clients {
    padding: 100px 0;
    text-align: center;
}

#section-clients p {
    margin-bottom: 0;
}

#section-clients .nav-tabs {
    border-color: #d7d7d7;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#section-clients .nav-tabs>li {
    display: inline-block;
    float: none;
    position: relative;
}

#section-clients .nav-tabs>li a {
    border: 1px solid #d7d7d7;
    color: #2b3340;
    font-family: 'Gotham Medium';
    text-transform: uppercase;
    width: 125px;
    padding: 10px 0;
    margin-right: 5px;
    position: relative;
    display: block;
    background-color: #f1f4f5;
}

#section-clients .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
#section-clients .nav-tabs>li.active>a:hover {
    border-color: #d7d7d7;
    background-color: #ffffff;
    border-bottom-color: transparent;
    text-decoration: none;
}

#section-clients .tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 40px;
}

#section-clients .tab-content>.active {
    position: relative;
    max-height: 280px;
    overflow: hidden;
}

#section-clients .tab-content>.active:before {
    content: "";
    background: url(../images/background-tab.png)no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 160px;
    left: 0;
}

#section-clients .tab-content.full >.active {
    max-height: none;
}

#section-clients .tab-content.full >.active:before {
    display: none;
}

#section-clients .tab-content li {
    display: inline-block;
    padding: 0 0 25px;
}

#section-clients .tab-content li a {
    display: block;
}


.centered {
    text-align: center;
    font-size: 0;
}
.centered > div {
    float: none;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

/*Section Team*/

#section-team {
    text-align: center;
    padding: 100px 0;
    /*background: #f1f4f5 url(../images/background-team.png) no-repeat;
    background-size: cover;
    background-position: center center;*/
    background: #f1f4f5 url(../images/background-team.png) repeat;
    background-position: center top;
}

.team-text p {
    font-family: 'Gotham Light';
    font-size: 16px;
    margin-bottom: 0;
    line-height: 30px;
    color: #2a2a2a;
}

.team-list-wrapper {
    margin-top: 60px;
}

.team-list {
    margin-top: 50px;
    padding: 0 28px;
}

.team-list:nth-child(4n) {
    clear: right;
}

.team-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    display: block;
    padding: 0;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 50%;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.team-list .team-img:hover {
    opacity: 1;
}

.team-img:hover ~ p strong {
    color: #219ab2;
}

.team-img:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.team-list p {
    margin-bottom: 0;
    color: #2a2a2a;
    line-height: 24px;
}

.team-list p strong {
    font-family: 'Proxima Nova Rg';
    font-size: 18px;
    line-height: 26px;
    color: #313131;
}

.team-list p em {
    color: #313131;
    color: rgba(49, 49, 49, 0.8);
    display: block;
}

.team-list a {
    color: #39a397;
}

.personal-sosmed a {
    margin: 15px 5px 20px;
    display: inline-block;
}

.personal-sosmed a:hover {
    opacity: 0.6;
}

.text-preview .morecontent {
    display: none;
}


/*Section Advisor*/

#section-advisor {
    text-align: center;
    padding: 100px 0;
}

.advisor-text {
    padding: 0;
}

.advisor-text p {
    font-family: 'Gotham Light';
    font-size: 16px;
    margin-bottom: 0;
    line-height: 30px;
    color: #2a2a2a;
}

.advisor-list-wrapper {
    margin-top: 60px;
}

.advisor-list {
    width: 20%;
    float: left;
    padding: 0 10px 20px;
}

/*.advisor-list:nth-child(5n) {
    clear: right;
}*/

.advisor-list p strong {
    font-family: 'Proxima Nova Rg';
    font-size: 18px;
    line-height: 26px;
    color: #313131;
}

.advisor-list p {
    margin-bottom: 0;
}

.advisor-list p em {
    color: #313131;
    color: rgba(49, 49, 49, 0.8);
    min-height: 40px;
    display: block;
}


/*Section Contact Map*/

.contact-map {
    position: relative;
}

.contact-map .form-address {
    position: absolute;
    z-index: 2;
    height: 860px;
    width: 28%;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .125);
}

.contact-map .wpcf7 {
    border-bottom: 1px solid #e4ecf3;
    padding-bottom: 30px;
}

.contact-map h3 {
    background: #1595c0 url(../images/bg-contact2.png) no-repeat left top;
    margin: 0 0 35px;
    padding: 17px 0 17px;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    position: relative;
}

.contact-map h3:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -14px;
    width: 0;
    height: 0;
    border-top: solid 12px #1c98b8;
    border-left: solid 14px transparent;
    border-right: solid 14px transparent;
}

.contact-map .wpcf7-form-control-wrap {
    padding: 0 0 15px;
    text-align: center;
    display: block;
}

.contact-map .wpcf7-textarea {
    height: 100px;
}

.contact-map .wpcf7-text,
.contact-map .wpcf7-textarea {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 8px 8px;
    font-family: 'Gotham Light';
    font-size: 13px;
    width: 100%;
}

.wpcf7-submit {
    background: url(../images/button-outline-hover.png) no-repeat center center;
    background-size: cover;
    color: #fff;
    border-radius: 25px;
    border: 0;
    padding-right: 40px;
    padding-left: 40px;
}

.wpcf7-submit:focus,
.wpcf7-submit:active,
.wpcf7-submit:active:focus {
    background: url(../images/button-outline-hover.png) no-repeat center center;
    background-size: cover;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    outline: none;
}

.home .wpcf7-submit {
    /*margin-left: 35px;*/
}

.contact-map .wpcf7-form {
    padding: 0 35px;
}

.contacts {
    padding: 20px 35px;
}

.contacts h4 {
    margin-bottom: 0.75em;
}

.contacts ul {
    list-style: none;
    margin: 0;
    padding: 0 0 5px;
}

.contacts li {
    margin-bottom: 15px;
    line-height: 22px;
    position: relative;
    padding-left: 30px;
}

.contacts li:before {
    content: "";
    background: url(../images/contact-footer-icon.png) no-repeat 100% 3px;
    width: 18px;
    height: 23px;
    position: absolute;
    left: 0;
    background-position: 100% 68%;
}

.contacts li.contacts-phone:before {
    background-position: 100% 100%;
    height: 18px;
}

.home .contact-map #map {
    height: 860px;
}

.contact-map #map {
    z-index: 1;
    width: 100%;
    height: 390px;
}


/*Footer*/

footer {
    height: 320px;
    z-index: 2;
    position: relative;
}

.section-footer {
    background-color: #252d2e;
    color: #889293;
    padding: 70px 0;
    font-size: 15px;
}

.section-footer h4 {
    margin: 0;
    font-family: 'Futura Medium';
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.section-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.logo-footer p {
    font-size: 13px;
    line-height: 20px;
    font-family: 'Gotham Light';
    margin-top: 60px;
    margin-bottom: 0;
}

.logo-footer img {
    max-width: 156px;
}

.main-link a {
    color: #889293;
    line-height: 31px;
}

.main-link a:hover {
    color: #249baf;
}

.contact-footer ul {
    padding-left: 30px;
    position: relative;
}

.contact-footer li {
    margin-bottom: 20px;
    line-height: 22px;
}

.contact-footer li:last-child {
    margin-bottom: 0;
}

.contact-footer li:before {
    content: "";
    background: url(../images/contact-footer-icon.png)no-repeat;
    width: 18px;
    height: 22px;
    position: absolute;
    left: 0;
    background-position: 0 0;
}

.contact-footer li.phone-footer:before {
    background-position: 0 -22px;
}

.contact-footer li.email-footer {
    color: #249baf;
}

.contact-footer li.email-footer:before {
    background-position: 0 -40px;
}

.newsletter-footer p {
    line-height: 22px;
    margin-bottom: 20px;
}

.newsletter-footer form {
    position: relative;
}

.newsletter-footer input {
    background-color: transparent;
    border: 1px solid #889293;
    border-radius: 5px;
    font-size: 13px;
    width: 100%;
    padding: 7px 20px 7px 25px;
}

.newsletter-footer .btn-subscribe {
    width: 19px;
    height: 17px;
    background: url(../images/subscribe-icon.png)no-repeat;
    background-size: cover;
    position: absolute;
    background-color: transparent;
    border: 0 none;
    padding: 0;
    right: 6px;
    top: 8px;
}

.newsletter-footer .sosmed-link {
    margin-top: 30px;
}

.newsletter-footer .sosmed-link li {
    display: inline-block;
}

.newsletter-footer .sosmed-link a {
    height: 17px;
    width: 20px;
    position: relative;
    display: block;
    margin: 3px;
}

.newsletter-footer .sosmed-link a:before {
    content: "";
    height: 17px;
    width: 20px;
    position: absolute;
    left: 0;
    background: url(../images/sosmed-icon.png)no-repeat;
}

.newsletter-footer .sosmed-link .facebook-link a:before {
    background-position: 0 100%;
}

.newsletter-footer .sosmed-link .facebook-link a:hover:before {
    background-position: 0 0;
}

.newsletter-footer .sosmed-link .twitter-link a:before {
    background-position: -20px 100%;
}

.newsletter-footer .sosmed-link .twitter-link a:hover:before {
    background-position: -20px 0;
}

.newsletter-footer .sosmed-link .google-link a:before {
    background-position: -41px 100%;
}

.newsletter-footer .sosmed-link .google-link a:hover:before {
    background-position: -41px 0;
}

.newsletter-footer .sosmed-link .linkedin-link a:before {
    background-position: 100% 100%;
}

.newsletter-footer .sosmed-link .linkedin-link a:hover:before {
    background-position: 100% 0;
}


/*Page Heading*/

.page-heading {
    background: url(../images/background-page-heading.jpg)no-repeat;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    text-align: center;
}

.page-heading .container {
    height: 370px;
    position: relative;
}

.page-heading .opening-text {
    top: 50%;
}

.page-heading h1 {
    margin-bottom: 10px;
}

.page-heading p {
    font-size: 18px;
    color: #dafff7;
}


/*Contact Page*/

.contact-page .contacts {
    padding: 50px 0 75px;
}

.contact-page h4 {
    font-size: 24px;
    line-height: 30px;
    color: #2b3340;
    margin: 20px 0;
    text-transform: none;
}

.contact-page li {
    font-size: 16px;
    padding-left: 35px;
}

.contact-page li a {
    color: #333333;
}

.contact-page li.contacts-web:before {
    background-position: 100% 0;
    height: 20px;
}

.contact-page li.contacts-email:before {
    background-position: 100% 32%;
    height: 18px;
}

.contact-page h5 {
    font-size: 18px;
    margin: 20px 0;
    color: #2b3340;
    font-family: 'Futura Medium';
}

.contact-page input,
.contact-page textarea {
    border: 0;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 13px;
}

.contact-page input::-webkit-input-placeholder,
.contact-page textarea::-webkit-input-placeholder {
    color: #494949;
}

.contact-page input::-moz-placeholder,
.contact-page textarea::-moz-placeholder {
    color: #494949;
}

.contact-page input:-moz-placeholder,
.contact-page textarea:-moz-placeholder {
    color: #494949;
}

.contact-page input:-ms-input-placeholder,
.contact-page textarea:-ms-input-placeholder {
    color: #494949;
}

.contact-page .wpcf7-submit {
    width: auto;
    border: 0;
    padding: 0 40px;
}


/*Blog Page*/

.blog-page {
    background-color: #f4f7fa;
    padding-bottom: 80px;
}

.blog-list.favorites {
    margin-top: -70px;
}

.blog-list {
    margin-bottom: 30px;
}

.paged .blog-list,
.category .blog-list,
.author .blog-list,
.tag .blog-list {
    margin-top: -50px;
    margin-bottom: 80px;
}

.blog-list:nth-child(odd) {
    clear: left;
}

.blog-desc {
    padding: 40px 30px;
    background-color: #ffffff;
}

.blog-category,
.blog-date {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Gotham Medium';
    color: #a3a3a3;
}

.blog-category {
    color: #4cab7e;
}

.blog-category:hover,
.blog-category:focus {
    color: #4cab7e;
    text-decoration: none;
}

.blog-date {
    padding-left: 5px;
    margin-left: 5px;
}

.blog-date:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #d5d5d5;
    position: relative;
    left: -7px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 2px;
}

.blog-list.favorites h2 {
    text-transform: none;
    font-size: 33px;
    line-height: 42px;
    margin-top: 20px;
}

.blog-list.favorites h2 a,
.blog-list h3 a {
    color: #2b3340;
}

.blog-list.favorites h2 a:hover,
.blog-list h3 a:hover {
    color: #1794c9;
}

.blog-list h3 {
    text-transform: none;
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0;
}

.blog-list.favorites p {
    font-size: 17px;
    line-height: 28px;
}

.blog-list p {
    font-size: 15px;
    line-height: 24px;
    color: #616161;
    margin-bottom: 0;
}

.blog-list.favorites .blog-desc {
    padding-right: 120px;
    position: relative;
}

.blog-desc {
    -webkit-box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.03);
}

.shared-sosmed {
    position: absolute;
    right: 30px;
    top: 40px;
}

.shared-sosmed a {
    display: block;
    margin-bottom: 15px;
}

.shared-sosmed a:hover {
    opacity: 0.6;
}


/*Sidebar*/

#sidebar ul {
    padding: 0;
    list-style: none;
}

.widget-subscribe-newsletter,
.widged-wrapper {
    background-color: #ffffff;
    margin: 30px 0;
    padding: 40px;
    -webkit-box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.03);
}


/*.widget-subscribe-newsletter {
    padding-bottom: 15px;
}*/

.widget-container h4 {
    color: #2b3340;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'Gotham Medium';
    letter-spacing: normal;
}

.widget-container p,
.textwidget {
    font-size: 15px;
    line-height: 24px;
    color: #616161;
    margin-bottom: 0;
}

.widget-subscribe-newsletter input {
    width: 100%;
    height: 44px;
    border-radius: 25px;
    border: 1px solid #e1e1e1;
    font-size: 13px;
    padding: 0 25px;
    margin-top: 20px;
}

.widget-subscribe-newsletter input.wpcf7-submit {
    border: 0 none;
    line-height: 44px;
}

.widged-wrapper > div {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
}

.widged-wrapper > div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
}

.wpp-list li {
    margin-bottom: 15px;
}

.wpp-list li:last-child {
    margin-bottom: 0;
}

.wpp-list li a {
    font-size: 20px;
    line-height: 23px;
    color: #2b3340;
    font-family: 'Futura Medium';
}

.wpp-list li a:hover {
    color: #1794c9;
}

.wpp-list li span {
    display: block;
    color: #a3a3a3;
    font-size: 13px;
    line-height: 23px;
}

.widget-categories li a {
    color: #269caf;
    font-size: 15px;
    line-height: 30px;
}


/*Pagination*/

.pagination {
    display: block;
    margin: 0;
    padding: 0 15px;
    text-align: center;
    margin-top: 50px;
    position: relative;
}

.blog-page .pagination {
    margin-top: 30px;
}

.pagination:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
}

.pagination ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul .page-numbers {
    display: block;
    height: 53px;
    width: 53px;
    line-height: 50px;
    overflow: hidden;
    position: relative;
    background: #f4f7fa url(../images/button-pagination.png)no-repeat;
    background-position: 50% 0;
    color: #696d70;
}

.pagination .next.page-numbers {
    background-position: 100% 0;
    line-height: 9;
}

.pagination .prev.page-numbers {
    background-position: 0 0;
    line-height: 9;
}


/*Detail-blog*/

.detail-blog {
    position: relative;
    padding-bottom: 80px;
}

.small-heading {
    background: url(../images/background-small-heading.jpg)no-repeat;
    background-size: cover;
    background-position: center center;
    height: 270px;
    position: absolute;
    width: 100%;
    top: 0;
}

.detail-wrapper {
    margin-top: 50px;
    padding-bottom: 80px;
}

.detail-blog .container {
    border-bottom: 1px solid #e1e1e1;
}

.detail-wrapper > img {
    margin-bottom: -75px
}

.detail-wrapper > img.size-large {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.detail-desc,
.detail-desc p.writer-id {
    text-align: center;
}

.detail-desc p {
    text-align: left;
    color: #616161;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 0;
}

.detail-desc .writer-id {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #ffffff;
}

.writer-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 15px auto 30px;
    overflow: hidden;
}

.writer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.detail-desc h1 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 30px;
    margin-top: 40px;
    color: #2b3340;
}

.detail-blog .shared-sosmed {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 40px;
    width: 100%;
}

.detail-blog .shared-sosmed a {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 8px;
}


/*Resources*/

.resources-page {
    background-color: #f4f7fa;
    padding-bottom: 80px;
}

.filter-category {
    background-color: #ffffff;
    padding: 25px 0;
}

#category-select {
    text-align: center;
}

.category-select .btn {
    padding: 0;
    min-width: 120px;
    height: 46px;
    font-size: 16px;
    font-family: 'Futura Medium';
    border: 0 none;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
}

.category-select .btn-color {
    color: #ffffff;
}

.category-select .btn-outline {
    margin: 0;
    background: url(../images/button-outline-resources.png)no-repeat;
}

.category-select .btn-outline:hover,
.category-select .btn-color {
    background: url(../images/button-outline-resources-hover.png)no-repeat;
}

.category-select .btn-outline:focus,
.category-select .btn-color:focus,
.category-select .btn-color:active,
.category-select .btn-color:active:focus {
    background: url(../images/button-outline-hover.png) no-repeat center center;
    background-size: cover;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    outline: none;
    color: #ffffff;
}

.category-select .btn:after {
    display: none;
}

.category-select .select2-container {
    margin: 0 5px;
}

.category-select .select2-container,
.category-select .select2-container:focus {
    outline: none!important;
}

.category-select .select2-container--default .select2-selection--single {
    height: 46px;
    border: 1px solid #e1e1e1;
    border-radius: 30px;
    font-size: 15px;
    outline: none;
    text-align: left;
}

.category-select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-radius: 23px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    outline: none;
}

.category-select .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-radius: 23px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    outline: none;
}

.category-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    padding: 13px 20px 15px;
}

.category-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 0;
    margin-top: 7px;
}

.select2-dropdown.category-select {
    font-size: 15px;
    text-transform: none;
    border-color: #e1e1e1;
}

.category-select select[name="y"] {
    width: 160px;
}

.category-select select[name="type"] {
    width: 210px;
}

.category-select label {
    color: #2b3340;
    font-size: 18px;
    font-family: 'Futura Medium';
    font-weight: normal;
    padding-right: 10px
}


/*Resources List*/

.resource-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.resource-list li {
    margin-top: 60px;
}

.resource-list li img {
    float: left;
    margin-right: 25px;
    width: 17.5%;
    max-width: 200px;
}

.resource-list .date-time {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Gotham Medium';
    color: #a3a3a3;
    margin-top: 10px;
}

.resource-list h3 {
    font-size: 30px;
    line-height: 36px;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 20px;
}

.resource-list h3 a {
    color: #50ac7c;
}

.resource-list h3 a:hover {
    color: #1794c9;
}

.resource-list p {
    font-size: 15px;
    line-height: 24px;
    color: #70767f;
    margin: 0;
}

@media (max-width: 1199px) {
    body {
        font-size: 12px;
    }
    h1 {
        font-size: 50px;
        line-height: 54px;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 21px;
    }
    h4 {
        font-size: 17px;
    }
    .btn {
        font-size: 12px;
        line-height: 42px;
        height: 43px;
        min-width: 150px;
        padding: 0 40px 0 20px;
    }
    /*Header*/
    .section-header {
        height: 70px;
    }
    .main-menu {
        padding: 22px 0;
    }
    .main-menu a:before {
        margin-top: -2px;
    }
    /*Section Indicator*/
    .section-indicator ul {
        font-size: 12px;
    }
    /*Section Opening*/
    .opening-text p {
        font-size: 15px;
        line-height: 25px;
    }
    .button-scroll {
        position: absolute;
        bottom: -60px;
        width: 120px;
        left: 0;
        right: 0;
        margin: auto;
    }
    /*Section About*/
    .about-text p,
    #section-advisory p,
    #section-ventures p,
    .team-text p,
    .advisor-text p {
        font-size: 14px;
        line-height: 24px;
    }
    .cadmon-list {
        padding: 0 5%;
    }
    .cadmon-list img {
        width: 125px;
    }
    .cadmon-list h4 {
        font-size: 18px;
    }
    .cadmon-list p {
        font-size: 14px;
        line-height: 22px;
    }
    /*Section Advisory*/
    .advisory-list-wrapper {
        margin-top: 50px;
    }
    .advisory-list .icon-advisory {
        width: 76px;
        height: 76px;
        top: -38px;
        background-size: 456px;
    }
    .advisory-list .icon-advisory:before,
    .advisory-list > div:hover .icon-advisory:before {
        background-size: 456px;
    }
    #section-advisory .advisory-list div p {
        line-height: 19px;
        font-size: 13px;
    }
    /*Section Ventures*/
    .vision-number strong {
        font-size: 21px;
    }
    .vision-number {
        width: 60px;
        height: 60px;
    }
    .ventures-visions li:after {
        right: -30px;
    }
    .ventures-visions li:before {
        left: -30px;
    }
    .ventures-visions li:before,
    .ventures-visions li:after {
        top: 30px;
    }
    .ventures-visions li {
        padding: 0 15px;
        font-size: 13px;
        line-height: 21px;
    }
    .ventures-focus li {
        padding: 0 10px;
        font-size: 10px;
    }
    .ventures-focus li a:before {
        height: 25px;
        width: 30px;
        background-size: 146px;
    }
    .ventures-focus li a:hover:before {
        background-size: 146px;
    }
    /*Section Clients*/
    #section-clients .nav-tabs>li a {
        width: 110px;
    }
    /*Section Team*/
    .team-img {
        width: 117px;
        height: 117px;
    }
    .team-list {
        padding: 0 15px;
    }
    .team-list p {
        line-height: 20px;
    }
    .team-list p strong {
        font-size: 16px;
        line-height: 24px;
    }
    .personal-sosmed img {
        width: 28px;
    }
    /*Section Advisor*/
    .advisor-list p em {
        min-height: 35px;
    }
    /*Section Contact Map*/
    .contact-map h3 {
        font-size: 30px;
    }
    .wpcf7-submit {
        padding: 0;
    }
    /*Footer*/
    .logo-footer img {
        max-width: 130px;
    }
    .logo-footer p {
        font-size: 11px;
        line-height: 17px;
    }
    .section-footer h4 {
        font-size: 15px;
    }
    .section-footer {
        font-size: 13px;
    }
    /*Page Heading*/
    .page-heading .container {
        height: 300px;
    }
    /*Blog Page*/
    .blog-desc {
        padding: 35px 30px;
    }
    .shared-sosmed {
        right: 30px;
        top: 35px;
        width: 34px;
    }
    .blog-category,
    .blog-date {
        font-size: 10px;
    }
    .blog-list.favorites h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .blog-list.favorites .blog-desc {
        padding-right: 90px;
    }
    .blog-list.favorites p {
        font-size: 14px;
        line-height: 23px;
    }
    .blog-list h3 {
        font-size: 20px;
        line-height: 24px;
        margin: 15px 0;
    }
    .blog-list p {
        font-size: 13px;
        line-height: 20px;
    }
    /*Pagination*/
    .pagination ul .page-numbers {
        width: 48px;
        height: 48px;
        line-height: 45px;
        background-size: 144px;
        font-size: 13px;
    }
    .pagination:before {
        top: 22px;
    }
    /*Sidebar*/
    .widget-container h4 {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .widget-container p,
    .textwidget {
        font-size: 13px;
        line-height: 20px;
    }
    .widget-subscribe-newsletter,
    .widged-wrapper {
        padding: 30px;
    }
    .widget-subscribe-newsletter input {
        height: 38px;
    }
    .widget-subscribe-newsletter input.wpcf7-submit {
        line-height: 38px;
    }
    .widged-wrapper > div {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .wpp-list li a {
        font-size: 17px;
        line-height: 20px;
    }
    .wpp-list li span {
        font-size: 11px;
        line-height: 20px;
    }
    .widget-categories li a {
        font-size: 13px;
        line-height: 25px;
    }
    /*Detail Blog*/
    .small-heading {
        height: 225px;
    }
    .detail-desc h1 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .detail-blog .shared-sosmed {
        margin-bottom: 30px;
    }
    .detail-desc p {
        font-size: 14px;
        line-height: 23px;
    }
    /*Resources*/
    .category-select .select2-container--default .select2-selection--single {
        height: 38px;
        font-size: 13px;
    }
    .category-select .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 11px 20px;
    }
    .category-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: 4px;
    }
    .select2-dropdown.category-select {
        font-size: 13px;
    }
    .category-select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
        border-radius: 19px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .category-select .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
        border-radius: 19px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        outline: none;
    }
    .category-select .btn {
        min-width: 100px;
        height: 38px;
        font-size: 13px;
        line-height: normal;
    }
    .category-select .btn-outline,
    .category-select .btn-outline:hover,
    .category-select .btn-color {
        background-size: 100px;
    }
    .filter-category {
        padding: 20px 0;
    }
    .category-select label {
        font-size: 15px;
    }
    .resource-list h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .resource-list p {
        font-size: 13px;
        line-height: 20px;
    }
    /*Contact Page*/
    .contact-page h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .contact-page h5 {
        font-size: 15px;
    }
    .contact-page li {
        font-size: 14px;
        padding-left: 30px;
        line-height: 20px;
    }
}

@media (max-width: 991px) {
    /*General*/
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    /*Header*/
    .logo {
        width: 140px;
    }
    .section-header {
        height: 60px;
    }
    .section-indicator:before,
    .cadmon-list-wrapper .cadmon-list:before {
        display: none;
    }
    .navbar-toggle {
        display: block;
        padding: 0;
        position: relative;
        border-radius: 0;
    }
    .burger-wrapper {
        position: absolute;
        width: 100%;
        height: 32px;
        top: -8px;
    }
    .burger {
        height: 40px;
        width: 40px;
        padding: 6px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 1000;
        background-color: transparent;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        margin: 12px -6px 0;
    }
    .burger.open {
        background-color: #ffffff;
    }
    .x,
    .y,
    .z {
        position: absolute;
        margin: auto;
        top: 0px;
        bottom: 0px;
        background: #717171;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .x,
    .y,
    .z {
        width: 26px;
        height: 3px;
    }
    .y {
        top: 16px;
    }
    .z {
        top: 32px;
    }
    .collapse-icon {
        top: 22px;
        -webkit-transition: all 70ms ease-out;
        -moz-transition: all 70ms ease-out;
        -ms-transition: all 70ms ease-out;
        -o-transition: all 70ms ease-out;
        transition: all 70ms ease-out;
    }
    .rotate30 {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
        -webkit-transition: all 50ms ease-out;
        -moz-transition: all 50ms ease-out;
        -ms-transition: all 50ms ease-out;
        -o-transition: all 50ms ease-out;
        transition: all 50ms ease-out;
    }
    .rotate150 {
        -ms-transform: rotate(150deg);
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
        -webkit-transition: all 50ms ease-out;
        -moz-transition: all 50ms ease-out;
        -ms-transition: all 50ms ease-out;
        -o-transition: all 50ms ease-out;
        transition: all 50ms ease-out;
    }
    .rotate45 {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 100ms ease-out;
        -moz-transition: all 100ms ease-out;
        -ms-transition: all 100ms ease-out;
        -o-transition: all 100ms ease-out;
        transition: all 100ms ease-out;
    }
    .rotate135 {
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: all 100ms ease-out;
        -moz-transition: all 100ms ease-out;
        -ms-transition: all 100ms ease-out;
        -o-transition: all 100ms ease-out;
        transition: all 100ms ease-out;
    }
    .menu-bg {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: url(../images/background-small-heading.jpg)repeat-y;
        background-size: 100%;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    }
    .menu-bg.animate {
        opacity: 0.9;
        visibility: visible;
        -webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    }
    .main-menu {
        width: 100%;
        max-width: 750px;
        padding: 22px 15px;
        opacity: 0;
        visibility: hidden;
        -webkit-animation-name: zoomOut;
        animation-name: zoomOut;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        position: absolute;
        z-index: 102;
        display: block;
        left: 0;
        right: 0;
        margin: auto;
    }
    @-webkit-keyframes zoomOut {
        from {
            opacity: 1;
        }
        50% {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
        }
        to {
            opacity: 0;
        }
    }
    @keyframes zoomOut {
        from {
            opacity: 1;
        }
        50% {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
        }
        to {
            opacity: 0;
        }
    }
    .main-menu.animate {
        -webkit-animation-name: zoomIn;
        animation-name: zoomIn;
        -webkit-animation-duration: .4s;
        animation-duration: .4s;
        opacity: 1;
        visibility: visible;
    }
    @-webkit-keyframes zoomIn {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
        }
        50% {
            opacity: 1;
        }
    }
    @keyframes zoomIn {
        from {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
        }
        50% {
            opacity: 1;
        }
    }
    .main-menu ul {
        display: block;
    }
    .main-menu ul li {
        display: block;
        padding: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ffffff;
    }
    ul.language {
        float: right;
        margin-top: 17px;
        margin-right: 10px;
        display: inline-block!important;
    }
    .main-menu .language {
        display: none!important;
    }
    .main-menu ul li a {
        /*padding-left: 25px;*/
        font-size: 16px;
        color: #ffffff;
    }
    .main-menu ul li a:hover,
    .main-menu ul li.current-menu-item a,
    .single-post .main-menu .menu-blog a,
    .category .main-menu .menu-blog a,
    .single-resource .main-menu .menu-resources a {
        color: #414142;
    }
    .main-menu a:before {
        /* margin-top: 1px;*/
        display: none;
    }
    /*Section Indicator*/
    .section-indicator li a:before {
        width: 18px;
        height: 18px;
        background-size: 100%;
        right: 20px;
        margin-top: 0;
    }
    .section-indicator:before {
        right: 43px;
    }
    .section-indicator span {
        right: 45px;
    }
    /*Section About*/
    .cadmon-list {
        padding: 0 30px 30px;
    }
    /*Section Advisory*/
    .advisory-list-wrapper,
    .advisor-text {
        padding: 0 15px;
    }
    /*Section Ventures*/
    /*#section-ventures .ventures-visions ul,*/
    .ventures-visions li {
        float: left;
    }
    /*    #section-ventures .ventures-focus ul {
        padding: 0 15px;
    }*/
    /*Section Clients*/
    #section-clients h2 {
        margin-bottom: 30px;
    }
    /*Section Advisor*/
    .team-list {
        padding: 0 30px;
    }
    .advisor-list {
        width: 50%;
        float: left;
        padding: 0 30px;
        margin-bottom: 30px
    }
    /*Contact Map*/
    .contact-map h3 {
        font-size: 24px;
    }
    .contact-map .wpcf7-form {
        padding: 0 15px;
    }
    .contact-map .form-address {
        width: 30%;
    }
    .contacts {
        padding: 20px 15px;
    }
    .contacts li {
        font-size: 13px;
    }
    /*Footer*/
    .main-link {
        width: 18%;
    }
    .contact-footer {
        width: 30%;
    }
    .newsletter-footer {
        width: 27%;
    }
    /*Page Resources*/
    .resource-list li img {
        width: 200px;
    }
    /*Page Heading*/
    .page-heading .container {
        height: 235px;
    }
    /*Page Blog*/
    .blog-list.favorites {
        margin-top: -40px;
    }
    /*Blog Detail*/
    .detail-wrapper {
        margin-top: 30px;
    }
    .small-heading {
        height: 170px;
    }
}

@media (max-width: 767px) {
    /*General*/
    body {
        font-size: 13px;
    }
    h1 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 10px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 21px;
    }
    h4 {
        font-size: 16px;
    }
    /*Section Indicator*/
    .section-indicator span {
        display: none;
    }
    #section-opening {
        padding: 0 15px!important;
    }
    /*Section Opening*/
    .opening-text p {
        font-size: 14px;
        line-height: 20px;
    }
    .opening-text .btn-white {
        margin-top: 20px;
    }
    /*Section About*/
    .section {
        padding: 50px 15px!important;
    }
    .about-text p,
    #section-advisory p,
    #section-ventures p,
    .team-text p,
    .advisor-text p {
        line-height: 20px;
    }
    .about-text {
        padding-bottom: 0;
    }
    .cadmon-list {
        padding: 0;
        margin-top: 30px;
    }
    .cadmon-list-wrapper .cadmon-list::before {
        display: none;
    }
    /*Section Advisory*/
    #section-advisory .advisory-list div p {
        height: 133px
    }
    .advisory-list-wrapper {
        margin: 50px 0 30px;
    }
    .ventures-focus {
        margin-top: 50px;
    }
    .advisory-list div {
        margin-top: 65px;
        padding: 45px 15px 20px;
    }
    .advisory-list div h4 {
        margin-bottom: 10px;
        min-height: 30px;
    }
    /*Section Ventures*/
    .ventures-visions li {
        width: 100%;
    }
    .ventures-visions li::before,
    .ventures-visions li::after {
        display: none;
    }
    #section-ventures .ventures-visions ul {
        margin-top: 0;
    }
    .ventures-focus li {
        padding: 0 8px;
    }
    .vision-number {
        margin-top: 35px;
    }
    /*Section Advisor*/
    .advisor-list {
        width: 100%;
        padding: 0 15px;
    }
    /*Contact Map*/
    .contact-map .form-address {
        width: 100%;
        position: relative;
        float: left;
        height: auto;
    }
    .ventures-visions li {
        float: none;
    }
    .home .contact-map #map {
        height: 400px;
    }
    /*Section Footer*/
    .section-footer {
        padding: 30px 0;
        height: auto;
    }
    .section-footer .col-sm-3 {
        padding: 0;
    }
    .main-link,
    .contact-footer,
    .newsletter-footer {
        width: 100%;
        margin-top: 30px;
    }
    .contact-map .wpcf7-form,
    .contacts {
        padding: 20px 30px;
    }
    /*Blog Page*/
    .blog-list img {
        width: 100%;
    }
    /*Detail Blog*/
    .detail-blog h1 {
        font-size: 24px;
        line-height: 34px;
    }
    /*Resources*/
    .category-select label {
        display: block!important;
    }
    .category-select .btn,
    .category-select .select2-container {
        margin-top: 20px;
    }
    .copyright {
        margin-bottom: 0!important;
        margin-top: 30px;
        text-align: center;
    }
    .copyright br {
        display: none;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 30px;
        line-height: 34px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 19px;
    }
    .main-menu ul li a {
        font-size: 14px;
    }
    .z {
        top: 31px;
    }
    .collapse-icon {
        top: 19px;
    }
    .x,
    .y,
    .z {
        width: 21px;
        height: 3px;
    }
    .burger-wrapper {
        height: 30px;
        top: -8px;
    }
    .burger {
        height: 35px;
        width: 35px;
        margin: 13px -6px 0;
    }
    .section-indicator ul {
        font-size: 10px;
    }
    .section-indicator ul {
        text-align: center;
    }
    .section-indicator li a::before {
        background: url(../images/indicator-icon-mobile.png)no-repeat;
        width: 32px;
        height: 32px;
        right: -10px;
        top: -9px;
        z-index: -1;
        background-size: 100%;
    }
    .section-indicator li.active a,
    .section-indicator li a:hover {
        color: #ffffff;
    }
    .section-indicator::before {
        display: none;
    }
    .advisory-list {
        width: 100%;
    }
    #section-advisory .advisory-list div p {
        height: auto;
    }
    .ventures-focus li {
        display: block;
        width: 50%;
        float: left;
        min-height: 90px;
    }
    .ventures-focus li::before {
        display: none;
    }
    #section-clients .nav-tabs > li a {
        width: 100%;
    }
    #section-clients .nav-tabs > li {
        display: block;
    }
    .team-list,
    .advisor-list {
        padding: 0;
    }
    .advisor-text {
        padding: 0 15px;
    }
    .contact-map h3 {
        background-position: -50px 50%;
    }
    .page-heading h1 {
        margin-bottom: 0;
    }
    .page-heading .container {
        height: 180px;
    }
    .blog-desc {
        padding: 15px;
    }
    .blog-list.favorites .blog-desc {
        padding-right: 38px;
    }
    .shared-sosmed {
        right: 5px;
        top: 15px;
        width: 28px;
    }
    .blog-list.favorites h2 {
        font-size: 26px;
        line-height: 30px;
        margin-top: 10px;
    }
    .widget-subscribe-newsletter,
    .widged-wrapper {
        padding: 15px;
    }
    .small-heading {
        height: 70px;
    }
    .detail-blog h1 {
        font-size: 20px;
        line-height: 24px;
    }
    .writer-img {
        margin-bottom: 15px;
    }
    .detail-blog .shared-sosmed {
        margin-top: 30px;
    }
    .contact-page .contacts {
        padding: 20px 0 35px;
    }
    .category-select select[name="y"] {
        width: 210px;
        margin-top: 10px;
    }
    .category-select .select2-container {
        margin: 10px 0 0;
    }
    .category-select .btn {
        margin: 10px 0;
    }
    .resource-list li img {
        float: none;
    }
    .category-select label {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) and (orientation: landscape) {
    #section-opening .container {
        height: auto;
    }
    .home .opening-text {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding: 100px 15px;
    }
    .section-indicator li {
        padding-bottom: 5.5vh;
    }
    .section-indicator ul {
        top: 60%;
    }
}
