#SMALL, .purplesec {
    background: linear-gradient(270deg, #7E96B0, #5E81A8);
    background-size: 400% 400%;
}




@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

#EVENTS {
    background: linear-gradient(270deg, #0B2A62, #566B83);
    background-size: 400% 400%;

}
#SPECIALTY {
    background: linear-gradient(270deg, #A2BBD6, #566B83);
    background-size: 400% 400%;

}
.cero18{
    background: linear-gradient(270deg, #566B83, #0B2A62);
    background-size: 400% 400%;
}

#EVENTS,
#SPECIALTY,
.cero18,
.purplesec {
    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite;
}


.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-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;}



.tree{
    position: absolute;
    width: 80%;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.vertical-align:not(.natural) {
    top: 35%;
}

aside{
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    bottom: 0;
    z-index: 3;

}
aside ul:before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: white;
    top: 49%;
    left: 0;
    position: absolute;
}
aside ul{
    position: relative;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

aside li:nth-child(1) a:before{
    background: #7E96B0
}
aside li:nth-child(2) a:before{
    background: #566B83
}
aside li:nth-child(3) a:before{
    background: #A2BBD6
}
aside li:nth-child(4) a:before{
    background: #0B2A62
}
aside li:nth-child(5) a:before{
    background: #07193a
}

.mb-130{margin-bottom: 130px !important;}

aside li a:before {
    content: "";
    width: 140px;
    height: 140px;
    border: 1px solid white;
    border-radius: 500px;
    position: absolute;
}
aside li a:hover:before{
    width: 155px;
    height: 155px;
}
aside li a {
    color: white !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

aside li span{position: relative;z-index: 9;}

aside li {
    width: 140px;
    text-align: center;
    color: white;
    font-weight: bold;
    height: 209px;
    display: flex;
    align-items: center;
    justify-content: center;
}

hr,
.closeX,
aside 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;}
p{margin-bottom: 25px !important;}
h3{
    font-size: 25px !important;
    margin-bottom: 0px;
    line-height: 1;
    font-weight: bold !important;
}
#SPECIALTY h3,
#SMALL h3{color:  #0B2A62}
#CERO h3{color:  #7E96B0}

.popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    display: none;
}
.closeX:hover{
    -webkit-transform: scale(1.2,1.2);
}
.closeX{
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
}

section.height-100{height: 100vh !important}


/*13 inch retina*/
@media (min-width: 799px) and (max-width: 1350px) {
  body h3{
      font-size: 22px !important;
  }
}


/* ==============================
   Phone
   ============================== */
@media (max-width: 480px) and (min-width: 320px){
    section.s1010{
        background-position: 10% 50% !important;
    }
    #EVENTS,
    #SPECIALTY,
    .cero18,
    .purplesec{
        padding:  0 !important;
    }
    aside li a:before{display: none;}
    body .tree {
        width: 100%;
    }
    .popup{height: auto !important;padding:  40px 0 !important}
    .vertical-align:not(.init) {
        position: relative;
        top: 0% !important;
        -webkit-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
        transform: translateY(0%) !important;
    }
    aside li {
        max-height: 125px;
    }
    body .vertical-align:not(.natural) {
        top: 35% !important;
    }
    body p{
        font-size: 16px;
        line-height: 1.5;
    }
    body {
        overflow: initial !important;
    }
    .natural:not(.init){
        height: calc(100vh - 86px);
        overflow: scroll;
        padding-bottom: 140px !important;
    }
}



aside.position_right ul{
    flex-direction: column;
}
aside.position_right ul.active:before{
    height: 88%;
}
aside ul.active:before{
    -webkit-transition: all !important;-webkit-transition-timing-function: ease-out !important;-webkit-transition-duration: 700ms !important;-moz-transition: all !important;-moz-transition-timing-function: ease-out !important;-moz-transition-duration: 700ms !important;
}
aside.position_right ul:before {
    content: "";
    width: 1px;
    height: 0%;
    background-color: white;
    top: 42px;
    left: 62px;
    position: absolute;
}
aside.position_right{
    position: absolute;
    right: 0;
    width: auto;
    margin: auto 0;
    left: auto;
    top: 0;
    display: flex;
    align-items: center;
}
aside.position_right li a{
    font-size: 13px;
    line-height: 1.1;
}
aside.position_right li a:before {
    content: "";
    width: 100px;
    height: 100px;
}

aside.position_right li a:hover:before{
    width: 125px;
    height: 125px;
}
aside.position_right li {
    width: 125px;
    height: 125px;
}


/* Imac Resolutions :) */
@media all and (min-width:1921px) and (max-width: 3560px) {
    .section-mod{height: 100vh !important}
    .section-mod >.container{
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

hr{
    border-color: rgba(255,255,255,0.4);
    width: 0%;
    height: 2px;
    float: left;
}
hr.active{ width: 100%;}
.block{
    display: block;
    width: 100%;
    height: 2px;
    float: left;
    margin-bottom: 40px;
}

.menu_mobile{display: none;}
/* ==============================
   Phone
   ============================== */
@media (max-width: 480px) and (min-width: 320px){
    .position_right,
    aside{display: none !important;}
    .menu_mobile{
        display: block !important;
    }
}

.menu_mobile{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.menu_mobile ul{
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    list-style: none;
}
.menu_mobile li{
    width: 25%
}
.menu_mobile li a{
    display: block;
    text-align: center;
    padding: 15px;
}
.menu_mobile li a img{
    height: 36px;
}
.menu_mobile li a span{
    display: block;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.menu_mobile li:nth-child(1){
    background: #7E96B0
}
.menu_mobile li:nth-child(2){
    background: #566B83
}
.menu_mobile li:nth-child(3){
    background: #A2BBD6
}
.menu_mobile li:nth-child(4){
    background: #0B2A62
}
.menu_mobile li:nth-child(5){
    background: #07193a
}