
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


body,p{
    font-family: "Raleway", sans-serif;
}
.top-header .container {
        padding: 0px;
    }
    #mainHeader .container {
        padding: 0px;
    }
h1,h2,h3,h4,h5,h6{
      font-family: "Raleway", sans-serif;
}
.custom-navbar{
    background:#ffffff;
    border:none;
    border-radius:0;
      margin-bottom:0;
    transition:0.4s ease;
    z-index:9999;
}
#admission1 .col-md-3.fir:hover {
    background: #fff!important;
}
#admission1 .sec:hover {
    background: #c71b91;
}
#admission1 .sec:hover p {
    color: #fff;
}
.custom-navbar.sticky{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#ffffff;
    box-shadow:0 2px 20px rgba(0,0,0,0.08);
    animation:slideDown 0.4s ease;
}


@keyframes slideDown{

    from{
        transform:translateY(-100%);
    }

    to{
        transform:translateY(0);
    }

}


.navbar-brand{
       line-height:50px;
    padding: 0px;
    font-size:30px;
    font-weight:700;
    color:#111 !important;
}

.navbar-collapse.collapse
{
    margin-top:15px;
}
.custom-navbar .navbar-nav > li > a{
             transition: 0.3s;
         font-weight:600;
    color:#2d378e;
    font-size: 15px;
        padding: 7px 7px;
    background:transparent !important;
    transition:0.3s;
}

.custom-navbar .navbar-nav > li > a:hover{
    color:#c71b91 !important;
}

.custom-navbar .navbar-nav > .active > a,
.custom-navbar .navbar-nav > .active > a:hover{
    color:#c71b91 !important;
    background:transparent !important;
}


.custom-navbar .dropdown-menu{
    border:none;
    border-radius:14px;
    min-width:230px;
    padding:0px 0;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.custom-navbar .dropdown-menu > li > a{
    padding:12px 24px;
    font-size:17px;
    color:#222;
    transition:0.3s;
}

.custom-navbar .dropdown-menu > li > a:hover{
    background:#2d378e;
    color:#fff;
}


@media(min-width:768px){

    .custom-navbar .dropdown:hover .dropdown-menu{
        display:block;
        margin-top:0;
    }

}


.navbar-toggle{
    border:none !important;
    background:transparent !important;
    margin-top:20px;
    width:30px;
    height:42px;
    padding:0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
    background:transparent !important;
}



.navbar-toggle .icon-bar{
    background:#111 !important;
    width:26px;
    height:3px;
    border-radius:10px;
    transition:0.3s ease;
    position:relative;
    margin:auto;
}



.navbar-toggle .icon-bar + .icon-bar{
    margin-top:5px;
}



.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2){
    transform:rotate(45deg);
    top:8px;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3){
    opacity:0;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(4){
    transform:rotate(-45deg);
    top:-8px;
}
.navbar-nav {
        float: right;
        margin: 0;
            margin-top: 15px;
    }

   .sticky img.logo {
    width: 214px;
    margin-top: 8px;
}
.sticky .navbar-nav {
    float: right;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}
@media(max-width:767px){

    .custom-navbar{
        min-height:100px;
    }

    .navbar-brand{
        height:70px;
        line-height:40px;
        font-size:24px;
    }

    .navbar-toggle{
        margin-top:15px;
        margin-right:15px;
    }

.navbar-nav {
        float: right;
        margin: 0;
    }
    .custom-navbar .navbar-collapse{
        background:#ffffff;
        border-top:none;
        max-height:110vh;
        overflow-y:auto;
        padding-bottom:15px;
    }

    .custom-navbar .navbar-nav{
        margin:0;
    }

    .custom-navbar .navbar-nav > li > a{
        padding:15px 20px;
        font-size:16px;
        border-bottom:1px solid #f2f2f2;
    }


    .custom-navbar .dropdown-menu{
        box-shadow:none;
        border-radius:0;
        background:#fafafa;
        padding:0;
    }

    .custom-navbar .dropdown-menu > li > a{
        padding:14px 35px;
        border-bottom:1px solid #ededed;
    }

}


@media(min-width:768px) and (max-width:991px){

    .custom-navbar .navbar-nav > li > a{
        padding-left:12px;
        padding-right:12px;
        font-size:16px;
    }
      .navbar-toggle {
        display: block !important;
    }

    .custom-navbar .navbar-collapse {
        display: none !important;
        width: 100%;
        background: #fff;
        margin-top: 15px;
    }

    .custom-navbar .navbar-collapse.in {
        display: block !important;
    }

    .custom-navbar .navbar-nav {
        float: none !important;
        margin: 0;
    }

    .custom-navbar .navbar-nav > li {
        float: none;
    }

    .custom-navbar .navbar-nav > li > a {
        padding: 14px 20px;
        line-height: normal;
        border-bottom: 1px solid #f2f2f2;
    }

    .custom-navbar .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
    }
    
}

@media(min-width:1400px){

    .container {
        width: 90%;
        max-width:1500px;
    }

    .navbar-brand{
        font-size:36px;
    }

    .custom-navbar .navbar-nav > li > a{
              padding-left:12px;
        padding-right:12px;
    }

}
 .container {
        width: 90%;
        max-width:1500px;
    }
    .navbar-nav {
    float: right;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}
img.logo {
    width: 230px;
    margin-top: 5px;
}
ul.slides {
    display: block;
    position: relative;
    height: 75vh;
    margin: 0;
    padding: 0;
    list-style: none;
}

#section1 .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.slider {
    position: relative;
    height: 80vh;
    overflow: hidden;
}

/* Slides */
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
    z-index: 1;
}

/* Image Zoom */
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 6s ease;
}

.slide.active img {
    transform: scale(1.1);
}

/* Text */
.caption {
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: #fff;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease;
}

.slide.active .caption {
    opacity: 1;
    transform: translateY(0);
}

.caption h1 {
    font-size: 35px;
    margin: 0;
    background: #0000006b;
    padding: 10px 30px;
    border-radius: 10px;
    text-shadow: 2px 2px 14px #000;
}

.slider .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 27px;
    color: #fff;
    padding: 10px 15px;
    line-height: 30px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    z-index: 2;
    transition: 0.3s;
    width: 50px;
    height: 50px;
}

.slider .arrow:hover {
    background: rgba(0, 0, 0, 0.7);
}

.slider .prev {
    left: 20px;
}

.slider .next {
    right: 20px;
}
.slide-image {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.slide-image img {
    width: 100%;
    height: auto;
    transform: scale(1);
    animation: zoosmEffect 8s ease-in-out infinite;
}


@keyframes zoomEffect {
    0% {
        transform: scale(1);
        filter: brightness(100%);
    }

    50% {
        transform: scale(1.1);
        filter: brightness(110%);
    }

    100% {
        transform: scale(1);
        filter: brightness(100%);
    }
}
#header .container {
        width: 90%;
        max-width: 1500px;
    }
    .row {
    margin-right: 0px;
    margin-left: 0px;
}
.top-header {
    background:#c71b91;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-header p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 16px;
        line-height: 25px;
        font-weight: 500;
}
.top-header ul li {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-right: 5px;
    font-size: 16px;
}
.nav>li
{
    padding:5px;
}

.top-header ul {
    list-style-type: none;
    float:right;
        top: 3px;
            margin-right: 20px;
    position: relative;
}
.top-header a.rm {
    float: right;
    background: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 16px;
    color: #2d378e;
    font-weight: 600;
}
.title h1 span
{
    color: #c71b91;
    font-weight: 800;
}
.title h1
{
    margin-bottom: 20px;
        line-height: 1.4;
    letter-spacing: 0px;
    font-size: 30px!important;
    color:#2d378e;
}
.title p {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
        text-justify: inter-word;
    hyphens: auto;
}
section.title
{
    padding-top: 50px;
    padding-bottom: 50px;
}
.title a.rm {
    float: left;
    background:#2d378e;
    padding:10px 20px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
    font-weight: 600;
}  
#section2
{
    position: relative;
    background-image: url('../images/banner-bg-2.png');
      background-attachment: fixed;
    background-position: center;
    height:650px;
    background-size: cover;
    background-repeat: no-repeat;
}
#section2:before
{
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute !important;
    top: 0;
    left: 0;
    transition: background 0.3s, opacity 0.3s;
    background:rgb(0 0 0 / 27%);
}
#section2.title h1 span {
    color: #fff;
    font-weight: 800;
}
#section2 .row {
    padding-bottom: 20px;
}
#section2 h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
#section2 .facility-box:hover{
    transform:rotateX(15deg);
}
#section3 .row .col-md-8:hover::before {
    width: 100%;
    border-color: #c71b91;
    outline-color: #c71b91;
    background:#c71b9163;
    height: 333px;
}
#section3 .row .col-md-8
{
    position: relative;
}
#section3 .row .col-md-8::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
        border-radius: 10px;
    width: 0%;
    height: 100%;
    border: 2px solid transparent;
    border-left: none;
    outline: 1px solid transparent;
    outline-offset: -7px;
    background: transparent;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}
#section2 .facility-box {
    background:#2e3590ab;
    padding: 20px;
    margin: 0 auto;
       text-align: left;
       transition:0.6s;
    transform-style:preserve-3d;
    border-radius: 10px;
}
#section2 .facility-box h2
{
       margin-bottom: 20px;
    line-height: 1.4;
    letter-spacing: 0px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;

}
#section2 .facility-box.even {
    background:#ca2797bd;
}
#section2 .facility-box p{
    color:#fff;
    margin-bottom: 20px;
    text-align: left;
}
#section2 .head a.rm
{
    float:none;
}
#section2 ul li {
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 18px;
}
#section2 ul {
    margin-top: 25px;
    list-style-type: none;
}
.head 
{
    text-align: center;

}
#section3 .row .col-md-8 a.rm
{
    padding:5px 13px;
        font-size: 12px;

}
#section3 .row{
        max-width: 60%!important;
    margin: 0 auto;
    margin-top: 15px;
}

.top-badge{
   display: inline-block;
    right: 0px;
    left: 0px;
    top: -18px;
    position: absolute;
    background: #ffffff;
    color: #000;
    padding: 10px 30px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
}
#section4 .col-md-3:nth-of-type(1) .coudet
{
top:130px;
}
#section4 .col-md-3:nth-of-type(2) .coudet
{
top:130px;
}


/* Brush Effect */

.coudet {
        background: url(../images/shape-bg.png);
    border-radius: 25px;
    max-width: 80%!important;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    position: absolute;
    height: 210px!important;
    top: 174px;
    left: 0px;
    right: 0px;
    background-position: bottom!important;
    background-size: cover!important;
}
#section4 .col-md-3
{
    position: relative;
    padding: 15px;
}
#section4 .col-md-3:nth-of-type(2) .coudet{
     background: url(../images/shape-bg-1.png);
}
#section4 .col-md-3:nth-of-type(4) .coudet{
     background: url(../images/shape-bg-1.png);
}
.coudet h3 {
    margin-bottom: 10px;
    line-height: 1.4;
    letter-spacing: 0px;
    font-size: 20px!important;
    color: #fff;
    font-weight: 700;
}
.coudet p {
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    max-width: 80%;
    text-align: center;
    line-height: 25px;
}
#section4 .col-md-3 img {
    border-radius: 30px;
        overflow: hidden;
        transition: 0.5s;
    width: auto;
    height: auto;
}
#section4 .col-md-3:hover img{
    transform: scale(1.1);
}
#section4
{
        margin-bottom: 120px;
}
section#section5 {
    background: #2f368d;
}
.dark h1{
    color:#fff;
}
.dark p{
    color:#fff;
}
.dark ul 
{
    list-style-type: circle;
    padding-left: 20px;
    margin-top: 30px;
}
.dark ul li{
    color:#fff;
    margin-bottom: 10px;
}
.full {
    border-right: 1px solid #ddd;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
#section6 .col-md-3
{
    padding-left: 0px;
    padding-right: 0px;
}
#section6 .col-md-3:last-child .full
{
    border-right:0px;
}
#section6 .row
{
    max-width: 80%;
    margin:0 auto;
}
#section7
{
    background: #c71b9182;
}
section#footer {
    background: #2f368d;
        padding-bottom: 20px;
}
#footer h4 {
       margin-bottom: 20px;
    line-height: 1.4;
    letter-spacing: 0px;
    font-size: 25px;
    padding-bottom: 13px;
    color: #fff;
    border-bottom: 1px solid #dddddd4f;
}
#footer p a {
    color: #fff;
    text-decoration: none;
}
#footer ul {
    list-style-type: none;
    padding-left: 0px;
}
#footer ul li a {
    color: #fff;
    font-size: 18px;
}
#footer ul li
{
    margin-bottom: 10px;
}
#footer p{
    color:#fff;
}
section#footer p i {
    margin-right: 8px;
}
img.img-responsive.footer-logo {
    width: 300px;
    border-radius: 10px;
    margin-top: 25px;
}
p.copy {
    text-align: center;
    margin-bottom: 0px;
}
#footer .row:nth-of-type(2) {
    border-top: 1px solid #dddddd73;
    padding-top: 20px;
        margin-top: 20px;
}
#section1 img{
    margin: 0 auto;
}
.row.last .full {
    border-bottom: 0px;
}
.full:hover {
    background-position: center;
      }
      .full.f1:hover{
    background-image: url('../images/campus-fac.webp');
          }
            .full.f2:hover{
    background-image: url('../images/class-room-fac.webp');
          }
            .full.f3:hover{
    background-image: url('../images/lab-fac.webp');
          }
            .full.f4:hover{
    background-image: url('../images/computer-lab-fac.webp');
          }
            .full.f5:hover{
    background-image: url('../images/library-fac.webp');
          }
           .full.f6:hover{
    background-image: url('../images/playground-fac.webp');
          }
            .full.f7:hover{
    background-image: url('../images/hall-fac.webp');
          }
            .full.f8:hover{
    background-image: url('../images/activity-fac.webp');
          }
            .full.f9:hover{
    background-image: url('../images/ro-water-fac.webp');
          }
            .full.f10:hover{
    background-image: url('../images/cctv-fac.webp');
          }
           .full.f11:hover{
    background-image: url('../images/sports-fac.webp');
          }
           .full.f12:hover{
    background-image: url('../images/transport-fac.webp');
          }
      .full 
      {
          overflow: hidden;
    transition: 0.5s;
      }
.full:hover img{
   display: none;
}
.full img {
        width: 100px;
    padding: 20px;
    border-radius: 20px;
    transition:0.5s;
    margin: 0 auto;
    margin-bottom: 20px;
    box-shadow: 0 0 5px;
}
.full h4 {
    font-weight: 700;
    color: #2f368d;
    font-size: 16px;
}
.full:hover h4 {
    color: #2f368d;
    opacity: 1;
    position: relative;
        margin-top: 100px;
    background: #ffffff;
    padding: 10px 10px;
        box-shadow: 0 0 5px #000;
    border-radius: 10px;
}

.title a.rm:hover {
    background: #c71b91;
}
.dark a.rm{
background: #c71b91!important;
}
#section4 .col-md-3:nth-of-type(2) img,#section4 .col-md-3:nth-of-type(1) img
{
width:80%;
margin: 0 auto;
}
#section3 .row .col-md-8
{
    background:rgb(45 55 142 / 22%);
        padding: 10px;
    border-radius: 10px;
    height: 280px!important;
}
#section3 .row .col-md-8 a.rm
{
    margin-top: 0px;
}
.p-relative {
    position: relative;
        margin-top: 25px;
}
.it-work-item {
    transition: 0.3s;
}
.text-center {
    text-align: center !important;
}
.it-work-main-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
    color:#2d378e;
       border: 1px solid #2d378e;
    background-color:#fff;
    transition: 0.3s;
}
.it-work-sub-icon span {
    color:#2d378e;
    display: inline-block;
    margin: 9px 0;
    transition: 0.3s;
}
.it-work-content {
    padding: 25px;
    border-radius: 10px;
    margin-top: 5px;
    height:130px;
    background-color:#2d378e47;
    transition: 0.3s;
}
.it-section-title-sm {
    font-size: 17px;
    color: #000;
    display: inline-block;
    margin-bottom: 5px;
    transition: 0.3s;
    line-height: 30px;
    margin-top: 5px;
}
.it-work-item:hover .it-work-content {
    background-color:#2d378e;
}
.it-work-item:hover .it-section-title-sm,.it-work-item:hover .it-work-content p {
    color:#fff;
}
.it-work-wrapper::before {
    position: absolute;
    width: 100%;
    top: 32px;
    content: "";
    border: 1px dashed #2d378e;
    z-index: -1;
}
.head {
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
}
.head p{
      text-align: center;
}
#about2 {
    background: #9298cf;
}
#about2 .txts {
    position: relative;
    z-index: 1;
    background-image: url(../images/history-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 0px;
    transition: all 300ms ease;
    background-size: cover;
    transition: all 300ms ease;
    height: 310px!important;
    padding: 40px!important;
}
#about2 .txts:before {
      position: absolute;
    z-index: 99;
    top: 0px;
        opacity: 0;
    left: 0px;
    content: '';
    background-image: url(../images/history-bg-2.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom:0px;
    transition: all 300ms ease;
    background-size: cover;
    transition: all 300ms ease;
    width: 0%;
    height: 310px!important;
    padding: 60px!important;
}
#about2 .txts:hover::before {
    width: 100%;
    left: 0;
    opacity: 1;
}
#about2 .txts:hover h4{
    position:relative;
    z-index: 999;
    color:#fff;
}
#about2 .txts:hover p
{
    position:relative;
    z-index: 999;
     color:#fff;
     }
#about2 .txts h4
 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #2d378e;
}
#about2 .txts p {
    font-size: 15px;
 }
 .middle .txts
 {
 transform: rotate(180deg);
 }
 .middle .txts h4,.middle .txts p {
    transform: rotate(-180deg);
    text-align: right;
}
#about2 .col-md-4 img
{
    border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
}
#about2 .col-md-4.middle img
{
    border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
}
#about2 .txts p{
    font-size: 14px;
}
a:focus, a:hover,a{
    text-decoration: none;
}
#section01 .col-md-12
{
    padding-left: 0px;
    padding-right: 0px;
}

section#section01
{
    position: relative;
}
section#section01 .content {
    position: absolute;
    bottom: 50px;
    background: #fcfcfcc4;
    z-index: 999;
    padding: 20px;
    left: 100px;
    border-radius: 10px;
    width: 700px;
}

.content p {
    line-height: 40px;
    letter-spacing: 0px;
    font-size: 30px;
    text-align: left;
    color: #2d378e;
    font-weight: 600;
    text-transform: uppercase;
}
.content h2 {
    color: #c71b91;
    margin-bottom: 10px;
    font-size: 24px;
}
#section01
{
    padding-top: 0px;
}
.det p a {
    color: #333;
}
section#gallery {
    background: #2d378e36;
}
#gallery .col-md-3.item img {
        width: 100%;
    border-radius: 50px;
    border: 5px solid rgb(45, 55, 142);
    transition: 0.5s;
    padding: 15px;
    background: #fff;
    box-shadow: 1px 1px 0px #2d378e, 2px 2px 0px #2d378e, 3px 3px 0px #2d378e, 4px 4px 0px #2d378e, 5px 5px 0px #2d378e, 6px 6px 0px #2d378e;
}
#gallery .col-md-3.item:hover img
{
    border-radius: 100px;
    border: 5px solid #c71b91;
    box-shadow: 1px 1px 0px #c71b91, 2px 2px 0px #c71b91, 3px 3px 0px #c71b91, 4px 4px 0px #c71b91, 5px 5px 0px #c71b91, 6px 6px 0px #c71b91;
}
#gallery .row {
    margin-bottom: 50px;
}
#gallery .heading {
    margin-bottom: 30px;
}
section#message {
    background: #2d378e36;
}
.team-two__item {
    position: relative;
    padding: 0 0 35px;
    margin-bottom: 36px;
    z-index: 2;
}
.team-two_a_item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color:#2d378e;
    content: '';
    border-radius: 0 0 200px 200px;
    width: 100%;
    height: 30vh;
    z-index: -1;
}
.team-two__image {
    position: relative;
    overflow: hidden;
    border-radius: 200px;
    margin: 0 31.5px;
}
.team-two__image img {
    width: 100%;
    height: auto;
}
.team-two__image::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(24, 24, 24, 0.69);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.team-two__item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color:#c71b91;
    content: '';
    border-radius: 0 0 200px 200px;
    width: 100%;
    height: 200px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

/* .team-two__item:hover::after {
    height: 30vh;
    visibility: visible;
    opacity: 1;
} */
#message h1{
    margin-bottom: 20px;
}
.about-two__box {
    position: relative;
    background-color: #f6f6f6;
    border-radius: 11px;
    padding: 30px;
    margin: 20px 0px;
    max-width: 80%;
}
.about-two__box svg {
       position: absolute;
    left: -15px;
    top: 7px;
    fill: #c71b91;
    width: 300px;
    height: 100px;
}
.about-two__box__icon
 {
    font-size: 48px;
    line-height: 48px;
    color:#fff;
    position: absolute;
    left: 21px;
    top: 53px;
    display: flex;
}
.about-two__box__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    margin: 0 0 0px;
    position: relative;
}
.about-two__box__text {
        font-weight: 600;
    margin: 0;
    position: relative;
    max-width: 100%;
    padding-left: 85px;
}
.services-section-two {
    position: relative;
    padding: 120px 0 80px;
    z-index: 2;
}
.service-block-two .inner-box {
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
    padding: 40px;
        margin-bottom: 20px;
    padding-right: 270px;
       -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: 2;
}
.service-block-two .image-box {
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-block-two .image-box .image {
    border-radius: 400px 0 0 0;
    overflow: hidden;
}
.service-block-two .content {
    position: relative;
}
.service-block-two .title {
       margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #2d378e;
}
.service-block-two .title a{
    color: #2d378e;
}
.service-block-two .text {
       line-height: 25px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.service-block-two .inner-box:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color:red;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    border-radius: 500px 0 0;
    z-index: -1;
    content: "";
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.service-block-two.style-two .inner-box {
    padding-left: 280px;
    padding-right: 50px;
}
.service-block-two.style-two .image-box {
    right: auto;
    left: 0;
}
.service-block-two.style-two .image-box .image {
    border-radius: 0 400px 0 0;
}
.service-block-two.style-three .image-box {
    top: 0;
    bottom: auto;
}
.service-block-two.style-three .image-box .image {
    border-radius: 0 0 0 400px;
}
.service-block-two.style-four .image-box {
    bottom: auto;
    top: 0;
    left: 0;
    right: auto;
}
.service-block-two.style-four .image-box .image {
    border-radius: 0 0 400px 0;
}
.service-block-two.style-four .inner-box {
    padding-left: 280px;
    padding-right: 30px;
}
section#forms {
    background: #2d378e36;
}
section#fac {
    background: #2d378e36;
}
section#contact {
    background: #2d378e36;
}
.icon-box-style-three-wrap {
    position: relative;
}
.icon-box-style-three-wrap .icon-box-style-three {
    padding-left:40px;
    padding-right: 40px;
    padding-top:0px;
    padding-bottom: 60px;
    border: 1px solid #2d378e;
    background-color: #d3d5e7;
    transition: all 0.5s ease-in-out;
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
.icon-box-style-three-wrap .wt-icon-box-wraper {
       margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-text-primary {
    color: #e2791d;
}
.icon-xld img, .icon-xl img, .icon-lg img, .icon-md img, .icon-sm img, .icon-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}
.icon-box-style-three-wrap .icon-box-style-three .icon-box-three-title {
    margin-bottom: 10px !important;
    background: #c71b91;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    max-width: 80%;
    margin: 0 auto;
}
.icon-box-style-three-wrap .icon-box-style-three .icon-box-three-title .wt-title  a{
    color:#fff;
}
.icon-box-style-three-wrap .icon-box-style-three .icon-box-three-title .wt-title {
  font-weight: 700;
  text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding: 3px 5px;
        margin-bottom: 0px;
    margin-top: 10px;
}
.icon-box-style-three-wrap .icon-box-style-three .icon-box-three-content p {
     font-size: 15px;
    line-height: 30px;
    display: -webkit-box;
      transition: 0.5s all ease;
  -webkit-line-clamp: 2;        /* Specifies the number of lines */
  -webkit-box-orient: vertical; /* Required for line-clamping */
  overflow: hidden;             /* Hides the text beyond 2 lines */
  text-overflow: ellipsis;
    }
    span.icon-cell.site-text-primary img {
    border-radius: 10px;
}
.site-button-link {
    position: relative;
    font-weight: 600;
    color: #e2791d;
    font-size: 16px;
    z-index: 1;
    transition: 0.5s all ease;
    font-family: "Urbanist", serif;
    text-transform: uppercase;
    padding-left: 40px;
    transition: 0.5s;
}
.site-button-link:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #e2791d;
    transition: 0.5s;
}
.icon-box-style-three-wrap .icon-box-style-three:hover {
    clip-path: polygon(0% 0%, 15% 15%, 0% 0%, 100% 0%, 85% 15%, 100% 0%, 100% 100%, 85% 85%, 100% 100%, 0% 100%, 15% 85%, 0% 100%);
    background-color: #fff;
    border-radius: 10px;
    border-color:#fff;
}
.icon-box-style-three-wrap .icon-box-style-three:hover p{
    display: -webkit-box;
  -webkit-line-clamp: 4;     
    transition: 0.5s all ease;   /* Specifies the number of lines */
  -webkit-box-orient: vertical; /* Required for line-clamping */
  overflow: hidden;             /* Hides the text beyond 2 lines */
  text-overflow: ellipsis;
}
.icon-box-style-three ul {
    list-style-type: circle;
    padding-left: 0px;
}
.icon-box-style-three ul li {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align:center;
    font-family: "Raleway", sans-serif;
    color: #2d378e;
}
h3.wt-title a {
    color: #2d378e;
}
.col-md-12.seperate {
    margin-top: 40px;
}
section#academic {
    background:#2d378e59;
}
section#academic3 {
    background: #2d378e36;
}
#academic3 h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #2d378e;
    margin-bottom: 15px;
}
section#academic3 .col-md-4 img {
    border: 3px dotted #2d378e;
    border-radius: 20px;
    padding: 5px;
}
#academic3 .col-md-12
{
    margin-bottom: 40px;
}
#admission1 .col-md-6
{
    position: relative;
}
#admission1 .col-md-4.fir:hover,#admission1 .last .fir:hover
{
    background-color:#c71b91!important;
    background: none!important;
}
#admission1 .col-md-3:nth-of-type(3).fir
{
    background:url(../images/infra-gallery-1.webp);
        animation: zoomIn 10s ease-in-out infinite alternate;
         background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#admission1 h2{
        font-size: 15px!important;
    background: rgb(45, 55, 142);
    color: #fff!important;
       display: inline-block;
}
#admission1 .col-md-3.fir:hover p{
visibility: visible;
     }
#admission1 .col-md-3.fir p{
visibility: hidden;
  padding: 5px;
}
#admission1 .col-md-3:nth-of-type(1).fir
{
         background:url(../images/aboutus.webp);
          animation: zoomIn 10s ease-in-out infinite alternate;
             background-position: center;
    background-size: cover!important;
    background-repeat: no-repeat;
}
@keyframes zoomIn{
    from{
        background-size:100%;
    }
    to{
        background-size:120%;
    }
}
#admission1 .col-md-3 {
    height: 250px;
    border: 1px solid #ddd;
}
#admission1 .sec {
    background: #c71b915c;
}
#academic3 .lists
{
    padding-left: 0px;
}
#academic3 .lists li {
    line-height: 28px;
    margin-bottom: 7px;
    background: #2d378e;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    transition: 0.5s;
    color: #fff;
    padding: 15px 10px;
    display: inline-block;
    width: 45%;
    border-top-right-radius: 10px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 15px;
    border-bottom: 5px solid #c71b91;
}
#academic3 .lists li:hover {
    background: #c71b91;
    border-bottom: 5px solid #2d378e;
}
ul.lists {
    list-style-type: circle;
    padding-left: 20px;
}
.lists li {
    line-height: 28px;
    margin-bottom: 7px;
    color: #2d378e;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
}

.faq-drawer {
  margin-bottom: 16px;
}

.faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}

.faq-drawer__title {
    cursor: pointer;
  display: block;
  font-size:13px;
  font-weight: 700;
  padding: 0px 0 0 0;
  position: relative;
    transition: all 0.25s ease-out;
}

.faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover { 
  color: #4E4B52  ;
}

.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
  max-height: 350px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
  display: none;
}

@media only screen and (max-width: 600px) {
  .container {
    padding: 80px;
  }
}

.faq-drawer__content-wrapper  ul {
    padding-left: 0px;
    margin-top: 10px;
}

.faq-drawer__content li {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
#academic4 .col-md-4 p
{
margin-bottom: 20px;
}
#academic4 .col-md-4 img
{
margin-bottom: 20px;
border-radius: 20px;
}
#academic4 .col-md-4  h3
{
        margin-bottom: 20px;
    line-height: 1.4;
    letter-spacing: 0px;
    font-size: 15px;
    color: #2d378e;
}
.faq-drawer__content b {
    font-size: 13px;
    color: #c71b91;
}
.programs {
    background: rgba(45, 55, 142, 0.19);
    padding: 30px;
    border-radius: 10px;
    height: 550px;
    overflow-y: scroll;
}

#academic4 .col-md-12 {
    margin-bottom: 20px;
}
section#academic4 {
    background:#c71b9133;
}


.two {
    background: #2d378e;
    padding: 20px;
       border-radius: 30px;
}
#academic4 .col-md-6 h2 {
     margin-bottom: 20px;
    line-height: 1.4;
    letter-spacing: 0px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

#academic4 .col-md-6 p
{
    color:#fff;
}
#academic4 ul
{
    list-style-type: disc;
}
#academic4 .col-md-6 ul {
    list-style-type: disclosure-closed;
    padding-left:20px;
}
#academic4 .col-md-6 ul li
{
    color:#fff;
    margin-bottom: 5px;
    font-size: 13px;
}
a.dropdown-toggle {
    margin-bottom: 15px;
}
.img-responsive
{
    width:100%;
}
.top-header ul li a {
    color: #fff;
}
#about2 .col-md-4 img
{
    border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
}
#about2 .col-md-4.middle img
{
    border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
}
p.tr-name b {
    background: #c71b91;
    padding: 10px 20px;
    padding-left: 20px;
    border-radius: 100px;
    margin-top: 3px;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    border: 5px solid #2d378e;
}
.round
{
    border-radius: 100%;
}
section#trust {
    background: #c71b910d;
}
section#school1 {
    background: #c71b910d;
}
section#admission1 {
    background: #c71b9114;
}
#admission1 .col-md-6
{
      padding: 15px;
   }
#admission1 .fir
{
        background:#2d368b4a;
}
#admission1 h2 {
       margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 20px;
    color: #2d378e;
    padding: 5px;
    border-radius: 10px;
}
#admission1 .col-md-4.sec:hover{
    background: #2d378e;
}
#admission1 .col-md-4.sec {
    background:#c71b91;
}
#admission1 .col-md-6.sec h2,#admission1 .col-md-6.sec p
{
    color:#fff;
}
#admission1 .col-md-6.sec:hover h2
{
    background: #c71b91;
}

#admission2 h3 {
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 17px;
    color: #2d378e;
}

#admission2 ul li {
    font-size: 16px;
    line-height: 23px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}

#admission2 ul {
    list-style-type: auto;
    margin-top: 8px;
}

#admission2 b {
    color: #c71b91;
    font-weight: 800;
    text-decoration: underline;
}
section#admission3 {
    background: #2d378e42;
}
#admission3 h3 {
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 17px;
    color: #2d378e;
}

#admission3 ul li {
    font-size: 16px;
    line-height: 23px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}

#admission3 ul {
    list-style-type:circle;
    margin-top: 8px;
}

#admission3 b {
    color: #c71b91;
    font-weight: 800;
    text-decoration: underline;
}
.season_tabs {
  position: relative;   
  clear: both;
  margin: 25px 0;
}
.season_tab {
  float: left;  
  clear: both;
  width: 286px;
}
.season_tab label {
   background: #c71b91;
    padding: 10px;
    border: 1px solid #ffffff;
      margin-left: -1px;
      color:#fff;
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    left: 1px;
    width: 264px;
    font-family: 'Raleway';
    height: auto;
    display: table-cell;
}
.season_tab [type=radio] {
  display: none;   
}
.season_content {
  position: absolute;
  top: 0;
  left: 286px;
  background: white;
  right: 0;
  bottom: 0;
  height:289px;
  padding: 20px;
   }
.season_content span {
  animation: 0.5s ease-out 0s 1 slideInFromTop; 
      font-size: 23px;
    font-weight: 600;
}
[type=radio]:checked ~ label {
  background: #2d378e;
  border-bottom: 2px solid #fff;
  z-index: 2;
  
}
.season_content ul li {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
}
.season_content ul  {
        margin-top: 10px;
  }
[type=radio]:checked ~ label ~ .season_content {
  z-index: 1;
}
.season_content b {
    display: block;
    width: 100%;
    margin-top: 20px;
}
section#admission4 {
    background: #c71b9114;
}
#admission4 b {
    color: #c71b91;
    font-weight: 800;
    text-decoration: underline;
}
.panel-default > .panel-heading{
    background:#2d378e30;
    padding:0;
}

.panel-title a{
    display:block;
    padding:15px 20px;
    color:#000;
    font-weight:600;
    text-decoration:none;
    position:relative;
}

.panel-title a:after{
    content:"+";
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    font-size:22px;
}

.panel-title a[aria-expanded="true"]:after{
    content:"−";
}

.panel-body{
    background:#fbedf6;
}
































































































































/* mobile */
@media only screen and (max-width:480px)
{
#academic li
{
    width: 47.25% !important;;
}
    #footer h4
{
    font-size: 20px;
}
    .season_content span {
    animation: 0.5s ease-out 0s 1 slideInFromTop;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
}
    .season_tab label
    {
        width:100%;
        display: block;
    }
    .season_tab {
    float: left;
    clear: both;
    width: 100%;
}
    .season_content {
    position: relative;
    top: 0;
    left: 0px;
    background: white;
    right: 0;
    bottom: 0;
    height: auto;
    padding: 20px;
}
    #admission1 .col-md-12 {
    max-width: 100%;
   }
    .service-block-two .image-box
    {
        position: relative;
    }
    .service-block-two .inner-box
    {
               padding-right: 20px;
        padding-left: 20px;
    }
    .service-block-two.style-two .inner-box,.service-block-two.style-four .inner-box {
    padding-left: 20px;
    padding-right: 20px;
}
    #section1 a.rm {
    margin-bottom: 20px;
}
    .programs {
       height: auto;
    margin-bottom: 20px;
   }
   .two {
    margin-bottom: 20px;
}
    #academic3 h3
    {
        font-size: 17px;
    }
    a.dropdown-toggle {
    margin-bottom: 0px;
}
#academic3 .lists li
{
    font-size: 14px;
    width:100%;
}
.title .container{
    padding: 0px;
}
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
                padding: 10px;
    }
    #header .container {
        padding: 0px;
    }
    .title h1 {
      font-size: 25px!important;
    }
    .title p {
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    text-justify: none;
    hyphens: none;
}
.title a.rm{
        font-size: 14px;
    margin-top: 3px;
}
#section2
{
    height:auto;
}
#section2 .facility-box {
    background: #2e3590ab;
    padding: 14px;
    margin: 0 auto;
    margin-bottom: 20px;
}
#section2 .col-md-4
{
        padding-right: 0px;
    padding-left: 0px;
}
#section2 .facility-box h2
{
    font-size: 14px;
}
#section3 .row {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0px;
}
#section3 .row .col-md-8
{
    height: auto!important;
}
.sticky .navbar-nav {
    float: none!important;
}
#section3 .row .col-md-8 a.rm
{
    float:none;
}
.full {
    border-right: 0px solid #ddd;
}
#about2 .txts
{
    height: auto!important;
    padding: 23px!important;
}
.row .col-md-12{
     padding-right: 0px;
    padding-left: 0px;
}
#about2 .txts h4
{
    font-size: 16px;
}
.it-work-content {
    padding: 15px;
    border-radius: 10px;
    margin-top: 5px;
    height: auto;
}
.it-work-sub-icon span {
    color: #2d378e;
    display: inline-block;
    margin: 0px 0;
    transition: 0.3s;
}
#section4 .col-md-3:nth-of-type(1) .coudet {
    top: 0px;
}
#section4 .col-md-3:nth-of-type(2) .coudet {
    top: auto;
}
.coudet {
 padding:20px;  
     max-width: 100%;
    text-align: center;
    position: relative;
    height: auto;
        top: 0px;
}
.coudet p
{
    text-align:center;
}
#section4 {
    margin-bottom: 0px;
}
section#section01 .content {
    position: absolute;
    bottom: 5px;
    background: #fcfcfcc4;
    z-index: 999;
    padding: 0px;
    left: 0px;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
    right: 0px;
}
img.logo {
    width: 180px;
    margin-top: 15px;
}
.slider {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.content
{
     text-align: center;
    padding: 0px;
    left: 0px;
}
#section2 .row {
    padding-bottom: 0px;
}
.content a.rm
{
    display: none;
}
.content p
{
    text-align: left;
    display: none;
}
.slider .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    color: #fff;
    padding: 10px 15px;
    line-height: 22px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    z-index: 2;
    transition: 0.3s;
    width: 40px;
    height: 40px;
}
#section01 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.custom-navbar {
        min-height: 75px;
    }
    .top-header p
    {
        text-align: center;
        font-size: 13px;
    }
    .top-header .col-md-8
    {
        display: none;
    }
    .content h2 {
       font-size: 20px;
           margin-top: 10px;
}
.navbar-nav
{
    float:none;
}
.navbar-collapse
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
    .custom-navbar .navbar-nav > li > a {
        padding: 10px;
        font-size: 13px;
        border-bottom: 1px solid #f2f2f2;
    }
    .container {
    padding-right: 0px;
    padding-left: 0px;
    }
    section.title {
    padding-top: 30px;
    padding-bottom: 30px;
}
#gallery .col-md-3.item img
{
    margin-bottom: 20px;
}
#about1 .col-md-6:nth-of-type(2) {
    margin-top: 20px;
    float: left;
}
}
/* tab */
@media (min-width: 768px) and (max-width: 1023px)
{
    #admission1 .col-md-3
    {
        height:auto;
    }
    #section6 .col-md-3 {
    padding-left: 0px;
    width: 47.25%;
    padding-right: 0px;
    float: left;
}
    .custom-navbar .dropdown-menu > li > a {
    padding: 12px 15px;
    font-size: 13px;
   }
    #header .col-sm-8 {
        width: 100%;
    }
     .season_content span {
    animation: 0.5s ease-out 0s 1 slideInFromTop;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
}
    .season_tab label
    {
        width:100%;
        display: block;
    }
    .season_tab {
    float: left;
    clear: both;
    width: 100%;
}
    .season_content {
    position: relative;
    top: 0;
    left: 0px;
    background: white;
    right: 0;
    bottom: 0;
    height: auto;
    padding: 20px;
}
    #admission1 .col-md-3.fir {
        background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
    #admission1 .col-md-12 {
    max-width: 100%;
  }
    .about-two__box
    {
        max-width: 100%;
    }
    .head p
    {
        text-align: center!important;
    }
    #about1 .col-md-6:nth-of-type(2) {
    margin-top: 20px;
    float: left;
}
    #section1 a.rm {
    margin-bottom: 20px;
}
     .programs {
       height: auto;
    margin-bottom: 20px;
   }
   .two {
    margin-bottom: 20px;
}
    #academic3 h3
    {
        font-size: 17px;
    }
    a.dropdown-toggle {
    margin-bottom: 0px;
}
#academic3 .lists li
{
    font-size: 14px;
    width:100%;
}
.title .container{
    padding: 0px;
}
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
                padding: 10px;
    }
    #header .container {
        padding: 0px;
    }
    .title h1 {
      font-size: 25px;
    }
    .title p {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}
.title a.rm{
        font-size: 14px;
    margin-top: 3px;
}
#section2
{
    height:auto;
}
#section2 .facility-box {
    background: #2e3590ab;
    padding: 14px;
    margin: 0 auto;
    margin-bottom: 20px;
}
#section2 .col-md-4
{
        padding-right: 0px;
    padding-left: 0px;
}
#section2 .facility-box h2
{
    font-size: 14px;
}
#footer p.copy
{
    text-align: center;
}
#section3 .row {
    max-width: 100%!important;
    margin: 0 auto;
    margin-top: 0px;
}
#section3 .row .col-md-8
{
    height: auto!important;
}
#section3 .row .col-md-8 a.rm
{
    float:none;
}
.full {
    border-right: 0px solid #ddd;
}
#about2 .txts
{
    height: auto!important;
    padding: 23px!important;
}
.row .col-md-12{
     padding-right: 0px;
    padding-left: 0px;
}
#about2 .txts h4
{
    font-size: 16px;
}
.it-work-content {
    padding: 15px;
    border-radius: 10px;
    margin-top: 5px;
    height: auto;
}
.it-work-sub-icon span {
    color: #2d378e;
    display: inline-block;
    margin: 0px 0;
    transition: 0.3s;
}
#section4 .col-md-3:nth-of-type(1) .coudet {
    top: 0px;
}
#section4 .col-md-3:nth-of-type(2) .coudet {
    top: auto;
}
.coudet {
 padding:20px;  
     max-width: 100%;
    text-align: center;
    position: relative;
    height: auto;
        top: 0px;
}
.coudet p
{
    text-align:center;
}
#section4 {
    margin-bottom: 0px;
}
section#section01 .content {
    position: absolute;
    bottom: 5px;
    background: #fcfcfcc4;
    z-index: 999;
    padding: 0px;
    left: 0px;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
    right: 0px;
}
#about2 .txts p {
    font-size: 14px;
    max-width: 80%;
    text-align: left;
}
p.copy {
    text-align: center;
}
.title p
{
    text-align: left;
}
img.logo {
    width: 180px;
    margin-top: 15px;
}
.row.last .full {
    border-bottom: 1px solid #ddd;
}
.slider {
    position: relative;
    height: 400px;
    overflow: hidden;
}
.content
{
     text-align: center;
    padding: 0px;
    left: 0px;
}
#section2 .row {
    padding-bottom: 0px;
}
.content a.rm
{
    display: none;
}
.content p
{
    text-align: left;
    display: none;
}
.slider .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    color: #fff;
    padding: 10px 15px;
    line-height: 22px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    z-index: 2;
    transition: 0.3s;
    width: 40px;
    height: 40px;
}
#section01 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.custom-navbar {
        min-height: 75px;
    }
    .top-header p
    {
        text-align: center;
        font-size: 13px;
    }
    .top-header .col-md-8
    {
        display: none;
    }
    .content h2 {
       font-size: 20px;
           margin-top: 10px;
}
   #mainHeader .col-sm-4 {
        width: 100%;
    }
    .navbar-header {
        float: none;
    }
.navbar-collapse
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
    .custom-navbar .navbar-nav > li > a {
        padding: 10px;
        font-size: 13px;
        border-bottom: 1px solid #f2f2f2;
    }
    .container {
    padding-right: 0px;
    padding-left: 0px;
    }
    .top-header      .col-sm-4 {
        width: 100%;
        text-align: center;
    }
    }

@media (min-width: 1024px) and (max-width: 1280px) 
{

}

/* small laptop*/
@media (min-width: 992px)
{
    #admission1 .col-md-3 p
    {
                font-size: 13px;
        line-height: 24px;
    }
    #section3 .row {
    max-width: 75%!important;
    margin: 0 auto;
    margin-top: 15px;
}
    .service-block-two .text
    {
        font-size: 13px!important;
        line-height: 20px!important;
    }
    .service-block-two .inner-box
    {
        padding-top: 20px!important;
                height: 235px!important;
    }
    .service-block-two .title {
    margin-bottom: 5px!important;
    margin-top: 0px!important;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #2d378e;
}
#section2 .facility-box
{
padding: 15px!important;
        height: 200px!important;
}
#section2 .facility-box p
{
    font-size: 16px!important;
}
.title p {
    font-size: 16px;
    line-height: 25px;
}
#section3 .row .col-md-8,#section3 .row .col-md-8:hover::before
{
    height: 295px;
}
.coudet h3
{
    font-size: 16px;
}
.coudet p
{
    font-size: 12px;
    line-height: 20px;
}
.top-badge {
             font-size: 11px;
      max-width: 65%;
}
#section4 {
    margin-bottom: 170px;
}
.coudet {
        max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    position: absolute;
    height: 210px;
       background-position: center;
    background-size: contain;
}
.full h4 {
       font-size: 14px;
}
#about2 .txts
{
    padding: 25px;
    height: 250px;
}
#about2 .txts:before
{
    height:250px;
}
#about2 .txts h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 14px;
    color: #2d378e;
}
.it-section-title-sm {
    font-size: 15px;
    color: rgb(0, 0, 0);
    display: inline-block;
    margin-bottom: 5px;
    transition: 0.3s;
    line-height: 25px;
    margin-top: 5px;
}
.title h1 {
       font-size: 30px;
    }
    #footer h4
{
    font-size: 20px;
}
#footer ul li a ,#footer p{
    color: #fff;
    font-size: 15px;
}
img.img-responsive.footer-logo {
    width: 270px;
}
#section01 .content p {
    line-height: 40px;
    letter-spacing: 0px;
    font-size: 30px;
}
}


#academic li {
   background: #2e368f;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    width: 23%;
    margin-right: 2%;
    float: left;
    padding: 15px;
    height: 150px;
    border: 5px solid #c71b91;
    font-size: 15px;
    border-radius: 20px;
    line-height: 22px;
}
#academic li:nth-of-type(2){
     background: #c71b91;
      border: 5px solid #2e368f;
}
#academic ul.lists {
    list-style-type: none;
    padding-left: 0px;
}