/********** Template CSS **********/
@font-face {
    font-family: PredatorBold;
    src: url('PredatorBold.ttf'),
        
  }
  .back_color{
    background-color: #91bcd1;
  }
:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
 h1.section-head:after {
    background-color: #030637;
    content: "";
    display: block;
    width: 150px;
    height: 4px;
    margin: 10px auto;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.top-header{
    background-color: rgb(210 111 66);
}
.top-header .address_icon{
    margin-top: 11px;
}
.top-header .sosal_icon{
    margin-top: 8px;
}
.navbar-light.sticky-top {
    background: #071952;
    top: -100px;
    transition: .5s;
}
.navbar-light .navbar-brand, .navbar-light a.btn {
    height: 73px;
    background:#720455;
}
.navbar-light .navbar-brand, .navbar-light a.btn::before {
    position: absolute;
    content: "";
    width: 25%;
    height: 100%;
    background-image: linear-gradient(to right, var(--primary), var(--secondary));
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}
/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.mobile-container{
    display: none;
}
.topnav{
    display: none;
}
.topnav .active {
   display: none;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin: -1px 0;
    padding: 20px 15px;
    color: #687EFF;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    background: #06bbcc;
}
.dropdown-item:hover {
    background-color: #06bbcc;
    color: #fff; 
}
.dropdown-menu a .dropdown-item:hover{
    background: #06bbcc;
}

@media (max-width: 1100px) {
    .top-header{
        display: none;
    }
    .navbar{
        display: none;
    }
    .mobile-container{
        display: block;
    }
    .topnav .active {
       display: block;
    }
      .topnav {
        padding: 12px 10px;
        display: block;
        overflow: hidden;
        background-color: #071952;
      }
      
      .topnav #myLinks {
        margin-top: 20px;
        display: none;
      }
      
      .topnav a {
        /* margin-left: 25px; */
        color: white;
        padding: 10px 21px;
        text-decoration: none;
        font-size: 15px;
        display: block;
        font-family: PredatorBold;
      }
      #myLinks{
        width: 100%;
        background-color: #00588c;
      }
      .topnav a.icon {
        margin-right: 40px;
        color: #fff;
        background: #06bbcc;
        display: block;
        position: absolute;
        right: 0;
        top: 128px;
      }
      .name_logo a{
        font-size: calc(1.525rem + 3.3vw);
        padding: 22px;
        /* font-size: 30px; */
        margin-left: 20px;
        font-family: 'PredatorBold';
        line-height: 0px;
    }
      
      .name_logo p{
        margin-left: 38px;
        font-size: 18px;
        color: #fff;
    }
       a:hover {
        display: block;
        text-decoration: none;
        background-color:#06bbcc;;
        color: #fff;
      }
      
      a.active {
        text-decoration: none;
        display: block;
        background-color:#06bbcc;;
        color: white;
        
      }
      .dropdown-menu{
        height: auto;
        width: 100%;
        background-color: #071952;
      }
      .dropdown-menu .dropdown-item a:hover {
        display: block;
        text-decoration: none;
        background-color:#15F5BA;;
        color: #fff;
      }
      
      .dropdown-menu .dropdown-item a.active {

        text-decoration: none;
        display: block;
        background-color: #82ba48;
        color: white;
        
      }
}
.slideInDown{
    font-family: 'PredatorBold';
}
.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 74px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}
.testimonial-item{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border: 2px solid #010b0a;
}
.testimonial-box{
    border: 1px solid #97FEED;
    margin: 5px 5px;
}
.testimonial-text{
    color: #fff;
    background-color: #06BBCC;
}
.test_box{
    background-color: #eee;
    height: auto;
    margin-bottom: 40px;
    border: 2px solid #eee;
}
/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    .logo_header {
        display: none;
    }
    .topnav a.icon {
        margin: 10px;
        color: #071952;
        background: #00ffff;
        position: absolute;
        right: 0;
    }
    #block-menu-menu-institutes-menu .menu > li > ul {
        position: relative;
        top: 20px;
        left: 0;
        width: 700px;
    }
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #block-menu-menu-institutes-menu .content { margin-top: 2px !important};
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .5)), url(../css/img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}
.img-abouts{
    margin-top: 15px;
    margin-left: 15px;
}
.image_principal {
    top: 20px;
    left: 20px;
    position: absolute;
    width: 90%;
}
.image_principal img .img-message {
    top: 20px;
    left: 20px;
    position: absolute;
    width: 90%;
}
.image_principal .imgtop:before {
    content: "";
    position: absolute;
    top: -14px;
    left: -14px;
    z-index: -1;
    width: 150px;
    height: 150px;
    border: 50px solid #0c2668;
    border-bottom: none;
    border-right: none;
}
.image_principal .imgtop1:before {
    content: "";
    position: absolute;
    top: -14px;
    right: -14px;
    z-index: -1;
    width: 150px;
    height: 150px;
    border: 150px solid #0c2668;
    border-bottom: none;
    border-right: none;
}
.image_principal .imgboot:before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: -14px;
    z-index: -1;
    width: 150px;
    height: 150px;
    border: 50px solid #0c2668;
    border-top: none;
    border-right: none;
}
.image_principal .imgboot1:before {
    content: "";
    position: absolute;
    bottom: -14px;
    right: -14px;
    z-index: -1;
    width: 150px;
    height: 150px;
    border: 150px solid #0c2668;
    border-top: none;
    border-right: none;
}
.contant{
    background-color: rgb(145 188 209);
}
.news_image {
    border: 1px solid #000;
    position: relative;
    background-color: #eee;
    margin-bottom: 20px ;
}

.news_image img {
    width: 100%;
    /* height: 260px; */
    display: block;
}

.fancybox-button {
    color: #000;
    background-color: rgb(0,88,140,0.1);
    position: absolute;
    top: 5px;
    right: 5px;
}
.fancybox-button:hover {
    color: #fff;
    background-color: rgb(0,88,140);
}
/*** Section Title ***/
.section-subtitle{
    font-family: 'PredatorBold'; 
}
.college_title{
    font-family: 'PredatorBold'; 
}
.title{
    font-family: 'PredatorBold'; 
}
.section-head{
    font-family: 'PredatorBold'; 
}
.students_name{
    font-family: 'PredatorBold'; 
}
.head{
    font-family: 'PredatorBold'; 
}
.footer_title{
    font-family: 'PredatorBold'; 
}
.section-title {
    font-family: 'PredatorBold';
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 3px;
    top: 4px;
    left: -40px;
    background-color: #071952;
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 3px;
    bottom: 5px;
    left: -60px;
    background-color: #071952;
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}
/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}
.box{
    background-color: #071952;
    text-align: center;
    color: #fff;
    padding: 10px 10px;
}
.box .title{
    font-size: 20px;
}

/*** Testimonial ***/
/* .fadeIn{
    background-color: #EFF396;
} */
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.container-fluids{
    background: #030637;
}
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.btn.btn-primary, .btn.btn-secondary {
    background: #071952;
    color: #fff;
}
.footer_end{
    background-color: #d36f44;
}
.title_page .title_page_image{ 
    background-image: url('../img/1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    text-align: center;
    position: relative;
    height: 300px;
   
}
.title_page_image::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    top: 0px;
    background: rgb(69,65,62,.8);
    height: 100%;
}
/* contact page */
.address_box{
    background-color: rgb(114,4,85);
    padding: 5px 10px;
    height: 150px;
}

@media (max-width: 768px) {
    .section-subtitle{
        font-family: 'PredatorBold'; 
    }
    .college_title{
        font-family: 'PredatorBold'; 
    }
    .title{
        font-family: 'PredatorBold'; 
    }
    .section-head{
        font-family: 'PredatorBold'; 
    }
    .students_name{
        font-family: 'PredatorBold'; 
    }
    .head{
        font-family: 'PredatorBold'; 
    }
    .footer_title{
        font-family: 'PredatorBold'; 
    }
  .section-title{
    font-family: 'PredatorBold';
    margin-top: 30px;
  }

table, thead, tbody, th, td, tr {
    display: block;
}
thead {
    position: absolute;
    top: -9999px;
    left: -9999px;   
}
tr {
    border: 1px solid #ddd;
    margin-top: 30px;
}
td {
    border: none;
    position: relative;
    padding-left: 50%;
    text-align: right;
    margin-top: 20px;
}
td:before {
    position: absolute;
    top: 6px;
    left: 2px;
    width: 60%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;  
}
.tableimage{
    width: 100%;
    height: 300px;
}
td:nth-of-type(1):before { content: ""; }
td:nth-of-type(2):before { content: "NAME :- "; }
td:nth-of-type(3):before { content: "DESIGNATION :-"; }
td:nth-of-type(4):before { content: "QUALIFICATION :-  "; }
td:nth-of-type(5):before { content: "JOINING :-"; }
table, thead, tbody, th, td, tr {
    display: block;
}

.student thead {
    position: absolute;
    top: -9999px;
    left: -9999px;   
}
.student tr {
    border: 1px solid #ddd;
    margin-top: 30px;
}
.student td {
    border: none;
    position: relative;
    padding-left: 50%;
    text-align: center;
    margin-top: 20px;
}
.student td:before {
    position: absolute;
    top: 6px;
    left: 2px;
    width: 60%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;  
}
.tableimage{
    width: 100%;
    height: 300px;
}
.student td:nth-of-type(1):before { content: "SR. NO :-"; }
.student td:nth-of-type(2):before { content: "Photo :-"; }
.student td:nth-of-type(3):before { content: "NAME :- "; }
.student td:nth-of-type(4):before { content: "STREAM :-"; }
.student td:nth-of-type(5):before { content: "SESSION :-  "; }

.documents tr {
    border: 1px solid #ddd;
    margin-top: 30px;
}
.documents td {
    border: none;
    position: relative;
    padding-left: 25%;
    text-align: center;
    margin-top: 20px;
}
.documents td:before {
    position: absolute;
    top: 6px;
    left: 2px;
    width: 60%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;  
}
.documents td:nth-of-type(1):before { content: "SR. NO :-"; }
.documents td:nth-of-type(2):before { content: "Documents :-"; }
.documents td:nth-of-type(3):before { content: "Pdf :- "; }

.fadeInUp{
    margin-bottom: 30px;
}
.news_image{
    margin-bottom: 30px;
}
.address_box{
    margin-bottom: 20px;
}
.owl-carousel-item .col-md-6 {
    width: 100%;
    flex: none;
}
.box_message{
    margin-top:450px ;
}
}
@media (min-width: 992px) {
    .owl-carousel-item .col-md-6 {
        width: 50%;
        flex: none;
    }
}
/* CSS */
.button-64 {
    padding: 10px;
  align-items: center;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 30%;
  min-width: 140px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.button-64:active,
.button-64:hover {
  outline: 0;
}

.button-64 span {
  background-color: rgb(5, 6, 45);
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.button-64:hover span {
  background: none;
}

@media (min-width: 768px) {
  .button-64 {
    font-size: 24px;
    min-width: 196px;
  }
}
.banner_box {
    padding: 50px;
    background-color: rgb(5, 6, 45, 0.5);
}
.team-item.bg-light {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.faculty_box{
    height: 110px;
}
img .gallery-images {
    width: 100%;
    height: 250px;
}
