a:hover {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

body {
    box-sizing: border-box;
    background: #fff !important;
}
.error { margin-top: 10px !important; padding-left: 10px !important; color: red !important; }

/*Button*/

.button {
    border-radius: 4px;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 25px 20px;
    width: 165px;
    transition: all 0.5s;
    cursor: pointer;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

.btn-darg-bg {
    background-color: #73181C !important;
    font-size: 15px;
    color: #fff !important;
    font-weight: 600;
    padding: 18px 20px;
    width: 165px;
}

.btn-darg-bg span:after {
    content: '' !important;
    background-image: url('../images/btn-white-arrow.png');
    width: 16px;
    height: 16px !important;
    display: block !important;
    margin-top: 1px !important;
}

/*common styles
--------------------------------*/
.section-padding {
    padding: 100px 0px;
}

p {
    color: #3A3A3A;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.source-sance-font {
    font-family: 'Source Sans Pro', sans-serif;
}

.open-sans-font {
    font-family: 'Open Sans', sans-serif;
}

.sub-tittle {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    letter-spacing: 0.02em;
    color: #1B5168;
}

.white {
    color: #fff !important;
}

.white-bg {
    background-color: #fff;
}

.main-tittle {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0.02em;
    color: #000000;
}

.title-left-line {
    position: relative;
    margin-right: 20px;
}

.title-left-line::before {
    content: '';
    background-color: #73181C;
    display: block;
    height: 32px;
    background-repeat: no-repeat;
    width: 2px;
    position: absolute;
    left: 0px;

}

.title-left-line-white::before {
    content: '' !important;
    background-color: #fff !important;
    display: block !important;
    height: 32px !important;
    background-repeat: no-repeat !important;
    width: 2px !important;
    position: absolute !important;
    left: 0px !important;

}

.off-white-bg {
    background-color: #f5f5f5
}

.row-eq-height {
    display: flex !important;
    flex-wrap: wrap !important;
}

/*Header
--------------------------------*/
.header-col-bg {
    background-color: #1B5168;
    padding: 7px 0px;
}

.header-col li {
    display: inline-block;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-right: 30px;
}

.header-col li i {
    margin-right: 15px;
}

.header-col ul {
    margin-bottom: 0px !important;
}

/*Navbar
--------------------------------*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #3a3a3a;
    background-color: #fff !important
}

.dropdown-menu li a {
    line-height: 30px;
}

.activity-drop-dowm-menu {
    right: -50px !important;
}

.navbar-toggle {
    background-color: transparent !important;
    border: none !important;
}

.navbar-toggle span img {
    height: 20px !important;
}

.fixed {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: 0.7s all !important;
}

.nav-bg {
    background-color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
    transition: 0.7s all;

}

.navbar {
    position: relative;
    min-height: 95px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-default {
    background-color: #ffffff !important;
    border-color: #fff !important;
}

.navbar-default .navbar-nav > li > a {
    color: #3A3A3A;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-style: normal;
    padding: 0px 0px 10px 0px;
    margin: 35px 0px 0px 30px;
    transition: 0.3s;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #73181C;
    transition: 0.3s;
}

.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0px;
    /* margin-top: 26px; */
    background: #73181C;
    height: 2px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent !important;
}

/*Slider
--------------------------------*/
.slide__img img {
    width: 100% !important;
}

.slide__content--headings p {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 23px !important;
    letter-spacing: 0.02em !important;
    color: #D8D8D8 !important;
}

.slide__content--headings h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.slide__content--headings h2 span {
    display: block !important;
    font-size: 55px !important;
}

.main-banner-btn {
    background-color: #fff !important;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #73181C !important;
}

.main-banner-btn span:after {
    content: '' !important;
    background-image: url('../images/btn-drk-arrow.png');
    width: 16px;
    height: 16px !important;
    display: block !important;
    margin-top: 4px !important;
}

/*Green Side Bar
--------------------------------*/
.green-side-bar-col a {
    text-decoration: none !important;
}

.green-side-bar-col a:hover .side-bar-icon {
    transform: scaleX(-1) !important;
    -moz-transform: scaleX(-1) !important;
    -webkit-transform: scaleX(-1) !important;
    -ms-transform: scaleX(-1) !important;
    transition: transform .5s ease-in-out !important;
}

.side-bar-icon {
    min-width: 75px;
    max-width: 75px;
    transition: all .8s !important;
    margin-left: auto;
    margin-right: auto;
}


.green-side-bar-col {
    background-color: #278478 !important;
    padding: 25px 65px 25px 65px;
    width: 90%;
    margin-top: -80px !important;
}

.green-side-bar-content-box {
    padding: 35px;
    border-radius: 4px;
    background-color: white;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
}

.green-side-bar-content-box .right-arw {
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #d5d5d5;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.green-side-bar-content-box .right-arw img {
    min-width: 12px;
    max-width: 12px;
    opacity: 0.2;
    height: auto;
}

.green-side-bar-content-box h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #181818 !important;
    padding-top: 15px !important;
    text-transform: uppercase;
    transition: all .3s;
}

.green-side-bar-content-box:hover.green-side-bar-content-box h4 {
    color: #278478 !important;
    transition: all .8s;
}

.green-side-bar-content-box:hover.green-side-bar-content-box .side-bar-icon {
    transform: rotateY(180deg);
    transition: all .3s !important;
}

.green-side-bar-content-box:before, .green-side-bar-content-box:after {
    content: '';
    width: 191px;
    height: 191px;
    border-radius: 100%;
    background-color: rgba(71, 251, 235, 0.07);
    opacity: 1;
    position: absolute;
    -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
}

.green-side-bar-content-box:before {
    top: 0;
    right: 0;
    -webkit-transform: translate(80%, -100%);
    transform: translate(80%, -100%);
}

.green-side-bar-content-box:after {
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-80%, 100%);
    transform: translate(-80%, 100%);
}

[class*=col-]:nth-child(1) .green-side-bar-content-box:hover:before {
    top: 0;
    right: 0;
    -webkit-transform: translate(60%, -60%);
    transform: translate(60%, -60%);
}

[class*=col-]:nth-child(1) .green-side-bar-content-box:hover:after {
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-60%, 60%);
    transform: translate(-60%, 60%);
}

/*You-tube-video*/
.you-tube-thump-image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 503px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.you-tube-video-col {
    padding: 25px 0px 0px 0px;
}

.modal-body {
    position: relative;
    padding: 0px 0px 0 0px;
}

.modal-content {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.modal {
    top: 25%;
}

.you-tube-thump-image:hover .you-tune-icon {
    margin-top: -40px;
    transition: 0.6s all;
}

.you-tune-icon {
    transition: 0.6s all;
}

/*About
--------------------------------*/
.about-image-col {
    position: relative;
}

.abt-image-1 {
    z-index: -1;
    position: relative;
    margin-left: 40px;
}

.abt-image-2 {
    z-index: 1;
    position: absolute;
    display: block;
    left: 135px;
    bottom: 0;
    border-top: 15px #fff solid;
    border-left: 15px solid #fff;
}

.strocke-circle {
    border: 10px solid rgba(115, 24, 28, 0.4);
    background-color: transparent;
    width: 105px;
    height: 105px;
    border-radius: 100%;
    position: absolute;
    right: 60px;
    bottom: -50px;
    z-index: -1
}

.abt-horizontal-pattern {
    position: absolute !important;
    right: 210px;
    bottom: -40px;
}

.abt-vertical-pattern {
    position: absolute;
    left: 10px;
    bottom: 80px;
}

.green-circle {
    position: absolute;
    background: rgba(40, 180, 96, 0.5);
    width: 58px;
    height: 58px;
    border-radius: 100%;
    bottom: 55px;
}

.about-logo {
    position: absolute;
    right: 40px !important;
    top: 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
    border-radius: 50px;
    animation-name: logo-about-colum;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

@keyframes logo-about-colum {
    0% {
        right: 40px;
        top: 0px;
    }
    50% {
        right: 40px;
        top: 160px;
    }
    100% {
        right: 40px;
        top: 0px;
    }
}

.about-content-col {
    padding-left: 40px !important;
    padding-top: 30px;
}

.about-tittle span {
    display: block;
    color: #278478;
}

/*Admission
--------------------------------*/
.admission-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.admission-bg p {
    padding-right: 0px !important;
    padding-top: 20px;
    font-weight: 600
}

.admission-btn {
    width: 270px !important;
    background-color: #fff !important;
    color: #73181C !important;
}

/*Cources
--------------------------------*/
.tittle-center-line {
    position: relative;
}

.tittle-center-line:before {
    content: '' !important;
    background-color: #73181C !important;
    display: block !important;
    height: 2px !important;
    background-repeat: no-repeat !important;
    width: 32px !important;
    position: absolute !important;
    right: 48%;
    top: 40px;

}

.cource-col-bg {
    background-color: #fff !important;
    padding: 30px 50px;
}

.course-col-border {
    border-bottom: 1px solid #E3E3E3;
}

.course-content h4 {
    color: #1B5168;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
}

.course-col {
    display: flex;
    flex-direction: row;
    padding: 26px 0px;
}

.course-arrow {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-end;
}

.course-arrow-col {
    width: 50px;
    height: 50px;
    border: 1px solid #C5C5C5;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.6s all;
}

.course-arrow-col i {
    font-size: 20px;
    color: #1B5168;
    transition: 0.6s all;
}

.course-area {
    padding-top: 50px;
}

.course-image {
    position: relative;
}

.course-image img {
    z-index: -999;
}

.course-image-circle {
    position: absolute;
    width: 104px;
    height: 104px;
    z-index: 1;
    bottom: 40px;
    border: 10px solid rgba(115, 24, 28, 0.6);
    background-color: transparent;
    border-radius: 100%;
    right: -50px;
}

.course-btn {
    background-color: #278478 !important;
    width: 200px !important;
}

.course-btn-bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.course-col:hover .course-arrow-col {
    background-color: #1B5168 !important;
    transition: 0.6s all;
}

.course-col:hover .course-arrow-col i {
    color: #fff !important;
    transition: 0.6s all;
}

/*Facilities
--------------------------------*/
.facilities-tittle {
    font-size: 30px !important;
    line-height: 45px;
}

/*slider*/
.wrapper {
    padding: 0px 0;
    overflow: hidden;
}


.my-slider {
    padding: 0 0px;
}


.slick-next, .slick-prev {
    z-index: 5;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-next:before, .slick-prev:before {
    color: #000;
    font-size: 26px;
}

.facilities-box {
    margin: 0px 10px
}

.facilities-box h5 {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.01em;
    padding-top: 30px;
}

.facilities-box {
    background-color: #278478 !important;
    padding: 40px 20px;
    border-radius: 15px;
    height: 270px !important;
}

.slick-dots li button:before {
    font-size: 26px !important;
    line-height: 32px !important;
}

.slick-dots li.slick-active button:before {
    color: #73181C !important;
}

/*Faculties-accordian */
/*.accordion {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    background: #f4f4f4;*/
/*    color: #00432f;*/
/*    border: 1px solid #d7d9d8;*/
/*}*/

/*.accordion__item {*/
/*    position: relative;*/
/*    list-style-type: none;*/
/*    padding: 20px 10px;*/
/*}*/

/*.accordion__item:not(:last-of-type) {*/
/*    border-bottom: 1px solid #d7d9d8;*/
/*}*/


/*input[type="checkbox"] {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    cursor: pointer;*/
/*    opacity: 0;*/
/*}*/

/*.accordion__title {*/
/*    padding-left: 25px;*/
/*    font-size: 17px;*/
/*    font-weight: 700;*/
/*    color: #1B5168;*/
/*}*/

/*.accordion__arrow {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    margin-top: 26px;*/
/*    margin-right: 6%;*/
/*}*/

/*.accordion__arrow::before,*/
/*.accordion__arrow::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-color: #00432f;*/
/*    width: 3px;*/
/*    height: 9px;*/
/*    transition: transform 0.25s ease-in-out;*/
/*    top: -20px;*/
/*    right: -20px;*/
/*}*/

/*.accordion__arrow::before {*/
/*    transform: translateX(-2px) rotate(45deg);*/
/*}*/

/*.accordion__arrow::after {*/
/*    transform: translateX(2px) rotate(-45deg);*/
/*}*/

/*input[type="checkbox"]:checked ~ .accordion__arrow::before {*/
/*    transform: translateX(2px) rotate(45deg);*/
/*}*/

/*input[type="checkbox"]:checked ~ .accordion__arrow::after {*/
/*    transform: translateX(-2px) rotate(-45deg);*/
/*}*/

/*.accordion__content {*/
/*    position: relative;*/
/*    max-height: 850px;*/
/*    opacity: 1;*/
/*    overflow: hidden;*/
/*    transition: all 0.35s ease-in-out;*/
/*    line-height: 1.6;*/
/*    z-index: 2;*/

/*}*/

/*input[type="checkbox"]:checked ~ .accordion__content {*/
/*    max-height: 0;*/
/*    opacity: 0;*/
/*}*/

/*@media (min-width: 320px) and (max-width: 768px) {*/
/*    .accordion__arrow::before, .accordion__arrow::after {*/
/*        right: 12px !important;*/
/*    }*/
/*    .accordion__title {*/
/*        padding-left: 5px;*/
/*        font-size: 14px;*/
/*        font-weight: 700;*/
/*        color: #1B5168;*/
/*    }*/
/*    .accordion__content {*/
/*        position: relative;*/
/*        max-height: fit-content;*/
/*        opacity: 1;*/
/*        overflow: hidden;*/
/*        transition: all 0.35s ease-in-out;*/
/*        line-height: 1.6;*/
/*        z-index: 2;*/
/*    }*/

/*}*/

.accordian {
    width: 100%;

}
.accordian-item-header h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1B5168;
}

.accordian-item {
    background-color: white;
    color: #248579;;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordian-item-header {
    padding: 15px 10px 15px 25px;
    min-height: 3.5rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.accordian-item-header::after {
    content: "\002B";
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    right: 1rem;
    /* transition: all 0.2s ease; */
}

.accordian-item-header.active::after {
    content: "\2212";
}

.accordian-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordian-item-body-content {
    padding: 1rem;
    line-height: 1.5;
    border-top: 1px solid #e3e3e3;
}


/*News-and Events*/
.newsevent-col {
    background-color: #f5f5f5;
    margin: 0px 10px;
}

.newsevent-image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
}

.newsevent-content-col {
    padding: 20px 20px 20px 20px;
    height: 220px !important;
}
.income-text-capital { nav-down: auto; }

.demo { text-align: center; text-decoration: none; align-items: center; flex-direction: row; text-transform: uppercase; }
.demo { text-transform: none; tha cap}
.newsevent-content-col h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #1B5168;
}

.portfolio-grid {
    margin-top: 50px;
    grid-auto-rows: 450px;
}

.portfolio a:hover {
    text-decoration: none !important;
}

.newsevent-content-col h6 {
    font-size: 16px;
    font-weight: 600;
    color: #73181C;
    text-decoration: none !important;
    line-height: 45px;
}

.newsevent-content-col a i {
    margin-left: 5px;
}


/*Contact US*/

.contact-bg {
    padding: 0px 0px 100px 0;
}

.contact-form-col {
    background-color: #f5f5f5;
    padding: 50px 50px 50px 50px !important;
    border-radius: 15px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.form-control {
    border: none !important;
    outline: none !important;
    padding: 22px 20px !important;
    border-radius: 5px !important;
    color: #3A3A3A !important;
}

.form-labal {
    font-size: 15px;
    font-weight: 400;
    color: #3A3A3A !important;
    padding-left: 10px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-text-area {
    resize: none !important;
}

.form-button {
    color: #fff !important;
    border: none !important;
    background-color: #73181C !important;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 30px !important;
    border-radius: 5px;
    float: right;
    color: #fff !important;
}

.form-button:focus {
    outline: none !important;
}

.contact-adress-col-bg {
    background-color: #f5f5f5;
    padding: 50px 40px;
    border-radius: 15px !important;
}

.contact-content-bg {
    display: flex;
    flex-direction: row;
}

.contact-icon-col i {
    font-size: 32px;
    color: #278478
}

.contact-content-col h5 {
    font-size: 18px;
    font-weight: bold;
    color: #3A3A3A;
    font-style: normal;
}

.contact-content-col p span {
    display: block;
}

.phone-icon i {
    transform: rotate(90deg)
}

/*Footer*/
.footer-bg {
    background-color: #1B5168;
    padding: 80px 0px 20px 0px !important;
}

.contact-footer-icon-col i {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
}

.footer-contact-list-bg {
    display: flex;
    flex-direction: row;
}

.footer-list h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 30px;
}

.footer-list li {
    list-style-type: none !important;
    line-height: 36px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.footer-list {
    padding-top: 30px;
}

.footer-forth-col {
    padding-left: 0px;
}

.footer-icon-list {
    padding-top: 30px !important;
}

.footer-icon-list h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 30px;

}

.footer-icon-list ul li {
    list-style-type: none !important;
    display: inline-block !important;
    letter-spacing: 25px;
    font-size: 23px;
    color: #fff !important;
}

.footer-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 50px;
}

.copy-right p {
    margin-top: 20px !important;
    font-size: 13px !important;
}

.copy-right {
    display: flex;
    flex-direction: row !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}

/*======================== [HOME PAGE] RESPONCIVE ========================*/

@media ( max-width: 768px ) {

    /*-------------- Coomon satyle --------------*/
    .section-padding {
        padding: 60px 0px;
    }

    .title-left-line::before {
        height: 30px;
        width: 2px;
        left: 0px;
    }

    .sub-tittle {
        font-size: 22px !important;
    }

    .main-tittle {
        font-size: 21px;
        line-height: 35px;
    }

    .tittle-center-line:before {
        width: 30px !important;
        position: absolute !important;
        right: 44%;
        top: 39px;
    }

    /*----------------Header --------------*/
    .header-col li {
        font-size: 11px;
        font-weight: 500;
        margin-right: 18px;
    }

    /*---------------- Navbar --------------*/
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        margin-top: 30px !important;
    }

    .navbar-toggle {
        padding: 9px 10px;
        margin-top: 25px;
        margin-right: 0px;
        margin-bottom: -50px;
    }

    .navbar-brand > img {
        display: block;
        /*height: 50px;*/
    }

    .navbar-brand {
        padding: 10px 0px;
        line-height: 20px;
        height: auto;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        font-style: normal;
        padding: 0px 0px 10px 0px;
        margin: 25px 0px 25px 5px;
        text-align: center;
    }

    .navbar {
        min-height: 83px;
    }

    /*---------------- Slider --------------*/
    .slide .slide__img {
        width: 100%;
        height: 430px;
        overflow: hidden;
    }

    .slide__content--headings h2 {
        font-size: 25px !important;
        line-height: 35px;
    }

    .slide__content--headings h2 span {
        font-size: 30px !important;
    }

    .slide__content--headings p {
        font-size: 16px !important;
    }

    /*.slick-nav {*/
    /*    width: 35px;*/
    /*    height: 35px;*/
    /*}*/
    /*.slick-nav svg {*/
    /*    width: 35px;*/
    /*    height: 35px;*/
    /*}*/
    .main-banner-btn {
        font-size: 14px !important;
        width: 135px !important;
        padding: 11px 6px !important;
    }


    /*---------------- Green-bar --------------*/
    .green-side-bar-col {
        padding: 20px 50px 20px 50px;
        width: 100%;
        margin-top: 0px !important;
    }

    .green-side-bar-content-box {
        padding: 20px 0px 20px 0px;
    }

    .you-tube-video-col {
        padding: 30px 0px 0px 0px;
    }

    .you-tube-thump-image {
        height: 185px;
        display: flex;
        background-position: right;
    }

    .you-tune-icon {
        height: 30px;
    }


    /*---------------- About --------------*/
    .abt-image-1 {
        margin-left: 0px;
    }

    .abt-vertical-pattern {
        display: none;
    }

    .green-circle {
        width: 50px;
        height: 50px;
        bottom: 145px;
        left: -5px;
        z-index: 999;
    }

    .about-logo {
        display: none !important;
    }

    .abt-image-2 {
        left: 0px;
        bottom: 0px;
        border-top: 10px #fff solid;
        border-left: 10px solid #fff;
    }

    .about-content-col {
        padding-left: 0px !important;
        padding-top: 90px;
    }

    .strocke-circle {
        width: 95px;
        height: 95px;
        right: 30px;
        bottom: -45px;
    }

    .abt-horizontal-pattern {
        right: 148px;
        bottom: -38px;
        height: 17px;
    }

    .btn-darg-bg {
        font-size: 14px;
        padding: 13px 8px;
        width: 135px;
    }


    /*---------------- Admission --------------*/
    .admission-bg p {
        font-weight: 400;
    }

    .admission-btn {
        width: 215px !important;
    }

    /*---------------- Cources--------------*/
    .cource-col-bg {
        padding: 20px 20px;
    }

    .course-col {
        flex-direction: column;
        padding: 25px 0px;
    }

    .course-icon {
        padding-bottom: 10px !important;
    }

    .course-arrow {
        padding-top: 10px;
    }

    .course-image {
        margin-top: 20px;
    }

    .course-image-circle {
        width: 75px;
        height: 75px;
        z-index: 999;
        bottom: 40px;
        border: 7px solid rgba(115, 24, 28, 0.6);
        right: -29px;
    }

    .course-btn-bg {
        padding-top: 10px;
    }

    /*---------------- Facilities --------------*/
    .facilities-tittle {
        font-size: 22px !important;
    }

    .facilities-col-bg {
        margin-top: 20px !important;
    }

    .facilities-box {
        padding: 30px 15px;
        border-radius: 15px;
    }

    /*    news and event-blog*/
    .portfolio-tab ul {
        margin-top: 50px;
        display: inline-flex !important;
    }

    .portfolio-tab ul li {
        display: block;
        margin: 0px 0px;
        max-width: 122px;
        padding: 10px 35px;
        /*margin-right: 10px !important;*/
    }

    .portfolio-grid {
        grid-auto-rows: auto !important;
    }

    .newsevent-content-col {
        padding: 20px 20px 20px 20px;
        height: auto !important;
    }

    .portfolio-grid .portfolio {
        margin-bottom: 20px;
    }

    /*---------------- Contact Us --------------*/
    .contact-form-col {
        padding: 40px 20px 40px 20px !important;
        border-radius: 15px !important;
    }

    .form-button {
        margin-top: 25px;
    }

    .contact-adress-col-bg {
        margin-top: 20px;
            padding: 40px 25px;
    }

    .contact-icon-col i {
        font-size: 23px;
    }

    /*---------------- Footer --------------*/
    .footer-third-col {
        padding-left: 20px !important;
    }

    .footer-forth-col {
        padding-left: 20px !important;
    }

    .footer-list h5 {
        padding-bottom: 10px;
    }

    .footer-first-col {
        margin-bottom: 30px !important;
    }

    .copy-right p {
        margin-top: 20px !important;
        font-size: 10px !important;
    }

}


/*============================================= ABOUT PAGE =============================================*/
.inner-banner-col {
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px !important;
}

.inner-banneer-text-bg h5 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.inner-banneer-text-bg h5 a {
    font-weight: 500;
    font-size: 18px;
    color: #ccc;
    text-decoration: dashed;
}

.inner-banneer-text-bg h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 31px;
    letter-spacing: 0.02em;
}

.inner-banneer-text-bg p {
    font-size: 15px;
    padding: 0px 100px 0px 0px;
    font-weight: 500;
    line-height: 26px;
}

.inner-banneer-text-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.inner-banneer-text-bg {
    padding-top: 150px;
}

/* Managment */
.managment-bg {
    padding: 100px 0px 50px 0px;
}


/* Vision-mission */
.vishion-mission-col {
    background-color: #278478;
    padding: 40px 35px;
    border-radius: 15px;
}

.vishion-mission-col h4 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.vishion-mission-col p {
    font-size: 15px;
}

.vishion-mission-col img {
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.vishion-mission-image-col {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
}

/*Approvels & Afflication*/
.afflication-col {
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 30px;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    height: 315px;
}

.afflication-col h5 {
    font-size: 17px;
    font-weight: 700;
    color: #1B5168;
    line-height: 26px;
}

.afflication-col p {
    font-weight: 600;
    line-height: 24px;
}

/*
.managment-bg { padding: 0px 0px 100px 0px;} */


.funder-tittle-col h2 {
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 45px !important;
    letter-spacing: 0.02em !important;
    color: #000000 !important;
}

.funder-tittle-col h2 span {
    display: block;
    color: #278478 !important;
}

.funder-tittle-col p {
    font-weight: 600
}

.fundor-partner-col {
    background-color: #fff;
    border-radius: 15px;
    padding: 35px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.funder-image-col {
    background-size: cover;
    background-repeat: no-repeat;
    width: 110px;
    height: 125px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.fundor-partner-col h4 {
    color: #1B5168;
    font-size: 16px;
    font-weight: 700;
}

.fundor-partner-col h5 {
    font-size: 15px;
    color: #666;
}

.contact-side-col::before {
    content: "";
    background-color: #278478;
    position: absolute;
    width: 15%;
    /*height: 755px;*/
    height: 890px;
    right: 0;
    opacity: .5;
    z-index: -99;
}

/*FUNDERS*/
.founders-col-bg {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 40px
}

.employee {
    width: 100%;
    background-color: #278478;
    margin: 10px auto;
    display: block;
    overflow: hidden;
    height: 330px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
}

.employee:hover .employee-name {
    margin-top: -100px;
    transition: 0.6s;
}

.employee-image {
    background-color: #fff;
    height: 330px;
    width: 100%;
    transition: 0.6s all;
}

.employee-image img {
    height: 331px;
    width: 100% !important;
}

.employee-name {
    color: #fff;
    font-weight: bold;
    padding: 10px 5px;
    width: 100%;
    background-color: #278478;
    margin: 10px auto;
    display: block;
    overflow: hidden;
    height: 330px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
    position: relative;
    transition: 0.6s all;
}

.employee-name h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px !important;
}

.employee-name span {
    font-size: 16px;
    color: #fff;
    padding-top: 15px !important;
    font-weight: 500;
}

.employee-social-link ul li {
    position: relative;
    bottom: -120px;
}

.employee-social-link ul {
    text-align: center;
    list-style: none;
}

.employee-social-link ul li {
    display: inline-block;
    margin: 7px;
    background-color: #000;
    padding: 10px;
    border-radius: 50%;
    line-height: 0.1;
    margin-left: -5px;
}

/*.employee-social-link i {*/
/*    font-size:15px;*/
/*    color:#fff;*/
/*    animation-name:rotate-icon;*/
/*}*/

/*.employee-social-link ul li:nth-child(1) {*/
/*    transition:1.0s;*/
/*}*/
/*.employee-social-link ul li:nth-child(2) {*/
/*    transition:1.3s;*/
/*}*/
/*.employee-social-link ul li:nth-child(3) {*/
/*    transition:1.6s;*/
/*}*/
/*.employee-social-link ul li:nth-child(4) {*/
/*    transition:1.9s;*/
/*}*/
/*.employee-social-link ul li:nth-child(5) {*/
/*    transition:2.2s;*/
/*}*/
/*.employee:hover > .employee-details .employee-social-link ul li{*/
/*    bottom:250px;*/
/*}*/

/*chairman*/
.chairman-col-wrapper {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
}

.chairman-col-bg {
    background-color: #fff !important;
    padding: 25px 25px;
    border-radius: 5px;
}

.chairman-bg {
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-position: center;
}

.chairman-col {
    background-size: cover;
    background-repeat: no-repeat;
    height: 275px !important;
    border-radius: 5px;
    background-position: center top;
}

.chairman-tittle h4 {
    color: #73181C;
    font-size: 18px;
    font-weight: 700;
}

.chairman-tittle h5 {
    color: #666;
    font-size: 14px;
}

.chairman-text-col {
    background-color: #fff;
    padding: 25px 35px;
    border-radius: 5px
}

.chairman-tittle-center-line {
    position: relative;
}

.chairman-tittle-center-line:before {
    content: '' !important;
    background-color: #fff !important;
    display: block !important;
    height: 2px !important;
    background-repeat: no-repeat !important;
    width: 32px !important;
    position: absolute !important;
    right: 48%;
    top: 40px;
}

.chairman-sub-tittle {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    letter-spacing: 0.02em;
    color: #fff !important;
}

.chairman-text-col h4 {
    color: #1B5168;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    text-align: left;
}

.chairman-text-col p {
    font-size: 15px;
    line-height: 30px !important;
}

/*principle*/
.prinicple-deskimg-col {
    background-size: cover;
    background-repeat: no-repeat;
    height: 375px !important;
    border-radius: 5px;
    background-position: center top;
}

.principle-desk-tittle h4 {
    color: #73181C;
    font-size: 18px;
    font-weight: 700;
}

.principle-desk-tittle h5 {
    color: #666;
    font-size: 14px;
}

.principle-text-col {
    background-color: #fff !important;
    padding: 20px 20px !important;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.principle-col-bg {
    background-color: #fff !important;
    padding: 25px 25px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.principle-text-col h4 {
    color: #1B5168;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    text-align: left;
}

.principle-text-col p {
    font-size: 15px;
}

.principle-col-wrapper {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #f2f2f2;
    margin-top: 25px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.principle-desk-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    height: auto
}

@media ( max-width: 768px ) {

    .employee {
        width: fit-content !important;
        height: 320px !important;
    }

    .managment-bg {
        padding: 50px 0px 0px 0px;
    }

    .managment-text {
        padding-top: 65px;
    }

    .vishion-mission-image-col {
        height: 250px !important;
    }

    .vishion-mission-col p {
        font-size: 12px;
        line-height: 23px;
    }

    .vishion-mission-col h4 {
        font-size: 25px;
    }

    .vishion-mission-col img {
        height: 65px;
    }

    .vishion-mission-col {
        padding: 25px 25px;
    }

    .founders-col-bg {
        flex-direction: column;
    }

    .afflication-col {
        margin-bottom: 25px;
    }

    .employee {
        width: 90%;
        height: 320px;
    }

    .chairman-col-wrapper {
        display: block !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .chairman-text-col p {
        font-size: 14px;
        ine-height: 30px !important;
    }

    .chairman-text-col {
        padding: 20px 20px;
        border-radius: 5px;
        margin-top: 20px;
    }

    .chairman-text-col h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .principle-text-col h4 {
        font-size: 20px;
    }

    .principle-col-wrapper {
        display: block !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .prinicple-deskimg-col {
        height: 260px !important;
    }

    .principle-desk-tittle h5 {
        font-size: 13px;
    }

    .principle-desk-wrapper {
        background-image: none !important;
    }

    .principle-desk-tittle h4 {
        font-size: 16px;
    }

    .employee-name h1 {
        font-size: 16px;
    }

    .employee-name span {
        font-size: 15px;
        padding-top: 10px !important;
    }

    .principle-text-col p {
        font-size: 14px;
    }

}

/*============================================= CONTACT PAGE =============================================*/
.contact-adress-inner-col-bg {
    background-image: url('../images/contact-inner-img.jpg') !important;
    padding: 50px 120px 50px 50px;
    border-radius: 15px 0px 0px 15px !important;
    height: 550px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-size: cover;
}

.contact-adress-inner-col-bg p {
    font-size: 16px !important;
}

.inner-contactform-control {
    border: 1px solid #ccc !important;
    outline: none !important;
    padding: 22px 20px !important;
    border-radius: 5px !important;
    color: #3A3A3A !important;
    box-shadow: none !important;
}

/*============================================= CONTACT PAGE (RESPONCIVE)=============================================*/

@media ( max-width: 768px ) {

    .inner-banneer-text-bg h3 {
        font-size: 25px;
        line-height: 31px;
    }

    .inner-banneer-text-bg h5 {
        font-size: 14px;
    }

    .inner-banneer-text-bg h5 a {
        font-size: 14px;
    }

    .inner-banner-col {
        background-size: cover;
        background-repeat: no-repeat;
        height: 220px !important;
    }

    .inner-banneer-text-bg {
        padding-top: 75px;
    }

    .contact-side-col::before {
        content: "";
        background-color: #278478;
        position: absolute;
        width: 35%;
        height: 755px;
        right: 0;
        opacity: .5;
    }

    .contact-adress-inner-col-bg {
        background-image: url('../images/contact-inner-img.jpg') !important;
        padding: 50px 0px 50px 20px;
        border-radius: 15px 15px 15px 15px !important;
        height: auto;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        background-size: cover;
        margin: 0px 20px;
        background-position: center;
    }

    .contact-adress-inner-col-bg p {
        font-size: 14px !important;
        padding-right: 25px;
    }

}

/*============================================= ADMISSION PAGE =============================================*/
.admission-first-innr-col p {
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    text-align: center;
}

.admission-inner-btn {
    background-color: #278478 !important;
    width: 270px !important;
    color: #fff;
}

.course-inner-list-col-bg {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.course-inner-list-img {
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    border-radius: 15px 0 0 15px;
    background-position: center;
}

.course-inner-list-text {
    padding: 20px 20px 20px 0px;
}

.course-inner-list-text h4 {
    color: #1B5168;
    font-size: 18px;
    font-weight: 700;
}

.course-inner-list-text p {
    font-size: 15px;
}

.course-name-col {
    background-color: #1B5168;
    padding: 10px 30px;
    border-radius: 20px 0px 20px 0;
    width: auto;
    float: left;
    margin: 0px 20px 20px 0px;
}

.course-name-col h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.course-inner-2-row-list-text {
    padding: 20px 20px 20px 30px !important;
}

.course-inner-2nd-list-img {
    border-radius: 0px 15px 15px 0px !important;
}

@media (min-width: 320px) and (max-width: 768px) {
    .course-inner-2-row-list-text {
        padding: 20px 20px 20px 20px !important;
    }
    .course-inner-list-text {
        padding: 20px 20px 20px 20px;
    }

    .course-inner-2nd-list-img {
        border-radius: 15px 15px 0px 0px !important;
    }

    .course-inner-list-img {
        height: 250px !important;
        border-radius: 15px 15px 0 0px;
    }
}

/*============================================= ACTIVITY PAGE =============================================*/


.activity-box-bg {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: 335px;
    grid-gap: 30px;
    margin: auto 0;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .activity-box-bg {
        width: 540px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .activity-box-bg {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .activity-box-bg {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .activity-box-bg {
        width: 1140px;
    }
}

.box {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}

.box .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

/* .box:hover .icon {
  top: 20px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
} */

.box:hover .icon {
    top: 40px;
    left: calc(24% - 40px);
    width: 265px;
    height: 75px;
    border-radius: 10px;
}

.box .icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    /* height: 55px !important; */
    transition: 0.5s all;
    color: #fff;
    width: 100% !important;
    text-align: center !important;
    line-height: 35px !important;
    padding: 0px 15px;
}

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

.box:hover .icon .fa {
    font-size: 20px;
    /* height: 40px !important; */
    transition: 0.5s all;
    line-height: 24px !important;
}

.box .content {
    position: absolute;
    top: 100%;
    height: calc(100% - 100px);
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    transition: 0.5s;
}

.box:hover .content {
    top: 100px;
}

.box .content h3 {
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    font-size: 24px;
}

.box .content p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
}

.box:nth-child(1) .icon {
    background-color: rgba(27, 81, 104, 0.48);
}


.box:nth-child(1) {
    background-color: rgba(27, 81, 104, 0.48);
}

.content h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    font-style: normal;
}

.content p {
    font-size: 14px !important;
    font-weight: 500;
}

/*============================================= ACTIVITY PAGE (RESPONCIVE)=============================================*/

@media (min-width: 320px) and (max-width: 340px) {

    .box:hover .icon {
        left: calc(24% - 55px);
    }
}

@media (min-width: 360px) and (max-width: 400px) {

    .box:hover .icon {
        left: calc(24% - 35px);
    }
}

@media (min-width: 401px) and (max-width: 520px) {

    .box:hover .icon {
        left: calc(24% - 15px);
    }
}

@media (min-width: 521px) and (max-width: 768px) {

    .box:hover .icon {
        left: calc(24% - 0px);
    }
}

/*============================================= ACTIVITY SINGLE PAGE =============================================*/

.light-box-bg {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    justify-items: center;
    grid-gap: 25px;
}

.light-box-bg {
    width: 100%;
    overflow: hidden;
}

.light-gallery-col {
    overflow: hidden !important;
}

.light-gallery-col img {
    /* opacity: 0.6; */
    width: 100%;
    height: 100%;
    transform: scale(1.3);
    transition: transform 0.5s, opacity 0.5s;
    overflow: hidden !important;
}

.light-gallery-col img:hover {
    opacity: 1;
    transform: scale(1.15);
}


/*============================================= Faculties PAGE =============================================*/
.faculties-principle-col-bg {
    padding: 35px 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    background-color: #f5f5f5
}

.principle-img-col-bg {
    padding: 15px 15px 0px 15px;
    background-color: #fff;
    border-radius: 5px 5px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.principle-img-col {
    background-size: cover;
    background-repeat: no-repeat;
    height: 380px;
    background-position: center;
    border-radius: 5px 5px 0px 0px;
}

.principle-name-col {
    background-color: #fff;
    padding-bottom: 20px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.principle-name-col h4 {
    font-size: 18px;
    color: #1B5168;
    font-weight: bold;
}

.principle-name-col h5 {
    font-size: 14px;
    color: #73181C;
    font-weight: 700;
}

.principle-text-col {
    background-color: #fff;
    padding: 25px 25px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.principle-text-col li {
    list-style-type: none;
    font-size: 14px;
    line-height: 32px;
    color: #3c3c3c
}

.principle-text-col li span {
    font-weight: 600;
    color: #3c3c3c;
}

.prinicple-list-titlle {
    width: 250px !important;
    display: inline-block !important;
}

.principle-list {
    padding-left: 50px;
    font-weight: 400 !important;
}

.principle-contact-col-bg li {
    list-style-type: none;
    line-height: 32px;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    padding: 5px 20px !important;
    color: #fff;
}

.principle-contact-col-bg li i {
    color: #fff !important;
    padding-right: 10px;
    font-size: 16px;
}

.principle-contact-col-bg {
    background-color: #278478 !important;
    margin-top: 15px;
    border-radius: 2px
}

.principle-contact-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.faculties-members-bg {
    padding: 0px 0px 90px 0px;
}

.faculties-name-col h4 {
    font-size: 17px;
    color: #1B5168;
    font-weight: bold;
}

.faculties-name-col h5 {
    font-size: 14px;
    color: #73181C;
    font-weight: 700;
    padding-top: 5px;
}

.faculties-name-col h6 {
    font-size: 14px;
    color: #8c8c8c;
    font-weight: 600;
    padding-top: 5px
}

/*Overlay-effect*/
.box {
    cursor: pointer;
    height: 315px;
    position: relative;
    overflow: hidden;
    width: 100%;

}

.box img {
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.box .overbox {
    background-color: #1b5168c9;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
    height: 335px;
    padding: 20px 20px;
}

.box:hover .overbox {
    opacity: 1;
}

.box .overtext {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.box .title {
    font-weight: 600;
    font-size: 16px;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    padding-bottom: 5px;
}

.box:hover .title,
.box:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.box .tagline {
    font-size: 14px;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
    color: #fafafa;
}

.box:hover .tagline,
.box:focus .tagline {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.faculties-list-col {
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 10px
}

/*============================================= Faculty PAGE (RESPONCIVE)=============================================*/
@media (min-width: 320px) and (max-width: 768px) {

    .faculties-principle-col-bg {
        padding: 15px 0px;
    }

    .principle-img-col {
        height: 270px;
    }

    .principle-text-col {
        padding: 15px 15px;
    }

    .principle-text-col li {
        font-size: 13px;
    }

    .prinicple-list-titlle {
        width: 190px !important;
    }

    .principle-list {
        padding-left: 5px;
        font-weight: 400 !important;
        font-size: 12px !important;
    }

    .principle-contact-list {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

}

@media (min-width: 376px) and (max-width: 600px) {
    .box {
        cursor: pointer;
        height: 350px;
        position: relative;
        overflow: hidden;
        width: 80%;
        margin: auto;
    }
}
/* Whatsapp */

.bounce {
    animation: bounce 2s infinite;
}

.float {
    position: fixed;
    width: 150px;
    height: 130px;
    bottom: 20px;
    right: 20px;
    /*background-color: #25d366;*/
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /*box-shadow: 1px 2px 4px 1px #00000024;*/
    z-index: 100;
    transition: all .3s;
}

/*============================================= Courcses PAGE =============================================*/

.course-inner-image-1 {
    min-height: 270px;
    max-height: 270px;
    background-repeat: no-repeat;
    border-radius: 20px !important;
    background-size: cover
}

.course-inner-image-2 {
    min-height: 220px;
    max-height: 220px;
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 20px !important;
    background-size: cover;
    margin-left: 40px;
    margin-top: 20px;
}

.course-inner-image-3 {
    min-height: 440px;
    max-height: 440px;
    background-repeat: no-repeat;
    margin-top: 35px;
    border-radius: 20px !important;
    background-size: cover;
    margin-left: 5px;
}

.course-inner-text h4 {
    color: #278478;
    font-weight: 800;
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 10px;
}

.course-inner-text ul li {
    color: #3A3A3A;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.02em;
    list-style-type: circle;
    font-weight: 400;
}

.cource-list-col {
    padding: 10px 15px;
    border-left: 3px solid #1B5168;
    margin-top: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background-color: #fff
}


@media (min-width: 320px) and (max-width: 768px) {
    .cource-list-col {
        margin-bottom: 30px;
    }
}

/*============================================= News And Events Single PAGE =============================================*/
.news-single-image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
}

.news-single-image-circle {
    position: absolute;
    width: 104px;
    height: 104px;
    z-index: 1;
    bottom: 40px;
    border: 10px solid rgba(115, 24, 28, 0.6);
    background-color: transparent;
    border-radius: 100%;
    left: -40px;
}

.news-single-text h4 {
    color: #1B5168;
    font-size: 20px;
    line-height: 31px;
    font-weight: 700;
    padding-bottom: 15px;
}

.news-date-bg {
    background-color: #278478 !important;
}

/*============================================= Anti-Ragging Cell =============================================*/
.ragging-image-01 {
    background-size: cover;
    background-repeat: no-repeat;
    height: 560px;
    border-radius: 15px;
}

.ragging-text h4 {
    color: #3c3c3c;
    font-weight: 700;
    font-size: 20px;
}

.ragging-text li {
    font-size: 15px;
    padding-top: 8px;
    line-height: 23px;
    list-style-type: circle;
    color: #3c3c3c
}

.ragging-second-sec-bg {
    padding-bottom: 90px;
}

.ragging-action-list {
    background-color: #f5f5f5;
    padding: 20px 45px 30px 45px !important;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ragging-action-list li {
    font-size: 15px;
    padding-top: 8px;
    line-height: 23px;
    list-style-type: circle;
    color: #3c3c3c
}

.ragging-second-image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 435px;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.help-desk-bg {
    padding-bottom: 90px !important;
}

.help-line-col {
    background-color: #fff !important;
    border-left: 4px solid #1B5168;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 20px 20px;
}

.help-line-col h4 {
    color: #1B5168;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    line-height: 26px;
}

.help-line-col h5 {
    font-size: 15px;
}

.help-line-col li {
    list-style-type: none;
    line-height: 35px;
    color: #3c3c3c;
    font-size: 15px;
}

.help-line-col li i {
    font-size: 18px;
    color: #278478;
    margin-right: 15px;
}

/*============================================= Anti-Ragging Cell [ RESPONCIVE ] =============================================*/

@media (min-width: 320px) and (max-width: 768px) {

    .ragging-text {
        padding-top: 25px !important;
    }

    .ragging-image-01 {
        height: 255px;
    }

    .ragging-text h4 {
        font-size: 17px;
        line-height: 30px;
    }

    .ragging-sub-tittle::before {
        top: 75px;
    }

    .ragging-action-list {
        padding: 20px 20px 30px 35px !important;
    }

    .ragging-second-image {
        height: 235px;
        margin-bottom: 20px;
    }

    .help-line-col h4 {
        font-size: 16px;
    }

    .video-img {
        position: relative;
        min-height: 300px;
        width: 100%;
    }

}

/*============================================= Committees and Cells =============================================*/
.table-list td {
    line-height: 28px;
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 400;
    border: #3c3c3c 1px solid
}

.table-list-head th {
    color: #1B5168 !important;
}

.table-off-bg {
    background-color: #f9f9f9;
}

/*============================================= palcement =============================================*/
.placement-table {
    margin-top: 50px !important;
}

.placement-table table {
    background-color: #fff !important;
}

.placement-table-head {
    border: transparent;
    background-color: #f9f9f9;
    padding: 20px 20px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.placement-table-list {
    border: transparent;
    background-color: #fff;
    padding: 20px 20px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.table-b-right {
    border-right: 1px solid #ccc;
}

.table-b-bottum {
    border-bottom: 1px solid #ccc;
}

.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.tabs label {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    padding: 10px 25px;
    margin-right: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    background: #1B5168;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
    border-radius: 5px;
    color: #fff;
    font-size: 15px !important;
    font-weight: 600;
}

.tabs .tab {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 0px 10px;
    background: #f5f5f5 !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.tabs input[type="radio"] {
    position: absolute;
    opacity: 0;
}

input[type=radio] + label {
    padding-left: 25px;
}

.tabs input[type="radio"]:checked + label {
    background: #278478;
}

.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}

@media (max-width: 45em) {

    .tabs .tab, .tabs label {
        -webkit-box-ordinal-group: NaN;
        -webkit-order: initial;
        -ms-flex-order: initial;
        order: initial;
    }

    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
}

.placement-compnay-col {
    background-color: #fff !important;
    border-radius: 10px;
    padding: 25px 25px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.placement-compnay-col img {
    height: 55px;
}

.placement-compnay-col h4 {
    font-size: 18px;
    color: #1B5168;
    font-weight: 700;
    padding: 15px 0px 10px 0px;
    height: 80px !important;
}

.placement-compnay-col li {
    color: #3c3c3c;
    font-size: 15px;
    line-height: 32px;
    list-style-type: none;
    font-weight: 500;
}

.placement-compnay-col li span {
    font-weight: 700;
    color: #278478
}

.placment-students-list {
    background-color: #f5f5f5;
    padding: 5px 15px;
    border-radius: 10px;
}

.placement-sub-tittle {
    font-size: 22px;
}

.placement-image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 180px;
    border-radius: 10px 10px 0px 0px;
}

.placement-image-bg {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.placment-gallery-text {
    padding: 5px 15px;
}

.placment-gallery-text h4 {
    color: #1B5168;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}

.placment-gallery-text p {
    line-height: 22px !important;
}

@media (min-width: 320px) and (max-width: 768px) {
    .placement-compnay-col h4 {
        font-size: 15px;
        color: #1B5168;
        font-weight: 700;
        padding: 15px 0px 10px 0px;
    }
}


.video-img {
    position: relative;
}

.icon-wrapper {
    position: absolute;
    left: 45%;
    top: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    margin: 0 0;
    color: #333;
    background: #fff;
    box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 250ms color;
    -webkit-transition: 250ms color;
    -moz-transition: 250ms color;
    -ms-transition: 250ms color;
    -o-transition: 250ms color;
    animation-name: wave;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes wave {
    0% {
        box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0px 15px rgba(255, 255, 255, 0);
    }
}

.icon-wrapper .fa {
    font-size: 20px;
}

.border-none {
    border: none;
}

.pop-close {
    color: #fff !important;
    width: 26px;
    height: 26px;
    padding: 7px !important;
    background: #000000f5 !important;
    border-radius: 15px;
}

.navbar-brand {
    padding: 12px 0px;
    line-height: 20px;
    height: auto;
}

.under-con-col {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*============================================= Rules & Regulations =============================================*/
.rules-text-col {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 20px 20px;
}

.rules-text-col h4 {
    font-weight: 700;
    font-size: 18px;
    color: #278478;
}

.rules-text-col li {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.rules-text-col p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

/*============================================= Enquery Form =============================================*/

.enqury-form-col {
    background-color: #fff;
    padding: 40px 40px;
    border-radius: 20px;
}

.enqurie-modal {
    top: 10% !important;
}

.enquire-colse {
    background-color: transparent !important;
    color: #1B5168 !important;
}

.enquire-colse span {
    color: #1B5168 !important;
}

.enquire-form-image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 625px;
    border-radius: 15px;
}

.enqury-selction-col {
    border: 1px solid #ccc !important;
    outline: none !important;
    padding: 15px 20px !important;
    border-radius: 5px !important;
    color: #3c3c3c !important;
    box-shadow: none !important;
    font-size: 14px !important;

}

.enqury-selction-col option {
    color: #8c8c8c !important;
}

.enqury-close {
    position: absolute;
    right: -25px;
    top: -25px;
    background-color: transparent !important;
    opacity: 10;
}

.enqury-close span {
    color: #1B5168 !important;
}

.float {
    bottom: 90px !important;
}

@media (min-width: 320px) and (max-width: 768px) {
    .enqury-form-col {
        background-color: #fff;
        padding: 35px 35px;
        border-radius: 20px;
    }
}

/*============================================= Alumni Page =============================================*/

.alumni-video { display: flex; flex-direction: row; align-items: center; justify-content: center; background-color: #000; width: 100%; }





/* sticky links style */
.right-sticky-menu {
    position: fixed;
    left: 0;
    top: 43vh;
    z-index: 99;
    overflow: hidden;
    display: block;
}
.sticky-links-list
{
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    display: block;
}
.sticky-links-list li
{
    list-style: none;
    margin-bottom: 4px;
    border-radius: 0 20px 20px 0;
    transition: all .3s;
    margin-left: 0;
    overflow: hidden;
    display: block;
    position: relative;
    left: 0;
}
.sticky-links-list li:hover
{
    overflow: hidden;
    display: block;
    /*margin-left: 10px;*/
    transition: all .3s;
    position: relative;
    left: -10px;
}
.sticky-links-list li a
{
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    line-height: 18px;
    padding: 9px 30px 9px 25px;
    transition: all .3s;
    overflow: hidden;
    display: block;
}
.sticky-links-list li a small
{
    font-size: 12px;
    font-weight: 400 !important;
    line-height: 8px !important;
}
.c-one
{
    background: #278478;
    border-bottom: 3px solid #1d675d;
}
.c-two
{
    background: #049619;
    border-bottom: 3px solid #0a7319;
}
.c-three
{
    background: #1b5168;
    border-bottom: 3px solid #163f51;
}
.c-four
{
    background: #c58609;
    border-bottom: 3px solid #a36f06;
}
.c-five
{
    background: #770c12;
    border-bottom: 3px solid #590a0e;
}
{
    display: none;
}
.campus-popup
{
    top:2%;
}
.campus-popup .modal-dialog
{
    min-width:320px;
    max-width:500px;
    width: auto;
}
.bg-white
    {
        background:#fff;
    }
.campus-popup .modal-header
{
    border:none !important;
}
.campus-popup .modal-footer
{
    border:none !important;
}
.campus-popup .modal-header .close
{
       background: transparent !important;
    color: #73181c !important;
    opacity: .4;
}
.ktn-btn-sm
{
        color: #fff !important;
    border: none !important;
    background-color: #73181C !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 25px !important;
    border-radius: 5px;
    color: #fff !important;
}
.form-apply-now .form-control
{
        font-size: 14px;
    padding: 13px 15px !important;
    height: auto;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: none !important;
}
.apply-form-now
{
        display: block;
    width: 100%;
    background: #f5f5f5;
    padding: 30px 40px;
    border-radius: 4px;
}




@media screen and (min-width: 320px) and (max-width: 768px)
{
    .right-sticky-menu
    {
        display: none;
    }
    .course-modal
    {
        background: #ffffff;
    }
    .course-modal .close
    {
        background: transparent !important;
        position: absolute;
        color: #ffffff !important;
        right: 15px;
        top: 15px;
    }
    .course-modal .modal-body
    {
        padding: 20px 45px 30px 45px;
    }
    .course-modal .modal-title
    {
        color: #ffffff;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
    }
    .course-modal .modal-header {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
        background: #278478;
    }
    .course-list-ul
    {
        padding: 0;
    }
    .course-list-ul li
    {
        list-style: none;
        margin-bottom: 8px;
        transition: all .3s;
        display: block;
    }
    .course-list-ul li a
    {
        font-size: 15px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 600;
        text-decoration: none;
        line-height: 18px;
        transition: all .3s;
        padding: 8px 16px 8px 10px;
        display: block;
        color: #ffffff;
        border-radius: 0px 20px;
        text-align: center;
    }
    .green-side-bar-content-box:before, .green-side-bar-content-box:after
    {
        display: none;
    }
}
/*=== Trigger  ===*/
.animate {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.one {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.two {
    -webkit-animation-delay:.5s;
    -moz-animation-delay:.5s;
    animation-delay: .5s;
}

.three {
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    animation-delay: .7s;
}

.four {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    animation-delay: .9s;
}

.five {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeinleft_one {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 30px);
        transform: translate3d(0, 0, 30px);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeinleft_one {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 30px);
        transform: translate3d(0, 0, 30px);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeinleft_one {
    -webkit-animation-name: fadeinleft_one;
    animation-name: fadeinleft_one;
}
/* sticky links style end */

.newsevent-content-col p, .newsevent-content-col h4
{
     overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.line-two
{
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.news-siingle-img-col
{
    padding: 20px;
    background: #ededed;
    border-radius: 10px;
    text-align: center;
}
.news-siingle-img-col img
{
    min-height: auto;
    max-height: 500px;
    width: auto;
}
.light-gallery-col img
{
    object-fit: cover;
}