/*Fonts*/

@font-face {
    font-family: "Avenir Next W01";
    font-weight: 400;
    font-style: normal;

    src: url("../fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2")
    format("woff2"),
    url("../fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff")
    format("woff");
}
@font-face {
    font-family: "Avenir Next W01";
    font-weight: 400;
    font-style: italic;

    src: url("../fonts/7377dbe6-f11a-4a05-b33c-bc8ce1f60f84.woff2")
    format("woff2"),
    url("../fonts/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff")
    format("woff");
}
@font-face {
    font-family: "Avenir Next W01";
    font-weight: 500;
    font-style: normal;

    src: url("../fonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2")
    format("woff2"),
    url("../fonts/f26faddb-86cc-4477-a253-1e1287684336.woff")
    format("woff");
}
@font-face {
    font-family: "Avenir Next W01";
    font-weight: 700;
    font-style: normal;

    src: url("../fonts/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2")
    format("woff2"),
    url("../fonts/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff")
    format("woff");
}
@font-face {
    font-family: "Avenir Next W01";
    font-weight: 600;
    font-style: italic;

    src: url("../fonts/687932cb-145b-4690-a21d-ed1243db9e36.woff2")
    format("woff2"),
    url("../fonts/bc350df4-3100-4ce1-84ce-4a5363dbccfa.woff")
    format("woff");
}
@font-face {
    font-family: "Avenir Next W01";
    font-weight: 800;
    font-style: normal;

    src: url("../fonts/14c73713-e4df-4dba-933b-057feeac8dd1.woff2")
    format("woff2"),
    url("../fonts/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f.woff")
    format("woff");
}

@font-face {
    font-family: "Freight Display Pro W01";
    font-weight: 300;
    font-style: normal;

    src: url("../fonts/4bfbfa09-d025-4517-b857-ec1dfdf9cc33.woff2")
    format("woff2"),
    url("../fonts/65a2bef7-8c37-4a79-bb59-112a34df3932.woff")
    format("woff");
}
@font-face {
    font-family: "Freight Display Pro W01";
    font-weight: 400;
    font-style: normal;

    src: url("../fonts/589f520d-e0dd-4be8-810b-253337737b36.woff2")
    format("woff2"),
    url("../fonts/36ee7795-1253-4cc0-8a35-795884c20960.woff")
    format("woff");
}
@font-face {
    font-family: "Freight Display Pro W01";
    font-weight: 500;
    font-style: italic;

    src: url("../fonts/9f33da00-b58f-424a-9946-d1f7fd9ea93d.woff2")
    format("woff2"),
    url("../fonts/718731c2-e060-408e-a5b7-50e9f98ac16b.woff")
    format("woff");
}
@font-face {
    font-family: "Freight Display Pro W01";
    font-weight: 700;
    font-style: normal;

    src: url("../fonts/1889a419-eeac-4e0b-9751-217b3ca96b66.woff2")
    format("woff2"),
    url("../fonts/61eabd92-21fd-414c-b5e7-efa565901b0a.woff")
    format("woff");
}
@font-face {
    font-family: "Freight Display Pro W01";
    font-weight: 900;
    font-style: normal;

    src: url("../fonts/b676ff2b-dff6-4098-b1f7-79c0378e294e.woff2")
    format("woff2"),
    url("../fonts/41d6f61b-7c39-4e26-b280-c5b24a150dd9.woff")
    format("woff");
}
@font-face{
    font-family:"Freight Text W01";
    font-weight: 500;
    font-style: normal;
    
    src: url("../fonts/58be4ae0-d23d-4d8a-91cf-a04d9f1a3e56.woff2")
    format("woff2"),
    url("../fonts/1372e5cd-aaf7-45ac-b9f9-33b2c4dc8d92.woff")
    format("woff");
    
}
@font-face{
    font-family:"Freight Text W01";
    font-weight: 600;
    font-style: normal;
    
    src: url("../fonts/cfbf38c2-56df-491d-95e5-de22794a04eb.woff2")
    format("woff2"),
    url("../fonts/473c8f92-ad2d-4e18-b728-d61805053d55.woff")
    format("woff");
    
}

body{
    font-family: "Avenir Next W01", Verdana, sans-serif;
}



/*Custom scrollbar*/

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--xc2); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
   background: var(--xc2); 
}


.xc-main-menu .modal-dialog {
    position: fixed;
    margin: auto;
    width: 1152px;
    max-width: 1152px !important;
    height: 100%;
    /* transform: translate3d(0%, 0, 0); */
}

.xc-main-menu.right .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}


.xc-main-menu.right .modal-content {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
    

.xc-main-menu.right .modal-body {
    padding: 15px 15px 80px;
}


/*Right*/
.xc-main-menu.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
}

.xc-main-menu.right.fade.in .modal-dialog {
    right: 0;
}
.xc-main-menu.right.fade.show .modal-dialog {
    right: 0;
}



/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;

}
.modal-header {
    border-bottom-color: var(--xc1);
    background-color: var(--xc1);
}

/* ----- v CAN BE DELETED v ----- */
.container {
    padding-top: 2rem;
}
.btn {
    margin-bottom: 2rem;
}
.btn-menu-triger{
    background: var(--xc3);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 125px;
    height: 70px;
    justify-content: center;

    position: fixed;
    top: 13px;
    right: 0px;
    border-radius: 0;
    z-index: 999;
}
.btn-menu-triger span{
    color: var(--xc1);
    margin-bottom: .5em;
    text-transform: uppercase;
    font-size: 0.7rem;
}
.btn-menu-triger:focus{
    box-shadow: none;
}


.xc-main-menu-close{
    background-color: #b9975b;
    padding: 1.5em 3em !important;
    border-radius: 0;
    font-size: 1.2em;
    color: var(--xc1);
    opacity: 1;
    margin: 0 -1em .5em .5em !important;
   /* background: none !important;*/
}
.xc-main-menu-close:focus{
    box-shadow: none;
}

.xc-main-menu-ul{
    list-style-type: none;
}
.xc-main-menu-ul li a{
    font-size: 2.17rem;
    font-weight: 300;
    padding: 0 0 0 30px;
    letter-spacing: 0.05em;
    color: var(--xc2);
    font-family: "Freight Display Pro W01", serif;
    text-decoration: none;
    line-height: 1.8;
}
.xc-main-menu-ul li a:hover{
    text-decoration: underline;
}
.xc-menu-outer{
    padding: 3em 6em;
}
.xc-main-menu-ul2{
    display: flex;
    list-style-type: none;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9dcdd;
    margin-left: 3em;
    margin-right: 3em;
}

.xc-main-menu-ul2 li a {
    text-decoration: none;
    /* color: var(--xc0); */
    padding: 14px 9px;
    border-bottom: 3px solid transparent;
    font-size: .9rem;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.6);
    font-family: "Avenir Next W01", Verdana, sans-serif;
    text-transform: uppercase;
}
.xc-main-menu-ul2 li a:hover{
    border-bottom: 4px solid var(--xc2);
}
.xc-menu-left{
    border-right: 1px solid #d9dcdd;
}
.xc-menu-search{
    width: 80%;
    border: none;
    border-bottom: 1px solid #d9dcdd;
    margin: 2em;
    padding: .5em 2em;
}
.xc-menu-search:focus{
    outline: none;
}
.quick-box-wraper{
    padding: 2em;
}
.menu-quick-link-a{
    text-decoration: none;
}
.menu-quick-link-a .menu-quick-link{
    text-align: center;
    padding: 2em;
    border: 1px solid #d9dcdd;
}
.menu-quick-link-a .menu-quick-link h5{
    margin-top: 0;
    margin-bottom: 5px;
    letter-spacing: 0.03em;
    color: var(--xc2);
    font-family: "Freight Display Pro W01", serif;
    font-size: 1.48rem;
    font-weight: 400;
    line-height: 1;
}
.menu-quick-link-a .menu-quick-link p{
    font-size: .8rem;
    color: var(--xc0);
    font-family: "Avenir Next W01", Verdana, sans-serif;
    margin-bottom: 0;
}
.menu-head{
    display: flex;
    width: 100%;
}
.menu-head .menu-logo{
    flex: 20%;
    text-align: center;
}
.menu-head .menu-link{
    flex: 80%;  
    padding-top: 15px;
}
.menu-search-bar{
    position: relative;
}
.xc-btn-search{
    position: absolute;
    margin-top: 1em;
    margin-left: -4em;
    color: var(--xc6);
    font-size: 1.5em;
}
.xc-btn-search:focus{
    box-shadow: none;
}
.sticky_nav{

}


/*Menu*/
.xc-submenu li a {
    color: var(--xc5);
    font-size: 1.5em;
}
.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}

  .accordion-content {
    display: none;
}
.accordion-toggle span[class^='icon-'] {
    position: absolute;
    right: 10px;
    font-size: 25px;
    top: calc(50% - 16px);
}
.accordion-toggle span.icon-plus, .accordion-toggle span.icon-minus {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.accordion-toggle span.icon-plus {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.icon-minus:before {
    font-weight: 500;
    content: "-";
    padding: 0px 10px;
    background-color: rgba(208, 211, 212, 0.35);
    padding-top: -5px;
    height: 5px !important;
    border-radius: 8px;
    color: var(--xc2);
}

.icon-plus:before {
    background-color: rgba(208, 211, 212, 0.35);
    font-weight: 500;
    content: "+";
    background-color: var;
    padding: 0px 6px;
    border-radius: 8px;
    color: var(--xc2);
    /*color: #fff;*/
}
.menu-submenu{
    list-style-type: none;
}


/*Mobile Menu*/

.mobile-navbar-container{
    border-top: 9px solid var(--xc2);   
}
/*section 1*/

.xc-section1{
    height: 100vh;
    position: relative;
    background: var(--xc2);
}
.xc-home-hero{
    height: 100%;
    overflow: hidden;
}
.xc-home-hero-wraper{
    height: 100%;
    display: flex;
    margin-top: .8em;
}
.xc-home-hero-wraper .xc-bg-video{
    flex: 65%;
}
.xc-home-hero-wraper .xc-bg-video .video-span video{
    height: 100%;
}
.xc-home-hero-wraper .xc-caption-area{
    flex: 35%;
    position: relative;
    z-index: 10;
}
/*.xc-home-hero-wraper .xc-caption{
    flex: 20%;
}*/

.xc-home-hero-wraper .xc-caption-area::after{
    content: "";
    background:var(--xc2);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    /*z-index: -1;*/
    width: 30vw;

}
.xc-home-hero-wraper .xc-caption-area::before {
    content: "";
    background: var(--xc2);
    width: 33vw;
    transform: skew(-20deg);
    height: 100%;
    position: absolute;
    top: 0;
    right: 9vw;
    /*z-index: -1;*/
}
.xc-home-hero-wraper .xc-caption-area .xc-caption{
    height: 350px;
    background-color: var(--xc1);
    margin-top: 50%;
    margin-left: -65px;
}
.xc-home-hero-wraper .xc-caption-area .xc-caption::before{
    content: "";
    background: var(--xc1);
    width: 12vw;
    transform: skew( -20deg);
    height: 350px;
    position: absolute;
/*    top: 50%;*/
    right: 35vw;
    /*z-index: -1;*/
}
.xc-content-box{
    display: flex;
}
.xc-content-box1{
    flex: 70%;
}
.xc-content-box2{
    flex: 30%;
    position: relative;
}
.xc-hero-caption{
    /*font-family: "Freight Display Pro W01", "Times", "Times New Roman", georgia, serif;*/
    color: var(--xc0);
    font-weight: 100;
    margin: 0 0 .4em 0;
    font-size: 3rem;
    padding-top: 25px;
}
.xc-hero-content{
    font-size: 1rem;
    color: #262626;
    font-family: "Avenir Next W01", Verdana, sans-serif;
    font-weight: 400;
    line-height: 1.6;
}
.xc-content-box2{

}
.xc-content-box2 a{
    position: absolute;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    background:var(--xc6);
    color: var(--xc1);
    font-size: .9rem;
    padding: 1rem 5em 1rem 1rem;
    transition: background .3s;
    bottom: 0;
    right: 0;
}
/*.xc-content-box2 a::after {
    position: absolute;
    content: "";
    background: rgba(255,255,255,.5);
    height: 1px;
    left: 20px;
    bottom: 26px;
    width: calc(100% - 20px);
    transition: width .3s;
}
*/
.m-desktoplogo {
    position: absolute;
    z-index: 3;
    background: var(--xc1);
    left: 50%;
    transform: translateX(-50%);
    padding: 16px 18px 14px 18px;
    width: 240px;
    height: 134px;
    border-top: 0.82552rem solid var(--xc2);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 0 0 1px 1px;
    text-align: center;
}
.m-desktoplogo::after {
    content: "";
    background: transparent;
    height: 0;
    position: absolute;
    left: 0;
    bottom: -26px;
    border-top: 26px solid var(--xc1);
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}




.xc-section2{
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}
.xc-common-section .glance-title{
    text-decoration: none;
    font-family: "Freight Display Pro W01", serif;
    font-size: 3.7rem;
    font-weight: 100;
    color: var(--xc2);
    padding-left: 5rem;
}
.xc-section2 .xc-section2-wraper{
    padding-top: 0 !important;
}
.hr-separator {
    display: block;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #b58e5b;
    width: 28%;
    max-width: 400px;
    margin: 0;
    text-align: left;
    margin-bottom: 2rem;
    height: 100% !important;
    opacity: 1;
    background-color: transparent;
}
.xc-section2 .xc-glance-wraper{
    margin: 0;
    margin-bottom: 6rem;
}
.xc-section2 .glance-box{
    background: var(--xc4);
    padding: 22px;
    height: 290px;
    margin: 1rem .5rem;
    text-align: center;
    position: relative;
}
.xc-section2 .glance-box2{
    position: relative;
}
.xc-section2 .glance-box .glance-number{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.xc-section2 .glance-box .glance-number .number{
    color: #ac834d;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;

}
.xc-section2 .glance-box .glance-number .append{
    font-size: 1.5em;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 500;
    color: #ac834d;
}

.xc-section2 .glance-box .glance-caption{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    font-family: "Freight Text W01", "Freight Display Pro W01", serif;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.glance-number-top{
    min-height: 87px;
}
 .xc-section2 .glance-box hr{
    width: 40%;
    color: var(--xc6);
    height: 1px;
    opacity: 1;
}
.xc-section2 .glance-box .glance-number .xc-number{
    display: flex;
    font-style: italic;
}
.xc-section2 .glance-box .glance-number .xc-number .number2{
   font-size: 1.5em; 
   margin-top: -6px;
}
.xc-section2 .glance-box .xc-simple-text{
    font-size: 1.5em;
    font-weight: 500;
}
.xc-section2 .glance-box .boxlink{
    color: #000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .07rem;
    font-size: 0.93809rem;
    font-weight: 500;
    transition: all .3s;
    text-decoration: none;
    display: block;
    margin-top: 3rem;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;

}
.glance-box2{
    display: flex;
    padding: 0 !important;
}
.glance-box2 .glance-img{
    flex: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.glance-box2 .glance-content{
    flex: 50%;
    text-align: left;
    margin: auto;
}
.glance-box2 .glance-img .img-box{
    height: 224px;
    width: 225px;
    /*background: url('../img/img1.jpg');*/
    background-size: cover !important;
}
.glance-box2 .glance-content h3{
    font-family: "Freight Text W01", "Freight Display Pro W01", serif;
    font-size: 25px;
    margin-top: .6rem;
    color: var(--xc2);
    text-align: center;
    margin-bottom: 1em;
}
.xc-flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.glance-box2 .glance-content a{

    width: 100%;

}
.glance-box-rt .glance-content{
    padding-right: 30px;
}
.glance-box-lb .glance-content{
    padding-left: 30px;
}




/*Courses*/

.xc-course-wraper .course-box{
    display: flex;
    flex-direction: column;
    background: var(--xc4);
    text-align: center;
    padding: 30px;
    max-width: 200px;
    margin: 1rem;
    transition: background .3s;
    position: relative;
    min-height: 215px;
}
.xc-course-wraper .course-box img{
    height: 72px;
    margin: 0 auto;
}

.xc-course-wraper{
    justify-content: center;
    align-items: center;
}
.xc-course-wraper .course-link{
    display: block;
    text-decoration: none;
    max-width: 235px;
    padding: 0;
}
.xc-course-wraper .course-box .course__label{
    color: var(--xc5);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 2rem;
}
.xc-course-title{
    text-align: center;
    margin-top: 3.5rem;
}
.xc-course-title h3{
    color: var(--xc2);
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
.xc-course-wraper .course-box:hover{
    background: var(--xc2);
    /*border-bottom: 5px solid var(--xc6);*/
}
.xc-course-wraper .course-box:hover .course__label{
    color: var(--xc1);
}
.h-bottom-line{
    height: 0;
    width: 100%;
    background-color: var(--xc6);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
}

.xc-course-wraper .course-box:hover .h-bottom-line{
    height: 6px;
}
.xc-primary-btn{

    background-color: var(--xc2);
    color: var(--xc1);
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 16px;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    transition: 0.3s;

}
.xc-primary-btn:hover{
    color: var(--xc1);
    background-color: var(--xc0);
}
.course-view-all{
    margin: auto;
    width: 350px;
}



/*Section 3*/

.xc-section3{
    height: 100vh;
    position: relative;
}





/*Section 4*/
.xc-section4{
    padding-bottom: 10rem;
}
.news-box-link{
    text-decoration: none;
    display: block;
}
.xc-section4-wraper .xc-news-wrapper .news-outer .news-box-link .img-hover .news-img{
    height: 220px;
    background-size: cover !important;
    transition: transform 0.3s ease;


}
.xc-section4-wraper .xc-news-wrapper .news-outer .news-box-link .img-hover .news-img:hover{
    transform: scale(1.2);
}
.img-hover{
    overflow: hidden;
    /*height: 220px;*/
}
.img-hover img{
transition: .3s;
}
.img-hover:hover img{
    transform: scale(1.1);
}
.xc-section4-wraper .xc-news-wrapper .news-outer .news-box-link .news-caption {
    font-family: "Freight Display Pro W01", serif;
    color: var(--xc0);
    padding: 1rem .5rem;
    font-size: 1.6em;
    line-height: 1.8rem;
    letter-spacing: 0.02em;
}
.xc-section4-wraper .xc-news-wrapper .news-outer .news-box-link .news-caption:hover{
    color: var(--xc2);
}
.news-list{
    padding: 0 0 1.5rem 1.5rem;
}
.news-links {
    display: block;
    color: var(--xc0);
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    font-family: "Freight Display Pro W01", serif;
    padding: 1.05em .5em 1.05em  0;
    font-size: 1.5rem;
    /* transition: transform 0.3s ease; */
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 1.2;
    letter-spacing: 0.02em;
}
.news-links:last-child{
    border-bottom: none;
}
.news-links:hover{
    color: var(--xc2);
    padding: 1.05em 0 1.05em  .5em;
}
.news-btns{
    display: flex;
}
.news-btns .news-btn-see-all{
    background-color: var(--xc4);
    flex: 50%;
    margin: .5rem;
    border-radius: 0;
    text-transform: uppercase;
    color: var(--xc2);
    padding: 1em;
    letter-spacing: 0.07em;
    font-weight: 500;
    font-size: .94rem;
}
.news-btns .news-btn-see-all:hover{
    background-color: var(--xc7);
}
.news-btns .news-btn-see-all:focus{
    box-shadow: none;
}
.news-list-box{
    min-height: 260px;
    margin-bottom: 2em;
}




/*Section 5*/
.xc-news-spotlight{
    padding-top: 2rem;
}
.xc-section5 .xc-news-spotlight .spotlight-wrapper{
    display: flex;
    /*height: 200px;*/
    max-width: 1300px;
    margin: auto;
    border-top: 7px solid var(--xc2);
}
.xc-section5 .xc-news-spotlight .spotlight-wrapper .spotlight-date{
    flex: 28%;
    background: var(--xc7);
    display: flex;
    justify-content: center;
    align-items: center;
}
.xc-section5 .xc-news-spotlight .spotlight-wrapper .spotlight-desc{
   flex: 72%; 
  
   display: flex;
    align-items: center;
    background: var(--xc4);
}
.event-banner{ 
    height: 255px;
    background-size: cover !important;
    position: relative;
    background-image: url('../img/event_banner.jpg');
}
.event-banner .event-img-overlay{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}
.xc-section5 .xc-news-spotlight .events-list-box{
    max-width: 1300px;
    margin: auto;
    overflow: hidden;
    background: var(--xc4);
}
.xc-event-list{
    background: var(--xc4);
/*    height: 400px;*/
    margin: 3rem;
}
.spotlight-date .date-box{
    text-align: right;
}
.spotlight-date .date-box .spotlight-caption{
    text-transform: uppercase;
    color: var(--xc2);
    font-size: 1rem;
    letter-spacing: 0.1em;
}
.spotlight-date .date-box .sp-date{
    color: var(--xc2);
    font-size: 2rem;
    font-weight: 500;
}
.spotlight-desc .spotlight-event-desc .spotlight-title{
    text-decoration: none;
    color: var(--xc0);
    font-weight: 500;

}
.spotlight-desc .spotlight-event-desc .spotlight-location{
    font-size: .9rem;
    font-style: italic;
    margin-bottom: 0;
    margin-top: .7em;
}
.spotlight-desc .spotlight-event-desc .spotlight-time{
    font-size: .9rem;
}
.spotlight-desc .spotlight-event-desc .spotlight-summary{
    font-family: "Avenir Next W01", Verdana, sans-serif;
    line-height: 1.6;
}
.spotlight-event-desc{
    padding: 2.5em;
}
.event-showcase-list{
    display: flex;
}
.event-showcase-list .showcase-date-outer{
    flex: 15%;
}
.event-showcase-list .showcase-desc{
    flex: 85%;
}
.event-showcase-list .showcase-date{
    height: 70px;
    width: 70px;
    background: var(--xc8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.3s ;
    margin: auto;


}
.event-showcase-list .showcase-date .date1, .date2{
    color: var(--xc1);
    text-transform: uppercase;
    font-weight: 500;
}
.showcase-desc-box{
    line-height: 1.5;
    margin-left: 1.5rem;
     transition: 0.3s ;
}
.showcase-desc-box .showcase-title{
    color: var(--xc0);
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: .6rem;
    line-height: 1.3em;
    margin-top: .75rem;
}
.showcase-desc-box .showcase-location, .showcase-time{
    font-style: italic;
    font-size: .9rem;
    line-height: 1.4em;
    font-weight: 100;
    margin-bottom: 0;
}
.event-list{

    padding: 2rem;
}
.event-showcase-list:hover .showcase-date{
    height: 65px;
    width: 65px;
}
.event-showcase-list:hover .showcase-title{
    color: var(--xc2);
}
.event-showcase-list:hover .showcase-desc-box{
    margin-left: 2rem;
}
.mobile-event-img{
    height: inherit;
    width: 100%;
    display: none;
    background-size: cover !important;
}
.event-bottom{
  max-width: 1300px;
  margin: auto;
  text-align: right;
  text-transform: uppercase;
  padding-top: 1.5em;
}
.xc-section5{
  padding-bottom: 7em;
}
.event-more-btn{
    color: var(--xc6);
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    padding-left: 3em;
    transition: 0.3s;
}
.event-more-btn:hover{
  text-decoration: none;
  color: var(--xc6);
   padding-left: 0;
}





/*Section 6 Gallery*/

.xc-section6{
    background: var(--xc4);
    padding: 3em 0 0 0;
    position: relative;
    overflow: hidden;
}
.btn-see-gallery{
    transform: skew(-20deg) translateX(40px);
    background-color: var(--xc1);
    border-radius: 0;
    color: var(--xc6);
    font-weight: 500;
    font-size: 1em;
    position: absolute;
    right: 26px;
    padding: 10px 30px;
    transition: 0.3s ;
}
.btn-see-gallery:hover{
    padding-right: 50px;
    text-decoration: underline;
    color: var(--xc6);
}
.btn-see-gallery span{
    padding: 10px;
    transform: skew(20deg) !important;
    display: block;
    text-transform: uppercase;
}
.xc-gallery-container{
    padding: 5px;
    background: var(--xc1);
}
.xc-gallery-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.xc-gallery-wrapper .xc-gallery-grid{
    flex: 25%;
    border: 3px solid var(--xc1);
    overflow: hidden;
}
.xc-gallery-wrapper .xc-gallery-grid .xc-gallery-img:hover{
    transform: scale(1.2);
    -webkit-filter: grayscale(0.6) blur(1px);
    filter: grayscale(0.6) blur(1px);
}
.xc-gallery-wrapper .xc-gallery-grid .xc-gallery-img{
    background-size: cover !important;
    width: 100%;
    height: 200px;
    transition: transform 0.3s ease;
} 
.btn-see-gallery{
    transform: skew(-20deg) translateX(40px);
    background-color: var(--xc1);
    border-radius: 0;
    color: var(--xc6);
    font-weight: 500;
    font-size: 1em;
    position: absolute;
    right: 26px;
    padding: 10px 30px;
    transition: 0.3s ;
}
.btn-see-gallery:hover{
    padding-right: 50px;
    text-decoration: underline;
    color: var(--xc6);
}
.btn-see-gallery span{
    padding: 10px;
    transform: skew(20deg) !important;
    display: block;
    text-transform: uppercase;
}





/*Testimonials*/

.xc-section-testimonial{
    background: var(--xc1);
    padding-bottom: 7em;
}
.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: var(--xc1);
/*  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);*/
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
/*  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);*/
/*  box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);*/
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);*/
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: var(--xc1);
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background:var(--xc2);
  height: 30px;
  box-shadow: 0px 0px 20px rgb(42 173 7 / 30%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}


/*FOOTER*/

.xc-footer{
    background: var(--xc2);
   font-family: "Avenir Next W01", Verdana, sans-serif;

}
.xc-footer-top{
    padding: 10em 0;
    background: transparent url(assets/img/building-outline.png) center bottom no-repeat;
    background-size: 676px;

}
.xc-footer-top .footer-top-desc{
    text-align: center;
    color: var(--xc1);
    font-size: .88em;
    /*margin: 0px 6em;*/
}
.footer-social-icon a{
    color: var(--xc1);
    padding: .7em;
}
.xc-footer-top .footer-top-desc .contact-link{
    color: var(--xc9);
    text-decoration: none;
    font-weight: 700;
    opacity: .7;
    letter-spacing: 0.05em;

}
.xc-footer-top .footer-top-desc p, i{
    color: var(--xc9);
    opacity: .7;
    letter-spacing: 0.05em;
}
.xc-footer-top .footer-top-desc .footer-social-icon i{

}
.xc-footer-top .footer-top-desc .contact-link:hover{
    text-decoration: underline;
}
.footer-contact{
    margin-left: 2em;
    margin-top: 5.5em;
}
.footer-quick-links{
    margin-left: 9em;
    margin-top: 5.5em;
}
.footer-quick-links .link-title{
    color: var(--xc1);
    font-weight: 700;
    font-size: .9em;
    letter-spacing: 0.1em;
}
.footer-quick-links a{
    color: var(--xc1);
    text-decoration: none;
    line-height: 2.5;
    font-size: .9em;
    display: inline-block;
    margin: 0 0 0.25rem 0;
    letter-spacing: 0.05em;
    opacity: 0.7;
    color: #fff;
    font-weight: 400;
}
.footer-quick-links a:hover{
    text-decoration: underline;
}
.footer-contact .contact-title{
    color: var(--xc1);
    font-weight: 700;
    font-size: .9em;
}
.footer-contact ul{
    list-style-type: none;
    padding-left: 0;
}
.footer-contact ul li a.address {
    line-height: 2;
}
.footer-contact ul li a{
    text-decoration: none;
    line-height: 2.5;
    color: var(--xc1);
    font-size: .9em;
    opacity: .7;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.footer-contact ul li a i{
    padding-right: 1em;
}
.xc-footer-top .footer-top-desc hr {
    height: 0;
    margin: 1.91rem 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
}
.xc-footer-bottom{
    background: var(--xc3);
}
.xc-footer-bottom .container{
    margin-bottom: 0;
    padding: 10px;
}
.xc-footer-bottom .xc-footer-bottom-wrapper{
    display: flex;
    color: var(--xc9);
    font-size: .8em;
    font-weight: 500;
    justify-content: center;
}
/*.xc-footer-bottom .xc-footer-bottom-wrapper .xc-fb-l{
    flex: 30%;

}
.xc-footer-bottom .xc-footer-bottom-wrapper .xc-fb-r{
    flex: 70%;
}*/



@media (max-width: 480px){

    /*Mobile-meu css start*/
    .m-desktoplogo{
        display: none;
    }
    .mobile-navbar-container{
        display: block !important;
    }
    .btn-menu-triger{
        display: none;
    }
    .xc-main-menu.right.fade.show .modal-dialog {
        width: 100%;
    }
    .menu-head .menu-link {
        display: none;
    }
    .xc-menu-outer {
        padding: 0;
        flex-direction: column-reverse;
    }
    .xc-main-menu-ul {
        padding-left: 0;
        padding-right: 18px;
    }
    .xc-main-menu-close {
        padding: 1em 1.5em !important;
    }
    .menu-head .menu-logo {
        text-align: left;
    }
    .menu-quick-link-a .menu-quick-link p {
        display: none;
    }
    .quick-box-wraper {
        padding: 1em;
        margin-top: 1em;

    }
    .menu-quick-link-a .menu-quick-link {
        margin-bottom: 1em;
    }
    .xc-menu-search {
        width: 90%;
        border: 1px solid #d9dcdd;
        margin: 1em;
    }
    .xc-main-menu-ul li a {
        font-size: 1.5em;
    }
    .xc-main-menu-ul li a:hover {
        text-decoration: none;
    }
    /*.xc-main-menu-ul .nav-li{
       border: 1px solid #d9dcdd;
        border-bottom: none;
    }
    .nav-li:last-child {
        border-bottom: 1px solid #d9dcdd !important;
    }*/

    .xc-menu-left {
        border-right: 1px solid #d9dcdd;
        padding: 0;
        margin-top: 1em;
    }
    .menu-submenu li{
        outline: none;
    }
    .menu-submenu li a{
        font-size: 1.2em;
        color: var(--xc2);
    }
    .xc-main-menu-ul .accordion-toggle span{
       /* background-color: var(--xc7);
        height: inherit;
        width: 2em;
        text-align: center;
        top: 0;
        bottom: 0;
        right: 0;*/
    }
    .xc-btn-search {
        margin-top: .5em;
        margin-left: -3em;
        color: var(--xc6) !important;
        font-size: 1.4em;
    }


    /*Mobile-meu css End*/

    /*Section 1*/

    .xc-home-hero-wraper .xc-bg-video .video-span video {
        height: auto;
        width: 100%;
    }
    .xc-home-hero-wraper {
        display: flex;
        flex-direction: column;
    }



    .xc-section1 {
        height: auto;
        /*display: none;*/
    }

    .xc-home-hero-wraper .xc-caption-area::before {
        display: none;
    }
    .xc-home-hero-wraper .xc-caption-area::after {
        display: none;
    }
    .xc-home-hero-wraper .xc-caption-area .xc-caption {
        height: auto;
        margin-top: 0;
        margin-left: 0;
        /*padding: 2em;*/
    }
    .xc-home-hero-wraper .xc-caption-area .xc-caption-area-img{
        display: none;
    }
    .xc-hero-caption {
        font-size: 2.5rem;
        padding-top: 0;
        margin: 0;
    }
    .xc-content-box {
        flex-direction: column;
    }
    .xc-content-box2 {
        position: relative;
        display: flex;
        justify-content: flex-end;
        border-bottom: 5em solid var(--xc2);
    }
    .xc-content-box2 a {
        position: relative;
        margin-bottom: -2.5em;
        margin-top: 3em;
    }
    .xc-hero-caption {
        padding:30px;
    }
    .xc-content-box1 {
        padding: 0 2em;
    }
    .xc-content-box2 a::before{
        content: "";
        background: var(--xc6);
        width: 20vw;
        transform: skew( -20deg);
        position: absolute;
         top: 50%; 
        right: 35vw;
        z-index: -1;
    }



    /*Section 2*/
    .xc-common-section .glance-title {
        /*padding-left: 20px;*/
        padding: 15px;
        display: block;
        line-height: 1.2;
    }
    .glance-box2 {
        flex-direction: column;
    }
    .xc-section2 .glance-box2 {
        padding: 22px !important;
        height: auto;
    }
    .glance-box-rt .glance-content {
        padding-right: 15px;
        padding-left: 15px
    }
    .glance-box-lb .glance-content {
        padding-right: 15px;
        padding-left: 15px
    }
    .glance-box2 .glance-img {
        margin-top: 10px;
    }
    .mobile-flex-d-r{
        flex-direction: column-reverse !important;
    }
    .xc-section2 .glance-box {
        margin: 1rem 1.5rem;
    }
    .glance-box2 .glance-img .img-box {
        height: 154px;
        width: 236px;
    }
    .xc-section2 .glance-box{
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; 
    }
     .xc-section2 .glance-box2 {
        /*flex-direction: column !important;*/
    }




    /*Section 2*/
    .xc-course-wraper .course-link {
        max-width: 100%;
    }
    .xc-course-wraper .course-box {
        flex-direction: row;
        max-width: 100%;
    }
    .xc-course-wraper .course-box .course__label {
        margin-top: 0;
        padding-left: 25px;
    }
    .xc-course-wraper .course-box {
        align-items: center;
        padding: 15px;
        min-height: unset;
    }
    .xc-course-wraper .course-box img {
        height: 40px;
        margin: unset;
    }
    /*.xc-course-wraper {
        margin: 0px 30px;
    }*/
    .xc-course-title {
        margin-left: 45px;
        margin-right: 45px;
    }
    .course-view-all {
        width: 100%;
    }





    /*Section 4*/


    .news-links {
        /*padding: 20px 10px;*/
    }
    .news-box-link {
        margin-bottom: 1.5rem;
    }
    .xc-section4-wraper {
        padding: 1em 1em !important;
    }
    .news-list{
        padding: 0 !important;
    }
    .news-btns{
        flex-direction: column;
    }
    .xc-section4-wraper .xc-news-wrapper .news-outer .news-box-link .news-caption{
        font-size: 1.45em;
       padding: 1rem 0;
    }
    .news-btns .news-btn-see-all {
        margin: .5rem 0;
    }




    /*Section 5*/
    .xc-section5 .xc-news-spotlight .spotlight-wrapper {
        flex-direction: column;
    }
    .event-list {
        padding: 1rem 0;
    }
    .xc-section5 .xc-news-spotlight .spotlight-wrapper .spotlight-date {
        flex: none;
        height: 200px;
        position: relative;
    }
    .mobile-event-img{
        display: block;
        position: absolute;
    }
    .spotlight-date .date-box {
        z-index: 1;
    }
    .spotlight-date::after{
        content: "";
        background: linear-gradient(0deg,rgba(0, 0, 0, 0.7) 0%,rgba(0,0,0,0.0) 70%);
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
    }
    .spotlight-date .date-box .spotlight-caption {
        display: none;
    }
    .xc-section5 .xc-news-spotlight .spotlight-wrapper .spotlight-date {
        align-items: flex-end;
        justify-content: flex-start;
    }
    .spotlight-date .date-box .sp-date {
        color: var(--xc1);
        padding: 1rem;
    }
    .spotlight-event-desc {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .event-banner {
       /* height: 187px;
        z-index: -1;
        background-image: none;*/
        display: none;
    }
    .xc-section5 .xc-news-spotlight .events-list-box {
        background: var(--xc1);
        /*margin-top: 11em;*/
    }
    .xc-event-list {
        background: var(--xc1);
        margin: 3em 1.5em;
    }
    .spotlight-desc .spotlight-event-desc .spotlight-summary{
        font-size: .92em;
    }
    .showcase-desc-box{
        margin-left: 1em;
    }
    .event-more-btn {
        padding-bottom: 5px;
        padding-left: 1.5em;
    }
    .showcase-desc-box .showcase-location, .showcase-time{
        font-size: .8em;
    }


    /*Testimonials*/

    .blog-slider {
        margin-bottom: 0 !important;
    }
    .xc-section-testimonial {
        padding-bottom: 1em !important;
    }


    /*Gallery*/

    .xc-gallery-wrapper .xc-gallery-grid {
        flex: 50% !important;
    }
    .xc-gallery-wrapper .xc-gallery-grid .xc-gallery-img {
        height: 100px !important;
    }
    .xc-gallery-container {
        margin-top: 5em !important;
    }



    /*NEWS & EVENTS*/

    .xc-news-container .xc-news-wrapper {
        display: flex;
        flex-direction: column;
    }
    .xc-news-container .xc-news-wrapper .xc-news-right .xc-news-list-container .xc-mobile-news-menu {
        display: block !important;
    }
    .xc-news-wrapper .xc-news-left{
        display: none;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container {
        padding: 0 !important;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container .xc-news-list .news-box .news-list-img img {
        max-height: 60px;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container .xc-news-list .news-box .news-list-content {
        flex: 87%;
        padding-left: 8px;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container .xc-news-list .news-box .news-list-content .news-head-link h5 {
        font-size: 1em;
        margin-bottom: 2px;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container .xc-news-list .news-box .news-list-content .xc-date {
        font-size: .8em;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container .xc-news-list .news-box .news-list-content .xc-desc{
        font-size: .9em;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container h1 {
        font-size: 2em !important;
        margin-bottom: 1em;
    }
    .event-bottom{
        margin-right: 1em;
    }


    /*FOOTER*/
    .footer-quick-links {
        margin-left: 2em !important;
    }
    .xc-footer-top {
        padding: 5em 0 !important;
    }
}

@media (min-width: 481px) and (max-width: 767px){

    .xc-section1 {
        height: auto;
        /*display: none;*/
    }
    .xc-home-hero-wraper {
        flex-direction: column;
    }
    .xc-home-hero-wraper .xc-caption-area .xc-caption-area-img{
        display: none;
    }
    .xc-home-hero-wraper .xc-caption-area::before {
        display: none;
    }
    .xc-home-hero-wraper .xc-caption-area::after {
        display: none;
    }
    .xc-home-hero-wraper .xc-caption-area .xc-caption {
        height: auto;
        margin-top: 0;
        margin-left: 0;
        /*padding: 2em;*/
    }
    .xc-hero-caption {
        font-size: 2.5rem;
        padding-top: 0;
        margin: 0;
    }
    .xc-content-box {
        flex-direction: column;
    }
    .xc-content-box2 {
        position: relative;
        display: flex;
        justify-content: flex-end;
        border-bottom: 5em solid var(--xc2);
    }
    .xc-content-box2 a {
        position: relative;
        margin-bottom: -2.5em;
        margin-top: 3em;
    }
    .xc-hero-caption {
        padding:30px;
    }
    .xc-content-box1 {
        padding: 0 2em;
    }
    .xc-content-box2 a::before{
        content: "";
        background: var(--xc6);
        width: 20vw;
        transform: skew( -20deg);
        position: absolute;
         top: 50%; 
        right: 35vw;
        z-index: -1;
    }




    /*Mobile-meu css start*/
    .mobile-navbar .mobile-navbar-btn {
        flex: 10% !important;
        display: flex;
        
    }

    .m-desktoplogo{
        display: none;
    }
    .mobile-navbar-container{
        display: block !important;
    }
    .btn-menu-triger{
        display: none;
    }

    .xc-main-menu.right.fade.show .modal-dialog {
        width: 100%;
    }
    .menu-head .menu-link {
        display: none;
    }
    .xc-menu-outer {
        padding: 0;
        flex-direction: column-reverse;
    }
    .xc-main-menu-ul {
        padding-left: 0;
        padding-right: 18px;
    }
    .xc-main-menu-close {
        padding: 1em 1.5em !important;
    }
    .menu-head .menu-logo {
        text-align: left;
    }
    .menu-quick-link-a .menu-quick-link p {
        display: none;
    }
    .quick-box-wraper {
        padding: 1em;
        margin-top: 1em;

    }
    .menu-quick-link-a .menu-quick-link {
        margin-bottom: 1em;
    }
    .xc-menu-search {
        width: 90%;
        border: 1px solid #d9dcdd;
        margin: 1em;
    }
    .xc-main-menu-ul li a {
        font-size: 1.5em;
    }
    .xc-main-menu-ul li a:hover {
        text-decoration: none;
    }

    .xc-menu-left {
        border-right: 1px solid #d9dcdd;
        padding: 0;
        margin-top: 1em;
    }
    .menu-submenu li{
        outline: none;
    }
    .menu-submenu li a{
        font-size: 1.2em;
        color: var(--xc2);
    }

    .xc-btn-search {
        margin-top: .5em;
        margin-left: -3em;
        color: var(--xc6) !important;
        font-size: 1.4em;
    }


    /*Mobile-meu css End*/

    .xc-home-hero-wraper .xc-bg-video .video-span video {
        height: auto;
        width: 100%;
    }


    .xc-common-section .glance-title {
/*        padding-left: 28px;
*/        padding: 15px;
        display: block;
        line-height: 1.2;
    }
    .mobile-flex-d-r{
        flex-direction: column-reverse !important;
    }
    .glance-box2 {
        flex-direction: column;
    }
    .xc-section2 .glance-box2 {
        padding: 22px !important;
        height: auto;
        display: flex;
        /*flex-direction: column !important;*/
    }
    .glance-box-rt .glance-content {
        padding-right: 15px;
        padding-left: 15px;
    }
    .glance-box-lb .glance-content {
        padding-right: 15px;
        padding-left: 15px
    }
    .glance-box2 .glance-img {
        margin-top: 10px;
    }
    .xc-section2 .glance-box{
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; 
    }
    /*.xc-section2 .glance-box2 {
        padding: 22px !important;
        height: auto;
        display: flex;
        flex-direction: column;
    }*/


    /*Section 2*/
    .xc-course-wraper .course-link {
        max-width: 100%;
    }
    .xc-course-wraper .course-box {
        flex-direction: row;
        max-width: 100%;
        min-height: unset;
    }
    .xc-course-wraper .course-box .course__label {
        margin-top: 0;
        padding-left: 25px;
    }
    .xc-course-wraper .course-box {
        align-items: center;
    }
    .xc-course-wraper .course-box img {
        height: 40px;
        margin: unset;
    }
    .xc-course-wraper {
        margin: 0px 30px;
    }





    /*Section 4*/

    .img-hover {
        /*height: 280px;*/
    }
    .xc-section4-wraper .xc-news-wrapper .news-outer .news-box-link .img-hover .news-img {
        height: 280px;
    }
    .xc-section4-wraper {
        padding: 1em 1em !important;
    }
    .news-list{
        padding: 0 !important;
    }
    .news-btns{
        flex-direction: column;
    }
    .xc-section4-wraper .xc-news-wrapper .news-outer .news-box-link .news-caption{
        font-size: 1.45em;
        padding: 1rem 0;
    }
    .news-links{
         font-size: 1.45em;
    }
    .news-btns .news-btn-see-all {
        margin: .5rem 0;
    }



    /*Section 5*/
    .xc-section5 .xc-news-spotlight .spotlight-wrapper {
        flex-direction: column;
    }
    .event-list {
        padding: 1rem 0;
    }
    .xc-section5 .xc-news-spotlight .spotlight-wrapper .spotlight-date {
        flex: none;
        height: 200px;
        position: relative;
    }
    .mobile-event-img{
        display: block;
        position: absolute;
    }
    .spotlight-date .date-box {
        z-index: 1;
    }
    .spotlight-date::after{
        content: "";
        background: linear-gradient(0deg,rgba(0, 0, 0, 0.7) 0%,rgba(0,0,0,0.0) 70%);
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
    }
    .spotlight-date .date-box .spotlight-caption {
        display: none;
    }
    .xc-section5 .xc-news-spotlight .spotlight-wrapper .spotlight-date {
        align-items: flex-end;
        justify-content: flex-start;
    }
    .spotlight-date .date-box .sp-date {
        color: var(--xc1);
        padding: 1rem;
    }
    .spotlight-event-desc {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .event-banner {
/*        height: 140px;
        z-index: -1;
        background-image: none;*/
        display: none;
    }
    .xc-section5 .xc-news-spotlight .events-list-box {
        background: var(--xc1);
        /*margin-top: 11em;*/

    }
    .xc-event-list {
        background: var(--xc1);
        margin: 3em 1.5em;
    }
    .event-bottom{
        margin-right: 1em;
    }
    .spotlight-desc .spotlight-event-desc .spotlight-summary{
        font-size: .92em;
    }
    .showcase-desc-box{
        margin-left: 1em;
    }
    .showcase-desc-box .showcase-location, .showcase-time{
        font-size: .8em;
    }


    /*Testimonials*/

    .blog-slider {
        margin-bottom: 1em !important;
    }


    /*Gallery*/

    .xc-gallery-wrapper .xc-gallery-grid {
        flex: 50% !important;
    }
    .xc-gallery-wrapper .xc-gallery-grid .xc-gallery-img {
        height: 160px !important;
    }
    .xc-gallery-container {
        margin-top: 5em !important;
    }



    /*NEWS & EVENTS*/

    .xc-news-container .xc-news-wrapper {
        display: flex;
        flex-direction: column;
    }
    .xc-news-container .xc-news-wrapper .xc-news-right .xc-news-list-container .xc-mobile-news-menu {
        display: block;
    }
    .xc-news-wrapper .xc-news-left{
        display: none;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container {
        padding: 0 !important;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container .xc-news-list .news-box .news-list-img img {
        max-height: 60px;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container .xc-news-list .news-box .news-list-content {
        flex: 87%;
        padding-left: 8px;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container .xc-news-list .news-box .news-list-content .news-head-link h5 {
        font-size: 1em;
        margin-bottom: 2px;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container .xc-news-list .news-box .news-list-content .xc-date {
        font-size: .8em;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container .xc-news-list .news-box .news-list-content .xc-desc{
        font-size: .9em;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container h1 {
        font-size: 2em !important;
        margin-bottom: 1em;
    }




    /*FOOTER*/
    .footer-quick-links {
        margin-left: 2em !important;
    }
    .xc-footer-top {
        padding: 5em 0 !important;
    }

}

@media (min-width: 768px) and (max-width: 991px){

     .mobile-navbar .mobile-navbar-btn {
        flex: 10% !important;
        display: flex;
        
    }


    .xc-section1 {
        height: auto;
        /*display: none;*/
    }
    .xc-home-hero-wraper {
        flex-direction: column;
    }
    .xc-home-hero-wraper .xc-caption-area .xc-caption-area-img{
        display: none;
    }
    .xc-home-hero-wraper .xc-caption-area::before {
        display: none;
    }
    .xc-home-hero-wraper .xc-caption-area::after {
        display: none;
    }
    .xc-home-hero-wraper .xc-caption-area .xc-caption {
        height: auto;
        margin-top: 0;
        margin-left: 0;
        /*padding: 2em;*/
    }
    .xc-hero-caption {
        font-size: 2.5rem;
        padding-top: 0;
        margin: 0;
    }
    .xc-content-box {
        flex-direction: column;
    }
    .xc-content-box2 {
        position: relative;
        display: flex;
        justify-content: flex-end;
        border-bottom: 5em solid var(--xc2);
    }
    .xc-content-box2 a {
        position: relative;
        margin-bottom: -2.5em;
        margin-top: 3em;
    }
    .xc-hero-caption {
        padding:30px;
    }
    .xc-content-box1 {
        padding: 0 2em;
    }
    .xc-content-box2 a::before{
        content: "";
        background: var(--xc6);
        width: 20vw;
        transform: skew( -20deg);
        position: absolute;
         top: 50%; 
        right: 35vw;
        z-index: -1;
    }

    /*Mobile-meu css start*/
    .m-desktoplogo{
        display: none;
    }
    .mobile-navbar-container{
        display: block !important;
    }
    .btn-menu-triger{
        display: none;
    }
    .xc-main-menu .modal-dialog {

        width: 100%;
    }
    .menu-head .menu-link {
        display: none;
    }
    .xc-menu-outer {
        padding: 0;
        flex-direction: column-reverse;
    }
    .xc-main-menu-ul {
        padding-left: 0;
    }
    .xc-main-menu-close {
        padding: 1em 1.5em !important;
    }
    .menu-head .menu-logo {
        text-align: left;
    }
    .menu-quick-link-a .menu-quick-link p {
        display: none;
    }
    .quick-box-wraper {
        padding: 1em;
        margin-top: 1em;

    }
    .menu-quick-link-a .menu-quick-link {
        margin-bottom: 1em;
    }
    .xc-menu-search {
        width: 90%;
        border: 1px solid #d9dcdd;
        margin: 1em;
    }
    .xc-main-menu-ul li a {
        font-size: 1.5em;
    }
    .xc-main-menu-ul li a:hover {
        text-decoration: none;
    }
    /*.xc-main-menu-ul .nav-li{
       border: 1px solid #d9dcdd;
        border-bottom: none;
    }
    .nav-li:last-child {
        border-bottom: 1px solid #d9dcdd !important;
    }*/

    .xc-menu-left {
        border-right: 1px solid #d9dcdd;
        padding: 0;
        margin-top: 1em;
    }
    .menu-submenu li{
        outline: none;
    }
    .menu-submenu li a{
        font-size: 1.2em;
        color: var(--xc2);
    }
    .xc-main-menu-ul .accordion-toggle span{
       /* background-color: var(--xc7);
        height: inherit;
        width: 2em;
        text-align: center;
        top: 0;
        bottom: 0;
        right: 0;*/
    }
    .xc-btn-search {
        margin-top: .5em;
        margin-left: -3em;
        color: var(--xc6) !important;
        font-size: 1.4em;
    }


    /*Mobile-meu css End*/

    .xc-home-hero-wraper .xc-bg-video .video-span video {
        height: auto;
        width: 100%;
    }

    .xc-home-hero-wraper .xc-caption-area .xc-caption {
        margin-top: 0;
    }
    .xc-home-hero-wraper .xc-caption-area {

        margin-left: 0;
    }
    .xc-home-hero-wraper .xc-caption-area::before {
        background: transparent;
    }
    .xc-home-hero-wraper .xc-caption-area::after {
        background: transparent;
    }





    /*NEWS & EVENTS*/

    .xc-news-container .xc-news-wrapper {
        display: flex;
        flex-direction: column;
    }
    .xc-news-wrapper .xc-news-left{
        display: none;
    }
    .xc-news-container .xc-news-wrapper .xc-news-right .xc-news-list-container .xc-mobile-news-menu {
        display: block;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container {
        padding: 0 !important;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container .xc-news-list .news-box .news-list-img img {
        max-height: 60px;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container .xc-news-list .news-box .news-list-content {
        flex: 87%;
        padding-left: 8px;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container .xc-news-list .news-box .news-list-content .news-head-link h5 {
        font-size: 1em;
        margin-bottom: 2px;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container .xc-news-list .news-box .news-list-content .xc-date {
        font-size: .8em;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container .xc-news-list .news-box .news-list-content .xc-desc{
        font-size: .9em;
    }
    .xc-news-wrapper .xc-news-right .xc-news-list-container h1 {
        font-size: 2em !important;
        margin-bottom: 1em;
    }
    .xc-section4-wraper .xc-news-wrapper .news-outer .news-box-link .img-hover .news-img {
        height: 300px;
        background-size: cover !important;
        transition: transform 0.3s ease;
    }
    .img-hover {
        /*height: 300px;*/
    }
    .xc-section4-wraper{
        padding: 3em 3em !important;
    }

    .xc-news-container .xc-news-wrapper .xc-news-right .xc-news-list-container .xc-mobile-news-menu{
        display: block !important;
    }
    .xc-section4-wraper .xc-news-wrapper .news-outer .news-box-link .news-caption{
        padding: 1rem 0 !important;
    }
    .news-list {
        padding: 0 !important;
    }
    .news-links{
        font-size: 1.4em !important;
    }
    .news-outer{
        margin-bottom: 1.5em;
    }
    .xc-common-section .glance-title{
        padding-left: 1em;
    }
   /* .img-hover {
        height: 300px;
    }*/





    .blog-slider__img {
        transform: translateX(-40px) !important;
    }

    /*FOOTER*/
    .footer-quick-links {
        margin-left: 2em !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px){


   
    .xc-home-hero-wraper .xc-caption-area::before {
        background: transparent;
    }
    .xc-home-hero-wraper .xc-caption-area .xc-caption-area-img{
        display: none;
    }
    .xc-home-hero-wraper .xc-caption-area .xc-caption {
        margin-top: 56vh;
        margin-left: -48px;
    }
    .xc-home-hero-wraper .xc-caption-area {

        margin-left: -57em;
    }
    .xc-home-hero-wraper .xc-caption-area::after {
        background: transparent;

    }
    .xc-home-hero-wraper .xc-caption-area .xc-caption::before {

        width: 30vw;
        right: 35vw;

    }
    .xc-hero-caption{
        max-width: 97%;
    }



    /*Mobile-meu css Start*/

    .xc-main-menu .modal-dialog {

        width: 100%;
    }

    /*Mobile-meu css End*/




    .xc-section2 .xc-section2-wraper{
        max-width: 1200px !important;
    }


    /*Glance*/
    .xc-section2 .glance-box .boxlink{
        font-size: 0.85em !important;
    }
    .glance-box2 .glance-img .img-box {
        height: 200px !important;
        width: 200px !important;
    }


     /*Section 4*/

    .xc-section4-wraper {
        padding: 3em 5em !important;
    }
    .news-links {
        font-size: 1.3rem;
    }




}

@media (min-width: 1201px) and (max-width: 1400px){
    .xc-section1 {
        height: 662px !important;
    }
    .glance-box-rt .glance-img{
        margin-left: 15px;
    }
    .glance-box-lb .glance-img{
        margin-right: 15px;
    }
    .xc-home-hero-wraper .xc-caption-area .xc-caption::before {
        right: 37vw;
        width: 20vw;
    }
    .xc-home-hero-wraper .xc-caption-area .xc-caption {
        margin-left: -20vw;
        margin-top: 36vh;
    }
    .xc-home-hero-wraper .xc-caption-area .xc-caption-area-img {
        max-width: 420px;
    }
    .xc-home-hero-wraper .xc-caption-area {
        margin-left: -15em;
    }
    .xc-hero-caption {
        max-width: 90%;
    }
    .xc-section2 .xc-section2-wraper{
        max-width: 1200px !important;
    }




    .xc-section4-wraper{
        padding: 3em 5em !important;  
    }
    .news-links{
        font-size: 1.3em !important;
    }

}

@media (min-width: 1401px) and (max-width: 1600px){

/*Section 1*/
    .xc-home-hero-wraper .xc-caption-area .xc-caption {
        margin-left: -48em;
        margin-top: 35vh;
    }
    .xc-section2 .xc-section2-wraper {
       
        padding-top: 2rem !important;
    }
    .xc-home-hero-wraper .xc-caption-area .xc-caption::before {

        right: 39vw;
        width: 20vw;

    }



   /* .xc-section4-wraper{
        max-width: 1440px;
    }*/
    .xc-hero-caption{
        max-width: 97%;
    }
    .xc-section4-wraper{
        padding: 3em 5em !important;  
    }
    .news-links{
        font-size: 1.35em !important;
    }
}

@media (min-width: 1601px) and (max-width: 1749px){

/*Section 1*/
    .xc-home-hero-wraper .xc-caption-area .xc-caption {
        margin-left: -37em;
        margin-top: 35vh;
    }
    .xc-section2 .xc-section2-wraper {
        padding-top: 2rem !important;
    }



    .xc-section4-wraper{
        padding: 3em 5em !important;  
    }
    .xc-hero-caption{
        max-width: 97%;
    }
}

@media (min-width: 1750px) and (max-width: 1849px){
    .xc-home-hero-wraper .xc-caption-area {
        margin-left: -32em;
    }
    .xc-home-hero-wraper .xc-caption-area .xc-caption::before {
        right: 43vw;
    }
    .xc-home-hero-wraper .xc-caption-area .xc-caption {
        margin-left: -10em;
        margin-top: 45vh;
    }
    .xc-hero-caption{
        max-width: 97%;
    }
    .xc-section4-wraper{
        padding: 3em 5em !important;  
    }
}

@media (min-width: 1850px){
    .xc-home-hero-wraper .xc-caption-area .xc-caption::before {
        right: 20vw;
        width: 30vw;
    }
    .xc-home-hero-wraper .xc-caption-area .xc-caption {
        margin-left: -9em !important;
        margin-top: 45vh;
    }
    .xc-home-hero-wraper .xc-caption-area {
        margin-left: -32em;
    }
    .xc-hero-caption{
        max-width: 97%;
    }
}
.xc-main-menu-ul span.icon-plus{
    background: var(--xc11) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    height: 1.3rem;
    width: 1.3rem;
    padding-left: 0.3rem;
    border-radius: 50%;
}
.xc-main-menu-ul span.icon-minus{
    background: var(--xc11) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    height: 1.3rem;
    width: 1.3rem;
    padding-left: 0.3rem;
    border-radius: 50%;
}
.xc-main-menu-ul span.icon-plus {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.xc-main-menu-ul span.icon-plus:before{
    content:" ";
    background: transparent;
}
.xc-main-menu-ul span.icon-minus:before{
    content:" ";
    background: transparent;
}
.btn-close{
 background: #b9975b url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s ease;
}
.social-icon:hover {
  color: #fff;
}
.social-icon:active {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.social-icon--twitter {
  background: var(--xc2);
  color: #fff;
}
.social-icon--twitter:hover{
  background: #1DA1F2;
  color: #fff;
}
.social-icon--facebook {
  background: var(--xc2);
  color: #fff;
}
.social-icon--facebook:hover{
  background: #006ff6;
  color: #fff;
}
.social-icon--instagram {
  background: var(--xc2);
  color: #fff;
}
.social-icon--instagram:hover{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
}
.social-icon i {
  position: relative;
  top: 1px;
}
/*@media (min-width: 1900px){
    .xc-home-hero-wraper .xc-caption-area .xc-caption::before {
        right: 26vw;
        width: 25vw;
    }
    .xc-home-hero-wraper .xc-caption-area .xc-caption {
        margin-left: -10em;
        margin-top: 45vh;
    }
    .xc-home-hero-wraper .xc-caption-area {
        margin-left: -32em;
    }
}
*/