@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

body {
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    width: 100%;
    position: relative;
    color: #0F2433;
    font-size: 16px;
    line-height: 1.8;
}
header#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: #102332;
    padding: 30px 0px 0px;
}
.admin-bar header#header {
    padding: 60px 0 0;
}
.home header#header{
    background-color:transparent;
}
header#header.scroll_on,.home header#header.scroll_on{
    background-color: #102332;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
}
a{
    cursor: pointer;
}
div#desk-vid,section#main-panel-vid {
    display: inline-block;
    width: 100%;
    float: left;
    overflow: hidden;
}
div#desk-vid {
    position: relative;
}
video#bgvid {
    width: auto;
    height: auto;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
}
.vid-copy,.page-caption {
    position: absolute;
    text-align: center;
    top: 43%;
    width: 100%;
    color: #fff;
    z-index: 99;
}
.vid-copy h1,.vid-copy h2 {
    margin: 0;
    font-size: 46px;
    /*text-shadow: 1px 1px #0F2433;*/
    letter-spacing: -1px;
    line-height: 1.2;
}
.custom-button {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    background-color: transparent;
    border-radius: 4px;
    padding: 12px 30px;
    display: inline-block;
    margin-top: 25px;
    border: 2px solid !important;
}
.custom-button:hover{
    transform: translateY(-1px); 
    opacity: 0.9; 
}
a.custom-button.single-green {
    color: #00F1C0;
}
img.header-logo {
    max-width: 150px;
}
#navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#navbar ul li {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
    font-size: 15px;
    border: 2px solid transparent;
    margin-right: 10px;
    /*position: relative;*/
}
#navbar ul li:last-child{
    /*margin-right: 0px;*/
}
ul.main-menu > li {
    padding-bottom: 30px !important;
}
li.t-button.custom-button {
    margin-top: 0;
    padding: 5px 10px !important;
}
.menu-content, .logo-container {
    display: inline-block;
    float: left;
}
img.page-img {
    width: 100%;
    float: left;
}
img.search-icon {
    max-width: 20px;
}
.menu-content {
    float: right;
}
.inner-container {
    /*padding: 0 15px;*/
    margin: 0 auto;
    max-width: 1250px; 
}
.blocks-container {
    max-width: 1250px;
    margin: 0 auto;
    /*padding: 0 15px;*/
}
.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 9;
}
.custom-button:hover,.custom-button:active,.custom-button:focus,.custom-button:hover a,.custom-button:active a,.custom-button:focus a  {
    color: #00F1C0;
    text-decoration: none;
}
div#car-cont .custom-button:hover,div#car-cont .custom-button:active,div#car-cont .custom-button:focus,div#car-cont .custom-button:hover a,div#car-cont .custom-button:active a,div#car-cont .custom-button:focus a{
    color: #fff !important;
    transform: translateY(-1px);
}
.vid-copy a {
    font-size: 18px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 2s;
    transition-timing-function:linear;
}
.carousel-fade .carousel-inner .active.left {
    opacity: 0 !important;
    transition-property: opacity;
    transition-duration: 0s;
    transition-timing-function:linear;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

#car-cont{
    opacity: 0;  
}

footer#footer {
    display: inline-block;
    width: 100%;
    float: left;
    background-color: #102332;
    color: #fff;
    padding: 60px 0 30px 0;
}
._pattern-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.5;
    bottom: 0;
    background-image: url(assets/img/overlay.png);
    z-index: 3;
}
footer#footer ul {
    list-style: none;
    padding: 0;
}
.f-one-col, footer hr {
    display: inline-block;
    width: 100%;
    float: left;
}
hr{
    border-top: 1px solid #58656F;
}
footer hr {
    margin-top: 40px;
}
.f-tre-col {
    display: inline-block;
}
ul.footer-menu li {
    display: inline-block;
    padding: 0 10px;
}
.f-one-col {
    text-align: center;
    float: none;
}
.f-tre-col.footer-logo {
    float: left;
}
.f-tre-col.footer-menues{
    float: none;
}
.f-tre-col{
    float: right;
}
#footer a,#footer a:focus,#footer a:hover,#footer a:active {
    color: #fff;
    text-decoration: none;
}
span.footer-copy {
    float: left;
    font-size: 14px;
    color: #58656F;
}
#footer span.footer-copy a{
    color: #58656F;  
}
.social-menu {
    display: inline-block;
    float: right;
}
ul.social-menu li {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
}
.cont-section {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 50px 0 0;
    position: relative;
    overflow: hidden;
}
.tw-col {
    display: inline-block;
    width: 100%;
    float: left;
    max-width: 50%;
    padding: 20px;
}
.tw-col:first-child{
    padding-left: 0;
}
.tw-col:last-child{
    padding-right: 0;
}
.dcolor-bg{
    background-color: #00F1C0;
    background-image:url('assets/img/Path@2x.png');
    /*background-image:url('assets/img/bgcolor.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.dark-bg{
    background-color: #102332;    
}
.green-bg{
    background-color: #00F1C0;    
}
.fwb-cont {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.inner-right,.inner-left {
    padding-right: 5% !important;
    padding-top: 80px;
    padding-bottom: 80px;
}
.inner-left {
    padding-left: 8% !important;
}
a.custom-button.white-bg {
    color: #0F2433;
    background-color: #fff;
    padding-top: 14px;
    border: 2px solid #fff !important;
}
a.custom-button.no-bg:hover,a.custom-button.green-bg:hover,a.custom-button.green-bg:active,a.custom-button.green-bg:focus,a.custom-button.dark-bg:focus,a.custom-button.dark-bg:active,a.custom-button.dark-bg:hover,a.custom-button.white-bg:focus,a.custom-button.white-bg:active,a.custom-button.white-bg:hover,a.custom-button.dark-bg.green-hov:focus,a.custom-button.dark-bg.green-hov:active,a.custom-button.dark-bg.green-hov:hover{
    transform: translateY(-1px); 
    opacity: 0.9;
}
a.custom-button.no-bg,a.custom-button.no-bg:hover {
    color: #0F2433;
    border: medium none !important;
}
.int-items-cont a.custom-button.no-bg{
    padding-left: 0;  
}
a.custom-button.white-bg:focus,a.custom-button.white-bg:active,a.custom-button.white-bg:hover{
    color: #0F2433 !important;
}
.custom-button.dark-bg {
    padding-top: 14px;
    background-color: #102332;
    border-color: #102332 !important;
}
a.custom-button.dark-bg:focus,a.custom-button.dark-bg:active,a.custom-button.dark-bg:hover{
    color: #fff !important;
}
a.custom-button.green-bg{
    border-color: #00F1C0 !important;
}
a.custom-button.green-bg:hover,a.custom-button.green-bg:active,a.custom-button.green-bg:focus{
    color:#fff !important;
}

span.arrow-logo img {
    display: inline-block;
    max-width: 16px;
    width: 100%;
}
span.arrow-logo {
    padding-left: 10px;
    margin-top: -2px;
    display: block;
    float: right;
}
img.icon-img {
    display: inline-block;
    max-width: 60px;
    margin-bottom: 20px;
}
.mp-left {
    padding-left: 90px;
}
span.round-c,span.v-line,span.h-line{
    position: absolute;
    display: inline-block;
}
span.v-line.tob {
    height: 28.5%;
    bottom: 60px;
}
span.round-c {
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 50%;
}
.top-middle{
    top: -50px; 
}
.bot-middle{
    bottom: 30px; 
}
span.v-line {
    border-right: 2px solid;
    width: 16px;
}
span.v-line.ttop {
    top: -20px;
    height: 60%;
}
span.h-line.t-r {
    border-top: 2px solid;
    width: 50%;
    top: 56%;
    left: 25.3%;
    z-index: -1;
}
span.h-line.t-r.t-b {
    top: 60.5%;
}
img.graphic-img {
    width: 100%;
    max-width: 400px;
}
span.arrow-logo img.onhov{
    display: none;
}
.custom-button.dark-bg:hover span.arrow-logo img.onhov{
    /*display: inline-block;*/
}
.custom-button.dark-bg:hover span.arrow-logo img.nohov{
    /*display: none;*/
}
.blog-home-cont {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 80px 0 60px;
}
.item-s {
    display: inline-block;
    width: 100%;
    float: left;
    max-width: 33.3%;
    position: relative;
    padding: 30px 20px;
}
.item-s:first-child{
    padding-left: 0;
    padding-right: 40px
}
.item-s:last-child{
    padding-left: 40px;
    padding-right: 0px
}
.blog-story{
    position: relative;
}
span.l-cat {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 15px;
}
.blog-caption {
    color: #0F2433;
    font-weight: 600;
    text-align: left;
    background-color: #D4F7F0;
    padding: 20px 20px 40px 40px;
    width: 100%;
    bottom: 0; 
}
.blog-caption a,.blog-caption a:hover,.blog-caption:active,.blog-caption:focus{
    color: #0F2433;
    text-decoration: none;
}
a.post-title {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.1;
}
.blog-thumb img {
    width: 100%;
}
.blog-thumb {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*margin: 0 10px;*/
}
.category .inner-container.cent-mobile h2,.category .inner-container.cent-mobile h1 {
    padding-left: 20px;
}
.jot-cont, .newsl-cont {
    display: inline-block;
    width: 100%;
    max-width: 50%;
    float: left;
    margin: 30px 0;
}
.jot-cont > div, .newsl-cont >div{
    padding: 50px;
}
.white-bg {
    background-color: #fff;
}
.newsl-cont {
    color: #fff;
    padding-left: 25px;
}
input.nl-input {
    width: 100%;
    max-width: 270px;
    padding: 12px 34px 12px 13px;
    border-radius: 4px;
    border: medium none;
    margin-top: 32px;
    color: #0F2433;
}
.jot-cont {
    padding-right: 25px;
}
div#navbar a {
    color: #fff;
    text-decoration: none;
}
#navbar ul.main-menu > li:hover > a{
    color: #00F1C0;
}
a.current-item, .current-item > a {
    color: #00F1C0 !important; 
}
div#navbar a:focus,div#navbar a:hover,div#navbar a:active{
    /*color: #00F1C0;*/
    text-decoration: none;
}
div#navbar .menu-button-a a:focus,div#navbar .menu-button-a a:active,div#navbar .menu-button-a a:hover{
    color: #00F1C0;  
}
div#navbar {
    float: left;
}
a.search-button {
    display: inline-block;
    float: right;
    padding-top: 5px;
}
.inner-container.tpm {
    top: -30px;
    position: relative;
    z-index: 1;
}
.fwb-cont.tpt {
    z-index: 2;
}
.fwb-cont.tpb {
    top: -60px;
}
div#header-search {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding: 16px 0 21px 30px;
    position: absolute;
    right: 100%;
    top: 95px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    max-width: 380px;
}
.admin-bar div#header-search {
    top: 126px;
}
button#s_search,.searchbutton {
    background-color: transparent;
    border: medium none;
    position: absolute;
    right: 0;
    padding: 0;

}
.search-input-group {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    position: relative;
    border-bottom: 1px solid;
    float: left;
}
button#s_search img,.searchbutton img {
    max-width: 16px;
    padding-top: 4px;
}
.search-form-control {
    border: medium none;
    padding: 5px 20px 5px 0;
    width: 100%;
    display: inline-block;
}
.search-form-control::placeholder {
    color: #0F2433;
    opacity: 1; 
}

.search-form-control:-ms-input-placeholder {
    color: #0F2433;
}

.search-form-control::-ms-input-placeholder {
    color: #0F2433;
}
#navbar li:hover .sub-menu {
    display: block;
}
#navbar ul.sub-menu{
    display: none;
    position: relative;
    width: 340px;
    left: 0;
    background-color: #fff;
    border-radius: 6px;
}
ul.main-menu > li > .sub-menu {
    position: absolute !important;
    left: -67px !important;
    top: 58px;
    padding: 20px !important;
}
#navbar ul.sub-menu li{
    margin-right: 0;  
    padding: 10px 10px 25px 50px;
}
#navbar ul.sub-menu li:last-child{
    padding: 10px 10px 10px 50px;
}
ul.main-menu {
    position: relative;
}
ul.sub-menu li {
    width: 100%;
}
div#navbar .dropdown a {
    color: #102332;
    text-transform: none;
    font-weight: 400;
}
div#navbar .dropdown .menu-icon > a {
    color: #00F1C0;
    text-transform: uppercase;
    font-weight: 600
}
div#navbar .dropdown .menu-icon > a:hover{
    /*color: #57656F;*/ 
}


div#navbar ul.main-menu > li > .sub-menu > li > .sub-menu > li a {
    color: #0F2433;
    text-transform: none;
    font-weight: 400;
}
div#navbar ul.main-menu > li > .sub-menu > li > .sub-menu > li a:hover{
    color: #00F1C0;
}
div#navbar ul.main-menu > li > .sub-menu > li > a {
    color: #00F1C0;
    text-transform: uppercase;
    font-weight: 600;
}
div#navbar ul.main-menu > li > .sub-menu > li{
    /*padding: 0px 10px;*/
}
div#navbar ul.main-menu > li > .sub-menu > li > .sub-menu > li{
    padding: 0px;
}
div#navbar ul.main-menu > li > .sub-menu > li > .sub-menu{
    margin-top: 5px
}
.navbar-toggle.collapsed {
    border: 2px solid #fff;
}
.navbar-toggle.collapsed .icon-bar {
    border: 1px solid #fff;
}
.navbar-toggle {
    border: 2px solid #00F1C0;
    float: right;
    margin: 0 30px 0 0;
}
.navbar-toggle .icon-bar {
    border: 1px solid #00F1C0;
}
.menu-button-a a {
    margin-top: 0;
    padding: 5px 10px !important;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    background-color: transparent;
    border-radius: 4px;
    display: inline-block;
    border: 2px solid !important;
}
li.menu-button-a {
    padding-top: 0 !important;
    border: medium none !important;
}
.sho-mob{
    display: none;
}
.carousel-inner.home-car {
    padding: 0 5%;
}
.bold {
    font-weight: 700;
}
span.svg-icon {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    max-width: 65px;
}
.menu-icon:after{
    content: '';
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: block;
    background-size: contain !important;
}
.nl-submit{
    background-image:url('assets/img/arrow_nl.png');
    content: '';
    position: absolute;
    z-index: 9;
    right: 12px;
    bottom: 19px;
    width: 16px;
    height: 16px;
    display: block;
    background-color: transparent;
    border: medium none;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: contain;
}
/*.as-sub:after{
    content: '';
    position: absolute;
    z-index: 9999;
    left: 75%;
    width: 20px;
    height: 20px;
    display: none;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    bottom: -10px;
}*/
/*.as-sub:hover:after{
    display: block;
}
.as-sub:after{
    background:url('assets/img/TriangleNormal.png');
}*/
.icon1:after{
    background:url('assets/img/How_Icon@2x.png');
}
.icon2:after{
    background:url('assets/img/Data_Icon@2x.png');
}
.icon3:after{
    background:url('assets/img/dropdown@2x.svg');
}
.icon4:after{
    background:url('assets/img/icon4.jpg');
}
.icon5:after{
    background:url('assets/img/icon5.jpg');
}
.icon6:after{
    background:url('assets/img/icon6.jpg');
}
.icon7:after{
    background:url('assets/img/icon7.jpg');
}
.icon8:after{
    background:url('assets/img/icon8.jpg');
}
.icon9:after{
    background:url('assets/img/icon9.jpg');
}
form.nl-form {
    position: relative;
    width: 100%;
    max-width: 270px;
}
li.menu-icon {
    padding: 9px 6px 20px 50px !important;
    position: relative;
}
li.menu-icon > ul > li {
    padding-left: 0 !important;
    border: medium none !important;
    padding-top: 0 !important;
}
li.menu-icon > ul > li:first-child {
    padding-top: 5px !important;
}
li.menu-icon > ul > li a:hover{
    /*color: #57656F !important;*/
    color:#00F1C0!important;
}
.bg-layer {
    border-radius: 2%;
}
.center-left {
    text-align: center;
}
.center-left h2,.center-left h1 {
    display: inline-block;
    text-align: left;
}
span.pulse {
    position: relative;
    max-width: 400px;
    width: 100%;
    display: inline-block;
}
img.pulse-img {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    border-radius: 50%;
    opacity: 0;
    border: 7px solid;
}
.page-breaker {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 65px 0;
}
ul.sub-mob {
    display: none;
}
.collapse {
    display: block;
}
li.sub-sub-mob {
    text-transform: none !important;
}
.admin-bar .cd-morph-dropdown .morph-dropdown-wrapper {
    top: 125px;
}
.hero-msg {
    padding-bottom: 70px;
    max-width: 1100px;
    float: left;
}
.green-text{
    color:#00F1C0;
}
ul.body-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}
.body-list li {
    background: url('assets/img/checkmark_bullet@2x.png') no-repeat left top;
    /*    background: url('assets/img/list_point.png') no-repeat left top;*/
    margin-bottom: 30px;
    padding-left: 40px;
    background-size: 25px;
}
.hero-msg.full-width {
    padding-top: 70px;
    padding-bottom: 40px;
}
.four-col-row,.f-c-item,.f-c-item span {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.f-c-item {
    max-width: 25%;
    padding-right:30px;
}
span.single-button-cont {
    display: inline-block;
    width: 100%;
    float: left;
}
span.f-c-i-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}
.inner-container.bg-green {
    display: inline-block;
    width: 100%;
    float: left;
    background-color: #D4F7F0;
    max-width: 100%;
}
.spacing-b{
    margin-bottom: 50px;
}
.int-items-cont {
    text-align: left;
}
.h3, h3 {
    font-size: 27px;
    margin-bottom: 15px;
}
.page-head {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    height: 500px;
    margin-top: 97px;
}
.img-bg {
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.page-caption h1 {
    font-size: 50px;
    margin: 0;
}
.page-caption {
    top: 40%;
}
.newsl-form-cont {
    padding: 60px 0;
    display: inline-block;
    float: left;
    text-align: center;
    width: 100%;
}
.newsl-box {
    display: inline-block;
}
.newsl-box.newsl-caption {
    text-align: left;
    color: #fff;
    padding-right: 10px;
}
.newsl-box.newsl-caption p {
    margin-bottom: 0;
}
.newsl-box.newsl-caption h2,.newsl-box.newsl-caption h1 {
    font-size: 35px;
}
.newsl-box input.nl-input {
    padding: 5px 34px 4px 13px;
    margin-top: 0;
}
.newsl-box .nl-submit {
    bottom: 10px;
}
.newsl-box form.nl-form {
    top: -5px;
}
.post-item .blog-caption {
    padding: 0;
    display: inline-block;
    float: left;
    background-color: transparent;
    margin-bottom: 20px;
    text-align: center;
}
.post-item span.l-cat a {
    color: #b2b2b2;
    text-decoration: none;
}
.post-item span.l-cat{
    margin: 10px 0;
}
.post-item span.l-cat {
    margin: 20px 0 10px;
    color: #b2b2b2;
}
.post-item p {
    display: inline-block;
    width: 100%;
}
.item-s.post-item {
    text-align: center;
    padding: 0px 20px;
    margin: 20px 0;
}
.post-cont {
    padding: 0 10px;
}
.sep-cont {
    display: inline-block;
    float: left;
    width: 100%;
}
.post-items-list {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 70px;
}
.post-select > span {
    font-weight: 700;
    font-size: 20px;
    margin-right: 10px;
}
.post-select {
    text-align: right;
    padding-right: 21px;
}
.post-select select {
    padding: 5px 10px;
    width: 100%;
    max-width: 200px;
    border-radius: 4px;
    border-color: #b2b2b2;
}
.gray-bg{
    display: inline-block;
    background-color: #f1f1f1;
    float: left;
}
.post-items-list.single-temp {
    margin-bottom: 40px;
    padding-top: 40px;
    text-align: center;
}
.post-items-list.single-temp h2,.post-items-list.single-temp h1 {
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 30px;
}
.single-temp .item-s.post-item {
    text-align: center;
    float: none;
    padding: 20px;
    vertical-align: top;
}
.center-div {
    max-width: 800px;
    padding: 0;
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
}
span.post-cat {
    color: #b2b2b2;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}
.single-post-cont h1 {
    margin-bottom: 30px;
}
img.post-img {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
span.post-extra {
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
}
span.post-date {
    border-right: 1px solid;
    margin-right: 8px;
    padding-right: 8px;
}
.post-content, .post-tags,.post-autor-info,.single-post-cont {
    text-align: left;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.single-post-cont {
    margin-bottom: 80px;
}
span.post-tags {
    margin-bottom: 40px;
}
.post-autor-info{
    position: relative;
}
.post-autor-info span {
    width: 100%;
    display: inline-block;
    float: left;
    padding-left: 100px;
}
span.author-photo {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 89px;
    padding: 0;
}
span.author-photo img {
    width: 100%;
}
span.author-name {
    font-size: 20px;
}
span.author-bio {
    font-size: 15px;
    line-height: 1.5;
    color: #b2b2b2;
}
.map-container img {
    width: 100%;
}
.map-int .fwb-cont.tpt{
    top: 30px;
}
.map-int .tw-col.mp-left.dark-bg.inner-right {
    margin-top: 100px;
}
.map-int span.h-line.t-r {
    top: 56.5%;
}
.map-int .item-s {
    max-width: 50%;
}
.break {
    display: inline-block;
    float: left;
    padding-top: 40px;
    width: 100%;
}
img.block-img {
    width: 100%;
}
span.h-line.t-r.t-b.withp {
    z-index: 1;
    width: 22%;
    left: auto;
    right: 23%;
}

.partner-item img {
    display: inline-block;
    width: 100%;
    max-width: 140px;
}
.partner-item {
    display: inline-block;
    width: 100%;
    float: left;
    max-width: 20%;
    position: relative;
    padding: 20px;
    text-align: center;
}
.partners-cont {
    display: inline-block;
    width: 100%;
    float: left;
}
.icon-cont{
    position: relative;
    height: 100%;
    display: inline-block;
    width: 100%;
    border: 1px solid #b2b2b2;
    padding: 10px;
}
span.tr-img {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.border-cont {
    border: 1px solid #b2b2b2;
    padding: 30px 10px;
}
.partners-cont {
    display: inline-block;
    width: 100%;
    float: left;
    margin: 70px 0 50px 0;
    text-align: center;
}
span.title-cirlce.h-line.t-r {
    width: 100%;
    left: 30%;
}
span.title-cirlce.round-c.top-middle {
    top: 37px;
    left: 300px;
}
span.title-cirlce.h-line.t-r {
    width: 100%;
    left: 328px;
    top: 52px;
}
.team-item {
    display: inline-block;
    width: 100%;
    float: left;
    max-width: 25%;
    padding-right: 20px;
    margin-bottom: 30px;
    position: relative;
}
.team-item img {
    width: 100%;
}
.team-item span {
    font-size: 17px;
    display: inline-block;
    width: 100%;
    line-height: 1;
}
span.team-m-name {
    font-weight: 700;
    margin-top: 20px;
}


.inner-container.dtpm {
    /*top: -20px;*/
    position: relative;
    z-index: 9;
}

.more-left .tw-col{
    max-width: 40%;
}
.more-left .inner-left.tw-col {
    max-width: 60%;
}
.more-right .tw-col {
    max-width: 40%;
}
.more-right .inner-right.tw-col {
    max-width: 60%;
}
span.testimonial {
    font-size: 25px;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}
span.text-name {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
}
img.test-img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 20px auto;
    border: 1px solid;
    border-radius: 50%;
}
.more-left span.h-line.t-r.t-b.withp {
    right: 18%;
}
.opening-cont {
    display: inline-block;
    width: 100%;
    float: left;
}
.opening-cont {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 60px 0;
    text-align: center;
}
.opening-cont > span {
    margin-bottom: 20px;
    display: inline-block;
}
.tw-col.inner-left.img-only,.tw-col.inner-right.img-only.google-map {
    padding: 0 !important;
    background-color: transparent;
}
.tw-col.inner-left.img-only img {
    width: 100%;
}
.search-single-item {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #b2b2b2;
}
span.s-title {
    font-size: 20px;
    display: inline-block;
    width: 100%;
}
.search-single-item a,.search-single-item a:hover{
    text-decoration: none;
    color: #b2b2b2;
}
.search-single-item span.s-title a,.search-single-item span.s-title a:hover{
    color: #0F2433;
}
.search-single-item p {
    margin-bottom: 0;
}
.search-single-item:last-child {
    border-bottom: medium none;
}
.pag-search {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.form-search {
    display: inline-block;
    width: 100%;
    margin: 30px 0 0 0;
}
.img-bg-block > div {
    height: 500px;
    position: relative;
    background-color: #fff;
}
.img-bg-block > div > div {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.img-bg-block > div > div.s-g-img{
    opacity: 1;
}
.tw-col.inner-left.img-bg-block {
    padding: 0 !important;
}
.dot-cont {
    display: inline-block;
    position: relative;
    width: 500px;
    /*max-width: 500px;*/
    height: 250px;
    float: right;
    z-index: -1;
}
.dottotop .dot-cont span.h-line.t-r {
    border-top: 2px solid;
    width: 236px;
    top: 250px;
    z-index: -1;
    right: 0;
    left: auto;
}
.dottotop .dot-cont span.v-line.ttop {
    top: -20px;
    height: 270px;
}
.tw-col.text-center.he-mobile.dottotop {
    padding: 0;
}
.tw-col.text-center.dottobottom {
    padding: 0;
}
.more-left .dottobottom span.h-line.t-r.t-b.withp {
    right: auto;
    left: 0;
    width: 264px;
    top: 150px;
}
.dottobottom span.v-line.tob {
    height: 150px;
    bottom: auto;
    top: 150px;
}
.home .dottobottom span.v-line.tob {
    height: 393px;
}
.dottobottom .bot-middle {
    bottom: 0;
    top: 298px;
}
.home .dottobottom .bot-middle {
    bottom: 0;
    top: 541px;
}
.dotnone .dot-cont {
    display: none;
}
span.h-line.t-r.t-b {
    top: 148px;
    left: auto;
    right: 0;
    width: 236px;
}
.fleft .dot-cont {
    float: left;
}
.dotbotmobile{
    display: none;
}
.botbreak {
    padding-top: 80px;
}
ul.ul-img {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    float: left;
    max-width: 335px;
}
ul.ul-img li {
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    padding-left: 100px;
}

ul.ul-img img {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 70px;
}
span.dtitemtitle {
    font-size: 23px;
    width: 100%;
    display: inline-block;
    float: left;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}
ul.ul-img span {
    display: inline-block;
    width: 100%;
    float: left;
}
.tw-col.ul-col span {
    display: inline-block;
    width: 100%;
    float: left;
}
.google-map iframe {
    width: 100% !important;
    height: 500px;
}
.blocks-container > div:first-child{
    z-index: 6;
    opacity: 1 !important;
    animation: unset;
}
.blocks-container > div:nth-child(2) {
    z-index: 7;
    top: -30px;
    position: relative;
}
.blocks-container > div:nth-child(3) {
    z-index: 6;
    top: -60px;
    position: relative;
}
.blocks-container > div:nth-child(4) {
    z-index: 5;
    top: -90px;
    position: relative;
}
.vid-copy, .page-caption {
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5%;
}
.footer-posts-cont {
    max-width: 1250px !important;
    margin: 0 auto !important;
    float: none !important;
    display: block !important;
}
.inner-container.footer-forms {
    padding: 0;
}
.img-right.more-right .tw-col {
    max-width: 30%;
}
.img-right.more-right .tw-col.inner-right.img-bg-block {
    padding: 0;
    max-width: 70%;
}
.img-left.more-left .tw-col {
    max-width: 30%;
}
.img-left.more-left .tw-col.inner-left.img-bg-block {
    padding: 0;
    max-width: 70%;
}
section.cont-section .inner-container.cent-mobile h2,section.cont-section .inner-container.cent-mobile h1 {
    margin-bottom: 30px;
}
span.conta-col {
    display: inline-block;
    width: 100%;
    float: left;
    max-width: 50%;
    margin-top: 20px;
}
.contact-info a {
    color: inherit;
}
.testimonial-item {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.testimonial-container {
    position: relative;
}
.testimonial-container {
    position: relative;
    height: 450px;
}
.tw-col.inner-left.with-test {
    padding: 100px 5% !important;
}

.test-dont.dottobottom .bot-middle {
    top: 650px;
}
.test-dont.dottobottom span.v-line.tob {
    height: 502px;
}
.mob-nav{
    display: none;
}
span.post-cat a {
    color: #b2b2b2;
}
span.post-tags a {
    color: #0F2433;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.alignnone,.alignright,.alignleft,.aligncenter {
    max-width: 100%;
    height: auto;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
.img-bg-block > div > div.active{
    /*opacity: 1;*/
}
.anchor {
    display: block !important;
    position: relative;
    top: -150px;
    margin: 0 !important;
}
.fwb-cont.green-bg.so_view.res-cont {
    padding: 30px 5% 20px;
}
.inner-container.tpm.more-tpm {
    top: -60px;
}
.tw-col.inner-left.data-list-left {
    max-width: 80%;
}
.tw-col.text-center.fleft.data-list-right{
    max-width: 20%;
}
img.img-block-list {
    display: inline-block;
    float: right;
    width: 100%;
    max-width: 400px;
}
span.result_icon img {
    max-width: 60px;
}
.lets-talk-form.inner-container {
    padding: 80px 0;
}
.talk-form {
    margin-top: 30px;
}
div#column-c1508178840467,div#column-c1508180641994 {
    display: none;
}
.page-content p {
    margin-bottom: 30px;
}
.home .fwb-cont.green-bg.so_view.active {
    width: 100%;
    max-width: 1150px;
}
.home .blocks-container > div:first-child {
    z-index: 9;
}
.footer-posts-cont .item-s {
    margin-bottom: 30px;
}
h2.bold + div > .tw-col,h1.bold + div > .tw-col {
    padding-top: 0;
    margin-bottom: 30px;
}
.team-container {
    display: inline-block;
    margin-bottom: 50px;
}
ul.ul-img li:last-child {
    margin-bottom: 0;
}
.dottobottom.long_bottom span.v-line.tob {
    height: 332px;
}
.dottobottom.long_bottom .bot-middle {
    top: 480px;
}

/*************************mapa*****************************/
.map-canvas{
    display: block;
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}
.points{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: visible;
    max-width: 1250px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}
.backgroundimage{
    display: block;
    width: 100%;
    float: none;
    height: auto;
    max-width: 1250px;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
}
.backgroundimage img{
    width:100%;
    height:auto;
}
.pitem{
    display: block;
    position: absolute;
    height: 14%;
    width: 22%;
    z-index: 10;
    /* min-height: 100px; 
    background-color: #000000;*/
}
.pitem.activo{
    z-index: 20;
}
.cara{
    display: block;
    float: left;
    padding: 1.5% 2%;
    height: 10vw;
    width: 10vw;
    /* min-height: 80px;
     min-width: 80px;*/
}
.globo .cara{
    height: 100%;
    width: 36%;
    /* min-height: 90px;
     min-width: 90px;*/
    background: #ffffff;
    display: block;
    border-radius: 50% 50% 50% 10%;
    position: absolute;

}
.cara img {
    height: 100%;
    width: auto;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: 100% auto;
}

.pos1{
    top: 20%;
    left: 20%;
}
.pos2{
    top: 2%;
    left: 2%;
}
.pos3{
    top: 40%;
    left: 40%;
}
.descripcion{
    display: block;
    position: absolute;
    float: left;
    width: 0vw;
    /*height:  11vw;*/
    height: auto;
    font-size: 1.5vw;
    background: #ffffff;
    border-radius: 6px;
    margin-left: 15%;
    padding-left: 0vw;
    overflow: hidden;

    /*
        -webkit-transition: padding-left 0.3s;   
        -webkit-transition: width 0.3s; 
        transition: padding-left 0.3s;
        transition: width 0.3s;*/

    -webkit-transition: height 0s linear 0s, padding-left 0s linear 0s;
    transition: height 0s linear 0s, padding-left 0s linear 0s;
}
.descripcion.inverter{
    right: 82%;
    margin-left: auto;
}
.pitem.activo .descripcion{
    display: block;
    width: 82%;
    padding-left: 22%;
    -webkit-transition: height 0s linear 0s, padding-left 0.3s linear 0s;
    transition: height 0s linear 0s, padding-left 0.3s linear 0s;

}
.pitem.activo .descripcion.inverter{

    width: 102%;

}


.pitem.activo .descripcion.inverter{
    padding-left: 1.5vw;
}
.descripcion p{
    opacity: 0; 
    -webkit-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
    line-height: 1.3em;

    /* transition-delay: 0.3s;*/
}

.pitem.activo .descripcion p{
    opacity: 1;
    -webkit-transition: opacity 0.3s linear 0.3s;
    transition: opacity 0.3s linear 0.3s;
    line-height: 1.3em;

    /*transition: opacity 0.3s;
    transition-delay:  0.3s;*/


}
.centro{
    height: 31%;
    width: 10.5%;
    background: rgba(0,0,0,0.2);
    display: block;
    position: absolute;
    bottom: -9%;
    left: -3.4%;
    border-radius: 50%;
}

/*************************mapa*****************************/

.active .active_only, .active .bio_layer,#page-overlay.active{
    display: block;
}
.active_only{
    display: none; 
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
}

.bio_layer {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 600px;
    padding: 30px;
    z-index: 9999;
    top: 86%;
}
#page-overlay{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    left: 0;
    top: 0;
    z-index: 999;

}
span.close-x img {
    max-width: 20px;
    float: right;
}
span.close-x {
    width: auto;
    float: right;
    margin-bottom: 10px;
    cursor: pointer;
}
.bio_layer .team-m-name{
    margin-top: 0;
}
.bio_layer{
    left: -42%;
}
.bio_layer.left_d{
    left: 0;
}
.bio_layer.right_d{
    left: auto;
    right: 0;
}
.left_d span.triangle-x {
    left: 23%;
}
.right_d span.triangle-x {
    left: 73%;
}
span.triangle-x {
    position: absolute;
    max-width: 30px;
    top: -15px;
    left: 48%;
    transform: translateX(-50%);
}
.team-item img {
    width: 100%;
    cursor: pointer;
}

.descripcion{
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pitem.activo .descripcion {
    padding-right: 5px;
}
.page-404 .fwb-cont.dcolor-bg {
    margin-top: 80px;
}
.page-404 .tw-col.mp-left.inner-right a {
    color: #fff;
}
span.author-photo img {
    border-radius: 50%;
}
.pagination > span {
    font-weight: 700;
    margin-right: 5px;
}
.pagination a {
    margin-right: 5px;
    color: #0F2433;
}
.search-items .custom_pagination {
    margin-bottom: 40px;
}
.custom_pagination {
    display: inline-block;
    float: left;
    width: 100%;
}
.descripcion {
    color: #58656F;
}
.single .post-content p {
    margin: 30px auto;
}
a.dpdf {
    display: inline-block;
    float: left;
    color: #102332;
    text-decoration: none;
    border-bottom: 2px solid #00F1C0;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 20px;
}
.pitem.activo .descripcion.inverter {
    width: 96%;
    padding-right: 55px;
}
.single-post-cont .post-img {
    max-width: 800px;
    display: block;
}
/*.int-items-cont.cent-f-t {
    text-align: center;
}
.int-items-cont.cent-f-t a.custom-button.no-bg {
    padding-right: 0;
    margin-right: -15px;
}*/
.fwb-cont.green-bg.so_view.res-cont {
    max-width: 90%;
}
#poster {
    display: none;
}
li.has-sub > a > span {
    padding-left: 15px;
}
li.has-sub:hover .onina,.onact {
    display: none;
}
li.has-sub:hover .onact {
    display: inline-block;
}
.idkanym{
    max-width: 300px;
    display: inline-block;
    float: left;
}

.more-left .dottobottom.mid_bottom span.h-line.t-r.t-b.withp,.dottobottom.mid_bottom span.v-line.tob{
    top: 248px;
}
.dottobottom.long_bottom.mid_bottom .bot-middle {
    top: 545px;
}
.dottobottom.mid_bottom span.v-line.tob{
    height: 299px;
}
img.team-img:hover {
    border: 1px solid #00F1C0;
}
.home a.current-item {
    color: #fff !important;
}
.home a.current-item:hover, .home #navbar a:hover, .home div#navbar .dropdown a:hover {
    color: #00F1C0 !important;
}
.home div#navbar .dropdown a {
    color: #102332 !important;
}
.home div#navbar .dropdown .menu-icon > a{
    color: #00F1C0 !important;
}
.wp-pagenavi a,.wp-pagenavi a:hover, .wp-pagenavi span{
    border: medium none;
    color:#0F2433;
    text-decoration: none;
    padding: 3px 3px;
}
span.pages {
    font-weight: 600;
}
#desk-vid{
    height: 700px;
}