@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Text:wght@100..900&display=swap');
 
 @font-face {
    font-family: 'ClashDisplayRegular';
    src: url('../fonts/ClashDisplayRegular.eot');
    src: url('../fonts/ClashDisplayRegular.eot') format('embedded-opentype'),
         url('../fonts/ClashDisplayRegular.woff2') format('woff2'),
         url('../fonts/ClashDisplayRegular.woff') format('woff'),
         url('../fonts/ClashDisplayRegular.ttf') format('truetype'),
         url('../fonts/ClashDisplayRegular.svg#ClashDisplayRegular') format('svg');
}
@font-face {
    font-family: 'ClashDisplayMedium';
    src: url('../fonts/ClashDisplayMedium.eot');
    src: url('../fonts/ClashDisplayMedium.eot') format('embedded-opentype'),
         url('../fonts/ClashDisplayMedium.woff2') format('woff2'),
         url('../fonts/ClashDisplayMedium.woff') format('woff'),
         url('../fonts/ClashDisplayMedium.ttf') format('truetype'),
         url('../fonts/ClashDisplayMedium.svg#ClashDisplayMedium') format('svg');
}
@font-face {
    font-family: 'ClashDisplayBold';
    src: url('../fonts/ClashDisplayBold.eot');
    src: url('../fonts/ClashDisplayBold.eot') format('embedded-opentype'),
         url('../fonts/ClashDisplayBold.woff2') format('woff2'),
         url('../fonts/ClashDisplayBold.woff') format('woff'),
         url('../fonts/ClashDisplayBold.ttf') format('truetype'),
         url('../fonts/ClashDisplayBold.svg#ClashDisplayBold') format('svg');
}


/*************** DEFAULT CSS ***************/
:root {
	--body-font:  'ClashDisplayRegular';
	--body-color: #000;
	--primary-color: #c40000;
	 --primary-gradient: linear-gradient(to right, #c40000, #6A0DAD);
	--secondary-color: #39B54A;
	--tertiary-color: #EDF6E2;
	--quaternary-color: #c40000;	
	--black: #000;
	--white: #fff;
	--grey: #E3E3E3;
	--heading-font:'ClashDisplayBold';
	--heading-secondary: 'ClashDisplayMedium';

}

body {

	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: var(--body-color);
	text-decoration: none;
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	background-color:var(--white);

}

html {
	scroll-behavior: smooth;
	overflow-x:hidden;
}

* {
	-webkit-box-sizing: border-box;
	-mox-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background: var(--primary-color);
	/* Safari */
	color:var(--black);
}

::-moz-selection {
	background: var(--primary-color);
	/* Firefox */
	color:var(--black);
}

a {
	color: var(--body-color);
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a:hover {
	color: var(--secondary-color);
}

p {
	margin: 0px 0 20px 0;
	clear: left;
	padding: 0;
	font-weight: normal;
 
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 25px 0;
	padding: 0;
	font-weight: normal;
}

hr {
	margin: 20px 0;
	height: 1px;
	border: 0;
	border-top: 1px solid var(--primary-color);
	display: block;
	width: 100%;
	height:1px;
	position: relative;
} 
img {
	border: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;

}

a img {
	border: 0;
}

strong, .bold{
	 font-family: 'ClashDisplayMedium';
	}
/*-----------text styles------------*/
.text-white {
	color: var(--white) !important;
}
.text-justify {
	text-align:justify;
}

.text-black {
	color: var(--black) !important;
}

.text-green {
	color: var(--primary-color) !important;
}

 
.text-center {
	text-align: center;
}
.text-right{
	text-align:right;
}

.text-justify {
	text-align: justify;
}

.uppercase {
	text-transform: uppercase;
}

/*-----------background styles------------*/

.bg-primary {
	background: var(--primary-color);
	color:#fff;
}
.bg-secondary {
	background: var(--secondary-color);
 
}

.bg-tertiary {
	background: var(--tertiary-color);
 
}
.bg-quaternary {
  background: var(--quaternary-color);
 
}
.bg-grey {
	background: var(--grey);
 
}

.bg-white {
	background: var(--white)
}


/*************** PRELOADER ***************/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:var(--white);
	z-index: 999999;
}

#status {
	width: 100px;
	height:  100px;
	position: absolute;
	/*background-color:var(--white);*/
	left: 50%;
	top: 50%;
	background-image: url(../images/LOGO-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100px;
	margin: -50px 0 0 -50px;
}

 

/*************** BACK TO TOP ***************/
 
.column-reverse {
	flex-direction: none;
}

/************LOCOMOTIVE**************/
  
  
 
/*********************************/

.container {
	width: 1300px;
	margin: 0 auto;
}
.fullheight {
	width: 100%;
	min-height:100vh;
	overflow:auto;
 
} 
.fullwidth {
	width: 100%;
	display: block;
} 

.img-rounded{
	border-radius: 50%;
	overflow:hidden;
	}
.corner-radius{
	border-radius: 20px;
	}	
	
.img-style{
	width:100%;
	padding:0 0 0 50px;
	position:relative;
}
.img-style:before{
	width:50%;
	height:50%;
	position:absolute;
	left:0;
	bottom:-50px;
	content:'';
	background: url(../images/donts.png);
	background-color:var(--primary-color);
	z-index:-1;
}

 
.faculty-details{
	color:var(--white);
	position:relative;
	padding:25px 0;
	font-size:20px;
	left:20px;
	top:0;
	z-index:3;
	width:100%;
	text-align:center;
	font-family: 'ClashDisplayMedium';
	background-image: url(../images/texture.png);
 
}

.faculty-details span{
	font-family: 'ClashDisplayRegular';
	font-size:14px;
	text-transform:uppercase;
}
 
.faculty-details :after{
	width:20px;
	height:50px;
	position:absolute;
	right:0;
	top:-50px;
	content:'';
	background-image: url(../images/texture.png);
}

/*************HOVER EFFECT*******/

.row-flex.agoicon-intro {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}

.smd50 {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}

.hover-effect {
  position: relative;
  width: 100%;
}

.hover-effect img {
  display: block;
  width: 100%;   /* fill column */
  height: auto;
}

.hover-effect-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 83%;   /* match image width */
  background: var(--primary-gradient);
  color: var(--white);
  padding: 30px;
  font-size: 18px;
  line-height: normal;
  z-index: 2;
}

/* Rotating circle overlaps right edge */
.rotating-circle {
  position: absolute;
  right: -40px;   /* overlap into image */
  top: 40px;
  width: 196px;
  height: 196px;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .row-flex.agoicon-intro {
    flex-wrap: wrap;   /* allow stacking */
    gap: 20px;
  }

  .smd50 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hover-effect-text {
    font-size: 16px;
    padding: 20px;
  }

  .rotating-circle {
    width: 146px;
    height: 146px;
    right: -20px;
    top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* Images shrink to fit screen */
  .hover-effect img,
  img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
  }

  /* Videos shrink to fit screen */
  video,
  iframe {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
  }
  .circle-container {
    display: flex;
    justify-content: flex-end; /* push circle to right edge */
    width: 100%;
    position: relative;
  }

  .rotating-circle {
	 position: absolute !important;
    right: 0 !important;       /* force to right edge */
    left: auto !important;     /* cancel left */
    top: 10px !important;
    transform: none !important;
    position: static;   /* no absolute positioning */
    width: 100px;
    height: 100px;
    
  }  /* Hover text block adapts */
  .hover-effect-text {
    position: relative;   /* no absolute overlay */
    width: 100% !important;
    margin-top: 10px;
    font-size: 14px;
    padding: 15px;
  }

  

  /* Row stacks vertically */
  .row-flex.agoicon-intro {
    flex-direction: column;
    gap: 20px;
  }
}


section {
	width: 100%;
	display:blocx;
	position: relative;
	z-index:1;
	 
}
  
 .sticky{
 	position: -webkit-sticky !important;
	position: sticky !important;
	top: 0;
	width:100%;
	z-index:999;
}

/*************** HOME PAGE CSS ***************/
 
/*************** FIXED HEADER ***************/

header {
	width: 100%;
	z-index: 999;
	top:0;
	left:0px;
	position:absolute;
	padding:0;	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	border-bottom:4px solid transparent;
}
 header.smaller {
	top: 0;
	left: 0px;
	position: fixed;
	background-color:var(--quaternary-color);	
	/*-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.41);
	-moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.41);
	box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.41); */
	
}
 
.logo {
    padding: 0;
    position: relative;
}
 

.logo img {
	width:200px;
	display:block;
}
 
header.smaller .logo img{
	width:200px;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;

}

/************top-group****************/
.top-group{	  
    display: flex;
	gap:0 15px;
 	align-items: center;
	justify-content: space-between;
	} 
.top-group img{
	width:75px;
	display:inline-block;
	}
	
 header.smaller .top-group img{
 	width: 75px;
 }
.reg-bt{	 
	}
	 
.reg-bt a {
	font-family:var(--heading-font);
	color:var(--white) !important;
	font-size: 14px;
	line-height: 40px;
	overflow:hidden;
	height:40px;
	width:140px;
	text-align:center;
	display:block;
	border-radius: 20px !important;
	background-color:var(--primary-color);
	position: relative;
	margin:0;
}
  
.reg-bt a:hover{
	background-color:var(--black);
	}
header.smaller .top-info{
	display:none;
}  
/************top-group****************/

.link {}

.link a {
	
	font-family: 'ClashDisplayMedium';
	text-transform:uppercase;
	color: var(--white);
	font-size: 14px;
	line-height: normal;
	padding: 0 80px 0 50px;
	overflow:hidden;
	height:60px;
	line-height: 60px;
	font-style: normal;
	display: inline-block;
	border-radius:50px;
	background-color:var(--primary-color);
	position: relative;
	margin:0;
}
  
.link a:hover {
	background-color:var(--secondary-color);
} 
  
.link a:before{
	display: none;
	width:100%;
	height:0;
	position:absolute;
	left:0;
	bottom:0;
	content:'';
	z-index:-1;
	background-color:var(--primary-color);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;

}
.link a:hover:before {
	height:100%;	 
}

.link a:after{
	width:50px;
	height:50px;
	position:absolute;
	right:10px;
	top:5px;
	content:'';
	z-index:1;
	background-image: url(../images/icons/arrow-white.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:20px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.link a:hover:after {
	rotate: 45deg;
	 
}
 
.caps{
	text-transform:uppercase;
}

.heading {
	font-size: 46px;
	line-height: normal;
	font-family:var(--heading-secondary);
	color:var(--black);
}
.heading span {
	color: var(--primary-color);
	font-weight:var(--body-font);
}

.subheading {
	font-size: 24px;
}
 .subtitle{
	font-size: 20px;
	line-height:30px; 
}


 /******section-title**************/
 
 .section-title,.section-title-left{
 	width:100%;
	display: flex;
	justify-content: center;
	text-align:center;
	font-family:var(--heading-font);
	color:var(--primary-color);
	font-size:32px;
	line-height:40px;
	text-transform:uppercase;
 }
  .section-title span,   .section-title-left span{
  	display:inline-block;
	border-bottom:1px solid var(--primary-color);
	padding:0 0 20px 0;
	margin:0 0 25px 0;
  }

.section-title-left{
	text-align:left !important;
	justify-content: left !important;
}
 


	



/****************************/
.level-3{
	 	position:relative;
		z-index:3;
 } 
.pos-relative{
	position:relative;
}
 
.invisible{}
 
 
.iconic{
	width:100%;
	padding:10px 0 20px 80px;
	margin:0 0 25px 0;
	border-bottom:1px solid var(--primary-color);
	position:relative;
	font-size:24px;
	line-height:30px;
	 
}
.iconic span{
	font-family: 'ClashDisplayBold';
	 
}
.webicon{	
	width:70px;
	height:70px;
	position:absolute;
	left:0;
	top:0;
}	
.webicon img{	
	width:100%;
}

.mobile-img{
	display:none;
} 

.cmite-card {
	background: #ffffff;
	border-radius: 30px;
    box-shadow: 0px 5px 20px #00000040;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.cmite-card-place {
	background: #ffffff;
	border-radius: 30px;
    box-shadow: 0px 5px 20px #00000040;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.cmite-card-place img {
	width: 250px;
	height: 250px;
	border: 2px solid #c40000;
	margin-bottom: 10px;
}

.cmite-card img {
	width: 113px;
	height: 113px;
	border-radius: 50%;
	border: 2px solid #c40000;
	margin-bottom: 10px;
}

.cmite-card .cntnt h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
    text-align: center;
}

.cmite-card .cntnt p {
    font-size: 16px;
    margin-bottom: 3px;
    text-align: center;
}

.org-comtitte {
	background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 5px 20px #00000040;
    padding: 21px 17px 5px 17px;
}
.org-comtitte .subheading{
    font-weight: 600;
    margin: 0px 0 20px 0;
	position: relative;
	color: var(--primary-color);
	line-height: 1.1;
}

.org-comtitte ul li {
	font-size: 15px;
    font-weight: 700;
	margin-bottom: 10px;
	color: #000;
}

.org-comtitte ul {
	margin-bottom: 35px;
    padding-left: 20px;
}

.org-comtitte .subheading::after{
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -10px;
    border-bottom: 1px solid #c40000;
    right: 50%;
    left: 0;
}

.org-comtitte ul li::marker {
	color: var(--primary-color);
}

/****************SCROLLING TEXT***************/
 
 .marquee-wrap{
 	width:100%;
	padding:80px 0;
	overflow-x:hidden;
	display:inline-block;
 }
 
 .scroll-left-right {
    -webkit-animation: scrollLeft 80s linear infinite;
    -moz-animation: scrollLeft 80s linear infinite;
     animation: scrollLeft 80s linear infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
}
 .scroll-right-left {
    -webkit-animation: scroll 80s linear infinite;
    -moz-animation: scroll 80s linear infinite;
    animation: scroll 20s linear infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
 .marquee-wrap h2 {
    -webkit-text-stroke-width: .7px;
    -webkit-text-stroke-color: var(--primary-color);
    color: var(--white	);
    font-family: var(--font-weight-bold);
    font-size: 58px;
	margin:15px 0;
    display: flex;
    align-items: center;
	font-family: 'ClashDisplayBold';
	text-transform:uppercase;
}
 .scroll-animation {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: center;
}
 .marquee-wrap h2 span{
    display: inline-block;
    width: 1px;
    height: 60px;
    background-color: var(--primary-color);
    margin: 0 30px;
	rotate: 25deg;
}


/*** animatins ***/
@-webkit-keyframes scroll {
	0% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
	to {
	  -webkit-transform: translateX(-webkit-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
  }
  @-moz-keyframes scroll {
	0% {
	  -moz-transform: translateX(0);
	  transform: translateX(0);
	}
	to {
	  -moz-transform: translateX(-moz-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
  }
  @keyframes scroll {
	0% {
	  -webkit-transform: translateX(0);
	  -moz-transform: translateX(0);
	  transform: translateX(0);
	}
	to {
	  -webkit-transform: translateX(-webkit-calc(-250px * 7));
	  -moz-transform: translateX(-moz-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
  }
  @-webkit-keyframes scrollLeft {
	0% {
	  -webkit-transform: translateX(-webkit-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
	to {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
  }
  @-moz-keyframes scrollLeft {
	0% {
	  -moz-transform: translateX(-moz-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
	to {
	  -moz-transform: translateX(0);
	  transform: translateX(0);
	}
  }
  @keyframes scrollLeft {
	0% {
	  -webkit-transform: translateX(-webkit-calc(-250px * 7));
	  -moz-transform: translateX(-moz-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
	to {
	  -webkit-transform: translateX(0);
	  -moz-transform: translateX(0);
	  transform: translateX(0);
	}
  }

/****************SCROLLING TEXT EBD**************/




/***************INDEX BANNER ****************/

.index-banner{
	width: 100%;
	padding:200px 0;
	position:relative;
	overflow:hidden;   
    display: flex; 
    align-items: center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background: url(../images/parallax/bg1.jpg);
}
 .content-wrap{
	width: 100%;
	position:relative;
	z-index:2;
}

.bg2{
	background-image: url(../images/parallax/bg2.jpg);
	padding:150px 0;
	}


.bg3{
	background-image: url(../images/parallax/bg3.jpg);
	position:relative;
	padding:50px 0;
 
	}
 
.bg3:after{
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	content:'';
	background-image: url(../images/parallax/crowne-plaza.jpg);
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center; 
	}	
.bg3:before{
	width:100%;
	height:290px;
	position:absolute;
	bottom:-38px;
	right:0;
	content:'';
	background-image: url(../images/parallax/kerala-culture.png);
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index:2;
	background-position: center center; 
}


.bg4{
	background-image: url(../images/parallax/bg4.jpg);
	position:relative;
	padding:100px 0;
 
	}
 
.bg4:after{
	width:41%;
	height:700px;
	position:absolute;
	top:0;
	left:0;
	content:'';
	z-index:-1;
	background-image: url(../images/parallax/travel-accommodation-bg.jpg);
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
 
	}
	
		
	
#demo {
  width: 100%;
   display: flex;
   justify-content: center;
   font-family: "Big Shoulders Text", sans-serif;
   font-weight:400;
   padding:50px 0 0 0;
   text-transform:uppercase;
 
}
 
#demo ul {
	margin:0;
	padding:0;
	list-style:none;
	width: 100%;
    display: flex;
    flex-wrap: wrap; 
	justify-content: center;
	color:var(--black);
}
 #demo ul li{
 	padding:20px;
 	text-align:center;
	border-right:2px dotted #000;
 	text-align:center;
	font-size: 20px;
 }
 #demo ul li .days,
 #demo ul li .hours,
 #demo ul li .minutes,
 #demo ul li .seconds {
 	font-size:68px;
 }
 
 
 /*********rotating-circle*********/


 .rotating-circle{
	width:202px;
	height:202px;
	display:inline-block;
	position:absolute;
	 right: -40px;
	top:0px;
	z-index:2;
	border-radius:50%;
 
}
.rotating-circle:after {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	background-image:url(../images/rotation-text.png);
	background-repeat: no-repeat;
	background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-animation: rotation 20s infinite linear;

}
.rotating-circle:before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	z-index:6;
	background-image:url(../images/b2b.png);
	background-repeat: no-repeat;
	background-position: center  center;
	border-radius:50%;
	/*-webkit-animation: rotation2 20s infinite linear;*/
	background-size:50%;
}
@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}

@-webkit-keyframes rotation2 {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(-359deg);
		}
}

 
  
 /*******************/
 
 .res-gap-100  {
	 width:100%;
	 height:100px;
 } 

 

/*************** footer CSS ***************/

 
.footer {
	width: 100%;
	padding:25px 0;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
} 

/***********social ***********/

.social {
 	display:inline-block;
}

.social a  {
	color:var(--white);
	font-size:20px;
	margin:0 5px;
	display:inline-block;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	background-color:var(--primary-color);
	border-radius: 50px;
}

.social a:hover  {
	color: var(--secondary-color);
}

.copy{}
/***********************************/

  
.add{
	width:100%;
	position:relative;
	padding:10px 0 20px 60px;
	min-height:40px;
}

.add i{
	width:37px;
	height:37px;
	line-height:37px;
	background-color:var(--white);
	color:var(--primary-color);
	font-size:16px;
	margin:0;
	border-radius: 50%;
	position:absolute;
	left:0;
	top:4px;
	text-align:center;
	
}

/******************************/

ul.list {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

ul.list li {
	list-style: none;
	padding: 2px 7px 10px 30px;
	line-height: 28px;
	position: relative;
	font-size:28px;
	text-transform:uppercase;
	font-family:var(--heading-font);
}

ul.list li:before {
	/*content: "\f111";*/
	content: "\f111";
	position: absolute;
	top:0;
	left: 0;
	font-family: "FontAwesome";
	color: var(--primary-color);
	font-size: 5px;
}
 

/********************/
 
 
.google-map {
	width: 100%;
	height: 450px;
	border: 0;
	overflow-x: hidden;
	display: block;
}

/*****************************/



.table-div { 
	overflow-x:auto;
	margin-bottom: 50px;
	}
.table-div td {
  text-transform: uppercase;
}
.table-div h4{
	font-size:20px;
	color:var(--secondary-color);
	font-family:var(--heading-font);
	text-transform:uppercase;
}
table { 
	min-width:100%;
	width:900px;
	border-collapse: collapse; 
	
	}

/* Zebra striping */
tr:nth-of-type(odd) { 
	background: #eee; 
	}

th { 
	background:var(--secondary-color);
	color: var(--white);
	
	}

td, th { 
	padding: 8px 15px !important; 
	border: 1px solid #ccc; 
	text-align: left; 
	font-size: 14px;
	}
 
/************************/
.table-wrap{
	width:100%;
	position:relative;
	display:flex;
	overflow-x:scroll;
} 
/******************************team-style*****************/

  
 
/*************** JARALLAX ***************/
.jarallax, .cover {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

} 

 
 


/*********file chosen style**************/

input.file{
    display: none;
	}


.fa-upload{
	margin:0 15px 0 0;
}
.custom-file-upload {
    border: 0;
    display: inline-block;
    padding: 14px 20px;
    color: #fff;
    cursor: pointer;
    background-color: var(--primary-color);
    /*border-radius: 6px;*/
    border: 1px solid var(--primary-color);

}
.select-box {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/icons/icon5.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px;
}

/**********forms**************/
form {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none;
}

.fieldset {
	width: 100%;
	padding:20px 0;
	background-color: none;
	background-color: transparent;
	display: block;
	border: 0;
	box-shadow: 0 1px 0 0 #000;
	margin: 0;
	color: var(--body-color);
	font-size: 16px;
 
}

.sendbutton {
	width: auto;
	height: auto;
	border: 0;
	outline: 0;
	margin: 0;
	display: inline-block;
	color:var(--white);
	font-size: 20px;
	cursor: pointer;
	vertical-align: top;
	padding: 15px 70px 15px 30px;
	text-align: center;
	background-color: var(--primary-color);
	background-image: url(../images/icons/arrow-white.svg);
	text-transform: uppercase;
	font-weight: normal;
	font-family:var(--heading-font);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	border-radius: 50px;
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 18px;
}

.sendbutton:hover {	
	background-color: var(--secondary-color);
	
}

.select-box {
	appearance: none;
	-webkit-appearance: none;
	background-image: url(../images/icons/icon5.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 14px;
}
 

::-webkit-input-placeholder {
	color:var(--body-color);
}

:-moz-placeholder {
	/* Firefox 18- */
	color: var(--body-color);
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--body-color);
}

:-ms-input-placeholder {
	color: var(--body-color);
}

.sm-group {
	display: none;
}





/************************************* 1565px *************************************/
@media only screen and (max-width: 1565px) {
	.intro-bg:after {
		left: -193px;	
	}
	
}



/************************************* 1366px *************************************/
@media only screen and (max-width: 1300px) {
 
.container {
		width: 100%;
		padding:0 20px;
	}

	
}

/************************************* 1180px *************************************/
@media only screen and (max-width: 1280px) {
	 
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
	.section-title, .section-title-left {
		font-size: 24px;
	}
	
	
	
 
 

}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {

	.top-group {
		padding: 0 65px 0 0;
	}
}

/************************************* 900px *************************************/
@media only screen and (max-width: 900px) {
	.agoicon-intro {
		padding-left: 0px;
	}
	.section-title, .section-title-left {
		font-size: 26px;
	}
}

/************************************* 767px *************************************/
@media only screen and (max-width: 768px) {

body{
	font-size:14px;
}


header,
header.smaller {
	position:relative;
	left:auto;
	top:auto;
}
header .container{
	padding:0;
}
.header{
	align-items: center;
	justify-content: left;
	flex-direction:column;
	}
	
	.logo {
		padding: 0 10px;
		align-self: start;
		display: flex;
	}
.logo img, header.smaller .logo img {
	width:150px;
 
}
 .top-group{	  
    width:100%;
	gap:0 20px;
	padding:10px 0;
 	align-items: center;
	justify-content:center;
	background-color:var(--quaternary-color);	
	} 
 
 .top-group img{
	width:50px;
}

.reg-bt a {

	font-size: 12px;
	line-height: 30px;
	overflow:hidden;
	height:30px;
	width:120px;
 
}

.cmite-card .cntnt h5 {
    font-size: 15px;
}

.committe-sctn .pt-50 {
	padding-top:0px;
}
 

/*************/


.column-reverse {
	flex-direction: column-reverse;
	}

hr {
	margin: 20px 0;

	}
	
 

.link a {
	font-size: 12px;
	padding: 0 70px 0 35px;
	height:40px;
	line-height:40px;
}


.link a:after{
	width:40px;
	height:40px;
	background-size:15px;
 

}

.bg4{
	padding:0;
 
	}
 .bg4:after{
	display:none;
} 

.sm-group {
	display: none;
}

.sm-group {
    display: flex;
    gap: 0 15px;
    align-items: center;
    justify-content: space-between;
}

.top-group {
	display:none;	
}

.sm-group img {
    width: 50px;
}

.logo {
    padding: 0 10px;
    align-self: start;
}

header.smaller .sm-group img {
    width: 50px;
}


 

}

/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {
 
 .agoicon-intro{
	padding-left:0;
 
}

.iconic{
	padding:10px 0 20px 60px;
	margin:0 0 20px 0;
	font-size:20px;
	line-height:24px;
}
 
.webicon{	
	width:50px;
	height:50px;
}	
 
 .marquee-wrap{
	padding:20px 0;
 }
 
 
.marquee-wrap h2 {
    font-size: 40px;
	line-height:40px;
	margin:0;
}

 .marquee-wrap h2 span{
    height: 40px;
	 margin: 0 20px;
 
} 
 
ul.list li {
	padding: 2px 7px 10px 20px;
	line-height: 18px;
	font-size:18px;

}
.index-banner{
	padding:100px 0;
 
}

 .content-wrap{
	width: 100%;
	position:relative;
	z-index:2;
}


#demo {  
   padding:40px 0 0 0;
 
 
}
 
 
 #demo ul li{
 	padding:15px;
	font-size: 18px;
 }
 #demo ul li .days,
 #demo ul li .hours,
 #demo ul li .minutes,
 #demo ul li .seconds{
 	font-size:40px;
	 margin-bottom: 8px;
 }
 
  .rotating-circle{
	width:100px;
	height:100px;
	left:50%;
	top:20px;
	margin:-50px 0 0 -50px;
}

.heading {
  font-size: 24px;
  }
  .subtitle{
	font-size:18px;
	line-height:24px; 
}
 .section-title span, .section-title-left span {
	 font-size:24px;
	 line-height:24px;
  	 margin: 0 0 20px 0;
  }
 .hover-effect-text{
 	position:relative;
	margin-bottom:25px;
 }
 
.intro-bg{
  	background-image:none;
	 
	}
 .intro-bg:after{
	display:none;
}

.bg2{
	padding:50px 0;
	}
	
.faculty-details{
	padding:20px;
	left:0;	 
 
}

.faculty-details :after{
	display:none;
}
.bg3:after{
	display:none;   
}
.mobile-img{
	display:block;
}

.bg3:before {
	display: none;
}

}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
	.sm-group {
		gap: 0 6px;
	}

	.res-gap-100 {
		height: 0px;
	}
	.org-comtitte {
		min-height: auto;
	}
	.org-comtitte .subheading {
		font-size: 20px;
	}

}

/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
	a.nav-toggle {
		right: 0px !important;
	}
}





















