        * {
            box-sizing: border-box;
            margin: 0;
            font-family: 'Source Sans Pro', sans-serif;
            padding: 0;
        }

        * p {
            letter-spacing: 0.50px;
        }

        body {
            position: relative;
        }

        .affix {
            top: 0;
            width: 100%;
            z-index: 9999 !important;
        }

        .navbar {
            margin-bottom: 0px;
        }

        .affix~.container-fluid {
            position: relative;
            top: 50px;
        }

        .logo img {
            display: block;
            margin: auto;
        }

        .navbar {
            border-radius: 4px;
            background: #2b1770;
            width: 100%;
        }

        .navbar-nav>li>a {
            padding-top: 15px;
            padding-bottom: 15px;
            color: #fff;
            font-size: 16px;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 400;
        }

        .navbar-nav>li {
            padding-left: 8px;
            padding-right: 8px;
            border-right: 1px solid #fff;
        }

        .navbar-nav>li:last-child {
            border-right: none;
        }

        .navbar-nav {
            margin: 0;
            display: flex !important;
            float: none !important;
            justify-content: center !important;
        }

        .nav>li>a:focus,
        .nav>li>a:hover {
            text-decoration: none;
            color: #000;
        }

        .logo {
            background: #f6fbfe;
            padding-top: 5px;
        }

        .about-school p {
            font-weight: 400;
            font-size: 17px;
            color: #000;
            text-align: justify;
            line-height: 32px;
            font-family: 'Source Sans Pro', sans-serif;
        }

        .about-school h1 {
            font-size: 27px;
            font-weight: 500;
            color: #2b1770;
            text-align: left;
        }

        .slide-main {
            margin-top: -19px;
        }

        .about {
            padding-bottom: 20px;
        }

        .mission {
            padding: 10px;
            border: 4px solid #ffc535;
        }

        .mission img {
            width: 100%;
        }

        .text a {
            text-align: right !important;
            display: block;
            text-decoration: none !important;
            color: #2b1770;
            padding: 5px 6px 4px 6px;
            border-radius: 5px;
        }

        .text a:hover {
            color: #ffc535;
        }

        .text p {
            font-size: 16px;
            font-weight: 400;
            text-align: justify;
            line-height: 24px;
        }

        span {
            display: block;
            text-align: center;
            background: #2b1770;
            color: #ffffff;
            padding-bottom: 6px;
            padding-top: 1px;
        }

        .news {
            padding: 10px;
            border: 4px solid #ffc535;
            overflow: hidden;
            height: 290px;
        }

        .about-img {
            float: right;
            padding-left: 25px;
            padding-bottom: 5px;
        }

        .text {
            padding-top: 10px;
        }

        .about a:hover {
            color: #2b1770;
        }

        .about a {
            text-decoration: none;
        }

        .slick-dots li button {
            background-color: #2b1770 !important;
        }

        .gallery {
            margin-bottom: 20px;
        }

        .gallery-link a {
            font-size: 18px;
            font-weight: 500;
            color: #2b1770;
            text-align: left;
            display: block;
            text-align: right;
            text-decoration: none !important;
            text-align: right;
            border-radius: 4px;
        }

        .gallery-link a:hover {
            color: #ffc535;
        }

        .gallery img {
            width: 100%;
            border-radius: 20px;
            box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 8%);
        }

        .gallery img:hover {
            transform: scale(1.1);
            transition: 3s;
            animation-timing-function: ease-out;
        }

        .footer {
            background: #2b1770;
            padding-top: 20px;
            padding-bottom: 20px;
            margin-top: 15px;
        }

        .navigation h2 {
            color: #fff;
        }

        .contact-info h2 {
            color: #fff;
        }

        .navigation ul li {
            list-style: none;
            line-height: 35px;
            font-size: 16px;
            margin-left: 10px;
        }

        .navigation ul li a {
            font-size: 16px;
            text-decoration: none !important;
            text-align: center;
        }

        .navigation ul li a {
            font-size: 17px;
            text-decoration: none !important;
            text-align: center;
            color: #fff;
            font-weight: 400;
        }

        .contact-info p {
            font-size: 17px;
            font-weight: 400;
            line-height: 35px;
            color: #fff;
        }

        .contact-info p a {
            color: #fff;
            text-decoration: none !important;
        }

        hr {
            margin-top: 15px !important;
            margin-bottom: 15px !important;
            border: 0;
            border-top: 1px solid #eee;
        }

        section.gallery-img {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .contact-info .fa-phone {
            font-size: 30px;
        }

        .contact-info .fa-map-marker {
            font-size: 30px;
        }

        .contact-info .fa-envelope {
            font-size: 25px;
        }

        footer.copy-rights {
            background: #fcf312;
            padding-top: 10px;
            padding-bottom: 10px;
            color: #2b1770;
            text-align: center;
        }

        footer.copy-rights a {
            color: #000;
        }

        footer.copy-rights p {
            margin-top: 10px;
        }

        .footer-logo p {
            line-height: 30px;
            font-size: 17px;
            text-align: justify;
            color: #fff;
            margin-top: 15px;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 400;
        }

        .gallery-link {
            padding: 30px 2px 0 0;
        }

        @media(max-width:767px) {
            .logo img {
                width: 98%;
            }

            .navbar-nav {
                margin: 0;
                display: block !important;
                float: none !important;
                text-align: center;
            }

            .navbar-toggle span {
                background: #f6fbfe !important;
            }

            .navbar-toggle {
                background-color: #fef600 !important;
            }

            .slide div img {
                width: 100%;
            }
        }

        .adimission-table {
            background: #ffc535ba;
        }

        .adimission-table table td {
            line-height: 37px;
            padding: 8px 0 8px 30px;
            color: #2b1770;
            font-size: 16px;
            font-weight: 500;
        }

        .about-school h2 {
            font-size: 26px;
            color: #2b1770;
            font-weight: 500;
        }

        .table-section table td {
            line-height: 24px;
            font-size: 16px;
            font-weight: 500;
            color: #2b1770;
            text-align: center;
            padding: 8px;
        }

        ol li::marker {
            font-size: 15px;
            color: red;
            font-weight: 900;
        }

        .about-school ol li {
            list-style: circle;
        }

        .go-bottom {
            margin-top: 30px;
        }

        .manager-pic img {
            width: 100%;
            padding-bottom: 10px;
            padding-top: 10px;
            background: #b90707;
            border-bottom-right-radius: 40px;
            border-top-left-radius: 40px;
        }

        .manager-pic {
            padding-bottom: 15px;
        }

        .principle {
            float: right;
            padding-left: 25px;
            padding-bottom: 5px;
        }

        .principle img {
            width: 100%;
            padding-bottom: 10px;
            padding-top: 10px;
            background: #2b1770;
            border-bottom-right-radius: 40px;
            border-top-left-radius: 40px;
        }

        .address-item {
            padding: 30px;
            background-color: #2b1770;
            border-radius: 10px;
            text-align: center;
            height: 100%;
            margin-bottom: 15px;
            margin-top: 10px;
        }

        .address-item .address-icon {
            background: #c30600;
            height: 70px;
            width: 70px;
            color: #fff;
            line-height: 70px;
            border-radius: 100%;
            position: relative;
            margin: 0 auto 15px;
            font-size: 32px;
        }

        .address-item .address-icon:before {
            content: "";
            position: absolute;
            z-index: 0;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            width: 70px;
            height: 70px;
            background: #ff002a;
            border-radius: 50%;
            animation: pulse-border 1.5s ease-out infinite;
            opacity: 0;
            visibility: hidden;
        }

        .address-item .address-text .contact-title {
            font-size: 22px;
            margin: 0 0 10px;
            font-weight: 700;
            color: #fff500;
        }

        .unorderList {
            list-style: none;
        }

        .address-item .address-text ul li {
            font-size: 14px;
            line-height: 26px;
            font-weight: 400;
            color: #505050;
        }

        .address-item .address-text ul li a {
            color: #ffffff;
            font-size: 18px;
        }

        .add {
            font-size: 18px;
            line-height: 26px;
            color: #ffffff;
        }

        .login-wrap {
            width: 100%;
            margin: 0 auto;
            background: #2b17701a;
            border: 1px solid #2b1770;
            padding: 50px;
        }

        .registerWrp {
            border-top: none;
            padding-top: 0;
            margin-top: 0;
        }

        .loginWrp .form-group {
            margin-top: 15px;
            margin-bottom: 0;
        }

        .loginWrp .form-group .form-control {
            height: 50px;
            border-radius: 4px;
            font-size: 14px;
            border-color: #c306004a;
        }

        textarea.form-control {
            height: 150px !important;
        }

        .loginWrp .send_btn {
            width: 100%;
            letter-spacing: 0;
            font-weight: 600;
        }

        .form-group .btn {
            background: #2b1770d1;
            display: inline-block;
            border-radius: 30px;
            font-weight: 600;
            font-family: 'Montserrat', sans-serif;
            font-size: 16px;
            color: #fff;
            text-transform: uppercase;
            padding: 16px 40px;
        }

        .form-group .btn:hover {
            background: #e20c0c;
            color: #fff;
        }

        .form-part {
            padding-top: 30px;
        }

        .go-down {
            padding-bottom: 10px;
        }

        .go-down {
            margin-top: 30px;
        }

        .constuction img {
            display: block;
            margin: auto;
            width: 80%;
        }

        .about-school h3 {
            font-size: 23px;
            font-weight: 400;
            color: #2b1770;
        }

        .faculty h1 {
            color: #2b1770;
        }

        .gallery-text {
            font-size: 27px;
            font-weight: 500;
            text-align: center;
            background: #2b1770;
            color: #fff;
            padding: 10px;
            border-radius: 10px;
        }

        h1.cultural-text {
            font-size: 27px;
            font-weight: 500;
            text-align: center;
            background: #2b1770;
            padding: 10px;
            border-radius: 10px;
        }

        h1.cultural-text a {
            color: white;
            text-decoration: none;
        }

        h1.cultural-text .fa-arrow-right:hover {
            color: #fffa02;
        }

        .gallery {
            font-size: 27px;
            font-weight: 500;
            color: #2b1770;
            padding: 10px;
            border-radius: 10px;
        }

        @media (max-width:800px) {
            .navbar-nav>li {
                padding-left: 3px;
                padding-right: 3px;
                border-right: 1px solid #fff;
            }
        }

        @media (max-width: 768px) {
            .navbar-nav>li {
                padding-left: 1px;
                padding-right: 1px;
                border-right: 1px solid #fff;
            }

            .about-img {
                float: none;
                padding-left: 0;
                padding-top: 10px;
                padding-bottom: 10px;
            }

            .about-img img {
                width: 100%;
            }

            .gallery-link a {
                text-align: center;
                color: #fff;
                text-decoration: none !important;
            }

            .gallery-link {
                padding: 12px 0 12px 0;
                background-color: #b90a00;
            }

            .gallery {
                text-align: center;
            }

            .principle {
                float: none;
                padding-left: 0;
                padding-bottom: 0;
            }

            .address-item {
                margin-bottom: 20px;
            }

            .sm_none h1 {
                display: none;
            }

            .d-lg-none {
                display: block !important;
            }
        }

        .slide {
            overflow: hidden;
        }

        .slide div img {
            width: 100%;
        }

        .manager-principle {
            border: 3px solid #ffffff;
            background: #2b17700d;
            box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
            text-align: center;
            padding-bottom: 5px;
            margin-bottom: 8px;
            margin-top: 8px;
        }

        .manager-principle h2 {
            color: #000;
        }

        .manager-principle h3 {
            color: #2b1770;
        }

        .manager-principle p {
            font-size: 17px;
            color: red;
        }

        .manager-principle .fa-phone {
            font-size: 25px;
        }

        .manager-principle p a {
            text-decoration: none !important;
        }

        .part-section {



            font-size: 26px;
            color: #2b1770;
            font-weight: 500;
            margin: 38px 0px 12px;

        }

        .disclouser-btn {
            background-color: #fcf312 !important;


        }

        .disclouser-btn a {
            color: #000 !important;
        }

        .disclouser-btn a:hover {
            background-color: #fcf312 !important;

        }

        .btn-sm i {
            font-size: 20px;
        }

        .btn-sm {
            font-size: 20px;
        }

        .table-responsive {
            border-color: #ffd46b !important;
        }

        .part-section-h1 h1 {
            padding: 10px !important;
        }

        .d-lg-none {
            display: none;
        }

        .space-bottom {
            padding-bottom: 40px;
        }

        @media (max-width: 525px) {
            .bottom {
                margin-bottom: 15px;
            }
            .top{
                margin-top: 20px;
            }
        }
        .btn-height{
            line-height: 1.42857143 !important;
        }