/*===========================
    1. default css 
===========================*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1d2025;
    margin: 0px;
}

h1 {
    font-weight: 500;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #505050;
    margin: 0px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/*===== All Button Style =====*/

.head-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #fff;
    padding: 0 25px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 42px;
    border-radius: 5px;
    color: #07294d;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #ffc600;
}


.head-btn:hover {
    color: #ffc600;
    border-color: #fff;
    background-color: #07294d;
}

.head-btn-2 {
    color: #ffc600;
    border-color: #07294d;
    background-color: #07294d;
}

.head-btn-2:hover {
    color: #07294d;
    background-color: #ffc600;
    border-color: #ffc600;
}


.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ffc600;
    padding: 0 35px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 50px;
    border-radius: 5px;
    color: #07294d;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #ffc600;
}

.main-btn:hover {
    color: #ffc600;
    border-color: #07294d;
    background-color: #07294d;
}

.main-btn-2 {
    color: #ffc600;
    border-color: #07294d;
    background-color: #07294d;
}

.main-btn-2:hover {
    color: #07294d;
    background-color: #ffc600;
    border-color: #ffc600;
}

/*===== All Section Title Style =====*/

.section-title {}

.section-title h5 {
    color: #07294d;
    position: relative;
    padding-bottom: 12px;
}

.section-title h5::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #ffc600;
    bottom: 0;
    left: 0;
}

.section-title h2 {
    font-size: 48px;
    color: #000;
    padding-top: 10px;
}

/*===== Preloader Style =====*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #07294d;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}

.loader-inner {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top-color: #ffc600;
    border-bottom-color: #ffc600;
    border-radius: 50%;
    animation: rotate 2s linear infinite;
}

.loader-circle::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 3px solid transparent;
    border-left-color: #fff;
    border-right-color: #fff;
    border-radius: 50%;
    animation: rotate-reverse 1.5s linear infinite;
}

.loader-logo {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-shadow: 0 0 20px rgba(255, 198, 0, 0.3);
    animation: pulse 2s ease-in-out infinite;
    z-index: 2;
}

.loader-logo img {
    max-width: 100%;
    height: auto;
}

.loader-text {
    margin-top: 30px;
    display: flex;
    gap: 5px;
}

.loader-text .letter {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    animation: letter-glow 2s ease-in-out infinite;
}

.loader-text .letter:nth-child(1) {
    animation-delay: 0.1s;
}

.loader-text .letter:nth-child(2) {
    animation-delay: 0.2s;
}

.loader-text .letter:nth-child(3) {
    animation-delay: 0.3s;
}

.loader-text .letter:nth-child(4) {
    animation-delay: 0.4s;
}

.loader-text .letter:nth-child(5) {
    animation-delay: 0.5s;
}

.loader-text .letter:nth-child(6) {
    animation-delay: 0.6s;
}

.loader-text .letter:nth-child(7) {
    animation-delay: 0.7s;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-reverse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 20px rgba(255, 198, 0, 0.3);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 35px rgba(255, 198, 0, 0.6);
    }
}

@keyframes letter-glow {

    0%,
    100% {
        color: #fff;
        text-shadow: none;
    }

    50% {
        color: #ffc600;
        text-shadow: 0 0 10px rgba(255, 198, 0, 0.8);
    }
}

/*=====================================================
    2. HEADER css 
======================================================*/

/*===== Header top =====*/

.header-top {
    background-color: #07294d;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-contact ul li {
    display: inline-block;
    margin-right: 20px;
    color: #c6c6c6;
    font-size: 16px;
    font-weight: 500;
}

.header-contact ul li:last-child {
    margin-right: 0;
}

.header-contact ul li i {
    margin-right: 10px;
}

.header-contact ul li a {
    color: #c6c6c6;
    font-weight: 500;
    font-size: 16px;
}

.header-right {}

.header-right .social {}

.header-right .social .follow-us {
    font-size: 16px;
    color: #c6c6c6;
    padding-right: 10px;
    font-weight: 500;
}

.header-right .social ul {}

.header-right .social ul li {
    display: inline-block;
    padding: 0 5px;
}

.header-right .social ul li a {
    color: #c6c6c6;
    font-size: 16px;
}

.header-right .social ul li a:hover {
    color: #ffc600;
}

.login-register {}

.login-register ul {}

.login-register ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

.login-register ul li::before {
    position: absolute;
    content: '/';
    color: #ffc600;
    font-size: 16px;
    top: 0;
    left: -16px;
}

.login-register ul li:first-child::before {
    display: none;
}

.login-register ul li a {
    color: #ffc600;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s linear;
}

.login-register ul li a:hover {
    color: #fff;
}

/*===== Header Menu =====*/

.navigation {

    background: #07294d;
}

.navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #cecece;
    -webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    -webkit-animation: sticky 2s;
    animation: sticky 2s;
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.navigation .navbar {
    padding: 0;
}

.navigation .navbar .navbar-nav {
    margin-right: auto;
}

.navigation .navbar .navbar-nav li {
    position: relative;
}

.navigation .navbar .navbar-nav li a {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    ;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 15px 15px 15px 15px;
    display: block;
}

.navigation .navbar .navbar-nav>li>a.active,
.navigation .navbar .navbar-nav>li:hover>a {
    color: #ffc600;
}

.navigation .navbar .navbar-nav li .sub-menu {
    position: absolute;
    top: 110%;
    left: 0;
    background-color: #07294d;
    width: 180px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 99;
}

.navigation .navbar .navbar-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.navigation .navbar .navbar-nav li .sub-menu li {
    margin-right: 0;
}

.navigation .navbar .navbar-nav li .sub-menu li a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.navigation .navbar .navbar-nav li .sub-menu li a.active,
.navigation .navbar .navbar-nav li .sub-menu li a:hover {
    padding-left: 20px;
    color: #ffc600;
}

.sub-nav-toggler {
    display: none;
}

.navigation .navbar .navbar-nav li .sub-menu li:last-child a {
    border-bottom: 0;
}

.navbar .navbar-toggler {
    padding: 3px 8px;
    margin: 18px 0;
    -webkit-transform: all 0.4s linear;
    transform: all 0.4s linear;
}

.navbar .navbar-toggler .icon-bar {
    width: 30px;
    height: 2px;
    background-color: #ffc600;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    top: 7px;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    top: -7px;
}

.right-icon {}

.right-icon ul li {
    display: inline-block;
    margin-right: 17px;
    padding: 22px 0;
}

.right-icon ul li:last-child {
    margin-right: 0;
}

.right-icon ul li a {
    font-size: 18px;
    color: #07294d;
    position: relative;
    padding-right: 7px;
}

.right-icon ul li a span {
    font-size: 12px;
    color: #fff;
    background-color: #ffc600;
    border-radius: 50%;
    padding: 0px 4px;
    position: absolute;
    top: -5px;
    right: 0;
}


/*=====================================================
    3. SLIDER css 
======================================================*/

.single-slider {
    padding-bottom: 300px;
}

.slider-cont {
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.slider-cont h1 {
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    padding-bottom: 25px;
}

.slider-cont p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 50px;
}

.slider-cont ul {}

.slider-cont ul li {
    display: inline-block;
    margin-right: 15px;
}

.slider-cont ul li:last-child {
    margin-right: 0;
}

.slider-active {}

.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
}

.slider-active .next.slick-arrow {
    left: auto;
    right: 0;
}

.slider-active:hover .slick-arrow {
    left: 30px;
    opacity: 1;
    visibility: visible;
}

.slider-active:hover .next.slick-arrow {
    left: auto;
    right: 30px;
}

.slider-active .slick-arrow i {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.slider-active .slick-arrow i:hover {
    background-color: #ffc600;
    border-color: #ffc600;
}

/*===== Index-2 =====*/

.slider-2 .slider-cont h1 {
    padding-bottom: 40px;
}

.slider-2.single-slider {
    padding-top: 230px;
    padding-bottom: 250px;
}

/*===== Index-3 =====*/

#slider-part-3 {
    position: relative;
    padding-top: 220px;
    padding-bottom: 120px;
}

#slider-part-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.slider-cont-3 {
    position: relative;
    z-index: 5;
    background-color: rgba(7, 41, 77, 0.8);
    padding: 70px 100px 80px;
}

.slider-cont-3 h2 {
    color: #fff;
    font-size: 48px;
    padding-bottom: 8px;
}

.slider-cont-3 span {
    font-size: 24px;
    color: #fff;
}

.slider-search {
    background-color: #fff;
    border-radius: 5px;
}

.slider-search .nice-select {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
}

.slider-search .nice-select span {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #07294d;
    font-weight: 400;
}

.slider-search .nice-select .list {
    width: 100%;
    border-radius: 0;
    margin: 0;
}

.slider-search .nice-select::after {
    border-bottom: 0;
    border-right: 8px solid #07294d;
    border-top: 8px solid transparent;
    height: 0px;
    margin-top: -4px;
    width: 0px;
}

.slider-search input {
    width: 100%;
    height: 55px;
    border: 0;
    border-left: 1px solid #a8a8a8;
    padding-left: 25px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #8a8a8a;
}

.slider-search .main-btn {
    line-height: 53px;
    width: 100%;
    padding: 0;
}

.slider-search .main-btn:hover {
    border-color: #07294d;
}

.slider-feature {}

.single-slider-feature {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.single-slider-feature .icon {}

.single-slider-feature .cont {
    padding-left: 30px;
}

.single-slider-feature .cont h3 {
    color: #fff;
    padding-bottom: 3px;
    margin-top: -3px;
    font-size: 24px;
}

.single-slider-feature .cont span {
    color: #fff;
    font-size: 15px;
}

/*===== Index-4 =====*/

.slider-4 {
    position: relative;
}

.slider-4::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-image: url(../images/slider/slider-shape.png);
    background-position: center center;
    width: 100%;
    height: 100%;
}

.slider-cont-4 h1 {
    color: #07294d;
    padding-bottom: 35px;
}

.slider-cont-4 p {
    color: #07294d;
}

/*=====================================================
    4. CATEGORY css 
======================================================*/

.color-1 {
    background-color: #4886ff;
}

.color-2 {
    background-color: #4CAF50;
}

.color-3 {
    background-color: #ff6f6f;
}

.color-4 {
    background-color: #00BCD4;
}

.color-5 {
    background-color: #673AB7;
}

.category {
    background-color: #07294d;
    border-radius: 10px;
    margin-top: -150px;
    position: relative;
    z-index: 5;
}

.category-text h2 {
    font-size: 40px;
    color: #fff;
    padding-left: 50px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -1px;
}

.modern-category-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 15px;
    border-radius: 16px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 15px 10px;
    position: relative;
    overflow: hidden;
    height: calc(100% - 30px);
    /* Adjust for vertical margins */
    min-height: 250px;
    /* Base height for consistency */
}

.modern-category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 198, 0, 0.05), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.modern-category-card:hover {
    transform: translateY(-12px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 198, 0, 0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.modern-category-card:hover::before {
    transform: translateX(100%);
}

.modern-category-card .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: rgba(255, 198, 0, 0.1);
    border-radius: 14px;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modern-category-card .icon img {
    width: 35px;
    transition: all 0.4s ease;
    filter: brightness(0) saturate(100%) invert(84%) sepia(35%) font-weight(600) hue-rotate(5deg) brightness(105%) contrast(105%);
    /* Adjust to brand yellow if needed, or keep original if they are colored */
}

.modern-category-card:hover .icon {
    background: #ffc600;
    transform: rotateY(180deg);
}

.modern-category-card:hover .icon img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(34%) saturate(2891%) hue-rotate(195deg) brightness(96%) contrast(97%);
    /* Navy filter for icons on yellow background */
}

.modern-category-card .cont span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: block;
}

.modern-category-card:hover .cont span {
    color: #ffc600;
}

.category-slide {
    margin: 0 -10px;
    display: flex;
}

.category-slide .slick-track {
    display: flex !important;
}

.category-slide .slick-slide {
    height: inherit !important;
    display: flex !important;
    justify-content: center;
}

.category-slide .slick-slide>div {
    width: 100%;
    display: flex;
}

.single-category {
    padding: 20px 0;
    border-radius: 5px;
    display: block;
}

.single-category .icon {
    display: inline-block;
}

.single-category .cont {
    display: block;
}

.single-category .cont span {
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.category-slide {}

.category-slide a {
    display: block;
}

.category-slide .slick-arrow {
    position: absolute;
    top: 50%;
    right: -50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.category-slide .prev.slick-arrow {
    right: auto;
    left: -50px;
}

.category-slide .slick-arrow i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #557495;
    text-align: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.category-slide .slick-arrow i:hover {
    background-color: #ffc600;
}

/*===== Index-4 =====*/

.category-tow {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}

.category-text-tow h2 {
    color: #07294d;
}

/*=====================================================
    5. ABOUT css 
======================================================*/

#about-part {
    position: relative;
    padding-bottom: 180px;
}

.about-bg {
    width: 52%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}

.about-bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 100%);
}

.about-bg img {
    width: 100%;
}

.about-img {

    border-radius: 55px;
    margin-top: 93px;
    border: 1px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-cont p {
    padding-top: 30px;
    text-align: justify;
    padding-right: 20px;
}

.about-event {
    -webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    padding: 65px 21px 37px 68px;
    background-color: rgba(255, 255, 255, 0.95);
    height: 572px;
}

.about-event ul {
    height: 400px;
    overflow: auto;
}

.about-event .event-title h3 {
    font-size: 36px;
    color: #000;
    padding-bottom: 5px;
}

.about-event ul li .single-event {
    padding: 25px 0;
    border-bottom: 1px solid #cecece;
}

.about-event ul li:last-child .single-event {
    border-bottom: 0;
}

.about-event ul li .single-event span {
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 20px;
}

.about-event ul li .single-event span i {
    color: #ffc600;
    margin-right: 3px;
}

.about-event ul li .single-event a {
    display: block;
}

.about-event ul li .single-event a h4 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #000;
    font-size: 24px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.about-event ul li .single-event a:hover h4 {
    color: #ffc600;
}

/*===== Index-4 =====*/

.about-tow {
    position: relative;
    padding-bottom: 150px !important;
}

.about-shape {
    position: absolute;
    top: 0;
    height: 100%;
    width: 30%;
}

.about-shape img {
    width: 100%;
}

.about-image-tow {
    position: relative;
}

.about-image-tow::before {
    position: absolute;
    content: '';
    background-image: url(../images/about/dot-shape.png);
    background-position: center center;
    background-size: contain;
    width: 305px;
    height: 370px;
    left: -100px;
    bottom: -60px;
    z-index: -1;
}

.about-image-tow img {
    width: 100%;
    border-radius: 5px;
}

.about-shape-tow {
    position: absolute;
    left: -36px;
    bottom: 170px;
}

.about-shape-three {
    position: absolute;
    bottom: -30px;
    left: 85px;
}

/*=====================================================
    6. APPLY css 
======================================================*/

.apply {
    margin-top: -100px;
    position: relative;
}

.apply-color-1 {
    background-color: #07294d;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.apply-color-2 {
    background-color: #092e56;
}

.apply-color-3 {
    background-color: #07294d;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.apply .apply-cont {
    padding: 45px 50px 50px;
    height: 245px;
}

.apply .apply-cont h3 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 15px;
}

.apply .apply-cont p {
    color: #fff;
}

.apply .apply-cont .main-btn:hover {
    border-color: #ffc600;
}

/*===== Index-4 =====*/

.apply-area-tow {
    position: relative;
}

.apply-area-tow::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/apply-tow/apply-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.apply-bg-one,
.apply-bg-tow {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #07294d;
    z-index: -1;
}

.apply-bg-tow {
    background-color: #103965;
    left: auto;
    right: 0;
}

.single-apply {}

.single-apply .apply-content {}

.single-apply .apply-content .apply-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
}

.single-apply .apply-content p {
    color: #fff;
    padding-bottom: 35px;
}

.single-apply .apply-content .main-btn:hover {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

/*=====================================================
    7. COURSE css 
======================================================*/

.single-course {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.single-course>.thum {
    position: relative;
}

.single-course .thum .image {
    overflow: hidden;
}

.single-course .thum .image img {
    width: 100%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-course:hover .thum .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-course .thum .price {
    position: absolute;
    right: 60px;
    bottom: -24px;
}

.single-course .thum .price span {
    font-size: 14px;
    color: #07294d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #ffc600;
    text-align: center;
}

.single-course .cont {
    padding-top: 28px;
    padding-bottom: 34px;
    padding-left: 30px;
    padding-right: 30px;
}

.single-course .cont>ul {
    display: inline-block;
    margin-right: 10px;
}

.single-course .cont ul li {
    display: inline-block;
    margin: 1px;
}

.single-course .cont ul li>i {
    font-size: 13px;
    color: #ffc600;
}

.single-course .cont span {
    font-size: 13px;
    color: #000;
}

.single-course .cont h4 {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 0px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    text-align: center;
}

.single-course .cont h4:hover {
    color: #ffc600;
}

.single-course .course-teacher {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    overflow: hidden;
}

.single-course .course-teacher>.thum {
    display: inline-block;
}

.single-course .course-teacher>.thum img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.single-course .course-teacher .name {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 13px;
}

.single-course .course-teacher .name a h6 {
    font-size: 15px;
    color: #24486e;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-course .course-teacher .name a:hover h6 {
    color: #ffc600;
}

.single-course .course-teacher .admin {
    display: inline-block;
    float: right;
    overflow: hidden;
}

.single-course .course-teacher .admin ul {
    margin-top: 8px;
}

.single-course .course-teacher .admin ul li {
    margin-right: 20px;
}

.single-course .course-teacher .admin ul li:last-child {
    margin-right: 0;
}

.single-course .course-teacher .admin ul li a {
    font-size: 15px;
    color: #8a8a8a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-course .course-teacher .admin ul li a:hover {
    color: #ffc600;
}

.single-course .course-teacher .admin ul li a span {
    color: #8a8a8a;
    margin-left: 3px;
}

.course-slide {}

.course-slide .slick-arrow {
    position: absolute;
    top: -125px;
    right: 0;
}

.course-slide .prev.slick-arrow {
    left: auto;
    right: 50px;
}

.course-slide .slick-arrow i {
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 5px;
    color: #000;
    border: 2px solid #aaaaaa;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.course-slide .slick-arrow:hover i {
    border-color: #ffc600;
    background-color: #ffc600;
}

/*=====================================================
    8. VIDEO FEATURES css 
======================================================*/

#video-feature {
    position: relative;
}

.feature-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.9);
}

.video {
    padding-left: 80px;
}

.video i {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 24px;
    background-color: #ffc600;
    color: #07294d;
    border-radius: 50%;
}

.feature {
    position: relative;
    z-index: 5;
}

.feature .feature-title {}

.feature .feature-title h3 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 15px;
}

.feature ul li .single-feature {
    padding-top: 55px;
    overflow: hidden;
}

.feature ul li .single-feature .icon {
    float: left;
    overflow: hidden;
    display: inline-block;
    padding-right: 30px;
}

.feature ul li .single-feature .cont {
    width: 78%;
    float: left;
    overflow: hidden;
}

.feature ul li .single-feature .cont h4 {
    font-size: 24px;
    color: #fff;
    padding-bottom: 15px;
}

.feature ul li .single-feature .cont p {
    color: #fff;
}

/*===== Index-4 =====*/

.video-feature-tow {}

.video-tow {}

.video-tow .video-image {
    position: relative;
}

.video-tow .video-image img {
    width: 100%;
    border-radius: 5px;
}

.video-tow .video-image a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.feature-tow {}

.feature-tow .feature-title h3 {
    color: #103965;
}

.feature-tow .single-feature .cont {}

.feature-tow ul li .single-feature .cont h4 {
    color: #103965;
}

.feature-tow ul li .single-feature .cont p {
    color: #505050;
}

/*=====================================================
    9. TEACHERS css 
======================================================*/

.teachers-cont {}

.teachers-cont p {
    padding-top: 30px;
}

.single-teachers {
    position: relative;
}

.single-teachers .image {
    border-radius: 5px;
    overflow: hidden;
}

.single-teachers .image img {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width: 100%;
}

.single-teachers:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-teachers .cont {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 80%;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    padding: 15px;
}

.single-teachers .cont a {
    display: block;
}

.single-teachers .cont a h6 {
    color: #000;
    font-size: 15px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-teachers .cont a:hover h6 {
    color: #ffc600;
}

.single-teachers .cont span {
    font-size: 14px;
    color: #8a8a8a;
}

/*===== Index-4 =====*/

.teachers-area-tow {
    position: relative;
}

.teachers-area-tow::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/teachers/teachers-shape.png);
    background-position: center center;
    background-size: contain;
}

/*=====================================================
    10. PUBLICATION css 
======================================================*/

.single-publication {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
}

.single-publication .image {
    position: relative;
}

.single-publication .image img {
    width: 100%;
}

.single-publication .image .add-cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.8);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    text-align: center;
}

.single-publication .image:hover .add-cart {
    opacity: 1;
}

.single-publication .image .add-cart ul {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.single-publication .image .add-cart ul li {
    display: inline-block;
    margin: 0 5px;
}

.single-publication .image .add-cart ul li a {
    font-size: 16px;
    color: #ffc600;
    width: 35px;
    line-height: 35px;
    border: 1px solid #ffc600;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-publication .image .add-cart ul li a:hover {
    background-color: #ffc600;
    color: #07294d;
}

.single-publication .content {}

.single-publication .content .book-title a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    margin-bottom: 5px;
}

.single-publication .content .book-title a:hover {
    color: #ffc600;
}

.single-publication .content .writer-name {
    font-size: 15px;
    color: #505050;
}

.single-publication .content .writer-name span {
    color: #07294d;
    padding-bottom: 10px;
}

.single-publication .content .price {}

.single-publication .content .price .normal-price {
    font-size: 16px;
    font-weight: 600;
    color: #07294d;
}

.single-publication .content .price .discount-price {
    font-size: 14px;
    color: #505050;
    margin-left: 10px;
    position: relative;
}

.single-publication .content .price .discount-price::before {
    position: absolute;
    content: '';
    background-color: #505050;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-publication .content .price-btn {
    border-top: 1px solid #eee;
    padding-top: 5px;
}

.single-publication .content .price-btn .main-btn {
    padding: 0 13px;
    line-height: 40px;
    height: 42px;
    font-size: 15px;
}

.single-publication .content .price-btn .main-btn i {
    margin-right: 5px;
}

.single-publication .content .description {
    padding-top: 10px;
    padding-bottom: 25px;
}


/*=====================================================
    12. NEWS css 
======================================================*/

.single-news {}

.single-news .news-thum {}

.single-news .news-thum img {
    width: 100%;
    border-radius: 5px;
}

.single-news .news-cont {}

.single-news .news-cont ul li {
    display: inline-block;
    margin-right: 25px;
}

.single-news .news-cont ul li:last-child {
    margin-right: 0;
}

.single-news .news-cont ul li a {
    color: #8a8a8a;
    font-size: 15px;
}

.single-news .news-cont ul li a i {
    color: #ffc600;
    margin-right: 8px;
}

.single-news .news-cont ul li a span {
    color: #07294d;
}

.single-news .news-cont a {
    display: block;
}

.single-news .news-cont a h3 {
    font-size: 24px;
    color: #000;
    padding-bottom: 20px;
    padding-top: 10px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-news .news-cont a:hover h3 {
    color: #ffc600;
}

.news-list .news-cont h3 {
    font-size: 20px;
}

.news-list .news-cont ul li a {
    font-size: 14px;
}

/*=====================================================
    13. FOOTER css 
======================================================*/

.footer-top {
    background-color: #07294d;
}

.footer-about {
    padding-right: 50px;
}

.footer-about p {
    color: #fff;
    padding-top: 15px;
}

.footer-about ul li {
    display: inline-block;
    margin-right: 15px;
}

.footer-about ul li:last-child {
    margin-right: 0;
}

.footer-about ul li a {
    width: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    background-color: #021d3a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.footer-about ul li a:hover {
    background-color: #ffc600;
    color: #021d3a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.footer-title h6 {
    font-size: 18px;
    color: #fff;
}

.footer-link {
    overflow: hidden;
}

.footer-link ul {
    /*    width: 50%;*/
    float: left;
    overflow: hidden;
}

.footer-link ul li {
    line-height: 35px;
}

.footer-link ul li a {
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.footer-link ul li a i {
    margin-right: 8px;
    color: #ffc600;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.footer-link ul li a:hover {
    color: #ffc600;
}

.footer-link ul li a:hover i {
    margin-right: 15px;
}

.support ul {
    float: none;
    width: 100%;
}

.footer-address ul li {
    position: relative;
    margin-bottom: 10px;
}

.footer-address ul li:last-child {
    margin-bottom: 0;
}

.footer-address ul li .icon i {
    font-size: 18px;
    color: #ffc600;
    position: absolute;
    left: 0;
    top: 5px;
}

.footer-address ul li .cont {
    padding-left: 35px;
}

.footer-address ul li .cont p {
    color: #fff;
}

.footer-copyright {
    background-color: #021d3a;
}

.footer-copyright .copyright p {
    color: #fff;
    text-align: center;
}

.footer-copyright .copyright p span {
    font-weight: 600;
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background-color: #ffc600;
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: none;
}

.back-to-top:hover {
    color: #fff;
    background-color: #021d3a;
}


/*=====================================================
    16. COUNTER css 
======================================================*/

.single-counter {
    position: relative;
    z-index: 5;
}

.prof-counter-card {
    background: #07294d;
    padding: 50px 20px 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 198, 0, 0.2);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.prof-counter-card:hover {
    transform: translateY(-12px);
    border-color: rgba(255, 198, 0, 0.5);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.prof-counter-card .counter-num {
    font-size: 56px;
    color: #ffc600;
    /* Use brand yellow for the number+plus for more impact */
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
}

.prof-counter-card .counter-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    line-height: 1.4;
}

.prof-counter-card:hover .counter-num {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

/*===== Index-3 =====*/

.counter-3 {}

.counter-3 p {
    color: #07294d;
    font-weight: 600;
}

/*===== Index-4 =====*/

.counter-area-tow {}

.single-counter-tow {
    position: relative;
    z-index: 5;
}

.single-counter-tow .counter-icon {}

.single-counter-tow .counter-content {
    padding-left: 30px;
}

.single-counter-tow span {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.single-counter-tow p {
    color: #fff;
}

/*=====================================================
    17. TEACHERS 2 css 
======================================================*/

.teachers-2 {}

.teachers-2 .teachers-2-single {
    background-color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 15px;
}

.teachers-2 .teachers-2-single .thum {}

.teachers-2 .teachers-2-single .thum img {
    border-radius: 50%;
}

.teachers-2 .teachers-2-single .cont {
    padding-left: 20px;
}

.teachers-2 .teachers-2-single .cont a {}

.teachers-2 .teachers-2-single .cont a h5 {
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.teachers-2 .teachers-2-single .cont a:hover h5 {
    color: #ffc600;
}

.teachers-2 .teachers-2-single .cont p {
    font-size: 15px;
}

.teachers-2 .teachers-2-single .cont span {
    font-size: 14px;
    color: #07294d;
}

.teachers-2 .teachers-2-single .cont span i {
    margin-right: 5px;
    color: #ffc600;
}

.student-slide {
    z-index: 5;
}

.happy-student {
    background-color: #07294d;
    padding-top: 65px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    border-radius: 5px;
    position: relative;
}

.happy-student {
    background-color: #07294d;
    padding-top: 65px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    border-radius: 5px;
    position: relative;
}

.happy-student .happy-title {}

.happy-student .happy-title h3 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 60px;
}

.happy-student .single-student {
    position: relative;
    z-index: 5;
}

.happy-student .single-student img {
    padding-bottom: 20px;
}

.happy-student .single-student p {
    color: #fff;
    padding-bottom: 30px;
    padding-right: 135px;
}

.happy-student .single-student h6 {
    color: #fff;
    font-size: 16px;
}

.happy-student .single-student span {
    font-size: 14px;
    color: #fff;
}

.happy-student .student-image {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*=====================================================
    18. EVENT css 
======================================================*/

.event-bg {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.event-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(7, 41, 77, 0.3)), color-stop(10%, rgba(7, 41, 77, 0.3)), to(rgba(7, 41, 77, 1)));
    background: linear-gradient(to right, rgba(7, 41, 77, 0.3) 0%, rgba(7, 41, 77, 0.3) 10%, rgba(7, 41, 77, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d07294d', endColorstr='#07294d', GradientType=1);
}

.event-2 .event-title h3 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 5px;
}

.event-2 ul li .single-event {
    padding: 25px 0;
    border-bottom: 1px solid #cecece;
}

.event-2 ul li:last-child .single-event {
    border-bottom: 0;
}

.event-2 ul li .single-event span {
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
}

.event-2 ul li .single-event span i {
    color: #ffc600;
    margin-right: 3px;
}

.event-2 ul li .single-event a {
    display: block;
}

.event-2 ul li .single-event a h4 {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 24px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.event-2 ul li .single-event a:hover h4 {
    color: #ffc600;
}

/*=====================================================
    18.1 EVENT 2 css 
======================================================*/

.single-event-list-2 {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
}

.single-event-list-2 .event-thum {}

.single-event-list-2 .event-thum img {
    width: 100%;
    border-radius: 5px;
}

.single-event-list-2 .event-cont {}

.single-event-list-2 .event-cont span {
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 20px;
}

.single-event-list-2 .event-cont span i {
    color: #ffc600;
    margin-right: 3px;
}

.single-event-list-2 .event-cont a {
    display: block;
}

.single-event-list-2 .event-cont a h4 {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #000;
    font-size: 20px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-event-list-2 .event-cont a:hover h4 {
    color: #ffc600;
}

/*=====================================================
    19. COUNT DOWN css 
======================================================*/

.count-down-cont {
    position: relative;
    z-index: 5;
}

.count-down-cont h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 5px;
}

.count-down-cont h2 {
    font-size: 72px;
    color: #ffc600;
    font-weight: 700;
    padding-bottom: 37px;
}

.count-down-time {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.count-down-time .single-count {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
}

.count-down-time .single-count .number {
    font-size: 72px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
}

.count-down-time .single-count .title {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    display: block;
}

.category-form-3 {
    margin-top: 0;
    position: relative;
    z-index: 5;
}

.category-form-3 .form-title {
    background-color: #ffc600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.category-form-3 .form-title h3 {
    color: #07294d;
}

.category-form-3 .form-title span {
    font-weight: 600;
}

.category-form-3 .main-btn {
    color: #fff;
}

.category-form-3 .main-btn:hover {
    color: #ffc600;
    border-color: #07294d;
}

/*=====================================================
    20. PAGE BANNER  css 
======================================================*/

.page-banner-cont {
    position: relative;
    z-index: 5;
}

.page-banner-cont h2 {
    font-size: 52px;
    color: #fff;
    padding-bottom: 15px;
}

.page-banner-cont .breadcrumb {
    margin: 0;
    background: none;
    padding: 0;
}

.page-banner-cont .breadcrumb .breadcrumb-item {
    color: #ffc600;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.page-banner-cont .breadcrumb .breadcrumb-item a {
    color: #fff;
}

.page-banner-cont .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: "/";
    font-size: 18px;
}


/*=====================================================
    31. CONTACT PAGE css 
======================================================*/

.contact-from {
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
}

.contact-from .main-form {}

.contact-from .main-form .single-form {
    margin-top: 20px;
}

.contact-from .main-form .single-form input,
.contact-from .main-form .single-form textarea {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    color: #8a8a8a;
    font-size: 15px;
}

.contact-from .main-form .single-form textarea {
    padding-top: 10px;
    height: 100px;
    resize: none;
}

.form-group {
    margin: 0;
}

.list-unstyled li {
    font-size: 13px;
    margin-left: 2px;
    margin-top: 5px;
    color: #f00;
}

p.form-message.success,
p.form-message.error {
    font-size: 16px;
    color: #353535;
    background: #ddd;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: 15px;
}

.contact-address {
    background-color: #fff;
    padding: 20px 50px 50px;
    border-radius: 5px;
}

.contact-address ul li {
    padding-top: 30px;
}

.contact-address ul li .single-address {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-address ul li .single-address .icon i {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #07294d;
    color: #07294d;
    font-size: 24px;
    text-align: center;
}

.contact-address ul li .single-address .cont {
    padding-left: 20px;
}

.contact-address ul li .single-address .cont p {}

.map {}

.map #contact-map {
    width: 100%;
    height: 225px;
}

.map.map-big #contact-map {
    width: 100%;
    height: 415px;
}

.contact-address .contact-heading {
    padding-top: 35px;
}

.contact-address .contact-heading h5 {
    padding-bottom: 15px;
}


/*=====================================================
    34. LOGIN/REGISTER
======================================================*/

.signup-content {
    background: #fff;
    border-radius: 10px;
    padding: 50px 55px;
    margin: 0 50px;
}

.form-group {
    overflow: hidden;
    margin-bottom: 20px;
}

.form-input {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: #07294d;
}

.main-btn.register-submit {
    width: 170px;
}

.label-agree-term {
    font-size: 15px;
    color: #555;
}

.term-service {
    color: #07294d;
    transition: .3s;
}

a.term-service:hover {
    color: #ffc600;
    transition: .3s;
}

.loginhere {
    color: #555;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px;
}

.loginhere-link {
    font-weight: 700;
    color: #07294d;
    transition: .3s;
}

a.loginhere-link:hover {
    color: #ffc600;
    transition: .3s;
}

.field-icon {
    float: right;
    margin-right: 17px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
    color: #555;
}

@media screen and (max-width: 768px) {
    .signup-content {
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    .signup-content {
        margin: 0;
    }
}

.zoom-img {
    height: auto;
    overflow: hidden;
}

.zoom-img img {
    width: 100%;
    transition: all .3s ease-in-out;
}

.zoom-img img:hover {
    transform: scale(1.2);
}


/* ===== Scrollbar CSS ===== */
/* Firefox */
.about-event ul {
    scrollbar-width: thin;
    scrollbar-color: #ffc600 #ffffff;
}

/* Chrome, Edge, and Safari */
.about-event ul::-webkit-scrollbar {
    width: 5px;
}

.about-event ul::-webkit-scrollbar-track {
    background: #ffffff;
}

.about-event ul::-webkit-scrollbar-thumb {
    background-color: #ffc600;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

#logobanner-part {

    background: #ffc600;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-bg {

    background: #07294d;
}

.single-slider {

    padding-top: 360px;
}

#apply-aprt {

    padding-top: 115px;
}

.head-align {

    display: flex;
    align-items: center;
}

.navigation.sticky .navbar .navbar-nav li a {
    color: #000000;
}