body {
    overflow-x: hidden;
    /*font-family: 'Bubblegum Sans', cursive !important;*/
}

p {
    line-height: 1.75;
    color: #777777;
}

a {
    color: #ffa037;
}

a:hover {
    color: #ffa037;
}

.color-gold {
    color: #ffa037 !important;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #000 !important;
}

.top-remove {
    position: absolute !important;
    display: none;
}

.fixed-top.navbar-shrink {
    top: 0px !important;
}

.top-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    border-bottom: 1px solid #ffa037;
    background: #000;
    padding: 5px;
    opacity: 0.7;
}


.top-bar ul {
    margin: 0;
    padding: 0;
}

.top-bar ul li {
    padding: 5px 10px;
    display: inline-block;
}

.top-bar ul li:first-child {
    padding-left: 0px;
}

.top-bar ul li a {
    color: #fff;
    font-size: 15px;
}

.top-bar ul li a:hover {
    color: #ffa037;
    text-decoration: none;
}

.top-bar ul li a .fab,
.top-bar ul li a .fa {
    font-size: 12px;
}

.fixed-top {
    top: 35px !important;
}
.fee-structure table{
    width: 100% !important;
}
.dropdown-menu.custom-dropdown{
    background-color: #212529b8;
    padding: 10px;
}
@media screen and (max-width: 767px){
    .top-bar{
        text-align: center;
    }
    .top-bar .text-right{
        text-align: center !important;
    }
}
@media screen and (min-width: 991px){
   .dropdown-menu.custom-dropdown{
        width: 300px;
        left: -130px;
        top: 40px;
    }
}

#mainNav {
    background-color: #212529b8;
}

#mainNav .navbar-toggler {
    font-size: 14px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #ffa037;
}


#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    /*font-weight: bold;*/
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: white;
    font-family: 'Bubblegum Sans', cursive !important;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #ffa037;
}

.masthead {
    text-align: center;
    color: white;
    background-image: url("../img/commander-international-school-hero-shot.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
}

.masthead::before {
    position: absolute;
    content:'';
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
    background: #100e0e94;
}

.intro-text {
    position: absolute;
    padding: 0;
    top: 0;
    display: flex;
    bottom: 0;
    height: inherit;
    z-index: 999;
    width: 64%;
    left: 5%;
}
.heading{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

h1 {
    font-size: 60px;
    font-weight: normal;
}

.page-section {
    padding: 50px 0;
}

.page-section h2 {
    font-size: 36px;
    padding-bottom: 30px;
}

#why-choose {
    background-color: #eeeeee;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.active-learing:hover circle {
    fill: #ffa037;
    -webkit-transition: 0.3s;
    transition: 0.3s;

}

.active-learing:hover path {
    fill: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.active-learing:hover .hover-white {
    fill: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.active-learing:hover .circle-border {
    fill: #FFA037;
}

.svg-icon h3 {
    font-size: 24px;
    color: #4f4f4f;
}

.active-learing:hover h3 {
    color: #ffa037
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
    background: rgba(255, 160, 55, 0.8);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: white;
}

.testimonials {
    background-image: url(../img/testimonial-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.modal .modal-header {
    border: none;
    padding: 5px 10px;
}

.modal .close {
    color: #FFA037;
}

.modal .modal-footer {
    border: none;
}

.modal .modal-footer .btn {
    background: #FFA037;
    box-shadow: none;
    border: none;
}

.our-testimonals .item .quote {
    position: relative;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}

.our-testimonals .item .quote:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 25px solid #fff;
    bottom: -20px;
    right: 29px;
}

.our-testimonals .item img {
    width: 60px !important;
    height: 60px;
    display: inline !important;
}

.our-testimonals .item .authur {
    float: right;
    margin-top: 30px;
}

.our-testimonals .item .authur span {
    display: inline;
    color: #fff;
    margin-right: 10px;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-carousel button.owl-dot {
    border: 1px solid #fff !important;
    border-radius: 50%;
    padding: 8px !important;
    margin: 5px;
}

.owl-carousel button.owl-dot.active {
    background: #000;
    border: 1px solid #000 !important;
}

.contact {
    background: #202020;
}

.contact ul li a {
    color: #fff;
}

.contact ul li a:hover {
    color: #ffa037;
}

.footer {
    background: #121212;
}

.footer a,
footer p {
    color: #555555;
    text-decoration: none;
}

.footer a {
    text-transform: uppercase;
}

.footer ul,
footer p {
    margin-top: 1rem;
}

.portfolio {
    height: 560px;
    overflow-y: scroll;
    position: relative;
}

.portfolio::-webkit-scrollbar {
    width: 3px !important;
}

/* Track */

.portfolio::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
}

/* Handle */

.portfolio::-webkit-scrollbar-thumb {
    background: #f3f3f3 !important;
}

.portfolio:hover::-webkit-scrollbar-thumb {
    background: #d7d7d7 !important;
}

.notice-board {
    position: absolute;
    right: 10px;
    top: 125px;
    height: 490px;
    width: 30%;
    background: rgba(0,0,0, 0.3);
    padding: 10px;
    overflow: hidden;
    z-index: 999;
}
.notice-board marquee{
    height: 510px;
}

.notice-board h3{
    color: #fff;
}

.responsive-notice{
    padding: 0px;
    margin: 0px;
}
.responsive-notice li{
    list-style-type: none;
    border-bottom: 1px solid rgba(255,255,255,.8);
    font-size: 18px;
    padding: 10px;
}

.responsive-notice li a{
    color: #fff;
    text-decoration: none;
}
#mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
}
@media (max-width: 800px){
    .notice-board{
        position: relative;
        top: 20px;
        background: transparent;
        width: 100%;
        right: 0px;
        height: 250px;
    }
    .notice-board marquee{
        height: 250px;
    }
    .notice-board h3{
        color: #000;
    }
    .responsive-notice li a{
        color: #000;
    }
    .responsive-notice li{
        list-style-type: none;
        border-bottom: 1px solid rgba(0,0,0,.8);
        font-size: 18px;
        padding: 10px;
    }
    .masthead{
        background-size: cover;
    }
    .intro-text{
        width: 90%;
    }
}


@media (max-width: 767px) {
    .fixed-top {
        top: 63px !important;
    }
    .portfolio {
        height: 630px;
    }
}

@media (max-width: 432px) {
    .fixed-top {
        top: 93px !important;
    }
}

@media (min-width: 768px) {
    .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
    .portfolio {
        height: 470px;
    }
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        /*background-color: transparent;*/
    }
    #mainNav .navbar-brand {
        font-size: 1.75em;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #mainNav .navbar-brand img {
        width: 200px;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 0.5em !important;
    }
    
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0;
    }
    #mainNav.navbar-shrink .navbar-brand img {
        width: 150px;
    }
    .modal-lg {
        max-width: 700px;
    }

}

@media (min-width: 1200px) {
    .portfolio {
        height: 560px;
    }
}
