*, * * {
    outline: none !important;
} 

body{
    font-size: 17px;
     font-family: "montserrat", sans-serif;
    color: #0B2E5C;
}
p{
    font-family: "montserrat", sans-serif;   
    /*letter-spacing: 0.03em; */
    line-height: 1.62;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #0B2E5C;
}

p + *{
    margin-top: 26px;
}
h1, .h1 {
   font-size: clamp(1.875rem, 1.4107rem + 1.9048vw, 3.125rem);
    font-weight: 800;
    line-height: 1.08;
     font-family: "transducer", sans-serif;
        font-weight: 600;

}

h2,
.h2 {
    color: #E8002C;
 font-size: clamp(1.875rem, 1.6429rem + 0.9524vw, 2.5rem);
 
        font-weight: 600;
    font-family: "transducer", sans-serif;
}

h3,
.h3 {
    font-family: "montserrat", sans-serif;   
    color: #E8002C;
  font-size: clamp(1.625rem, 1.5321rem + 0.381vw, 1.875rem);
   font-weight: 700;
        line-height: 1.2;
}

h4,
.h4 {
    font-size: 24px;
    font-family: "montserrat", sans-serif;   
font-weight: 600;
 
letter-spacing: 0%;

}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-family: "montserrat", sans-serif;   
    font-size: 20px;
}
div#page {
    width: 100%;
    overflow: hidden;
}
.container{
    position: relative;
}
.site-header{
    height: auto;
    background-color: #FFF;
    padding: 6px 0;
    z-index: 99999;
    position: relative;
}
.site-header .main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-header img.white {
    display: none;
}




/**** line-animation */

.line-animation {
    position: absolute !important;
}

.line-animation .main-line {}

.line-animation .line-cover {
    width: 5px;
    background: none;
    position: relative;
    z-index: 1;
}

.line-animation .line-cover:before {
content: '';
    position: absolute;
    width: calc((100vw - 1110px) / 2);
    right: calc((100vw - 1110px) / 2);
    height: 5px;
    background: #E8002C;
    transition: all 0.8s;
    transform-origin: left;
}
.line-animation.line-1 .line-cover:before {right: 0;}
.line-animation .line-cover .line-ani {
    position: absolute;
    width: 100%;
    height: 0;
 
    top: 0;
    transition: all 0.8s;
    background: #B20022;
background: linear-gradient(0deg,rgba(178, 0, 34, 1) 4%, rgba(197, 0, 37, 1) 43%, rgba(232, 0, 44, 1) 100%);
}

.line-animation.line-2 .line-cover .line-ani {
    height: 100%;
}
.line-animation .line-cover .bottom-line{
    position: relative;
}
.line-animation .line-cover .bottom-line:after{
    content: '';
    background-image: url(../images/circle.svg);
    width: 21px;
    height: 21px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    left: -7px;
    bottom: -15px;
    transition: all 1.0s;
    opacity: 0;
}
.line-animation.line-3 .line-cover .bottom-line:after {
    opacity: 1;
    bottom: -19px;
}
/**** line-animation end */

/****header fixed animation*/
header.site-header.fixed {

    
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    animation: 0.9s fixedhead;
    -webkit-transition: animation 0.3s ease-in-out;
    -moz-transition: animation 0.3s ease-in-out;
    -o-transition: animation 0.3s ease-in-out;
    transition: animation 0.3s ease-in-out;
 
    box-shadow: 0px 4px 7.4px 0px rgb(0 0 0 / 5%);
    -webkit-box-shadow:0px 4px 7.4px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 4px 7.4px 0px rgb(0 0 0 / 5%);
}

@-webkit-keyframes fixedhead {
    0% {
        top: 150px;
    }

    100% {
        top: 0px;
    }
}

@keyframes fixedhead {
    0% {
        transform: translateY(-145px);
    }

    100% {
        transform: translateY(0px);
    }
}
header.site-header.transparent:not(.fixed){
        position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: none;
        z-index: 9;
}
header.site-header.transparent:not(.fixed) .logo {
    position: relative;
    top: 25px;
}
header.site-header.transparent:not(.fixed) img.normal{
    display: none;
}
header.site-header.transparent:not(.fixed) img.white{
    display: inline-block;
}

/* home banner */

section.home_video_banner_block .banner-content .h1 {
    font-size: 65px;
    color: #FFF;
    text-transform: uppercase;
    max-width: 780px;
    margin: 0 0 89px 0;
}

section.home_video_banner_block {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 700px;
}
.home_video_banner_block .line-animation .line-cover .bottom-line{
    height:13px;
}
section.home_video_banner_block .line-animation {
    left: 5px;
    top: 16px;
}
section.home_video_banner_block .video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

section.home_video_banner_block .video-container video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

section.home_video_banner_block .video-container:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1;
        position: absolute;
}
section.home_video_banner_block .banner-content{
z-index: 1;
    width: 100%;
}
section.home_video_banner_block .banner-bottom-content {
    background: linear-gradient(90deg, rgba(23, 97, 194, 0.66) 0%, rgba(11, 46, 92, 0.66) 100%);
     
        padding: 28px 0 34px 0;
}

section.home_video_banner_block .banner-bottom-content .content-wrap {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
}

section.home_video_banner_block .banner-bottom-content .content-wrap .is-btn {
    display: flex;
    align-items: center;
        margin-top: 0;
        margin-right: -12px;
}

section.home_video_banner_block .banner-bottom-content .content-wrap .lp {
    max-width: 640px;
}


.large p {
    font-size: 20px;
}

section.home_video_banner_block .banner-bottom-content .content-wrap .lp p {
    font-weight: 600;
    color: #FFF;
    letter-spacing: 0;
    line-height: 1.60;
}
section.home_video_banner_block .banner-bottom-content .content-wrap .is-btn a.btn {
    color: #FFF;
    border: 1px solid #FFF;
    margin: 0px 14px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.035em;
    padding: 15px 19px;
}
section.home_video_banner_block .banner-content .tk-transducer-extended, section.home_video_banner_block .banner-bottom-content .content-wrap {
    padding-left: 24px;
}
section.home_video_banner_block .banner-bottom-content .content-wrap .is-btn a.btn:hover,
section.home_video_banner_block .banner-bottom-content .content-wrap .is-btn a.btn:focus,
section.home_video_banner_block .banner-bottom-content .content-wrap .is-btn a.btn + a.btn:hover,
section.home_video_banner_block .banner-bottom-content .content-wrap .is-btn a.btn + a.btn:focus{
    background: #FFF;
    color: #0B2E5C;
}
section.home_video_banner_block .banner-bottom-content .content-wrap .is-btn a.btn + a.btn {font-weight: 600;padding: 16px 19px;border: 0;background: linear-gradient(90deg, #E8002C 0%, #B20022 100%);}

section.home_video_banner_block.iframe-video .video-container {
    display: none;
}

section.home_video_banner_block.iframe-video  .vimeo-video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    transform: translate(-50%, -50%);
    z-index: 0;
    overflow: hidden;
    display: block !important;
}

section.home_video_banner_block.iframe-video {
    min-height: 840px;
    height: auto;
}
section.home_video_banner_block.iframe-video .video-iframe-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
section.home_video_banner_block.iframe-video .video-iframe-cover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  
    background: #00000080;
}

/* home banner End */

/* site btn */

a.site-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    line-height: 0;
    color: #0B2E5C;
}

a.site-btn .btn-wrap{
        border: 1px solid #C0D3EC;
        font-size: 16px;
        text-transform: uppercase;
        padding: 18px 72px 18px 19px;
        line-height: 1;
        position: relative;
        display: inline-block;
        font-weight: 500;
        letter-spacing: 0.035em;
        overflow: hidden;
}

a.site-btn span.icon {
    width: 54px;
    height: 54px;
    display: flex;
    border-left: 1px solid #C0D3EC;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 2;
        align-items: center;
    justify-content: center;
}

a.site-btn:before {content: '';position: absolute;width: 100%;left: calc(-100% + 4px);background: #E8002C; height: 100%;top: 0px;z-index: 1;transition: all 0.4s ease-in-out;}

a.site-btn:hover:before {
    left: calc(100% - 54px);
}
a.site-btn:hover svg path {
    stroke: #FFF;
}
/* site btn End */

/* left-img-with-content */
section.simple-content-block + section.left-img-with-content {
    margin-top: 0;
}
section.left-img-with-content {
    margin:62px 0 59px 0;
}

.left-img-with-content .content-cover {
    display: flex;
    flex-wrap: wrap;
}

.left-img-with-content .content-cover .img-part {
    width: 50%;
    position: relative;
}

.left-img-with-content .content-cover .text-part {
    width: 50%;
}

.left-img-with-content .content-cover .img-part .img-wrap {
    position: absolute;
    width: 50vw;
    right: 0;
    height: 100%;
    overflow: hidden;
}

.left-img-with-content .content-cover .img-part .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-part-wrap  .tk-transducer-extended {
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 30px;
}
.text-part-wrap .tk-transducer-extended span{
    color: #0B2E5C;
}
.left-img-with-content .content-cover .text-part .text-part-wrap {
    padding: 42px 0 36px 54px;
}
.left-img-with-content .content-cover .text-part .text-part-wrap p{ letter-spacing: 0; }
/* left-img-with-content End */
/* large-video-section */

.large-video-section .video-container {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    padding-bottom: 56%;
}

.large-video-section .video-container video {
        position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
 
   
/* large-video-section End */

.is-btn {
    margin-top: 43px;
}
/* section.is-shape End */
.fade-in {
    transition: 0.5s all ease, 1s opacity ease;
    top: 50px;
    opacity: 0;
    position: relative;
}

.fade-in.onView {
    top: 0;
    opacity: 1;
}

/* proximity-map */
section.proximity-map {
    padding: 89px 0;
}
.mapplic_map-part{
    position: relative;
}
.mapplic_map-part .map-info {
    background: linear-gradient(90deg, #1761C2 0%, #0B2E5C 100%);
max-width: 232px;
    padding: 16px 33px 24px 33px;
    position: absolute;
    left: 86px;
    top: 97px;
    z-index: 2;
}
.mapplic_map-part.c2 .map-info {
    background: linear-gradient(90deg, #E8002C 0%, #B20022 100%);
}

.mapplic_map-part .map-info .h6 {
    font-size: 22px;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.mapplic_map-part .map-info p {
    font-size: 15px;
    color: #FFF;
    letter-spacing: 0;
    line-height: 1.5;
}
.mapplic_map-part .map-info p span.click {
    display: none;
}
.proximity-map .content-cover {
    display: flex;
    flex-wrap: wrap;
}

.proximity-map .content-cover .text-part {
    width: 40%;
}
.proximity-map .content-cover .img-part {
    width: 60%;
        position: relative;
}
.proximity-map .content-cover .img-part {
   
    left: 10px;
}
.img-part:hover .map-info {
    
}

.proximity-map .text-part-wrap .tk-transducer-extended {
    margin-bottom: 20px;
}
.proximity-map .text-part-wrap p {
    letter-spacing: 0;
}
.proximity-map .content-cover .icon-list {
    margin-top: 16px;
        max-width: 398px;
}

.proximity-map .content-cover .icon-list .icon-cover {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 28px;
    padding-top: 29px;
}

.proximity-map .content-cover .icon-list .icon-cover span {}

.proximity-map .content-cover .icon-list .icon-cover figure {
    padding-right: 30px;
    max-width: 75px;
}

.proximity-map .content-cover .icon-list .icon-cover span p.large {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;

}

.proximity-map .content-cover .icon-list .icon-cover span p {
    margin: 0;
        letter-spacing: 0em;
}

.proximity-map .content-cover .icon-list .icon-cover span p + p {
    margin-top: 2px;
}
section.simple-content-block .line-animation .line-cover .bottom-line {
    height: 28px;
}


/* proximity-map End */
/* section.simple-content-block */

section.card-content-block + section.simple-content-block {
    padding-top: 0;
}
section.simple-content-block {
    padding: 86px 0;
        position: relative;
}
section.simple-content-block:not(.is-line) .text-part-wrap:not(.box-center) {
    max-width: 1055px;
}
section.simple-content-block .text-part-wrap:not(.box-center) p{
        letter-spacing: 0;
    font-size: 17px;
}

section.simple-content-block .svg-animation-container {
    top: -100px;
}
section.simple-content-block.is-line .text-part-wrap {
    padding-left: 87px;
    max-width: 1170px;
}

section.simple-content-block.is-line .text-part-wrap p {
 
    letter-spacing: 0.00em;
}
section.simple-content-block .box-center {
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
section.simple-content-block .box-center p {
    font-size: 17px;
    letter-spacing: 0;
}
section.simple-content-block .box-center h2 {
    color: #0B2E5C;
        font-family: "transducer-extended", sans-serif;
}

section.proximity-map + section.simple-content-block {
}

section.simple-content-block.is-line .text-part-wrap {
    padding-left: 87px;
    max-width: 1100px;
}

section.simple-content-block.is-line .text-part-wrap p {
  
    letter-spacing: -0.0015em;
    line-height: 1.55;
}

section.simple-content-block.is-line .g-content {
    margin-top: 23px;
}




/* section.simple-content-block End */

/* inner_banner_block */
.inner_banner_block.banner-large .banner-wrap {
    position: relative;
    
    padding-top: 30.4%;
}
.inner_banner_block.banner-medium .banner-wrap {
    position: relative;
  
    padding-top: 22%;
    background-size: cover;
    background-position: center center;
}

.inner_banner_block .banner-text-part {
    position: relative;
    padding: 49px 0;
    z-index: 1;
}

.inner_banner_block .banner-text-part:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(23, 97, 194, 0.8) 0%, rgba(11, 46, 92, 0.8) 100%);
}
.inner_banner_block.banner-large .banner-text-part:after {
     background: linear-gradient(90deg, rgba(23, 97, 194, 0.66) 0%, rgba(11, 46, 92, 0.66) 100%);
}

section.inner_banner_block.banner-large.is-line {}

section.inner_banner_block.banner-large.is-line .banner-title,
section.inner_banner_block.banner-medium.is-line .banner-title,
section.inner_banner_block.banner-default.is-line .banner-title{
    padding-left: 80px;
}
section.inner_banner_block.banner-default.is-line .line-animation {
    left: 60px;
    top: -5px;
}
section.inner_banner_block.banner-default.is-line .line-animation .line-cover .bottom-line {
    height: 90px;
}

section.side-by-side-content.icon-list .content-cover {
    padding-left: 21px;
}


section.inner_banner_block.banner-large.is-line .line-animation {
    top: 16px;
}
section.inner_banner_block.banner-medium.is-line .line-animation,
section.inner_banner_block.banner-large.is-line .line-animation{
    left: 60px;
}

section.inner_banner_block.banner-large.is-line .bottom-line {
    height: 33px;
}

.inner_banner_block .banner-text-part * {
    position: relative;
    z-index: 1;
}

.inner_banner_block .banner-text-part .banner-title {
    margin: 0;
    color: #FFF;
    line-height: 1.24;
        text-transform: uppercase;
}
 


.inner_banner_block.banner-large .banner-wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 0;
    opacity: 0.5;
}

.inner_banner_block.banner-default .banner-text-part {
    padding: 137px 0 64px 0;
}

.inner_banner_block .banner-wrap {
    background-size: cover;
    background-position: center center;
}
.inner_banner_block.banner-large .banner-text-part {
    padding: 45px 0 54px 0;
}
/* inner_banner_block End */

/* section.available-space */
section.available-space {
        padding: 0 0 54px 0;
}

section.available-space .top-content-part {
    position: relative;
    padding: 87px 0 220px 0;
}

section.available-space .top-content-part:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(23, 97, 194, 0.8) 0%, rgba(11, 46, 92, 0.8) 100%);
    z-index: 0;
}

section.available-space .top-content-part * {
    position: relative;
    z-index: 1;
}

section.available-space .top-content-part .tk-transducer-extended, section.available-space .top-content-part p {color: #FFF;}

section.available-space .text-part-wrap.box-center {
    text-align: center;
    margin: auto;
    max-width: 915px;
}

section.available-space .text-part-wrap .tk-transducer-extended {
    
}

 


section.available-space .top-content-part span.top-title {    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.05rem;}
section.available-space .top-content-part span.btn {
    font-weight: 700;
    padding: 9px 34px 11px 34px;
    border: 0;
    background: linear-gradient(90deg, #E8002C 0%, #B20022 100%);
    color: #FFF;
    letter-spacing: 0.05em;
}

.available-space-list {
    margin: 0 -26px;
    margin-top: -153px;
}

.available-space-list  .item-cover {
    width: calc(100% - 22px);
    margin: auto;
    background: #FFF;
    box-shadow: 0px 1px 11px 0px #0000001A;
    margin-bottom: 40px;
    position: relative;
    max-width: 390px;
}

.available-space-list .item-cover .text-part {
    padding: 17px 35px 70px 35px;
    min-height: 120px;
}

.available-space-list .item-cover .text-part span.h6 {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.available-space-list .item-cover .text-part p {
    letter-spacing: 0;
}

.available-space-list .item-cover .is-link {
    position: absolute;
    bottom: 28px;
    left: 35px;
    background-image: url(../images/learn-more.svg);
        background-repeat: no-repeat;
    background-position: right 8px;
    background-size: 10px;
    padding-right: 15px;
}
.post-meta > span:after,
section.card-content-block .card-content-block-list .card-wrap .item-cover .text-part .is-link span:after{
    content: '';
    width: 9px;
    height: 10px;
       background-image: url(../images/learn-more.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
    display: inline-block;
    position: relative;
    left: 5px;
 
}

.available-space-list .item-cover .is-link span {
    font-weight: 400;
    color: #E8002C;
}

.available-space-list .item-cover figure {
    margin: 0;
    padding: 0;
    padding-bottom: 62.3%;
    position: relative;
    overflow: hidden;
}

.available-space-list .item-cover figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.0);
    transition: all 0.5s;
}



.available-space-list .item-cover:hover figure img {
    transform: scale(1.1);
}
.available-space-list .item-cover a.link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.available-space-list button.slick-arrow {
    position: absolute;
    font-size: 0;
    border: 1px solid #C0D3EC;
    width: 54px;
    height: 54px;
    background: none;
    transform: translateY(50%);
    top: calc(50% - 60px);
    background-image: url(../images/arrow.svg);
        background-repeat: no-repeat;
    background-position: center center;
}

.available-space-list button.slick-prev {
    left: -76px;
    transform: translateY(50%) rotate(180deg);
}

.available-space-list button.slick-arrow.slick-next  {
        right: -76px;
}
.available-space-list button.slick-arrow:hover {
    background-color: #C0D3EC;
}
/* section.available-space End */
.single-post nav.custom-pagination li.page {
    display: none;
}


.occupied-units {
    max-width: 194px;
    max-height: 467px;
    box-shadow: 0px 1px 28.7px 0px #0000001A;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #FFF;
}

.occupied-units span.name {
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(90deg, #0B2E5C 0%, #1761C2 100%);
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 16px 20px;
    color: #FFF;
    letter-spacing: 0.0476em;
    height: 53px;
        text-align: center;
}

.occupied-units .unit-list {
    overflow: auto;
    height: calc(100% - 53px);
    max-height: 420px;
}

.occupied-units .unit-list .item {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
}

.occupied-units .unit-list .item .item_latter {
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-right: 1px solid #E8E8E8;
}

.occupied-units .unit-list .item .item_name {
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.occupied-units .unit-list .item .item_name img {
    max-height: 30px;
}

.occupied-units .unit-list .item .item_latter, .occupied-units .unit-list .item .item_name {
    font-size: 14px;
    font-weight: 600;
}

section.space-to-expand .content-cover .img-part .occupied-units {
right: -90px;
    bottom: auto;
    top: 80px;
}
section.space-to-expand .content-cover .mapplic_map-part .map-info {
    top: 8px;
    left: -10px;
    max-width: 222px;
}
/* section.space-to-expand */
section.space-to-expand {
    padding: 94px 0;
}

section.space-to-expand .content-cover {
    display: flex;
    flex-wrap: wrap;
}


section.space-to-expand .text-part-wrap p {
    letter-spacing: 0;
 
    line-height: 1.54;
}

section.space-to-expand .text-part-wrap .g-content {
    max-width: 476px;
}
section.space-to-expand .content-cover .text-part {
    width: 48%;
}

section.space-to-expand .content-cover .img-part {
    width: 52%;
	    padding-right: 103px;
}
section.space-to-expand .content-cover .img-part .is-btn {
    display: none;
}
section.space-to-expand .content-cover ul {
    margin: 31px 0 0 0;
    padding: 0;
    list-style: none;
}

section.space-to-expand .content-cover ul li {
    border-top: 1px solid #E8E8E8;
    padding: 22px 0 18px 45px;
    position: relative;
    letter-spacing: 0.0em;
    font-size: 18px;
    line-height: 1.2;
    color: #0B2E5C;
}
section.space-to-expand .content-cover ul li:last-child {
     border-bottom: 1px solid #E8E8E8;
}
section.space-to-expand .content-cover ul li:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    
    left: 19px;
    top: 25px;
    background-image: url(../images/arrow.svg);
        background-repeat: no-repeat;
    background-position: center center;
}
/* section.space-to-expand End */
.main-footer .line-animation .main-line {
    height: 0;
}
/* section.facts-features */
section.facts-features {
    padding:69px 0;
}
 section.facts-features .text-part-wrap, section.facts-features .content-block-here {
    width: calc(100% - 309px);
    padding-left: 22px;
}

section.facts-features .content-block-here { max-width: 746px;}

section.facts-features .content-block-here .title-bar {
    background: #F8F9FA;
    margin: 0;
    line-height: 1.0;
    padding: 13px 25px 19px 25px;
    font-weight: 600;
    cursor: pointer;
        color: #06357A;
}
section.facts-features .content-block-here.active .title-bar{
        color: #0B2E5C;
}

section.facts-features .content-block-here .content-cover {
    display: flex;
}

section.facts-features .content-block-here .content-cover ul {
    margin: 0;
    padding: 28px 48px;
    width: 50%;
    list-style: none;
}
section.facts-features .content-block-here .content-cover ul li{
    margin-bottom: 28px; 
}
section.facts-features .content-block-here .content-cover ul li h6,
section.facts-features .content-block-here .content-cover ul li h4{
font-size: 18px;
    margin-bottom: 4px;
    color: #0B2E5C;
    font-weight: 700;
}

section.facts-features .content-block-here .content-cover ul li p {
    font-size: 17px;
    margin-top: 0px;
    letter-spacing: 0;
}

section.facts-features .content-block-here + .content-block-here {
    margin-top: 40px;
}
section.facts-features .content-block-here .content-here {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
section.facts-features .content-block-here span.arrow {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-top: 1px solid #E8002C;
    border-left: 1px solid #E8002C;
    transform: rotate(-135deg);
    margin-top: 6px;
    margin-left: 10px;
    position: relative;
    top: -4px;
}

section.facts-features .content-block-here.active span.arrow {
    transform: rotate(45deg);
    margin-top: 11px;
    top: 3px;
}

section.facts-features .content-block-here.active {} 

section.facts-features .content-block-here:last-child {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 34px;
}

/* section.facts-features End */
.full-image-wrap {}

.full-image-wrap img {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
/* side-by-side-content */
section.side-by-side-content {
        padding: 67px 0 92px 0;
}
section.side-by-side-content.icon-list .content-cover {
    padding-left: 21px;
}
section.side-by-side-content .content-cover {
    display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
}

section.side-by-side-content .content-cover .lp {
    width: 50%;
    
    padding-right: 30px;
}


section.side-by-side-content .content-cover .rp {
    width: 50%;
}
section.side-by-side-content .text-part-wrap {
    padding-top: 27px;
    padding-left: 20px;
}
section.side-by-side-content.icon-list .text-part-wrap {
    padding-left: 0;
}

section.side-by-side-content .content-cover .icon-list {
    display: flex;
    flex-wrap: wrap;
}
section.side-by-side-content .content-cover .icon-list .icon-cover p {
    letter-spacing: 0;
    font-size: 17px;
    line-height: 1.5;
}
section.side-by-side-content.icon-list .content-cover .g-content {
    max-width: 520px;
}
section.side-by-side-content .content-cover .g-content p {
     color: #0B2E5C;
    letter-spacing: 0;
    line-height: 1.55;
}
section.side-by-side-content .content-cover .icon-list .icon-cover {
    width: 50%;
    border: 1px solid #E8E8E8;
    margin: -1px -1px 0 0;
    background: #F8F9FA;
    padding: 27px 41px 33px 41px;
}

 
section.side-by-side-content .content-cover .icon-list .icon-cover .title{
    font-size: 22px;
    font-weight: 700;
    font-family: "montserrat", sans-serif;
    margin-bottom: 5px;
        color: #06357A;
}
 
section.is-line + section.side-by-side-content.content .text-part-wrap {
 
    position: relative;
    left: 70px;
}
section.side-by-side-content .content-cover .icon-list .icon-cover figure {
    min-height: 63px;
}
section.side-by-side-content.content .text-part-wrap {
    padding-top: 5px;
    padding-left: 10px;
    max-width: 480px;
}
section.side-by-side-content .content-cover .rp .g-content .sub-title {
     font-weight: 700;
    letter-spacing: 0.05rem;
    display: block;
    margin-bottom: 13px;
    color: #E8002C;
    font-size: 16px;
}
section.side-by-side-content .content-cover .rp .g-content p {
    font-size: 17px;
        color: #0B2E5C;
}
/* side-by-side-content End */

/* section.location */

section.location {
    padding: 14px 0 58px 0;
}
section.location .text-part-wrap .tk-transducer-extended {
    margin-bottom: 19px;
}
section.location .text-part-wrap {
max-width: 868px;
    padding-left: 23px;
}

section.location .text-part-wrap p {
    font-size: 20px;
    letter-spacing: 0;
}

section.location  .map {
    padding: 50px 50px 0;
}

section.location .map .map-wrap {}

section.location .map .map-wrap iframe {
    width: 100%;
   
}

/* section.location End */

/* available_space single */

    .slider-popup-cover {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #F8F9FA;
        display: none;
        /* hidden by default */
        justify-content: center;
        align-items: center;
        z-index: 99999;
    }


    .slider-popup-cover .top-bar {
        display: flex;
        flex-wrap: wrap;
        background: #FFF;
        padding: 5px 20px 8px 20px;
        box-shadow: 0px 1px 28.7px 0px #0000001A;
        align-items: center;
        justify-content: space-between;
            z-index: 1;
    position: relative;
    }

    .slider-popup-cover .top-bar .title-part {}

    .slider-popup-cover .top-bar .title-part span.title {
        font-size: 15px;
        font-weight: 700;
        display: block;
        text-align: left;
    }

    .slider-popup-cover .top-bar .title-part span.address {
        display: block;
        text-align: left;
        font-size: 15px;
    }

    .slider-popup-cover .close-btn {
        cursor: pointer;
        font-size: 20px;
        color: #333;
    }

    .slider-nav-fix {
        position: fixed;
        -webkit-transform: translateY(calc(100% - 120px));
        -ms-transform: translateY(calc(100% - 120px));
        transform: translateY(calc(100% - 30px));
        -webkit-transition: -webkit-transform .2s ease-out;
        transition: -webkit-transform .2s ease-out;
        transition: transform .2s ease-out;
        transition: transform .2s ease-out, -webkit-transform .2s ease-out;
        width: 100%;
        bottom: 0;
        background: hsla(0, 0%, 100%, .85);
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .slider-nav-fix:hover {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .slider-popup-cover .slider-for {
    width: 100%;
    height: 100vh;
    padding: 0;
    border-radius: 0;
    background: none;
    z-index: 0;
    position: relative;
    }



    .slider-popup-cover .slider-for .cards-image-cover {
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slider-popup-cover .slider-for .cards-image-cover img {
        max-width: 100%;
        max-height: 100%;
    }
.slider-popup-cover .map-block-cover {
    position: absolute;
    width: 100%;
    height: calc(100% - 53px);
    z-index: 1;
    bottom: 0;
}

.slider-popup-cover .map-block-cover iframe {
    width: 100%;
    height: 100%;
}
 

    .slider-nav-fix .slider.slider-nav {}

    .slider-nav-fix .slider.slider-nav .img-block-cover {}

    .slider-nav-fix .slider.slider-nav .img-block-cover .cards-image-cover {
        width: 115px;
        height: 63px;
        border-radius: 0px;
        overflow: hidden;
        margin: auto;
    }

    .slider-nav-fix .slider.slider-nav .img-block-cover .cards-image-cover .cards-image-cover-inner {
        width: calc(100% - 5px);
    height: 63px;
    background-size: cover;
    margin: auto;
    }

    .slider-popup-cover .top-bar .nav-bar {}

    .slider-popup-cover .top-bar .nav-bar span {
        font-size: 15px;
        font-weight: 700;
        margin: 0 10px;
        padding: 10px 0;
        position: relative;
        cursor: pointer;
    }

    .slider-popup-cover .top-bar .nav-bar span:after {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 4px;
        background: #E8002C;
        opacity: 0;
    }

    .slider-popup-cover .top-bar .nav-bar span.active:after {
        opacity: 1;
    }

    .slider-popup-cover .top-bar .nav-bar span:hover {
        color: #E8002C;
    }

    .slider-nav-fix:before {
        content: '';
        display: block;
        margin: 0px auto;
        width: 12px;
        height: 12px;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        transform: rotate(45deg);
        position: absolute;
        transform: rotate(45deg);
        left: calc(50% - 9px);
        top: 14px;
    }

    .slider-nav-fix:hover:before {
        transform: rotate(-135deg);
        top: 4px;
    }

    .right-part .share-dropdown {
        transform: translateY(calc(100% - 0px));
        opacity: 1;
        left: auto;
        right: 0;
        box-shadow: 0px 4px 42px rgba(0, 0, 0, 0.15);
    }

    .right-part .share-page:hover .share-dropdown {
        transform: translateY(calc(100% - -40px)) !important;
    }

    .right-part .share-dropdown::after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 0px solid #FFF;
        border-bottom: 6px solid #ffffff;
        right: 20px;
        left: auto;
        top: -6px;
        bottom: auto;
    }

    .right-part .share-dropdown::before {
        border-top: 0px solid #fff;
        border-bottom: 6px solid #fff;
        bottom: auto;
        top: -6px;
        right: 20px;
        left: auto;
    }

    .slider-popup-cover .slider-for button.slick-next.slick-arrow {
        display: block;
        margin: 0px auto;
        border: 0;
        width: 27px;
        height: 27px;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
        font-size: 0;
        background: none;
        right: 40px;
        transform: translateY(50%) rotate(135deg);
    }

    .slider-popup-cover .slider-for button.slick-prev.slick-arrow {
        display: block;
        margin: 0px auto;
        width: 25px;
        border: 0;
        height: 25px;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
        font-size: 0;
        background: none;
        left: 40px;
    }

    .slider-popup-cover .slider-for button.slick-arrow {
        position: absolute;
        transform: translateY(50%) rotate(-45deg);
        top: calc(50% - 40px);
        z-index: 1;
    }

    .slider-nav-fix .slider.slider-nav {
        max-width: 744px;
        margin: auto;
    }

    .slider-nav-fix span.slide-count {
        font-size: 14px;
        background: #757575;
        position: absolute;
        right: 20px;
        bottom: calc(100% + 20px);
        color: #FFF !important;
        opacity: 1;
        border-radius: 5px;
        letter-spacing: 0.15em;
        padding: 5px 10px;
        font-weight: 200;
    }

    .slider.slider-for.now-map button.slick-arrow {
        display: none;
    }

    .slider-popup-cover .slider-for .cards-image-cover iframe {
        width: 100%;
        height: 100%;
    }

    .slider-popup-cover .top-bar .right-part {
        display: flex;
        align-items: center;
    }

    .slider-popup-cover .top-bar .right-part span.fix-top {
        top: 0;
        color: #E8002C;
        opacity: 1;
        font-weight: 600;
        font-size: 16px;
        margin-right: 25px;
        padding: 7px 0;
    }

    .slider-popup-cover .top-bar .right-part span img {
        width: 27px;
    }

     

    .slider-popup-cover .top-bar .right-part span.fix-top.s2 {
        background: linear-gradient(90deg, #E8002C 0%, #B20022 100%);
        color: #FFF;
        padding: 7px 15px;
    }

    .slider-popup-cover .close-btn {
        position: relative;
        right: 0;
        top: 0;
        width: 23px;
        height: 23px;
        margin-left: 24px;
    }

    .slider-popup-cover .close-btn:hover:before,
    .slider-popup-cover .close-btn:hover:after {
        background-color: #e8002c;
    }

    .slider-popup-cover .close-btn:before,
    .slider-popup-cover .close-btn:after {
        position: absolute;
        left: 11px;
        content: ' ';
        height: 28px;
        width: 1px;
        background-color: #000;
        top: -2px;
    }

    .slider-popup-cover .close-btn:before {
        transform: rotate(45deg);
    }

    .slider-popup-cover .close-btn:after {
        transform: rotate(-45deg);
    }

    .slider-nav-fix .slider.slider-nav .img-block-cover.slick-current .cards-image-cover .cards-image-cover-inner {
        border: 1px solid #ff0000;
    }


/* available_space single End */

.page-id-42 .line-animation .line-cover .bottom-line {
    height: 108px;
}

/* card-content-block */

section.card-content-block {
    padding: 84px 0;
    background-color: #F8F9FA;
}

section.card-content-block .card-content-block-list {}

section.card-content-block .card-content-block-list .card-wrap {
    margin-bottom: 29px;
    box-shadow: 0px 1px 28.7px 0px #0000001A;
}
section.card-content-block .card-content-block-list .card-wrap:last-child{
    margin-bottom: 0;
}
section.card-content-block .card-content-block-list .card-wrap .item-cover {
    display: flex;
    position: relative;
    background-color: #FFF;
}

section.card-content-block .card-content-block-list .card-wrap .item-cover .link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

section.card-content-block .card-content-block-list .card-wrap .item-cover figure {
    width: 390px;
    min-height: 349px;
    position: relative;
        overflow: hidden;
}

section.card-content-block .card-content-block-list .card-wrap .item-cover .text-part {
    width: calc(100% - 390px);
    padding: 44px 60px 0 56px;
}

section.card-content-block .card-content-block-list .card-wrap .item-cover figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
        transform: scale(1.0);
    transition: all 0.5s;
}
section.card-content-block .card-content-block-list .card-wrap .item-cover:hover figure img {
     transform: scale(1.1);
}
section.card-content-block .card-content-block-list .card-wrap .item-cover .text-part h3 {
    font-weight: 600;
    color: #0B2E5C;
    text-transform: uppercase;
    margin-bottom: 30px;
        max-width: calc(100% - 160px);
}

section.card-content-block .card-content-block-list .card-wrap .item-cover .text-part .h6 {
    font-weight: 600;
    display: block;
    letter-spacing: 0.00em;
    font-size: 17px;
    margin-bottom: 14px;
}
section.card-content-block .card-content-block-list .card-wrap .item-cover .text-part .h6 + .h6 {
    margin-top: -12px;
}
section.card-content-block .card-content-block-list .card-wrap .item-cover .text-part p {
    letter-spacing: 0;
}

section.card-content-block .card-content-block-list .card-wrap .item-cover .text-part .is-link span {
    color: #E8002C;
    font-weight: 400;
}
section.card-content-block .card-content-block-list .card-wrap .item-cover .text-part span.fix-top {
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    right: 34px;
    background-color: #F8F9FA;
    padding: 14px 25px;
    top: 35px;
    color: #E8002C;
}

section.card-content-block .card-content-block-list .card-wrap .item-cover .text-part span.fix-top.s2 {
    background: linear-gradient(90deg, #E8002C 0%, #B20022 100%);
    color: #FFF;
}
/* card-content-block End */

/* contact-info */
.contact-info .d-flex {
    display: flex;
    flex-wrap: wrap;
        margin: 0 -20px 0 0;
}

.contact-info .d-flex .text-part {
    width: 49%;
    padding: 19px 0 0 80px;
}

.contact-info .d-flex .info-part {
    width: 51%;
    background: #FFF;
    box-shadow: 0px 1px 28.7px 0px #0000001A;
    border-left: 4px solid #E8002C;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.contact-info .d-flex .text-part .tk-transducer-extended {
    margin-bottom: 0;
}

section.contact-info {
    background: #F8F9FA;
    padding: 58px 0;
}

.contact-info .d-flex .info-part .info-block {
    width: 50%;
    padding: 19px 50px 0 51px;
    min-height: 134px;
}

.contact-info .d-flex .info-part .info-block span.title {
    font-weight: 700;
    color: #0B2E5C;
    display: block;
    margin-bottom: 16px;
}

.contact-info .d-flex .info-part .info-block a {
    font-size: 16px;
    display: inline-block;
    color: #0B2E5C;
    font-weight: 500;
    line-height: 1.67;
}
.contact-info .d-flex .info-part .info-block a:hover {
        color: #E8002C;
}

.contact-info .d-flex .info-part .info-block + .info-block {
    border-left: 1px solid #C0D3EC;
}

.contact-info .d-flex .text-part .text-part-wrap {
    max-width: 496px;
}
section.form-contact-info {
    background: #f8f9fa;
    padding: 34px 0 129px 0;
}

section.form-contact-info .d-flex {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 1px 28.7px 0px #0000001A;
    background: #FFF;
        margin: 0 -19px;
}

section.form-contact-info .d-flex .img-part {width: 50%;}

section.form-contact-info .d-flex .from-part {
    width: 50%;
    padding: 55px 67px;
}
section.form-contact-info .d-flex .from-part .tk-transducer-extended {
    margin-bottom: 27px;
}

section.form-contact-info .d-flex .from-part .text-part-wrap p {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
}

section.form-contact-info .d-flex .from-part .text-part-wrap {
    margin-bottom: 40px;
}

 

section.form-contact-info .d-flex .img-part figure {
    height: 100%;
    position: relative;
}

section.form-contact-info .d-flex .img-part figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
/* contact-info End */

    .news-listing-block {
  
    background: #0B2E5C08;
}

 

/* map-with-gallery */
section.map-with-gallery.cta-cards-media {
    position: relative;
    overflow: hidden;
}
    .cta-cards-media .img-block-card-list {
        position: relative;
        padding-bottom: 39%;
        margin: -3px -3px;
    }
.cta-cards-media .img-block-cover {
}
.cta-cards-media .img-block-cover {
}

.cta-cards-media .gallery-btns {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
}

.cta-cards-media .gallery-btns a, .cta-cards-media .gallery-btns span {
    background: #FFF;
    font-size: 15px;
    color: #0B2E5C;
    font-weight: 600;
    width: 136px;
    display: flex;
    border-radius: 5px;
    box-shadow: 0px 1px 28.7px 0px #0000001A;
    align-items: center;
    margin: 0 6px;
    padding: 9px 15px;
    cursor: pointer;
}

.cta-cards-media .gallery-btns a img, .cta-cards-media .gallery-btns span img {
    margin-right: 5px;
}

.cta-cards-media .gallery-btns span img {
    margin-right: 10px;
}
.cta-cards-media .gallery-btns a:hover, .cta-cards-media .gallery-btns span:hover {
     color: #FFF;
    background: #0b2e5c;
}
.cta-cards-media .gallery-btns a svg, .cta-cards-media .gallery-btns span svg {
    margin-right: 5px;
}

.cta-cards-media .gallery-btns a:hover svg *, .cta-cards-media .gallery-btns span:hover svg *, .cta-cards-media .gallery-btns span:hover svg path {
    fill: #FFF;
}
.cta-cards-media .gallery-btns a:hover svg *{
 stroke: #FFF;
}

.cta-cards-media .img-block-cover .cards-image-cover {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    border: 3px solid #FFF;
}
.cta-cards-media .img-block-cover .cards-image-cover .cards-image-cover-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 30px 30px;
    flex-wrap: wrap;
    background-size: cover;
    background-position: center center;
    position: relative;
        cursor: pointer;
 
}
@media screen and (min-width: 575px) {
        .cta-cards-media .img-block-cover.img-cover-1 {
        width: 50%;
        position: absolute;
        height: 100%;
    }
        .cta-cards-media .img-block-cover.img-cover-2 {
        width: 25%;
        left: 50%;
        position: absolute;
        height: 50%;
    }
        .cta-cards-media .img-block-cover.img-cover-3 {
        width: 25%;
        left: 75%;
        position: absolute;
        height: 50%;
    }
        .cta-cards-media .img-block-cover.img-cover-4 {
        position: absolute;
        width: 25%;
        height: 50%;
        right: 0;
        bottom: 0;
    }
     .cta-cards-media .img-block-cover.img-cover-5 {
        position: absolute;
        width: 25%;
        height: 50%;
        right: 25%;
        bottom: 0;
    }
}



/* map-with-gallery End */

/* section.content-with-sidebar */
section.content-with-sidebar {
    padding:55px 0 63px 0;
    background-color: #F8F9FA;
}

section.content-with-sidebar .content-cover {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

section.content-with-sidebar .content-cover .lp {
    width: calc(100% - 309px);
}

section.content-with-sidebar .content-cover .sidebar {
    width: 309px;
   
    right: -21px;
    top: 7px;
    position: absolute;
        z-index: 2;
}

section.content-with-sidebar .content-cover .text-part-wrap {
    max-width: 850px;
        
}
section.content-with-sidebar.is-line .content-cover .text-part-wrap{
    padding-left: 106px;
}
section.content-with-sidebar.is-line .line-animation {
    left: 60px;
    top: -6px;
}

section.content-with-sidebar .content-cover .sidebar .in-block {
    box-shadow: 0px 1px 28.7px 0px #0000001A;
    background: #FFF;
    margin-bottom: 27px;
    padding: 26px 17px 26px 17px;
    text-align: center;
}
section.content-with-sidebar .content-cover .text-heading-wrap {
    position: relative;
}

section.content-with-sidebar .content-cover .text-heading-wrap span.fix-top {
font-size: 20px;
    font-weight: 600;
    position: absolute;
    right: -2px;
    background-color: #FFF;
    padding: 14px 25px;
    top: 8px;
    color: #E8002C;
}
section.content-with-sidebar .content-cover .text-heading-wrap span.s2.fix-top{
        background: linear-gradient(90deg, #E8002C 0%, #B20022 100%);
    color: #FFF;
}
section.content-with-sidebar .content-cover .text-heading-wrap .h1 {
    color: #0B2E5C;
        margin-bottom: 20px;
    width: calc(100% - 190px);
}
section.content-with-sidebar .content-cover .text-part-wrap .h4 {
    margin-bottom: 33px;
        color:#0B2E5C;
}

section.content-with-sidebar .content-cover .text-part-wrap p {
    letter-spacing: 0;
	    line-height: 1.55;
}

section.content-with-sidebar .content-cover .text-part-wrap .g-content {
    max-width: 700px;
}

section.content-with-sidebar .content-cover .sidebar .in-block .share-page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    margin-top: 10px;
        width: 100px;
    margin-right: auto;
    margin-left: auto;
}

section.content-with-sidebar .content-cover .sidebar a.pdf-button {
font-size: 16px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    padding: 16px 38px;
    border: 0;
    background: linear-gradient(90deg, #E8002C 0%, #B20022 100%);
    color: #FFF;
    border: 1px solid transparent;
    letter-spacing: 0.025em;
        margin-bottom: 18px;
}
section.content-with-sidebar .content-cover .sidebar a.pdf-button:hover{
    border-color: #E8002C;
    background: none;
    color: #E8002C;
}
section.content-with-sidebar .content-cover .sidebar .in-block .h4 {
    font-weight: 700;
    line-height: 31px;
    padding: 0 10px;
    color: #0B2E5C;
}

section.content-with-sidebar .content-cover .sidebar .in-block  p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.74;
}

section.content-with-sidebar .content-cover .sidebar .in-block a.btn {
    border: 1px solid #0B2E5C;
    padding: 15px 40px;
    width: 100%;
    max-width: 227px;
    margin-top: 31px;
    letter-spacing: 0.025em;
        margin-bottom: 11px;
        color: #0B2E5C;
}

section.content-with-sidebar .content-cover .sidebar .in-block a.btn:hover {
    color: #FFF;
    background: #0B2E5C;
}
section.content-with-sidebar .for-mob {
    background: #FFF;
    padding: 18px 0;
    display: none;
}

section.content-with-sidebar .for-mob .d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.content-with-sidebar .for-mob .d-flex span.fix-top {
    color: #E8002C;
    font-weight: 600;
    font-size: 18px;
}

section.content-with-sidebar .for-mob .d-flex .share-page span {
    font-weight: 700;
    font-size: 14.84px;
    line-height: 19.29px;
}

section.content-with-sidebar .for-mob .d-flex .share-page span img {
    max-width: 21px;
}

/* section.content-with-sidebar End */
section.content-with-sidebar .line-animation .line-cover .bottom-line {
    height: 32px;
}

/* Share Page
--------------------------------------------- */
.share-page {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }
        
        .share-page span {
             color: #0B2E5C;
    font-weight: 700;
    transition: color 0.3s ease;
    font-size: 20px;
    letter-spacing: 0;
    position: relative;
    display: inline-block;
        }
.share-page span img {
    position: relative;
    right: 0;
    top: 4px;
    margin-right: 1px;
}
        
        .share-page:hover span {
        
        }
        
        .share-dropdown {
            position: absolute;
            bottom: 100%;
            left: 0;
            background: #fff;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            padding: 12px;
            min-width: 200px;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
            margin-bottom: 8px;
        }
        
        .share-page:hover .share-dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        .share-dropdown::before {
            content: '';
            position: absolute;
            bottom: -6px;
            left: 20px;
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #fff;
        }
        
        .share-dropdown::after {
            content: '';
            position: absolute;
            bottom: -7px;
            left: 20px;
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #FFF;
        }
        
        .share-links {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        .share-links li {
            margin: 0;
            padding: 0;
        }
        
        .share-links a {
            display: flex;
            align-items: center;
            padding: 8px 12px;
            color: #203C74;
            text-decoration: none;
            border-radius: 4px;
            transition: background-color 0.2s ease;
            font-size: 14px;
        }
        
        .share-links a:hover {
            background-color: #f7f9fa;
        }
        
        .share-links a i {
            margin-right: 8px;
            width: 16px;
            text-align: center;
        }
        
        .share-links a.facebook:hover {
            background-color: #1877f2;
            color: #fff;
        }
        
        .share-links a.twitter:hover {
            background-color: #1da1f2;
            color: #fff;
        }
        
        .share-links a.linkedin:hover {
            background-color: #0077b5;
            color: #fff;
        }
        
        .share-links a.whatsapp:hover {
            background-color: #25d366;
            color: #fff;
        }
        
        .share-links a.email:hover {
            background-color: #ea4335;
            color: #fff;
        }
        
        .share-links a.copy:hover {
            background-color: #6c757d;
            color: #fff;
        }
        
        .copy-feedback {
position: fixed;
    background: rgb(80 199 181 / 72%);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s ease;
    bottom: 0;
    left: 50%;
    width: 230px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
        }
        
        .copy-feedback.show {
    opacity: 1;
    transform: translateY(0);
        }
/* Share Page End
--------------------------------------------- */

/* .main-footer */
.main-footer .line-animation {
    top: 70px;
    left: -30px;
}

.main-footer .line-animation .line-cover .bottom-line {
    top: -6px;
    right: -9px;
        height: 0;
}

.main-footer .line-animation .line-cover:before {
    background: #b20022;
	    transition: all 1.6s;
}
.main-footer .line-animation .line-cover .bottom-line:after {
    bottom: -19px;
}
.main-footer {
    position: relative;
    overflow: hidden;
    padding: 77px 0 0 0;
    background-size: cover;
}

.main-footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0B2E5C;
    opacity: 0.8;
    z-index: 0;
}

.main-footer * {
    z-index: 1;
    position: relative;
}

.main-footer .footer-wrap {
    margin: 0;
    padding: 0 30px;
    justify-content: space-between;
}

.main-footer .footer-wrap .lp {
    width: 44%;
    padding-right: 30px;
    max-width: 430px;
    padding-top: 39px;
}

.main-footer .footer-wrap .rp {
    width: 56%;
}

.main-footer .footer-wrap .rp .form-cover {
    background: #1761C280;
    padding: 43px 69px 53px 69px;
    width: 100%;
    min-height: 509px;
}
.main-footer .footer-wrap .rp .form-cover .text-part-wrap * {
    color: #FFF;
}
.main-footer .footer-wrap .rp .form-cover .text-part-wrap {
    margin-bottom: 24px;
}
.main-footer .footer-wrap .rp .form-cover .text-part-wrap p,
.main-footer .gform_confirmation_message{
    letter-spacing: 0.003em;
    font-size: 18px;
    max-width: 440px;
    line-height: 1.6;
}
.main-footer .footer-wrap .rp .form-cover .text-part-wrap .tk-transducer-extended {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.25;
        margin-bottom: 14px;
}
.main-footer .gform_confirmation_message {
    color: #FFF;
}
.main-footer .footer-wrap .lp .footer-logo {
    margin-bottom: 36px;
}

.main-footer .footer-wrap .lp p {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0;
}

.main-footer .footer-wrap .lp  .linkedin-black {
    color: #FFF;
    font-size: 18px;
    display: flex;
    margin-top: 56px;
    font-weight: 500;
    letter-spacing: 0;
}

.main-footer .footer-wrap .lp  .linkedin-black img {margin-left: 5px;}

.main-footer .bottom-footer {
    padding: 51px 0 32px 0;
}

.main-footer .bottom-footer .d-flex {display: flex;justify-content: space-between; font-size: 15px;font-weight: 400;letter-spacing: 0;}
.main-footer .bottom-footer .d-flex span {
    margin-left: 5px;
}
.main-footer .bottom-footer .d-flex,
.main-footer .bottom-footer .d-flex a {
    color: rgb(255 255 255 / 75%);
}
.main-footer .bottom-footer .d-flex a:hover {
    color: rgb(255 255 255 / 100%);
}

.main-footer .bottom-footer .container {
    max-width: 1337px;
}
 
body  .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message {border: 0;padding: 0;background: none;line-height: 1;}

body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme .gfield textarea.large{
    padding: 1px 18px 3px 18px;
    border-radius: 0;
    border: 0;
    font-size: 15px;
    height: auto;
    font-weight: 400;
    font-family: "montserrat", sans-serif;
    letter-spacing: 0.00em;
    border: 1px solid transparent;
}
.gform_wrapper  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #757575;
  font-size: 15px;
     font-weight: 400;
    font-family: "montserrat", sans-serif;
    letter-spacing: -0.01em;
}
.gform_wrapper   ::-moz-placeholder { /* Firefox 19+ */
  color: #757575;
  font-size: 15px;
     font-weight: 400;
    font-family: "montserrat", sans-serif;
    letter-spacing: -0.01em;
}
.gform_wrapper :-ms-input-placeholder { /* IE 10+ */
  color: #757575;
  font-size: 15px;
     font-weight: 400;
    font-family: "montserrat", sans-serif;
    letter-spacing: -0.01em;
}
.gform_wrapper :-moz-placeholder { /* Firefox 18- */
  color: #757575;
  font-size: 15px;
     font-weight: 400;
    font-family: "montserrat", sans-serif;
    letter-spacing: -0.01em;
}
.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    font-size: 16px !important;
    padding: 12px 49px 13px 49px !important;
    border-radius: 0 !important;
    font-weight: 600;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #E8002C 0%, #B20022 100%);
    font-family: "montserrat", sans-serif;
    margin: 0;
    color: #FFF;
        min-height: 48px !important;
    line-height: 1 !important;
}
body .form-contact-info .gform_wrapper.gravity-theme input[type=text], body .form-contact-info .gform_wrapper.gravity-theme input[type=email], body .form-contact-info .gform_wrapper.gravity-theme .gfield textarea.large {
    background-color: #F8F9FA;
}
body .form-cover .gform_wrapper.gravity-theme .gfield_validation_message {
    color: #FFF;
  
}
body .gform_wrapper.gravity-theme .gfield_validation_message {
   
    font-size: 14px;
}
 .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
    border: 1px solid #E8002C;
    color: #E8002C;
    background: #FFF;
}
body .gform_wrapper.gravity-theme .gfield textarea.large{
        padding: 13px 20px 8px 20px;
    height: 48px;
    min-height: auto;
    border-radius: 0 !important;
    border: 0;
    font-size: 15px;
}

body .gform_wrapper.gravity-theme .gform_validation_errors {
    display: none !important;
}
 .footer-wrap .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
    border-color: #FFF;
}
 
/* .main-footer  End */



@media (min-width: 1351px) {
section.content-with-sidebar .content-cover .sidebar.sticky {
    position: fixed;
    right: calc(((100vw - 1240px) / 2 ) + -15px);
    top: 164px;
}    
}
@media (min-width: 1351px) {
section.home_video_banner_block .banner-content .h1 {
    margin-left: -4px;
}    
section.left-img-with-content .text-part-wrap .tk-transducer-extended{
            margin-bottom: 41px;
    }
    .left-img-with-content .content-cover .text-part .text-part-wrap {
    margin-right: -40px;
}
    .left-img-with-content .content-cover .text-part .text-part-wrap .g-content {
    max-width: 566px;
}
    .inner_banner_block .banner-text-part .banner-title {
    font-size: 55px;
}
    section.proximity-map .text-part-wrap {
    position: relative;
    left: -13px;
}
section.space-to-expand .text-part-wrap {
    position: relative;
    left: -18px;
}
section.space-to-expand .text-part-wrap .tk-transducer-extended {
    margin-bottom: 25px;
}
    .space-to-expand .is-btn.animation {
    margin-top: 48px;
}
    section.side-by-side-content .text-part-wrap .tk-transducer-extended {
    margin-bottom: 26px;
}
    section.side-by-side-content.content .text-part-wrap .tk-transducer-extended {
    max-width: 400px;
}
    section.side-by-side-content .content-cover .g-content p {
    font-size: 20px;
}
    section.card-content-block .card-content-block-list {
    margin: 0 -22px 0 -15px;
}
    section.card-content-block .card-content-block-list .card-wrap .item-cover .text-part span.fix-top.s2 {
    padding: 14px 23px;
}
    section.content-with-sidebar .content-cover .text-heading-wrap .h1 {
    font-size: 60px;
}
    section.content-with-sidebar .content-cover .sidebar {
    right: -37px;
    top: 7px;
}
    section.facts-features .text-part-wrap {
    margin-bottom: 38px;
}
    section.home_video_banner_block .banner-content .h1{
            font-size: 75px;
    }
    section.available-space .text-part-wrap .tk-transducer-extended {
    font-size: 45px;
}
.inner_banner_block.banner-large .banner-wrap {
    padding-top: 365px;
}
    .inner_banner_block.banner-medium .banner-wrap{
                padding-top: 305px;
    }
    .news-single-wrap .post-heading h2 { font-size: 50px;  }
    
    section.simple-content-block .line-animation {
    top: -40px;
    left: 50px;
}
    .large-image-block + section.simple-content-block .line-animation .line-cover .bottom-line {
    height: 160px;
}
    section.side-by-side-content.content .content-cover .rp {
    position: relative;
    right: -19px;
    top: 3px;
    max-width: 540px;
}
    section.simple-content-block.is-line .text-part-wrap p {
    font-size: 20px;
}
    .proximity-map .content-cover .img-part .map_shortcode {
        margin-right: -91px;
        height: 766px;
        top: -80px;
        position: relative;
        right: 0;
}
    .proximity-map .mapplic_map-part .map-info {
    top: 20px;
}
    .proximity-map .mapplic-container{
       height: 766px;
}
    section.space-to-expand .text-part-wrap p {
 
    font-size: 17px;
 
}
    section.space-to-expand .map_shortcode {
    margin-right: -37px;
    min-height: 702px;
}
}


@media (min-width: 1025px) {
.proximity-map .content-cover .img-part {
   
    top: 50px;
	}
}


/*** Jarallax ***/
.jarallax-video-container{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:100%;
  height:100%;
}

.jarallax {
  position: relative;
  z-index: 0;
  min-height:840px;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.jarallax > .jarallax-img,
picture.jarallax-img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.jarallax-video-container .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
   /* background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 75%);*/
    opacity: 0.8;
    z-index: 0;
}



@media (max-width: 768px) {
  .jarallax {
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: auto;
    height:700px;
  }
  
 
  
  .jarallax-container{
    /*z-index: 1000 !important;*/
  }

  .jarallax-img {
    display: none !important;
  }
  
}



.vimeo-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.custom-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(0,0,0,.6);
  color: #fff;
  font-size: 32px;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.custom-play-btn::after {
  font: var(--fa-font-solid);
  content: "\f04b"; /* Play icon */
}

.custom-play-btn.paused::after {
  content: "\f04b"; /* Play icon */
}

.custom-play-btn.playing::after {
  content: "\f04c"; /* Pause icon */
}
