@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/*
 Design by- Harendra Kumar
*/
/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #FFFFFF;
  --primary-color:                #ffc107;
  --section-bg-color:             #f9f9f9;
  --dark-color:                   #000000;
  --grey-color:                   #fcfeff;
  --text-secondary-white-color:   rgba(255, 255, 255, 0.98);
  --title-color:                  #565758;
  --p-color:                      #717275;

  --body-font-family:           "Montserrat", sans-serif;

  --h1-font-size:               72px;
  --h2-font-size:               42px;
  --h3-font-size:               36px;
  --h4-font-size:               32px;
  --h5-font-size:               24px;
  --h6-font-size:               22px;
  --p-font-size:                20px;
  --copyright-text-font-size:   14px;
  --custom-link-font-size:      12px;
  --font-weight-light:          300;
  --font-weight-normal:         400;
  --font-weight-bold:           700;
  --font-weight-black:          900;
}

body,
html {
  height: 100%;
}

body {
    background: var(--white-color);
    font-family: var(--body-font-family);    
    position: relative;
	 font-family: "Montserrat", sans-serif;
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
	font-family: "Roboto", sans-serif;
}

h1,
h2 {
  font-weight: var(--font-weight-black);
}

h1 {
  font-size: var(--h1-font-size);
  line-height: normal;
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
  letter-spacing: 0.5px;
	 font-family: "Montserrat", sans-serif;
}

.text-secondary-white-color {
  color: var(--text-secondary-white-color);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

::selection {
  background: var(--dark-color);
  color: var(--white-color);
}

.custom-underline {
  border-bottom: 2px solid var(--white-color);
  color: var(--white-color);
  padding-bottom: 4px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay {
  background: linear-gradient(to top, #000, transparent 90%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-shine { 
  background:url("https://tribhuvancollege.ac.in/landing-images/indraprastha-university/images/bg.png") center top;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-gray-shine {	
  background:url("https://tribhuvancollege.ac.in/landing-images/indraprastha-university/images/bg-dd.png")center top #fafcfe;
  background-repeat: no-repeat;
  background-size: cover; }	
}

.pt-5{padding-top: 5px;}
.pt-10{padding-top: 10px;}
.pt-15{padding-top: 15px;}
.pt-20{padding-top: 20px;}
.pt-25{padding-top: 25px;}
.pt-30{padding-top: 30px;}

.pb-5{padding-bottom: 5px;}
.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}
.pb-25{padding-bottom: 25px;}
.pb-30{padding-bottom: 30px;}
 
.mb-5{margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-25{margin-bottom: 25px;}
.mb-30{margin-bottom: 30px;}

.mt-5{margin-bottom: 5px;}
.mt-10{margin-bottom: 10px;}
.mt-15{margin-bottom: 15px;}
.mt-20{margin-bottom: 20px;}
.mt-25{margin-bottom: 25px;}
.mt-30{margin-bottom: 30px;}

.mentor-area h4 { font-size: 30px; line-height: 30px;}
.mentor-area p { line-height: 33px;}

/*---------------------------------------
  CUSTOM LINK               
-----------------------------------------*/
.custom-links {
  max-width: 230px;
}

.custom-link {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.custom-link::after {
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}

.custom-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.custom-link:hover,
.custom-link:hover::after {
  color: var(--white-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

 
/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .hero {
    /* height: 100vh; */
  }

  .custom-video,
  .news-detail-image {
    object-fit: cover;
    width: 100vw;
    /* height: 100vh; */
  }

  .sticky-wrapper {
    position: relative;
    bottom: 76px;
  }
}

.heroText {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  text-align: center;
}


.about-heading h2 { line-height:normal;}

.registerform { 
  position: relative;
  overflow: hidden;
	background-color: rgba(237, 152, 12, 0.9);
	 height: 100vh;
	color: #fff;
}

.registerform a{ 
  font-size: 20px; font-weight: 600;
	color: #fff;
}


.registerform {
  position: absolute;
  z-index: 9;
  top: 0px;
  right: 0px;
  transform: translate(0px, 0px);
  width: 32%;
  text-align: center;
	padding: 30px;
}

.registerform-heading h3{ font-size: 25px; color: #fff; text-transform: uppercase; line-height: 26px; margin-bottom: 15px;}



.registerform .form-control {
  display:block;
  width:100%;
  padding:.375rem .75rem;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#212529;
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid #ced4da;
  -webkit-appearance:block !important;
  -moz-appearance:block !important;
  appearance:block !important;
	appearance:block;
  border-radius:.25rem;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}


.text-l { text-align: left;}



/*---------------------------------------
  ABOUT              
-----------------------------------------*/

.about-padding h2{ font-size: 70px; color: #042554;}
.about-padding p{ font-size: 25px; font-weight: 500; color: #2E2E2E;}

.ip h3{
    font-size: 32px;
    position:relative; 
    padding:10px 5px; 
    border-bottom:none;
    display: inline-block;
}

.ip h3:before {
    content:""; 
    display:block; 
    position:absolute; 	 
    left:0; 
    bottom:0px; 
    width:320px; 
    height:2px;                          
    background:#ffc107;
}


.university-padding h3{ font-size: 35px; color: #2E2E2E; line-height: 33px;}
.university-padding h3 span{ display: block;color: #042554;}
.university-padding p{ font-size: 25px; font-weight: 500; color: #2E2E2E;}

.ul-abo {color: #2E2E2E; }
.ul-abo li {color: #2E2E2E; font-size: 25px; padding-bottom: 10px; font-weight: 500;}




.socialmedia-auto {width: 100%;margin: 0 auto;}  


.carousel {
	margin: 30px auto 60px;
	padding: 0 50px;
}
.carousel .carousel-item {
	text-align: center;
	overflow: hidden;
}
 
.carousel .carousel-item img {
	max-width: 60%;
	display: inline-block;
}
.carousel .carousel-item .btn {
	border-radius: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	background: #a177ff;
	padding: 6px 15px;
	margin-top: 5px;
}
.carousel .carousel-item .btn:hover {
	background: #8c5bff;
}
.carousel .carousel-item .btn i {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
.carousel .thumb-wrapper {
	margin: 5px; 
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.1);   
}
.carousel .thumb-content {
	padding: 15px;
	font-size: 13px;
}
.carousel-control-prev, .carousel-control-next {
	height: 44px;
	width: 44px;
	background: none;	
	margin: auto 0;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0.8);
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 36px;
	position: absolute;
	top: 50%;
	display: inline-block;
	margin: -19px 0 0 0;
	z-index: 5;
	left: 0;
	right: 0;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: none;
	font-weight: bold;
}
.carousel-control-prev i {
	margin-left: -3px;
}
.carousel-control-next i {
	margin-right: -3px;
}
.carousel-indicators {
	bottom: -50px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 4px;
	border: none;
}
.carousel-indicators li {	
	background: #ababab;
}
.carousel-indicators li.active {	
	background: #555;
}
 
.about-image,
.team-image {
  width: 100%;
  height: 100%;
  max-height: 635px;
  min-height: 475px;
  object-fit: cover;
}

.team-thumb {
  background: var(--white-color);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  padding: 22px 32px 32px 32px;
}

.carousel-control-next, 
.carousel-control-prev {
  top: 50%;
  bottom: 50%;
}

.carousel-control-prev {
  
}

.carousel-control-next-icon, 
.carousel-control-prev-icon {
  background-color: var(--dark-color);
  background-size: 50% 50%;
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
}

 

 

.social-share-link,
.social-share-link + span {
  color: rgba(255, 255, 255, 0.65);
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

/*---------------------------------------
  CONTACT              
-----------------------------------------*/
.contact-info {
  padding: 40px;
}

.contact-form .form-control {
  border-radius: 0;
  font-weight: var(--font-weight-normal);
  padding-top: 12px;
  padding-bottom: 12px;
}

.contact-form button[type='submit'] {
  background: var(--dark-color);
  border: none;
  border-radius: 100px;
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  padding: 16px;
  transition: all 0.6s ease-out;
}

.contact-form button[type='submit']:hover {
  background: var(--primary-color);
}

.form-label {
  color: var(--p-color);
  font-weight: var(--font-weight-bold);
}

.map-iframe {
  display: block;
  filter: grayscale(100);
}

/*---------------------------------------
  SITE FOOTER               
-----------------------------------------*/
.site-footer {
  background: #042554;
  padding-top: 4.5rem;
  padding-bottom: 2.5rem;
}

.site-footer .custom-link {
  color: rgba(255, 255, 255, 0.65);
  font-size: var(--p-font-size);
}

.site-footer .custom-link:hover,
.site-footer .social-icon-link:hover {
  color: var(--white-color);
}

.copyright-text {
  color: rgba(255, 255, 255, 0.45);
  font-size: var(--copyright-text-font-size);
}



.f-map h5 { font-size: 20px;}

.addreass-area { border: 1px solid #fff; border-radius: 5px; min-height: 240px;  }
.addreass-area h5 {background: #ed970c; color: #fff; border-radius: 3px 3px 0px 0px; padding: 10px;}





 
/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
  .news-two-column {
    min-height: 232.5px;
  }
}


@media screen and (max-width: 1260px) {
	
	.about-heading h2  { font-size: 35px;}
	.about-heading h3  { font-size: 35px;}
	
.hero {  position: static;  overflow: hidden; width: 100%; height: 100%;} 
 
.registerform {   position:static !important; display: block !important; width: 100%; overflow: hidden;	background-color: rgba(237, 152, 12, 0.9);	 height: 100%;	color: #fff;}
 
.registerform { position:static !important;  width: 100%; height: auto;  text-align: center; }
	
	
 .videoWrapper {  position:static !important; width: 100%;   display: block !important; }
.custom-video {  position:static !important; display: block !important;   width: 100%;  height: auto;}
 
	
	
}




@media screen and (max-width: 991px) {
	 
  h1 {    font-size: 48px;  }

  h2 {    font-size: 36px;  }

  h3 {    font-size: 32px;  }

  h4 {    font-size: 28px;  }

  h5 {    font-size: 20px;  }

  h6 {    font-size: 18px;  }

	.addreass-area { min-height: auto;}

  .section-padding {    padding-top: 4rem;    padding-bottom: 4rem;  }

  .team-thumb {    left: 0;    width: auto;  }

   
}

@media screen and (max-width: 767px) {
  
}

@media screen and (max-width: 360px) {
  h1 {
    font-size: 32px;
  }

  .heroText p {    font-size: 14px;  }
}

@media screen and (max-width: 359px) {
   
}

