@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700&display=swap);
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
  }
  body{
	font-family: 'Roboto', sans-serif;
}
*,html{
	scroll-behavior: smooth;
	}
	*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	:root{
	scrollbar-color: rgb(210,210,210) rgb(46,54,69) !important;
	scrollbar-width: thin !important;
	}
	::-webkit-scrollbar {
	height: 12px;
	width: 8px;
	background: #000;
	}
	::-webkit-scrollbar-thumb {
	background: gray;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
	}
	::-webkit-scrollbar-corner {
	background: #000;
	}
	
	
	/*DEFAULT*/
	body{
	margin:0;
	overflow-x:hidden;
	font-family: 'Source Sans Pro', sans-serif;
	}
	a{
	text-decoration:none;
	transition:0.5s;
	}
	em{
	font-style:normal;
	color:#1487e9;
	}
	.btn1,.btn2{
	padding:15px;
	text-align:center;
	border-radius:40px;
	outline:none !important;
	display:block;
	width:180px;
	margin:5vh 0;
	border:0;
	transition:0.5s;
	}
	.btn1{
	background: transparent linear-gradient(90deg, #167ce9 0%, #07CCEC 100%) 0% 0% no-repeat padding-box;
	color:#fff;
	font-weight:600;
	}
	.btn1:hover,.btn2:hover{
	box-shadow:0px 6px 16px -6px rgba(1,1,1,0.5);
	}
	.btn2{
	background:#1488e9;
	color:#fff;
	font-weight:600;
	border-radius:5px;
	letter-spacing:0.09em;
	}
	table{
	width:100%;
	}
	table td{
	width:50%;
	}
	.title_header{
	width:60%;
	text-align:center;
	margin:5vh auto;
	}
	
	.title_header h1{
	font-size:2.5em;
	}
	
	.bgGrey{
		font-family: 'merriweather';
		font-weight: 700;
	}
	
	
	
	/*ANIMATION*/
	@-webkit-keyframes slideIn {
	from {bottom: -300px; opacity: 0} 
	to {bottom: -140px; opacity: 1}
	}
	
	@keyframes slideIn {
	from {bottom: -300px; opacity: 0}
	to {bottom: -140px; opacity: 1}
	}
	
	@-webkit-keyframes fadeIn {
	from {opacity: 0} 
	to {opacity: 1}
	}
	
	@keyframes fadeIn {
	from {opacity: 0} 
	to {opacity: 1}
	}
	
	
	
	
	
	
	
	
	header{
	width:100%;
	height:auto;
	position:relative;
	top:0;
	}
	
	.banner{
	/* background: transparent linear-gradient(90deg, #c3d8ef 0%, #167ce9 100%) 0% 0% no-repeat padding-box; */
	background: #fff;
	width:100%;
	padding:10px 0;
	}
	
	.banner .section-right{
	float:right;
	}
	
	.banner a{
	margin:0 10px;
	color:#000;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	}
	
	.logo{
	/* background: transparent linear-gradient(90deg, #c3d8ef 0%, #1487e9 100%) 0% 0% no-repeat padding-box; */
	background: #fff;
	color:#000;
	/* padding:25px; */
	width:350px;
	position:absolute;
	/* left:-20px; */
	top:5px;
	z-index:1;
	border-radius:5px;
	
	}
	
	.logo img{
	width:50px;
	height:50px;
	}
	
	/* .parallelogram{
	transform: skew(-20deg);
	} */
	
	.skew-fix{
	width:100%;
	display:inline-block;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	/* transform: skew(20deg); */
	}
	
	
	@media (max-width:820px){
		.banner .section-right{
			float:none;
			width:100%;
		}
		.banner .section-left{
			display:none;
		}
		.logo{
			background: #fff;
			width: 250px;
			height: 50px;
		}
		.drname {
			font-size: 10px !important;
			font-weight: bold !important;
			color: #fff !important;
			margin-left: 12px !important;
			font-family: 'merriweather', sans-serif;
		}
		.degree{
			font-size: 10px !important;
		}
		.logo img{
			width:30px;
			height:30px;
			}
			.logo{
				/* background: transparent linear-gradient(90deg, #c3d8ef 0%, #1487e9 100%) 0% 0% no-repeat padding-box; */
				background: #fff;
				color:#000;
				 padding:10px; 
				width:250px;
				position:absolute;
				/* left:-20px; */
				top:5px;
				z-index:1;
				border-radius:5px;
				height: 38px;
				}
				
			.bgGrey{
				font-size: 10px;
				margin-top: 50px;
			}
			.carousel-caption h3{
				margin-top: 80px !important;
				display: block !important;
				
			}
	}
	
	
	
	/*NAVIGATION*/
	.topnav {
	overflow: hidden;
	background-color: #7b38a1;
	margin-left:350px;
	
	}
	
	.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
font-family: 'Poppins', sans-serif;
font-weight: 700;

	}
	/* @media only screen and (min-width: 668px){
		.topnav {
			
			margin-left:250px;
			
			}
	} */
	
	 .active {
	
	 /* margin-left:150px;  */
	} 
	
	.topnav .icon {
	display: none;
	outline:none !important;
	}
	
	.dropdown {
	float: left;
	overflow: hidden;
	}
	
	.dropdown .dropbtn {
	font-size: 17px;    
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	}
	
	.dropdown-content {
	overflow:hidden;
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-top:2px solid #1487e9;
	z-index: 1;
	-webkit-animation-name: slideIn;
	-webkit-animation-duration: 1s;
	animation-name: slideIn;
	animation-duration: 1s;
	}
	
	.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	}
	
	.topnav a:hover, .dropdown:hover .dropbtn {
	color:#000;
	background: #fff;
	}
	
	.dropdown-content a:hover {
	background-color: #ddd;
	color: black;
	}
	
	.dropdown:hover .dropdown-content {
	display: block;
	}
	
	@media screen and (max-width: 820px) {
	.dropdown-content {
	-webkit-animation-name: none;
	-webkit-animation-duration: 1s;
	animation-name: none;
	animation-duration: 1s;
	}
	
	.topnav a, .dropdown .dropbtn {
	display: none;
	}
	.topnav a.icon {
	float: right;
	display: block;
	}
	}
	
	@media screen and (max-width: 820px) {
	.active{
	margin-left:0;
	}
	.topnav{
	height:50px;
	width:100%;
	transition:0.5s;
	margin-left: 0px;
	}
	.topnav.responsive {position: relative;height:70vh;overflow-y:auto;z-index:1;}
	.topnav.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;
	}
	.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
	display: block;
	width: 100%;
	text-align: left;
	}
	}
	
	
	
	
	
	
	/*SECTION1*/
	.section1{
	width:90%;
	margin:auto;
	}
	
	.section1 td:nth-child(1){
	width:40%;
	}
	
	.section1 .form{
	background:#fff;
	padding:2rem;
	box-shadow:0px 6px 16px -6px rgba(1,1,1,0.5);
	border-radius:5px;
	text-align:center;
	width:70%;
	margin:auto;
	position:relative;
	top:-10vh;
	}
	
	.section1 .form h4{
	color:gray;
	letter-spacing:0.08em;
	}
	
	.section1 .form h1{
	font-size:2em;
	position:relative;
	top:-20px;
	}
	
	.section1 .form input,.section1 .form select{
	display:block;
	margin:10px auto;
	padding:1rem;
	background:transparent;
	border:1px solid gray;
	border-radius:5px;
	color:gray;
	font-weight:600px;
	width:100%;
	}
	
	.section1 .form .btn2{
	width:100%;
	}
	
	.section1 td:nth-child(2) h1{
	font-size:2em;
	}
	
	.section1 td:nth-child(2) p{
	letter-spacing:0.08em;
	line-height:1.4em;
	}
	
	.section1 td em:before{
	content:"";
	width:50px;
	height:50px;
	padding:4px 15px;
	border-radius:50%;
	background:#ddd;
	position:relative;
	left:20px;
	z-index:-1;
	}
	

	
	/*SECTION2*/
	.section2{
	width:100%;
	margin:5vh auto;
	}
	
	.section2 .cards{
	margin:auto;
	width:90%;
	display:flex;
	}
	
	.section2 .cards .card{
	width:24%;
	margin:20px;
	text-align:Center;
	}
	
	.section2 .cards .card .fa{
	font-size:3em;
	color:#01bcd4;
	}
	
	.section2 .cards .card p{
	color:rgba(1,1,1,0.7);
	}
	
	
	
	
	
	
	
	/*SECTION3*/
	.section3{
	width:100%;
	background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url("https://i.ibb.co/Sft7gKp/bg2.webp");
	background-size:cover;
	position:relative;
	padding:3vh 0;
	overflow:hidden;
	}
	
	.section3 .cards{
	width:50%;
	}
	
	.section3 .cards .card{
	display:block;
	margin:10px 0;
	background:rgba(255,255,255,0.8);
	width:80%;
	transition:0.5s;
	cursor:pointer;
	box-shadow:0px 6px 16px -6px rgba(1,1,1,0.5);
	}
	
	.section3 .cards .card:hover{
	width:90%;
	background:rgba(255,255,255,0.9);
	}
	
	.section3 .cards .card section{
	padding:1rem;
	}
	
	.section3 .cards .card section h4{
	color:gray;
	font-weight:200;
	}
	
	.section3 .cards .card section h1{
	color:#167ce9;
	}
	
	.section3 .content{
	position:absolute;
	top:20vh;
	right:2vw;
	width:40%;
	}
	
	.section3 .content h1{
	font-size:2.5em;
	}
	
	.section3 .content p{
	line-height:1.4em;
	letter-spacing:0.08em;
	font-size:1.4em;
	color:rgba(1,1,1,0.7);
	}


	.mySlides {
	display: none;
	background-color:#000;
	}
	
	.mySlides img{
	height:80vh;
	}
	
	.cursor {
	cursor: pointer;
	}
	
	/* Next & previous buttons */
	.prev,
	.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	}
	
	/* Position the "next button" to the right */
	.next {
	right: 0;
	border-radius: 3px 0 0 3px;
	}
	
	/* On hover, add a black background color with a little bit see-through */
	.prev:hover,
	.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
	}
	
	/* Number text (1/3 etc) */
	.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	}
	
	.section4 img {
	margin-bottom: -4px;
	}
	
	.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
	}
	
	.demo {
	opacity: 0.6;
	}
	

	
	@media (max-width:920px){
	table td{
	display:block;
	width:100%;
	}
	.title_header{
	width:90%;
	}
	.title_header h1{
	font-size:1.5em;
	}
	.container{
	width:100%;
	height:100%;
	/* padding:10vh 0; */
	}
	
	.container section h1{
	font-size:1.5em;
	}
	.section1 td:nth-child(1){
	width:100%;
	display:block;
	}
	.section1 .form{
	background:#fff;
	padding:2rem;
	box-shadow:0px 6px 16px -6px rgba(1,1,1,0.5);
	border-radius:5px;
	text-align:center;
	width:100%;
	margin:auto;
	position:relative;
	top:0vh;
	}
	.section1 td:nth-child(2){
	padding:10vh 0;
	}
	.section2 .cards{
	margin:auto;
	width:90%;
	display:block;
	}
	
	.section2 .cards .card{
	width:90%;
	margin:20px;
	text-align:Center;
	}
	.section3 .cards{
	width:100%;
	}
	.section3 .cards .card{
	width:90%;
	margin:10px auto;
	}
	
	.section3 .content{
	position:relative;
	top:5vh;
	left:1vw;
	width:100%;
	}
	.section3 .content h1{
	font-size:1.5em;
	padding:0 1rem;
	}
	
	.section3 .content p{
	font-size:0.9em;
	letter-spacing:0.08em;
	line-height:1.4em;
	padding:0 1rem;
	}
	.section4 .column {
	float: left;
	width: 50%;
	margin:10px 0;
	}
	}
	
	ul {
		margin: 0;
		padding: 0;
		list-style: none;
	  }
	
	.footer-section {
		background-color:rgb(70 21 97);
		position: relative;
		overflow: hidden;
		z-index: 9;
		margin-top: 50px;
	  }
	  .footer-section:before {
		content: "";
		position: absolute;
		top: -146%;
		left: -18%;
		width: 30%;
		height: 260%;
		transform: rotate(54deg);
		background-color: rgb(164 118 189);
		-webkit-transform: rotate(54deg);
		-moz-transform: rotate(54deg);
		-ms-transform: rotate(54deg);
		-o-transform: rotate(54deg);
		z-index: -10;
	  }
	  .footer-section:after {
		position: absolute;
		content: "";
		background-color:rgb(164 118 189);
		top: -24%;
		right: 4%;
		width: 12%;
		height: 270%;
		transform: rotate(44deg);
		-webkit-transform: rotate(44deg);
		-moz-transform: rotate(44deg);
		-ms-transform: rotate(44deg);
		-o-transform: rotate(44deg);
		z-index: -10;
	  }
	  .footer-top {
		padding-top: 35px;
		padding-bottom: 35px;
	  }
	  .footer-top p,
	  .company-footer-contact-list li {
		color: #ffffff;
	  }
	  .company-footer-contact-list {
		margin-top: 10px;
	  }
	  .company-footer-contact-list li {
		display: flex;
		display: -webkit-flex;
		align-items: center;
	  }
	  .company-footer-contact-list li + li {
		margin-top: 5px;
	  }
	  .company-footer-contact-list li i {
		margin-right: 10px;
		font-size: 20px;
		display: inline-block;
	  }
	  
	  .footer-top .site-logo {
		margin-bottom: 25px;
		display: block;
		max-width: 170px;
	  }
	  .widget-title {
		text-transform: capitalize;
	  }
	  .footer-top .widget-title {
		color: #ffffff;
		margin-bottom: 40px;
	  }
	  .courses-link-list li + li {
		margin-top: 10px;
	  }
	  .courses-link-list li a {
		color: #ffffff;
		text-transform: capitalize;
		font-family: var(--para-font);
		font-weight: 400;
	  }
	  .courses-link-list li a:hover {
		color: #ffb606;
	  }
	  .courses-link-list li i {
		margin-right: 5px;
	  }
	  .footer-top .small-post-title a {
		font-family: var(--para-font);
		color: #ffffff;
		font-weight: 400;
	  }
	  .small-post-item .post-date {
		color: #ffb606;
		margin-bottom: 3px;
		font-family: var(--para-font);
		font-weight: 400;
	  }
	  .small-post-list li + li {
		margin-top: 30px;
	  }
	  .news-letter-form {
		margin-top: 15px;
	  }
	  .news-letter-form input {
		width: 100%;
		padding: 12px 25px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border: none;
	  }
	  .news-letter-form input[type="submit"] {
		width: auto;
		border: none;
		background-color: #ffb606;
		padding: 9px 30px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		color: #ffffff;
		margin-top: 10px;
	  }
	  .footer-bottom {
		padding: 13px 0;
		border-top: 1px solid rgba(255, 255, 255, 0.149);
	  }
	  .copy-right-text {
		color: #ffffff;
	  }
	  .copy-right-text a {
		color: #ffb606;
	  }
	  .terms-privacy li + li {
		margin-left: 30px;
	  }
	  .terms-privacy li a {
		color: #ffffff;
		position: relative;
	  }
	  /* .terms-privacy li a:after {
		position: absolute;
		content: "-";
		color: #ffffff;
		display: inline-block;
		top: 0;
		right: -18px;
	  } */
	  .terms-privacy li + li a:after {
		display: none;
	  }
	  

	/* slider */
	#slider{
		width:100%;
		margin:0 auto;
		position:relative;
		overflow:hidden;
		box-shadow:2px 5px 10px rgba(0,0,0,0.4);
	  }
	  
	  .slide{
		width:100%;
		
		display:none;
		animation-name:fade;
		animation-duration:1s;
		
	  }
	  img{
	   width:100%; 
	  }
	  @keyframes fade{
		from{opacity:0.5;}
		to{opacity:1;}
	  }
	  
	  .controls{
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		font-size:1.5em;
		padding:15px 10px;
		border-radius:5px;
		
	  }
	  
	  .controls:hover{
		background:white;
		transition:0.3s;
	  }
	  
	  .controls:active{
		color:grey;
	  }
	  
	  #left-arrow{
		left:10px;
	  }
	  
	  #right-arrow{
		right:10px;
	  }
	  
	  #dots-con{
		
		text-align:center;
	  }
	  /* .dot{
		display:inline-block;
		background:grey;
		padding:8px;
		border-radius:50%;
		margin:10px 5px;
	  } */
	  
	  .active{
		background:#fff;
		color:#000 !important;
	  }
	 
	  
	  @media (max-width:576px){
		#slider{width:100%;
		
		}
		
		.controls{
		  font-size:1em;
		}
		
		#dots-con{
		  display:none;
		}
		
	}
	 
	/* slider */




  .imgcard{
width: 50px;
height: 50px;


  }
 
  .drname{
	font-size: 22px;
    font-weight: bold;
    color: #fff;
	margin-left: 15px;
	font-family: 'merriweather', sans-serif;
	font-weight: 700;
  }

  .degree{
	font-size:18px;
	font-family: 'merriweather', sans-serif;
	font-weight: 700;
	
	
  }
  .carousel-caption{
	bottom: 40%; 
	display: block !important;
	
}
.carousel-caption h1{
	font-size: 100px;
	letter-spacing: 2px;
	color:  #ffb221;
 
}
.carousel-caption h2{
	font-size: 80px;
	letter-spacing: 2px;
	color:  #24fbfd;
}
/* .carousel-caption h3{
	font-size: 35px;
	letter-spacing: 2px;
	color:  #24fbfd;
} */
  /*SECTION1*/
  .section1 {
	width: 100%;
	/* padding: 4rem 2rem; */
	background-color: #fff;
	/* padding-top: 4rem;
    padding-right: 2rem; */
    padding-bottom: 0rem;
    /* padding-left: 2rem */
  }
  
  .section1 section {
	display: flex;
	align-items: center;
	justify-content: Center;
  }
  .card{
	height:380px;
  }
  
  .section1 .card {
	padding: 1rem;
	position: relative;
	width: 100%;
	border-radius: 10px;
	margin: 10px;
	 
	background-image:linear-gradient( rgb(58 24 71 / 15%), rgb(255 255 255) ), url(../images/pattern.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	box-shadow: 0px 1px 2px -1px rgba(1, 1, 1, 0.5);
	transition: 0.5s;
  }
  
  .section1 .card:hover {
	box-shadow: 0px 4px 14px -4px rgba(1, 1, 1, 0.5);
	border:3px solid #7d409b;
  }
  
  .section1 .card .tag {
	position: absolute;
	background-color: var(--lite);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 50%;
	position: absolute;
	top: 2%;
	right: 2%;
  }
  
  .section1 .card img {
	width: 70px;
	display: block;
	margin: auto;
  }
  
  .section1 .card h1 {
	font-size: 1.5em;
  }
  
  .section1 .card p {
	color: rgba(1, 1, 1, 0.7);
	line-height: 1.8em;
	font-family: 'Poppins';
    font-weight: 500;
  }
  
  @media (max-width: 820px) {
	.section1 section {
	  width: 100%;
	  padding: 2rem 1rem;
	  display: block;
	}
	.section1 .card {
	  padding: 1rem;
	  margin: 20px 0;
	}

	.carousel-caption1, .carousel-caption2{
		bottom: 21px !important; 
		display: block !important;
		
	}

	.carousel-caption3{
		bottom: 4px !important; 
		display: block !important;
		
	}

	.slidertext3{
		line-height: 6pt;
	}

	.cstext{
		font-size: 28px;
	}
  }
  /* .about
  {
	margin-top:60px;
  } */
  .aboutbg1{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
padding: 30px;
border:5px solid #cecece;
border-radius: 25px;
  }
  .aboutbg{
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
 
  background: linear-gradient( rgb(255 255 255 / 96%), rgb(125 63 153 / 48%) ), url(../images/bg-texture.png);
  background-position: top center;
  background-repeat: repeat;
  width: 100%;
 
}
  .dept
  {
	margin-bottom: 20px;
  }

  .dept_title
{
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
	color: #232323;
	
}
.dept_image{
	border-radius: 10px !important;
    border: 6px solid #f1eff3 !important;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;

}
.dept_content
{
	/* padding-top: 48px;
	padding-bottom: 55px; */ /* Commented on 25-05-2021 */
	padding-top: 15px;
	padding-bottom: 15px;
	/* background: #f0e4f5; */
	background-color: #fff;
	box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px inset, rgb(255 219 219 / 30%) 0px 18px 36px -18px inset;
}


.one:after {
	display: inline-block;
	margin: 0 0 8px 20px;
	height: 6px;
	content: " ";
	text-shadow: none;
	background-color: #999;
	width: 30px;
	border-radius: 25px;
  }
  
  .one:before {
	display: inline-block;
	margin: 0 20px 8px 0;
	height: 6px;
	content: " ";
	text-shadow: none;
	background-color: #999;
	width: 30px;
	border-radius: 25px;
  }
  .button
{
	display: inline-block;
	height: 51px;
	background: #283290;
	 margin-top: 10px; 
	border-radius: 25px;
	border:4px solid #fae4e4;
}

.button a
{
	display: block;
	position: relative;
	line-height: 51px;
	font-size: 14px;
	font-weight: 900;
	color: #fbefef;
	padding-left: 39px;
	padding-right: 45px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	z-index: 10;
}
.button:hover::after
{
	height: 100%;
}
.button:hover a
{
	color: #f1f1ff !important;
	
}
#button {
    display: inline-block;
    background-color: #7d409b;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  .dept_content:hover
  {
	transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
   
    /* border: 4px solid #ca97e0; */
    background-color: white;
	text-decoration: none;
	border-radius:15px;
  }
  .dept:hover{
	transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
	border-radius:15px;
    border: 4px solid #ca97e0;
    background-color: rgb(244, 220, 220);
	text-decoration: none;
  }
  .about_button:hover{
	background-color: #fff;
	transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);

  }
  .about_button a:hover
  {color:#000 !important;}

  .textnav{
	color: #000 !important;
  }
  /* about */
  .bgimg
{
	background: 
	linear-gradient( rgb(4 150 0 / 45%), rgb(125 63 153 / 48%) ), url(../images/footer_bg.png);
background-position:center ;
	
	width: 100%;
	height:150px;
	position:relative;
	overflow:hidden;
	box-shadow:2px 5px 10px rgba(0,0,0,0.4);
	
}

.sec-icon {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0 auto;
  }
  
  .sec-icon::before {
	content: "";
	position: absolute;
	height: 1px;
	left: -70px;
	margin-top: -5.5px;
	top: 60%;
	background: #333333;
	width: 50px;
  }
  
  .sec-icon::after {
	content: "";
	position: absolute;
	height: 1px;
	right: -70px;
	margin-top: -5.5px;
	top: 60%;
	background: #333;
	width: 50px;
  }
  
  .advertisers-service-sec {
	background-color: #f5f5f5;
  }
  
  .advertisers-service-sec span {
	color: rgb(255, 23, 131);
  }
  
  .advertisers-service-sec .col {
	padding: 0 1em 1em 1em;
	text-align: center;
  }
  
  .advertisers-service-sec .service-card {
	width: 100%;
	height: 100%;
	padding-top: 6px;
	/* padding: 2em 1.5em; */
	border-radius: 5px;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	transition: 0.5s;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: #fff;
  }
  
  .advertisers-service-sec .service-card::after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(#91e293, rgb(45 4 95));
	position: absolute;
	left: 0%;
	top: -98%;
	z-index: -2;
	transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
  }
  
  .advertisers-service-sec h3 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	color: #1f194c;
	margin: 1em 0;
	z-index: 3;
  }
  
  .advertisers-service-sec p {
	color: #575a7b;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.03em;
	z-index: 3;
  }
  
  .advertisers-service-sec .icon-wrapper {
	background-color: #2c7bfe;
	position: relative;
	margin: auto;
	font-size: 30px;
	height: 2.5em;
	width: 2.5em;
	color: #ffffff;
	border-radius: 50%;
	display: grid;
	place-items: center;
	transition: 0.5s;
	z-index: 3;
  }
  
  .advertisers-service-sec .service-card:hover:after {
	top: 0%;
  }
  .b-class-secondary{
	color:#fff;
	font-weight: 500;
	/* color: rgb(27 148 55); */
  }
  
  .service-card .icon-wrapper {
	background-color: #ffffff;
	color: rgb(255, 23, 131);
  }
  
  .advertisers-service-sec .service-card:hover .icon-wrapper {
	color: #0dcaf0;
  }
  
  .advertisers-service-sec .service-card:hover h3 {
	color: #ffffff;
  }
  
  .advertisers-service-sec .service-card:hover p {
	color: #f0f0f0;
  }
  .aboutimg{
	background: 
	linear-gradient( rgb(245 255 244 / 45%), rgb(192 170 201 / 48%) ), url(../images/bg1.png);
    background-position:center ;
	width: 100%;
	box-shadow:2px 5px 10px rgba(0,0,0,0.4);
	
}
.loader
{
	width: 60%;
	
	margin: 0 auto;
}
.loader span{
	font-weight: bold;
	
}

  
/* about */
