:root {
    --red: #EC1C24;
    --black: #000;
    --white: #fff;
}
html{ scroll-behavior: auto!important;}
body{ overflow-y: auto;font-family: 'Nunito Sans', sans-serif;color: var(--black);margin:0;padding:0;font-size:16px;line-height: 1.3;font-weight:300;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--white);overflow-x: hidden;}
h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6 {margin-bottom:20px;line-height: 1.5;font-weight: 700;}

.big-h1 {font-size: 74px;line-height: 1;font-weight: 800;}
h1,.h1{font-size: 62px;font-weight: 800;}
h2,.h2{font-size: 42px;font-weight: 800;}
h3,.h3{font-size: 38px;font-weight: 700;}
h4,.h4{font-size: 30px;}
h5,.h5{font-size: 22px;}
h6,.h6{font-size: 18px;}
.small{font-size: 14px;}

p{margin-bottom: 30px;font-size: 16px;line-height: 1.5;letter-spacing: 0.03em;}
p:nth-last-child(1){margin-bottom: 0}
ol,ul{padding-left: 22px;}
ul li, ol li{font-size: 18px;margin-bottom: 5px;}
.color-blue{ color: #001537;}
.cursor-pointer{cursor: pointer;}

.text-white h1,.text-white h2,.text-white h3,.text-white h4,.text-white h5,.text-white h6{color:var(--white)}
::-moz-selection{color:var(--white);background:var(--red);}
::selection{color:var(--white);background:var(--red);}

/*plaecholder*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color: #000;opacity: 1}
input::-moz-placeholder,
textarea::-moz-placeholder{color: #000;opacity: 1}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{color: #000;opacity: 1}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{color: #000;opacity: 1}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #000;opacity: 1}
input::-moz-placeholder, textarea::-moz-placeholder{color: #000;opacity: 1}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #000;opacity: 1}
input::-ms-input-placeholder, textarea::-ms-input-placeholder{color: #000;opacity: 1}
input::placeholder,
textarea::placeholder{color: #000;opacity: 1}
.form-check-input:focus {
    box-shadow: none;
}

:focus{	outline: 0;}
a{color: #000;background-color: transparent;display: inline-block;text-decoration: none;}
a:hover{text-decoration: none;color: #BF1F41;}
a:visited,a:focus, a:active {text-decoration: none;outline: 0;}
.container{max-width: 1860px; padding-left: 100px;padding-right: 100px;}
.container.full{max-width: 100%;padding-left: 15px; padding-right: 15px;}
.container.inner {max-width: 1320px; padding-left: 190px; padding-right: 190px;}
.fw-light{font-weight: 300!important}
.fw-medium{font-weight: 500!important}
.fw-semibold{font-weight: 600!important}
.fw-black{font-weight: 900!important}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
b, strong {font-weight: bold;}
.form-select:focus,.form-control:focus,
.btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus,.btn-close:focus{ -webkit-box-shadow: none; box-shadow: none;}
.full-width{max-width: 100%;width: 100%;}
img{max-width: 100%;width: auto;}
.img-wrapper {position: relative;padding-top: 100%;}
.img-wrapper img {position: absolute;top: 0;height: 100%;width: 100%;-o-object-fit: cover;object-fit: cover;left: 0;}
.section-padding{padding-top: 100px;padding-bottom: 100px;}
.section-margin{margin-top: 80px;margin-bottom: 80px;}
.mobile{display: none !important;}
.overlay {position: relative;z-index: 1;}	
.overlay:before {content: "";position: absolute;top: 0;height: 100%;width: 100%;opacity: 61%;background-color: #000;left: 0;z-index: -1;}
.print-main{display: none;}
.h-auto { height: auto ;}
.lh-0{line-height: 0 !important;}
.drawer-open {overflow: hidden;}
.subtitle{font-weight: 700;font-size: 42px;line-height: 1.2;}
.video-wrapper {padding-top: 54.75%;}
.video-wrapper video {position: absolute;top: 0;left: 0; height: 100%; width: 100%; -o-object-fit: cover;       object-fit: cover;}
.slick-arrow .icon{ border: 1px solid #A39161; border-radius: 28.1265px; width: 57.35px; height: 57.35px;    display: inline-block;vertical-align: middle;cursor: pointer;-webkit-transition: all .25s;-o-transition: all .25s;    transition: all .25s;}
.slick-arrow{letter-spacing: 0.05em;text-transform: uppercase;font-weight: 400;font-size: 12px;color: #000;
    position: absolute;top: 0;left: 0;z-index: 1;cursor: pointer;transition: all 0.5s;}
.slick-arrow:hover{transform: scale(1.2);}
.slick-arrow.slick-next{left: 70px;}
.progress { display: block; width: 43%;height: 2px; overflow: hidden; background-color: rgba(234, 230, 221, 0.9);
background-image: -webkit-gradient(linear, left top, right top, from(#AB0634), to(#AB0634)); background-image: -o-linear-gradient(left, #AB0634, #AB0634);background-image: linear-gradient(to right, #AB0634, #AB0634);    background-repeat: no-repeat;background-size: 0 100%; -webkit-transition: background-size .4s ease-in-out;
    -o-transition: background-size .4s ease-in-out;transition: background-size .4s ease-in-out;}
.modal-backdrop{ display: none;}
.overflow-hidden{overflow: hidden;}
.slick-dots {list-style: none;padding: 0 170px 0 0;margin: 5px 0 0;line-height: 0;text-align: right;}
.slick-dots li{display: inline-block;vertical-align: middle;line-height: 0;margin: 0 3px 5px;font-size: 0;}
.slick-dots li button{padding: 0; font-size: 0; border: 0; height: 2px; width: 40px; background-color: rgba(236, 28, 36, 0.50);} 
.slick-dots li:hover button,
.slick-dots li.slick-active button{background-color: var(--red);}
.slick-counter {
    color: var(--red);
    font-size: 32px;
    text-align: right;
    margin-top: 10px;
    margin-right: 58px;
}
.slick-counter span{
    font-family: "Montserrat", sans-serif;
}
.slick-counter .current{
    font-weight: 800;
    font-size: 32px;
}
/*button css*/
.btn {
    font-weight: 700;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
    color: var(--white);
    border: 1px solid var(--red);
    border-radius: 40px;
    text-align: center;
    min-width: 232px;
    padding: 21px 30px;
    line-height: 1.2;
    background-color: var(--red);
    transition: all 0.4s;
}
.btn.btn-black{
    border-color: var(--black);
    color: var(--white);
    background-color: var(--black);
}  
.btn.btn-outline {
    background-color: transparent;
    border-color: var(--black);
    color: var(--black);
    position: relative;
} 
.btn:hover,
.btn.btn-white:hover{
    background-color: var(--black);
    color: var(--white);
    border-color: var(--black);
}
.btn.btn-black:hover{
    background-color: var(--white);
    color: var(--black);
    border-color: var(--white);
}
.btn.btn-black:hover path{
    fill: var(--black);
}
.btn.btn-outline:hover{
    background-color: var(--red);
    color: var(--white);
    border-color: var(--red);
}
.btn.bookedout, .btn.bookedout{
	background: #666;
    border-color: #666;
	    cursor: not-allowed;
}

/* hero section css  */
.hero-section{
    height: 100vh;
    height: calc((var(--vh, 1vh) * 100));
    z-index: 1;
}
.banner-video {
    height: 100%;
    width: 100%;
}
.banner-video video {
    width: 100%;
    height: 100%;
    border-radius: 0 0 32px 0;
    -o-object-fit: cover;
       object-fit: cover;
}
.hero-section .hero-panel {
    background-image: url(../images/herolayer-bg.png);
    background-repeat: no-repeat;
    background-position: center 102%;
    background-size: contain;
    padding: 200px 0 110px;
    overflow-y: auto;
    height: 100%;
    width: 28%;
    background-blend-mode: multiply;
    position: relative;
    background-color: var(--red);
}
.hero-section .slick-slide{
    border-radius: 0 0 32px 0;
}
.hero-section .row{    
    border-radius: 32px 0;
    position: relative;
}  
.hero-section.purple .hero-panel,
.hero-section.pink .hero-panel{
    background-color: transparent;
}
.hero-section.purple .row{
    background-color: #765CA8;
}
.hero-section.pink .row{
    background-color: #E6A5A6;
}
.hero-section .hero-panel::-webkit-scrollbar{
	width: 4px;
}
.hero-section .hero-panel::-webkit-scrollbar-thumb{
	background-color: rgba(248, 248, 248, 0.3);
}
.hero-section .hero-content {
    position: absolute;
    bottom: 25%;
    left: -39%;
    width: 39%;
    padding: 0 15px;
}
.hero-section .hero-content :last-child{
    margin-bottom: 0;
}
.hero-section .col-right{
    width: 72%;
    height: 100%;
    position: relative;
}
.hero-section::before {
    content: "";
    position: absolute;
    left: 29.5%;
    bottom: -80px;
    height: 240px;
    width: 1px;
    background: linear-gradient(to bottom, var(--red) 50%, rgba(165, 0, 52, 0) 50%);
    background-size: 100% 200%;
    z-index: 1;
}
.hero-section.aos-animate::before{
    animation: animHomeHeaderLine 3s ease forwards;
}
@-webkit-keyframes animHomeHeaderLine {
	from {
	  background-position: 0 100%; }
	to {
	  background-position: 0 0  } 
}
@keyframes animHomeHeaderLine {
	from {
	  background-position: 0 100%;; }
	to {
	  background-position: 0 0; } 
}
.hero-section .hero-content .title{
    margin-bottom: 30px;
    position: relative;
   /* opacity: 0;*/
    line-height: 1;
    font-weight: 800;
}
.hero-slider.aos-animate .hero-content .title{
    -webkit-animation: SlideLeftContentText 1s forwards;
    animation: SlideLeftContentText 1s forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@-webkit-keyframes SlideRightContentText { from {  right: -80px;  opacity: 0; } to {  right: 0;  opacity: 1; }}
@-webkit-keyframes SlideLeftContentText { from {  left: -80px;  opacity: 0; } to {  left: 0;  opacity: 1; }}
.hero-section .hero-content .title span{
    color: var(--white);
}
.hero-section .hero-content .title span:first-child{
    margin-left: -273px;
}
.hero-section .hero-content .title span:last-child{
    margin-left: 125px;
    position: relative;
    opacity: 0;
    display: inline-block;
    transition: all 0.8s;
    transition-delay: 1s;
}
.hero-slider.aos-animate .slick-active .hero-content .title span:last-child{
    opacity: 1;
    margin-left: 25px;
}
.hero-section .hero-content h5{
    margin-bottom: 55px;
}
.hero-section .slick-list{
    overflow: inherit;
}
@-webkit-keyframes SlideUp { from {  bottom: -80px;  opacity: 0; } to {  bottom: 0;  opacity: 1; }}
.hero-section .center-slide .hero-content{
    text-align: center;
    bottom: 11%;
}
/*
.hero-slider.aos-animate  .center-slide.slick-active .hero-content .title{
    -webkit-animation: SlideUp 1s forwards;
    animation: SlideUp 1s forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
*/
.hero-slider .center-slide .hero-content .subtitle,
.hero-section .center-slide .hero-content h5,
.hero-section .center-slide .hero-content .btn{
    opacity: 0;
    position: relative;
}
.hero-slider.aos-animate  .center-slide.slick-active .hero-content .subtitle{
    -webkit-animation: SlideUp 1.1s forwards;
    animation: SlideUp 1.1s forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;   
}
.hero-slider.aos-animate  .center-slide.slick-active .hero-content h5{
    -webkit-animation: SlideUp 1.2s forwards;
    animation: SlideUp 1.2s forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;   
}
.hero-slider.aos-animate  .center-slide.slick-active .hero-content .btn{
    -webkit-animation: SlideUp 1.3s forwards;
    animation: SlideUp 1.3s forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;   
}
.hero-section .overlay-div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(241.15deg, rgba(0, 0, 0, 0.35) 2.02%, rgba(0, 0, 0, 0) 29.91%), linear-gradient(
180deg, rgba(0, 0, 0, 0) 73.11%, rgba(0, 0, 0, 0.5) 93.11%);
    border-radius: 0 0 32px 0;
}
.hero-section .center-slide .overlay-div{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.56%, rgba(0, 0, 0, 0.47) 55.13%);
}
.popupbtn {
    right: 40px;
    margin-left: 35px;
    bottom: 33px;
    overflow: hidden;
    padding: 0;
    z-index: 1;
    font-weight: 800;
    font-size: 18px;
    color: var(--white);
    display: flex;
    align-items: center;
}
.popupbtn:hover{
    color: var(--white);
}
.hero-section .slide-img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 0 32px 0;
}
.hero-section .hero-slider,
.hero-section .slick-list,
.hero-section  .slick-track{
    height: 100%;
}
.videomodal{
    background-color: var(--white);
    display:none;
    position:fixed;
    z-index:999;
    top:0;
    left:0;
    width:100%;
    height: calc((var(--vh, 1vh) * 100));
}
.videomodal .lightbox-wrp {
    height: calc(100% - 200px);
    width: 100%;
    overflow-y: auto;
    margin: 100px 0;
}
.videomodal .lightbox-wrp::-webkit-scrollbar{
	width: 4px;
}
.videomodal .lightbox-wrp::-webkit-scrollbar-thumb{
	background-color: rgba(255, 255, 255, 0.3);
}
.videomodal .lightbox-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--red);
    margin: 8px;
    border-radius: 32px;
    position: relative;
    z-index: 1;
    height: calc(100% - 16px);
}
.videomodal .lightbox-body::before{
    content: "";
    position: absolute;
    left: -325px;
    width: 100%;
    height: 100%;
    background-image: url(../images/layer-bg.svg);
    background-position: left 0px;
    background-repeat: no-repeat;
    top: 0;
    z-index: -1;
}
.videomodal .container{
    padding-left: 140px;
    padding-right: 140px;
    height: 100%;
}
.videomodal .lightbox-close {
    opacity: 1;
    border: 2px solid var(--white)FFF;
    height: 58px;
    width: 58px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 2;
}
.videomodal .ratio{
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.25));
}
.hero-section .quick-link,
.navigation-dropdown .quick-link.right {
    position: absolute;
    right: 40px;
    top: 45%;
    z-index: 1;
    transform: translateY(-50%);
    overflow: hidden;
}
.hero-section .quick-link li,
.navigation-dropdown .quick-link.right li{
    margin-bottom: 4px;
}
.quick-link .icon {
    background: var(--red);
    box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
    display: inline-block;
    width: 53px;
    height: 53px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 1px solid var(--red);
}
header.sticky .quick-link a .icon{
    box-shadow: none;
}
header.sticky .quick-link a:hover .icon{
    box-shadow: none;
    background: transparent;
}
header.sticky .quick-link a:hover .icon rect, header.sticky .quick-link  a:hover .icon path{
    fill: var(--white);
}
header.sticky .quick-link .text{
    max-width: unset;
}
.quick-link li:first-child .icon {
    border-top-left-radius: 25px;
}
.quick-link li:last-child .icon {
    border-bottom-right-radius: 25px;
}
.quick-link .icon .visible,
.newsMenu .btnclose .visible,
.eventmodal .btn-close .visible {
    transform: translate(-50%,-50%);
}
.quick-link .icon .hidden,
.newsMenu .btnclose .hidden,
.eventmodal .btn-close .hidden {
    transform: translate(60px,-50%);
}
.quick-link .icon .hidden, 
.quick-link .icon .visible,
.newsMenu .btnclose .hidden,
.newsMenu .btnclose .visible,
.eventmodal .btn-close .hidden,
.eventmodal .btn-close .visible{
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform .4s cubic-bezier(.75,-.27,.3,0.5);
}
.quick-link a:hover .icon{
    background: var(--white);
}
.quick-link a:hover .icon rect,.quick-link a:hover .icon path{
    fill: var(--black);
}
.quick-link a:hover .icon .visible,
.newsMenu .btnclose:hover .visible,
.eventmodal .btn-close:hover .visible{
    transform: translate(-60px,-50%);
}
.quick-link a:hover .icon .hidden,
.newsMenu .btnclose:hover .hidden,
.eventmodal .btn-close:hover .hidden{
    transform: translate(-50%,-50%);
}
.social-icon a {
    height: 36px;
    width: 36px;
    border-radius: 100%;
    position: relative;
    vertical-align: middle;
    transition: all 0.6s;
}
.social-icon a:hover{
    transform: scale(1.3);
}
.quick-link .text{
    position: relative;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.4s ease;
    text-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    font-size: 18px;
    margin-right: 10px;
    transform: translateX(100%);
    opacity: 0;
    overflow: hidden;
    max-width: 130px;
}
.quick-link .text.show-text{
    transform: translateX(0);
    opacity: 1;
}
.quick-link a:hover .text {
    transform: translateX(0);
    opacity: 1;
}

/* header css  */
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}
header {
    padding: 30px 0;
    transition: all 0.5s;
	min-width:540px;
}
header.grr{width:530px;}
.menu-link {
    height: 58px;
    width: 58px;
    border: 2px solid var(--black);
    background-color: var(--black);
    border-radius: 100%;
    text-align: center;
    overflow: hidden;
}
.menu-link img{
    pointer-events: none;
}
.menu-link span{
    display: block;
    height: 2px;
    width: 25px;
    margin: 3px auto;
    background-color: var(--white);
}
header .container {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 100%;
}
header .header-left a:not(:last-child){
    margin-right: 20px;
}
.header-right a:not(:first-child){
    margin-left: 10px;
}
.header-right .quick-link .icon{
    height: 42px;
    width: 42px;
}
.header-right .quick-link .icon .note {
    width: 15px;
    height: 19px;
}
.header-right .quick-link .icon .user {
    height: 18.29px;
    width: 18.8px;
}
.header-right .quick-link .icon .newsevent {
    height: 21px;
    width: 24px;
}
.header-right .quick-link .text{
    text-decoration: none;
    margin: 0 0 0 10px;
    display: none;
}
.header-right .quick-link a:hover .text {
    display: inline-block;
}
header.nav-up{
    transform: translateY(-130px) !important;
}
header.sticky{
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    transform: translateY(0) !important;
    z-index: 5;
    padding: 8px 0;
    width: 100%;
}
header.sticky .header-logo-col{
   /* display: none; */
}
header:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--red);
    z-index: -1;
    opacity: 0;
    transition: all .6s;
    transform: translateY(-100%);
}
header.sticky:after{
    opacity: 1;
    transform: translateY(0);
}
header .header-logo,
header .quick-link{
    opacity: 0;
    visibility: hidden;
}
header.sticky .header-logo,
header.sticky .quick-link{
    opacity: 1;
    visibility: visible;  
}
.news-quicklink .icon svg{
    height: 30px;
    width: 30px;
}

/* menu css  */
.navigation-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: calc((var(--vh, 1vh) * 100));
    z-index: 5;
    visibility: hidden; 
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
    background-color: var(--black);
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.navigation-dropdown.is-active {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
}
/* .navigation-dropdown::before{
    content: "";
    position: absolute;
    left: -390px;
    top: 240px;
    height: 100%;
    width: 100%;
    background-image: url(../images/layer-bg.svg);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
} */
.navigation-dropdown .menutopbar {
    padding: 36px 50px 22px;
}
.navigation-dropdown .menu-footer{
    padding: 30px 40px 80px 124px;
}
.navigation-dropdown .menu-footer .logo svg {
    width: 200px;
    height: 135px;
}
.navigation-dropdown  .menu-footer .social-icon{
    margin-bottom: 0;
}
.navigation-dropdown .menu-footer .logo,
.navigation-dropdown  .menu-footer .social-icon li{
    position: relative;
    transform: translateY(100%);
    transition: all 0.7s ease;
    transition-delay: 0.5s;
    opacity: 0;
}
.navigation-dropdown .menu > ul:hover > li > a{
    color: rgba(255, 255, 255, 0.5);
}
.navigation-dropdown .menu > ul > li.active > a, .navigation-dropdown .menu > ul > li > a:hover{
    color: var(--white);
}
.navigation-dropdown.is-active .menu-footer .logo{
    transform: translateY(0);
    opacity: 1;
}
.navigation-dropdown.is-active  .menu-footer .social-icon li:nth-child(1){transition-delay: 1s; transform: translateY(0);opacity: 1;}
.navigation-dropdown.is-active  .menu-footer .social-icon li:nth-child(2){transition-delay: 1.1s; transform: translateY(0);opacity: 1;}
.navigation-dropdown.is-active  .menu-footer .social-icon li:nth-child(3){transition-delay: 1.2s; transform: translateY(0);opacity: 1;}
.navigation-dropdown.is-active  .menu-footer .social-icon li:nth-child(4){transition-delay: 1.3s; transform: translateY(0);opacity: 1;}
.social-icon li a:hover svg path{
    fill: var(--red);
}
.navigation-dropdown .menu-div{
    height: 100%;
}
.navigation-dropdown .menu {
    height: calc(100% - 337px);
    /* overflow-y: auto; */
    padding: 0 124px;
}
.navigation-dropdown .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.navigation-dropdown .menu .primary-menu > li > a{
    font-weight: 800;
    color: rgba(255, 255, 255,0.5);
    font-size: 44px;
    font-family: 'Nunito Sans', sans-serif;
    display: block;
    position: relative;
    opacity: 0;
    padding-right: 15px;
}
.navigation-dropdown.is-active .menu .primary-menu > li > a{
    -webkit-animation: leftContentText 1s forwards;
    animation: leftContentText 1s forwards;
    animation-delay: 0.6s;
}
.navigation-dropdown.is-active .menu .primary-menu > li.hover > a{
    color: var(--white);
}
@-webkit-keyframes leftContentText { from {  left: -80px;  opacity: 0; } to {  left: 0;  opacity: 1; }}
.navigation-dropdown.is-active .menu .primary-menu > li:nth-child(2) > a{animation-delay: 0.8s;}
.navigation-dropdown.is-active .menu .primary-menu > li:nth-child(3) > a{animation-delay: 1s;}
.navigation-dropdown.is-active .menu .primary-menu > li:nth-child(4) > a{animation-delay: 1.2s;}
.navigation-dropdown.is-active .menu .primary-menu > li:nth-child(5) > a{animation-delay: 1.4s;}
.navigation-dropdown.is-active .menu .primary-menu > li:nth-child(6) > a{animation-delay: 1.6s;}
.navigation-dropdown.is-active .menu .primary-menu > li:nth-child(7) > a{animation-delay: 1.8s;}
.navigation-dropdown.is-active .menu .primary-menu > li:nth-child(8) > a{animation-delay: 2s;}
.navigation-dropdown.is-active .menu .primary-menu > li:nth-child(9) > a{animation-delay: 2.2s;}
.navigation-dropdown.is-active .menu .primary-menu > li:nth-child(10) > a{animation-delay: 2.4s;}
.navigation-dropdown .menu .primary-menu > li:not(:last-child) > a{
    padding-bottom: 35px;
}
.navigation-dropdown .menu .drop-down > ul {
    position: absolute;
    left: 100%;
    top: 10px;
    list-style: none;
    width: 89%;
    height: 100%;
    margin: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    height: 100%;
    overflow-y: scroll;
}

.navigation-dropdown .menu .mobile-menu .drop-down:hover>ul,
.navigation-dropdown .menu .desktop-menu .drop-down.hover>ul {
    visibility: visible;
    opacity: 1;
}
.navigation-dropdown .menu .drop-down > ul .has-sub-menu {
    padding-left: 55px;
    display: none;
}
.navigation-dropdown .menu .drop-down > ul .hover-submenu .has-sub-menu {
    display: block;
}
.navigation-dropdown .menu .drop-down > ul .has-sub-menu li a{
    font-size: 24px;
    font-weight: 300;
}
.navigation-dropdown .menu .drop-down > ul::-webkit-scrollbar{
	width: 4px;
}
.navigation-dropdown .menu .drop-down > ul::-webkit-scrollbar-thumb{
	background-color: rgba(255, 255, 255, 0.3);
}
.navigation-dropdown ul.has-sub-menu > li > a {
    font-weight: 300;
    color: var(--white);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 22px;
}
.navigation-dropdown ul.has-sub-menu > li > a:hover{
    font-weight: 700;
}
.navigation-dropdown .menu ul.has-sub-menu > li > a{
    margin-bottom: 25px;
}
.navigation-dropdown .primary-menu {
    width: 53%;
    position: relative;
	line-height:1.8em;
}
.navigation-dropdown .bg-img {
    position: absolute;
    top: -250px;
    left: calc(100% - 640px);
    height: 1618px;
    width: 1618px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply, normal;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.58);   
    transition: all 0.4s;
    opacity: 0;
    filter: saturate(0);
    display: none;
}
/*
.navigation-dropdown .menu .primary-menu > li:first-child .bg-img{
    opacity: 1;
    filter: saturate(100%);
    display: block;
}
*/
.navigation-dropdown .menu .primary-menu > li.hover .bg-img,
.navigation-dropdown .menu .primary-menu > li.hover:first-child .bg-img{
    background-color: rgba(165, 0, 52);
    filter: saturate(100%);
}
.navigation-dropdown .menutopbar .quick-link a{
    position: relative;
    transform: translateY(-100%);
    transition: all 0.6s ease;
    transition-delay: 0.6s;
    opacity: 0;
}
.navigation-dropdown.is-active .menutopbar .quick-link a{
    transform: translateY(0);
    opacity: 1;
}
.navigation-dropdown.is-active .menutopbar .quick-link a:nth-child(2){transition-delay: 0.7s;}
.navigation-dropdown.is-active .menutopbar .quick-link a:nth-child(3){transition-delay: 0.8s;}
.navigation-dropdown.is-active .menutopbar .quick-link a:nth-child(4){transition-delay: 0.9s;}
.navigation-dropdown.is-active .menutopbar .quick-link a:nth-child(5){transition-delay: 1s;}
.navigation-dropdown.is-active .menutopbar .quick-link a:nth-child(6){transition-delay: 1.1s;}
.navigation-dropdown.is-active .menutopbar .quick-link a:nth-child(7){transition-delay: 1.2s;}
.navigation-dropdown .header-right .quick-link .icon{
    height: 52px;
    width: 52px;
}
.menu-link .visible,.search-drawer .search-close .visible,.close-btn .visible{
    transform: translate(-50%,-50%);
}
.menu-link .hidden,.search-drawer .search-close .hidden,.close-btn .hidden {
    transform: translate(60px,-50%);
}
.menu-link .hidden, .menu-link .visible,
.search-drawer .search-close .visible,
.search-drawer .search-close .hidden,.close-btn .visible,.close-btn .hidden {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform .4s cubic-bezier(.75,-.27,.3,0.5);
}
.navigation-dropdown .menu-link .hidden,.navigation-dropdown .menu-link .visible {
    transition-delay: 0.6s;
}
.navigation-dropdown.is-active .navigation-close .visible,.menu-link:hover .visible,.search-drawer .search-close:hover .visible,.close-btn:hover .visible {
    transform: translate(-60px,-50%);
}
.navigation-dropdown.is-active .navigation-close .hidden, .menu-link:hover .hidden,
.search-drawer .search-close:hover .hidden,.close-btn:hover .hidden {
    transform: translate(-50%,-50%);
}
.navigation-dropdown .quick-link.right a{
    margin: 10px 0;
}
.navigation-dropdown .header-right .quick-link.right a .icon{
    background-color: var(--white);
}
.navigation-dropdown .header-right .quick-link.right a:first-child .icon{
    border-top-left-radius: 25px;
}
.navigation-dropdown .header-right .quick-link.right a:last-child .icon{
    border-bottom-right-radius: 25px;
}
.navigation-dropdown .header-right .quick-link.right .icon path{
    fill: var(--black);
}
.navigation-dropdown .header-right .quick-link.right .text{
    margin:  0 10px 0 0;
}
.navigation-dropdown .header-right:not(.right) a:hover .icon .newsevent path,
.navigation-dropdown .social-icon path{
    fill: var(--white);
}
.navigation-dropdown .navigation-close{
    background-color: var(--white);
    border: 2px solid var(--red);
}

/* search css  */
.search-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--black);
    z-index: 4;
    transition: all 0.6s;
    padding: 23px 40px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--black);
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.search-drawer.active{
    opacity: 1;
    visibility: visible;
}
.search-drawer .search-wrappper {
    max-width: 725px;
    margin: 0 auto;
}
.search-drawer .search-input {
    border: 0;
    border-bottom: 1px solid var(--white);
    border-radius: 0;
    background-color: transparent;
    font-size: 32px;
    padding: 0 60px 15px 0;
    width: 100%;
    color: var(--white);
    font-weight: 300;
}
.search-drawer input[type="submit"] {
    font-size: 0;
    background-color: transparent;
    border: 1px solid #F3ECE4;
    height: 52px;
    width: 52px;
    border-radius: 100%;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    bottom: 15px;
}
.search-drawer .search-input::-webkit-input-placeholder{color: var(--white);opacity: 1}
.search-drawer .search-input::-moz-placeholder{color: var(--white);opacity: 1}
.search-drawer .search-input:-ms-input-placeholder{color: var(--white);opacity: 1}
.search-drawer .search-input::-ms-input-placeholder{color: var(--white);opacity: 1}
.search-drawer .search-input::placeholder{color: var(--white);opacity: 1}
.search-drawer .search-form{
    margin-bottom: 90px;
}
.search-drawer .search-drawer h2{
    font-size: 56px;
}
.search-drawer .search-drawer h3{
    font-size: 42px;
}
.search-drawer .search-drawer h4{
    font-size: 32px;
}
.search-drawer li,
.search-drawer p {
    font-size: 16px;
    color: var(--white);
    margin-bottom: 15px;    
}
.search-drawer li{
    padding-left: 30px;
}
.search-drawer ul {
    list-style: decimal;
}
.search-drawer .search{
    position: relative;
    top: 36%;
    transform: translateY(-50%);
}
.search-drawer .search-close,.close-btn {
    border: 2px solid var(--red);
    background-color: var(--white);
    height: 58px;
    width: 58px;
    border-radius: 100%;
    line-height: 50px;
    overflow: hidden;
    z-index: 1;
}

/* welcome Video  */
.welVideo .video-wrapper{
    filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.25));
    padding-top: 68%;
    margin: 20px;
}
.welVideo .video-wrapper .popupbtn{
    left: auto;
    right: 30px;
    bottom: 30px;
}
.welVideo .container{
    padding-left: 58px;
    padding-right: 155px;
}
.welVideo .welVideo-col{
    padding-right: 80px;
}
.welVideo .welVideo-content h2 {
    margin-bottom: 40px;
    transition-delay: .4s;
}
.welVideo .welVideo-content .content-inner {
    padding-left: 70px;
}
.welVideo .welVideo-content h3 {
    letter-spacing: 0.03em;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 30px;
    padding-bottom: 25px;
    position: relative;
}
.welVideo .welVideo-content span{
    color: #000;
}
.welVideo .welVideo-content h3:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 62%;
    background-color: var(--red);
}
.welVideo .welVideo-content h6{
    letter-spacing: 0.03em;
    font-weight: 500;
}
.welVideo .welVideo-content p{
    letter-spacing: 0.03em;
    font-weight: 300;
}
.welVideo .welVideo-content .btn{
    margin-top: 45px;
}
.welVideo .welVideo-content .content-inner > :nth-child(1){transition-delay: .5s;}
.welVideo .welVideo-content .content-inner > :nth-child(2){transition-delay: .6s;}
.welVideo .welVideo-content .content-inner > :nth-child(3){transition-delay: .7s;}
.welVideo .welVideo-content .content-inner > :nth-child(4){transition-delay: .8s;}
.welVideo .welVideo-content .content-inner > :nth-child(5){transition-delay: .9s;}
.welVideo .welVideo-content .content-inner > :nth-child(6){transition-delay: 1s;}
.welVideo .img-wrapper {
    height: 100%;
    padding-top: 0;
}
.image-reveal img {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    transform: scale(1.2);
    will-change: transform;
    transition: 2s ease;
    width: 100%;
    height: auto;
}
.image-reveal:after {
    content: "";
    position: absolute;
    left: -15%;
    top: -1%;
    width: 130%;
    height: 102%;
    background-color: var(--white);
    z-index: 2;
    transform: skew(-10deg);
    will-change: transform;
    transition: transform 2s cubic-bezier(.7,0,.3,1);
}
.image-reveal {
    position: relative;
    overflow: hidden;
}
.image-reveal.aos-animate:after {
    transform: skew(-10deg) translate3d(115%,0,0);
}
.image-reveal.aos-animate img {
    transform: scale(1);
}

/* Pull Quote Module */
.PullQuote .PullQuote-wrp {
    padding: 33px 38px;
    overflow: hidden;
}
.PullQuote .PullQuote-bg {
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 69%;
    background-size: cover;
}
.PullQuote .PullQuote-slider {
    max-width: 932px;
    margin-left: auto;
}
.PullQuote .PullQuote-content p,
.PullQuote .PullQuote-content h6{
    font-weight: 300;
    letter-spacing: 0.66px;
    font-size: 22px;
    line-height: 160%;
}
.PullQuote .PullQuote-content .auth{
    font-weight: 800;
}
.PullQuote .PullQuote-content {
    padding: 75px 170px;
}
.PullQuote .PullQuote-content .desc,
.PullQuote .PullQuote-content h6{
    position: relative;
    opacity: 0;
}
.PullQuote .PullQuote-content::before,
.PullQuote .PullQuote-content::after {
    content: "";
    top: 38px;
    position: absolute;
    opacity: 0;
    left: 40px;
    height: 47px;
    background-image: url(../images/qoute.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 57px;
    background-size: contain;
}
.PullQuote .PullQuote-content::after{
    right: 40px;
    background-image: url(../images/qoute-down.svg);
    left: auto;
    top: calc(100% - 77px);
}
.PullQuote .slick-active .PullQuote-content .desc,
.PullQuote .slick-active .PullQuote-content h6,
.PullQuote .slick-active .PullQuote-content::after,
.PullQuote .slick-active .PullQuote-content::before {
    -webkit-animation: textbottom 1s forwards;
    animation: textbottom 1s forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.PullQuote .slick-active .PullQuote-content h6{animation-delay: 0.6s;}
@-webkit-keyframes textbottom { from {  bottom: -80px;  opacity: 0; } to {  bottom: 0;  opacity: 1; }}
.PullQuote-slider .slick-track{
    display: flex;
}
.PullQuote-slider .slick-slide{
    height: inherit;
    min-height: 666px;
}
.PullQuote-contentbox{
    border-radius: 47px 0 0 0;
    overflow: hidden;
}
.PullQuote-contentbox.overlay::before{
    background: rgba(255, 255, 255, 0.80);
    opacity: 1;
    backdrop-filter: blur(6px);
}
.PullQuote-wrp .slick-dots{
    text-align: left;
    position: absolute;
    left: 13%;
    bottom: 30px;
}

/* Join Our Community Module  */
.joinCommunity {
    padding: 170px 0 120px;
    overflow: hidden;
}
.joinCommunity::after {
    content: "";
    position: absolute;
    top: 0;
    right: -260px;
    height: 100%;
    width: 1135px;
    background-image: url(../images/layer-bg.svg);
    background-repeat: no-repeat;
    background-position: left top;
}
.joinCommunity .img-wrapper.one {
    padding-top: 52%;
    width: 70%;
    margin-top: 130px;
}
.joinCommunity .img-wrapper.two {
    padding-top: 75%;
    width: 56%;
    margin-left: auto;
    margin-top: -22%;
}
.joinCommunity .img-wrapper{
    filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.25));
    z-index: 1;
}
.joinCommunity h2{
    margin-bottom: 50px;
}
.joinCommunity h4,.joinCommunity h4 p{
    font-weight: 300;
    line-height: 1.45;
    margin-bottom: 30px;
}
.joinCommunity .btn{
    margin-top: 30px;
}
.joinCommunity .btn-wrp .btn:nth-child(1){transition-delay: 0.7;}
.joinCommunity .btn-wrp .btn:nth-child(2){transition-delay: 0.8;}
.joinCommunity .btn-wrp .btn:nth-child(3){transition-delay: 0.9;}
 
/* video module  */
.videoModule .video-thumb video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
    border-radius: 16px;
}
.videoModule .video-thumb video[poster]{
    border-radius: 16px;
}
.videoModule .video-box .video-controle {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.video-box .video-controle .soundbtn {
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
}
.video-box .video-controle .soundbtn:hover circle{
    fill-opacity: 1;
}
/*
.video-box .video-controle .playbtn {
    position: absolute;
    bottom: -95px;
    left: -26px;
}
*/
.videoModule .watchnext {
    white-space: nowrap;
    display: inline-block;
    padding-left: 10px;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    color: var(--red);
    font-weight: 700;
    font-size: 16px;
}
.video-box .video-controle .mute {
    display: block;
}
.video-box .video-controle .unmute-video .mute{
    display: none;
}
.video-box .video-controle .soundon,
.video-box .video-controle .playing .play,
.video-box .video-controle .pause {
    display: none;
}
.video-box .video-controle .unmute-video .soundon,
.video-box .video-controle .play,
.video-box .video-controle .playing .pause {
    display: block;
}
.videoModule .video-slider .slick-slide {
    margin-bottom: 70px;
}
.videoModule .video-thumbCol {
    padding: 30px 0px 50px 152px;
    margin-top: -40px;
}
.videoModule .slick-arrow.slick-next {
    left: 300px;
}
.videoModule .slick-arrow {
    left: 230px;
}
.videoModule .video-thumb .slick-slide{
    padding: 10px;
}
.videoModule .video-thumb .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.videoModule .video-thumb .slick-arrow {
    top: -70px;
}
.videoModule .video-thumb h6{
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-top: 7px;
    line-height: 1.35;
}
.videoModule .video-thumb .slick-list {
    margin: 0 -10px;
    padding-right: 173px;
}
.video-bottom .container{
    max-width: 1920px;
}
.videoModule{
    overflow: hidden;
    background: linear-gradient(180deg, rgba(165, 0, 52, 0) 0%, rgba(165, 0, 52, 0.05) 52.08%, rgba(165, 0, 52, 0) 100%);
}
.videoModule .video-thumb {
    margin-top: 30px;
}
.videoModule .video-thumbCol::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #E6A5A6;
    border-radius: 218px 0 0 218px;
    height: 100%;
    width: 100%;
    border-right: 0;
    z-index: -1;
}
.videoModule .video-content h4 {
    font-size: 32px;
    letter-spacing: 0.03em;
    font-weight: 500;
    margin-bottom: 10px;
    transition-delay: 0.4s;
}
.videoModule .video-content h6{
    letter-spacing: 0.03em;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 40px;
    transition-delay: 0.5s;
}
.videoModule .video-content h6:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--red);
    width: 68%;
}
.videoModule .video-content p{
    transition-delay: 0.6s;
    letter-spacing: 0.03em;
    font-weight: 300;
}
.videoModule .section-header h5{
    font-weight: 500;
    letter-spacing: 0.03em;
}


.tilesSlider{
    padding: 66px 0;
    background-image: url(../images/tilesbg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-blend-mode: multiply;
}
.tilesSlider .section-header p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.66px;
}
.tilesSlider .section-header h2,
.tilesSlider .section-header h3{
    color: var(--red);
}
.tilesSlider .desc-box{
    max-width: 1133px;
}
.tilesSlider.overlay:before{
    background-color: rgba(217, 217, 217, 0.28);
    opacity: 1;
    height: calc(100% - 340px);
}
.item-slider .item-box{
    border-radius: 30px 0;
    margin: 45px 15px;
}
.item-slider .item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: var(--white);
    z-index: 1;
    padding: 45px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.item-slider .item-box.overlay:before{
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.98%, rgba(0, 0, 0, 0.85) 93.23%);
    opacity: 1;
    transition: all 0.6s;
}
.tilesSlider .item-slider .item-content{
    bottom: -120px;
    transition: all 0.6s;
}
.tilesSlider .item-slider .item-content .btn{
    opacity: 0;
    visibility: hidden;
    background-color: #CE040B;
    border-color: #CE040B;
}
.tilesSlider .item-slider .item-content .btn:hover{
    background-color: var(--black);
    border-color: var(--black);
}
.item-slider .slick-current .item-box .item-content{
    bottom: 0;
}
.item-slider .slick-current .item-box .item-content .btn{
    opacity: 1;
    visibility: visible;
}
.item-slider .slick-current .item-box.overlay:before{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(236, 28, 36, 0.43) 55.38%, rgba(236, 28, 36, 0.78) 73.56%, #EC1C24 85.26%);
}
.item-slider .item-box{
    transition: all 0.6s;
}
.tilesSlider .item-slider .item-box{
    height: calc(100% - 90px);
    transition: all 0.4s;
}
.tilesSlider .item-slider .slick-current .item-box{
    box-shadow: 0px 4px 7px rgb(0 0 0 / 25%);
    margin: 0px 0px;
    height: calc(100% - 10px);
}
.tilesSlider .slick-list{
    padding: 0 400px 0 0!important;
    margin-right: -15px !important;
    margin-left: -15px;
}
.item-slider .slick-track{
    display: flex !important;
}
.item-slider .slick-slide{
    height: inherit !important;
}
.item-slider .item-box .item-content h4{
    font-size: 34px;
}
.item-slider{
    margin-right: calc(-100vw / 2 + 1630px / 2);
	max-height:300px;
}
.item-slider.slick-initialized{
	max-height:none;
}
.item-slider .slick-arrow {
    top: 45%;
    transform: translateY(-50%);
    left: -100px;
}
.item-slider .slick-arrow.slick-next {
    right: 90px;
    left: auto;
}
.item-slider .slick-arrow:hover{
    transform: translateY(-50%) scale(1.2);
}
.tilesSlider .item-slider .item-box .img-wrapper{
    padding-top: 122%;
    height: 100%;
}
.tilesSlider .item-slider .slick-dots li button{
    width: 26px;
}
.tilesSlider .item-slider .slick-dots li {
    margin: 0 2px;
}
.tilesSlider .slick-dots{
    padding-right: 307px;
}
.tilesSlider .slick-counter{
    margin-right: 240px;
}
.tilesSlider.junior{
    background-image: none;
}
.tilesSlider.junior .section-header p{
    font-weight: 800;
}
.tilesSlider.junior .item-slider .slick-arrow{
    bottom: 0;
    top: auto;
    transform: unset;
    left: 100px;
}
.tilesSlider.junior .item-slider .slick-arrow.slick-next{
    left: 182px;
}
.tilesSlider.junior .item-slider {
    padding-bottom: 75px;
}
.tilesSlider.junior .section-header{
    padding-left: 100px;
}
.newsSlider {
    padding: 90px 0 58px;
    background-color: var(--black);
}
.newsSlider .item-box .item-content {
    padding: 20px;
    color: #000;
}
.newsSlider .item-box{
    box-shadow: 0px 4px 24px rgb(0 0 0 / 25%);
    height: calc(100% - 90px);
    background-color: var(--white);
}
.newsSlider .item-box .like small {
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    color: #D9D9D9;
    font-weight: 700;
    font-size: 12px;
}
.newsSlider .item-box .item-content h5{
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
}
.newsSlider .item-box .item-content p{
    font-weight: 300;
    font-size: 16px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsSlider .item-box .item-content .btn{
    filter: drop-shadow(-7px 7px 7px rgba(0, 0, 0, 0.25));
}
.newsSlider .item-box .like span {
    color: var(--red);
    font-size: 14px;
    font-weight: 700;
}
.newsSlider .item-box .like {
    border-top: 1px solid #000;
    padding-top: 10px;
    margin-top: 20px;
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 1;
}
.newsSlider .slick-list{
    padding: 0 20px 0 0!important;
}
.newsSlider .eventbox .img-wrapper{
    padding-top: 130%;
}
.newsSlider .eventbox .img-wrapper.red{
	background-color:var(--red);
}
.newsSlider .eventbox .img-wrapper.gray{
	background-color:#D9D9D9;
}
.newsSlider .item-box.instafeed {
    padding-bottom: 265px;
}
.newsSlider .item-box.eventbox {
    padding-bottom: 145px;
}
.newsSlider .item-box.instafeed .item-content{
    bottom: 50px;
    min-height: 215px;
}
.newsSlider .item-box.overlay:before{
    opacity: 0;
    height: 0;
    top: auto;
    bottom: 0;
}
.newsSlider .item-box.overlay:hover{
    border-radius: 30px;
}
.newsSlider .item-box.overlay:hover:before{
    background: linear-gradient(180deg, rgba(236, 28, 36, 0.00) 0%, rgba(236, 28, 36, 0.80) 100%);
    opacity: 1;
    height: 100%;
}
.newsSlider .item-box:hover .like{
    border-top-color: #d9d9d9;
}
.newsSlider .item-box:hover .item-content .icon{
    order: -1;
}
.newsSlider .item-box:hover .like span,.newsSlider .item-box:hover .item-content{
    color: var(--white);
}
.newsSlider .item-box .item-content p,
.newsSlider .item-box .item-content .btn{
    display: none;
}
.newsSlider .item-box:hover .like span img,
.newsSlider .item-box:hover .item-content img{
    filter: brightness(0) invert(1);
}
.newsSlider .item-box:hover .item-content p{
    display: -webkit-box;
}
.newsSlider .item-box:hover .item-content .btn{
    display: inline-block;
}
.newsSlider .item-box.instafeed:hover,.newsSlider .item-box.eventbox:hover {
    padding-bottom: 0;
    height: calc(100% - 10px);
    margin: 0;
}
.newsSlider .item-box:hover .img-wrapper{
    height: 100%;
}
.newsSlider .item-box:hover .item-content{
    bottom: 60px;
}
.newsSlider .bottombtn-wrap{
    display: none;
}
.newsSlider .heading{
    color: var(--red);
}
.newsSlider .slick-dots{
    padding: 0 120px 0 0;
}
.newsSlider .container,
.tilesSlider:not(.junior) .container{
    padding-left: 160px;
}
.newsSlider .section-header .btn:hover,
.newsSlider .bottombtn-wrap .btn:hover{
    background-color: var(--white);
    border-color: var(--white);
    color: var(--black);
}
.newsSlider .section-header .btn:hover path,
.newsSlider .bottombtn-wrap .btn:hover path{
    fill: var(--black);
}

/* Call to Action Module */
.Cta{
    height: 100vh;
    height: calc((var(--vh, 1vh) * 100));   
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px;
}
.Cta .row{
    height: 100%;
}
.Cta-content {
    border-radius: 0px 0px 30px 0px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(6px);
    padding: 100px 80px;
}
.Cta-content .title{
    color: var(--red);
}
.Cta-content h5 p{
    font-weight: 300;
    letter-spacing: 0.66px;
    line-height: 1.6;
    font-size: 22px;
}
.Cta-content h5,.Cta-content .title {
    margin-bottom: 15%;
}
.Cta-content h2 {
    margin-bottom: 30px;
}

/* footer css*/
footer {
    background-color: var(--black);
    padding: 95px 0 40px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain !important;
}
footer .contact-box .title {
    letter-spacing: 0.84px;
    font-size: 24px;
    font-weight: 800;
    margin: 10px 0;
}
footer .contact-box p,footer .contact-box a,footer .contact-box address,.footer-about p{
    color: var(--white);
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1.17px;
}
footer .contact-box a:hover{
    opacity: 0.6;
}
footer .contact-box.phone-no  a,
footer .contact-box p a{
    text-decoration: underline;
}
footer .col-left .row{
    margin: 0 -20px;
}
footer .col-left .row > div {
    padding: 0 20px;
    margin-bottom: 40px;
}
footer .copyright{
    padding-top: 10px;
    padding-bottom: 10px;
    transition-delay: 0.7s;
}
footer .copyright p{
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: 0.03em;
    font-size: 14px;
    font-weight: 400;
}
.footer-about-wrp.aos-animate .copyright{opacity: 1;}
.footer-about h3 {
    font-size: 36px;
    letter-spacing: 1.26px;
    font-weight: 800;
}
footer .social-icon a:hover svg path{
    fill: var(--white);
}
footer .footer-bottom-desc{
    display: none;
}
footer .Acknowledgment p:not(:last-child) {
    margin-bottom: 70px;
}
footer.aos-animate .copyright{
    opacity: 1;
    transform: translateZ(0);
    transition-delay: .65s;
}
.footer-logo img {
    max-width: 281px;
}

/* cta popup  */
.ctaPopup {
    position: fixed;
    bottom: 0;
    right: 50px;  
    border-radius: 157px 157px 0px 0px;
    z-index: 3;
    background-color: transparent;
}
.ctaPopup-img {
    height: 115px;
    width: 115px;
    object-fit: cover;
    border-radius: 100%;
}
.ctaPopup.open{
    background-color: var(--red);
    box-shadow: 0px -4px 4px rgb(0 0 0 / 25%);
    right: 15px;  
}
.ctaPopup.open .ctaPopup-img{
    height: 180px;
    width: 100%;
    border-radius: 157px 157px 0px 0px;
}
.ctaPopup-boxclose {
    position: absolute;
    top: -7px;
    right: -25px;
    height: 58px;
    width: 58px;
    border-radius: 100%;
    background-color: rgba(0,0,0,1);
    text-align: center;
    line-height: 52px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
}
.ctaPopup-boxclose.active{
    top: -10px;
    right: 25px;
}
.ctaPopup-content{
    padding: 15px;
    display: none;
}
.ctaPopup.open .ctaPopup-content{
    display: block;
}
.ctaPopup-boxclose .closeimg,
.ctaPopup-boxclose.active .minimize{
    display: none;
}
.ctaPopup-boxclose.active .closeimg{
    display: inline-block;
}
.ctaPopup-boxclose.overlay:before{
    opacity: 0.4;
}
.ctaPopup-close {
    background: rgba(0, 0, 0, 0.4);
    color: var(--white);
    font-weight: 700;
    font-size: 12px;
    border-radius: 14px;
    padding: 2px 9px;
    position: absolute;
    bottom: 10px;
    right: -31px;
}
.ctaPopup-close .img {
    width: 8px;
    height: 8px;
    margin-top: -3px;
}
.ctaPopup-close:hover {
    background-color: var(--red);
    color: var(--white);
}

/* common-content  */
.blockquote-sec {
    padding: 120px 0;
    border-radius: 32px 0 32px 0;
    background-color: #D9D9D9;
}
.blockquote-sec blockquote {
    font-size: 28px;
    font-weight: 300;
    font-family: 'Nunito Sans', sans-serif;
}
.blockquote-sec img{
    margin-bottom: 30px;
}
.blockquote-sec::before,
.blockquote-sec:after{
    content: "";
    position: absolute;
    width: 63px;
    left: 0;
    right: 0;
    margin: 0 auto;
    HEIGHT: 1px;
    background-color: var(--red);
}
.blockquote-sec::before{
    top: 67px;
}
.blockquote-sec::after{
    bottom: 67px;
}
.common-contentDiv p a{
    color: #003bff;
}
.common-contentDiv p a:hover{
    color: var(--red);
}
.common-contentDiv dl,.common-contentDiv ol,.common-contentDiv ul {
    padding-left: 25px;
    margin-bottom: 45px;
}
.common-content-sec .figcaption {
    padding: 5px 40px 6px;
    position: absolute;
    bottom: 10px;
    left: -12px;
    width: 78%;
    background-color: rgba(236, 28, 36, 0.90);
    transform: skewX(-39deg);
}
.common-content-sec figcaption {
    font-size: 13px;
    line-height: normal;
    color: var(--white);
    font-weight: 800;
    transform: skewX(39deg);
}
.common-content-sec .figcaption:before, .common-content-sec .figcaption:after {
    content: "";
    position: absolute;
    top: -6px;
    height: 3px;
    width: calc(100% + 4px);
    background-color: var(--red);
    left: -4px;
}
.common-content-sec .figcaption:after {
    bottom: -6px;
    top: auto;
}
.common-content-sec figure {
    position: relative;
    overflow: hidden;
}
.common-content-sec figure img {
    width: 100%;
    object-fit: cover;
}
.figure-center {
    margin-bottom: 32px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.figure-left {
    margin-left: -215px !important;
    margin-right: 33px !important;
    margin-bottom: 32px;
}
.figure-right {
    margin-left: 33px !important;
    margin-bottom: 32px;
    margin-right: -215px !important;
}
.common-contentDiv h1{
    position: relative;
    margin-left: -67px;
    margin-bottom: 40px;
    line-height: normal;
    color: var(--red);
}
.common-contentDiv h2 {
    margin: 43px 0 34px;
    font-size: 48px;
    line-height: normal;
    color: var(--red);
}
.common-contentDiv p,.common-contentDiv ol,.common-contentDiv ul li, .common-contentDiv ol,.common-contentDiv ul li{
    line-height: 156%;
    font-size: 16px;
    font-weight: 300;
}
.common-contentDiv h3 {
    margin: 55px 0 30px;
    font-weight: 400;
    color: var(--red);
}
.common-contentDiv h4 {
    margin: 40px 0 15px;
    font-weight: 300;
    font-size: 30px;
}
.common-contentDiv h5 {
    margin: 35px 0 10px;
    letter-spacing: 0.66px;
    font-weight: 400;
}
.common-contentDiv > :first-child {
    margin-top: 0;
}
.common-contentDiv > :last-child{
    margin-bottom: 0 !important;
}
.common-content-sec table td p {margin-bottom: 0;}
.common-content-sec table thead th { border-top: 0;font-weight: bold;color: var(--red);font-family: 'Nunito Sans', sans-serif;border-bottom-color:var(--red) ;}
.common-content-sec table th {border-block-width: 2px;}
.common-content-sec table {margin-bottom: 35px;width: 100%;}
.common-content-sec table td,
.common-content-sec table th {padding: 10px 15px;border-bottom: 1px solid #D9D9D9;font-size: 16px;letter-spacing: 0.03em;}
.common-content-sec table tr td:first-child,
.common-content-sec table tr th:first-child {padding-left: 0;}
.common-content-sec table tr td:last-child,
.common-content-sec table tr th:last-child {padding-right: 0;}
.common-content-sec .link-wrapper{
    margin-bottom: 20px;
}
.common-content-sec .link-wrapper a {
    width: 393px;
    padding: 5px 60px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-outline.download-btn {
    padding: 11px 22px 11px 43px;
    line-height: normal;
    text-align: left;
}
.btn.btn-outline.download-btn::before{
    content: "";
    background-image: url(../images/black-arrow.svg);
    position: absolute;
    left: 22px;
    top: 50%;
    width: 9px;
    height: 15px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.btn.btn-outline.download-btn:hover:before{
    filter: invert(1);
}
.common-contentDiv form label {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.035em;
    transition: all 0.4s;
    line-height: 40px;
}
/* .common-contentDiv form .focus label{
    font-size: 16px;
} */
.common-contentDiv .form-control,.common-contentDiv .form-select {
    border: 0;
    border-bottom: 1px solid var(--red);
    border-radius: 0;
    font-weight: 400;
    padding: 19px 0 6px;
    background-color: transparent;
    font-size: 16px;
    letter-spacing: 0.035em;
    color: var(--red);
}
.common-contentDiv .form-control:focus,.common-contentDiv .form-select:focus{
    border-bottom-width: 2px;
}
.common-contentDiv textarea {
    height: 110px;
}
.common-contentDiv form .ff-fieldtype-radio_group > div{
    margin-top: 10px;
    padding-left: 45px;
}
.common-contentDiv form .form-check{
    padding-left: 45px;
}
.common-contentDiv form .row{
    margin-left: -20px;
    margin-right: -20px;
}
.common-contentDiv form .row > div{
    padding-left: 20px;
    padding-right: 20px;
}
.common-contentDiv select{ 
    background-image: url(../images/select.png);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: auto;
}
.common-contentDiv input[type="submit"] {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    background-color: transparent;
    border: 1px solid #AB0634;
    border-radius: 28.5897px;
    min-width: 280px;
    text-align: center;
    padding: 13px 15px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.common-contentDiv input[type="submit"]:hover{
    background-color: #AB0634;
    color: var(--white);
}
.common-contentDiv .form-check-input{
    border-color: var(--red);
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;
    margin-left: 0;
    position: absolute;
    left: 0;
}
.common-contentDiv .form-check-input[type="radio"]:checked {
    background-color: transparent;
    border-color: var(--red);
    background-image: url(../images/Ellipse-red.svg);
}
.common-contentDiv .form-check-input[type="checkbox"]:checked{
    background-color: var(--red);
}
.common-contentDiv .form-check-input:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.common-contentDiv form .btn{
    margin-top: 40px;
    background-color: var(--red) !important;
    border-color: var(--red) !important;
}
.common-contentDiv form .btn:hover{
    background-color: var(--black) !important;
    border-color: var(--black) !important; 
}
.common-contentDiv .form-check-inline {
    margin-right: 30px;
    position: relative;
    padding-left: 45px;
}
.common-contentDiv .radio-btn-wrp{
    padding: 10px 0;
}
.common-contentDiv .author .img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}
.common-contentDiv .author .img {
    margin-right: 15px;
    width: 113.363px;
    height: 113.363px;
    flex-shrink: 0;
}
.author-sec .common-contentDiv::before{
    content: "";
    position: absolute;
    right: 70%;
    height: 1px;
    background-color: var(--red);
    width: 100vw;
    top: 0;
}
.author-sec .row{
    row-gap: 55px;
}
.common-contentDiv .author h5 b,.common-contentDiv .author h5 strong{
    font-weight: 400;
    letter-spacing: 0.66px;
    font-size: 22px;
    line-height: 1;
}
.common-contentDiv .author h5{
    font-weight: 300;
    color: var(--black);
    letter-spacing: 0.48px;
    font-size: 16px;
    line-height: 1.35;
}
.navigation .navigation-txt h5 {
    color: var(--white);
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
}
.navigation .navigation-txt .btn-icon{
    color: var(--white);
    font-weight: 300;
    position: relative;
    transition: all 0.4s;
    font-size: 18px;
    transition: all 0.4s;
    margin: 0 0 30px;
}
.navigation .navigation-txt .btn-icon svg{
    transition: all 0.4s;
    margin: 0px 15px 3px;
}
.navigation .navigation-txt .btn-icon:hover svg {
    transform: scale(1.1);
}
.navigation {
    padding: 40px 0;
}
.navigation .img-wrapper {
    padding-top: 220px;
    height: 100%;
}
.navigation .img-wrapper.overlay:before{
    background: linear-gradient(90deg, #fcf7f8 0%, rgba(217, 217, 217, 0) 50%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 61.98%, rgba(0, 0, 0, 0.85) 93.23%);
    opacity: 1;
    z-index: 1;
}
.navigation .navigation-content {
    border-radius: 30px 0 30px 0;
    height: 100%;
}
.navigation .navigation-txt{
    background-color: var(--red);
    padding: 40px;
}
.navigation .navigation-row{
    margin: 0 -20px;
}
.navigation .navigation-row .navigation-col{
    padding: 0 20px;
}

/* inner banner css  */
.inner-banner.hero-section {
    height: 90vh;
}
.inner-banner.hero-section::before{
    display: none;
}
.inner-banner.hero-section .hero-panel-content :last-child {
    margin-bottom: 0;
}
.inner-banner .hero-panel-content{
    margin-top: auto !important;
    margin-left: 35px;
    margin-bottom: auto;
}
.inner-banner .hero-panel-content h2{
    line-height: 1.35;
}
.inner-banner .hero-panel-content li,
.inner-banner .hero-panel-content p{
    letter-spacing: 0.03em;
    font-size: 16px;
}
.inner-banner .hero-panel-content p b{
    font-weight: 500;
}
.inner-banner .hero-panel-content li::marker{
    font-size: 12px;
}
.inner-banner.hero-section .hero-panel {
    padding: 130px 30px 60px;
}
.inner-banner .hero-panel-content h5{
    letter-spacing: 0.66px;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.inner-banner .hero-panel-content h5::before{
    content: "";
    height: 0;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 1s ease;
    transition-delay: 0.7s;
}
.inner-banner .hero-panel-content h5.aos-animate::before{
    width: 54px;
}
.inner-banner.newslist-banner .hero-panel-content.aos-animate::before,
.inner-banner.newsdetail-banner .hero-panel-content.aos-animate::before{
    max-height: 150px;
}
.common-content-sec{
    position: relative;
    z-index: 1;
}
.common-content-sec.bgimg::before,
.formsec::before{
    position: absolute;
    content: "";
    right: 40px;
    top: 45px;
    z-index: -1;
    width: 577.987px;
    height: 805px;
    background-image: url(../images/tilesbg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}
.newsletter-bar + .principle-sec + .common-content-sec::before{
    top: -10px;
}
.formsec{
    background-color: rgba(217, 217, 217, 0.28);
}
.formsec::before{
    height: 100%;
    width: 100%;
    top: 110px;
    background-size: auto;
}
.inner-banner.hero-section .slide-img.overlay:before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 73.11%, rgba(0, 0, 0, 0.5) 93.11%), linear-gradient(241.15deg, rgba(0, 0, 0, 0.35) 2.02%, rgba(0, 0, 0, 0) 29.91%);
    opacity: 1;
}

/* Tiles Module */
.tiles-module:not(.newslist) .container{max-width: 1470px;}
.tiles-grid-module{ margin: 0 -20px;}
.tiles-grid-item {float: left;}
.tiles-grid-sizer, .tiles-grid-item {width: 25%;position: relative;padding: 20px;}
.tiles-grid-item.tiles-half {  width: 50%;}
.tiles-grid-item.tiles-full{width: 100%;}
.tiles-grid-item.tiles-twohalf{width: 75%;}
.tiles-module .tiles-content { position: absolute; bottom: 0px; left: 0px; padding: 25px 15px 45px; width: 100%; text-align: center;z-index: 1; }
.tiles-boxdiv{ height: 390px; overflow: hidden; position: relative; padding: 30px; color: var(--white); }
.tiles-module .tiles-content .tiles-title{color: var(--white);font-weight: 800;font-size: 34px;line-height: normal;}
.tiles-boximage {  background-size: cover;  background-repeat: no-repeat;  background-position: center;  position: absolute; top: 0; left: 0; height: 100%;  width: 100%;   -webkit-transition: all 0.5s ease;  -o-transition: all 0.5s ease;  transition: all 0.5s ease;}
.tiles-boxdiv:hover .tiles-boximage { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
.tiles-grid-item:nth-child(1){transition-delay: 0.2s;}
.tiles-grid-item:nth-child(2){transition-delay: 0.4s;}
.tiles-grid-item:nth-child(3){transition-delay: 0.6s;}
.tiles-grid-item:nth-child(4){transition-delay: 0.8s;}
.tiles-grid-item:nth-child(5){transition-delay: 1s;}
.tiles-grid-item:nth-child(6){transition-delay: 1.2s;}
.tiles-grid-item:nth-child(7){transition-delay: 1.4s;}
.tiles-grid-item:nth-child(8){transition-delay: 1.6s;}
.tiles-grid-item:nth-child(9){transition-delay: 1.8s;}
.tiles-grid-item:nth-child(10){transition-delay: 2s;}
.tiles-grid-item:nth-child(11){transition-delay: 2.2s;}
.tiles-grid-item:nth-child(12){transition-delay: 2.4s;}
.tiles-grid-item:nth-child(13){transition-delay: 2.6s;}
.tiles-grid-item:nth-child(14){transition-delay: 2.8s;}
.tiles-grid-item:nth-child(15){transition-delay: 3s;}
.tiles-grid-item a.red { background-color: var(--red);}
.tiles-grid-item a.gray { background-color: #D9D9D9;}
.tiles-grid-item a.gray,.tiles-grid-item a.red{background-image: url(../images/tiles-box-start.png); background-position: 130% -20px; background-size: 80%; background-repeat: no-repeat;}
.tiles-grid-item a{overflow: hidden;border-radius: 30px 0 30px 0;}
.tiles-grid-item a:not(.red,.gray) .tiles-boxdiv::before{
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.22%, rgba(0, 0, 0, 0.85) 100%);
    left: 0;
    z-index: 1;
    transition: all 0.6s;
}
.tiles-grid-item a:not(.red,.gray):hover .tiles-boxdiv::before{
    background: linear-gradient(180deg, rgba(236, 28, 36, 0) 0%, rgba(236, 28, 36, 0.85) 64.79%);
}
.tiles-grid-item a.red:hover{
    background-color: #D9D9D9;
}
.tiles-grid-item a.gray:hover{
    background-color: var(--red);
}
.tiles-grid-item a.red:hover .tiles-content .tiles-title{
    color: var(--black);
}
.tiles-grid-item a.gray:hover .tiles-content .tiles-title{
    color: var(--white);
}
.tiles-module a.gray .tiles-content .tiles-title{color: var(--black);}

/* Image with text  */
.imgtext{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.imgtext .img-col.round-img {
    padding: 0 0 90px 150px;
}
.imgtext .img-col.round-img .img-wrapper img{
    border-radius: 0 0 420px 420px;
}
.imgtext .img-col {
    padding: 0;
}
.imgtext .row{
    margin: 0 -15px;
}
.imgtext .img-col .img-wrapper {
    height: 100%;
    margin-top: -1px;
}
.imgtext .text-col{
    padding: 90px 200px 90px 90px;   
    position: relative; 
}
.imgtext .text-col .bg-img{
    position: absolute;
    top: 50%;
    right: -120px;
    left: auto;
    height: 75%;
    width: 71%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right center;
    border-radius: 100%;
    transform: translateY(-50%);
}
.imgtext.right .text-col .bg-img{
    left: -120px;
    right: auto;
}
.imgtext .text-col h2 {
    margin-bottom: 50px;
}
.imgtext .text-col h6{
    letter-spacing: 0.03em;
    font-weight: 500;
}
.imgtext .link-wrapper {
    margin-top: 45px;
}
.imgtext.right .row {
    flex-direction: row-reverse;
}
.imgtext.right .img-col.round-img {
    padding: 0 90px 150px 0;
}
.imgtext.right .text-col{
    padding: 90px 90px 90px 200px;
}
.imgtext.right .text-col .bg-img{
    background-position: left center;
}
.imgtext.marron{
    background-color: var(--red);
}
.imgtext.gray {
    background-color: #FCF7F9;
}
.imgtext.marron .common-contentDiv *{
    color: var(--white);
}
.imgtext.marron .btn{
    border-color: var(--white);
}
.imgtext.marron .btn:hover{
    background-color: var(--white);
    color: var(--red);
}
.imgtext .text-col .common-contentDiv > :nth-child(1){transition-delay: 0.2s;}
.imgtext .text-col .common-contentDiv > :nth-child(2){transition-delay: 0.4s;}
.imgtext .text-col .common-contentDiv > :nth-child(3){transition-delay: 0.6s;}
.imgtext .text-col .common-contentDiv > :nth-child(4){transition-delay: 0.8s;}
.imgtext .text-col .common-contentDiv > :nth-child(5){transition-delay: 2s;}
.imgtext .text-col .common-contentDiv > :nth-child(6){transition-delay: 2.2s;}
.imgtext .text-col .common-contentDiv > :nth-child(7){transition-delay: 2.2s;}


/* Document Download  */
.docDown .container.inner{max-width: 1380px;}
.docDown .docDown-box {position: relative;margin-bottom: 45px;overflow: hidden;}
.docDown .img-wrapper{padding-top: 70%;height: 100%;border-radius: 0px 144.598px 144.598px 0px;overflow: hidden;}
.docDown .img-wrapper img{border-radius: 0px 144.598px 144.598px 0px;transition: all 0.5s;}
.docDown .docDown-box:hover .img-wrapper img{transform: scale(1.1);}

.edition-module h6 {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 70px;
}
.morelink svg {
    margin-left: 5px;
    transition: all 0.5s;
}
.morecontent span {
    display: none;
    width: 100% !important;
}
.morelink {
    display: inline-block;
    letter-spacing: 0.03em;
    font-weight: 300;
    font-size: 16px;
    color: var(--red);
    margin-top: 30px;
}
.morelink.less svg{
    transform: rotate(180deg);
}
body .edition-module h2 {
    margin-bottom: 50px;
    color: var(--red);
    line-height: normal;
}
.edition-module .btn{margin-top: 30px;position: relative; z-index: 2;}
.edition-module h5 {
    margin-bottom: 20px;
}
.edition-module h5 p {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0;
}
.edition-module h5 :last-child{
    margin-bottom: 0;
}
.edition-module .more p{
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
}
.edition-module .content-box {
    position: relative;
    margin-left: 120px;
}
.edition-module .img-wrapper{
    border-radius: 32px 0 0 0;
}
.edition-module .img-wrapper.one{
    margin-top: 0;
    padding-top: 57%;
    z-index: 2;
    width: calc(100% - 60px);
}
.edition-module .img-wrapper.two {
    padding-top: 47.6%;
    width: 47.6%;
    margin-top: -40px;
    position: relative;
    z-index: 2;
    margin-left: auto;
}
.edition-module .joinCommunity-txt {
    padding-left: 198px;
    padding-right: 70px;
    position: relative;
    z-index: 1;
    padding-top: 60px;
}
.edition-module.right .row {
    flex-direction: row-reverse;
}
.edition-module.right::after{
    left: -260px;
    right: auto;
}
.edition-module.right::before{
    left: -350px;
    right: auto;
}
.edition-module.right .joinCommunity-txt {
    padding-right: 198px;
    padding-left: 70px;
    padding-top: 170px;
}
.edition-module.right .img-wrapper.one{
    width: 61%;
    padding-top: 42%;
}
.edition-module.right .img-wrapper.two{
    width: 55%;
    padding-top: 72%;
    margin-top: -80px;
}
.edition-module.bgwhite::before{
    background-color: var(--white);
}
.edition-module.bgwhite::after{
    background-image: url(../images/layer-bg.png);
    border-radius: 100%;
}
.edition-module .container{
    max-width: 1920px;
    padding-left: 90px;
    padding-right: 90px;
}
.edition-module .bgImg {
    position: absolute;
    top: -135px;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-position: 160px 0;
    left: 0;
    z-index: -1;
}
.edition-module .more {
    max-width: 474px;
}
.edition-module.right .bgImg {
    left: calc(50% - 180px);
    top: -25px;
}
.edition-module:not(.right) {
    margin-top: 160px;
}

/* vidoe module  */
/* .video-module .video-box .video-controle .playbtn,
.video-box .video-controle .playbtn{
    position: static;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background: rgba(243, 236, 228, 0.5);
} */
.video-module .video-controle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video-module .video-controle .play,
.video-box .video-controle .play {
    width: 25px;
}
.video-module .video-controle .playbtn{
    padding: 15px 30px;
}
.video-module .video-controle .playbtn.playing{
    display: none !important;
}
.video-module .video-controle .pause,
.video-box .video-controle .pause {
    width: 15px;
}
.video-module .video-module-content {
    padding: 30px 80px 50px 80px;
    margin-left: 190px;    
}
.video-module .video-module-content .content{
    z-index: 1;
    max-width: 940px;
}
.video-module-content .content p {
    letter-spacing: 0;
    line-height: 28px;
}
.video-module .video-module-content::after {
    content: "";
    position: absolute;
    left: 0;
    height: calc(100% + 550px);
    width: 100vw;
    top: -550px;
    background: var(--black);
    z-index: -1;
}
.video-module .video-box {
    z-index: 1;padding: 20px 20px 30px;
    margin: 0 -20px;
}
.video-module .video-module-content h3{
    font-size: 32px;
    margin-bottom: 15px;
}
.video-module .video-module-content h3,
.video-module .video-module-content h6{
    font-weight: 800;
    position: relative;
}
.video-module .video-module-content h6::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #FCF7F9;
    width: 39%;
}
.video-module .video-module-content .content :last-child {
    margin-bottom: 0;
}
.video-module .video-module-content .content .btn:hover{
    background-color: var(--white);
    color: var(--red);
}
.video-module .video-module-content .content .btn:hover path{
    fill: var(--red);
}
.video-module .video-module-content h6 {
    padding-bottom: 35px;
}
.video-module .video-wrapper{
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
}
.video-module{
    margin: 70px 0 160px;
}
.video-module .container.inner{
    max-width: 1690px;
}

/* Photo Gallery Module */
.gallery {
    z-index: 1;
}
.gallery .slick-counter{
    max-width: 1690px;
}
.gallery .slick-dots {
    max-width: 1690px;
    margin: 0 auto;
    padding: 0 190px;
    right: 45px;
    position: relative;
}
.gallery .slick-slide{
    margin: 30px 10px;
    position: relative;
    height: 621px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gallery .slick-slide img{
    height: 412px;
    width: 100%; 
    object-fit: cover;
    filter: brightness(0.6) drop-shadow(0px 14px 12px rgba(0, 0, 0, 0.5));
    transition: height 0.5s ease-in-out;
}
.gallery .slick-center{
    margin: 0 -60px;
    z-index: 2;
}
.gallery .slick-center.slick-slide::before{
    opacity: 0;
}
.gallery .slick-center img{
    height: 621px;
    filter: brightness(1) drop-shadow(0px 14px 12px rgba(0, 0, 0, 0.5));
}
.gallery .slick-track{
    display: flex !important;
    align-items: center;
    transition: all 0.5s;
}
.gallery .slick-slide span {
    letter-spacing: 0.03em;
    font-size: 16px;
    color: var(--red);
    opacity: 0;
    display: block;
    margin-top: 25px;
    min-height: 20px;
}
.gallery .slick-center span{
    opacity: 1;
}
.gallery .slick-list{
    padding: 0 !important;
    min-height: 620px;
    margin-top: -30px;
}
.gallery .slick-center .gallery-img.overlay::before{
    opacity: 0;
}
.gallery .slick-arrow {
    top: 43%;
    transform: translateY(-50%);
}
.gallery .slick-arrow:hover{
    transform: scale(1.2) translateY(-50%);
}
.gallery .slick-prev{
    left: 15%;
}
.gallery .slick-next{
    right: 15%;
    left: auto;
}

/* Newsletter pages  */
.newsletter-bar .text{color: var(--red);font-size: 12px;letter-spacing: 0.08em;margin-top: 15px;min-width: 130px;}
.newsletter-bar .icon{background-color: #F3ECE4;height: 52px;width: 52px;border-radius: 100%;text-align: center;display: inline-block;line-height: 50px;}
.newsletter-bar a{margin: 0 10px;}
.newsletter-bar a.active .icon,.newsletter-bar a:hover .icon{background-color: var(--red);}
.newsletter-bar { padding: 12px 0;z-index: 2;}
.newsletter-bar a:hover path,
.newsletter-bar a.active path{
    stroke: #F3ECE4;
}
body .header-right .newsbar-link .icon path{
	/*
    stroke: var(--white);
    fill: none !important;
	*/
}
body .header-right .newsbar-link .active .icon{
    background-color: transparent;
}

.principleMsg.docDown .img-wrapper{
    padding-top: 67%;
    border-radius: 32px 0px 0px 0px;
}
.principleMsg.docDown .principleMsg-txt{
    background-color: var(--red);
    border-radius: 0px 0px 32px 0px;
    padding: 40px;
}
.principleMsg.docDown .principleMsg-txt .desc li, .principleMsg.docDown .principleMsg-txt .desc p {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}
.principleMsg.docDown .principleMsg-txt .desc :last-child{
    margin-bottom: 0;
}
.principleMsg.docDown .principleMsg-txt .desc a{
	color:#FFF;
	text-decoration:underline;
}
.principleMsg.docDown .principleMsg-txt .desc a:hover{
	font-weight:500;
}
.newslist-block .container{
    max-width: 1580px;
}
.docDown .col-right p{
    font-size: 16px;
}
.principleMsg.docDown .link {
    letter-spacing: 0.03em;margin-top: 10px;font-size: 16px;
}
.docDown .docDown-box:last-child{margin-bottom: 0;}
.principleMsg.docDown .link:hover{opacity: 0.7;}
.newslist-boxdiv {
    padding-top: 100%;
    height: 100%;
}
.newslist-boxdiv .newslist-boximage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.newslist-boxdiv:hover .newslist-boximage {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.newslist .newslist-content {
    position: absolute;
    bottom: -90px;
    left: 0;
    width: calc(100% - 10px);
    border-radius: 0px 48.2423px 0px 0px;
    backdrop-filter: blur(6px);
    padding: 30px 20px;
    min-height: 220px;
    transition: all 0.5s;
}
.newslist .newslist-content > *{color: var(--white);}
.newslist .sky .newslist-content{background: rgba(106, 170, 228, 0.8);}
.newslist .green .newslist-content{background: rgba(0, 155, 78, 0.8);}
.newslist .purple .newslist-content{background: rgba(118, 92, 168, 0.8);}
.newslist .orange .newslist-content{background: rgba(255, 81, 0, 0.8);}
.newslist .maroon .newslist-content{background: rgba(165, 0, 52, 0.8)}
.newslist .newslist-content p,.newslist .newslist-content li{
    font-size: 12px;
    letter-spacing: 0.03em;
}
.newslist .newslist-content p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}
.newslist .newslist-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.newslist .newslist-content li:not(:last-child){
    margin-bottom: 5px;
}
.newslist .newslist-content .link {
    font-size: 14px;
    letter-spacing: 0.03em;
}
.newslist .newslist-content .link svg path{
    fill: var(--white);
}
.newslist .newslist-content .link:hover svg,
.principleMsg.docDown .link:hover img{
    animation: fade_move_down 1.2s ease-in-out infinite;
}
@-webkit-keyframes fade_move_down {
    0%   { -webkit-transform:translate(-10px,0); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -webkit-transform:translate(10px,0); opacity: 0; }
}
  @-moz-keyframes fade_move_down {
    0%   { -moz-transform:translate(-10px,0); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -moz-transform:translate(10px,0); opacity: 0; }
}
  @keyframes fade_move_down {
    0%   { transform:translate(-10px,0); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { transform:translate(10px,0); opacity: 0; }
}
.newslist .col-xl-3:not(.maroon) .newslist-content .link:hover svg path{
    fill: var(--red); 
}
.newslist .col-xl-3:not(.maroon) .newslist-content .link:hover{
    color: var(--red);
}
.newslist .newslist-content .content{
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(20px);
    height: 0;
}
.newslist-boxdiv:hover .newslist-content{
    bottom: 0;
}
.newslist-boxdiv:hover .newslist-content .content{
    opacity: 1;
    transform: translateY(0px);
    height: auto;
}
.newslist-banner .overlay-div{
    display: none;
}
.newslist-banner .hero-panel-content .title{
    margin-bottom: 55px;
}
.newslist .tiles-grid-item .content {
    display: none;
    min-height: 60px;
}
.newslist .tiles-grid-item .content li{
    text-align: left;
}
.newslist .tiles-grid-item .content p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.newslist.tiles-module .tiles-content{
    padding: 20px;
}
.newslist.tiles-module .tiles-content h5{
    line-height: 127.4%;
}
.newslist .tiles-boxdiv{
    height: 314px;
}
.newslist.tiles-module .tiles-grid-item a:not(.red,.gray) .tiles-boxdiv::before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 55.01%, #000 83.98%);
}
.newslist.tiles-module .tiles-grid-item a:not(.red,.gray):hover .tiles-boxdiv::before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #EC1C24 83.98%);
}
.newslist .tiles-grid-item a:hover .content{
    display: block;
}
.newslist .tiles-grid-item a.gray, 
.newslist .tiles-grid-item a.red{
    background-image: url(../images/newslist-tiles.png);
    background-position: 140% center;
    background-blend-mode: multiply;
}
.newslist.tiles-module a.red:hover .tiles-content *,
.newslist.tiles-module a.gray .tiles-content *{
    color: var(--black);
}
.newslist.tiles-module a.gray:hover .tiles-content *{
    color: var(--white);
}
.newslist .tiles-grid-item a.gray .tiles-boximage, 
.newslist .tiles-grid-item a.red .tiles-boximage{
    background-image: none !important;
}
.edition-list.newslist.tiles-module .tiles-content h5{
    font-size: 22px;
}
.newsmodal{
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(6px);
}
.newsmodal .modal-body {
    padding: 0;
}
.newsmodal .modal-dialog{
    max-width: 935px;
}
.newsmodal .modal-content {
    background-color: var(--red);
    box-shadow: 0px 4px 24px rgb(0 0 0 / 25%);
    border-radius: 32px 0;
    overflow: hidden;
}
.newsmodal .btn-close {
    opacity: 1;
    background-image: none;
    border: 0;
    height: 54px;
    width: 54px;
    line-height: 50px;
    border-radius: 100%;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 1;
    padding: 0;
    background-color: var(--black);
}
.newsmodal .btn-close svg rect{
    fill: var(--white);
}
.newsmodal .btn-close:hover{
    background-color: var(--white);
}
.newsmodal .btn-close:hover svg rect{
    fill: var(--red);
}
.newsmodal .img-wrapper {
    height: 100%;
    padding-top: 110%;
}
.newsmodal .col-left {
    width: 50%;
}
.newsmodal .col-right{
    width: 50%;
    padding: 90px 80px 90px 40px;
}
.newsmodal .col-right h3{
    font-weight: 400;
    margin-bottom: 50px;
    line-height: normal;
}
.new-btn .icon {
    background-color: var(--black);
    height: 53px;
    width: 53px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
}
.newsmodal li:first-child .new-btn .icon{
    border-top-left-radius: 20px;
}
.newsmodal li:last-child .new-btn .icon{
    border-bottom-right-radius: 20px;
}
.new-btn .text{
    font-weight: 800;
    font-size: 12px;
}
.new-btn:hover .icon{
    background-color: var(--white);
}
.new-btn .icon svg path{
    stroke: var(--white);
}
.new-btn:hover .icon svg path{
    stroke: var(--red);
}
.principle-sec{
    margin-bottom: 38px;
}
.principle-sec .principle-txt{
    padding: 50px 80px;
    border-radius: 0 0 32px 0;
    background-color: var(--red);
}
.principle-sec .principle-txt a{color:#FFF;}
.principle-sec .principle-txt a:hover{color:#FFF;font-weight:500;}
.principle-sec blockquote {
    padding-left: 30px;
    border-left: 1px solid var(--white);
}
.principle-sec .img-wrapper{
    padding-top: 60%;
    height: 100%;
    border-radius: 32px 0px 0px 0px;
}
.principle-sec li{text-align: left;}
.sticky-newmenu-btn {
    position: fixed;
    right: 40px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.newsdetail-banner{
    z-index: 2;
}
.editon-btn {
    background-color: var(--red);
    font-size: 12px;
    color: var(--white);
    padding: 20px 13px 25px;
    border-radius: 25px 0;
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
    border: 1px solid var(--red);
}
.editon-btn:hover{
    background-color: var(--white);
    color: var(--red);
}
.editon-btn:hover svg path,.editon-btn:hover svg rect{
    stroke: var(--red);
} 
.editon-btn svg{
    margin-bottom: 15px;
}
.newslist-banner.inner-banner .quick-link .icon{
    box-shadow: none;
}
.newsMenu{
    position: fixed;
    top: 0;
    height: 100vh;
    right: 0;
    height: calc((var(--vh, 1vh) * 100));
    width: 100%;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;    
}
.newsMenu::before{
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgba(255, 255, 255, 0.85);
    opacity: 0;  
}
.newsMenu.is-active::before{
    opacity: 1;
    transition-delay: 0.8s;
}
.newsMenu.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.newsMenu .newsMenu-body{
    background-color: var(--black);
    border-radius: 60px 0;
    background-image: url(../images/newsmenu.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 93.5%;
    margin-left: auto;
    position: relative;
    height: 100%;
}
.newsMenu .editon-btn {
    position: absolute;
    top: 50%;
    left: -28px;
    font-weight: 700;
    font-size: 12px;
    transform: translateY(-50%) rotate(-180deg);
}
.newsMenu .btnclose {
    background-color: var(--white);
    position: absolute;
    left: 30px;
    top: 30px;
    height: 58px;
    width: 58px;
    border: 2px solid var(--red);
    border-radius: 100%;
    text-align: center;
    line-height: 52px;
    z-index: 2;
}
.newsMenu .newsletter-bar {
    padding: 30px 130px;
    z-index: 1;
    position: relative;
}
.newsMenu .newsletter-bar .text{
    color: var(--white);
}
.newsMenu .newsletter-bar .icon{
    border: 1px solid #F3ECE4;
}
.newsMenu .newsMenu-row{
    padding: 10% 63px 10% 150px;
    height: 100%;
}
.newsMenu .sub-title{
    letter-spacing: 0.03em;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.newsMenu .sub-title::before{
    content: "";
    width: 54px;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 1s ease;
    transition-delay: 0.7s;
}
.newsMenu .col-left {
    width: 30%;    
}
.newsMenu .col-right{
    width: 66%;
    height: 100%;
    margin-left: auto;
}
.newsMenu .col-right ul.menu-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.newsMenu .col-right ul.menu-ul::-webkit-scrollbar{
    width: 4px;
}
.newsMenu .col-right ul.menu-ul::-webkit-scrollbar-thumb{
    background-color: rgba(248, 248, 248, 0.3);
    border-radius: 4px;
}
.newsMenu .col-right ul.menu-ul li a{
    font-weight: 800;
    font-size: 28px;
    color: var(--white);
}
.newsMenu .col-right ul.menu-ul li{
    margin-bottom: 28px;
}
.newsMenu .col-right ul.menu-ul li a:hover{
    opacity: 0.6;
}
.newsMenu .col-right ul.menu-ul>li {
    padding-right: 55px;
    width: 50%;
}
.newsMenu .newsletter-bar .active .icon{
    background-color: #000;
    border-color: #000;
}
.newsMenu .newsMenu-title h1{
    line-height: 1.15;
    margin-bottom: 60px;
}
.newsMenu .newsMenu-title .date{
    font-size: 28px;
}
.newsMenu .nav-list .icon{
    background-color: var(--white);
    border-color: var(--red);
}
.newsMenu .nav-list li a .icon path{
    stroke: var(--red);
}
.newsMenu .nav-list li a:hover .icon path,
.newsMenu .nav-list li a.active .icon path{
    stroke: var(--black);
}
.edition-list .container {
    max-width: 1600px;
}
.filter .container {
    max-width: 1330px;
}
.filter .title{
    letter-spacing: 0.03em;
}
.filter .nice-select-wrap{
    border-bottom: 1px solid var(--red);
}
.nice-select-wrap .drop{
    background-image: url(../images/select.png);
    display: block;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px;
    padding: 9px 0;
    line-height: 1;
}
.nice-select-wrap .drop,
.nice-select-wrap ul li {
    letter-spacing: 0.035em;
    color: var(--red);
    font-weight: 400;
    font-size: 16px;
}
.nice-select-wrap ul {
    margin: 5px 0;
    list-style: none;
    padding: 0;
    display: none;
}
.nice-select-wrap ul li{
    margin: 0;
    display: block;
}
.nice-select-wrap ul li a{
    padding: 8px 0;
    display: block;
}
.nice-select-wrap li a:hover, .nice-select-wrap li a:focus {
    background-color: #F3ECE4;
}
.filter {
    padding: 80px 0 0;
}
body .edition-list .newslist-content{
    min-height: 150px;
    bottom: -40px;
}
.edition-listblock:not(:last-child) {
    margin-bottom: 55px;
}

/* latest news  */
.news .news-content {
    padding: 83px;
    border-radius: 0px 0px 32px 0px;
    height: 100%;
    background-color: var(--red);
}
.news .container {
    max-width: 1630px;
}
.news .news-img .img-wrapper{
    padding-top: 65%;
    height: 100%;
    overflow: hidden;
    border-radius: 32px 0px 0px 0px;
}
.news .news-block .row>:first-child>div{
    border-top-left-radius: 32px;
}
.news .news-content .desc {
    max-width: 440px;
    margin-bottom: 40px;
}
.news .news-content h2 {
    margin-bottom: 35px;
    color: var(--white);
}
.news .news-content .desc *{
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: var(--white);
}
.news .news-content .desc p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.news .news-content .date{
    font-size: 16px;
    font-weight: 300;
    color: var(--white);
}
.news .news-content h2{
    line-height: normal;
}
.news .news-block{
    margin-bottom: 75px;
}
.news .news-block:nth-child(even) .row{
    flex-direction: row-reverse;
}
.news .news-block:nth-child(3n+3) .news-content{
    background-color: #D9D9D9;
}
.news .news-block:nth-child(3n+2) .news-content{
    background-color: var(--black);
}
.news .news-block:nth-child(3n+3) .news-content .desc *,
.news .news-block:nth-child(3n+3) .news-content h2,
.news .news-block:nth-child(3n+3) .news-content .date{
    color: var(--black);
}
.news .news-block:nth-child(3n+2) .news-content .btn:hover{
    background-color: var(--white);
    color: var(--black);
}
.news .news-block:nth-child(3n+2) .news-content .btn:hover path{
    fill: var(--black);
}
.pagination li {
    display: inline-block;
    line-height: 1;
    margin: 0 10px;
}
.pagination li a{
    font-weight: 300;
    font-size: 16px;
    color: var(--black);
}
.pagination li a:hover,
.pagination .active{
    font-weight: 700;
}

/* even calendar  */
.calendar .container {
    max-width: 1230px;
}
.calendar #custom-inner {
    border-radius: 41px 0;
    overflow: hidden;
}
.calendar .fc-calendar-container{
    width: 100%;
    height: auto;
}
.calendar .calendar-date {
    background-color: #d9d9d9;
    padding: 55px 58px;
}
.calendar .col-right{
    background-color: var(--red);
    padding: 40px 80px 80px;
}
.calendar .custom-month,
.event-pagination h2,.eventmodal .eventmodal-header .title{
    font-size: 48px;
    font-weight: 700;
}
.calendar .custom-year, .event-pagination h5 {
    color: var(--black);
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
.calendar .calendar-arrow{
    margin: 0 -5px;
}
.calendar .btn-icon,
.event-pagination .btn-icon {
    height: 63px;
    width: 63px;
    background: var(--white);
    text-align: center;
    line-height: 63px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
}
.calendar .btn-icon.next, .event-pagination .btn-icon.next{
    margin-left: 10px;
}
.event-pagination .btn-icon{
    background: #D9D9D9;
}
.calendar .btn-icon:hover,
.event-pagination .btn-icon:hover {
    transform: scale(1.1);
}
.fc-calendar,.fc-calendar .fc-row > div,.fc-calendar .fc-row,.fc-calendar .fc-body{
    border: 0;
}
.calendar .fc-calendar .fc-head {
    height: 20px;
    line-height: 1;
    background: transparent;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.calendar .fc-calendar .fc-head > div{
    color: var(--white);
    font-weight: 700;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
}
.calendar .fc-calendar .fc-row > div.fc-today {
    background-color: var(--white) !important;
}
.calendar .fc-calendar .fc-row > div.fc-today .fc-date{
    color: var(--red);
}
.calendar .fc-calendar .fc-row > div {
    height: 47px;
    max-width: 47px;
    border-radius: 100%;
}
.calendar .fc-calendar .fc-row > div > span.fc-date {
    font-size: 18px;
    text-align: center;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    color: var(--white);
}
.calendar .fc-calendar .fc-body .fc-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 62px;
    align-items: center;
}
.fc-calendar .fc-row>div.fc-content {
    border: 1px solid var(--black);
}
.fc-calendar .fc-row>div.fc-content {
    overflow: inherit;
}
.fc-calendar .content_wrap {
    position: absolute;
    display: none;
    padding: 9px 15px;
    top: 100%;
    z-index: 1;
    left: 50%;
    min-width: 200px;
    text-align: center;
    margin-left: -100px;
    font-size: 12px;
    background-color: var(--black);
    margin-top: 16px;
    cursor: pointer;
    color: var(--white);
}
.fc-calendar .fc-row>div.fc-content:hover .content_wrap {
	display: block;
}
.fc-calendar .content_wrap:after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -12px;
    width: 0px;
    height: 0px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 20px solid var(--black);
}
.fc-calendar .fc-row>div.fc-content .content_wrap ul li,
.fc-calendar .fc-row>div.fc-content .content_wrap p{
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    text-align: left;
    line-height: 16px;
    margin-bottom: 3px;
    color: var(--white);
}
.fc-calendar .fc-row>div.fc-content .content_wrap p{
    text-align: center;
}
.fc-calendar .fc-row>div.fc-content .content_wrap :last-child{
    margin-bottom: 0;
}
.fc-calendar .fc-row>div.fc-content .content_wrap ul{
    margin-bottom: 0;
    padding-left: 15px;
}
.fc-calendar .fc-row>div.fc-content .content_wrap ul li:not(:last-child){
    margin-bottom: 5px;
}
.fc-calendar .fc-row>div.fc-content:hover .content_wrap p:last-child{
    margin-bottom: 0;
}
.calendar {
    padding: 65px 0 0;
}
.event .event-box {
    background: #D9D9D9;
    border-radius: 27px 0;
    overflow: hidden;
    height: 100%;
}
.event .event-header{
    background-color: var(--red);
    padding: 15px;
}
.event .event-item:nth-child(odd) .event-header{
    background-color: var(--black);
}
.event .event-header span, .eventmodal .eventmodal-header span {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}
.event .event-header .date,
.eventmodal .eventmodal-header .date{
    font-size: 82px;
    margin: 7px 0 5px;
    font-weight: 800;
    line-height: 101.2%;
}
.event .event-box .event-desc {
    padding: 10px 10px 30px;
}
.event .event-box .desc {
    color: var(--black);
    font-weight: 300;
    min-height: 130px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 125%;
}
.event .event-box .desc::before,
.eventmodal .eventmodal-header .month::before,
.eventmodal .eventmodal-header .title::before{
    content: "";
    position: absolute;
    width: 36.7px;
    background-color: var(--red);
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.event .event-box .time,
.eventmodal .eventmodal-header .time {
    font-size: 16px;
    font-weight: 400;
    min-height: 65px;
    display: block;
    color: var(--black);
    margin-bottom: 10px;
}
.event .event-box .link {
    color: var(--red);
    font-size: 18px;
    font-weight: 700;
}
.event .event-box .link:hover{
    color: var(--black);
}
.event .event-box .link:hover path{
    fill: var(--black);
}
.event .event-row{
    margin: 0 -20px -40px;
}
.event .event-row > div{
    padding: 0 20px;
    margin-bottom: 40px;
}
.event-pagination {
    margin-top: 130px;
}
.event>.container{
    max-width: 1580px;
}
.calendar .btn-icon .visible,
.event .btn-icon .visible {
    transform: translate(-50%,-50%);
}
.calendar .btn-icon .hidden,
.event .btn-icon .hidden {
    transform: translate(60px,-50%);
}
.calendar .btn-icon .hidden, 
.calendar .btn-icon .visible,
.event .btn-icon .hidden, 
.event .btn-icon .visible {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform .4s cubic-bezier(.75,-.27,.3,0.5);
}
.calendar .btn-icon:hover .visible,
.event .btn-icon:hover .visible {
    transform: translate(-60px,-50%);
}
.calendar .btn-icon:hover .hidden,
.event .btn-icon:hover .hidden {
    transform: translate(-50%,-50%);
}
.eventmodal{
    background: rgba(0, 0, 0, 0.6);
}
.eventmodal .modal-content {
    background: #D9D9D9;
    box-shadow: 0px 4px 24px rgb(0 0 0 / 25%);
    border-radius: 27px 0;
    overflow: hidden;
}
.eventmodal .eventmodal-header{
    background-color: var(--red);
    padding: 30px 70px 70px;
}
.eventmodal .modal-dialog{
    max-width: 940px;
}
.eventmodal .eventmodal-header .month::before, .eventmodal .eventmodal-header .title::before{
    background-color: var(--white);
}
.eventmodal .eventmodal-header .time {
    min-height: auto;
}
.eventmodal .common-contentDiv {
    padding: 55px 70px 150px;
}
.eventmodal .btn-close {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: auto;
    letter-spacing: 0.03em;
    opacity: 1;
    color: var(--red);
    width: auto;
    background-image: none;
    cursor: pointer;
    z-index: 1;
}
.eventmodal .btn-close .icon {
    width: 58.1px;
    height: 58.1px;
    border: 2px solid var(--red);
    z-index: 1;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    line-height: 54px;
    border-radius: 100%;
    background-color: var(--white);
}
/* Employee list  */
.emplist{
    background: rgba(165, 0, 52, 0.03);
    padding: 70px 0;
    margin-bottom: 30px;
}
.emplist .container:not(.inner) {
    max-width: 1400px;
}
.emplist-box .img-wrapper {
    padding-top: 200px;
}
.emplist-box .img-wrapper img{
    border-radius: 0 0 102px 102px;
}
.emplist-box a{
    border-radius: 19px;    
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}
.emplist-box .emplist-content {
    padding: 35px 15px 75px;
}
.emplist-box:nth-child(odd) .emplist-content{
    color: var(--white);
}
.emplist-box:nth-child(odd) a{
    background: var(--red);
}
.emplist-box a{
    background: #F7F9FC;
    overflow: hidden;
    z-index: 1;
    height: 100%;
}
.emplist-box a::before{
    content: "";
    position: absolute;
    top: 192px;
    right: -215px;
    width: 478.21px;
    height: 478.21px;
    background-repeat: no-repeat;
    background-position: 100% top;
    background-image: url(../images/layer-bg.png);
    border-radius: 100%;
    background-size: cover;
    z-index: -1;
}
.emplist-box:nth-child(odd) a::before{
    background-image: url(../images/layer-bg.svg);
}
.emplist-box .emplist-content .sub-title{
    letter-spacing: 0.03em;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 18px;
}
.emplist-box .emplist-content .sub-title::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: var(--red);
    height: 1px;
    width: 36px;
    bottom: 0;
}
.emplist-box:nth-child(odd) .emplist-content .sub-title::after{
    background-color: var(--white);
}
.emplist-box .emplist-content .title {
    margin-bottom: 15px;
    min-height: 70px;
}
.emplist-box .emplist-content p{
    font-weight: 400;
}
.emplist-box .emplist-content .btn{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.emplist-box:nth-child(odd) .emplist-content .btn{
    color: var(--white)FFF;
    border-color: var(--white);
}
.emplist-box:nth-child(odd) .emplist-content .btn:hover{
    background-color: #000;
    border-color: #000;
}
.emplist-box {
    margin-bottom: 25px;
}
.emplist .emplist-wrp:not(:last-child) {
    margin-bottom: 80px;
}
.emplist-banner.inner-banner.hero-section{
    min-height: 750px;
}
.emplist-banner.inner-banner.hero-section .hero-panel,
.emplist-banner.inner-banner.hero-section .col-right{
    width: 50%;
}
.emplist-banner .btn-icon{
    color: var(--white);
}
.emplist-banner .btn-icon span{
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
}
.emplist-banner .btn-icon:hover circle{
    fill-opacity: 1;
}
.emplist-banner.inner-banner .hero-panel-content p{
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
}
.emplist-banner.hero-section .hero-panel{
    background-position: -140px top;
}
.emplist-banner.inner-banner.hero-section .hero-panel{
    padding-bottom: 30px;    
    overflow: hidden;
}
.emplist-banner + .common-content-sec:after,
.newslist-banner + .common-content-sec::after{
    display: none;
}
/* img-txt section start */
.img-txt{
    position: relative;
    overflow: hidden;
}
.img-txt.right .row{
    flex-direction: row-reverse;
}
.img-txt .col-txt .img-txt-wrp{
    border-radius: 0px 0px 32px 0px;
    padding: 50px 30px;
}
.img-txt .col-img .img-wrapper{
    border-radius: 32px 0px 0px 0px;
    overflow: hidden;
    height: 100%;
}
.img-txt.right .col-txt .img-txt-wrp{
    border-radius: 32px 0px 0px 0px;
}
.img-txt.right .col-img .img-wrapper{
    border-radius: 0px 0px 32px 0px;
}
.img-txt .col-txt.gray .img-txt-wrp{
    background-color: #D9D9D9;
}
.img-txt .col-txt.black .img-txt-wrp{
    background-color: var(--black);
}
.img-txt .col-txt.red .img-txt-wrp{
    background-color: var(--red);
}
.img-txt .img-txtbox{
    max-width: 550px;
    margin: 0 auto;
}
.img-txt .img-txtbox p{
    line-height: 1.7;
}
.img-txt .col-txt.black .img-txt-wrp h2,.img-txt .col-txt.black .img-txt-wrp p,
.img-txt .col-txt.red .img-txt-wrp h2,.img-txt .col-txt.red .img-txt-wrp p{
    color: var(--white);
}
.img-txt .col-txt.red .img-txt-wrp .btn{
    background-color: var(--black);
}
.img-txt .col-txt.black .btn{
    background-color: var(--red);
    border-color: var(--red);
}
.img-txt .col-txt.red .img-txt-wrp .btn:hover,
.img-txt .col-txt.black .img-txt-wrp .btn:hover{
    background-color: var(--white);
    color: var(--black);
    border-color: var(--white);
}
.img-txt .col-txt.red .img-txt-wrp .btn:hover path,
.img-txt .col-txt.black .img-txt-wrp .btn:hover path{
    fill: var(--black);
}
.img-txt .col-txt.red .img-txt-wrp a,
.img-txt .col-txt.black .img-txt-wrp a,
.img-txt .col-txt.red .img-txt-wrp a:hover,
.img-txt .col-txt.black .img-txt-wrp a:hover{
	color:#FFF;
	font-weight:700;
}
.img-txt .col-txt.gray .img-txt-wrp a,
.img-txt .col-txt.gray .img-txt-wrp a:hover{
	font-weight:700;
}
.img-txt .col-txt.red .img-txt-wrp a:not(.btn):hover,
.img-txt .col-txt.black .img-txt-wrp a:not(.btn):hover,
.img-txt .col-txt.gray .img-txt-wrp a:not(.btn):hover{	
	text-decoration:underline;
}
/* img-txt section end */

/* join us section start css */
.joinus{
    background-color: var(--red);
    padding: 150px 0;
    min-height: 686px;
    background-image: url(../images/herolayer-bg.png);
    background-repeat: no-repeat;
    background-position: 30px 100%;
    background-blend-mode: multiply;
}
.joinus-content{
    max-width: 1010px;
    z-index: 1;
}
.joinus .joinus-img {
    position: absolute;
    bottom: 0;
    right: 0;
    object-fit: contain;
    height: 100%;
}
.joinus-content .btn {
    min-width: 187px;
}

.joinus-content p{font-size: 26px;font-weight: 500;letter-spacing: 0.03em;}

/* join us section start end */

/*Getting to Know You*/
.getting-to-know-you {
    background: var(--black);
    padding: 65px 95px 75px;
    color: var(--white);
    border-radius: 32px 0;
}
.getting-to-know-you-inner .btn-link {
    font-family: 'Franklin Gothic Demi';
}
.border-top-design:before {
    content: "";
    background: #a08a79;
    width: 1px;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    margin: auto;
}
.latest-news.border-top-design:before {
    top: -85px;
    background: #ffffff;
    opacity: 0.5;
}
.getting-to-know-you.border-top-design:before {
    top: -70px;
}
.getting-to-know-you-inner {
    /*max-width: 792px;*/
	max-width: 855px;
    margin: auto;
    position: relative;
    left: 70px;
}
.get-info-input {
    display: contents;
    position: relative;
    cursor: pointer;
}
.get-info-input span:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    width: auto;
    height: 92%;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0);
    border-bottom-color: var(--red);
    -webkit-transition: border-color .2s ease-out;
    -o-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
    content: "";
    z-index: -1;
}
.get-info #get-name:empty,
.get-info #get-interests1:empty,
.get-info #get-interests2:empty,
.get-info #get-interests3:empty,
.get-info #get-age:empty {
    min-width: 100px;
}
.get-info #get-age,.get-info #get-name,
.get-info #get-interests1,
.get-info #get-interests2,
.get-info #get-interests3 {
    min-width: 100px;
    text-align: center;
    font-family: 'Shadows Into Light Two', cursive;
}
.get-info-input span:empty:after {
    bottom: 5px;
}
.get-info #get-age,
.get-info #get-interests2,
.get-info span.txt{
    margin-right: 8px;
}
.get-info-input span {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: auto;
    height: 100%;
    white-space: nowrap;
}
.get-info-input span:empty {
    min-width: 2em;
}
.get-info-input span:empty:before {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    font-size: 0.8em;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    content: "?";
}
.get-info-input:hover span:empty:before {
    opacity: 1;
}
.get-info {
    font-size: 22px;
    display: inline-block;
    font-weight: 800;
}
.get-info a {
    font-size: 16px;
}
.get-info-close.close-btn {
    top: 23px;
    left: 50px;
}
.get-info span {
    cursor: pointer;
    float: left;
    margin-bottom: 15px;
    height: 27px;
}
.get-info span.txt {
    cursor: default;
    padding: 0;
}
.get-info span.txt:after {
    display: none;
}
.get-info span.active {
    font-family: 'Shadows Into Light Two', cursive;
    min-width: 100px;
    text-align: center;
}
.get-info-model {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: calc((var(--vh, 1vh) * 100));
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
    background-color: var(--black);
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    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;
}
.get-info-model-close {
    position: absolute;
    right: 30px;
    top: 30px;
}
.get-info-model.open {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
}
.get-info-model-inner {
    max-width: 1100px;
    margin: auto;
    padding: 30px 50px;
    height: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow-y: auto;
}
.get-info-model-inner .check-box-wrp {
    margin-bottom: -1.5rem;
}
.get-info-model-inner .lbl{
    font-size: 30px;
}
.getting-to-know-you .btn-link {
    border: none;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.getting-to-know-you .btn-link:hover {
    color: #a08a79 !important;
}
.get-info-model.open.name .get-item.get-name {
    display: block;
}
.get-info-model.open.age .get-item.get-age-parent {
    display: block;
}
.get-info-model.open.interests .get-item.get-subjects {
    display: block;
}
.get-info-model.open.interests .get-item.get-subjects p {
    font-size: 24px;
    font-family: 'Franklin Gothic Demi';
}
.get-info-model label {
    font-size: 28px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.60);
    outline: none;
    border: none;
    display: block;
    font-weight: 300;
}
.get-info-model .radio-btn-wrp label {
    font-size: 26px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.60);
    font-weight: 300;
}
.get-info-model.open.name .get-item.get-name h6 {
    font-size: 38px;
    font-weight: 800;
}
.get-item.get-name .form-control {
    background: transparent;
    border: none;
    max-width: 160px;
    margin: auto;
    padding: 5px 0px;
    margin-bottom: 20px;
    border-radius: 0;
    border-bottom: 1px solid var(--red);
    color: #ffffff;
}
/* .get-item.get-name .form-control:focus,
.get-item.get-name .form-control:active {
    background: #001d3d;
} */
.get-name .form-control::-webkit-input-placeholder {
    color: #fff;
}
.get-name .form-control::-webkit-input-placeholder,
.get-name .form-control::-moz-placeholder,
.get-name .form-control:-ms-input-placeholder,
.get-name .form-control::-ms-input-placeholder,
.get-name .form-control::placeholder {
    color: #fff;
}
.get-item.get-name input[type="submit"] {
    background: transparent;
    border: none;
    color: var(--white);
    font-weight: 700;
}
.get-item.get-name input[type="submit"]:hover {
    color: var(--red);
}
.get-info-model .form-check-inline:first-child {
    margin-right: 50px;
}
.get-info-model .form-check-inline:last-child {
    margin-right: 50px;
}
.get-item.get-name .btn {
    background-color: transparent;
    border: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
}
.get-info-model .form-check-inline {
    line-height: 30px;
    font-size: 26px;
    font-weight: 300;
    padding: 0;
    position: relative;
    outline: none;
    border-bottom: 1px solid transparent;
    margin-bottom: 7px;
}
.get-info-model .form-check-input[type=radio] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    border: none;
    background-color: transparent;
    outline: none;
}
.check-box .form-check-input:checked[type=checkbox],
.get-info-model .form-check-input:checked[type=radio] {
    background-image: none;
}
.get-info-model .check-box .form-check-inline.checked,
.get-info-model .radio-btn-wrp label.checked {
    color: #ffffff;
    border-bottom: 1px solid var(--red);
    font-weight: 700;
}
.check-box {
    position: relative;
    line-height: 30px;
    font-size: 30px;
}
.check-box .form-check-input {
    position: absolute;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    border: none;
    border-radius: 0;
    background: transparent;
    z-index: 1;
}
.get-info-model .check-box .form-check-inline {
    margin: 0;
}
.get-info-model-inner .parent-btn {
    display: inline-block;
    color: rgba(255, 255, 255, 0.60);
    font-size: 26px;
    font-weight: 300;
}
.get-info-model-inner .radio-btn-wrp {
    display: inline-block;
}
.get-info-model-inner .parent-btn.active {
    display: none;
}
.get-item.get-subjects .lbl {
    font-weight: 800;
}

/* welcome section start */
.welcome {
    margin: 35px 0;
}
.welcom-box {
    max-width: 650px;
}
.welcom-box .title{
    color: var(--red);
    font-weight: 800;
}
.welcom-box .desc{
    font-size: 20px;
}
.welcom-box .welcome-logo{
    min-width: 120px;
}
/* welcome section end */

/* multiimage with text section start */
.multiimg-txt:not(.right) .col-txt {
    padding-left: 50px;
}
.multiimg-txt.right .col-txt {
    padding-right: 50px;
}
.multiimg-txt .txt-wrp h2{
    color: var(--red);
    max-width: 525px;
    line-height: 1.2;
}
.multiimg-txt .txt-wrp .desc{
    min-height: 140px;
    max-width: 474px;
}
.multiimg-txt .txt-wrp p{
    font-weight: 300;
}
.multiimg-txt .large-img {
    width: 62%;
    margin-left: auto;
    margin-top: -27px;
}
.multiimg-txt .img-wrapper img{
    border-radius: 32px 0px 0px 0px;
}
.multiimg-txt .col-img .img-wrapper {
    height: 100%;
}
.multiimg-txt .large-img .img-wrapper {
    padding-top: 66%;
}
.multiimg-txt .small-img {
    width: 34%;
    margin-left: 19%;
    margin-top: -145px;
}
.multiimg-txt .col-txt {
    padding-top: 70px;
}
.multiimg-txt.right .row{
    flex-direction: row-reverse;
}
.multiimg-txt.right .txt-wrp{
    max-width: 480px;
    margin-left: auto;
}
.multiimg-txt.right .large-img {
    margin-left: 0;
}
.multiimg-txt.right .small-img {
    margin-right: 19%;
    margin-left: auto;
}
.multiimg-txt.right .btn-wrp{
    text-align: right;
}
.multiimg-txt .img-caption {
    padding: 21px 100px;
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 78%;
}
.multiimg-txt .img-caption .bg-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #EC1C24;
    mix-blend-mode: darken;
    height: 100%;
    width: 100vw;
    transform: skewX(-39deg);
}
.multiimg-txt .img-caption .text{
    font-size: 20px;
    font-weight: 800;
}
.multiimg-txt .img-caption .bg-shape:before,
.multiimg-txt .img-caption .bg-shape:after {
    content: "";
    position: absolute;
    top: -14px;
    height: 7px;
    width: 100%;
    background-color: #EC1C24;
    mix-blend-mode: darken;
}
.multiimg-txt .img-caption .bg-shape:after{
    bottom: -14px;
    top: auto;
}
.multiimg-txt.right .img-caption .bg-shape{
    right: auto;
    left: 0;
}
.multiimg-txt.right .img-caption{
    left: auto;
    right: 0;
}
.multiimg-txt .bg-img {
    position: absolute;
    top: -160px;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-position: 160px 0;
    right: 0;
    z-index: -1;
}
.multiimg-txt.bg-img{
    padding-top: 120px;
}
.multiimg-txt.right .bg-img{
    left: -140px;
    right: auto;
    background-position: 100% 0;
}
/* multiimage with text section end */

/* accordion css start  */
.accordion-sec .container{
    max-width: 1470px;
}
.accordion-box .content {
    position: relative;
    display: none;
    padding: 55px;
}
.accordion-box {
    border-radius: 0 0 25px 0;
    background: #F3F3F3;
    border-left: 2px solid #d1d1d1;
    padding: 24px 20px;
    margin-bottom: 10px;
}
.accordion-box .horizontal,.accordion-box .accordion-sign.opened .vertical {
    display: none;
}
.accordion-box .accordion-sign {
    position: absolute;
    top: -10px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58.098px;
    height: 58.098px;
    border: 1px solid var(--red);
    border-radius: 100%;
}
.accordion-box .accordion-title {
    font-size: 30px;
    color: var(--black);
}
.accordion-titledropdown{
    margin-top: 25px;
}
.accordion-titledropdown p {
    font-weight: 500;
    line-height: 156%;
    color: var(--black);
}
.accordion-box .accordion-sign.opened .horizontal{
    display: block;
}
.accordion-box.active{
    background-color: var(--white);
    border: 1px solid #F3F3F3;
    border-top: 3px solid var(--red);
}
.accordion-box > a {
    padding-right: 70px;
    display: block;
}
.accordion-sec .accordion-box .figure-left{
    margin-left: 0 !important;
}
.accordion-sec .accordion-box .figure-right{
    margin-right: 0 !important;
}
.accordion-box .content :first-child {
    margin-top: 0;
}
.accordion-box .accordion-sign:hover,
.accordion-box.active .accordion-sign{
    background-color: var(--black);
}
.accordion-box .accordion-sign:hover rect,
.accordion-box.active .accordion-sign rect{
    fill: var(--white);
}
/* accordion css end  */

/* video page section start */
.video-sec .video-title path{
    fill: var(--black);
}
.video-sec .video-box {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
}
.video-sec .video-popupbtn{
    padding: 13px 30px;
}
.video-sec .video-controle .btn.playbtn.playing{
    display: none !important;
}
.video-sec .row {
    row-gap: 50px;
    margin-left: -15px;
    margin-right: -15px;
}
.video-sec .row > div{
    padding-left: 15px;
    padding-right: 15px;
}
.fancybox-caption {
    background: transparent;
}
.fancybox-caption .fancybox-caption__body{
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 26px;
}
/* video page section end */

.nav-list li a{
    color: var(--white);
    line-height: normal;
    font-size: 12px;
}
.nav-list li a .icon {
    width: 53px;
    height: 53px;
    background-color: var(--black);
    border: 1px solid var(--black);
    filter: drop-shadow(0px 7px 7px rgba(0, 0, 0, 0.25));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.nav-list li:first-child a .icon{
    border-top-left-radius: 25px;
}
.nav-list li:last-child a .icon{
    border-bottom-right-radius: 25px;
}
.nav-list li a .icon path{
    stroke: var(--white);
}
.nav-list li a:hover .icon path,
.nav-list li a.active .icon path{
    stroke: var(--red);
}
.nav-list li a:hover .icon,
.nav-list li a.active .icon{
    background-color: var(--white);
    border-color: var(--red);
}
.newslist-banner .date{
    font-weight: 300;
    font-size: 28px;
}
.scroll-top .txt{
    color: var(--red);
    font-weight: 300;
    font-size: 18px;
}
.scroll-top{
    cursor: pointer;
}
.scroll-top .icon circle{
    transition: all 0.4s;
}
.scroll-top:hover .icon circle{
    fill: var(--red);
}
.principle-sec.event-principle .btn:hover{
    background-color: var(--white);
    color: var(--black);
}
.principle-sec.event-principle .btn:hover path{
    fill: var(--black);
}
.loading-slider{
	position: absolute;
    color: #FFF;
    width: 100%;
    text-align: center;
    display: block;
    top: 50%;
}

/* tour page css start  */
.tour-box{
    border-radius: 25px 0 25px 0;
}
.tour .tour-box:not(:last-child){
    margin-bottom: 40px;
}
.tour-box .tour-left{
    background-color: var(--red);
    width: 255px;
    padding: 35px 30px 50px;
}
.tour-box:nth-child(even) .tour-left{
    background-color: var(--black);
}
.tour-box .tour-right{
    width: calc(100% - 255px);
    background-color: #F3F3F3;
    padding: 27px 75px 32px 60px;
}
.tour-box .date{
    font-size: 82px;
}
.tour-box .day {
    font-size: 12px;
}
.tour-box .tour-right ul.row li {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 35px;
    text-align: left;
    letter-spacing: 0.48px;
}
.tour-box .tour-right ul.row li img{
    position: absolute;
    left: 0;
    top: 0;
}
.tour-box .btn.booked-out:not(:hover) {
    background-color: #7f7f7f;
    border-color: #7f7f7f;
}
.tour-box .tour-right p {
    font-weight: 300;
}
.tour .container.inner {
    padding-left: 123px;
    padding-right: 123px;
}
.tour-modal {
    background-color: var(--white);
}
.tour-modal .modal-dialog::before {
    content: "";
    position: absolute;
    left: 8px;
    height: calc(100% - 16px);
    width: calc(100% - 16px);
    background-color: var(--red);
    border-radius: 32px 0;
    top: 8px;
}
.tour-modal .modal-dialog {
    max-width: 100%;  
    position: relative;
}
.tour-modal .modal-content{
    max-width: 1085px;
    border-radius: 25px 0px;
    background: transparent;
    margin: 120px auto;
}
.tour-modal .btn-close {
    opacity: 1;
    background-image: none;
    position: fixed;
    width: 58.098px;
    height: 58.098px;
    background-color: var(--white);
    border-radius: 100%;
    top: 40px;
    left: 40px;
    z-index: 1;
}
.tour-modal .btn-close:hover{
    background-color: var(--black);
}
.tour-modal .btn-close:hover rect{
    fill: var(--white);
}
.tour-modal .booknow-from {
    border-radius: 25px 0px;
    background: #F3F3F3;
    padding: 35px 75px 60px;
}
.tour-modal .form-title{
    color: var(--red);
}
.tour-modal .common-contentDiv ul li{
    text-align: left;
}
.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    display: none;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
}
.loader:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url(/assets/images/dark-loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    z-index: 1;
}
/* tour page css end  */

.common-contentDiv ul li a{color:var(--red);}
.common-contentDiv ul li a:hover{text-decoration:underline;}
/* responsive css  */
@media only screen and (min-width: 1921px){
    .videoModule .video-thumb .slick-list{
        padding-right: 390px;
    }
    footer {
        background-size: 1920px !important;
    }
}
@media only screen and (min-width: 1400px) and (max-height: 970px){
    .navigation-dropdown .menu .primary-menu > li:not(:last-child) > a {
        padding-bottom: 20px;
    }
    .navigation-dropdown .menu .primary-menu > li > a{
        /*font-size: 50px;*/
		font-size:30px;
    }
    .hero-section .hero-content{
        bottom: 20%;
    }
    .news-article-banner.inner-banner .hero-panel-content h2 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1400px) and (max-height: 850px){
    .navigation-dropdown .menu .primary-menu > li:not(:last-child) > a {
        padding-bottom: 15px;
    }
    .navigation-dropdown .menu .primary-menu > li > a {
        font-size: 38px;
    }
    .hero-section .hero-content{
        bottom: 5%;
    }
    .newsMenu .newsMenu-row{
        padding: 6% 63px 6% 150px;
    }
    .news-article-banner.inner-banner .hero-panel-content h5{
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .news-article-banner.inner-banner.hero-section .hero-panel {
        padding: 95px 30px 20px;
    }
}
@media only screen and (min-width: 1400px) and (max-height: 650px){
    .navigation-dropdown .menu .primary-menu > li > a {
        font-size: 34px;
    }
    .navigation-dropdown .menu{
        height: calc(100% - 291px);
    }
    .hero-panel-logo img {
        max-width: 200px;
    }
    .inner-banner.hero-section {
        height: 95vh;
    }
    .inner-banner.hero-section .hero-panel{
        padding: 100px 30px 60px;
    }
    .gallery .slick-slide.slick-center img{
        height: 522px;
    }
    .gallery .slick-slide img{
        height: 300px;
    }
}
@media only screen and (min-width: 1921px){
    .newsMenu .col-right ul.menu-ul{
        height: 1110px;
        justify-content: center;
    }
}
@media only screen and (min-width: 1440px){
    .video-module-content .common-contentDiv h2{
        font-size: 42px;
    }
}
@media only screen and (min-width: 992px){
    .inner-banner.hero-section .quick-link{
        top: 35px;
        z-index: 2;
        transform: unset;
    }
}
@media only screen and (min-width: 768px){
    .tilesSlider.junior .slick-dots,
    .tilesSlider.junior .slick-counter{
        display: none !important;
    }
    .news .news-block:nth-child(even) .news-img .img-wrapper{
        border-radius: 0 0 32px 0;
    }
    .news .news-block:nth-child(even) .news-content{
        border-radius: 32px 0 0 0;
    }
}
@media only screen and (max-width: 1920px){
    .navigation-dropdown .menu .primary-menu > li:not(:last-child) > a{padding-bottom:15px;}
}
@media only screen and (max-width: 1840px){
    .joinus-content{
        max-width: 1150px;
    }
	
}
@media only screen and (max-width: 1680px){
    .item-slider {
        margin-right: -100px;
    }
    .item-slider .slick-arrow{
        left: -80px;
    }
    .tilesSlider .slick-list{
        padding: 0 350px 0 0!important;
    }
    .newsSlider .container, .tilesSlider:not(.junior) .container {
        padding-left: 130px;
    }
    .joinus-content {
        max-width: 1260px;
    }
    .hero-section::before{
        bottom: -50px;
        height: 210px;
    }
}
@media only screen and (max-width: 1560px){
    .navigation-dropdown .bg-img{
        left: calc(100% - 380px);
        height: 1100px;
        width: 1100px;
    }
    .hero-section .hero-panel{
        padding: 110px 0;
    }
    .hero-section .hero-content{
        bottom: 13%;
    }
    .figure-left{
        margin-left: -170px !important;
    }
    .figure-right{
        margin-right: -170px !important;
    }
    .video-module .video-module-content::after{
        top: -450px;
        height: calc(100% + 450px);
    }
    .common-content-sec.bgimg::before,
    .formsec::before{
        width: 784.07px;
        height: 784.07px;
    }
    .tilesSlider.overlay:before{
        height: calc(100% - 280px);
    }
    .navigation-dropdown .menu-footer .logo svg {
        width: 160px;
        height: 107px;
    }
    .navigation-dropdown .menu{
        height: calc(100% - 315px);
    }
}
@media only screen and (max-width: 1440px){
    .welVideo .container {
        padding-left: 30px;
        padding-right: 90px;
    }
    .welVideo .video-wrapper .popupbtn{
        right: 18px;
        bottom: 18px;
    }
    .welVideo .welVideo-col {
        padding-right: 18px;
    }
    .welVideo .welVideo-content h3{
        font-size: 22px;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    .welVideo .welVideo-content .content-inner {
        padding-left: 30px;
    }
    .welVideo .welVideo-content h6{
        font-size: 16px;
    }
    .joinCommunity::before{
        right: -170px;
        height: 700px;
        width: 700px;
    }
    .joinCommunity::after{
        height: 700px;
        width: 700px;
        right: 0;
        background-position: 18% top;
    }
    .joinCommunity .btn{
        min-width: 280px;
    }
    .joinCommunity .img-wrapper.one{
        margin-top: 60px;
    }
    .joinCommunity{
        padding: 80px 0 120px;
    }
    .joinCommunity h2 {
        margin-bottom: 30px;
    }
    .joinCommunity h4,
    .joinCommunity h4 p{
        font-size: 24px;
    }
    .tilesSlider .item-slider .slick-current .item-box {
        box-shadow: 0px 4px 14px rgb(0 0 0 / 25%);
        margin: 20px 10px;
        height: calc(100% - 40px);
    }
    .tilesSlider .slick-list{
        margin-right: 0 !important;
        padding: 0 !important;
    }
    .tilesSlider .section-header p{
        font-size: 18px;
    }
    .tilesSlider.section-padding {
        padding: 60px 0 30px;
    }
    .Cta-content h5{
        font-size: 18px;
    }
    .Cta-content h5 br{display: none;}
    .Cta-content{
        width: 40%;
        padding: 50px 80px;
    }
    .newsSlider .item-box .item-content h5{
        font-size: 18px;
    }
    .gallery .slick-prev {
        left: 68px;
    }
    .gallery .slick-next{
        right: 68px;
    }
    .video-module .container.inner,.gallery .slick-counter.container.inner,
    .edition-module .container,.tiles-module:not(.newslist) .container,.gallery .slick-dots{
        padding-left: 68px;
        padding-right: 68px;
    }
    .video-module .video-module-content{
        margin-left: 80px;
    }
    .edition-module .joinCommunity-txt {
        padding-left: 12px;
        padding-right: 50px;
        padding-top: 0;
    }
    .edition-module .content-box{
        margin-left: 80px;
    }
    .edition-module h6,body .edition-module h2{
        margin-bottom: 40px;
    }
    .edition-module.bgwhite::after,.edition-module::after{
        right: -170px;
        background-position: 50% top;
        width: 784.07px;
        height: 784.07px;
        background-size: contain;
        top: 50%;
        transform: translateY(-50%);
    }
    .edition-module.right .joinCommunity-txt {
        padding-right: 12px;
        padding-left: 50px;
        padding-top: 70px;
    }
    .edition-module.right::before{
        left: -170px;
    }
    .edition-module.right::after {
        left: -170px;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
        background-position: center top;
        background-size: contain;
    }
    .imgtext .img-col.round-img {
        padding: 0 0 55px 10px;
    }
    .imgtext.right .img-col.round-img {
        padding: 0 10px 55px 0;
    }
    .imgtext .text-col{
        padding: 90px 68px 90px 30px;        
    }
    .imgtext .text-col .bg-img{
        background-size: 80%;
        background-position: 210% center;
    }
    .imgtext.right .text-col{
        padding: 90px 30px 90px 68px;
    }
    .imgtext.right .text-col .bg-img{
        background-position: -160px center;
    }
    .inner-banner.hero-section.newsdetail-banner,
    .inner-banner.hero-section.newslist-banner{
        min-height: 800px;
    }
    .newsMenu .col-right ul.menu-ul li a{
        font-size: 24px;
    }
    .newsMenu .newsMenu-row{
        padding: 10% 63px 10% 120px;
    }
    .newsMenu .newsMenu-title h1{
        font-size: 50px;
    }
    .newslist .newslist-content{bottom: -73px;}
    .joinus{
        min-height: 600px;
    }
    .multiimg-txt:not(.right) .col-txt {
        padding-left: 30px;
    }
    .multiimg-txt.right .col-txt {
        padding-right: 30px;
    }
    .multiimg-txt .large-img{
        width: 60%;
    }
    footer .contact-box p, footer .contact-box a, footer .contact-box address, .footer-about p{
        font-size: 16px;
    }
    .edition-module .bgImg{
        background-position: 40px 0;
        top: -115px;
    }
    .edition-module.right .bgImg{
        left: calc(50% - 50px);
    }
    .inner-banner .hero-panel-content{
        margin-left: 15px;
    }
    .newslist-banner .hero-panel-content .title {
        margin-bottom: 30px;
    }
    .news-article-banner.inner-banner.hero-section {
        height: 95vh;
    }
    .news-article-banner.inner-banner .hero-panel-logo img{
        max-width: 185px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1366px){
    .big-h1{
        font-size: 64px;
    }
    h3, .h3 {
        font-size: 36px;
    }
    h4, .h4 {
        font-size: 24px;
    }
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .container,.videomodal .container{
        padding-left: 80px;
        padding-right: 80px;    
    }
    .navigation-dropdown .bg-img {
        left: calc(100% - 320px);
        height: 1088px;
        width: 1088px;
        top: 40px;
    }
    .navigation-dropdown .menu .primary-menu > li > a{
        font-size: 32px;
    }
    .navigation-dropdown .menu ul.has-sub-menu > li > a {
        margin-bottom: 8px;
    }
    .navigation-dropdown .menu-footer {
        padding: 30px 40px 45px 110px;
    }
    .navigation-dropdown ul.has-sub-menu > li > a{
        font-size: 22px;
    }
    .navigation-dropdown .menu{
        padding: 0 110px;
    }
    .navigation-dropdown .menu .primary-menu > li:not(:last-child) > a {
        padding-bottom: 5px;
    }
    .navigation-dropdown .menu-footer {
        padding: 30px 60px 70px 110px;
    }
    .navigation-dropdown .menu{
       /* height: calc(100% - 334px); */
		height: calc(100% - 255px);
    }
    .hero-panel-logo img {
        max-width: 180px;
    }
    .hero-section .hero-panel {
        padding: 150px 0;
    }
    .hero-section .hero-content {
        bottom: 20%;
    }
    .hero-section::before{
        right: 90px;
    }
    .hero-section .center-slide .hero-content{
        bottom: 30px;
    }  
    .welVideo.section-padding {
        padding-bottom: 0;
    }
    .videoModule .video-content h4{
        font-size: 28px;
    }
    .videoModule .video-content p{
        max-width: 475px;
    }
    .videoModule .video-thumbCol{
        padding: 30px 0px 50px 165px;
    }
    .videoModule .video-thumb .slick-list{
        padding-right: 150px;
    }
    .videoModule .video-bottom {
        padding-left: 80px !important;
    }
    .item-slider {
        margin-right: -80px;
    }
    .item-slider .slick-arrow{
        left: -80px;
    }
    .item-slider .slick-arrow.slick-next{
        right: 25px;
    }
    .slick-counter{
        margin-right: 80px;
    }
    .slick-dots {
        padding-right: 80px;
    }
    .item-slider .item-box .item-content h4 {
        font-size: 22px;
    }
    .newsSlider{
        padding: 100px 0 120px;
    }
    .newsSlider .slick-list {
        padding: 0 175px 0 0!important;
        margin-left: -10px;
    }
    .newsSlider .item-slider .item-box{
        margin: 40px 10px;
        box-shadow: 0px 4px 13px 0px rgb(0 0 0 / 25%);
    }
    .newsSlider .item-box.instafeed {
        padding-bottom: 215px;
    }
    .newsSlider .item-box.instafeed .item-content{
        min-height: 190px;
    }
    .newsSlider .section-header .btn-wrp,.hidden-tablet{
        display: none;
    }
    .newsSlider .bottombtn-wrap{
        display: block;
    }
    footer .col-left .col-xl-6 {
        width: 87%;
        margin-left: auto;
    }
    footer .copyright span{
        display: block;
    }
    footer .col-left{
        padding-bottom: 0;
    }
    footer .contact-box img{
        top: 17px;
        bottom: auto;
        max-width: 35px;
    }
    footer{
        padding-bottom: 40px;
    }
    .hero-section .hero-content .title span:first-child {
        margin-left: -250px;
    }
    .hero-section .hero-content h5{
        margin-bottom: 35px;
    }
    footer .footer-bottom-desc{
        display: block;
    }
    .figure-left{
        margin-left: -150px !important;
    }
    .figure-right{
        margin-right: -150px !important;
    }
    .inner-banner .hero-panel-content{
        margin-left: 15px;
        margin-top: 60px;
    }
    .inner-banner .hero-panel-content.aos-animate::before {
        height: 50%;
    }
    .inner-banner.hero-section .hero-panel {
        padding: 150px 30px 70px;
        width: 35%;
    }
    .inner-banner.hero-section .col-right {
        width: 65%;
    }
    .inner-banner.hero-section {
        height: 90vh;
    }
    .navigation .navigation-txt{
        padding: 30px 20px;
    }
    .navigation .navigation-row{
        margin: 0 -10px;
    }
    .navigation .navigation-row .navigation-col{
        padding: 0 10px;
    }
    .newsSlider .bottombtn-wrap{
        display: flex;
    }
    .videoModule .section-header h5{
        font-size: 18px;
    }
    .newsSlider .section-header h5{
        font-size: 22px;
    }
    .formsec {
        padding-bottom: 90px;
    }
    footer .col-left .row > .Acknowledgment {
        width: 100%;
        margin-bottom: 0;
    }
    .tiles-module .tiles-content .tiles-title {
        font-size: 28px;
    }
    .newslist .newslist-content h5 {
        font-size: 20px;
    }
    .newslist .newslist-content{
        min-height: 257px;
        bottom: -120px;
    }
    .news .news-content {
        padding: 60px;
    }
    .event .event-row > div {
        padding: 0 12px;
        margin-bottom: 20px;
    }
    .event .event-row {
        margin: 0 -12px -20px;
    }
    .event-pagination {
        margin-top: 100px;
    }
    .inner-banner.hero-section.newsdetail-banner, .inner-banner.hero-section.newslist-banner {
        min-height: 710px;
    }
    .multiimg-txt .col-txt {
        padding-top: 50px;
    }
    .multiimg-txt .large-img {
        width: 55%;
    }
    .multiimg-txt .small-img{
        width: 30%;
        margin-left: 25%;
        margin-top: -125px;
    }
    .multiimg-txt.right .small-img{
        margin-right: 25%;
    }
    .newsSlider .container, .tilesSlider:not(.junior) .container {
        padding-left: 110px;
    }
    .multiimg-txt .img-caption{
        padding: 21px 70px;
    }
    .Cta-content{
        width: 45%;
    }
    .tilesSlider.junior .item-slider .slick-arrow{
        left: 70px;
    }
    .tilesSlider.junior .item-slider .slick-arrow.slick-next {
        left: 152px;
    }
    .tilesSlider.junior .section-header {
        padding-left: 70px;
    }
    .tiles-grid-sizer, .tiles-grid-item{
        padding: 15px;
    }
    .tiles-grid-module {
        margin: 0 -15px;
    }
    .PullQuote .PullQuote-content p, .PullQuote .PullQuote-content h6{
        font-size: 18px;
    }
    .PullQuote-wrp .slick-dots{
        left: 6%;
    }
    .accordion-box .content{
        padding: 35px;
    }
    .newslist-banner.inner-banner.hero-section .hero-panel{
        padding: 100px 30px 30px;
    }
    .newslist-banner .date{
        font-size: 20px;
    }
    .newsMenu .newsMenu-row{
        padding: 9% 63px 9% 120px;
    }
    .newsMenu .newsMenu-title h1 {
        font-size: 46px;
        margin-bottom: 45px;
    }
    .newsMenu .newsMenu-title .date {
        font-size: 22px;
    }
    .newsMenu .col-left {
        width: 34%;
    }
    .newsMenu .col-right ul.menu-ul li a {
        font-size: 22px;
    }
    .news-article-banner.inner-banner .hero-panel-content h2 {
        font-size: 32px;
    }
    .news-article-banner.inner-banner.hero-section .hero-panel{
        padding: 100px 30px 30px;
    }
    .news-article-banner.inner-banner .hero-panel-content h5 {
        padding-bottom: 18px;
        margin-bottom: 22px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 1366px) and (max-height: 750px){
    .navigation-dropdown .menu .primary-menu > li:not(:last-child) > a {
        padding-bottom: 5px;
    }
    .navigation-dropdown .menu .primary-menu > li > a {
        font-size: 30px;
    }
    .navigation-dropdown .menu-footer {
        padding: 30px 20px 20px 110px;
    }
    .navigation-dropdown .menu{
        height: calc(100% - 245px);
    }
    .navigation-dropdown .menu-footer .logo svg {
        width: 160px;
        height: 100px;
    }
    .navigation-dropdown  .menu-footer .social-icon{
        margin-bottom: 0px;
    }
    .hero-section .hero-content {
        bottom: 9%;
    }
    .hero-section .hero-panel {
        padding: 120px 0;
    }
    .inner-banner .hero-panel-content h5{
        margin-bottom: 10px;
        font-size: 20px;
        padding-bottom: 10px;
    }
    .inner-banner.hero-section .hero-panel{
        padding: 100px 30px 30px;
    }
    .inner-banner.newslist-banner .hero-panel-content.aos-animate::before,
    .inner-banner.newsdetail-banner .hero-panel-content.aos-animate::before {
        max-height: 130px;
        height: 37%;
    }
    .multiimg-txt .large-img{
        margin-top: 10px;
    }
    .newsMenu .newsMenu-row {
        padding: 7% 30px 7% 120px;
    }
}
@media only screen and (max-width: 1199px){
    .big-h1 {
        font-size: 60px;
    }
    h1, .h1 {
        font-size: 50px;
    }
    h2, .h2{
        font-size: 44px;    
    }
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-margin {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .subtitle{
        font-size: 36px;
    }
    .container,.videomodal .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .container.inner {
        padding-left: 150px;
        padding-right: 150px;
    }
    .navigation-dropdown .menu {
        padding: 0 50px;
    }
    header{
        padding: 20px 0;
    }
    header .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .hero-section .quick-link{
        top: 30px;
        transform: unset;
        right: 30px;
    }
    .hero-section .hero-content .title span:first-child {
        margin-left: -230px;
    }
    .inner-banner .hero-panel-content{
        margin-top: auto;
    }
    .navigation-dropdown .menu-footer {
        padding: 30px 40px 45px 55px;
    }
    .welVideo .welVideo-col {
        padding-right: 12px;
    }
    .welVideo .container {
        padding-left: 12px;
        padding-right: 30px;
    }
    .welVideo .welVideo-content .btn {
        margin-top: 10px;
    }
    .joinCommunity h4,.joinCommunity h4 p{
        font-size: 22px;
    }
    .joinCommunity .btn {
        margin-top: 15px;
    }
    .joinCommunity::after{
        height: 500px;
        width: 500px;
        background-position: 28% top;
    }
    .joinCommunity {
        padding: 100px 0;
    }
    .videoModule .video-bottom {
        padding-left: 30px !important;
    }
    .videoModule .video-thumbCol {
        padding: 30px 0px 50px 125px;
    }
    .tilesSlider .slick-list {
        margin-right: -30px !important;
    }
    .tilesSlider.junior .slick-list {
        margin-left: -15px;
    }
    .tilesSlider .slick-list{
        margin-left: 10px;
    }
    .tilesSlider.junior .item-slider .slick-arrow {
        left: 30px;
    }
    .tilesSlider.junior .item-slider .slick-arrow.slick-next {
        left: 112px;
    }
    .tilesSlider.junior .section-header {
        padding-left: 30px;
    }
    .item-slider .slick-arrow {
        left: -60px;
    }
    .newsSlider .container, .tilesSlider:not(.junior) .container {
        padding-left: 90px;
    }
    .newsSlider .item-slider {
        padding-left: 20px;
    }
    .newsSlider {
        padding: 60px 0;
        margin-bottom: 70px;
    }
    .Cta-content {
        padding: 50px 60px;
    }
    .item-slider {
        margin-right: -30px;
    }
    .item-slider .slick-arrow.slick-next {
        right: 25px;
    }
    .newsSlider .slick-list{
        padding: 0 100px 0 0!important;
    }
    .slick-counter,.tilesSlider .slick-counter {
        margin-right: 30px;
    }
    .tilesSlider .slick-dots,.newsSlider .slick-dots{
        padding-right: 90px;
    }
    .slick-dots {
        padding-right: 30px;
    }
    .search-drawer .search-input{
        font-size: 26px;
    }
    .ctaPopup{
        right: 20px;
    }
    .ctaPopup-img{
        height: 90px;
        width: 90px;
    }
    .ctaPopup-boxclose{
        right: -12px;
        height: 42px;
        width: 42px;
        line-height: 42px;
    }
    .ctaPopup-boxclose img{
        max-width: 15px;
    }
    .ctaPopup-boxclose.active {
        top: 10px;
        right: 30px;
    }
    /* .ctaPopup{
        width: 250px;
    } */
    .ctaPopup-box{
        text-align: right;
    }
    .ctaPopup.open .ctaPopup-img{
        height: 140px;
    }
    .ctaPopup-close{
        right: -10px;
    }
    .figure-left{
        margin-left: -120px !important;
    }
    .figure-right{
        margin-right: -120px !important;
    }
    .common-contentDiv h2{
        font-size: 44px;
    }
    .navigation {
        padding: 30px 0;
    }
    .videomodal .lightbox-close{
        height: 50px;
        width: 50px;
        line-height: 44px;
        top: 30px;
        left: 30px;
    }
    .videomodal .lightbox-body::before{
        background-size: contain;
        background-position: left bottom;
        left: -50px;
    }
    .formsec::before {
        height: 80%;
        width: 50%;
    }
    .gallery .slick-center .gallery-img{
        height: 542px;
    }
    .gallery .gallery-img{
        height: calc(542px - 210px);
    }
    .gallery .slick-arrow{
        top: 41%;
    }
    .gallery .slick-prev {
        left: 12px;
    }
    .gallery .slick-next {
        right: 12px;
    }
    .gallery .slick-list{
        min-height: 630px;
    }
    .video-module .container.inner, .gallery .slick-counter.container.inner, .edition-module .container, .tiles-module:not(.newslist) .container, .gallery .slick-dots {
        padding-left: 30px;
        padding-right: 30px;
    }
    .edition-module .content-box {
        margin-left: 70px;
    }
    .edition-module .joinCommunity-txt{
        padding-right: 24px;
    }
    .edition-module.right .joinCommunity-txt{
        padding-left: 24px;
    }
    .edition-module .bgImg {
        background-position: 20px 0;
        top: -55px;
        background-size: 90%;
    }
    .edition-module.right .bgImg{
        top: -100px;
    }
    .docDown .col-right h3{
        font-size: 32px;
    }
    .imgtext .text-col,.imgtext.right .text-col{
        padding: 50px 30px;
    }
    .imgtext .img-col.round-img {
        padding: 0 0 30px 10px;
    }
    .imgtext.right .img-col.round-img{
        padding: 0 10px 30px 0;
    }
    .imgtext .text-col h2 {
        margin-bottom: 30px;
    }
    .edition-module.bgwhite::after, .edition-module::after{
        width: 500px;
        height: 500px;
    }
    .gallery .slick-slide.slick-center img {
        height: 540px;
    }  
    .gallery .slick-slide img{
        height: 370px;
    }
    footer .col-left .col-xl-6{
        width: 100%;
    }
    .newslist .newslist-content{
        min-height: 215px;
        bottom: -95px;
    }
    .newsmodal .btn-close{
        height: 46px;
        width: 46px;
        line-height: 46px;
    }
    .newsmodal .col-right h3{
        margin-bottom: 30px;
    }
    .principle-sec .principle-txt {
        padding: 50px 40px;
    }
    .common-content-sec.bgimg::before, .formsec::before {
        width: 600px;
        height: 600px;
    }
    .newsMenu .newsMenu-row {
        padding: 15% 30px 14% 70px;
    }
    .newsMenu .col-right ul.menu-ul>li {
        padding-right: 0;
        width: 100%;
    }
    .newsMenu .newsMenu-title h1 {
        font-size: 38px;
        margin-bottom: 40px;
    }
    .news .news-block {
        margin-bottom: 60px;
    }
    .news .news-content h2 {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .news .news-content .desc{
        margin-bottom: 30px;
    }
    .news .news-content {
        padding: 40px;
    }
    .calendar {
        padding: 50px 0 0;
    }
    .event-pagination {
        margin-top: 70px;
    }
    .emplist-box .emplist-content .sub-title{
        font-size: 17px;
    }
    .tiles-module .tiles-content .tiles-title {
        font-size: 24px;
    }
    .tiles-module .tiles-content{
        padding: 25px 15px;
    }
    .tiles-grid-sizer, .tiles-grid-item{
        padding: 10px;
    }
    .tiles-grid-module {
        margin: 0 -10px;
    }
    .tiles-boxdiv{
        height: 330px;
    }
    footer .contact-box p, footer .contact-box a, footer .contact-box address{
        font-size: 16px;
    }
    .footer-about p{
        font-size: 16px;
    }
    .gallery .slick-slide{
        height: 480px;
    }
    .multiimg-txt .small-img{
        margin-top: -105px;
    }
    .multiimg-txt .large-img{
        margin-top: 30px;
        width: 60%;
    }
    .multiimg-txt .small-img {
        margin-top: -105px;
        width: 35%;
        margin-left: 20%;
    }
    .multiimg-txt.right .small-img {
        margin-right: 20%;
    }
    .multiimg-txt .img-caption{
        padding: 17px 40px;
    }
    .multiimg-txt .txt-wrp .desc{
        min-height: 100px;
    }
    .PullQuote .PullQuote-content {
        padding: 75px 130px;
    }
    .joinus {
        min-height: 520px;
        padding: 80px 0;
    }
    .blockquote-sec{
        padding: 80px 0;
    }
    .blockquote-sec::before {
        top: 60px;
    }
    .blockquote-sec::after {
        bottom: 60px;
    }
    .blockquote-sec blockquote{
        font-size: 26px;
    }
    .accordion-box .accordion-title{
        font-size: 22px;
    }
    .accordion-box .accordion-sign{
        width: 44px;
        height: 44px;
        top: -7px;
    }
    .accordion-box .accordion-sign svg {
        max-width: 18px;
    }
    .accordion-box{
        padding: 20px;
    }
    .accordion-box > a{
        padding-right: 40px;
    }
    .video-sec .video-popupbtn {
        padding: 13px 25px;
        font-size: 16px;
        min-width: 120px;
    }
    .video-sec .video-popupbtn img {
        max-width: 14px;
    }
    .video-sec .row {
        row-gap: 40px;
    }
    .edition-list .tiles-content h2 {
        font-size: 34px;
    }
    .principle-sec h2, .principle-sec h1 {
        font-size: 40px;
    }
    .sticky-newmenu-btn{
        right: 30px;
    }
    .news-article-banner.inner-banner .hero-panel-content h2 {
        font-size: 28px;
    }
    .tour .container.inner {
        padding-left: 85px;
        padding-right: 85px;
    }
    .tour-box .tour-left{
        width: 215px;
    }
    .tour-box .tour-right{
        padding: 25px 40px;
        width: calc(100% - 215px);
    }
    .tour-modal .modal-content {
        padding: 0 20px;
    }
    .tour-modal .btn-close{
        top: 25px;
        left: 30px;
    }
    .tour-modal .booknow-from{
        padding: 35px 45px 40px;
    }
}
@media only screen and (max-width: 991px){
    .big-h1 {
        font-size: 50px;
    }
    h1, .h1 {
        font-size: 48px;
        line-height: 1.3;
    }
    h2, .h2{
        font-size: 42px;    
    }
    .subtitle {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .section-margin {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .container.inner{
        padding-left: 30px;
        padding-right: 30px;
    }
    .blockquote-sec blockquote{
        font-size: 24px;
    }
    .figure-left,.figure-right{
        width: 50%;
    }
    .figure-left {
        margin-left: 0px !important;
    }
    .figure-right{
        margin-right: 0 !important;
    }
    .common-contentDiv h1{
        font-size: 52px;
        margin-left: 0;
    }
    .common-contentDiv h2,.feature-article h2{
        font-size: 40px;
    }
    .common-contentDiv h3{
        font-size: 36px;
        margin: 40px 0 20px;
    }
    .common-content-sec .link-wrapper {
        margin-left: 0;
    }
    .common-contentDiv .author h5, .navigation .navigation-txt h5{
        font-size: 20px;
    }
    .principle-sec h2, .principle-sec h1 {
        font-size: 34px;
    }
    .navigation .navigation-txt .btn-icon{font-size: 16px; margin-bottom: 20px;}
    .navigation .navigation-txt .btn-icon svg{
        margin: 0px 10px 3px;
    }
    .navigation .img-wrapper{
        padding-top: 184px;
    }
    .navigation-dropdown{
        background-image: none;
    }
    .navigation-dropdown .menutopbar {
        padding: 25px 30px 100px;
    }
    .navigation-dropdown .menu-footer {
        padding: 0 30px 30px;
    }
    .navigation-dropdown .quick-link {
        position: absolute;
        top: 26px;
        left: 103px;
    }
    .navigation-dropdown .menu {
        padding: 30px 30px 30px;
        height: auto !important;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .navigation-dropdown .menu-div {
        height: calc(100% - 195px);
        overflow-y: auto;
        margin-top: 70px;
    }
    .navigation-dropdown .menu .drop-down > ul {
        width: 100%;
        position: static;
        display: none;
        padding: 0 0 20px;
        height: auto;
    }
    .navigation-dropdown .menu-footer .logo {
        position: absolute;
        top: 22px;
        right: 30px;
    }
    .navigation-dropdown .menu-footer .social-icon{
        justify-content: center;
    }
    .navigation-dropdown .primary-menu{
        width: 100%;
        text-align: center;
    }
    .navigation-dropdown .menu .primary-menu > li > a {
        font-size: 28px;
        color: #fff;
    }
    /* .navigation-dropdown ul.has-sub-menu > li > a {
        font-size: 20px;
    } */
    .quick-link.right .icon,
    .hero-section .quick-link .icon{
        border: 0;
    }
    .quick-link .icon svg {
        max-width: 27px;
        max-height: 22px;
    }
    .navigation-dropdown .quick-link.right{
        left: 0;
        margin: 0 auto;
        text-align: center;
        bottom: 0;
        padding: 24px 0;
        right: 0;
        top: auto;
        transform: unset;
        background-color: rgba(0,0,0,0.8);
    }
    .navigation-dropdown .header-right .quick-link .icon {
        height: 44px;
        width: 44px;
    }
    .navigation-dropdown .header-right .quick-link.right .icon path {
        fill: var(--red);
    }
    .navigation-dropdown .menu-footer .social-icon li {
        margin: 0 12px;
    }
    .navigation-dropdown .quick-link.right a {
        margin: 0 1px;  
    }
    .quick-link .text,.header-right .quick-link .text,.header-right .quick-link a:hover .text{
        display: none;
    }
    .navigation-dropdown .header-right a:not(:first-child) {
        margin-left: 3px;
    }
    .navigation-dropdown .menu .drop-down:hover>ul {
        display: block;
    }
    .hero-section .hero-content .title span:first-child {
        margin-left: -175px;
    }
    .hero-section::before {
        height: 80px;
        bottom: -30px;
    }
    .hero-section .hero-content .title {
        font-size: 36px;
        margin-bottom: 18px;
    }
    .hero-section .hero-content h5 {
        margin-bottom: 25px;
        font-size: 18px;
    }
    .hero-section .hero-content .btn {
        min-width: 170px;
        padding: 15px 20px;
    }
    .inner-banner .hero-panel-content{
        margin-left: 0;
    }
    .inner-banner.hero-section .hero-panel,.newslist-banner.inner-banner.hero-section .hero-panel {
        padding: 100px 20px 30px;
    }
    .inner-banner .hero-panel-content h2{
        font-size: 37px;
    }
    .welVideo .video-wrapper{
        margin: 0 20px 30px;
    }
    .welVideo .welVideo-content .content-inner {
        padding-left: 0;
    }
    .welVideo-content {
        padding: 0 30px;
    }
    .PullQuote .PullQuote-slider{
        max-width: 710px;
    }
    .joinCommunity {
        padding: 70px 0;
    }
    .videoModule .video-thumb .slick-list {
        padding-right: 80px;
    }
    .item-slider .slick-arrow.slick-next {
        right: 10px;
    }
    .footer-about h3{
        font-size: 25px;
    }
    .footer-logo img{
        max-width: 214px;
    }
    footer .col-left .col-xl-6{
        width: 100%;
    }
    footer .contact-box img{
        right: 40px;
    }
    .navigation .btn-icon::before{
        width: 45px;
    }
    .navigation .navigation-prev .btn-icon::before {
        left: 110%;
    }
    .navigation .navigation-next .btn-icon::before {
        right: 110%;
    }
    .videoModule .slick-arrow.slick-next {
        left: 230px;
    }
    .videoModule .slick-arrow {
        left: 160px;
    }
    .formsec::before {
        height: 60%;
        width: 41%;
    }
    .welVideo .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    .gallery .slick-center .gallery-img {
        height: 400px;
    }
    .gallery .gallery-img {
        height: calc(400px - 210px);
    }
    .gallery .slick-list {
        min-height: 560px;
    }
    .video-module .video-module-content {
        margin-left: 40px;
        padding: 30px 50px;
    }
    .video-module {
        margin: 40px 0 100px;
    }
    .edition-module .joinCommunity-txt {
        padding-right: 12px;
    }
    .edition-module .content-box {
        margin-left: 0px;
    }
    .edition-module:not(.right) {
        margin-top: 100px;
    }
    body .edition-module h2, .edition-module h6 {
        margin-bottom: 20px;
    }
    .imgtext .img-col.round-img,.imgtext.right .img-col.round-img {
        padding: 25px 20px 0 0;
    }
    .imgtext .img-col .img-wrapper {
        height: auto;
        padding-top: 60%;
    }
    .imgtext .img-col.round-img .img-wrapper img {
        border-radius: 0 420px 420px 0;
    }
    .imgtext .text-col .bg-img{
        background-size: 50px;
    }
    .tiles-boxdiv{
        height: 250px;
    }
    .tiles-grid-sizer, .tiles-grid-item {
        padding: 6px;
    }
    .tiles-grid-module {
        margin: 0 -6px;
    }
    .tiles-module .tiles-content .tiles-title{
        font-size: 22px;
    }
    .accordion-box .content {
        padding: 30px 0;
    }

    .gallery .slick-slide.slick-center img {
        height: 480px;
    }
    .gallery .slick-slide img{
        height: 350px;
    }
    .video-module .video-module-content::after {
        top: -300px;
        height: calc(100% + 300px);
    }
    .common-content-sec.bgimg::before, .formsec::before {
        width: 530px;
        height: 530px;
    }
    .common-contentDiv form .btn {
        margin-top: 10px;
    }
    .formsec::before {
        background-size: contain;
        top: 80px;
    }
    .newsMenu .newsMenu-body{
        width: 93%;
    }
    .newsMenu .newsletter-bar .text{
        min-width: 100px;
    }
    .newsMenu .col-left {
        width: 44%;
    }
    .newsMenu .col-right{
        width: 56%;
    }
    .newsMenu .col-right ul.menu-ul{
        overflow-y: auto;
    }
    .news .news-content h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .news .news-content {
        padding: 30px;
    }
    .calendar .custom-month, .event-pagination h2, .eventmodal .eventmodal-header .title {
        font-size: 32px;
    }
    .calendar .calendar-date{
        padding: 50px 40px;
    }
    .calendar .col-right{
        padding: 35px;
    }
    .calendar .fc-calendar .fc-row > div{
        height: 37px;
        max-width: 37px;
    }
    .calendar .fc-calendar .fc-row > div > span.fc-date{
        line-height: 22px;
    }
    header.sticky .header-right .quick-link .text{
        display: none;
    }
    .hero-panel-logo img {
        max-width: 189px;
    }
    .popupbtn{
        right: 20px;
        font-size: 16px;
    }
    .getting-to-know-you-inner{
        left: unset;
    }
    .getting-to-know-you{
        padding: 55px 60px;
    }
    .multiimg-txt .row,.multiimg-txt.right .row {
        flex-direction: column-reverse;
        row-gap: 40px;
    }
    .multiimg-txt:not(.right) .col-txt {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .multiimg-txt.right .col-txt {
        padding-right: 15px;
    }
    .multiimg-txt .col-txt {
        padding-top: 0;
    }
    .multiimg-txt .col-txt .img-box,.edition-module .joinCommunity-img {
        order: -1;
        margin-bottom: 30px;
    }
    .multiimg-txt .txt-wrp .desc {
        min-height: 90px;
    }
    .multiimg-txt .img-caption {
        padding: 10px 30px;
    }
    .multiimg-txt .img-caption .bg-shape:before, .multiimg-txt .img-caption .bg-shape:after{
        top: -6px;
        height: 3px;
    }
    .multiimg-txt .img-caption .bg-shape:after{
        bottom: -6px;
        top: auto;
    }
    .multiimg-txt .large-img,.edition-module .img-wrapper.one,
    .edition-module.right .img-wrapper.one {
        width: 94%; 
        margin-top: 0;       
    }
    .edition-module.right .img-wrapper.one{
        padding-top: 57%;
    }
    .multiimg-txt .small-img,.edition-module .img-wrapper.two,
    .edition-module.right .img-wrapper.two {
        margin-top: -165px;
        width: 40%;
        margin-left: 0;
    }
    .edition-module .img-wrapper.two{
        margin-left: auto;
        margin-right: 0;
        padding-top: 40%;
    }
    .edition-module.right .img-wrapper.two{
        margin-left: auto;
        margin-right: 0;
        padding-top: 50%;
    }
    .multiimg-txt.bg-img {
        padding-top: 0;
    }
    .multiimg-txt.right .small-img {
        margin-right: 0;
    }
    .multiimg-txt.right .txt-wrp{
        margin-left: 0;
    }
    .multiimg-txt.right .btn-wrp {
        text-align: left;
    }
    .multiimg-txt .bg-img,.multiimg-txt.right .bg-img,.edition-module .bgImg,.edition-module.right .bgImg {
        width: 100%;
        left: 0;
        background-position: left top;
        top: 23%;
        background-size: auto;
    }
    .edition-module.right .joinCommunity-txt {
        padding-left: 15px;
        padding-top: 0;
    }
    .img-txt.right .col-img .img-wrapper {
        border-radius: 32px 0 0;
    }
    .edition-module.section-padding {
        padding-bottom: 0;
    }
    .img-txt.right .col-txt .img-txt-wrp {
        border-radius: 0 0 32px 0;
    }
    .PullQuote .PullQuote-content::before, .PullQuote .PullQuote-content::after{
        height: 27px;
        width: 37px;
        left: 30px;
        top: 30px;
    }
    .PullQuote .PullQuote-content::after{
        top: calc(100% - 57px);
        right: 30px;
        left: auto;
    }
    .PullQuote .PullQuote-content {
        padding: 45px 90px;
    }
    .PullQuote .PullQuote-content p, .PullQuote .PullQuote-content h6{
        font-size: 16px;
    }
    .newsSlider .container, .tilesSlider:not(.junior) .container {
        padding-left: 30px;
    }
    .tilesSlider.junior .item-slider {
        padding-bottom: 68px;
    }
    .item-slider .slick-arrow {
        left: -20px;
    }
    .Cta-content {
        padding: 30px;
    }
    .Cta-content .title {
        font-size: 42px;
    }
    .joinus {
        min-height: 300px;
        padding: 50px 0;
    }
    footer{
        padding: 65px 0 40px;
    }
    .get-info{
        font-size: 20px;
    }
    .get-info #get-name:empty, .get-info #get-interests1:empty, .get-info #get-interests2:empty, .get-info #get-interests3:empty, .get-info #get-age:empty {
        min-width: 95px;
    }
    .joinus-content p{
        max-width: 300px;
        font-size: 22px;
    }
    .newsmodal .col-right{
        padding: 90px 50px 90px 30px;
    }
    .principleMsg.docDown .principleMsg-txt{
        padding: 30px;
    }
    .newslist.tiles-module .tiles-content {
        padding: 15px 15px 0;
    }
    .newslist .tiles-boxdiv {
        height: 250px;
    }
    .newslist.tiles-module .tiles-content h5{
        font-size: 18px;
    }
    .newslist .tiles-grid-item .content li,.newslist .tiles-grid-item .content p{
        font-size: 16px;
    }
    .newslist.tiles-module .tiles-content {
        padding: 15px;
    }
    .edition-list .tiles-grid-sizer, .edition-list .tiles-grid-item{
        width: 33.33%;
    }
    .edition-list .tiles-content h2 {
        font-size: 32px;
    }
    .news-article-banner.inner-banner .hero-panel-content h5 {
        padding-bottom: 15px;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .news-article-banner.inner-banner .hero-panel-content h2 {
        font-size: 25px;
    }
    .tour .container.inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .tour .tour-box .tour-right {
        padding: 25px 30px;
    }
}
@media only screen and (min-width: 1366px) and (max-height: 780px){
	.navigation-dropdown .menu-footer .logo svg{display:none;}
}
@media only screen and (min-width: 991px) and (max-height: 650px){
	.navigation-dropdown .menu-footer .logo svg{display:none;}
}
@media only screen and (max-width: 767px){
	header{width:100%;}
    h2, .h2,.big-h1 {
        font-size: 42px;
        line-height: 1.3;
    }
    h3, .h3 {
        font-size: 32px;
    }
    body{font-size: 16px;}
    p {
        margin-bottom: 25px;
    }
        
    .subtitle{
        font-size: 26px;
    }
    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-margin {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .container,.container.inner,.videomodal .container,.video-module .container.inner, .gallery .slick-counter.container.inner, .edition-module .container, .tiles-module:not(.newslist) .container, .gallery .slick-dots {
        padding-left: 20px;
        padding-right: 20px;
    }
    .common-contentDiv p, .common-contentDiv ol, .common-contentDiv ul li, .common-contentDiv ol, .common-contentDiv ul li{
        font-size: 16px;
    }
    .common-contentDiv p{
        line-height: 160%;
    }
    .common-contentDiv dl, .common-contentDiv ol, .common-contentDiv ul {
        margin-bottom: 30px;
    }
    .figure-left, .figure-right, .figure-center {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }
    .common-contentDiv h1{
        font-size: 38px;
        margin-bottom: 35px;
        line-height: 45px;
    }
    .common-contentDiv h2 {
        font-size: 32px;
        margin: 35px 0 25px;
        line-height: 43px;
    }
    .common-contentDiv h3{
        font-size: 28px;
        line-height: 38px;
    }
    .common-contentDiv h4{
        font-size: 24px;
    }
    .common-contentDiv h5{
        font-size: 18px;
    }
    .common-content-sec table td, .common-content-sec table th{
        padding: 11px 15px;
        font-size: 14px;
    }
    .common-content-sec .link-wrapper a{
        width: 100%;
        padding: 5px 35px;
    }
    .common-content-green {
        border-radius: 38px 0 38px 0;
    }
    .common-content-green::after, .common-content-green::before{
        height: 38px;
        width: 38px;
        top: -37px;
    }
    .common-content-green::before {
        bottom: -37px;
        top: auto;
    }
    .common-contentDiv h2::before{
        top: 23px;
    }
    .common-contentDiv textarea {
        height: 85px;
    }
    .common-content-sec .figcaption{
        padding: 5px 20px 6px;
    }
    .blockquote-sec img {
        margin-bottom: 20px;
    }
    .blockquote-sec blockquote {
        font-size: 24px;
    }
    .blockquote-sec::before {
        top: 45px;
    }
    .blockquote-sec::after {
        bottom: 45px;
    }
    .blockquote-sec {
        padding: 75px 0;
    }
    /* .common-contentDiv form .focus label {
        font-size: 15px;
    } */
    .common-contentDiv select{
        background-size: 12px 26px;
    }
    .common-contentDiv form label,.common-contentDiv .form-control{
        font-size: 18px;
        font-size: 16px;
        font-weight: 400;
    }
    .common-contentDiv .form-control, .common-contentDiv .form-select{
        padding: 6px 0;
    }
    .btn.btn-outline.download-btn {
        font-size: 16px;
    }
    .menu-link{
        height: 43px;
        width: 43px;
    }
    .menu-link img {
        max-width: 19px;
    }
    .quick-link .icon{
        width: 46px;
        height: 46px;
    }
    .hero-section .quick-link {
        top: auto;
        bottom: 15px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        transform: unset;
        position: fixed;
        z-index: 2;
    }
    .hero-section .quick-link li {
        display: inline-block;
        margin: 0 2px;
    }  
    .hero-section.section-padding,.news-article-banner.inner-banner.hero-section {
        height: calc((var(--vh, 1vh) * 100));
        padding-bottom: 4px;
    }
    .hero-section .quick-link li:not(:last-child) {
        margin-bottom: 0;
    }
    .hero-section .col-right {
        width: 100%;
        height: 60%;
        position: relative;
        margin-left: 0;
    }
    .hero-section .hero-panel{
        width: 100%;
        height: auto;
        padding: 67px 15px 67px;
        height: 40%;
        background-position: 88% 64px;
        border-radius: 32px 0 0 0;
        overflow-y: hidden;
    }
    .inner-banner.hero-section .slide-img.overlay:before{
        opacity: 1;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.19%, rgba(0, 0, 0, 0.5) 80.26%);
    }
    header {
        padding: 18px 0;
    }
    header .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .hero-section .overlay-div{
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 52.19%, rgba(0, 0, 0, 0.50) 80.26%);
    }
    .hero-section .hero-content .title span:first-child {
        margin-left: 0;
        color: var(--white);
    }
    .hero-section .hero-content .title span:last-child {
        margin-left: 0;
        color: var(--red);
    }
    .hero-section .hero-content .title{
        font-size: 52px;
        color: var(--white);
    }
    .hero-section .hero-content{
        bottom: 100%;
        top: auto;
        left: 0;
        width: 100%;
    }
    .hero-section .center-slide .hero-content {
        bottom: 102%;
    }
    .hero-section .center-slide .hero-content .title{
        font-size: 36px;
        margin-bottom: 5px;
    }
    .hero-section .center-slide .hero-content .subtitle{
        margin-bottom: 10px;
    }
    .hero-section .center-slide .hero-content h5{
        margin-bottom: 10px;
    }
    .hero-section .center-slide .overlay-div {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 52.19%, rgba(0, 0, 0, 0.50) 80.26%);
    }
    .hero-section .hero-content h5{
        font-size: 16px;
    }
    .popupbtn {
        right: 0;
        bottom: 97px;
        left: 0;
        z-index: 1;
        justify-content: center;
        margin: 0;
    }
    .play-icon {
        width: 14px;
        height: 22px;
    }
    .hero-section::before,.navigation-dropdown .bg-img{
        display: none;
    }
    .banner-video video{
        border-radius: 0 0 15px 15px;
    }
    .navigation-dropdown .menu .primary-menu > li > a {
        font-size: 24px;
        padding-right: 0;
    }
    .navigation-dropdown .quick-link {
        top: 18px;
        left: 73px;
    }
    .navigation-dropdown .menutopbar {
        padding: 18px 20px;
    }
    .navigation-dropdown .menu-footer .logo {
        top: 20px;
        right: 20px;
    }
    .navigation-dropdown .menu-footer .logo svg {
        width: 120px;
        height: 80px;
    }
    /* .navigation-dropdown ul.has-sub-menu > li > a {
        font-size: 18px;
    } */
    .navigation-dropdown .menu ul.has-sub-menu > li > a {
        margin-bottom: 15px;
    }
    .navigation-dropdown .menu-div{
        height: calc(100% - 106px);
    }
    .header-right a:not(:first-child) {
        margin-left: 3px;
    }
    .search-drawer{
        padding: 20px;
        background-image: none;
    }
    .search-drawer li {
        padding-left: 10px;
    }
    .search-drawer .search-input {
        font-size: 20px;
    }
    .search-drawer .search-close,.close-btn{
        height: 43px;
        width: 43px;
    }
    .search-drawer .search-close img,.close-btn img,
    .navigation-dropdown .navigation-close img{
        max-width: 15px;
    }
    .navigation-dropdown::before {
        left: -130px;
        background-size: contain;
        background-position: left;
    }
    .welVideo.section-padding{
        padding-top: 50px;
    }
    .welVideo-content {
        padding: 0 20px;
    }
    .welVideo .welVideo-content h2{
        margin-bottom: 30px;
    }
    .welVideo .video-wrapper {
        margin: 0 10px 30px;
    }
    .welVideo .welVideo-content h3:after{
        width: 100%;
    }
    .welVideo .welVideo-content h6{
        margin-bottom: 50px;
    }
    .PullQuote .PullQuote-wrp {
        padding: 0 0 0 20px;
    }
    .PullQuote .PullQuote-bg {
        width: 100%;
        position: relative;
        height: 510px;
    }
    .PullQuote .PullQuote-content {
        padding: 115px 40px 50px;
    }
    .PullQuote .PullQuote-content::before, .PullQuote .PullQuote-content::after {
        height: 40px;
        width: 44px;
        left: 40px;
        top: 50px;
    }
    .PullQuote .PullQuote-content::after {
        top: calc(100% - 38px);
        right: 20px;
        left: auto;
    }
    .joinCommunity::after{
        top: auto;
        width: 437.63px;
        height: 437.63px;
        bottom: 60px;
    }
    .joinCommunity {
        padding: 40px 0;
        margin-bottom: 40px;
    }
    .joinCommunity .btn {
        margin: 20px auto 0;
    }
    .joinCommunity::after{
        background-position: 9% top;
        background-size: 170%;
    }
    .video-box .video-controle .soundbtn,
	.video-box .video-controle .playbtn{
        height: 30px;
        width: 30px;
    }
    .video-box .video-controle .playbtn{
        bottom: -50px;
        left: 0;
    }
    .video-module .video-controle,.video-sec .video-controle {
        transform: unset;
        top: auto;
        bottom: 35px;
        left: auto;
        right: 30px;
    }
    .video-module .video-wrapper {
        padding-top: 72%;
    }
    .videoModule .video-bottom {
        padding-left: 20px !important;
        padding-right: 20px;
    }
    .videoModule .video-slider .slick-slide {
        margin-bottom: 50px;
    }
    .videoModule .video-content h4 {
        font-size: 22px;
    }
    .videoModule .video-thumbCol {
        padding: 30px 0px 20px 20px;
        margin-top: 60px;
    }
    .videoModule .video-thumb .slick-list {
        padding-right: 150px;
    }
    .videoModule .video-thumb video{
        filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.25));
    }
    .videoModule .video-thumb .slick-slide {
        padding: 10px 5px;
    }
    .videoModule .video-thumb .slick-list {
        padding-right: 170px;
    }
    .videoModule .video-thumbCol::before{
        left: -70px;
        width: calc(100% + 70px);
        border-radius: 150px 0 0 150px;
    }
    .videoModule .video-thumb {
        margin-top: 0px;
    }
    .videoModule .video-thumb h6{
        font-size: 16px;
    }
    .tilesSlider .slick-list {
        margin-left: -9px;
        margin-right: 0px !important;
        padding-right: 60px !important;
    }
    .item-slider .item-content{
        padding: 35px 20px;
    }
    .item-slider .item-box .item-content .btn{
        min-width: 230px;
    }
    .item-slider .item-box .item-content h4 {
        font-size: 30px;
    }
    .tilesSlider .slick-dots, .slick-dots {
        padding: 0;
        text-align: left;
    }
    .tilesSlider.overlay:before{
        height: calc(100% - 220px);
    }
    .newsSlider .slick-list{
        margin-left: 0;
        padding: 0 60px 0 0!important;
    }
    .newsSlider .item-box.eventbox {
        padding-bottom: 140px;
    }
    .newsSlider{
        margin-bottom: 0;
    }
    .newsSlider .section-header .heading{
        font-size: 42px;
    }
    .newsSlider .item-slider {
        padding-left: 0;
        margin-left: -9px;
    }
    .slick-dots li button{
        width: 26px;
    }
    .Cta{
        margin-bottom: 200px;
        height: calc((var(--vh, 1vh) * 100) - 200px);
    }
    .Cta-content{
        border-radius: 0 30px 0 0;
        padding: 30px 20px 50px;
        width: calc(100% - 90px);
        top: auto;
        bottom: -200px;
        position: absolute;
        left: 0;
    }
    .Cta-content h5, .Cta-content .title {
        margin-bottom: 30px;
    }
    .Cta-content .title {
        line-height: 1.3 !important;
        font-size: 42px;
    }
    .newsSlider .section-header .heading{
        line-height: 1.3 !important;
    }
    footer .contact-box img{
        position: static;
    }
    footer .contact-box {
        text-align: center;
    }
    .hidden-tablet{
        display: block;
    }
    footer .contact-box .title{margin-top: 0;}
    footer .footer-bottom-desc,.footer-about h3::before{
        display: none;
    }
    footer {
        padding-bottom: 0;
        z-index: 2;
        padding: 40px 0 75px;
    }
    footer .copyright span {
        display: inline-block;
    }    
    .footer-about p, footer .contact-box p, footer .contact-box a, footer .contact-box address, footer .copyright p {
        text-align: center;
    }
    .footer-about h3 {
        padding-bottom: 0;
        text-align: center;
        display: block;
        font-size: 36px;
    }
    footer .Acknowledgment p:not(:last-child) {
        margin-bottom: 40px;
    }
    footer .Acknowledgment p br{display: none;}
    footer .Acknowledgment .contact-box {
        width: auto;
    }
    footer .col-left .row > .Acknowledgment {
        width: 100%;
        margin-bottom: 15px;
    }
    footer .col-left .row > div{
        margin-bottom: 15px;
    }
    .newsSlider .item-slider .item-box,.newsSlider .item-box.instafeed:hover, .newsSlider .item-box.eventbox:hover{
        margin: 20px 10px;
        height: calc(100% - 40px);
    }
    header.sticky .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    header.sticky .header-left{
        width: 30%;
    }
    header.sticky .header-right .quick-link .icon,
    header.sticky .menu-link {
        height: 38px;
        width: 38px;
    }
    header.sticky .header-logo-col svg{
        width: 70px;
        height: 60px;
    }
    .videoModule .video-content h6:after{
        width: 100%;
    }
    .moretext {
        margin-bottom: 30px;
    }
    .moreless-button {
        color: #000;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 0.03em;
        position: relative;
        margin-bottom: 15px;
    }
    .moreless-button:hover{
        color: #000;
    }
    .moreless-button::after{
        content: url(../images/down-arrow.png);
        margin-left: 10px;
    }
    .moreless-button.active::after{
        content: url(../images/up-arrow.png);
    }
    .moretext,.navigation .navigation-prev .btn-icon::before,.navigation .navigation-next .btn-icon::before{
        display: none;
    }
    .videoModule .video-content .moreless-button {
        transition-delay: 0.55s;
    }
    .navigation-txt {
        order: 2;
    }
    .navigation .img-wrapper{
        padding-top: 150px;
        margin-bottom: 5px;
    }
    .navigation .navigation-next .btn-icon svg{
        margin-left: auto;
    }
    .navigation .navigation-txt h5 {
        font-size: 18px;
        min-height: 70px;
    }
    .navigation .navigation-txt .btn-icon svg {
        display: block;
        margin: 0 auto 5px;
        order: -1;
    }
    .navigation .navigation-txt {
        padding: 0 12px 20px;
        z-index: 1;
    }
    .navigation .navigation-txt .btn-icon {
        margin-top: -16px;
        top: -27px;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
    }
    .navigation .container {
        padding: 0 5px;
    }
    .videomodal .lightbox-body {
        margin: 4px;
        height: calc(100% - 8px);
    }
    header:not(.sticky) .header-logo, header:not(.sticky) .quick-link{
        height: 0;
    }
    header .header-left a:not(:last-child) {
        margin-right: 15px;
    }
    .navigation-dropdown .menu .primary-menu > li:last-child > a{padding-bottom: 25px;}
    .videomodal .lightbox-close{
        height: 43px;
        width: 43px;
        line-height: 37px;
        top: 20px;
        left: 20px;
    }
    .videomodal .lightbox-close svg{
        height: 14px;
        width: 15px;
    }
    .formsec {
        padding-bottom: 40px;
    }
    .hero-section .slide-img{
        border-radius: 0 0 30px;
    }
    .inner-banner.hero-section .hero-panel,.news-article-banner.inner-banner.hero-section .hero-panel{
        width: 100%;
        padding: 60px 15px 30px;
    }
    .inner-banner.hero-section .col-right{
        width: 100%;
    }
    .inner-banner .hero-panel-content h5{
        font-size: 16px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .inner-banner .hero-panel-content {
        margin-top: auto;
        margin-bottom: 0;
    }
    .common-content-sec.bgimg::before, .formsec::before{
        top: 0;
        width: 314.447px;
        height: 437.95px;
        right: 0;
    }
    .item-slider .item-box.overlay:before {
        background: linear-gradient(180deg , rgba(165, 0, 52, 0.05) 53.73%, rgba(165, 0, 52, 0.85) 85.26%);
    } 
    .tilesSlider .item-slider .item-box,.tilesSlider .item-slider .slick-current .item-box{
        margin: 0 9px 25px 9px;
        height: calc(100% - 25px);
    }
    .item-slider .item-box .item-content .btn {
        opacity: 1;
        visibility: visible;
    }
    .item-slider .item-box .item-content {
        bottom: 0;
    }
    .inner-banner.hero-section .hero-panel{
        height: 45%;
        justify-content: space-between;
    }
    .inner-banner.hero-section .col-right{
        height: 55%;
    }
    .inner-banner .hero-panel-logo{margin-bottom: 15px;}   
    .gallery .slick-slide.slick-center img {
        height: 258px;
    }
    .gallery .slick-slide img{
        height: 130px;        
        margin: 0 auto;
        filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
    }
    .gallery .slick-slide span{
        margin: 15px auto 0;
        width: 300px;
        font-size: 12px;
    }
    .gallery .slick-slide{
        margin: 30px -70px 0;
        height: 230px;
    }
    .gallery .slick-slide:not(.slick-center) img{
        width: 100%;
        object-fit: cover;
    }
    .gallery .slick-list {
        min-height: 292px;
    }
    .gallery .slick-dots {
        text-align: right;
        margin-top: 10px;
        right: 0;
    }
    .video-module .video-box .video-controle .playbtn,
    .video-sec .video-controle .btn.playbtn {
        height: 67px;
        width: 67px;
        padding: 0;
        min-width: unset;
    }
    /* .video-module .video-controle{
        bottom: 35px;
        left: 25px;
    } */
    .video-module .video-module-content::after {
        left: -20px;
        width: calc(100% + 40px);
        top: -200px;
        height: calc(100% + 200px);
    }
    .video-module .video-module-content{
        margin-left: 0;
        padding: 0 0px 40px;
    }
    .video-module .video-module-content h3{
        font-size: 28px;
    }
    .video-module .video-module-content h6{
        font-size: 16px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .video-module .video-module-content h6::before{
        width: 100%;
    }
    .video-module .video-module-content p,.edition-module p{
        font-size: 16px;
        letter-spacing: 0.045em;
    }
    .video-module {
        margin: 40px 0;
    }
    body .edition-module {
        padding: 30px 0;
    }
    .edition-module h6{
        margin-bottom: 20px;
    }
    .edition-module .content-box {
        margin: 0;
        padding-top: 0px;
    }
    .edition-module h5 p{
        font-size: 18px;
    }
    .edition-module .more {
        max-width: 100%;
    }
    .edition-module .img-wrapper.one,.edition-module.right .img-wrapper.one{
        padding-top: 70%;
    }
    .edition-module .img-wrapper.two{
        padding-top: 56%;
        width: 56%;
        margin-top: -110px;
    }
    .edition-module.right .img-wrapper.two{
        padding-top: 73%;
        width: 56%;
        margin-top: -110px;
    }
    .edition-module:not(.right) {
        margin-top: 40px;
    }
    .joinCommunity .img-wrapper{
        filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.25));
    }
    .docDown .img-wrapper img {
        border-radius: 19px 19px 102px 102px;
    }
    .docDown .img-wrapper {
        padding-top: 204px;
        height: auto;
        border-radius: 19px 19px 102px 102px;
    }
    .docDown .col-right h3 {
        font-size: 22px;
    }
    .newslist .tiles-boxdiv {
        height: 314px;
    }
    .newslist .tiles-grid-item a.gray .tiles-boxdiv, .newslist .tiles-grid-item a.red .tiles-boxdiv{
        height: 235px;
    }
    .newslist.tiles-module .tiles-content h5{
        font-size: 32px;
    }
    .imgtext .img-col .img-wrapper{
        padding-top: 100%;
    }
    .imgtext .text-col, .imgtext.right .text-col {
        padding: 40px 20px;
    }
    .tiles-grid-sizer, .tiles-grid-item,.tiles-grid-item.tiles-twohalf,.tiles-grid-item.tiles-half {
        width: 100%;
        padding: 0 0 20px;
    }
    .tiles-boxdiv {
        height: 390px;
    }
    .tiles-grid-item a.red .tiles-boxdiv,.tiles-grid-item a.gray .tiles-boxdiv{
        height: 280px;
    }
    .tiles-module .tiles-content .tiles-title {
        font-size: 34px;
    }
    .tiles-module .tiles-content {
        padding: 25px 15px 45px;
    }
	/*
    .PullQuote .PullQuote-wrp:not(.withimg) .PullQuote-slider{
        padding-top: 160px;
    }
	*/
    .docDown .col-right {
        margin-top: 5px;
    }
    .principleMsg.docDown .col-left {
        width: 100%;
    }
    .principleMsg.docDown .col-right{
        width: 100%;
    }
    .principleMsg.docDown .img-wrapper{
        padding-top: 111%;
    }
    .principleMsg.docDown .col-right h3 {
        font-size: 34px;
        margin-bottom: 20px;
    }
    .principleMsg.docDown .col-right p{margin-bottom: 25px;}
    .principleMsg.docDown .docDown-box:nth-child(odd)::before{    
        background-image: url(../images/layer-bg.svg);
        border-radius: 100%;
        width: 478.21px;
        height: 478.21px;
        bottom: 0px;
        top: auto;
        right: -250px;
        background-size: 100%;
    }
    .principleMsg.docDown .principleMsg-txt h2 {
        font-size: 32px;
        text-align: center;
    }
    .principleMsg.docDown .principleMsg-txt {
        padding: 40px 15px;
    }
    .newslist .newslist-content h5 {
        font-size: 22px;
    }
    .newslist-banner .quick-link .quick-linklist,.newsdetail-banner .quick-link .quick-linklist{
        display: none;
    }
    .newsletter-bar .text{
        color: var(--white);
        font-size: 10px;
        min-width: auto;
        min-height: 40px;
        margin-top: 5px;
    }
    .newsletter-bar {
        padding: 0;
        margin-top: -100px;
    }
    .newslist-banner .overlay-div{
        display: block;
        background: linear-gradient(336.81deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 52.23%),
    }
    .newsmodal .img-wrapper{
        height: auto;
        padding-top: 100%;
    }
    .newsmodal .col-left {
        width: 100%;
    }
    .newsmodal .btn-close svg {
        width: 14px;
    }
    .newsmodal .btn-close {
        height: 35px;
        width: 35px;
        line-height: 15px;
    }
    .newsmodal .btn-close img{
        max-width: 14px;
    }
    .newsmodal .col-right {
        width: 100%;
        padding: 30px;
    }
    .newsmodal .col-right h3{
        font-size: 28px;
    }
    .inner-banner .hero-panel-content.aos-animate::before {
        height: 70%;
    }
    .principle-sec .principle-txt {
        padding: 30px 30px 45px;
        order: 2;
    }
    .principle-sec .common-contentDiv{
        max-width: 100%;
    }
    .principle-sec .img-wrapper{
        padding-top: 94%;
    }
    .principle-sec.event-principle .img-wrapper{
        padding-top: 66%;
    }
    .principle-sec.event-principle .container {
        padding: 0 35px;
    }
    .principle-sec.event-principle .common-contentDiv{
        padding: 20px 10px 25px;
    }
    .common-contentDiv .author .img {
        margin: 0 auto 15px;
    }
    .common-contentDiv .author h5 b, .common-contentDiv .author h5 strong{
        font-size: 18px;
    }
    .author-sec .common-contentDiv::before{
        right: 0;
    }
    .author-sec .row {
        row-gap: 30px;
    }
    .newsdetail-banner .hero-panel-content:not(.mobile-show) ul,.hero-panel-content.mobile-show::before,
    .newsMenu .newsletter-bar .text{
        display: none;
    }
    .newsdetail-banner.hero-section.section-padding{
        height: auto;
        min-height: 100vh;
    }
    .newsdetail-banner.hero-section .hero-panel{
        height: 44vh;
    }
    .newsdetail-banner.hero-section .col-right{
        height: 55vh;
    }
    .hero-panel-content.mobile-show {
        padding: 45px 30px;
    }
    .newsdetail-banner.hero-section .quick-link{
        bottom: 210px;
    }
    .newsMenu .newsMenu-body {
        border-radius: 30px 0px 0px 0px;
        width: 100%;
        background-size: 65%;
        background-position: 130% 60%;
    }
    .newsMenu .btnclose{
        top: 10px;
        left: 10px;
        height: 43px;
        width: 43px;
    }
    .newsMenu .btnclose svg{
        width: 14px;
        height: 15px;
    }
    .newsMenu .editon-btn {
        left: 50%;
        right: auto;
        top: -3px;
        transform: translateX(-50%);
        min-width: 175px;
    }
    .newsMenu .newsMenu-row {
        padding: 75px 30px 25px;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
    }
    .newsMenu .col-right ul.menu-ul li a {
        font-size: 18px;
    }
    .newsMenu .sub-title{
        font-size: 16px;
        padding-bottom: 12px;
        margin-bottom: 17px;
    }
    .newsMenu .newsMenu-title h1 {
        font-size: 48px;
        margin-bottom: 25px;
    }
    .newsMenu .newsMenu-title .date {
        font-size: 28px;
    }
    .newsMenu .col-left,.newsMenu .col-right {
        width: 100%;
        height: auto;
    }
    .newsMenu .newsletter-bar {
        padding: 0;
        position: absolute;
        bottom: 20px;
        justify-content: center;
        left: 0;
        right: 0;
    }
    .filter h5{
        font-size: 18px;
    }
    .newsMenu .col-right ul.menu-ul li {
        margin-bottom: 20px;
    }
    .newsMenu .col-right ul.menu-ul{
        margin: 30px 0 0;
        overflow-y: hidden;
        height: auto;
    }
    .newsMenu .nav-list {
        margin-top: 35px;
    }
    .edition-list.newslist .newslist-content h5 {
        font-size: 22px;
    }
    .edition-listblock:not(:last-child) {
        margin-bottom: 50px;
    }
    .filter {
        padding: 30px 0 0;
    }
    .nice-select-wrap .drop{
        background-size: 8px;
    }
    .edition-listblock h2 {
        font-size: 38px;
    }
    .news .news-block {
        margin-bottom: 35px;
    }
    .news .news-content {
        padding: 30px 18px;
        text-align: center;
    }
    .news .news-content .desc {
        margin-bottom: 30px;
        max-width: 100%;
    }
    .news .news-content h2{
        font-size: 38px;
        margin-bottom: 20px;
    }
    .news .container{
        padding: 0 5px;
    }
    .news .news-img .img-wrapper{
        padding-top: 93%;
    }
    .eventmodal .eventmodal-header{
        padding: 30px 20px;
    }
    .eventmodal .common-contentDiv {
        padding: 25px 22px 125px;
    }
    .eventmodal .btn-close {
        bottom: auto;
        right: auto;
        top: 3px;
        left: 3px;
    }
    .eventmodal .btn-close .icon{
        width: 44px;
        height: 44px;
    }
    .eventmodal .btn-close .icon svg{
        max-width: 16px;
    }
    .calendar {
        padding: 16px 0 0;
    }
    .calendar .calendar-date {
        padding: 25px 22px;
    }
    .calendar .fc-calendar .fc-head{
        margin-bottom: 20px;
    }
    .calendar .fc-calendar .fc-body .fc-row{
        height: 46px;
    }
    .calendar .fc-calendar .fc-head > div{
        font-size: 0;
    }
    .calendar .fc-calendar .fc-head > div::first-letter{
        font-size: 18px;
    }
    .calendar .col-right {
        padding: 30px 35px 78px;
    }
    .fc-calendar .fc-content:first-child .content_wrap{
        margin-left: -45px;
    }
    .fc-calendar .fc-content:last-child .content_wrap{
        margin-left: 0;
        margin-right: -33px;
        left: auto;
        right: 0;
    }
    .fc-calendar .fc-content:first-child .content_wrap:after{
        left: 45px;
    }
    .fc-calendar .fc-content:last-child .content_wrap:after{
        left: auto;
        right: 37px;
    }
    .event-pagination .container {
        max-width: 380px;
    }
    .event-pagination {
        margin-top: 60px;
    }
    .calendar .custom-month, .event-pagination h2{
        font-size: 32px;
    }
    .eventmodal .eventmodal-header .title {
        font-size: 22px;
    }
    .event .event-box{
        max-width: 314px;
        margin: 0 auto;
    }
    .calendar .btn-icon.next, .event-pagination .btn-icon.next {
        margin-left: 6px;
    }
    .event .event-box .event-desc{
        min-height: 260px;
    }
    .emplist-banner.inner-banner.hero-section .hero-panel, .emplist-banner.inner-banner.hero-section .col-right {
        width: 100%;
    }
    .emplist-banner.inner-banner.hero-section,.inner-banner.hero-section.newslist-banner{
        min-height: auto;
    }
    .emplist h3{color: #000;font-size: 24px;}
    .emplist h2{margin-bottom: 15px;}
    .emplist-banner.hero-section .hero-panel {
        background-position: center top;
    }
    .emplist-banner.inner-banner.hero-section .hero-panel{
        height: 62%;
    }
    .emplist-banner.inner-banner.hero-section .col-right{
        height: 38%;
    }
    .newsDetail-banner.hero-section .col-right{
        height: 45%;
    }
    .newsDetail-banner.hero-section .hero-panel{
        height: 55%;
        padding-bottom: 25px;
    }
    .emplist .emplist-wrp:not(:last-child) {
        margin-bottom: 50px;
    }
    .newslist-banner.inner-banner.hero-section .hero-panel, .newsdetail-banner.inner-banner.hero-section .hero-panel {
        padding-bottom: 25px;
    }
    .newsletter-bar a {
        margin: 0 5px;
        width: 20%;
    }
    .inner-banner .hero-panel-logo img,.news-article-banner.inner-banner .hero-panel-logo img {
        max-width: 130px;
    }
    header .language img {
        max-width: 20px;
    }
    .sticky-newmenu-btn {
        right: 0;
        z-index: 2;
        left: 0;
        bottom: 15px;
        transform: unset;
        top: auto;
    }
    .editon-btn svg {
        margin: 0 10px 0 0;
    }
    .editon-btn{
        transform: none;
        writing-mode: unset;
        padding: 13px 15px;
    }
    .common-contentDiv .author h5 {
        font-size: 16px;
    }
    .navigation-dropdown .menu .drop-down > ul .has-sub-menu {
        padding-left: 0;
    }
    .navigation-dropdown .menu .drop-down > ul .has-sub-menu li a{
        font-size: 16px;
    }
    .getting-to-know-you {
        padding: 45px 15px 20px;
    }
    .get-info-model-inner{
        padding: 30px 15px;
    }
    .get-info-model.open.name .get-item.get-name h6,.get-info-model label{
        font-size: 28px;
    }
    .get-item.get-age-child .form-check {
        display: block;
        margin: 16px 0;
    }
    .get-item.get-age-child .radio-btn-wrp{
        display: block;
    }
    .get-info-model .check-box .form-check-inline.checked, .get-info-model .radio-btn-wrp label.checked{
        border-bottom: 0;
    }
    .get-info-model{
        background-position: right top;
    }
    .welcom-box .welcome-logo {
        min-width: 100%;
    }
    .welcom-box .welcome-logo img {
        max-width: 56px;
    }
    .welcome {
        margin-top: 15px;
    }
    .multiimg-txt .small-img {
        margin-top: -110px;
        width: 51%;
    }
    .multiimg-txt .large-img {
        width: 93%;
    }
    .multiimg-txt .txt-wrp .desc {
        min-height: 100px;
    }
    .multiimg-txt .img-caption{
        bottom: 15px;
        padding: 7px 30px 7px 0;
    }
    .multiimg-txt .bg-img, .multiimg-txt.right .bg-img,.edition-module .bgImg, .edition-module.right .bgImg {
        width: 90%;
        right: 15px;
        background-position: left top;
        top: 22%;
        background-size: contain;
        left: auto;
    }
    .multiimg-txt.right .img-caption .bg-shape {
        right: 0;
        left: auto;
    }
    .multiimg-txt.right .img-caption {
        left: 0;
        right: auto;
    }
    .img-txt .col-txt .img-txt-wrp{
        padding: 35px 15px 40px;
    }
    .img-txt .col-txt .img-txt-wrp h2 {
        font-size: 32px;
    }
    .img-txt .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .tilesSlider .section-header p {
        font-size: 22px;
    }
    .tilesSlider{
        background-size: 72%;
        background-position: 86% 20px;
    }
    .newsSlider .container, .tilesSlider:not(.junior) .container {
        padding-left: 20px;
    }
    .newsSlider .slick-dots {
        padding: 0 80px 0 8px;
    }
    .tilesSlider.junior .section-header {
        padding-left: 0;
    }
    .tilesSlider.junior .slick-list {
        margin-left: -10px;
    }
    .tilesSlider.junior .section-header p{
        font-size: 20px;
    }
    .tiles-grid-module {
        margin: 0;
    }
    .joinus {
        background-image: none;
        padding: 50px 0 0;
    }
    .joinus .joinus-img {
        position: static;
        margin-left: 25px;
    }   
    .get-info-close.close-btn {
        top: 15px;
        left: 15px;
    }
    .get-info span{
        margin-bottom: 30px;
    }
    .get-info-model-inner {
        padding: 50px 30px 30px;
        height: 100%;
    }
    .get-info-model.open.interests .get-item.get-subjects {
        height: 100%;
        overflow: hidden;
    }
    .check-box-wrp {
        height: calc(100% - 160px);
        overflow-y: auto;
        padding-bottom: 30px;
    }
    body .fancybox-slide {
        padding: 0 9px;
    }
    .joinus-content p {
        max-width: 100%;
    }
    .get-info {
        font-size: 22px;
    }
    .g-recaptcha {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .accordion-box .accordion-title {
        font-size: 18px;
    }
    .accordion-box .accordion-sign {
        width: 32px;
        height: 32px;
        top: -5px;
    }
    .accordion-box .accordion-sign svg {
        max-width: 14px;
    }
    .accordion-box > a{
        padding-right: 35px;
    }
    .navigation .navigation-row .navigation-col {
        padding: 0 6px;
    }
    .navigation .navigation-row {
        margin: 0 -6px;
    }
    .navigation {
        padding: 17px 0;
    }
    .video-sec .video-controle {
        right: 10px;
        bottom: 5px;
    }
    .video-sec .video-wrapper {
        padding-top: 72%;
    }
    .video-sec .row {
        row-gap: 30px;
    }
    .new-btn .icon{
        height: 46px;
        width: 46px;
        line-height: 46px;
    }
    .new-btn .icon svg {
        max-width: 22px;
    }
    .newslist-banner.inner-banner.hero-section .col-right {
        height: 48%;
    }
    .newslist-banner.inner-banner.hero-section .hero-panel{
        height: 52%;
        padding: 60px 20px 20px;
    }
    .newslist-banner .date {
        font-size: 28px;
    }
    .nav-list li a .icon{
        width: 46px;
        height: 46px;
        margin: 0 0 6px;
    }
    .nav-list li a .icon svg{
        max-width: 21px;
    }
    .nav-list li a span {
        width: 46px;
        text-align: center;
    }
    .nav-list li{
        margin-right: 18px;
    }
    .nav-list{
        margin-top: 50px;
    }
    .principleMsg .container,
    .newslist:not(.edition-list) .container{padding-left: 5px;padding-right: 5px;}
    .edition-list .tiles-grid-sizer, .edition-list .tiles-grid-item {
        width: 100%;
    }
    .edition-list .tiles-grid-item > a{
        max-width: 314px;
        margin-left: auto;
        margin-right: auto;
    }
    .news-article-banner.inner-banner .hero-panel-content h5 {
        padding-bottom: 13px;
        margin-bottom: 18px;
        font-size: 16px;
    }
    .news-article-banner.inner-banner.hero-section .col-right {
        height: 44%;
    }
    .news-article-banner.inner-banner.hero-section .hero-panel{
        height: 56%;
    }
    .news-article-banner.inner-banner .hero-panel-content h2 {
        font-size: 25px;
    }
    .tour-box .tour-left {
        width: 100%;
        padding: 15px;
    }
    .tour-box .tour-right {
        width: 100%;
        padding: 15px 20px 30px;
        text-align: center;
    }
    .tour-box .day {
        font-size: 16px;
    }
    .tour .tour-box:not(:last-child) {
        margin-bottom: 30px;
    }
    .tour-box .tour-right ul.row li{
        max-width: max-content;
        margin: 0 auto 8px;
    }
    .tour .container.inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tour-modal .btn-close {
        height: 44px;
        width: 44px;
        top: 22px;
        left: 22px;
    }
    .tour-modal .modal-content {
        padding: 0 15px;
        margin: 84px auto;
    }
    .tour-modal .booknow-from{
        padding: 35px 20px 40px;
    }
    .tour .tour-box .tour-right {
        padding: 25px 15px;
    }
    body:not(.drawer-open) .hero-section{
        z-index: inherit;
    }
}
@media only screen and (max-width: 415px){
    .get-info {
        font-size: 20px;
    }
}
@media only screen and (max-width: 400px){
    h2, .h2 {
        font-size: 40px;
    }
    .hero-section .hero-content .title{
        font-size: 38px;
    }
    header.sticky .header-logo-col {
        width: 20%;
    }
    header.sticky .header-right .quick-link .icon, header.sticky .menu-link {
        height: 33px;
        width: 33px;
    }
    header.sticky .header-logo-col svg {
        width: 50px;
        height: 40px;
    }
    header.sticky .menu-link img {
        max-width: 15px;
    }
    .joinCommunity::after {
        top: auto;
        width: 300px;
        height: 300px;
        bottom: 60px;
        right: -70px;
    }
    .joinCommunity::after {
        background-position: 44% top;
    }
    .joinCommunity .img-wrapper.one {
        margin-top: 30px;
    }
    .joinCommunity .img-wrapper{
        filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.25));
    }
    .videoModule .video-thumb .slick-list {
        padding-right: 100px;
    }
    .item-slider .item-box .item-content .btn {
        min-width: 100%;
    }
    .item-slider .item-content {
        padding: 20px;
    }
    .newsSlider .item-box.instafeed .item-content {
        min-height: 165px;
    }
    .slick-dots li button{
        width: 30px;
    }
    .welVideo .welVideo-content h6 {
        margin-bottom: 40px;
    }
    .navigation .navigation-txt .btn-icon {
        font-size: 13px;
    }
    body .edition-module::after{
        height: 370px;
        width: 370px;
        right: -150px;
    }
    body .edition-module.right::before,body .edition-module.right::after{
        left: -150px;
    }
    .inner-banner .hero-panel-content p{
        font-size: 12px;
    }
    .calendar .custom-month, .event-pagination h2{
        font-size: 26px;
    }
    .calendar .btn-icon, .event-pagination .btn-icon{
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
    .calendar .fc-calendar .fc-row > div > span.fc-date{
        font-size: 14px;
    }
    .calendar .fc-calendar .fc-row > div {
        height: 34px;
        max-width: 34px;
    }
    .fc-calendar .content_wrap{
        padding: 5px;
    }
    .hero-panel-logo img {
        max-width: 150px;
    }
    .Cta-content{
        width: calc(100% - 30px);
    }
    header.sticky .header-right{
        width: 50%;
    }
}  
@media only screen and (max-width: 420px){
    .inner-banner .hero-panel-content h2 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 767px) and (max-height: 680px){
    .inner-banner .hero-panel-content h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .newslist-banner.inner-banner.hero-section .hero-panel {
        height: 52%;
    }
    .newslist-banner.inner-banner.hero-section .col-right {
        height: 48%;
    }
    .newslist-banner.inner-banner .hero-panel-content p {
        font-size: 11px;
    }
    .inner-banner .hero-panel-logo img,.news-article-banner.inner-banner .hero-panel-logo img {
        max-width: 120px;
    }
    .hero-section .hero-panel{
        height: 48%;
        padding: 37px 15px 67px;
    }
    .hero-section .col-right{
        height: 52%;
    }
}
@media only screen and (max-width: 380px){
    .nav-list{
        margin-top: 30px;
    }
    .newslist-banner .date {
        font-size: 18px;
    }
    .newslist-banner.inner-banner.hero-section .hero-panel{
        padding: 50px 20px 20px;
    }
    .newslist-banner .hero-panel-content .title {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .newslist-banner.inner-banner.hero-section .col-right {
        height: 43%;
    }
    .newslist-banner.inner-banner.hero-section .hero-panel {
        height: 57%;
    }
    .newsMenu .newsMenu-title h1{
        font-size: 38px;
    }
    .newsMenu .newsMenu-title .date,.news-article-banner.inner-banner .hero-panel-content h2 {
        font-size: 22px;
    }
    .news-article-banner.inner-banner.hero-section .col-right {
        height: 38%;
    }
    .news-article-banner.inner-banner.hero-section .hero-panel {
        height: 62%;
    }
    .news-article-banner.inner-banner.hero-section .hero-panel {
        padding: 50px 15px 20px;
    }
    .calendar .col-right {
        padding: 30px 15px 70px;
    }
    /* .fc-calendar .content_wrap{
        min-width: 160px;
    } */
    .fc-calendar .fc-content:first-child .content_wrap {
        margin-left: -30px;
    }
    .fc-calendar .fc-content:first-child .content_wrap:after {
        left: 28px;
    }
    .fc-calendar .fc-content:last-child .content_wrap{
        margin-right: -15px;
    }
    .fc-calendar .fc-content:last-child .content_wrap:after{
        right: 18px;
    }
    .gallery .slick-slide.slick-center img {
        height: 230px;
    }
    .gallery .slick-list {
        min-height: 280px;
    }
}
@media only screen and (max-width: 340px){
    .hero-section .hero-content .title{
        font-size: 44px;
    }
    .navigation-dropdown .menu .primary-menu > li > a{
        font-size: 22px;
    }
    .navigation-dropdown ul.has-sub-menu > li > a {
        font-size: 18px;
    }
    .tilesSlider .slick-list{
        padding-right: 40px !important;
    }
    .newsSlider .slick-list{
        padding: 0 40px 0 0!important;
    }
    .inner-banner .hero-panel-content h2 {
        font-size: 24px;
    }
    .edition-module.bgwhite::after, .edition-module::after {
        width: 300px;
        height: 300px;
    }
    .principleMsg.docDown .col-right h3{
        font-size: 28px;
    }
    .blockquote-sec + .common-content-sec::before, .newsletter-bar + .principle-sec + .common-content-sec::before, .formsec::before{
        height: 360px;
        width: 360px;
    }
    .calendar .btn-icon, .event-pagination .btn-icon{
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .calendar .btn-icon svg, .event-pagination .btn-icon svg {
        max-width: 20px;
    }
    .calendar .custom-year, .event-pagination h5,.Cta-content h5 p{
        font-size: 18px;
    }
    .calendaer-header .icon svg {
        height: 23px;
        width: 23px;
    }
    footer .contact-box p, footer .contact-box a, footer .contact-box address, .footer-about p {
        font-size: 14px;
    }
    .tiles-module .tiles-content .tiles-title {
        font-size: 28px;
    }
    .video-module .video-module-content::after{
        top: -160px;
        height: calc(100% + 160px);
    }
    .principleMsg.docDown .principleMsg-txt h2{
        font-size: 30px;
    }
    .principle-sec.event-principle .container {
        padding: 0 25px;
    }
    .common-contentDiv .author h5 b, .common-contentDiv .author h5 strong {
        font-size: 16px;
    }
    .common-contentDiv .author h5 {
        font-size: 14px;
    }
    .navigation .navigation-txt h5 {
        font-size: 15px;
        min-height: 78px;
    }
}   

@media only screen and (max-height: 1024px){
	.navigation-dropdown .menu ul.has-sub-menu > li > a{font-size:18px;margin-bottom:8px;}
}

