.btn2{
    padding: 10px 25px !important;
}
.section-mod{
    padding: 120px 0;
}
.p0{padding: 0 !important}
.mb-20{margin-bottom: 20px;}
.mb-10{margin-bottom: 10px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-70{margin-bottom: 70px;}


.boxcontainer{
    position: relative;
    display: flex;
    height: 17rem;
    overflow: hidden;
    width: 100%;
    padding-top: 15px;
}
.boxcontainer .scrolling{
    width: 100%;;
    position: absolute;
    transition-duration: 9s;

}
.boxcontainer .thebg{
    position: absolute;
    top: 0;
    z-index: 9999
}

.boxcontainer:hover .scrolling {
    transform: translate3d(0,-1500px,0);
}
.responsiveness {
    height: 46.5rem;
}
.responsiveness .xxl {
    width: 50rem;
}
.responsiveness .xxl {
    position: absolute;
    left: 50%;
    width: 56rem;
    bottom: 0;
    transform: translateX(-50%);
}
.responsiveness .xl {
    position: absolute;
    left: 0%;
    width: 32rem;
    bottom: 0;
}
.responsiveness .md {
    position: absolute;
    width: 21rem;
    right: 0%;
    bottom: 0;
}
.responsiveness .sm {
    width: 6rem;
    right: 31%;
    bottom: 0;
    position: absolute;
}
.videoplay{
    width: 100%;
    display: flex;
    height: 100%;
}
.col-center{
    margin: auto;float: none;
}
.subscribe-wrapper .subscribe-input {
    width: 100%;
    border: 0;
    font-size: 20px;
    outline: 0;
    font-weight: 300;
    background: center;
    line-height: 1.6em;
    color: #7a7a84;
    padding: 5px 0;
    border-bottom: 1px solid;
    letter-spacing: 2px;
}
.subscribe-wrapper .subscribe-input-send {
    position: absolute;
    width: auto;
    right: 15px;
    bottom: 5px;
    border: 0;
    background: 0 0;
    padding-right: 0;
    cursor: pointer;
    font-size: 25px;
    text-transform: capitalize;
    color: #7a7a84;
    letter-spacing: .05em;
}
.videoplay100{
    background-color: #000;
        height: auto;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        width: auto;
        z-index: -3;
}

 .ddd_1{
     line-height: 1 !important;
     margin-bottom: 0 !important;
     position: absolute;
     color: transparent;
     -webkit-text-stroke: 2px #7a7a84;
     font-size: 130px;
     left:140px;

     transform: translate(0px, 0px);
     transition-duration: 1s;

 }
 .boxrotator{
    min-height: 420px;
     position: relative;
     overflow: hidden;
     background:white;padding:40px
 }
 .rotator_text{

     height: 20vh;

 }
 .col-md-4.e:hover .ddd_1{
     transition-duration: 4s;
    transform: translate3d(-420px,0px, 0px);
 }

 .col-md-4.e:hover .boxrotator{
     background-color: #3b3d44;
 }
.col-md-4.e a:hover h6,
.col-md-4.e:hover h6,
.col-md-4.e:hover p{
    color: #fff !important;
}

.col-md-4.e a h6,
.col-md-4.e h6,
.col-md-4.e p{
    color: #000 !important;
}
.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay:before{
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.45);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overlay{
    position: relative;
}

.listBox:before{
    content:"";
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: black;
    bottom: -40px;
}
.listBox{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.listBox li:before{
    content: "";
    height: 35px;
    width: 1px;
    background-color: black;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 1px);
}
.listBox.d19 li{max-width: 19%;}
.listBox li{
    background-color: white;
    position: relative;
    width: 20%;
    height: 28vh;
    padding: 85px 20px 0px 20px;
}


.panel-heading{position: relative;}
.panel-heading span{color: white;}
.panel-heading:after {
    transform: scaleX(0);
    transform-origin: right;
    background: #3b3d44;
}
/*.panel-heading:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}*/
.panel-heading:after{
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    content: '';
    position: absolute;
    transition: transform .75s ease-out;
}
.accordion-style1 .panel-heading i {
    font-size: 24px;
    color: #626262;
}
.mb-120{
    margin-bottom: 120px;
}

.swiper-slider-clients .swiper-slide {
    padding: 5px;
}
.whitebars{position: relative;}
.whitebars:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: white;
}
.whitebars:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: white;
}
.bubble.S:before{
    content: "S";
    right: -22px;
    top: -23px;
    background-color: #7f73e4;
}

.bubble.F:before{
    content: "F";
    left: -22px;
    bottom: -23px;
    background-color: #aee473;
}

.bubble.L:before{
    content: "L";
    left: -22px;
    bottom: -23px;
    background-color: #e47373;
}

.bubble.M:before{
    content: "M";
    right: -22px;
    top: -23px;
    background-color: #d873e4;
}
.bubble:before{
    content: "";
    position: absolute;
    width: 53px;
    height: 53px;

    color: white;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    font-size: 20px !important;

}
.bubble{
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 2px 2px 8px 0px #d0d0d0;
    position: relative;
    margin-bottom: 40px;
}
.mb-0P{
    width: 80%;
    margin: auto;
    list-style: none;
}
.mb-0P li:before{
    content: "";
    left: -15px;
    position: absolute;
    top: 9px;
    width: 8px;
    height: 8px;
    background-color: #787B94;
    border-radius: 100px;
}
.mb-0P li{margin-bottom: 20px;position: relative;}
.mb-0P p{margin-bottom: 0;}




/*EASTER*/
body:before {
    position: fixed;
    content: '';
    top: -10rem;
    left: -10rem;
    width: calc(100% + 20rem);
    height: 150vh;
    z-index: -1;
    pointer-events: none;
    background-image: url(../images/bg-noise.png);
    background-color: #fff;
    background-position: 50%;
    animation: BgNoise 1s steps(2) infinite;
}
.bg-noise {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
@keyframes BgNoise {
    0% { transform: translate3d(0, 9rem, 0) }
    10% { transform: translate3d(-1rem, -4rem, 0) }
    20% { transform: translate3d(-8rem, 2rem, 0) }
    30% { transform: translate3d(9rem, -9rem, 0) }
    40% { transform: translate3d(-2rem, 7rem, 0) }
    50% { transform: translate3d(-9rem, -4rem, 0) }
    60% { transform: translate3d(2rem, 6rem, 0) }
    70% { transform: translate3d(7rem, -8rem, 0) }
    80% { transform: translate3d(-9rem, 1rem, 0) }
    90% { transform: translate3d(6rem, -5rem, 0) }
    to { transform: translate3d(-7rem, 0, 0) }
}
#page-header.ph-cap-sm .ph-caption-title {
    font-size: clamp(40px, 4vw, 68px);
}
h1 {
    position: relative;
    margin: 0;
    font-size: clamp(40px, 4vw, 94px);
    font-weight: bold;
    font-weight: 500;
    color: #FFF;
    line-height: 1.3;
    z-index: 9;
}
.img-lateral{
    z-index: -1;
    width: 320px;
    position: absolute;
        display: flex;
        align-items: center;
        top: 0;
        bottom: 0;
        height: 100%;
        right: 18vw;
}
.relative{position: relative;}

/*SCROLL*/
.scroll-down-circle {
    position: absolute;
    display: block;
    left: 3%;
    bottom: -100px;
    width: 250px;
    height: 250px;
    z-index: 9;
}
.scroll-down-circle .sdc-icon {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    font-size: 16px;
    color: #999;
    transform: translate(-50%, -50%);
}
.scroll-down-circle svg {
    width: 100%;
    animation: sdc-rotation 8s infinite linear;
}
/* Scroll down circle svg */
.scroll-down-circle i{color: black;}
.scroll-down-circle svg {
    width: 100%;
    animation: sdc-rotation 8s infinite linear;
}
.scroll-down-circle rect {
    fill: #000;
}
.scroll-down-circle text {
    font-size: 33px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 25px;
    fill: #000;
    transition: fill .2s;
}
.scroll-down-circle:hover text {
    fill: #222;
}
#page-header.ph-bg-image .scroll-down-circle text {
}

/* Scroll down circle animation */
@keyframes sdc-rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

span.lm {
    float: right;
    position: relative;
    width: 35px;
    height: 35px;
}
span.lm:after {
    transition-delay: 1.5s !important;
    transform: scale(1);
    transition: transform .1s cubic-bezier(.215,.61,.355,1);
}
span.lm:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 3px;
    background: #787B94;
    left: 0px;
    top: 16px;
}
span.lm:before, span.lm:after {
    -webkit-transition: all !important;
    -webkit-transition-timing-function: ease-out !important;
    -webkit-transition-duration: 300ms !important;
    -moz-transition: all !important;
    -moz-transition-timing-function: ease-out !important;
    -moz-transition-duration: 300ms !important;
}
span.lm:after {
    transition-delay: 0s !important;
}
.active-accordion span.lm:after{
    transform: scale(0);
}
span.lm:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 35px;
    background: #787B94;
    top: 0;
    left: 16px;
}
h2.title{
    font-size: calc(28px + 2vw);
}
.flex_next_site h2.title{
    font-size: calc(28px + 1vw);

}
.pli-hover .pli-image-col:hover .pli-image .pli-image-hover-zoom {
    transform: scale(1.05);
}
 .portfolio-list.pli-cropped .pli-image img, .portfolio-list.pli-cropped .pli-video {
     width: 100%;
     height: 33vw;
     object-fit: cover;
     object-position: 50% 50%;
 }
 .content_text{
    font-size: calc(16px + 2vw);
    position: relative;
    z-index: 9;
 }
 .location_list>li{
    cursor: pointer;
    position: relative;width: 100%;display: flex;
    margin-bottom: 4%;
    padding-bottom: 4%;
    border-bottom: 1px solid #787B94;
}
 .location_list{
    padding: 0;margin: 0;
 }
 .hover_effect{
    max-width: 25%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    clip-path: inset(0% 0% 0% 0%);
    margin-right: 40px;
 }
 .location_list>li:hover img{
    transform: scale(1.1);
 }
 .hover_effect2{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
 }
 .hover_effect,
 .location_list>li img{
    transition: all 0.8s cubic-bezier(0.07, 0.72, 0.29, 0.96);
 }
 .hover_effect2:hover img{
    transform: scale(1.3);
 }
 .hover_effect2:hover a,
 .location_list>li:hover .hover_effect {
     clip-path: inset(3% 3% 3% 3%);
 }
img{transition: all 0.8s cubic-bezier(0.07, 0.72, 0.29, 0.96);}
 .hover_effect2 a{
    object-fit: cover;
    object-position: 50% 50%;
    clip-path: inset(0% 0% 0% 0%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transition: all 0.8s cubic-bezier(0.07, 0.72, 0.29, 0.96);
 }

 .content_text>span{
    position: relative;
        display: block;
        font-size: calc(13px + 0.1vw);
        color: #FFF;
        line-height: 1.6;
        margin-top: 20px;
 }
 .content_text>p{
    font-size: 16px;font-weight: bold;color: white;
    margin-bottom: 0;
 }
 .content_text>h2 {
    margin-bottom: 0px;
    font-size: calc(16px + 2vw);
    font-weight: bold;
    font-weight: 500;
    color: #FFF;
    line-height: 1.3;
     background-repeat: no-repeat;
     background-image: -o-linear-gradient(transparent calc(100% - 2px),currentColor 2px);
     background-image: linear-gradient(transparent calc(100% - 2px),currentColor 2px);
     background-image: -ms-linear-gradient(transparent 96%,currentColor 2px);
     transition: 0.6s cubic-bezier(.215,.61,.355,1);
     background-size: 0 96%;
 }
 .location_list>li:hover .content_text>h2{
     background-size: 100% 96%;
 }
 .pli-counter {
     position: absolute;
     display: inline-block;
     top: 35%;
     left: auto;
     right: 0;
     line-height: 1;
     opacity: 1;
     transform: translate3d(0, -50%, 0);
     font-size: calc(42px + 6vw);
     color: #8c7ac9;
 }

.flex_next_site h2{margin: 0 !important}
.flex_next_site:hover img{
    transform: scale(0.9);
    transition: 0.6s cubic-bezier(.215,.61,.355,1);
}
.flex_next_site{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
 .flex_between{display: flex;justify-content: space-between;}
 .flex_event{display: flex;}
 .flex_event img{margin-right: 40px;}





 /* modal invite */

 ul.share.m4 {
     margin: 0;
     text-align: center;
     padding: 0;
     margin: 0;
 }

 ul.share.m4 li {
     margin: 0 10px;
     text-align: center;
     display: inline-block
 }

 ul.share.m4 li a {
     font-size: 25px !important
 }

 ul.list-inline {
     width: 100%
 }

 ul.list-inline a {
     font-size: 1.5pc
 }

 .modal-dialog {
     max-width: 400px !important;
     background: transparent !important;
     padding: 20px;
     display: block;
     margin: auto;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     position: relative;
     top: 36%;
 }

 .close {
     opacity: 1;
     font-size: 20px !important;
     background: none;
     border: 0;
     float: right;
     padding-bottom: 62px;
     display: block;
 }

 .ec-share-modal input.form-control {
     text-transform: initial !important;
 }

 .ec-share-modal {
     display: none;
     width: 100%;
     height: 100vh;
     position: fixed;
     z-index: 9999999;
     background: rgba(41, 42, 43, 0.36);
     top: -1px;
 }

 .modal {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1050;
     display: none;
     overflow: hidden;
     -webkit-overflow-scrolling: touch;
     outline: 0;
 }

 .modal.in .modal-dialog {
     -webkit-transform: translate(0, 0);
     -ms-transform: translate(0, 0);
     -o-transform: translate(0, 0);
     transform: translate(0, 0);
 }

 .modal.fade .modal-dialog {
     -webkit-transition: -webkit-transform .3s ease-out;
     -o-transition: -o-transform .3s ease-out;
     transition: transform .3s ease-out;
     -webkit-transform: translate(0, -25%);
     -ms-transform: translate(0, -25%);
     -o-transform: translate(0, -25%);
     transform: translate(0, -25%);
 }

 button.close {
     -webkit-appearance: none !important;
     padding: 0 !important;
     cursor: pointer !important;
     background: 0 0 !important;
     border: 0 !important;
     opacity: 1;
     position: absolute;
     right: 41px;
     top: 15px;
     outline: none;
 }

 .modal-title {
     width: 100%;
     font-style: 14px !important
 }

 .modal-content {
     position: relative;
     padding: 5px !important;
     background-color: #fff;
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
     border: 1px solid #999;
     border: 1px solid rgba(0, 0, 0, .2);
     border-radius: 6px;
     outline: 0;
     -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
     box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
 }

 body .modal-header .close {
     padding: 1rem 1rem;
     margin: 0;
 }


 /* END */


 .tt-btn {
     position: relative;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     height: 50px;
     background-color: transparent;
     margin: 15px 15px 15px 0;
     text-align: center;
     font-size: 16px;
     font-weight: bold;
     font-weight: 500;
     overflow: hidden;
     cursor: pointer;
     border: none;
     border-radius: 100px;
     z-index: 9;
 }
 .tt-btn:last-child {
     margin-right: 0;
 }
 .tt-btn > * {
     position: relative;
     color: #FFF;
     transition: transform 0.3s;
 }
 .tt-btn > *,
 .tt-btn > *::after {
     display: flex;
     align-items: center;
     justify-content: center;
     height: 100%;
     padding: 0 30px;
     line-height: 1;
 }
 .tt-btn > *::after {
     position: absolute;
     content: attr(data-hover);
     top: 100%;
     width: 100%;
     left: 0;
     padding-left: 0;
     padding-right: 0;
 }
 .tt-btn a{text-transform: capitalize;}
 .tt-btn:hover > * {
     transform: translate3d(0, -100%, 0);
 }
 /* Button link */
 .tt-btn-link {
     align-items: center;
     border-radius: 0;
 }
 .tt-btn-link a{text-transform: uppercase; color:  #787B94}
 .tt-btn-link > *,
 .tt-btn-link > *::after {
     padding: 0;
     line-height: 1.6;
     color: #FFF;
 }
 .tt-btn-link:hover > * {
     color: #FFF;
 }

 .tt-btn-link::after {
     display: inline-block;
     content: "";
     width: 40px;
     height: 1px;
     background-color: #787B94;
     margin-top: 2px;
     margin-left: 15px;
 }
 body:not(.is-mobile) .tt-btn-link:hover::after {
     animation: swipe-line .8s cubic-bezier(0.475, 0.425, 0, 0.995) forwards;
 }

 @keyframes swipe-line {
     0% {
         transform-origin: right;
         transform: scale(1);
     }
     33% {
         transform-origin: right;
         transform: scaleX(0);
     }
     66% {
         transform-origin: left;
         transform: scaleX(0);
     }
     to {
         transform-origin: left;
         transform: scale(1); }
 }
 span.moreinfo{
    color: #787B94;
        margin-top: 40px;
        opacity: 1;
 }
 .mobile-on{display: none;}


 @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2)
{
    body .locked {
         display: block !important;
         position: fixed;
         width: 100%;
         z-index: 99999999999999999999;
         height: 100%;
         top: 0;
         left: 0;
    }
}


 /* ==============================
    Phone
    ============================== */
 @media (max-width: 480px) and (min-width: 320px){
    .mobile-off{display: none !important;}
    .mobile-on{display: block !important;}
    body .height-fit.height-100{height: auto !important}
    .height-fit.height-100 .vertical-align {
        position: relative;
        top: 0%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .mb-xs-20{margin-bottom: 20px;}
    body .img-lateral{position:  relative}
    body .panel-title {
        font-size: calc(20px + 1.5vw);
    }
    body{
        font-size: 18px !important;
        line-height: 1.5 !important;
    }
    .hover_effect{max-width: 100% !important;margin-bottom: 20px;margin-right: 0 !important;}
    body .location_list>li{flex-wrap: wrap;margin-bottom: 10%;
    padding-bottom: 10%;}
    body span.moreinfo {
        color: #787B94;
        margin-top: 10px;
        opacity: 1;
    }
    body .pli-counter {
        top: 83%;
    }
    .flex_next_site h2{
        font-size: 18px !important;
    }
    .visitchurch{max-width: 60px;}
    footer .flex_between{flex-wrap: wrap;}
    footer a{margin-bottom: 10px;}
    footer a,
    footer p{width: 100%;text-align: center;}


    body .hover_effect2 a {
        clip-path: initial;
        position: relative;
    }
    .flex_event{flex-wrap: wrap;}
    .flex_event img{margin-bottom: 20px;}
    body:before{min-height: 170vh;}
    .navbar-default .navbar-toggler .icon-bar, header.sticky .navbar-default.header-light .navbar-toggler .icon-bar, header.sticky .navbar-default.header-light-transparent .navbar-toggler .icon-bar {
        background: #fff;
    }
    nav.navbar.bootsnav .navbar-nav {
        margin: 0;
        padding: 0;
        background-color: rgb(4 4 4) !important;
        padding-right: 1px;
    }
    nav{background: #111 !important}
 }

 /* iPad in portrait & landscape */
 @media only screen
 and (min-device-width : 768px)
 and (max-device-width : 1024px)  {
    .ipad-off{display: none;}
    .img-lateral {
        right: 6vw !important;
    }
    .navbar-default .navbar-toggler .icon-bar, header.sticky .navbar-default.header-light .navbar-toggler .icon-bar, header.sticky .navbar-default.header-light-transparent .navbar-toggler .icon-bar {
        background: #fff;
    }
    nav.navbar.bootsnav .navbar-nav {
        margin: 0;
        padding: 0;
        background-color: rgb(4 4 4) !important;
        padding-right: 1px;
    }
    nav{background: #111 !important}





}
.middlesection{
    position: absolute;
        right: 0;
        top: 0;
        width: 50%;
}