h2{text-transform: uppercase;}
nav.navbar.navbar-default ul.nav > li > a,
footer ul a,
.CTA a img,
.navigationPrayer ul li a:before,
.seg{-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;}

.btn2{
    padding: 10px 25px !important;
}
section.first,
section:first-child{padding-top: 170px !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;}
.mb-80{margin-bottom: 80px;}
.tabld{
    display: flex;
    flex-direction: column;
    border-bottom: 0 !important;
}
.tab-content{
    border-right: 1px solid #D9AB80 ;
    padding-right: 60px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover,
.nav-tabs>li>a.active, .nav-tabs>li>a.active:focus, .nav-tabs>li>a.active:hover{border: 0 !important;border-radius: 0 !important;padding: .5rem 1rem !important;}
body .nav-tabs .nav-link{color: black;font-weight: bold;border: 0 !important;border-radius: 0 !important;padding: .5rem 1rem !important;}
body .nav-tabs .nav-link.active{
    color: #D9AB80 !important;
    background-color: transparent !important;
}
.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-title{
    font-size: 1rem !important;
    padding-bottom: 20px;
}
.panel-heading{position: relative;}
.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: #FF783C;
    border-radius: 100px;
}
.mb-0P li{margin-bottom: 20px;position: relative;}
.mb-0P p{margin-bottom: 0;}


header nav.navbar-default, nav.navbar.bootsnav{
    background-color: #000000;
}
nav.navbar.navbar-default ul.nav > li > a{
    color: white !important;
}
.gold{color: #D9AB80 !important;}
body .col-md-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
footer ul{list-style: none;margin: 0;padding: 0}
footer ul a{color: white !important; font-size: 14px;}
footer ul a:hover{color: #D9AB80 !important;}
footer ul li{margin-bottom: 10px;}
.mw250{max-width: 250px;}
.mw320{max-width: 320px;}
.flexFooter{display: flex;justify-content: space-between;flex-wrap: wrap;}
.mr-20{margin-right: 20px;}
.f14{font-size: 12px;}
    .fa-heart {
        animation: heartbeat 3s infinite;
    }

    @keyframes heartbeat {
        0% {
            transform: scale( .75);
        }
        20% {
            transform: scale( 1.3);
        }
        40% {
            transform: scale( .75);
        }
        60% {
            transform: scale( 1.3);
        }
        100% {
            transform: scale( .75);
        }
    }
nav.navbar.navbar-default ul.nav > li > a:hover{
    color: #D9AB80 !important;
}
 .CTA .rr{border-right: 1px solid white;}
 .CTA img{width: 30px;margin-left: 20px;}
 .CTA a:hover img{
     transform: rotate(45deg);
 }
.CTA a{
     display: flex;
     align-items: center;
     padding:  60px 40px;
     text-transform: uppercase;
     font-weight: bold;
     font-size: 30px;
     color: white;
}
.lead{
    color: white;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
}
.division{margin: 60px -15px}
.division hr{background-color: white;}
.flex-between{justify-content: space-around;display: flex;}
.rotator{
    position: absolute;
    left: 0;
    top: 0;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 40s linear infinite;
  -moz-animation: rotating 40s linear infinite;
  -ms-animation: rotating 40s linear infinite;
  -o-animation: rotating 40s linear infinite;
  animation: rotating 40s linear infinite;
}
.accordion-style1 .panel-title {
    padding-right: 30px;
    position: relative;
    color: white;
    font-size: 26px !important;
    font-weight: bold;
}
body .accordion-style1 .panel-heading i {
    color: #D9AB80 !important;
    font-weight: bold !important;
}
body .accordion-style1.panel-group .panel-heading {
    border: 0px;
    border-bottom: 1px solid #D9AB80;
}
.navigationPrayer{
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
}
.navigationPrayer ul{
     margin: 0;
     padding: 0;
     width: 100%;
     display: flex;
     justify-content: space-between;
     list-style: none;
     border-top: 1px solid white;
}
.navigationPrayer ul li:last-child{
     border-right: 0px solid white;
}
.local_.navigationPrayer ul li{
 max-width: 20%;

}
.navigationPrayer ul li{
 width: 33.33%;
 text-align: center;
 border-right: 1px solid white;
}
.navigationPrayer ul li a small{
 color: white;
     font-weight: bold;
 font-size: 12px;
 display: block;
}
.navigationPrayer ul li a:hover{color: white;}
.navigationPrayer ul li a:hover:before{width: 100%}
.navigationPrayer ul li a{
     display: block;
     color: #D9AB80;
     font-size: 30px;
     text-transform: uppercase;
     font-weight: bold;
     padding: 30px;
     position: relative;
}
.navigationPrayer ul li a:before{
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     width: 0%;
     background-color: #D9AB80;
     height: 100%;
     z-index: -1;
}
.f30{
    font-size: 24px;
    line-height: 1.4;
}
.tobtn a+a{margin-left: 40px;}

.angle2 {
    width: 100%;
    max-width: 1170px;
    display: block;
    position: absolute;
    bottom: 10%;
    z-index: 7;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: downStyle2 2s infinite;
    animation: downStyle2 2s infinite;
}
.angle2 i {
    font-size: 4pc;
    width: 45px;
    height: 45px;
    color: #d9ab80 !important;
    line-height: 1.4;
}
@-webkit-keyframes downStyle {
    0% {opacity: .5 !important;bottom: 7.2vh}
    50% {opacity: 1 !important;bottom: 8.5vh}
    100% {opacity: .5 !important;bottom: 7.2vh}
}
@-webkit-keyframes downStyle2 {
    0% {opacity: .5 !important;bottom: 3.2vh}
    50% {opacity: 1 !important;bottom: 5.5vh}
    100% {opacity: .5 !important;bottom: 3.2vh}
}
.position-relative{position: relative;}

.navigationPrayer ul li a span{
    display: block;
    line-height: 1.5;
    padding-bottom: 10px;
}

/*13 inch retina*/
@media (min-width: 799px) and (max-width: 1350px) {
    body .navigationPrayer ul li a{
        padding: 0px 30px !important;
    }
    body .CTA a {
        display: flex;
        align-items: center;
        padding: 41px 9px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 22px;
        color: white;
    }
    body .angle2 {
        max-width: 970px;
    }
}