
body{
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 14px;
    color: #0C2340;
}
::selection {
    background: #EE2737;
    color: #fff;
    text-shadow: none;
}
a, button, input {
    outline: medium none !important;
    color: #ee2737;
}
ul{
    list-style: none;
}
h1, h2, h3, h4, h5, h6{
    color: #0C2340;
}
h1{
    font-size: 60px;
    line-height: 1.2;
}
h5 {
    font-size: 18px;
}
a{
    cursor: pointer;
}
a:focus, a:hover {
    color: #EE2737;
    text-decoration: none !important;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-item .nav-link.active {
    color: #EE2737;
}

.dark-bg {
    background-color: #101820 !important;
}
.bg-brand1 {
    background-color: #EE2737 !important;
}
.bg-brand2{
    background-color: #0C2340 !important;
}
.text-brand1 {
    color: #EE2737;
}
.text-brand2{
    color: #0C2340;
}
.f12{
    font-size: 12px !important;
}
.f14{
    font-size: 14px !important;
}
.f16{
    font-size: 16px !important;
}
.f18{
    font-size: 18px !important;
}
.f20{
    font-size: 20px !important;
}
.f22{
    font-size: 22px !important;
}
.fw-100{
    font-weight: 100 !important;
}
.fw-200{
    font-weight: 200 !important;
}
.fw-300{
    font-weight: 300 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-800{
    font-weight: 800 !important;
}


.topbar-link i {
    color: #EE2737;
}
.btn {
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
}
.btn.btn-theme {
    background: #EE2737;
    color: #ffffff;
}
.btn.btn-theme2 {
    background: #0C2340;
    color: #ffffff;
}
.btn:before {
    background: #EE2737;
}
.btn:after {
    width: 25px;
    height: 2px;
    left: -30px;
    top: 50%;
    margin-top: 0px;
}

.btn.btn-white::before{
    background: #ffffff;
}
.btn.btn-white::after{
    background: #EE2737;
}

#header-wrap {
    background: rgb(255 255 255);
}
.navbar-nav .nav-link {
    color: #0C2340;
    margin: 0 16px;
}

.logo img {
    height: 45px;
}
.fixed-header .logo img{
    height: 40px;
    padding: 0px 0px;
}
#header-wrap.fixed-header {
    background: #ffffff;
    /* padding: 0 3%; */
}
.search-icon{
    transform: translateY(0%) scaleX(-1);
    margin-top: 10px;
    font-size: 15px !important;
    margin-right: 5px !important;
}
.social-icons li a {
    width: auto;
    padding: 0px 10px;
    font-size: 12px;
}
.topbar-link a, .topbar-link {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
}
.topbar-link a:hover {
    color: #EE2737;
}
.header-top{
    border-bottom-left-radius: 50px;
}
.text-theme2 {
    color: #EE2737;
    text-decoration: none;
}
.text-theme2:hover, .text-theme2:focus {
    color: #EE2737;
}
.header-call a:hover {
    text-decoration: none !important;
}
.lang_switch{
    font-size: 25px;
    margin-top: 5px;
}

#mc-form input[type="email"], #mc-form input[type="text"] {
    width: 65%;
    border: none;
    background: #ffffff;
    color: #0d2c13;
    font-size: 14px;
    padding: 0 20px;
    height: 50px;
}
.search-form{
    padding: 5px;
    position: relative;
    background: #ffffff;
}
.lead {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
}
.art-image{
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: 2;
}
.art-image img{
    max-width: 400px;
    height: inherit;
    opacity: 0.8;
}
.fullscreen-banner {
    position: relative;
    /* max-height: 700px; */
}
.youtube-background{
    z-index: 9 !important;
    /* background-image: none !important; */
}
.youtube-background::before{
    position: absolute;
    content: '';
    background-color: #0d234099;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;

    background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
    background-size: 4px 4px;
}
.text-type span {
    color: #ffffff;
}
.section-title h2 span {
    color: #EE2737;
    font-weight: 900;
    text-decoration: underline;
}
.list-icon-2 li:before {
    border: 1px solid #EE2737;
}
.section-title h6 {
    color: #EE2737;
}
.brand-bg-right::before{
    /* content: '';
    position: absolute;
    background-image: url(img/images/adu/art-red-2.png); */
}

.scroll-top a, .scroll-top a:visited {
    background: #0d2340;
}
.scroll-top a:hover, .scroll-top a:focus {
    color: #0d2340;
    background: #ffffff;
}
.video-btn .play-btn i {
    color: #0d2340;
}
.video-btn .play-btn:hover i {
    transform: translate3d(-50%, -50%, 0) scale(.75);
    color: #EE2737;
}
.cases-item.style-2 .cases-images:before {
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgb(13 35 64) 55%);
    background: linear-gradient(to bottom, rgba(0,73,208,0) 0%, rgb(13 35 64) 55%);
}
[data-overlay]:before {
    position: absolute;
    content: '';
    /* background-color: #0d234099; */
    background-color: #0000006b;
    z-index: 9;
}
.cases-item.style-2:hover .cases-images:before {
    background: -webkit-linear-gradient(top, rgba(0,73,208,0) 0%, #EE2737d4 0%);
    background: linear-gradient(to bottom, rgba(0,73,208,0) 0%, #EE2737d4 0%);
}
.cases-item.style-2 .cases-desc .cases-icon {
    background: transparent;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    line-height: 45px;
    background: #0d2340;
    font-size: 25px;
    top: 50%;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover, .banner-slider.owl-carousel .owl-nav button.owl-prev:hover, .banner-slider.owl-carousel .owl-nav button.owl-next:hover {
    color: #fff;
    border-color: #EE2737;
    background: #EE2737;
}
.counter-icon i {
    color: #EE2737;
}
.counter-icon i:after {
    background: #EE2737;
}
.bg-effect-2:after {
    background: #0e2340;
}
.cases-images:before {
    background: #0e2340;
}
.cases-desc small {
    background: #0e2340;
    font-size: 12px;
    color: #ffffff;
}
.cases-icon {
    color: #EE2737;
}
.subscribe-form {
    padding: 5px;
    background: #ffffff;
}
.media-icon li i {
    font-size: 24px;
    color: #EE2737;
}
.media-icon li {
    margin-bottom: 10px;
}
.footer h4:before{
    display: none;
}
.footer h4 {
    padding-left: 0;
    position: relative;
}
.footer-list li a:hover {
    color: #EE2737;
    padding-left: 15px;
}
.footer-list li a:before {
    content: "";
    background: #EE2737;
}
.footer-list li a {
    font-size: 14px;
    font-weight: 300;
}
.copyright {
    border-top: 1px solid #e1e1e15e;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 600;
    color: black;
    letter-spacing: 1px;
}
.post-date {
    position: absolute;
    right: 15px;
    bottom: 0;
    background: #EE2737;
}
.post .post-desc h4 a:hover {
    color: #d92730;
}
.cases-desc h4 {
    margin-bottom: 0;
    font-weight: 400;
}


#header-wrap{
    background: transparent;
}
/* .header-container{
    padding: 0 5.5%;
} */
.header-row{
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}
.navbar-nav .nav-item {
    margin: 0;
    position: initial;
}
#marker {
position: absolute;
top: -8px;
height: 3px;
display: none;
border-top: 2px solid #EE2737;
-webkit-transition: width 0.3s, left 0.3s;
-moz-transition: width 0.3s, left 0.3s;
-ms-transition: width 0.3s, left 0.3s;
-o-transition: width 0.3s, left 0.3s;
transition: width 0.3s, left 0.3s;
}


.drawer-content { 
    /* background-color: #EE2737; */
    background-color: #0C2340;
}
.drawer.show, .drawer {
    width: 450px;
    z-index: 99999;
    outline: none;
    text-decoration: none;
}
.drawer-backdrop {
    z-index: 9999;
}
.drawer-header, .drawer-footer{
    border: none !important;
    z-index: 9;
}
.drawer-body, .drawer-footer {
    padding: 1rem 3.5rem;
    z-index: 9;
}
.logo-sidebar img{
    width: 250px;
}
.sidebar-menu-list {
    margin: 65px 0px;
}
.sidebar-menu-list li {
    margin-bottom: 15px;
    text-transform: capitalize;
}
.sidebar-menu-list li a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
}
.sidebar-menu-list li a::after, .sidebar-menu-list li a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
}
.sidebar-menu-list li a::after {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.sidebar-menu-list li a::before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.sidebar-menu-list li a:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .9s cubic-bezier(.19,1,.22,1) .25s;
    transition: -webkit-transform .9s cubic-bezier(.19,1,.22,1) .25s;
    -o-transition: transform .9s cubic-bezier(.19,1,.22,1) .25s;
    transition: transform .9s cubic-bezier(.19,1,.22,1) .25s;
    transition: transform .9s cubic-bezier(.19,1,.22,1) .25s,-webkit-transform .9s cubic-bezier(.19,1,.22,1) .25s;
}
.sidebar-menu-list li a:hover::after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .9s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .9s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .9s cubic-bezier(.19,1,.22,1);
    transition: transform .9s cubic-bezier(.19,1,.22,1);
    transition: transform .9s cubic-bezier(.19,1,.22,1),-webkit-transform .9s cubic-bezier(.19,1,.22,1);
}
.drawer-footer li{
    display: inline-block;
}
.drawer-footer  a{
    font-size: 18px;
    margin-right: 18px;
}
.art-image-left {
    left: -5px;
}
.art-image-right {
    right: -5px;
}
.scroll-down img{
    width: 150px;
    margin: 0 auto;
}
.owl-carousel .owl-dots {
    bottom: 20px;
   
    left: 0;
    transform: initial;
    right: 0;
}
.owl-carousel .owl-dots .owl-dot span {
    background: #ffffff;
    width: 10px;
    height: 10px;
}
.owl-carousel .owl-dots .owl-dot:hover span, .owl-carousel .owl-dots .owl-dot.active span {
    background: #ee2737;
    height: 15px;
}
.sub-text{
    font-weight: 400;
}
.sub-text::before{
    content: '';
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: currentColor;
    vertical-align: middle;
    margin-right: 7px;
}



.pattern-mark{
    position: relative;
    display: block;
    margin-left: 50px;
}
.pattern-mark svg{
    fill: #ee2737;
}
.pattern-button-container{
    position: relative;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    margin: 28px 0 0;
}
.pattern-button{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ee2737;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
    float: right;
}
.pattern-holder{
    position: relative;
}
.pattern-before{
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.pattern-navigation-text{
    font-size: 100px;
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: 0;
}
.pattern-after{
    background-image: url(../img/images/adu/bg-svg.svg);
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
}
.parallax-section{
    
}
.video-button-play-inner{
    position: relative;
    display: block;
    text-align: center;
    margin: 7rem;
}
.video-play-button--moving{
    display: block;
    line-height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 80px;
    line-height: 1;
}
.video-button-icon-border{
    line-height: inherit;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 3em;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.b-bottom{
    border-bottom: 2px solid;
    padding-bottom: 25px;
    margin-bottom: 35px;
}
button.owl-dot {
    border: 1px solid #80808063 !important;
}
button.owl-dot.active {
    border: 0px solid #ffffff !important;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    line-height: 45px;
    background: transparent;
    font-size: 45px;
    top: 50%;
    color: #0d23404f;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover, .banner-slider.owl-carousel .owl-nav button.owl-prev:hover, .banner-slider.owl-carousel .owl-nav button.owl-next:hover {
    color: #ee2737;
    background: transparent;
}
.z-1{
  z-index: 1 !important;  
}
.z-2{
    z-index: 2 !important;  
}
.z-3{
    z-index: 3 !important;  
}
.z-4{
    z-index: 4 !important;  
}
.z-5{
    z-index: 5 !important;  
}
.z-6{
    z-index: 6 !important;  
}
.z-7{
    z-index: 7 !important;  
}
.z-8{
    z-index: 8 !important;  
}
.z-9{
    z-index: 9 !important;  
}
.form-select, #respond input[type=text], #respond textarea, .post-password-form input[type=password], .qodef-style-form textarea, .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, input[type=email], input[type=password], input[type=text], .form-control {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    padding: 5px;
    font-family: inherit;
    font-size: 18px;
    line-height: 2.4;
    font-weight: 700;
    color: #0C2340;
    background-color: transparent;
    border-width: 0;
    border-bottom: 2px solid #0C2340;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}
.testimonial-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 0;
    color: #0C2340;
}
.owl-carousel.news-carousel .owl-nav {
    top: 20px;
}
.owl-carousel.news-carousel .owl-next{
    left: -100px;
    right: auto;
    margin: 50px 0px;
}
.owl-carousel.news-carousel .cases-desc{
    /* top:0; */
}
.news-carousel .news-item .btn{
    /* position: absolute;
    bottom: 20px; */
    padding: 16px 35px;
}
.news-carousel .news-item .cases-desc {
    padding: 0px 20px;
    position: absolute;
    bottom: 0;
    transform: initial;
}
.owl-carousel.news-carousel .owl-stage-outer{
    padding-bottom: 10px;
}

.owl-carousel.news-carousel .owl-nav button {
    border: 1px solid #0d23404f;
    font-size: 16px;
    color: #0C2340;
    width: 30px;
    height: 30px;
    line-height: 0px;
}
.owl-carousel.news-carousel .owl-nav button:hover{
    border: 1px solid #ee2737;
}
.owl-carousel.news-carousel .cases-item{
    box-shadow: none !important;
}
footer{
    background: #0d2340;
}
.text-grey{
    color: #b8b8b8;
}
.text-brand-2 {
    color: #0d2340;
}
.social-footer li {
    display: inline-block;
}
.social-footer li a{
    font-size: 18px;
    margin-right: 18px;
}
#back-to-top{
    position: fixed;
    width: 150px;
    right: -80px;
    bottom: 15px;
    margin: 0;
    z-index: 10000;
    background: transparent;
    box-shadow: none;
    line-height: 1;
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 18px;
    color: #ee2737;
    text-decoration: underline;
}

  #hamburger-icon {
    /* width: 50px;
    height: 35px;
    padding: 10px;
    display: block;
    text-align: right; */
    /* width: 40px;
    direction: rtl; */

    direction: rtl;
    border: none;
    padding: 10px 5px;
    background: #0C2340;
    border-radius: 2px;
  }
  
  #hamburger-icon .line {
    width: 40px;
    background: #0C2340;
    margin: 5px 0 0 0;
    display: block;
    transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
    border: 1px solid #ffffff;
  }
  .line-1 {
    margin-top: 0;
  }
  
  #hamburger-icon .line-1 {
    width: 30px;
  }
  
  #hamburger-icon .line-2 {
    width: 40px;
  }
  
  #hamburger-icon .line-3 {
    width: 20px;
  }
  
  #hamburger-icon:hover .line-1 {
    width: 40px;
  }
  
  #hamburger-icon:hover .line-2 {
    width: 40px;
  }
  
  #hamburger-icon:hover .line-3 {
    width: 40px;
  }


a.button-layout-1 {
    font-size: 18px;
    font-weight: 400;
    color: #0C2340;
    position: relative;
    top: 1.5rem;
}
a.button-layout-1::after, a.button-layout-1::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
}
a.button-layout-1::after {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
a.button-layout-1::before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

a.button-layout-1:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .9s cubic-bezier(.19,1,.22,1) .25s;
    transition: -webkit-transform .9s cubic-bezier(.19,1,.22,1) .25s;
    -o-transition: transform .9s cubic-bezier(.19,1,.22,1) .25s;
    transition: transform .9s cubic-bezier(.19,1,.22,1) .25s;
    transition: transform .9s cubic-bezier(.19,1,.22,1) .25s,-webkit-transform .9s cubic-bezier(.19,1,.22,1) .25s;
}
a.button-layout-1:hover::after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .9s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .9s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .9s cubic-bezier(.19,1,.22,1);
    transition: transform .9s cubic-bezier(.19,1,.22,1);
    transition: transform .9s cubic-bezier(.19,1,.22,1),-webkit-transform .9s cubic-bezier(.19,1,.22,1);
}











.button-holder{
    color: #0C2340 !important;
    background-color: transparent;
    border: 1px solid #0C2340;
    position: initial;
    text-align: center;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    width: auto;
    font-family: inherit;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 11px 32px 12px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    margin-top: 25px;
    float: right;
}
.button-holder .button-layout-2 {
    position: relative;
}
.button-holder .button-layout-2:after, .button-holder .button-layout-2:before {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    bottom: 1px;
    width: calc(100% + 2px);
    height: 1px;
    background-color: currentColor;
}
.button-holder .button-layout-2:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.button-holder .button-layout-2:after {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.button-holder:hover .button-layout-2:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .9s cubic-bezier(.19,1,.22,1) .25s;
    transition: -webkit-transform .9s cubic-bezier(.19,1,.22,1) .25s;
    -o-transition: transform .9s cubic-bezier(.19,1,.22,1) .25s;
    transition: transform .9s cubic-bezier(.19,1,.22,1) .25s;
    transition: transform .9s cubic-bezier(.19,1,.22,1) .25s,-webkit-transform .9s cubic-bezier(.19,1,.22,1) .25s;
}
.button-holder:hover .button-layout-2:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .9s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .9s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .9s cubic-bezier(.19,1,.22,1);
    transition: transform .9s cubic-bezier(.19,1,.22,1);
    transition: transform .9s cubic-bezier(.19,1,.22,1),-webkit-transform .9s cubic-bezier(.19,1,.22,1);
}




.qodef-pt-prices.qodef-pattern-holder {
    position: relative;
}
.qodef-pattern-holder .qodef-pattern-after, .qodef-pattern-holder .qodef-pattern-before {
    top: -10px;
}

.qodef-pt-prices .qodef-pt-price{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #ee2737;
    line-height: 1em;
    font-weight: 900;
    font-size: 85px;
}
.qodef-pattern-holder .qodef-pattern-after, .qodef-pattern-holder .qodef-pattern-before {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.qodef-pt-prices .qodef-pt-mark {
    position: absolute;
    display: block;
    margin: 1px 0 0;
}
@media only screen and (max-width: 1440px){
    /* .qodef-pt-prices .qodef-pt-price {
        font-size: 105px;
    } */
    
}
@media only screen and (max-width: 1440px){
    /* .qodef-pt-prices .qodef-pt-price {
        font-size: 85px;
    } */
}


.qodef-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: inherit;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 15px 32px 12px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}
.qodef-btn.qodef-btn-solid {
    color: #fff;
    background-color: #0C2340;;
    border: 1px solid transparent;
}
.qodef-btn {
    z-index: 9;
    /* min-width: 200px; */
    min-width: auto;
    float: left;
    text-align: center;
}
.qodef-btn .qodef-btn-text {
    position: relative;
}
.qodef-btn .qodef-btn-text:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.qodef-btn .qodef-btn-text:after, .qodef-btn .qodef-btn-text:before {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    bottom: 1px;
    width: calc(100% + 2px);
    height: 1px;
    background-color: currentColor;
}
.qodef-btn .qodef-btn-text:after {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.qodef-btn:hover .qodef-btn-text:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .9s cubic-bezier(.19,1,.22,1) .25s;
    transition: -webkit-transform .9s cubic-bezier(.19,1,.22,1) .25s;
    -o-transition: transform .9s cubic-bezier(.19,1,.22,1) .25s;
    transition: transform .9s cubic-bezier(.19,1,.22,1) .25s;
    transition: transform .9s cubic-bezier(.19,1,.22,1) .25s,-webkit-transform .9s cubic-bezier(.19,1,.22,1) .25s;
}
.qodef-btn:hover .qodef-btn-text:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .9s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .9s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .9s cubic-bezier(.19,1,.22,1);
    transition: transform .9s cubic-bezier(.19,1,.22,1);
    transition: transform .9s cubic-bezier(.19,1,.22,1),-webkit-transform .9s cubic-bezier(.19,1,.22,1);
}


.video-sliders .pattern-navigation-text{
    background-image: url(../img/images/adu/bg-svg.svg);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 7px;
    opacity: 0.5;
    font-size: 90px;
}
.video-sliders .pattern-text-holder{
    position: absolute;
    right: 0;
    transform: scale(-1);
    writing-mode: vertical-lr;
    top: 0;
    bottom: 10px;
    text-align: left;
}
.video-sliders .owl-carousel .owl-dots{
    bottom: -55px;
}
.video-sliders .owl-carousel .owl-dots .owl-dot span {
    background: #ccc;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.video-sliders button.owl-dot {
    border: none !important;
    margin: 0px 10px;
    padding: 10px !important;
    border-radius: 50px;
}
.video-sliders button.owl-dot.active {
    border: 1px solid #ccc !important;
    padding: 10px !important;
    border-radius: 50px;
}
.video-sliders .owl-carousel .owl-dots .owl-dot:hover span, .video-sliders .owl-carousel .owl-dots .owl-dot.active span {
    background: #0C2340;
    height: 8px;
    width: 8px;
}
.testimonial-pattern-holder{
    position: absolute;
    top: -4rem;
    right: 0;
    z-index: 0;
}
.pattern-image-holder{
    background-image: url(../img/images/adu/bg-svg.svg);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.75;
}
.testimonial-image{
    position: absolute;
    right: 0;
    bottom: 0;
}
.cases-desc h5{
    font-weight: 100;
    letter-spacing: 1px;
}

.news-item{
    cursor: pointer;
}

.news-item .cases-desc{
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,73,208,0) 0%, rgb(13 35 64 / 80%) 30%);
}
.news-item:hover img{
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.news-item .cases-desc .justify-content-between{
    z-index: 9;
}

.news-item:hover .cases-images::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: linear-gradient(to bottom, rgba(0,73,208,0) 0%, #77020b54 0%);
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.cases-item.style-2 .cases-desc {
    bottom: 3vh;
}

.alert-box{
    background: #0d2340eb;
    text-align: center;
    position: absolute;
    z-index: 99999;
    width: 100%;
    left: 0;
    right: 0;
    min-height: 80px;
    top: 0;
    padding: 10px;
    animation: smoothScroll 1s forwards;
}
.alert-close{
    position: absolute;
    right: 25px;
    cursor: pointer;
    z-index: 9;
}

a.button-holder.active{
    color: #ee2737 !important;
}
.widget-overlay{
    width: 100%;
    height: 50px;
    background: white;
    position: absolute;
    z-index: 9999999;
    bottom: 0;
}









.news-block{
    /* min-height: 350px; */
    overflow: hidden;
}
.news-block-image{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: 100%;
}
.news-block-image a{
    display: block;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.news-block-image img{
    -webkit-transition: -webkit-transform 1s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform 1s cubic-bezier(.19,1,.22,1);
    -o-transition: transform 1s cubic-bezier(.19,1,.22,1);
    transition: transform 1s cubic-bezier(.19,1,.22,1);
    transition: transform 1s cubic-bezier(.19,1,.22,1),-webkit-transform 1s cubic-bezier(.19,1,.22,1);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    will-change: transform;
    display: block;
}
.news-block-image a::before{
    content: '';
    display: block;
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    opacity: .7;
    -webkit-transition: all .35s cubic-bezier(.61,.92,0,.21);
    -o-transition: all .35s cubic-bezier(.61,.92,0,.21);
    transition: all .35s cubic-bezier(.61,.92,0,.21);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,000000),color-stop(1%,000000),color-stop(56%,transparent),color-stop(74%,transparent));
    background: -o-linear-gradient(bottom,000000 0,000000 1%,transparent 56%,transparent 74%);
    background: linear-gradient(to top,#000000 0,#000000 1%,#00000057 56%,transparent 74%);
    z-index: 10;
}
.news-block-info{
    position: absolute;
    left: 40px;
    bottom: 34px;
    width: calc(100% - 80px);
    z-index: 20;
    display: inline-block;
    vertical-align: middle;
}
.news-block-info h4{
    color: #fff;
    display: block;
    position: relative;
    vertical-align: top;
    margin: 0;
    font-weight: 500;
}
.news-block-info .news-info-dated{
    color: #fff;
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 1.25em;
}
.news-block-info .news-info-dated::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: currentColor;
    vertical-align: middle;
    margin-right: 7px;
}
.news-block-info a{
    color: inherit;
}
.news-block:hover .news-block-image img{
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.news-title-top .news-title{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 20px 20px 0;
    display: block;
    vertical-align: top;
    margin: 0;
    font-weight: 500;
}


.news-block.bg-white .news-title, .news-block.bg-black .news-title{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 20px 20px 0;
    display: block;
    vertical-align: top;
    margin: 0;
    font-weight: 500;
}
.news-block.bg-white .news-block-info .news-title, .news-block.bg-black .news-block-info .news-title{
    visibility: hidden;
    display: none;
}


.news-block.bg-white .news-title{
    color: #e84945;
}
/* .news-title-top .news-title a{
    background-repeat: repeat-x;
    background-position: 0 1.1em;
    background-size: 2px 2px;
} */
.news-block.bg-white .news-title a{
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e84945),to(#e84945));
    background-image: -o-linear-gradient(#e84945 0,#e84945 100%);
    background-image: linear-gradient(#e84945 0,#e84945 100%);
    background-repeat: repeat-x;
    background-position: 0 1.1em;
    background-size: 2px 2px;
    font-weight: 500;
}
.news-title-top .news-block-info .news-info-dated {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 1.25em;
}
.news-block.bg-white .news-block-info .news-info-dated {
    color: #e84945;
}
.news-block .pattern-holder{
    position: absolute;
    bottom: 25px;
    right: 14px;
    top: auto;
}
.news-block .pattern-holder span{
    font-size: 200px;
    /* color: #ee2738; */
    transform: translateY(0%) scaleX(-1);
}
.news-block.bg-white .pattern-holder span{
    color: #ee2738;
}
.news-block.bg-black .pattern-holder span{
    color: #4c4c4c;
}
.news-block .pattern-holder .pattern-after{
    /* background-image: url(../img/images/adu/bg-svg.svg); */
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.news-block.bg-white .pattern-holder .pattern-after{
    background-image: url(../img/images/adu/bg-svg.svg);
}
.news-block.bg-black .pattern-holder .pattern-after{
    background-image: url(../img/images/adu/bg-svg-black.svg);
}
.bg-black{
    background: #000;
}
.bg-blue{
    background: #0d2340;
}
.bg-black h4 {
    color: #fff;
}
.news-block.bg-black .news-block-image, .news-block.bg-white .news-block-image{
    visibility: hidden;
    display: none;
}

.news-block .news-title.top{
    display: none;
}
.news-block.bg-white .news-title.top, .news-block.bg-black .news-title.top{
    display: block;
}
.news-block .pattern-holder{
    display: none;
}
.news-block.bg-white .pattern-holder, .news-block.bg-black .pattern-holder{
    display: block;
}


.video-sliders .owl-carousel.owl-video{
    padding: 0 15.5% 0 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px){
    .video-sliders .owl-carousel.owl-video{
        padding: 0 11.8% 0 0 !important;
    } 
}

/* Cursor */
@media (hover: hover) and (pointer: fine) {
    #cursor {
      z-index: 99;
      position: fixed;
      left: 0;
      top: 0;
      pointer-events: none;
      will-change: transform;
    }
  
    #cursor .cursor--inner {
      width: 5vw;
      height: 5vw;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      border: solid 1px #1d213f;
    }
  }
/* End */


.single-image-holder .pattern-overlay {
    top: 0;
    height: 120%;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s;
    background-image: url('../img/images/adu/image-dot-grey.svg');
    transition-duration: 1.0915s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}


.testimonial-holder{
    list-style: none;
}
.testimonial-item{
    display: inline-block;
    position: relative;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.testimonial-title{
    color: #0C2340;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
    font-weight: 400;
    cursor: pointer;
    text-transform: capitalize;
}
.testimonial-title::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
}
.event-holder{
    margin-bottom: 2rem;
}
.event-holder .qodef-btn{
    min-width: auto;
    color: #0C2340;
    position: absolute;
    bottom: 35px;
}
.event-holder .qodef-btn:hover{
    color: #EE2737;
}
.event-holder .border{
    padding-bottom: 5rem !important;
}


.scroll-container {
    position: relative;
    width: 100vw;
    overflow: hidden;
}

.scrolling-text {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    will-change: transform;
    backface-visibility: hidden;
}

.scrolling-text .scrolling-text-content {
    /* color: #fff; */
    font-size: 120px;
    white-space: nowrap;
    transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    line-height: 1em;
    margin: 50px 0;
}
.text-outline {
    color: #EE2737;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #EE2737;
    letter-spacing: 3px;
    text-stroke: 1px #EE2737;
    /* Future-proofing */
  }

.qodef-btn-outline:hover{
    background: #0d2340;
    color: white !important;
}
.a-tab-nav.qodef-btn-outline:hover{
    background: initial;
}
.a-tab-nav.qodef-btn {
    min-width: auto;
}





/* Mega menu */
.navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 20px;
    background: #ffffff;
    top: 150%;
    border: none;
    margin-top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;

}
.navbar-nav .dropdown:hover > .dropdown-menu { 
    top: 100%;
}
.navbar-nav .dropdown-menu {
    min-width: auto !important;
    max-width: inherit !important;
}
.nav-item.dropdown .dropdown-menu a:before{
    display: none;
}
.ad-mega-menu .dropdown-menu a{
    width: auto;
    min-width: auto;
}
.ad-mega-menu .dropdown-menu ul{
    list-style: none;
    padding: 0;
}
.ad-mega-menu .qodef-btn{
    text-align: left;
    color: #0C2340 !important;
    margin: 0px 20px 5px 0px;
}
.ad-mega-menu .dropdown-menu a:hover{
    color: #EE2737 !important;
    background-color: #0d23400d;
}

/* End */














/* Test for video icon animation */
.qodef-video-button-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.qodef-video-button-holder .qodef-video-button-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.qodef-video-button-holder .qodef-video-button-image img {
    display: block;
    width: 100%;
}
.qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play, .qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.qodef-video-button-holder .qodef-video-button-play {
    color: #fff;
    font-size: 80px;
    line-height: 1;
}
.qodef-video-button-holder .qodef-video-button-play span {
    display: block;
    line-height: inherit;
    height: 275px;
    width: 275px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play .qodef-video-button-play-inner, .qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play-image .qodef-video-button-play-inner {
    position: relative;
    top: 50%;
    left: 0;
    display: block;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}
.qodef-video-button-holder .qodef-video-button-play span {
    display: block;
    line-height: inherit;
    height: 275px;
    width: 275px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.qodef-video-button-holder .qodef-moving {
    will-change: transform;
}

.qodef-video-button-holder .qodef-video-button-icon-border {
    width: 275px;
    height: 275px;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 3em;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.qodef-video-button-holder .qodef-video-button-play span {
    display: block;
    line-height: inherit;
    height: 275px;
    width: 275px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: none;
}
/* End */
.pp_pic_holder.pp_default, .pp_overlay{
    display: none !important;
    visibility: hidden;
}


.campus-item .scrolling-text .scrolling-text-content {
    font-size: 60px;
    margin: 35px 0px;
    color: #ee2737;
}
.campus-slide-content{
    position: absolute;
    bottom: 0;
    z-index: 9;
}
.campus-slide-content .text-outline {
    color: #ffffff;
    -webkit-text-stroke-color: #ffffff;
}




/* Rev */
.hamburger-rev{
    direction: ltr !important;
    background: transparent !important;
}
.hamburger-rev .line {
    background:transparent !important;
    border: 1px solid #0d2340 !important;
}
.rev-search-icon{
    font-size: 1.5rem !important;
    margin-top: 0px;
}
/* .rev-nav .nav-link{
    line-height: initial !important;
} */
.rev-header-row{
    padding-bottom: 0;
}
.rev-event-slider .owl-carousel .owl-dots {
    bottom: 0;
}
.rev-news-slider .owl-carousel .owl-dots{
    bottom: 0;
}
.rev-event-date{
    background: #ee2738;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    padding: 0px 10px;
    border-radius: 0px;
    margin-bottom: 25px;
}
.rev-alert{
    min-height: 105px;
}


.short-menu{
    left: auto !important;
    width: auto !important;
}

.image-block-holder .pattern-overlay{
    transition: transform 1s,-webkit-transform 1s;
    background-image: url(../img/images/adu/image-dot-grey.svg);
    transition-duration: 1.0915s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    display: none;
}
.image-block-holder img{
    /* filter: grayscale(100%); */
    filter: initial;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.row-content-block:hover .image-block-holder img{
    filter: initial;
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.row-content-block:hover .image-block-holder .pattern-overlay {
    opacity: 0;
}
.row-content-block:hover .image-block-holder::before{
    display: none;
}
.block-pattern-holder {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.row-content-block:hover .count{
    transform: rotateY(360deg);
}

.block-pattern-holder .pattern-image-holder{
    background-image: url(../img/images/adu/bg-svg-blue.png);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: 8px;
}
.block-pattern-holder .count{
    color: white;
    font-size: 15rem;

    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.block-content-bg{
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.block-content-bg .content-title{
    color: #ee2737;
    text-decoration: underline;
    font-size: 50px;
}
.content-block-holder{
    padding: 0rem 4rem !important;
}
.row-content-block{
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
}
.rev-testimonial{
    background-image: linear-gradient(0,#0d2340 50%,transparent 50%);
}
.rev-testimonial-title{
    font-size: 150px;
    line-height: 150px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    letter-spacing: 3px;
}
.mt-n08, .my-n08 {
    margin-top: -8rem !important;
}
.rev-testimonial-carousel{
    margin-top: -18rem !important;
}
.owl-carousel.rev-testimonial-carousel .owl-nav button.owl-prev, .owl-carousel.rev-testimonial-carousel .owl-nav button.owl-next {
    line-height: 35px;
    background: transparent;
    font-size: 25px;
    color: #ffffffb8;
    border: 1px solid #ffffff3d;
    width: 45px;
    height: 45px;
}
.owl-carousel.rev-testimonial-carousel .owl-nav button.owl-prev{
    right: 0;
    left: auto;
    top: -70px;
}
.owl-carousel.rev-testimonial-carousel .owl-nav button.owl-next{
    left: auto;
    right: 0;
}
.owl-carousel.rev-testimonial-carousel .owl-nav{
    top: 15%;
    left: 55px;
}


.rev-testimonial-profile-img{
    border-radius: 50%;
    border: 1px solid white;
    padding: 10px;
    max-width: 250px;;
}
.ht-progress-bar .progress .progress-bar {
    height: 4px;
    background-color: #ee2738;
    overflow: visible;
}
.rev-title-outline{
    font-size: 150px;
    line-height: 150px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    letter-spacing: 3px;
}
.rev-title-outline.color-2{
    -webkit-text-stroke-color: #0d2340;
}

.rev-tab-title-outline{
    font-size: 150px;
    line-height: 150px;
    letter-spacing: 3px;
    -webkit-text-stroke-color: #0C2340;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    color: transparent;
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #0C2340, #0C2340 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100%;
    border-bottom: 5px solid #ffffff;
}

.news-events-tabs{
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.news-events-tabs a:hover .rev-tab-title-outline, .news-events-tabs a.active .rev-tab-title-outline{
    transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0%;
}



.image-grey{
    filter: grayscale(100%);
}
.slider-img-holder::before, .image-block-holder::before{
    position: absolute;
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
}
.slider-img-holder .pattern-overlay {
    top: 0;
    height: 120%;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s;
    background-image: url(../img/images/adu/image-dot-grey.svg);
    transition-duration: 1.0915s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

/* End */









/* Inner Pages */
.page-title-header-block{
    min-height: 550px;
    /* height: 550px; */
    height: calc(100vh - 35vh);
    position: relative;
    background-position: center 0 !important;
    background-attachment: initial !important;
}
.page-title-header-block  .pattern-overlay {
    transition: transform 1s,-webkit-transform 1s;
    background-image: url(../img/images/adu/image-dot-grey.svg);
    transition-duration: 1.0915s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;

    display: none;
}
.page-title-header-block[data-overlay]:before{
    position: absolute;
    content: '';
    /* background-color: #0d234099; */
    z-index: 0;
}

.page-title-header-block .page-header-image:before{
    position: absolute;
    content: '';
    background-color: #0d234099;
    z-index: 1;
    width: 100%;
    height: inherit;
}
.page-title-header-block .page-breadcrumb{
    position: absolute;
    bottom: 0;
    /* left: 0; */
    right: 0;
}
.page-title-header-block .page-breadcrumb .breadcrumb{
    background: #ffffff;
    display: inline-block;
    padding: 20px 20px;
    border-radius: 0;
}
.page-title-header-block .page-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #0d234094;
}

.page-title-header-block .page-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #0d234057;
}


.page-title-header-block .page-header-image{
    position: absolute;
    overflow: hidden;
    height: inherit;
}
.page-title-header-block .page-header-image img{
    filter: grayscale(100%);
}
.page-title-header-block .page-header-title{
    font-size: 95px;
    line-height: 110px;
    /* -webkit-text-fill-color: #ffffff00; */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
    letter-spacing: 3px;
}
.breadcrumb-text-dark .breadcrumb-item a {
    color: #0d234063;
}
.breadcrumb-text-dark .breadcrumb-item a:hover {
    color: #EE2737;
}
.breadcrumb-text-dark .breadcrumb-item + .breadcrumb-item:before {
    color: #0d234063;
}

.underlined-item-holder{
    margin: 3rem 0rem;
}
.underlined-item {
    display: inline-block;
    position: relative;
    margin-right: 35px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.underlined-item .item-title{
    color: #0C2340;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
    font-weight: 400;
    text-transform: capitalize;
}
.underlined-item .item-title:hover{
    color: #EE2737;
}
.underlined-item .item-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
}
.underlined-item .item-subtitle{
    font-weight: 400;
    color: #0C2340;
    font-size: 14px;
    /* background: #ebebeb; */
    display: inline-block;
    /* padding: 0px 18px; */
}

.program-detail-tabs{
    border-bottom: 1px solid !important;
    padding-bottom: 3rem;
}

.program-detail-tabs .rev-tab-title-outline{
    font-size: 95px;
    line-height: 95px;
}
.program-content-tabs .price-value {
    background: #EE2737;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 0;
}
.price-value h2 {
    font-size: 16px;
    line-height: 24px;
}
.table td {
    padding: 10px 30px;
    vertical-align: middle;
    color: #0C2340;
}
.table h6{
    margin: 0;
    font-size: 14px;
}





.page-title{
    /* background-position: initial !important; */
    background-size: 100% auto !important;
    min-height: 550px;

}
.page-title[data-overlay]:before {
    z-index: 0;
}
.page-title .pattern-overlay{
    transition: transform 1s,-webkit-transform 1s;
    background-image: url(../img/images/adu/image-dot-grey.svg);
    transition-duration: 1.0915s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.breadcrumb-item.active, .breadcrumb-item a:hover {
    color: #EE2737;
}


::-webkit-input-placeholder { /* Edge */
    font-weight: 300;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
font-weight: 300;
}

::placeholder {
font-weight: 300;
}


.program-holder{
    margin-bottom: 30px;
    /* height: 100%; */
}
.program-holder::before{
    position: absolute;
    content: '';
    background-color: #0d234099;
    z-index: 9;
}
.program-holder .qodef-btn {
    min-width: auto;
    color: #0C2340;
    position: absolute;
    bottom: 20px;
    font-size: 16px;
}
.program-holder .border {
    padding-bottom: 4rem !important;
}
.program-holder .cases-desc small {
    background: transparent;
    font-size: 14px;
    color: #0c2340;
    padding: 0;
    font-weight: 400;
}
.program-holder .cases-desc h4 {
    margin-bottom: 0;
    font-weight: 600;
}
.program-holder .cases-item.style-3:hover .cases-images {
    transform: translateY(0px);
}
.program-holder .cases-images:before {
    transform: initial;
    position: absolute;
    z-index: 1;
    background-color: #0d234073;
}
.program-holder:hover .cases-images:before {
    background-color: transparent;
}

.program-holder .pattern-overlay{
    transition: transform 1s,-webkit-transform 1s;
    background-image: url(../img/images/adu/image-dot-grey.svg);
    transition-duration: 1.0915s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    display: none;
}
.program-holder img{
    /* filter: grayscale(100%); */
    filter: initial;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.program-holder:hover img{
    filter: initial;
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.program-holder:hover .pattern-overlay{
    opacity: 0;
}
.icon-pattern-holder {
    position: absolute;
    top: 0rem;
    right: 0;
    z-index: 0;
    display: none;
}



.text-outline-blue{
    /* font-size: 95px;
    line-height: 110px;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0d2340; */
    letter-spacing: 3px;


    -webkit-text-fill-color: #ee2737;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ee2737;
    font-size: 80px;
    line-height: initial;
}

select.classic {

    background-image: linear-gradient(45deg, transparent 50%, #ffffff 50%), linear-gradient(135deg , white 50%, #95141400 50%), linear-gradient(to right, #0d2340, #0d2340);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.3em 2.5em;
    background-repeat: no-repeat;



  }
  
  select.classic:focus {
    background-image:
      linear-gradient(45deg, white 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, white 50%),
      linear-gradient(to right, gray, gray);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      100% 0;
      background-size: 5px 5px, 5px 5px, 2.3em 2.5em;
      background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
  }


  .faculty-holder{
    cursor: pointer;
    margin-bottom: 5rem;
  }

  .faculty-holder .pattern-overlay{
    transition: transform 1s,-webkit-transform 1s;
    background-image: url(../img/images/adu/image-dot-grey.svg);
    transition-duration: 1.0915s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
  }
  .faculty-holder .faculty-image{
    position: relative;
    overflow: hidden;
  }
  .faculty-holder .faculty-image img{
    /* filter: grayscale(100%); */
    filter: initial;
    /* -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; */


    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

  }
  .faculty-holder .faculty-image::before {
    transform: initial;
    position: absolute;
    z-index: 1;
    /* background-color: #0d234073; */
    opacity: 0.9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.faculty-holder:hover .faculty-image img{
    -webkit-transform: scale(1.05);
	transform: scale(1.05);
    filter: initial;
}
.faculty-holder:hover .pattern-overlay{
    opacity: 0;
    visibility: hidden;
}
.faculty-holder .faculty-info{
    /* opacity: 0;
    visibility: hidden; */
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

    bottom: 0px;
    /* position: absolute; */
}
.faculty-holder:hover .faculty-info{
    /* opacity: 1;
    visibility: visible;
    bottom: -3rem;
    background: white;
    margin: 0px -10px;
    padding: 15px 15px; */

    opacity: 1;
    visibility: visible;
    bottom: 10px;
    background: white;
    margin: 0px 20px;
    width: 100%;
}

.faculty-holder .faculty-description{
    padding: 20px 15px;
    /* background: white;
    border: 1px solid #0e11330f; */
}
.faculty-holder::before{
    content: '';
    position: absolute;
    border: 1px solid #0e113357;
    width: 85%;
    height: 100%;
    top: -15px;
    right: 0;
    z-index: -1;
    /* background: #0d1033; */
}

.faculty-holder::after{
    content: '';
    position: absolute;
    border: 1px solid #f1f1f3;
    width: 91.3%;
    height: 100%;
    top: -1px;
    left: 14px;
    z-index: -1;
    background: white;
}

.accordion .card a[aria-expanded="true"], .accordion .card a:hover {
    background: none;
    color: #EE2737;
}
.accordion .card-header a {
    padding: 20px 10px 20px 30px;
    background: none;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #0C2340;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #0d234038;
}
.accordion .card-body {
    padding: 30px;
    padding-top: 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
}



.image-content-vertical .pattern-overlay{
    transition: transform 1s,-webkit-transform 1s;
    background-image: url(../img/images/adu/image-dot-grey.svg);
    transition-duration: 1.0915s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}
.icv-image-block-holder{
    position: relative;
    overflow: hidden;
}
.icv-image-block-holder::before{
    position: absolute;
    content: '';
    /* background-color: #0d234063; */
    z-index: 1;
    width: 100%;
    height: 100%;
}
.icv-image-block-holder img{
    /* filter: grayscale(100%); */
    filter: initial;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.icv-content-block-holder{
    padding: 55px;

}
.image-content-vertical-holder{
    background: #f8f8f8;
}

.image-content-vertical:hover .icv-image-block-holder img{
    filter: initial;
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.image-content-vertical:hover .pattern-overlay{
    opacity: 0;
    visibility: hidden;
}
.image-content-vertical:hover .icv-image-block-holder::before{
    display: none;
}

.list-icon-bordered i{
    position: absolute;
    margin-left: -30px;
    margin-top: 7px;
}
.list-icon-bordered p{
    padding-left: 35px !important;
}

.form-lite input, .form-lite select{
    border-bottom: 1px solid #0C2340;
}

.card-block-sq, .card-block-sq .single-image-holder{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.card-block-sq img{
    /* filter: grayscale(100%); */
    filter: initial;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.card-block-sq:hover img{
    filter: initial;
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.card-block-sq:hover .pattern-overlay{
    opacity: 0;
    visibility: hidden;
}

.card-block-sq:hover [data-overlay]:before{
    display: none;
}
.card-block-sq .btn-holder .qodef-btn{
    min-width: auto;
    color: #0C2340;
}

.card-block-sq .btn-holder .qodef-btn:hover{
    color: #EE2737
}

/* .faq-category .cat-title */
.faq-category .cat-title{
    color: #0C2340;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
    font-weight: 400;
    cursor: pointer;
    text-transform: capitalize;
}
.faq-category li{
    display: inline-block;
    position: relative;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.faq-category li a:hover i{
    /* color: #EE2737; */

    /* -webkit-animation: mover 0.5s infinite  alternate;
    animation: mover 0.5s infinite  alternate; */
}

.faq-accordion .card-header a {
    line-height: 40px;
}



.a-tab-nav.qodef-btn-outline:hover {
    color: #EA2729 !important;
}




/* revised 27may */

.social-icons li:hover a {
    transform: none;
}
.social-icons li{
    transition: 0.3s;
}

.social-icons li:hover {
   background-color: #EA2729;
}

.language-switcher{
    background: #ee2737;
    position: absolute;
    right: 0;
    padding: 15px 15px 30px 15px;
    top: 35px;
}
.language-switcher a{
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: underline;
}

.rev-fullscreen-banner{
    min-height: auto !important;
    max-height: 90vh !important;
}

/* .rev-slider-intro.owl-carousel{
    height: 70%;
}
.rev-fullscreen-banner{
    min-height: auto;
} */

textarea.form-control{
    border-bottom: 1px solid #0C2340;
}
label {
    font-size: 14px;
    color: #0C2340;
}






/**
 * Base
 */
 .au-btn {
    position: relative;
    border: 0;
    padding: 15px 32px 12px;
    cursor: pointer;
    min-width: 200px;
    text-align: center;

  }
  .au-btn__text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }
  
  /**
   * Button 01
   */
  .au-btn-solid {
    background: #0C2340;
  }
  .au-btn-solid .au-btn__text {
    position: relative;
    z-index: 1;
  }
  .au-btn-solid::before, .au-btn-solid::after {
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 0;
    background-color: #EE2737;
    content: "";
  }
  .au-btn-solid::before {
    left: 0;
  }
  .au-btn-solid::after {
    right: 0;
    transition: width 0.3s;
  }
  .au-btn-solid:hover::before {
    width: 100%;
    transition: width 0.3s;
  }
  .au-btn-solid:hover::after {
    background-color: transparent;
    width: 100%;
  }


  .au-btn-solid-red {
    background: #EE2737;
  }
  .au-btn-solid-red .au-btn__text {
    position: relative;
    z-index: 1;
  }
  .au-btn-solid-red::before, .au-btn-solid-red::after {
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 0;
    background-color: #0C2340;
    content: "";
  }
  .au-btn-solid-red::before {
    left: 0;
  }
  .au-btn-solid-red::after {
    right: 0;
    transition: width 0.3s;
  }
  .au-btn-solid-red:hover::before {
    width: 100%;
    transition: width 0.3s;
  }
  .au-btn-solid-red:hover::after {
    background-color: transparent;
    width: 100%;
  }
/* End */


.adu-counter-block-number-block{
    position: relative;
}

.adu-counter-block .count-num{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #ee2737;
    line-height: 1em;
    font-weight: 900;
    font-size: 75px;
}
.adu-counter-block .counter-pattern{
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../img/images/adu/bg-svg.svg);
    opacity: 0.75;
}

.adu-counter-block .adu-counter-block-number-block{
    display: block;
    float: left;
    width: auto;
    margin-right: 20px;
}
.adu-counter-block .adu-counter-block-content-block{
    display: block;
    float: left;
    width: 50%;
}
.adu-counter-block button{
    position: absolute;
    left: 15px;
    right: 0;
    width: 85%;
    bottom: -5rem;
}


.btn-header{
    display: none;
    position: relative;
    border: 0;
    padding: 3px 25px;
    cursor: pointer;
    min-width: auto;
    text-align: center;
    margin: 0px 3px;
}
.btn-header .au-btn__text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.fixed-header .btn-header{
    display: block;
}

.fixed-header .navbar-nav .nav-link {
    color: #0C2340;
    margin: 0 13px;
}

.rev-fullscreen-banner .owl-carousel .owl-dots {
    bottom: 40px;
}
.rev-fullscreen-banner .owl-carousel .owl-dots .owl-dot:hover span, .rev-fullscreen-banner .owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    height: 8px;
    width: 8px;
}

.rev-fullscreen-banner .owl-carousel .align-center {
    top: 45%;
}


.sub-page .alert-box{
    display: none;
}
/* End */






/* fixed style */
.ad-video-carousel{

}
.ad-video-carousel .ad-video-carousel-text{
    position: absolute;
    transform: scale(-1);
    writing-mode: tb-rl;
    top: 0;
    bottom: 60px;
    text-align: left;
    left: 0;
    vertical-align: middle;
    color: #ee2737;
    font-weight: 900;
    font-size: 75px;
    line-height: 70px;
    margin: 0;
}
.ad-video-carousel .qodef-video-button-holder{
    display: block;
}
.text-pattern{
    /* background: url(http://placekitten.com/600/350?image=2);
    background: linear-gradient(transparent, transparent), url(http://placekitten.com/600/350?image=2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.text-pattern::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 110%;
    background: url(../img/images/adu/bg-svg.svg);
    opacity: 0.7;
    left: 0;
    right: 0;
}


.navbar-brand {
    line-height: inherit;
}
.fixed-header .navbar-brand {
    line-height: inherit;
    padding: 0px;
}
.btn-header .au-btn{
    padding: 10px 35px;
    min-width: auto;
}
.btn-header .dropdown-menu{
    right: 0;
    left: auto;
    border-radius: 0;
    border: none;
    width: 100%;
}

#header-wrap.fixed-header {
    background: #ffffff;
    padding: 5px 20px;
}

.top-bar .btn-header{
    display: inline-block;
    float: left;
}
.top-bar .btn-top-bar{
    line-height: 0;
}
.top-bar .btn-group .qodef-btn {
    min-width: auto;
    text-align: left;
}
.top-bar .btn-header .dropdown-menu{
    top: 10px !important;
    padding: 0;
    max-height: 400px;
    overflow: scroll;
}
.top-bar .btn-group .qodef-btn:active{
    background-color: #ee2737;
}
.au-dropdown-btn .dropdown-menu.show {
    display: block;
    top: 100% !important;
    transform: none !important;
    border-radius: 0;
}
.filter-group{
    position: absolute;
    background: white;
    z-index: 99;
    left: 15px;
    right: 15px;
    padding: 35px;
    webkit-box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
    -moz-box-shadow: 0px 22px 57px 0px rgba(34,41,72,0.05);
    box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
    border: 1px solid #8080801a;
    animation: smoothScroll 0.5s;
    top: 5rem;
    display: none;
    max-height: 600px;
    overflow: scroll;
}
.filter-group.active{
    top: 1.5rem;
    display: block;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #0d234033 solid 1px;
    border-radius: 0 !important;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ee2737;
    background-color: #ee2737;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #ee2737;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgb(238 39 55 / 23%);
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    display: block;
    color: #0d2c13;
    line-height: 1.7;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}
.filter-group .custom-control.custom-checkbox{
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
/* .selected-filter-values .qodef-btn{
    min-width: auto;
    margin-right: 25px;
}
.selected-filter-values .delete{
    color: #EE2737;
} */
.clear-filters{
    min-width: auto;
}







/* Search auto complete */
mark { background-color:pink; }
.list-autocomplete {
  padding:0; }
.list-autocomplete em {
  font-style:normal;
  background-color:#e1f2f9;
}

.hasNoResults { 
  color:#aaa; }
.hasNoResults,
.btn-extra { 
  display:block; 
  padding:10px; }

.hasNoResults { 
  color:#aaa; }

.btn-extra { 
  width:100%; 
  border-top:.5px solid #d2d2d2;
}
.search-dropdown.open > .dropdown-menu {
    display: block;
    top: auto;
    width: 97.7%;
    left: 15px;
    right: 10px;
    border-radius: 0;
    max-height: 300px;
    overflow: scroll;
}
.search-dropdown .dropdown-item{
    font-size: 14px;
    color: #0d2340;
}
.search-dropdown .list-autocomplete em {
    font-style: normal;
    background-color: #ee2737;
    color: white;
}
.search-dropdown .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ee2737;
    color: white !important;
}
/* End */













.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateX(0); }
    100% { transform: translateX(-5px); }
}
@keyframes mover {
    0% { transform: translateX(0); }
    100% { transform: translateX(-5px); }
}

.horz-move {
    -webkit-animation: hzmover 0.5s infinite  alternate;
    animation: hzmover 0.5s infinite  alternate;
}
@-webkit-keyframes hzmover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@keyframes hzmover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}





@media only screen and (min-width: 1441px){
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 1300px;
    }

    .cases-item.style-2 .cases-desc{

    }
        
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
    .cases-item.style-2 .cases-desc{
        
    }
}
@media (max-width: 992px){
    .navbar-toggler span {
        background: #0d2340 !important;
    }
    .navbar-nav .nav-link:hover, .navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item.show .nav-link {
        background: #ee273714 !important;
        color: #EE2737 !important;
    }
}






/* Menu style */
.cut-list {
    display: flex;
}

.cut-list__elem {
    white-space: nowrap;
}

/* .cut-list__dropdown {position: relative;} */
.cut-list__drop-toggle {
    cursor: pointer;
    user-select: none;
    font-weight: 600;
}

.cut-list__more {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 150px;
    padding: 0;
    margin: 0;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 100;
    display: none;
}

.cut-list__more.is-top {
    top: auto;
    bottom: 100%;
}

.cut-list__more.is-left {
    right: auto;
    left: 0;
}

.cut-list {
    list-style: none;
    background-color: transparent;
    color: black;
    line-height: 50px;
}

.cut-list>li {
    margin: 0 2rem;
}

.cut-list__more {
    /* position: absolute;
    top: 75%;
    right: 0;
    min-width: 150px;
    padding: 10px;
    margin: 0;
    text-align: left;
    background-color: #fff;
    z-index: 100;
    display: none;
    border-radius: 5px; */

    position: absolute;
    top: 90%;
    right: 0;
    min-width: 150px;
    padding: 10px 30px;
    margin: 0;
    background-color: white;
    z-index: 100;
    display: none;
    border-radius: 0px;
    left: 0;
    max-width: 100%;
    border: none;
    text-align: left;
}

.cut-list__more.is-top {
    top: auto;
    bottom: auto;
}

.cut-list__more li.cut-list__elem {
    display: inline-block;
    background: white;
    min-height: 60px;
}


.cut-list__more .dropdown:hover>.dropdown-menu {
    top: 85%;
}

.cut-list #marker {
    position: absolute;
    top: -55px;
}

.cut-list {
    min-width: 800px;
    max-width: 800px;
}

.adu-title-btn{
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 9;
}

img.rounded-circle{
    border: 1px solid #0d234036;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto;
}

.page-title-header-block h1.page-header-title {
    font-size: 75px;
    line-height: 80px;
}



















/* On screens that are 1200px or less */
@media screen and (max-width: 992px){
    
    .ad-video-carousel-text.text-pattern{
        position: initial;
        transform: initial;
        writing-mode: initial;
        text-align: right;
        margin-right: 50px;

    }
    .video-sliders .owl-carousel .owl-dots {
        bottom: 0;
    }

    .rev-fullscreen-banner .owl-carousel .owl-dots {
        bottom: 20px !important;
    }

}


/* end */


@media screen and (max-width: 1365px) {
    .cut-list {
        min-width: 650px;
        max-width: 650px;
    }
}

@media screen and (max-width: 1115px) {
    .cut-list {
        min-width: 375px;
        max-width: 375px;
    }
}

@media screen and (max-width: 992px) {

    .navbar-collapse {
        min-height: 400px;
    }

    .fixed-header .navbar-collapse {
        top: 45px;
    }

    .cut-list__more li.cut-list__elem {
        display: block;
        text-align: left;
    }

    .cut-list__more {
        display: block !important;
        top: auto;
        bottom: auto;
    }

    .cut-list__drop-toggle {
        display: none;
    }

    .navbar-nav.cut-list .nav-link {
        margin: 0;
    }
}
/* End */




/* On screens that are 1200px or less */
@media screen and (max-width: 1200px){
    .container, .container-md, .container-sm {
        max-width: 1200px;
    }
}

/* On screens that are 992px or less */
@media screen and (max-width: 992px){
    .container, .container-md, .container-sm {
        max-width: 920px;
    }
}

@media (max-width: 992px){
    .fullscreen-banner {
        min-height: inherit;
        height: 90vh !important;
    }

    .news-block-image{
        display: initial;
    }
    .news-block-image img{
        width: 100%;
    }
}


/* On screens that are 768 or less */
@media screen and (max-width: 768px){
    .container, .container-md, .container-sm {
        max-width: 920px;
    }

    .adu-counter-block button {
        position: initial;
        left: auto;
        right: 0;
        width: 100%;
        bottom: 0;
        margin: 3rem 0rem;
    }

    .adu-counter-block .adu-counter-block-content-block {
        width: 100%;
    }

    .au-btn-solid{
        position: relative !important;
    }

    .qodef-video-button-holder .qodef-video-button-play span{
        height: 200px;
        width: 200px;
    }

    .adu-title-btn{
        position: relative !important;
        margin-top: 0 !important;
        margin-bottom: 3rem;
        margin-left: 15px;
    }

    .au-btn{
        margin-bottom: 2rem !important;
    }

    .news-block-image{
        display: initial;
    }
    .news-block-image img{
        width: 100%;
    }

    .program-detail-tabs .rev-tab-title-outline, .text-outline-blue {
        font-size: 45px;
        line-height: 45px;
    }
    .single-image-holder{
        margin-bottom: 2rem;
    }


}

/* On screens that are 576 or less */
@media screen and (max-width: 576px){
    .container, .container-sm {
        max-width: 740px;
    }

    .qodef-video-button-holder .qodef-video-button-play span{
        height: 150px;
        width: 150px;
    }
    
}





/* Sitefinity */
.page-content p{
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
}
.page-content ul li{
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: .25rem !important;
    padding-bottom: .5rem !important;
}
.page-content ul li::before{
    content: "\f101";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    padding-right: 10px !important;
}
/* End */

/* social widget */
.widget-hide{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.page-content .adu-social-widget ul li::before {
    content: "";
    font-family: '';
    font-weight: initial;
    padding-right: initial !important;
}

.page-content .adu-social-widget ul li{
    display: inline-block
}
/* social widget end */

.page-content ul.no-arrow li::before {
    content: "";
    font-family: initial;
    font-weight: initial;
    padding-right: initial !important;
}
section section{
    padding: 0 !important;
}



/* Blog & Search Styles */
.blog-cat{
    min-width: auto;
    font-size: 16px;
    font-weight: 300;
}
.blog-cat.active .text-brand2, .blog-cat:hover .text-brand2{
    color: #ee2737;
}
.blog-cat i{
    display: none;
}
.blog-cat i.show{
    display: inline-block;
}
.blog-cat-holder{
    max-height: 60px;
    overflow: hidden;
}
.show-more-button{
    min-width: auto;
    font-size: 14px;
    font-weight: 300;
}
.show-more-button i{
    color: #0C2340;
}
.show-more-button.active .text-brand2, .show-more-button.active i{
    color: #ee2737;
}
.blog-cat-holder.h-auto{
    max-height: initial;
}
.blog-tags li{
    display: inline-block;
    background: #dee2e6;
    padding: 5px 20px;
    font-size: 10px !important;
    border-radius: 15px !important;
    line-height: 12px !important;
    margin-bottom: 10px !important;
}

.page-content ul.blog-categories li::before {
    content: "\f101";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    padding-right: 10px !important;
}

.pagination > li.active .page-link, .page-link:hover, .page-link:focus {
    box-shadow: none;
    background: #ee2737;
    color: #ffffff;
    border-color: #ee2737;
}
.card-tags li{
    display: inline-block;
    background: #dee2e6;
    padding: 5px 20px !important;
    font-size: 10px !important;
    border-radius: 15px !important;
    line-height: 12px !important;
}
.card-tags a{
    color: #0C2340;
}
.serach-content-holder  .border{
    padding-bottom: 2rem !important;
}
.search-cat-holder{

}
.search-cat{
        min-width: auto;
        font-size: 16px;
        font-weight: 300;

}
.search-cat.active .text-brand2, .search-cat:hover .text-brand2{
    color: #ee2737;
}
.search-cat i{
    display: none;
}
.search-cat i.show{
    display: inline-block;
}
.page-content ul.blog-categories li::before {
    content: "\f101";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    padding-right: 10px !important;
}

.adu-search-box input[type=text]{
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    padding: 0px 25px;
    font-family: inherit;
    font-size: 18px;
    line-height: 2.4;
    font-weight: 700;
    background-color: #ffffff;
    border-width: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}
.blog-tags li::before {
    content: "" !important;
    font-family: 'Line Awesome Free' !important;
    font-weight: 100 !important;
    padding-right: initial !important;
    position: absolute;
}
.page-content ul.blog-tags li {
    padding: 3px 20px !important;
    margin-bottom: 10px !important;
}

.program-holder .pgm-concent .widget-tags li {
    text-transform: capitalize;
    border: 1px solid #e1e1e1;
    color: #0c2340d4;
    text-align: initial;
    display: inline-block;
    background: #dee2e6;
    padding: 5px 20px;
    font-size: 13px;
    border-radius: 15px;
    line-height: 1;
    letter-spacing: initial;
    margin-bottom: 5px !important;
    font-weight: 400;
}
.program-holder .pgm-concent ul li::before, .pgm-concent .widget-tags ul li::before {
    display: none;
    content: "" !important;
    font-family: initial !important;
    font-weight: 900 !important;
    padding-right: initial !important;
}




.pgm-detail .pgm-concent .widget-tags li {
    text-transform: capitalize;
    border: 1px solid #e1e1e1;
    color: #0c2340d4;
    text-align: initial;
    display: inline-block;
    background: #dee2e6;
    padding: 5px 20px;
    font-size: 13px;
    border-radius: 15px;
    line-height: 1;
    letter-spacing: initial;
    margin-bottom: 5px !important;
    font-weight: 400;
}
.pgm-detail .pgm-concent ul li::before, .pgm-detail .pgm-concent .widget-tags ul li::before {
    display: none;
    content: "" !important;
    font-family: initial !important;
    font-weight: 900 !important;
    padding-right: initial !important;
}

