@charset "utf-8";

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700,800,900');

/*********************************
2. Body and some general stuff
*********************************/
:root {
    --primary:#2f7977;
    --secondary :#90bbc2;
    --turquoise :#c8f4f9;
    --charcoal:#205560;

}
*
{
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    background: #FFFFFF;
    color: #222;
}

.bg-primary {
    background-color: var(--primary) !important;
}
.text-justify {
    text-align: justify;
}
.pill-title {
    display: inline-flex;
    border: 1px solid #bad6ff;
    border-radius: 300px;
    padding: 5px 25px;
    background-color: #e1edff;
}
div
{
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
    list-style: none;
    margin-bottom: 0px;
}
p
{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;

    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
a, a:hover, a:visited, a:active, a:link
{
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

::selection
{
    background: var(--primary);
    color: #FFFFFF;
}
p::selection
{

}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
    font-family: "Inter", sans-serif;
    color: #44425a;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{

}
.form-control
{
    color: #db5246;
}
section
{
    display: block;
    position: relative;
    box-sizing: border-box;
}

.trans_200
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.trans_300
{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.trans_400
{
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.trans_500
{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.fill_height
{
    height: 100%;
}
.super_container
{
    width: 100%;
    overflow: hidden;
}
.prlx_parent
{
    overflow: hidden;
}
.prlx
{
    height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.nopadding
{
    padding: 0px !important;
}
.button
{
    display: inline-block;
    width: auto;
    height: 47px;
    background: var(--primary);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.button a
{
    display: block;
    position: relative;
    padding-left: 33px;
    padding-right: 77px;
    line-height: 47px;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    white-space: nowrap;
}
.button_arrow
{
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 100%;
    background: var(--secondary);
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.button_arrow i
{
    font-size: 20px;
    line-height: 47px;
    color: var(--secondary);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.button:hover
{
    background: var(--secondary);
}
.button:hover .button_arrow
{
    background: var(--primary);
}
.button:hover .button_arrow i
{
    color: var(--secondary);
}
.section_title h2
{
    font-weight: 600;
}
.section_subtitle
{
    font-size: 14px;
    color: #6c6a74;
    text-align: center;
    margin-top: 66px;
    line-height: 2.14;
}

/*********************************
3. Header
*********************************/

.header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.header.scrolled
{
    top: -30px;
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar
{
    width: 100%;
    background: var(--primary);
}
.header.scrolled .top_bar
{

}
.top_bar_container
{
    width: 100%;
    height: 100%;
}
.top_bar_content
{
    width: 100%;
    height: 30px;
}
.top_bar_contact_list li
{
    display: inline-block;
}
.question
{
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600 !important;
    color: #918ea0;
    margin-left: 0px;
    text-transform: uppercase;
}
.top_bar_contact_list li > div
{
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #918ea0;
}
.top_bar_contact_list li > div
{
    margin-left: 1px;
}
.top_bar_contact_list li:first-child
{
    margin-right: 42px !important;
}
.top_bar_contact_list li:not(:last-child)
{
    margin-right: 33px;
}
.top_bar_login
{

}
.top_bar_login ul li
{
    display: inline-block;
    position: relative;
}
.top_bar_login ul li a
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.top_bar_login ul li a:hover
{
    color: var(--primary);
}
.top_bar_login ul li:not(:last-child)::after
{
    display: inline-block;
    margin-left: 5px;
    margin-right: 1px;
    content: '/';
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 600;
}

/*********************************
3.2 Header Content
*********************************/

.header_container
{
    width: 100%;
    background: white;
}
.header_content
{
    height: 120px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.header.scrolled .header_content
{
    height: 120px;
}

/*********************************
3.3 Logo
*********************************/

.logo,
.logo_text
{
    display: inline-block;
}
.logo
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.logo_text
{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 0.75;
    margin-left: 1px;
    color: #464646;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}


.search_button
{
    margin-left: 88px;
    cursor: pointer;
}
.search_button i
{
    font-size: 15px;
    color: #181818;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.search_button:hover i
{
    color: var(--primary);
}
.header_search_form
{
    display: block;
    position: relative;
    width: 40%;
}
.header_search_container
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #2c2b31;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.header_search_container.active
{
    bottom: -73px;
    opacity: 1;
}
.header_search_content
{
    width: 100%;
    height: 73px;
}
.search_input
{
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    padding-left: 20px;
    background: transparent;
    border-bottom: solid 2px var(--primary);
    color: #FFFFFF;
}
.header_search_button
{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
}

/*********************************
3.5 Hamburger
*********************************/

.hamburger_container
{

}
.hamburger
{
    display: none;
    cursor: pointer;
}
.hamburger i
{
    font-size: 20px;
    color: #353535;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.hamburger:hover i
{
    color: var(--primary);
}


.search
{
    display: inline-block;
    width: 400px;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}
.menu .header_search_form
{
    width: 100%;
}
.search form
{
    position: relative;
}
.menu .search_input
{
    width: 100%;
    background: transparent;
    height: 42px;
    border: none;
    outline: none;
    padding-left: 20px;
    border-bottom: solid 2px #d9d9d9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu .search_input::-webkit-input-placeholder
{
    font-size: 14px !important;
    font-weight: 500 !important;
    color: rgba(0,0,0,0.15) !important;
}
.menu .search_input:-moz-placeholder
{
    font-size: 14px !important;
    font-weight: 500 !important;
    color: rgba(0,0,0,0.15) !important;
}
.menu .search_input::-moz-placeholder
{
    font-size: 14px !important;
    font-weight: 500 !important;
    color: rgba(0,0,0,0.15) !important;
}
.menu .search_input:-ms-input-placeholder
{
    font-size: 14px !important;
    font-weight: 500 !important;
    color: rgba(0,0,0,0.15) !important;
}
.menu .search_input::input-placeholder
{
    font-size: 14px !important;
    font-weight: 500 !important;
    color: rgba(0,0,0,0.15) !important;
}
.menu .search_input:focus
{
    border-bottom: solid 2px var(--secondary);
}
.header_search_button
{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
}
.header_search_button:focus
{
    outline: none;
}
.header_search_button i
{
    font-size: 16px;
    color: #d9d9d9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.header_search_button:hover i
{
    color: var(--primary);
}
.menu_extra
{
    position: absolute;
    right: 60px;
    bottom: 30px;
}
.menu_phone,
.menu_social
{
    font-size: 12px;
}
.menu_social
{
    margin-right: -6px;
    margin-top: 5px;
}
.menu_title
{
    text-transform: uppercase;
    margin-right: 10px;
}
.menu_social ul
{
    display: inline-block;
}
.menu_social ul li
{
    display: inline-block;
}
.menu_social ul li a i
{
    font-size: 12px;
    color: rgba(0,0,0,0.4);
    padding: 6px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu_social ul li a i:hover
{
    color: var(--secondary);
}

/*********************************
5. Home
*********************************/
.home_slider_container
{
    width: 100%;
    height: 100%;
    margin-top: 150px;
}

.home_slider_container .carousel-inner{
    width: 100%;
    height: 600px;
}

.home_slider_container .carousel-item{
    width: 100%;
    height: 600px;
}

.home_slider_container .carousel-item img{
    width: 100%;
    height: 600px;
}


.ev-nw{
    height: 600px;
}
/**

.home
{
    width: 100%;
    height: 100vh;

}
/**
.home_buttons
{
    margin-top: 50px;
}



.home_slider_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home_container
{
    position: absolute;
    top: 35.5%;
    left: 0;
    width: 100%;
}
.home_logo
{
    width: 263px;
    height: 178px;
    margin-left: auto;
    margin-right: auto
}
.home_logo img
{
    max-width: 100%;
}
.home_text
{
    margin-top: -55px;
}
.home_title
{
    width: 100%;
    font-size: 72px;
    line-height: 1.2;
    font-weight: 600;
    color: #FFFFFF;
}
.home_subtitle
{
    max-width: 670px;
    font-size: 15px;
    line-height: 2;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
}

.home_button:first-child
{
    margin-right: 26px;
}
**/
.home_slider_nav_container
{
    position: absolute;
    left: 15px;
    top: 0px;
    width: 103px;
    height: 51px;
    background: #ff9f40;
    z-index: 3;
}
.home_slider_nav
{
    width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background: var(--primary);
    cursor: pointer;
}
.home_slider_nav i
{
    font-size: 18px;
    color: #FFFFFF;
}
.home_slider_nav:hover
{
    background: var(--secondary);
}

/*********************************
5.1. ftco
*********************************/
.ftco-section {
        overflow: hidden;
}

 .ftco-block {
        text-align: center;
        display: block;
}

.ftco-icon{
    color: #fff;
    font-size: 45px;
    height: 70px;
}

.ft-detail {
        padding: .5rem;
}

.architecture{
    background-color: var(--charcoal)
}

.interior{
    background-color: var(--primary)
}

.planning{
    background-color: var(--charcoal)
}

.intent{
    background-color: var(--primary)
}



/*********************************
7. Courses
*********************************/

.courses
{
    width: 100%;
    padding-top: 88px;
    padding-bottom: 99px;
}

.courses_slider_container
{
    width: 100%;
    margin-top: 83px;
}
.course_body
{
    width: 100%;
    padding-left: 34px;
    padding-right: 32px;
    padding-top: 56px;
    padding-bottom: 51px;
    background: #f2f1f8;
}
.course_tag
{
    height: 31px;
    background: var(--primary);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    margin-left: 2px;
}
.course_tag:hover
{
    background: #2c2b31;
}
.course_tag a
{
    display: block;
    padding-left: 19px;
    padding-right: 19px;
    line-height: 31px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
}

.course_title
{
    margin-top: 29px;
}
.course_title h3 a
{
    font-size: 22px;
    color: #2c2b31;
    font-weight: 600;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.course_title h3 a:hover
{
    color: var(--secondary);
}
.course_text
{
    margin-top: 18px;
    line-height: 1.928;
}


.courses_slider_nav
{
    position: absolute;
    top: 50%;
    width: 51px;
    height: 51px;
    background: var(--primary);
    text-align: center;
    cursor: pointer;
}
.courses_slider_nav:hover
{
    background: var(--secondary);
}
.courses_slider_nav i
{
    font-size: 18px;
    line-height: 51px;
    color: #FFFFFF;
}
.courses_slider_prev
{
    left: -161px;
}
.courses_slider_next
{
    right: -161px;
}

/*********************************
8. Milestones
*********************************/

.milestones
{
    background: url(../images/milestones.jpg) center center no-repeat;
    width: 100%;
    padding-top: 156px;
    padding-bottom: 161px;
}
.milestones_container
{
    margin-top: 0px;
}
.milestone
{
    width: 100%;
}
.milestone_icon
{
    display: inline-block;
    height: 81px;
    width: 81px;
}
.milestone_icon img
{
    max-width: 100%;
}
.milestone_counter
{
    font-size: 48px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.75;
    margin-top: 37px;
}
.milestone_text
{
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 21px;
    line-height: 0.75;
}

/*********************************
9. Why Choose Us - Accordions
*********************************/

.grouped_sections
{
    width: 100%;
    background: #FFFFFF;
    padding-top: 89px;
    padding-bottom: 100px;
}
.grouped_title
{
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    padding-top: 10px;
    text-align: center;
}

.grouped_title_1
{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    padding-top: 10px;
    text-align: center;
}

.accordions
{
    margin-top: 58px;
}
.accordion_container:not(:last-child)
{
    margin-bottom: 14px;
}
.accordion
{
    height: 50px;
    width: 100%;
    background: #f2f1f8;
    padding-left: 24px;
    cursor: pointer;
    color: #44425a;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.accordion div
{
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
}
.accordion:active
{
    background: #fffbfa !important;
}
.accordion::after
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    width: 23px;
    height: 23px;
    background: var(--secondary);
    content: '+';
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.accordion.active::after
{
    content: '-';
}
.accordion:hover::after
{
    color: #FFFFFF;
}
.accordion:hover
{
    background: #e9e8ef;
}
.accordion_panel
{
    padding-right: 8px;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.accordion_panel > div
{
    padding-bottom: 11px;
}
.accordion_panel p
{
    padding-top: 33px;
    color: #6c6a74;
    line-height: 2.2;
}

/*********************************
10. Events
*********************************/

.home_slider_container .news-1{
    background-color: var(--secondary);
    padding-left: 10px;
    height: 300px;
    overflow: hidden;
}

.home_slider_container .events{
    width: 100%;
    margin-top: 28px;
}

.events
{
    width: 100%;
    margin-top: 58px;
}
.event
{
    width: 100%;
}
.event:not(:last-child)
{
    margin-bottom: 20px;
}
.event_date
{
    width: 63px;
    height: 63px;
    background: #020202;
}
.event_day
{
    font-size: 26px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.75;
}
.event_month
{
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.75;
    margin-top: 10px;
}
.event_title a
{
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.event_body
{
    padding-left: 34px;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.news-1 .event_title a:hover
{
    color: #fff;
}

.event_title a:hover
{
    color: var(--secondary);
}
.event_subtitle
{
    font-size: 14px;
    font-weight: 500;
    color: #6c6a74;
    margin-top: 5px;
}





/*********************************
11. News
*********************************/


.home_slider_container .news-2{
    background-color: var(--turquoise);
    padding-left: 10px;
    height: 300px;
    overflow: hidden;
}

.home_slider_container .news{
    width: 100%;
    margin-top: 28px;
}

.news
{
    width: 100%;
    margin-top: 58px;
}
.news_post
{
    width: 100%;
}
.news_post:not(:last-child)
{
    margin-bottom: 39px;
}
.news_post_image
{
    width: 72px;
    height: 72px;
}
.news_post_image img
{
    max-width: 100%;
}
.news_post_body
{
    padding-left: 25px;
}
.news_post_date
{
    font-size: 12px;
    font-weight: 600;
   /* color: #ff5c00; */
   color: #ee7f40;
    line-height: 0.75;
}
.news_post_title
{
    margin-top: 10px;
}

.news_post_title a
{
    font-size: 16px;
    font-weight: 600;
   /* color: #44425a; */
   color: var(--primary);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.news_post_title a:hover
{
    color: var(--secondary);
}
.news_post_author
{
    margin-top: 5px;
}
.news_post_author,
.news_post_author a
{
    font-size: 14px;
    font-weight: 500;
    /* color: #6c6a74; */
    color: #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.news_post_author a:hover
{
    color: var(--secondary);
}

/*********************************
12. Video
*********************************/

.video
{
    width: 100%;
    background: #FFFFFF;
}
.video_container_outer
{
    width: 100%;
    height: 507px;
}
.video_content
{
    margin-top: calc(-1 * (750px / 1.875) / 2);
}
.video_container
{
    width: 100%;
    height: 100%;
    background: red;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.05);
}
.video-js
{
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}
.video-js > div
{
    width: 100%;
    height: 100%;
}
.video-js .vjs-tech
{
    height: 100% !important;
}
.vjs-big-play-button
{
    z-index: 9;
    outline: none;
}
.vjs-big-play-button:focus
{
    outline: none;
}
.vjs-big-play-button:hover
{
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}
.vjs-loading-spinner
{
    display: none !important;
}
.video-js .vjs-control-bar
{
    opacity: 0 !important;
}
.vjs-has-started:hover .vjs-control-bar
{
    opacity: 1 !important;
}

/*********************************
13. Join
*********************************/

.join
{
    width: 100%;
    background: #FFFFFF;
    padding-top: 91px;
    padding-bottom: 82px;
    text-align: center;
}
.join .section_subtitle
{
    margin-top: 36px;
}

/*********************************
14. Footer
*********************************/

.footer
{
    width: 100%;
    background: #f2f1f8;
    padding-top: 108px;
    padding-bottom: 90px;
}
.footer .logo_container
{
    position: absolute;
    top: -10px;
    left: 0;
}
.footer_about_text
{
    padding-top: 49px;
}
.footer_social
{
    margin-top: 22px;
}
.footer_social ul li
{
    display: inline-block;
}
.footer_social ul li:not(:last-child)
{
    margin-right: 24px;
}
.footer_social ul li a i
{
    font-size: 16px;
    color: var(--primary);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.footer_social ul li a i:hover
{
    color: var(--primary);
}
.copyright
{
    font-size: 12px;
    font-weight: 500;
    color: #b3b3b3;
    margin-top: 70px;
}
.footer_title
{
    font-size: 18px;
    font-weight: 600;
    color: #44425a;
}
.footer_list
{
    margin-top: 26px;
}
.footer_list li:not(:last-child)
{
    margin-bottom: 15px;
}
.footer_list li a
{
    font-size: 14px;
    font-weight: 500;
    color: #6c6a74;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.footer_list li a:hover
{
    color: var(--primary);
}
.footer_contact_info
{
    padding-right: 70px;
    margin-top: 26px;
}
.footer_contact_item:not(:last-child)
{
    margin-bottom: 23px;
}
.footer_contact_title
{
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary);
}
.footer_contact_line
{
    font-size: 14px;
    font-weight: 500;
    color: #6c6a74;
    margin-top: 3px;
}



/* Nav bars Logo */
.unilogo {
    display: contents;
}
.unilogo img {
    width:5%;
}
.seslogo {
    display: contents;
}
.seslogo img {
    width:5%;
}
.navbar-nav .nav-item a{
    color:#000;
}
.dropdown-item.active, .dropdown-item:active {
  text-decoration:none;
  background-color: var(--primary);
}
/* Dropdown Menu */
.navbar-nav .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  border-bottom: 5px solid var(--primary);
  padding: 15px;
  border-radius: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  background: #fff;
}

.navbar-nav .dropdown:hover .dropdown-menu,
.navbar-nav .dropdown-menu:hover { /* Modify this */
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.text-blink {
  font-weight: bold;
  font-size: 14px;
  animation: blinkColor 1s infinite;
}

/* Blinking multicolor animation */
@keyframes blinkColor {
  0%   { color: red; }
  25%  { color: orange; }
  50%  { color: green; }
  75%  { color: blue; }
  100% { color: violet; }
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -0;
}


/*Testimonial*/

.bg-testimonial {
    background: url(../images/testimonial-bg.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(47, 121, 119, 0.56);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}







/************************************/
/*          features              ` */
/**********************************/
.features {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.features .row {
  flex-direction: row-reverse;
}
.features .row {
  align-items: center;
}
.features .image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .features .image-wrapper {
    justify-content: center;
    padding-bottom: 2rem;
    order: 1;
  }
}
@media (min-width: 768px) {
  .features .image-wrapper {
    justify-content: flex-start;
    padding-right: 2rem;
  }
}
.features .image-wrapper img {
  width: auto;
  max-width: 100%;
  border-top-left-radius: 100vw;
  border-top-right-radius: 100vw;
}
@media (max-width: 768px) {
  .features .col-text {
    padding-top: 2rem;
    order: 2;
  }
}
@media (min-width: 768px) {
  .features .col-text {
    padding-left: 2rem;
  }
}
.features .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.features .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.features .mbr-text {
  color: #002549;
  width: 100%;
}
.features .btn-container {
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .features .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .features .mbr-section-btn .btn {
    width: 100%;
  }
}










/************************************/
/*          happenings             */
/**********************************/
.happenings {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.happenings .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .happenings .container {
    padding: 10px 8px;
  }
}
.happenings .row {
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .happenings .row {
    padding: 50px 2px;
  }
}

.happenings .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.happenings .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.happenings .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .icon-round {
  background-color: var(--secondary)
}
.happenings .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .icon-round {
  background-color: var(--charcoal);
}
.happenings .item:last-child {
  margin-bottom: 0;
}
.happenings .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .happenings .item .item-wrapper {
    padding: 20px 15px;
  }
}
.happenings .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.happenings .item .item-wrapper .card-box .icon-wrapper .icon-round {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.happenings .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.happenings .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .happenings .content-wrapper {
    margin: 50px 0;
  }
}
.happenings .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.happenings .content-wrapper .desc-wrapper .desc {
  display: inline-flex;
  border: 1px solid #bad6ff;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #e1edff;
  margin-bottom: 0;
}
.happenings .content-wrapper .section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .happenings .content-wrapper .section-title {
    margin-bottom: 30px;
  }
}
.happenings .content-wrapper .section-title span {
  opacity: .5;
}
.happenings .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.happenings .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .happenings .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.happenings .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.happenings .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.happenings .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #e1edff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .happenings .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.happenings .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.happenings .item-next .item-wrapper .card-box .icon-wrapper .icon-round {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.happenings .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.happenings .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.happenings .section-title {
  color: #222222;
  text-align: center;
}
.happenings .desc,
.happenings .desc-wrapper {
  color: #3283fb;
  text-align: center;
}
.happenings .card-title {
  color: #222222;
}
.happenings .card-text {
  color: #222222;
}




/************************************/
/*          resources              */
/**********************************/
.resources .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.resources .image-block:hover:before {
  opacity: 0.4;
}
.resources .image-block:hover .wrap {
  opacity: 1;
}
.resources .image-block:hover img {
  transform: scale(1.05);
}
.resources .row {
  justify-content: center;
  padding: 0.2rem;
}
.resources h4 {
  letter-spacing: 2px;
}
.resources figcaption {
  position: relative;
}
.resources figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.resources img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.resources .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .resources .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .resources .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .resources .image-block:before {
    opacity: 0.4;
  }
  .resources .image-block .wrap {
    opacity: 1;
  }
}





/* Bread Crumbs */
.breadcrumbs {
  background-image: url("../images/milestones.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 90px 0;
  z-index: 2;
  overflow: hidden;
}

.breadcrumbs.overlay::before {
  opacity: 0.9;
  z-index: -1;
}

.breadcrumbs .breadcrumbs-content .page-title {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  position: relative;
  line-height: 50px;
  padding-bottom: 20px;
}

.breadcrumbs .breadcrumbs-content .page-title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background: var(--primary);
  border-radius: 5px;
}

.breadcrumbs .breadcrumbs-content .page-title:after {
  position: absolute;
  content: "";
  left: 90px;
  bottom: 0;
  height: 4px;
  width: 10px;
  background: #fff;
  border-radius: 5px;
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
}

.breadcrumbs .breadcrumb-nav {
  float: right;
  background: #fff3;
  padding: 20px 25px;
  border-radius: 5px;
  margin: 0;
}

.breadcrumbs .breadcrumb-nav li {
  display: inline-block;
}

.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.breadcrumbs .breadcrumb-nav li a {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}

.breadcrumbs .breadcrumb-nav li a:hover {
  color: var(--primary);
}

.breadcrumbs .breadcrumb-nav li a:after {
  content: '';
  height: 80%;
  width: 2px;
  background-color: #fff;
  position: absolute;
  top: 2px;
  right: 0;
}




/*-------------------------------------------------*/
/* =  Inner page
/*-------------------------------------------------*/

.inner-section a.list-group-item-light {
    color: var(--primary) !important;
    padding: 16px 16px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid var(--secondary);
    margin: 5px;

}
.inner-section a.list-group-item-light:hover { color:var(--secondary); }
.inner-section a.list-group-item-light.active { color:var(--secondary); }
.inner-section .list-group-item-light.list-group-item-action.active{
    color: #fff !important;
    background-color: var(--primary) !important;
    padding: 16px 16px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}




/* Home page Logo Silder */
section.slide-option {
  margin: 25px 0 25px 0;
}

div.logo-slider {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 150px;
}

div.logo-slider div.logo-slide {
  overflow: hidden;
  position: relative;
}

div.logo-slider ul {
  display: flex;
  height: 100%;
}

div.logo-slider ul li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #343434;
}

@keyframes translatestf {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-500%);
  }
}

@keyframes translateinfinite {
  100% {
    transform: translateX(calc(-180px * 12));
  }
}


#infinite div.logo-slide::before,
#infinite div.logo-slide::after {
  content: " ";
  position: absolute;
  z-index: 9;
  width: 180px;
  height: 100%;
}

#infinite div.logo-slide::before {
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#infinite div.logo-slide::after {
  top: 0;
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#infinite ul {
  width: calc(130px * 24);
}

#infinite ul li {
  width: 180px;
  animation: translateinfinite 25s linear infinite;
}


/*Pages Side Nav*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: var(--primary) !important;
}
.nav-pills .nav-link {
  color : var(--primary) !important;
}

.g-tit {
    color: var(--primary);
    font-size: 26px;
    margin-bottom: 18px;
    font-weight: 600;
}


/* calendar */
.calendar .nav-tabs {
    border-bottom: none !important; /* Remove bottom border from tab container */
}

.calendar .nav-tabs .nav-link {
    border: none !important; /* Remove individual tab borders */
    border-radius: 50px !important; /* Pill-style tabs */
    color: var(--primary);
    padding: 8px 20px;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: #2f79771c;
    margin: 0 5px;
}

.calendar .nav-tabs .nav-link.active {
    background-color: var(--primary) !important;
    color: white !important;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.calendar .card-title i {
    font-size: 1.2rem;
}
@media (max-width: 768px) {
    .calendar .nav-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }
}