  .alert_div {
    color: #000000;
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.text-transform-none {
    text-transform: none !important;
}

.text-transform-capitalize {
    text-transform: capitalize !important;
}

.text-transform-uppercase {
    text-transform: uppercase !important;
}

/* weight */
.weight-100 {
    font-weight: 100 !important;
}

.weight-200 {
    font-weight: 200 !important;
}

.weight-300 {
    font-weight: 300 !important;
}

.weight-400 {
    font-weight: 400 !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.weight-700 {
    font-weight: 700 !important;
}

.weight-800 {
    font-weight: 800 !important;
}

.weight-900 {
    font-weight: 900 !important;
}
/* weight */

/* colors */
.text-000000 {
    color: #000000 !important;
}

.bg-000000 {
    background: #000000 !important;
}

.text-ffffff {
    color: #ffffff !important;
}

.bg-ffffff {
    background: #ffffff !important;
}

.text-ffffff {
    color: #ffffff !important;
}

.bg-ffffff {
    background: #ffffff !important;
}

.text-191919 {
    color: #191919 !important;
}

.bg-191919 {
    background: #191919 !important;
}

.text-141111 {
    color: #141111 !important;
}

.bg-141111 {
    background: #141111 !important;
}

.text-f7f8f9 {
    color: #f7f8f9 !important;
}

.bg-f7f8f9 {
    background: #f7f8f9 !important;
}

.text-e0aa0f {
    color: #e0aa0f !important;
}

.bg-e0aa0f {
    background: #e0aa0f !important;
}

.text-eaaa00 {
    color: #eaaa00 !important;
}

.bg-eaaa00 {
    background: #eaaa00 !important;
}

.text-efcc67 {
    color: #efcc67 !important;
}

.bg-efcc67 {
    background: #efcc67 !important;
}

.text-282828 {
    color: #282828 !important;
}

.bg-282828 {
    background: #282828 !important;
}

.text-eeeeee {
    color: #eeeeee !important;
}

.bg-eeeeee {
    background: #eeeeee !important;
}
/* colors */

/* button */
.common-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    border: none;
    padding: 10px 35px 12px;
    box-shadow: none !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.common-btn.btn-black {
    color: #eaaa00 !important;
    background-color: #000000 !important;
}

.common-btn.btn-black:focus {
    color: #eaaa00 !important;
    background-color: #000000 !important;
}

.common-btn.btn-black:active:focus,
.common-btn.btn-black:hover {
    color: #000000 !important;
    background-color: #eaaa00 !important;
}

.common-btn.btn-yellow {
    color: #000000 !important;
    background-color: #eaaa00 !important;
}

.common-btn.btn-yellow:focus {
    color: #000000 !important;
    background-color: #eaaa00 !important;
}

.common-btn.btn-yellow:active:focus,
.common-btn.btn-yellow:hover {
    color: #eaaa00 !important;
    background-color: #000000 !important;
}

.common-btn.btn-light-yellow {
    color: #000000 !important;
    background-color: #f3db9b !important;
}

.common-btn.btn-light-yellow:focus {
    color: #000000 !important;
    background-color: #f3db9b !important;
}

.common-btn.btn-light-yellow:active:focus,
.common-btn.btn-light-yellow:hover {
    color: #000000 !important;
    background-color: #eaaa00 !important;
}
/* button */

/* breadcrumbs */
#breadcrumbs {
    padding: 10px 0;
}
/* breadcrumbs */

/* header */
.header {
    background-color: #141111;
    padding: 25px 0;
    z-index: 99;
}

.header.home-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 63px;
    z-index: 999;
    background-color: rgba(20,17,17,0.85);
}

.navbar {
    background-color: transparent;
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
}

.navbar .navbar-brand {
    padding: 0;
    height: auto;
}

.navbar .navbar-header .navbar-toggle {
    border-color: #eaaa00;
    background-color: transparent !important;
    margin-right: 0;
}

.navbar .navbar-header .navbar-toggle.collapsed .icon-bar {
    top: auto !important;
    opacity: 1 !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

.navbar .navbar-header .navbar-toggle .icon-bar {
    position: relative;
    background-color: #eaaa00;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.navbar .navbar-header .navbar-toggle .icon-bar:first-child {
    top: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.navbar .navbar-header .navbar-toggle .icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar .navbar-header .navbar-toggle .icon-bar:last-child {
    top: -6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}


.navbar .navbar-collapse {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
    border: none;
    box-shadow: none;
}

.navbar .navbar-nav {
    float: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navbar .navbar-nav > li {
    border: none !important;
    margin: 0 10px;
}

.navbar .navbar-nav > li:first-child {
    margin-left: 0;
}

.navbar .navbar-nav > li:last-child {
    margin-right: 0;
}

.navbar .navbar-nav > li > a {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.navbar .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar .navbar-nav > li.dropdown:hover > a,
.navbar .navbar-nav > li.dropdown.open > a,
.navbar .navbar-nav > li.dropdown.active > a,
.navbar .navbar-nav > li.dropdown.current-menu-item > a,
.navbar .navbar-nav > li.dropdown.current-menu-parent > a,
.navbar .navbar-nav > li > a.active,
.navbar .navbar-nav > li > a.current-menu-item,
.navbar .navbar-nav > li > a.current-menu-parent,
.navbar .navbar-nav > li > a:active:focus,
.navbar .navbar-nav > li > a:hover {
    color: #141111;
    background-color: #ffffff;
}

.navbar .navbar-nav li.custom-mega-menu-dropdown {
    margin: 0 5px;
    position: unset;
}

.navbar .navbar-nav li.custom-mega-menu-dropdown > a {
    color: #ffffff !important;
    background-color: transparent !important;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
}

.navbar .navbar-nav .custom-mega-menu-dropdown > a:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 23px;
    height: 3px;
    background-color: #e0aa0f;
    opacity: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
}

.navbar .navbar-nav .custom-mega-menu-dropdown > a:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 23px;
    height: 3px;
    opacity: 0;
    background-color: #e0aa0f;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
}

.navbar .navbar-nav .custom-mega-menu-dropdown.open > a > i {
    opacity: 0;
}

.navbar .navbar-nav .custom-mega-menu-dropdown.open > a:before,
.navbar .navbar-nav .custom-mega-menu-dropdown.open > a:after {
    opacity: 1;
}

.navbar .navbar-nav .custom-mega-menu-dropdown .dropdown-menu {
    right: 0;
    top: 178px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 170px;
    background-color: rgba(25,25,25,0.85);
    margin: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
}

.header.h-top-remove .navbar .navbar-nav .custom-mega-menu-dropdown .dropdown-menu {
    top: 118px;
}

.header.home-header .navbar .navbar-nav .custom-mega-menu-dropdown .dropdown-menu {
    top: 118px;
}

.navbar .navbar-nav li.mega-menu-burger .dropdown-menu {
    /* position: fixed; */
    padding-top: 10px;
}

.navbar .navbar-nav li.mega-menu-burger .dropdown-menu .row {
    display: flex;
    flex-wrap: wrap;
}

.navbar .navbar-nav li.mega-menu-burger .dropdown-menu [class^=col-] {
    display: flex;
}

.navbar .navbar-nav li.mega-menu-burger .dropdown-menu .mega-menu-block {
    margin: 45px 0;
}

.navbar .navbar-nav li.mega-menu-burger .dropdown-menu .mega-menu-block .mega-title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    color: #ffdd6f;
    margin-bottom: 10px;
}

.navbar .navbar-nav li.mega-menu-burger .dropdown-menu .mega-menu-block .mega-title * {
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.navbar .navbar-nav li.mega-menu-burger .dropdown-menu .mega-menu-block .mega-title a:hover {
    color: #ffffff;
}

.navbar .navbar-nav li.mega-menu-burger .dropdown-menu .mega-menu-block .mega-detail ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navbar .navbar-nav li.mega-menu-burger .dropdown-menu .mega-menu-block .mega-detail ul li {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 5px;
    padding: 0;
    list-style-type: none;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
}

.navbar .navbar-nav li.mega-menu-burger .dropdown-menu .mega-menu-block .mega-detail ul li a {
    text-decoration: none;
    color: inherit;
}

.navbar .navbar-nav li.mega-menu-burger .dropdown-menu .mega-menu-block .mega-detail ul li.active > a,
.navbar .navbar-nav li.mega-menu-burger .dropdown-menu .mega-menu-block .mega-detail ul li.current-menu-item > a,
.navbar .navbar-nav li.mega-menu-burger .dropdown-menu .mega-menu-block .mega-detail ul li.current-menu-parent > a,
.navbar .navbar-nav li.mega-menu-burger .dropdown-menu .mega-menu-block .mega-detail ul li a.active,
.navbar .navbar-nav li.mega-menu-burger .dropdown-menu .mega-menu-block .mega-detail ul li a.current-menu-item,
.navbar .navbar-nav li.mega-menu-burger .dropdown-menu .mega-menu-block .mega-detail ul li a.current-menu-parent,
.navbar .navbar-nav li.mega-menu-burger .dropdown-menu .mega-menu-block .mega-detail ul li a:hover {
    color: #e0aa0f;
}

.navbar .navbar-nav li.mega-menu-burger .dropdown-menu .mega-menu-block.resources-mega-block ul {
    margin: 0 -15px;
    flex-direction: row;
    max-width: 825px;
}

.navbar .navbar-nav li.mega-menu-burger .dropdown-menu .mega-menu-block.resources-mega-block ul li {
    display: inline-flex;
    padding: 0 15px;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
}

.navbar .navbar-nav .custom-mega-menu-dropdown .dropdown-menu .mega-close-icon {
    position: absolute;
    left: 50%;
    bottom: 40px;
    font-size: 16px;
    line-height: 16px;
    padding-left: 30px;
    color: #e0aa0f;
    text-decoration: none;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.navbar .navbar-nav .custom-mega-menu-dropdown .dropdown-menu .mega-close-icon:before {
    position: absolute;
    content: "";
    left: -7px;
    top: 50%;
    width: 23px;
    height: 3px;
    background-color: #e0aa0f;
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -moz-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    -o-transform: translate(0, -50%) rotate(45deg);
}

.navbar .navbar-nav .custom-mega-menu-dropdown .dropdown-menu .mega-close-icon:after {
    position: absolute;
    content: "";
    left: 4px;
    top: 50%;
    width: 23px;
    height: 3px;
    background-color: #e0aa0f;
    transform: translate(0, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
}

.navbar .navbar-nav li.mega-menu-search {
    position: unset;
}

.navbar .navbar-nav li.mega-menu-search > a {
    padding: 0;
    color: #ffffff !important;
    background-color: transparent !important;
    position: relative;
}

.navbar .navbar-nav li.mega-menu-search > a:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 23px;
    height: 3px;
    background-color: #e0aa0f;
    opacity: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
}

.navbar .navbar-nav li.mega-menu-search > a:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 23px;
    height: 3px;
    opacity: 0;
    background-color: #e0aa0f;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
}

.navbar .navbar-nav li.mega-menu-search.open > a i {
    opacity: 0;
}

.navbar .navbar-nav li.mega-menu-search.open > a:before,
.navbar .navbar-nav li.mega-menu-search.open > a:after {
    opacity: 1;
}

.navbar .navbar-nav li.mega-menu-search .dropdown-menu {
    padding-top: 40px;
}

.navbar .navbar-nav li.mega-menu-search .dropdown-menu .search-box {
    max-width: 610px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.navbar .navbar-nav li.mega-menu-search .dropdown-menu .search-box input {
    width: 100%;
    border: none;
    padding: 6px 15px;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 45px;
    height: 65px;
    color: #0b0909;
    background-color: #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.navbar .navbar-nav li.mega-menu-search .dropdown-menu .search-box input::-webkit-input-placeholder { color: #0b0909; }
.navbar .navbar-nav li.mega-menu-search .dropdown-menu .search-box input::-moz-placeholder { color: #0b0909; }
.navbar .navbar-nav li.mega-menu-search .dropdown-menu .search-box input:-ms-input-placeholder { color: #0b0909; }
.navbar .navbar-nav li.mega-menu-search .dropdown-menu .search-box input:-o-placeholder { color: #0b0909; }
/* header */

/* section-title */
.section-title {
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    color: #191919;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.section-title * {
    font-family: inherit !important;
    font-weight: inherit !important;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}
/* section-title */

/* block-title */
.block-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #191919;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.block-title * {
    font-family: inherit !important;
    font-weight: inherit !important;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}
/* block-title */

/* small-block-title */
.small-block-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #191919;
    margin-bottom: 15px;
}

.small-block-title * {
    font-family: inherit;
    text-decoration: none;
    font-weight: inherit !important;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.small-block-title a:hover {
    color: #eaaa00;
}
/* small-block-title */

/* extra-small-block-title */
.extra-small-block-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #191919;
    margin-bottom: 10px;
}

.extra-small-block-title * {
    font-family: inherit;
    text-decoration: none;
    font-weight: inherit !important;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.extra-small-block-title a:hover {
    color: #eaaa00;
}
/* extra-small-block-title */

/* content */
.inner-pg .main-title {
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

#breadcrumbs a {
    color: #50228a;
}

#breadcrumbs a:hover {
    color: #e0aa0f;
}

/* home page */
/* banner */
.banner-section {
    position: relative;
}

.banner-title {
    font-family: "Source Sans Pro",Georgia,"Times New Roman",Times,serif;
    font-weight: 700;
    font-size: 75px;
    line-height: 80px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.banner-title * {
    font-family: inherit;
    font-weight: inherit !important;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.banner-image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    font-family: 'object-fit: cover';
}

.banner-section .banner-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    padding: 0;
    box-shadow: none;
    /* bottom: 330px; */
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.banner-section .banner-description {
    max-width: 777px;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    padding: 40px 55px;
    text-align: left;
}

.banner-section .banner-detail p {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 30px;
}

.banner-section .common-btn {
    font-weight: 700;
}

.banner-carousel .carousel-indicators li {
    width: 23px;
    height: 23px;
    margin: 0 13px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.banner-carousel .carousel-indicators li:hover,
.banner-carousel .carousel-indicators li.active {
    border-color: #eaaa00;
    background-color: #eaaa00;
}

.banner-carousel .carousel-indicators li:nth-child(3) {
    margin-right: 50px;
}

.banner-carousel .carousel-indicators #carouselButtons {
    position: absolute;
    left: 48.8%;
    display: inline-block;
    /* margin: 0 13px; */
    border: none;
    background-color: transparent;
    width: auto;
    height: auto;
    /* position: relative; */
    /* top: -3px; */
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.banner-carousel .carousel-indicators #carouselButtons .btn {
    /* display: none; */
    display: block;
    padding: 0;
    margin: 0;
    background: none;
    color: #ffffff;
    font-size: 23px;
    line-height: 23px;
    border: none;
    outline: none !important;
    background-image: none;
    box-shadow: none;
}

.banner-carousel .carousel-indicators #carouselButtons .btn:hover {
    color: #eaaa00;
}

/* .banner-carousel .carousel-indicators #carouselButtons #pauseButton.btn {
    display: block;
} */

.banner-carousel .carousel-control {
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    background: none;
    opacity: 1;
    font-size: 50px;
}

.banner-carousel .carousel-control:hover {
    color: #eaaa00;
}

.inner-banner-section {
    position: relative;
}

.inner-banner-section .banner-image img {
    width: 100%;
    height: auto;
    min-height:300px;
    /* max-height: 300px; */
}

.inner-banner-section .banner-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.inner-banner-section .banner-content .inner-banner-title {
    font-family: "Signika","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 36px;
    line-height: 36px;
    color: #ffffff;
}

.inner-banner-section .banner-content .inner-banner-title * {
    display: inline-block;
    text-decoration: none;
    font-family: inherit !important;
    font-weight: inherit !important;
    font-size: inherit;
    line-height: inherit;
    color: inherit !important;
    padding: 10px 25px 0 0;
    background-color: rgba(34,34,34,0.9);
    margin: 0;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.inner-banner-section .banner-content .inner-banner-title-alt h1 {
    display: inline-block;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight:  700 !important;
    font-size: 55px;
    text-transform: uppercase !important;
    line-height: inherit;
    color:  #000 !important;
    padding: 0px 10px;
    background-color: rgba(234,170,0,0.9);
    margin: 0;
}

.inner-banner-section.higher-education-banner .banner-content {
    bottom: 0;
}

.inner-banner-section.higher-education-banner .banner-content .inner-banner-title {
    color: #000000;
    text-transform: uppercase;
    font-size: 65px;
    line-height: 65px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
}

.inner-banner-section.higher-education-banner .banner-content .inner-banner-title * {
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.inner-banner-section.higher-education-banner .banner-content .inner-banner-title span {
    
    padding: 10px 40px 10px 0;
    position: relative;
    z-index: 9;
}
.inner-banner-section.higher-education-banner .banner-content .inner-banner-title span:nth-child(3):before {
    
    content:"";
position:absolute;
    width: calc(100% + 30px);
    height: 100%;
    left:-40px;
    top:0;
    background-color: rgba(234,170,0,0.9);
    z-index: -1;
}

.inner-banner-section.higher-education-banner .banner-content .inner-banner-title span:first-child {
    background-color: transparent;
}

.inner-banner-section.higher-education-banner .banner-content .inner-banner-title span:first-child:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    width: 60000px;
    height: 100%;
    background-color: rgba(234,170,0,0.9);
    z-index: -1;
}
/* banner */

/* information */
.information-section {
    padding: 45px 0 0;
    margin-bottom: 25px;
}

.information-section .information-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.information-section .information-content ul li {
    flex: 1 0 0;
    margin: 0;
    padding: 50px;
    text-align: center;
    list-style-type: none;
    font-size: 22px;
    line-height: 25px;
    color: #141111;
    text-transform: uppercase;
    border-right: 1px solid #a8a8a8;
}

.information-section .information-content ul li:last-child {
    border: none;
}

.information-section .information-content ul li a {
    text-decoration: underline;
    color: inherit;
}

.information-section .information-content ul li a:hover {
    color: #BA8C0D;
}
/* information */

/* by-the-numbers */
.by-the-numbers-section {
    padding: 140px 0 70px;
    position: relative;
    background: url("/_resources/images/by-the-numbers-dummy-bg.jpg") no-repeat;
    background-size: cover;
}

.by-the-numbers-section:before {
    display: block !important;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(227,20,13,0.85);
}

.by-the-numbers-section .by-the-numbers-description {
    position: relative;
    z-index: 9;
}

.by-the-numbers-section .the-numbers-block {
    text-align: center;
    margin-bottom: 30px;
}

.by-the-numbers-section .the-numbers-block .icon {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    height: 215px;
    margin-bottom: 20px;
}

.by-the-numbers-section .the-numbers-block .icon img {
    max-height: 100%;
}

.by-the-numbers-section .the-numbers-block .detail span {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 90px;
    line-height: 90px;
    color: #ffffff;
}

.by-the-numbers-section .the-numbers-block .detail p {
    text-transform: uppercase;
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 20px;
}

.learn-more-link a {
    text-decoration: none;
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.learn-more-link a:hover {
    color: #e0aa0f;
    border-color: #e0aa0f;
}
/* by-the-numbers */

/* matter-degree */
.matter-degree-section {
    padding: 115px 0 65px;
}

.matter-degree-section .matter-degree-content > .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -54px;
}

.matter-degree-section .matter-degree-content > .row > [class^=col-] {
    display: flex;
    padding: 0 54px;
    border-right: 1px solid #ffffff;
}

.matter-degree-section .matter-degree-content > .row > [class^=col-]:last-child {
    border: none;
}

.matter-degree-section .section-title {
    margin-bottom: 15px;
}

.matter-degree-section .detail p {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.matter-degree-section .headcount {
    margin-top: 30px;
    font-size: 16px !important;
    font-style: italic;
}

.matter-degree-section .academic-program-link {
    text-decoration: none;
    color: #e0aa0f;
    border-bottom: 1px solid #e0aa0f;
}

.matter-degree-section .academic-program-link:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.matter-degree-section .matter-degree-content ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.matter-degree-section .matter-degree-content ul li {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.matter-degree-section .matter-degree-content ul li a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #ffffff;
}

.matter-degree-section .matter-degree-content ul li a:hover {
    color: #e0aa0f;
    border-color: #e0aa0f;
}
/* matter-degree */

/* unique-programs */
.unique-programs-section {
    padding: 30px 0 0;
}

.unique-programs-section .block-title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.unique-programs-block {
    margin-bottom: 30px;
}

.unique-programs-block .image {
    margin-bottom: 25px;
}

.unique-programs-block .image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    font-family: 'object-fit: cover';
}

.unique-programs-block .small-block-title {
    font-family: "Source Sans Pro",Georgia,"Times New Roman",Times,serif;
    color: #efcc67;
}

.unique-programs-block .detail p {
    font-size: 26px;
    line-height: 35px;
    color: #ffffff;
    margin: 0;
}

.unique-programs-block .detail p a {
    text-decoration: underline;
    color: inherit;
}

.unique-programs-block .detail p a:hover {
    color: #efcc67;
}
/* unique-programs */

/* campus-life */
.campus-life-section {
    position: relative;
}

.campus-life-section .campus-life-image img {
    width: 100%;
}

.campus-life-section .campus-life-description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 0;
}

.campus-life-section .campus-life-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.campus-life-section .campus-life-content .title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 115px;
    line-height: 115px;
    color: #ffffff;
}

.campus-life-section .campus-life-content .title * {
    font-family: inherit;
    font-weight: inherit !important;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.campus-life-section .campus-detail p {
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}
/* campus-life */

/* latest-news */
.latest-news-section {
    overflow: hidden;
}

.latest-news-section .latest-news-left {
    padding: 75px 0 10px;
}

.latest-news-section .section-title {
    text-transform: none;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #a8a8a8;
}

.latest-news-section .latest-news-content > .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}

.latest-news-section .latest-news-content > .row > [class^=col-] {
    display: flex;
    padding: 0 35px;
}

.latest-news-section .latest-news-block {
    display: flex;
    margin-bottom: 65px;
}

.latest-news-section .latest-news-block .image {
    margin-right: 20px;
}

.latest-news-section .latest-news-block .image img {
    width: 220px;
}

.latest-news-section .latest-news-block > div {
    flex: 0 0 auto;
}

.latest-news-section .latest-news-block .news-detail {
    flex: 1;
}

.latest-news-section .latest-news-block .tag-mark {
    display: inline-block;
    background-color: #eaaa00;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}

.latest-news-section .latest-news-block .title {
    font-family: "Signika","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
}

.latest-news-section .latest-news-block .title * {
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.latest-news-section .latest-news-block .title a:hover {
    color: #eaaa00;
}

.latest-news-section .latest-news-block .news-detail p {
    font-size: 15px;
    line-height: 22px;
    color: #000000;
}

.gsu-events-section {
    padding: 75px 0 30px;
    position: relative;
    width: 100%;
}

.gsu-events-section:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0;
    bottom: 0;
    width: 60000px;
    height: 100%;
    background-color: #f8f8f8;
    z-index: -1;
}

.gsu-events-section .events-date-block {
    display: flex;
    margin-bottom: 75px;
}

.gsu-events-section .events-date-block > div {
    flex: 0 0 auto
}

.gsu-events-section .events-date-block .date {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    /* height: 130px; */
    margin-right: 20px;
    border: 3px solid #000000;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.gsu-events-section .events-date-block .date p {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
}

.gsu-events-section .events-date-block .date p span {
    display: block;
    font-size: 35px;
    line-height: 40px;
}

.gsu-events-section .events-date-block .event-detail {
    flex: 1 0 0;
}

.gsu-events-section .events-date-block .event-detail .small-block-title {
    font-weight: 600;
    margin-bottom: 5px;
}

.gsu-events-section .events-date-block .event-detail p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}

.gsu-events-section .events-date-block .event-detail p span {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    display: block;
    text-transform: uppercase;
}

.gsu-events-section .view-all-events a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}

.gsu-events-section .view-all-events a:hover {
    color: #eaaa00;
}
/* latest-news */

/* take-step */
.take-step-section {
    padding: 40px 0 20px;
}

.take-step-section .take-step-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.take-step-section span {
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    color: #ffffff;
    text-transform: uppercase;
}

.take-step-section .step-list {
    display: flex;
    flex-wrap: wrap;
    /* flex: 1 0 0; */
}

.take-step-section a {
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    color: #efcc67;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 35px;
}

.take-step-section a:before {
    position: absolute;
    content: "";
    right: -35px;
    top: 0;
    bottom: 0;
    width: 3px;
    height: 100%;
    background-color: #efcc67;
}

.take-step-section a:last-child {
    margin-right: 0;
}

.take-step-section a:last-child:before {
    display: none;
}

.take-step-section a:hover {
    color: #ffffff;
}
/* take-step */
/* home page */

/* inner page */
/* interior page */
.inner-pg {
    padding-top: 10px;
    padding-bottom: 30px;
}

.interior-section .interior-block {
    margin-bottom: 15px;
}

.interior-section .left-navigation-content {
    margin: 0 0 30px;
    max-width: 100%;
}

.interior-section .left-navigation-content li a {
    padding: 10px 15px;
    color: #000;
    background-color: #eee;
}

.department-sidebar .navbar .navbar-collapse {
    display: block !important;
}
/* interior page */

/* higher-education page */
.banner-menu-section {
    padding: 15px 0;
}

.banner-menu-section .navbar-collapse {
    justify-content: flex-start;
}

.banner-menu-section .navbar .navbar-header .navbar-toggle {
    border: none;
    padding: 0;
}

.banner-menu-section .navbar .navbar-header .navbar-toggle .icon-bar {
    background-color: #a8a8a8;
}

.banner-menu-section .navbar .navbar-header {
    flex-direction: unset;
}

.banner-menu-section ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.banner-menu-section ul li {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    list-style-type: none;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
    border-right: 1px solid #a8a8a8;
}

.banner-menu-section ul li:first-child {
    padding-left: 0;
}

.banner-menu-section ul li:last-child {
    padding-right: 0;
    border: none;
}

.banner-menu-section ul li a {
    text-decoration: none;
    color: inherit;
}

.banner-menu-section ul li.active a,
.banner-menu-section ul li a.active,
.banner-menu-section ul li a:hover {
    color: #eaaa00;
}

.apply-request-information-section {
    padding: 35px 0 50px;
}

.apply-request-information-section .apply-request-information-content .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.apply-request-information-section .apply-request-buttons .common-btn {
    width: 100%;
    margin: 10px 0;
}

.apply-request-information-section .apply-request-buttons .common-btn:first-child {
    margin-top: 0;
}

.apply-request-information-section .apply-request-buttons .common-btn:last-child {
    margin-bottom: 0;
}

.programs-study-section {
    padding: 70px 0 40px;
}

.programs-study-block {
    margin-bottom: 30px;
}

.programs-study-block .image {
    margin-bottom: 15px;
}

.programs-study-block .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    font-family: 'object-fit: cover';
}

.programs-study-block .detail p {
    color: #282828;
    font-size: 20px;
    line-height: 28px;
}

.programs-study-block .detail p a {
    text-decoration: underline;
    color: inherit;
}

.programs-study-block .detail p a:hover {
    color: #e0aa0f;
}
/* higher-education page */

/* testimonial */
.testimonial-section {
    position: relative;
}

.testimonial-section .testimonial-block .testimonial-image {
    position: relative;
}

.testimonial-section .testimonial-block .testimonial-image:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
}

.testimonial-section .testimonial-block .testimonial-image img {
    width: 100%;
}

.testimonial-section .testimonial-block .testimonial-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}

.testimonial-section .testimonial-block .testimonial-detail {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.testimonial-section .testimonial-block .block-title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 50px;
    color: #ffffff;
    text-transform: none;
    padding:10px;
    background:rgba(0,0,0,0.4);
}

.testimonial-section .testimonial-block .testimonial-name {
    text-align: right;
    
}

.testimonial-section .testimonial-block .testimonial-name p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
    font-size: 30px;
    line-height: 35px;
    color: #ffffff;
    margin: 0;
    text-shadow: 2px 2px 5px #000000;
    
}
/* testimonial */

/* meet-the-team */
.meet-the-team-section .programs-study-block .extra-small-block-title {
    margin-bottom: 5px;
}

.meet-the-team-section .programs-study-block .detail p {
    margin: 0;
}
/* meet-the-team */

/* contact */
.contact-section {
    padding: 50px 0;
}

.contact-section .contact-block {
    margin-bottom: 30px;
}

.contact-section .contact-block:last-child {
    margin: 0;
}

.contact-section .contact-block p {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}

.contact-section .contact-block p a {
    text-decoration: underline;
    color: #000000;
}

.contact-section .contact-block p a:hover {
    color: #eaaa00;
}
/* contact */
/* inner page */
/* content */

/* footer */
.footer {
    background-color: #141111;
    padding: 68px 0 105px;
    border-top: 17px solid #282828;
}

.f-top {
    padding-bottom: 18px;
}

.f-top .f-top-list {
    display: flex;
    flex-wrap: wrap;
}

.f-top .f-top-list .f-block {
    flex: 0 0 auto;
    padding: 0 80px;
    border-right: 1px solid #282828;
}

.f-top .f-top-list .f-block.f-resources-block {
    flex: 1 0 0;
}

.f-address-block .f-detail p {
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    margin: 0;
}

.f-address-block .f-detail p a {
    text-decoration: none;
    color: inherit;
}

.f-address-block .f-detail p a:hover {
    color: #e0aa0f;
}

.f-address-block .f-detail a.direction-link {
    text-decoration: underline;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
}

.f-address-block .f-detail a.direction-link:hover {
    color: #e0aa0f;
}

.f-address-block .address-block {
    margin-bottom: 30px;
}

.f-top .f-top-list .f-block:first-child {
    padding-left: 0;
}

.f-top .f-top-list .f-block:last-child {
    padding-right: 0;
    border: none;
}

.f-title {
    font-size: 25px;
    line-height: 25px;
    color: #ffffff;
    margin-bottom: 15px;
}

.f-title * {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.f-title a:hover {
    color: #e0aa0f;
}

.f-block .f-detail ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.f-block .f-detail ul li {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
    padding: 0;
    list-style-type: none;
    font-size: 18px;
    line-height: 25px;
    color: #e0aa0f;
}

.f-block .f-detail ul li a {
    text-decoration: none;
    color: inherit;
}

.f-block .f-detail ul li.active a,
.f-block .f-detail ul li a.active,
.f-block .f-detail ul li a:hover {
    color: #ffffff;
}

.social-icons ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.social-icons ul li {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 10px;
    padding: 0;
    list-style-type: none;
    font-size: 30px;
    line-height: 30px;
    color: #0b0909;
}

.social-icons ul li:first-child {
    margin-left: 0;
}

.social-icons ul li:last-child {
    margin-right: 0;
}

.social-icons ul li a {
    text-decoration: none;
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 45px;
    height: 45px;
    background-color: #3f3838;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.social-icons ul li a i {
    position: relative;
    top: 2px;
}

.social-icons ul li a:hover {
    background-color: #e0aa0f;
}

.f-social-icons {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.f-bottom {
    padding-top: 18px;
    text-align: center;
}

.f-bottom .f-copyright ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.f-bottom .f-copyright ul li {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 8px;
    list-style-type: none;
    border-right: 1px solid #ffffff;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
}

.f-bottom .f-copyright ul li:first-child {
    padding-left: 0;
}

.f-bottom .f-copyright ul li:last-child {
    padding-right: 0;
    border: none;
}

.f-bottom .f-copyright ul li a {
    text-decoration: none;
    color: inherit;
}

.f-bottom .f-copyright ul li.active a,
.f-bottom .f-copyright ul li a.active,
.f-bottom .f-copyright ul li a:hover {
    color: #e0aa0f;
}
/* footer */