*{
    /* overflow-x: hidden ; */
}
 
@import url('https://fonts.googleapis.com/css?family=Poppins');
 

body{
    font-family: 'Poppins' !important;
}

.top_aligniment{
color: white;
    font-size: 12px;
    list-style: none;
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    margin-left: 0px;
    padding-left: 0;
}
.top_aligniment li{
    margin-right: 13px;
}
.top_aligniment li a {
     color: white;
    text-decoration: none;
}

.top_aligniment li a i {
    font-size: 14px;
}

.p-10 {
    padding: 10px;
}

.wrapper .logo a img {
    width: 50%;

}

.wrapper .nav-links {
    display: inline-flex;
}

nav .wrapper {
    padding: 0px 30px;
    background: red;
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius : 5px
}

.nav-links li a:hover {
    background: yellow;
}



.nav-links li {
    list-style: none;
}

/* .carousel-item {
    height : 480px;
} */
.slider_bottom a {
    text-decoration: none;

}
.slider_bottom a h4{
    font-size: 18px;
    color: white;
  margin-top: 10px;
  text-transform: uppercase;
   
}



.btn_changes:hover {
    background: linear-gradient(45deg, blue, green);
    font-weight: bold;
    height: 50px;
    width: 200px;
   
}

.abt_us_heading {
       font-size: 40px;
    background-image: linear-gradient(to left, #F44336 0%, #FF9800 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    
}

.abt_us_heading_1 {
       font-family: urbanist, Sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 20px;
}

.mt-30 {
    margin-top: 30px;

}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.counter_section {
    /*
    margin : 20px;*/
    padding: 10px 0;
}

.counter_section h4 span.counter{
    font-size: 35px;
}

.school_section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.school_section_images {
    display: flex;
    margin: 0px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
/*    height: 100vh;*/
}

.container_1 {
    display: flex;
    width: 90vw;
}

.panel {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    flex: 0.5;
    margin: 10px;
    position: relative;
    -webkit-transition: all 700ms ease;
}

.panel h3 {
    font-size: 24px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0px;
    opacity: 0;
}

.panel.active {
    flex: 5;
}

.panel.active h3{
    opacity: 1;
    transition: opacity 0.3s ease-in 0.4s;
}

@media(max-width:480px){
    .container_1{
        width: 100vw;
    }
    .panel:nth-of-type(4),
    .panel:nth-of-type(5){
        display: none;
    }
}




.testimonial_area{
    width: 100%;
    padding: 50px 0;
}

#testimonial_area .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
#testimonial_area .owl-prev, #testimonial_area .owl-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #0a69ed;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	position: absolute;
}
#testimonial_area .owl-prev {
	left: -60px;
	top: -30px;
}
#testimonial_area .owl-next {
	right: -60px;
	top: -30px;
}
@media only screen and (max-width: 991px) {
	.owl-nav {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.box-area {
		text-align: center;
	}
	.owl-nav {
		display: none;
	}
}

.testmonial_slider_area h5{
    font-size: 19px;
    font-weight: 600;
}
.testmonial_slider_area p{
    font-size: 15px;
    font-weight: 500;
}

.card_section_1 {
    border-radius: 10px;
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)), url(assets/img/disciver.png);
        /* background-image:
        linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)),
        url('assets/img/slider/slider-1.webp'); */
        width: 100%;
        height: 350px;
        background-size: cover;
        padding: 20px;
        background-repeat: initial;
        color : white;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;    
}

.card_section_2 {
    border-radius: 10px;
        background-image:
        linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)),
        url('assets/img/holisticgrowth.png');
        width: 100%;
        height: 350px;
        background-size: cover;
        padding: 20px;
        background-repeat: initial;
        color : white;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;    
}

.card_section_3 {
    border-radius: 10px;
        background-image:
        linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)),
        url('assets/img/sculpting.png');
        width: 100%;
        height: 350px;
        background-size: cover;
        padding: 20px;
        background-repeat: initial;
        color : white;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;    
}



.accedrations {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_heading {
    text-align: center;
    font-size: 240px;
    background-image: url("assets/teams/campus.webp");
    background-repeat: no-repeat;
    color: transparent;
    background-position: center;
    background-clip: text;
    font-weight: bold;

}

.promise_heading {
        font-family: Urbanist, Sans-serif;
    font-size: 108px;
    font-weight: 900;
    font-style: normal;
    background: -webkit-linear-gradient(100deg, #C02633 10%, #ffffff 120%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}

@media (max-width : 426px){
    .main_heading {
        font-size: 60px;

    }
    .promise_heading {
        font-size: 40px;
    }
}


.school_section_images{
    min-height: 600px;
    display : flex;
    align-items : center;
    justify-content : center ;
    /* background: linear-gradient (#eee 50 , blue 50.1);
    padding-bottom: 70px;
    margin-top : 50px;
    margin-bottom: 50px; */

}
.box-container {
    display : flex;
    align-items : center;
    justify-content : center ;
    background : #fff;
    /* box-shadow : 0 15px 20px rgba(0,0,0,.2); */
    border-radius: 15px;

}
.box_1 {
    height : 500px;
    width : 60px;
    margin : 10px;
    border-radius : 50px;
    position : relative;
    cursor: pointer;
    transition : .9s ease;
    overflow:hidden;
    /* background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)), url(assets/img/slider/slider-2.webp); */
    /* background-image: linear-gradient(to left, rgb(32 45 82 / 15%) 0%, rgb(21 42 86) 100%), url(assets/img/slider/slider-2.webp); */
    background-image: linear-gradient(to left, #b91a20ba -19%, #273656 100%), url(assets/img/slider/slider-2.webp);

    background-size: cover;
}

.box_1.active {
    width: 605px;
   border-radius : 20px; 
}

.box_1 img {
    height : 100%;
    width : 100%;
    object-fit : cover;
}

.box_1 .content {
    position : relative ;
    bottom : 0 ; left : 0;
    width : 100%;
    padding : 15px 10px ;
    background : linear-gradient(180deg, transparent 0%, black);
    display : flex;
    align-items : center;

}



.box_1 .content .info {
    padding-left : 10px;
    display : none;
}

.box_1.active .content .info {
    display : block;
}

.box_1.active .content .info h3 {
    font-size : 20px;
    color : #fff;
    text-transform : uppercase;
}


.box_1 .gallery_content {
    display : none;
    padding: 20px;
    margin: 20px;
}

.box_1.active .gallery_content {
    display: block;
}

.gallery_content  h3 {
    font-weight: bold;
    color: #fff;
}
.gallery_content  h4 {
    font-weight: bold;
    color: #fff;
}
.gallery_content  p {
    
    color: #fff;
}

.card_1 {
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.evtbody {
   /* Set the width of the card */
     border-radius: 0px 10px 10px 0px; /* Rounded corners */
    /* border: 1px solid #ccc; Border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow */
    background-color: #fff; /* Background color */
    padding: 20px; /* Padding inside the card */
    /* margin: 20px; Margin around the card */
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  
  .evtbody:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background: linear-gradient(90deg, rgba(139, 138, 157, 1) 0%, rgba(28, 9, 121, 0.7595413165266106) 100%, rgba(0, 212, 255, 1) 100%);
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient(150deg, #c02633 0%, #273656 100%);
    border-radius: 0 10px 10px 0;
  }
  
  .evtbody h5 {
    font-weight: bold;
  }

  .pr-0{
    padding-right: 0px;
  }
  .pl-0{
    padding-left: 0px;
  }
  .evntimg{
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
  }

  .evntsection{
    width: 100%;
    padding: 0px 0 50px 0;
  }

  .recruiterssection{
    width: 100%;
    padding: 0px 0 50px 0;
    background : #25304f;
  }

  .facilitiessection{
    width: 100%;
    padding: 50px 0;
    background : #25304f;
  }


  .testmobody {
   border-radius: 0px 10px 10px 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px;
    height: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    min-height: 260px;
  }
  
  .testmobody:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background: linear-gradient(90deg, rgba(139, 138, 157, 1) 0%, rgba(28, 9, 121, 0.7595413165266106) 100%, rgba(0, 212, 255, 1) 100%);
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient(150deg, #c02633 0%, #273656 100%);
    border-radius: 0 10px 10px 0;
  }
  
  .testmobody h5 {
    font-weight: bold;
  }

  .testmoimg{
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
  }


  .gallery_content_1 {
    height : auto;
    border-radius : 20px;
    /* background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)), url(assets/img/slider/slider-2.webp); */
    background-image: linear-gradient(to left, rgb(32 45 82 / 15%) 0%, rgb(21 42 86) 100%), url(assets/img/research.png);
    background-size: cover;
    padding : 50px;
    color: white ;

  }

  .research_card {
    border-radius: 10px;
    justify-content: space-evenly;
    margin: 0px;
    padding: 10px;
    border: 2px solid grey;
    display: flex;
    /* justify-content: center; */
    align-items: center;
  }


  .facilities_section {
    color: #fff;
    text-align: center;
   }

  .facilities_section h4 {
    font-weight: bold;
   }
  .facilities_section h6 {
    color: #fff;
    font-family: urbanist, Sans-serif;
    font-size: 40px;
    font-weight: 700;
  }


  .facilities_card {
    height: 100px;
    border: 2px solid grey;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .facilities_icons {
    height: 50px;
    margin: 10px;
  }

  .facilities_card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background: linear-gradient(90deg, #c02633 0%, rgba(28, 9, 121, 0.7595413165266106) 100%, rgba(0, 212, 255, 1) 100%);
    color: #fff;
  }

  .facilities_heading {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  
  .owl-nav{
    display: none;
  }


  .navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
	
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}

.nav-item .nav-link{
    color : #fff ;
    text-decoration: none;
    text-transform: uppercase;
        font-weight: 700;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: 5%;
        width: 72%;
        border-radius: 10px;
    }

}
.navbar {
    margin-bottom: 0px;
}

.list-unstyled li a {
    text-decoration: none;
}

/* .list-unstyled li  {
    border: 2px solid grey ;
} */


.dropdown-item a {
   
    color: grey !important;
    /* font-weight: 700 !important; */

}

.dropdown-item:hover {
    background: #5fbd6b !important;
    /* color: white !important;
    font-weight: 700 !important; */

}

.dropdown-item:hover a {
    /* background: #5fbd6b !important; */
    color: white !important;
    font-weight: 700 !important;

}

.dropdown-menu {
    min-width:  400px !important;
}


.useful-links-pec {
    padding-left: 40px;
}

.address-block-pec ul li {
    padding-bottom: 8px;
    
}

.pt-30 {
    padding-top: 30px;
}

li {
    list-style-type: none;
}



.social-media-footer li {
    padding-right: 16px;
   
}


.footer-top-section {
    background-image: linear-gradient(to left, #b91a20ba -19%, #273656 100%), url(assets/img/slider/slider-2.webp);

    /* background-image: linear-gradient(to left, rgb(32 45 82 / 15%) 0%, rgb(21 42 86) 100%), url(assets/img/slider/slider-2.webp); */
    /* background: linear-gradient(90deg, rgba(139,138,157,1) 0%, rgba(28,9,121,0.7595413165266106) 100%, rgba(0,212,255,1) 100%); */
    height: 250px;
    border-radius: 10px;
    width: 100%;
    color : #fff;
    text-align: center;
    font-weight: 600;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer_btn {
    border: 2px solid grey;
    border-radius: 10px;
    height: 50px;
    width: 140px;

}

.footer_bottom_section {
    position: relative;
    background: #283457;
    top: 40px;
    z-index: -1;
    margin-top: 100px;
    padding-top: 100px;
    overflow: hidden;
    
}

.footer_bottom_section ul li {
    color: #fff;
    padding: 10px;

}

.useful-links-pec h5 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;

}

.useful-links-pec ul li {
    color: #fff;
    padding: 0px;
    padding-bottom: 10px;
}

li a {
    color: #fff;
}


i {
    color: #fff;
    margin-right: 5px;
}

.ftr_copyright {
    color: #fff;
    text-align: center;
}

.events_img_section img {
    position: absolute;
    width: 100%;
}

.events_button {
    position: relative;
    background: linear-gradient(90deg, rgba(139,138,157,1) 0%, rgba(28,9,121,0.7595413165266106) 100%, rgba(0,212,255,1) 100%);
    border-radius: 20px;
    width: 120px;
    margin: 20px;
    text-align: center;
}


.events_button button {
    color: #fff;
    font-weight: bold;
}

.card_content {
    margin-top: 110px;
    padding: 15px;

}


@media  (max-width : 480px) {
    .card_content {
    margin-top: 50px;
}
}

.card_events {
    margin-top: 20px;
    margin-bottom: 30px;
}

.nav-tabs .nav-link  {
    color : red;
}

.bg_black{
    background: #000;
    color: #fff;
        padding: 10px 0;
}
.eamcet_code{
        background: #b91a20;
    padding-left: 10px;
}
.eamcet_code a span{
    color: #fff;
}
.navbar-nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.mainbox_logo{
    width: 100%;
    padding: 10px 0;
}
@media(min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.sticky-icon {
  z-index: 9;
  position: fixed;
  top: 200px;
  right: 0%;
  width: 216px;
  display: flex;
  flex-direction: column;
}
.sticky-icon a {
  transform: translate(172px, 0px);
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  transition: all 0.8s;
}
.sticky-icon a i.fa-facebook-f {
  background-color: #fff;
  color: #2c80d3;
}
.sticky-icon a i.fa-instagram {
  background-color: #fff;
  color: #d62976;
}
.sticky-icon a i.fa-twitter {
  background-color: #fff;
  color: #53c5ff;
}
.sticky-icon a i.fa-linkedin-in {
  background-color: #fff;
  color: #0a66c2;
}
.sticky-icon a i.fa-youtube {
  background-color: #fff;
  color: #fa0910;
}
.sticky-icon a:hover {
  color: #fff;
  transform: translate(0px, 0px);
}
.Facebook {
  background-color: #2c80d3;
  color: #fff;
}
.Instagram {
  background-color: #d62976;
  color: #fff;
}
.Twitter {
  background-color: #53c5ff;
  color: #fff;
}
.Linkedin {
  background-color: #0a66c2;
  color: #fff;
}
.Youtube {
  background-color: #fa0910;
  color: #fff;
}
.sticky-icon a i {
  background-color: #fff;
  height: 30px;
  width: 30px;
  color: #000;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
}


.adminshionbox{
    background: #8b1216;
    width: 100%;
    padding: 10px 0;
    background: linear-gradient(to left, #b91a20ba -19%, #273656 100%);
}

.mini_logos{
    width: 100%;
    text-align: right;
}
.mini_logos ul{
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.mini_logos ul li{
    list-style: none;
    display: inline-block;
}
.mini_logos ul li img{
    width: 80px;
}

.aboutpecsec p{
         color: #1e1e1e;
    font-family: figtree, Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}


.accreditations_sec{
    width: 100%;
    padding: 60px 0;
    background: #273656;
}

.accreditations_sec h6{
    font-family: urbanist, Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.accreditations_sec h4{
        color: #fff;
    font-family: urbanist, Sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.accreditations_sec p{
    color: #fff;
    font-family: figtree, Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
}

.accedrations p{
    color: #000;
    font-size: 15px;
}

.col-megamenu h6{
    font-size: 16px;
    padding-left: 9px;
    color: #0a0a0abf;
    font-weight: 600;
}
.col-megamenu .dropdown-item a {
    color: #4e4e4e !important;
}

.courseofcsection{
    width: 100%;
    padding: 60px 0;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #fff;
}

.btn.sitebtn{
        font-family: urbanist, Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    fill: #fff;
    color: #fff;
    background-color: #c02633;
    border-radius: 5px 5px 5px 5px;
    padding:13px 30px;
}
.btn.sitebtn:hover{
    background-color: transparent;
    background-image: linear-gradient(131deg, #C02633 0%, #233659 100%);
}


.numbercount{
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    font-family: Urbanist, Sans-serif;
}

.numbercountdes{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.vibrnttext{
        color: #0a0a0a;
    font-family: urbanist, Sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
        margin-top: 0;
}

.bg_1{
    background-image: linear-gradient(to left, #b91a20ba -19%, #273656 100%), 
    url(assets/img/bg/bg_1.png);
    background-size: cover;
}
.bg_2{
    background-image: linear-gradient(to left, #b91a20ba -19%, #273656 100%), 
    url(assets/img/bg/bg_2.png);
    background-size: cover;
}
.bg_3{
    background-image: linear-gradient(to left, #b91a20ba -19%, #273656 100%), 
    url(assets/img/bg/bg_3.png);
    background-size: cover;
}
.bg_4{
    background-image: linear-gradient(to left, #b91a20ba -19%, #273656 100%), 
    url(assets/img/bg/bg_4.png);
    background-size: cover;
}
.bg_5{
    background-image: linear-gradient(to left, #b91a20ba -19%, #273656 100%), 
    url(assets/img/bg/bg_5.png);
    background-size: cover;
}


.brand-item {
  min-height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
}
.brand-item img {
  cursor: pointer;
  width: 100%;
}






