﻿body {
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.set-pad {
    padding-top: 35px;
}

.set-row-pad {
    padding-top: 30px;
    padding-bottom: 50px;
}

/*=====================================
NAVBAR STYLES 
    ===================================*/

.logo-custom {
    background-color: white;
    height: 70px;
    border-radius: 10px;
    padding: 5px;
}

#menu {
    background-color: rgba(28, 43, 75, 0.89);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    min-height: 100px;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
    margin-top: 30px;
}

.navbar-inverse {
    border-color: transparent;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #FFF;
    padding: 22px 10px;
}

.navbar-collapse {
    border-top: none;
    margin-top: 20px;
}


/* p {
    color: rgba(28, 43, 75, 1);
    color: #333;
    color: #005E5A;
    color: #1A94C4;
    color: #2f9484;
    color: #2d3d5a;
} */


/*=====================================
  HOME STYLES 
    ===================================*/
.home-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    background: url(../img/header.jpg) repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: contain;
    color: #fff;
    background-attachment: fixed;
}

.home-sec .overlay {
    background: rgba(38, 57, 88, 0.89);
    min-height: 500px;
}

.home-sec h1 {
    color: #fff;
    font-weight: 900;
    font-size: 50px;
    text-transform: uppercase;
    padding-bottom: 35px;
}

.home-sec h3 {
    text-transform: uppercase;
}



.set-flexi {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
    background-color: transparent;
    border: 0px solid #000;
    padding-top: 120px;
}

.flex-control-nav {
    display: none !important;
}

.set-flexi a {
    margin: 5px;
}

/*=====================================
  TAG LINE STYLES 
    ===================================*/

.tag-line {
    background: #E9E9E9;
    color: #000;
}

.tag-line h2 {
    font-size: 20px;
    font-weight: 900;
    padding: 5px 10px 10px 5px;
    color: #005E5A;
}

.tag-line h2>i {
    margin-left: 8px;
    margin-right: 8px;
}

/*=====================================
  HEADER LINE STYLES 
    ===================================*/
.header-line {
    font-weight: 900;
    font-size: 25px;
    padding-bottom: 5px;
    padding-top: 25px;
    color: #000;
}

h1::after {
    content: " ";
    border: solid 2px #2f9484;
    display: block;
    width: 200px;
    margin: 12px auto;
}

/*=====================================
  ABOUT STYLES 
  ===================================*/
.about-div {
    padding: 30px;
}

.icon-round-border {
    border: 10px double #1A94C4;
    color: #2f9484;
    text-align: center;
    padding-top: 15px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.icon-round-border:hover {
    color: #fff;
    border: 10px double #fff;
    background-color: #1A94C4;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.about-div hr {
    border: 1px solid #1A94C4;
}

.about-div h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-div p {
    padding-top: 10px;
}

.btn-set {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-bottom: 20px;
}

/*=====================================
  FACULTY STYLES 
  ===================================*/
#faculty-sec {
    background: rgba(28, 43, 75, 1);
    color: #fff;
}

#faculty-sec .header-line {
    color: #fff;
}

.faculty-div h4 {
    line-height: 30px;
    font-weight: 700;
}

.faculty-div {
    padding: 30px;
    text-align: center;
}

.faculty-div hr {
    border: 1px solid #1A94C4;
}

.faculty-div h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.faculty-div p {
    padding-top: 10px;
    padding-bottom: 15px;
}

.faculty-div img {
    border: 10px double #fff;
    width: 300px;
    height: 300px;
}

/*=====================================
  CONTACT STYLES 
  ===================================*/
#contact-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    color: #fff;
    background-color: rgba(28, 43, 75, 1)
}

#contact-sec h1 {
    color: #fff;
}

#contact-sec .form-control {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
}

/*=====================================
  Footer STYLES 
  ===================================*/
#footer {
    padding: 5px 20px;
    background: rgba(28, 43, 75, 0.89);
    text-align: right;
    color: #fff;
    font-size: 15px;
}

/* site-section */
.site-section {
    padding-top: 120px;
}

.site-section h2,
.site-section h3 {
    font-size: 36px;
    margin: 0;
    text-transform: uppercase;
}

.img-lines {
    margin: 15px 0 40px;
}

.site-section p {
    margin-bottom: 35px;
}

/* Section: Counters */
.section-counters {
    background: white;
    width: 100%;
    padding: 30px 0;
    position: relative;
}

.section-counters:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-counters h4 {
    font-weight: bold;
}

.site-section p.counter {
    font-size: 100px;
    font-weight: 300;
    color: rgba(28, 43, 75, 1);
    margin: 0;
    line-height: 1.25;
}

.contact a {
    text-emphasis: none;
    font-weight: bolder;
    font-size: larger;
    text-decoration: none;
    color: white;
}

.contact i {
    font-size: 20px;
    margin-right: 10px;
}

.contact a:hover {
    text-emphasis: none;
    font-weight: bolder;
    font-size: larger;
    text-decoration: none;
    color: #2f9484;
}

.card-container {
    padding: 20px;
    border-radius: 10px;
}


.card {
    background-color: #fff;
    color: #333;
    border-radius: 10px;
    /* width: 300px; */
    height: 230px;
    padding: 10px;
    margin: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s, transform 0.3s;
}

.card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

.card i {
    margin-top: 10px !important;
    transition: color 0.3s;
}

.card:hover i {
    color: #1A94C4;
}

.bi {
    font-size: 50px;
    transition: color 0.3s;
}

.card:hover .bi {
    color: #1A94C4;
}


.card-content {
    padding: 15px;
    text-align: center;
}

.card-content h1 {
    font-size: 16px;
    font-weight: bold;
}

.card h1 {
    margin: 10px 0;
    font-size: 1.5em;
    transition: color 0.3s;
}

.card:hover h1 {
    color: #1A94C4;
}

.card p {
    margin: 0;
    font-size: 1em;
}

.classes-work {
    background: rgba(28, 43, 75, 1);
    color: #fff;
}

.classes-work h1,
.classes-work p {
    color: white;
}

.classes-container {
    display: flex;
    padding: 0 50px;
    justify-content: space-between;
}

.mobile-container {
    display: none;
}

.class-item {
    flex: 1;
    text-align: center;
    margin: 10px;
}

.class-item h3 {
    color: #5bc0de;
    font-size: 24px;
    font-weight: bold;
}

.bi-arrow-right,
.bi-arrow-down {
    margin: 30px;
}

@media (max-width: 767px) {
    .classes-container {
        display: none;
    }

    .mobile-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .bi-arrow-right,
    .bi-arrow-down {
        margin: 10px;
    }

    .why-si {
        flex-direction: column;
        text-align: center;
    }

    .tag-line h2 {
        font-size: 16px;
    }
}

.subject-container h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: rgba(28, 43, 75, 1);
}

.subject-container {
    background-color: #fff;
    color: #333;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s, transform 0.3s;
}

.subject-container:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

.subject-container ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    gap: 10px;
    flex-wrap: wrap;
}

.subject-container li {
    background-color: rgba(28, 43, 75, 0.89);
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 16px;
    width: 151px;
    text-wrap: wrap;
    font-weight: bold;
    color: white;
}

.subject li {
    background-color: rgba(28, 43, 75, 0.89);
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 16px;
    width: 150px;
    text-wrap: wrap;
    font-weight: bold;
    color: white;
}

.subject-container i {
    font-size: 28px;
    display: block;
}

.subject-container li:hover {
    background-color: rgba(28, 43, 75, 1);
    color: #1A94C4;
    transform: scale(1.05);
}

.why-si {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.why-si h4 {
    font-weight: 600;
    font-size: 16px;
}

.sticky-circle-button {
    position: fixed;
    right: 0;
    bottom: 10%;
    margin-right: 0;
    border-radius: 10px;
    padding: 5px 20px;
    background: none;
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-img{
    width: 100%;
    cursor: pointer;
}
