*{
	font-family: "Montserrat", sans-serif;
	margin: 0;
	padding: 0;
}

.name{
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.btn{
	font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.nav-link{
font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.logo-main{
    width: 100px;
    height: 100px;
    
}

.slider{
	height: 540px;
}

@media (max-width: 768px) {
	.logo-main{
		width: 80px;
		height: 80px;
	}

	.media-head-num-app{
		display: none;
	}

	.navbar-toggler{
		margin-top: -90px;
		margin-left: 80%;
	}

	.slider{
		height: 300px;
	}

	.media-notice-ad-card{
		margin-left: -80%;
	}

	.media-notice-text{
		margin-top: -30px !important;
		margin-left: 80px;
	}

}


.fs-7{
    font-size: 13px;
}

.fs-8{
	font-size: 15px;
}

.display-7{
	font-size: 25px;
}

.display-8{
	font-size: 30px;
	font-weight: 100;
}

:root{
	--green:  hsl(113, 55%, 46%);
    --pink: #f04c7d;
    --blue:#5a74a1;
	--black:#1b1b1b;
	--org: #e4a11c;
  }

/* --------------navbar----------------- */

.nav-link:hover{
	color: var(--green);
	transition: all 1.0s;
}

.dropdown-item:hover{
	color: var(--green);
	transition: all 1.0s;
}

.dropdown-menu{
	border: 0px;
}

.dropdown:hover .dropdown-menu{
	display: block;
}

.dropdown:hover .fa-plus{
    transform: rotate(-45deg);
}

.fa-plus{
	transition: 0.2s ease-in-out;
}

 .link-decore{
    text-decoration: none;
	color: var(--black);
	position: relative;
	
}

.link-decore::after{
	content: '';
	width: 0;
	height: 2px;
	border-radius: 2px;
	left: 0;
	top: 100%;
	position: absolute;
	background-color: var(--org);
	box-shadow: 0 0 1px var(--org);
    transition: 1.9s;
}

.link-decore:hover::after{
	width: 90%;
	
}

.navheffect{
	text-transform: capitalize;
	font-size: 18px;
	border-radius: 10px;
}

.navheffect:hover{
    background: #16a34d;
	color: #fff !important;
}
  


/* -------------notice--------------- */

.notice-box{
	height: 470px;
	border: 1px solid rgb(231, 229, 229);
	overflow: hidden;
}

 .include-notice{
	background: #444;
	padding: 12px;
    border-bottom: 1px solid #fff;
    color:#fff;margin-bottom:0px;
	font-weight:100;
	font-size: 20px;
 }

 .main-notic{
	position: relative;
	width: 100%;
	height: 100px;
 }

 .notic-box-overlay{
	position: absolute;
	color: white;
	background-color: #16a34d;
	padding: 25px;
	height: 100px;
	top: 0;
	left: -137px;
	transition: all 0.8s;
 }

 .notice-box1:hover .notic-box-overlay{
	left: 0;
	transition: all 0.8s;
 }

 .circulars-list{
	position: relative;
	width: 100%;
	height: 100px;
 }

 .notic-box-overlay2{
	position: absolute;
	background-color:rgba(192,192,192,0.3);
	padding: 30px;
	height: 100px;
	width: 110%;
	top: -15px;
	left: 227px;
	transition: all 0.8s;
 }

 .notice-box1:hover .notic-box-overlay2{
	left: -20px;
	transition: all 0.8s;
 }

 


/* -----some Link for you------ */	


   .link-box{
	  height: 50px;
      display: flex;
	  justify-content: center;
	  background: white;
	  background: url(img/bg-pattern.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  color: white;
	  align-items: center;
	  padding: 10px;
	  margin-bottom: 10px;
      height: 60px;
	  text-align: center;
	  overflow: hidden;
   }

   .quicklinks:hover {
	background: rgb(243, 207, 1);
	width: 200px;
	transform: rotateY(60deg);
    transform-style: preserve-3d;
	transform-origin: 0;
	transition: all 0.4s ease-in-out;
	
}
/* ---------------------footer--------------------------- */

.site-footer{
	background: black;
	/* background: url(img/footer.jpeg); */
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-contacts-wrapper {
	width: 100%;
	float: left;
	/*background-image: url(../images/pages/footer-contacts-map.png);*/
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.footer-contacts-wrapper ul {
	list-style-type: none;
	width: 100%;
	float: left;
}
.footer-contacts-wrapper ul li {
	width: auto;
	float: left;
	margin-bottom: 20px;
}
.footer-contacts-wrapper ul li.li1 {
	color: #fff;
	width: 30%;
	text-transform: capitalize;
}
.footer-contacts-wrapper ul li.li2 {
	width: 70%;
}

.footer-link{
	list-style-type: none;
	margin-left: -30px;
	font-size: medium;
}

.footer-logo{
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50%;
}

/* ------------drskboard---------------------- */

.sidebar{
	position: fixed;
	top: 0;
	left: 0;
	width: 78px;
	height: 100%;
	background: #11101d;
	padding: 6px 14px;
}

.sidebar .active{
	width: 240px;
}


.sidebar .logo_content .logo{
	color: #fff;
	display: flex;
    height: 50px;
	width: 100%;
	align-items: center;
}

.logo_content .logo i{
	font-size: 28px;
	margin-right: 5px;
}

.logo_content .logo .logo_name{
	font-size: 20px;
	font-weight: 400;
}

.sidebar #btn{
	position: absolute;
	color: #fff;
	left: 90%;
	top: 6px;
	font-size: 20px;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	transform: translateX(-50%);
}



.sidebar ul{
	margin-top: 20px;
}

.sidebar ul li{
	position: relative;
	height: 50px;
	width: 100%;
	margin: 0 5px;
	list-style: none;
	line-height: 50px;
	border-radius: 12px;
}

.sidebar ul li .tooltip1{
	position: absolute;
	left: 122px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 6px;
	height: 35px;
	width: 100%;
	background: #fff;
	line-height: 35px;
	text-align: center;
	box-shadow: 0 5px 10px rgba(0, 0, 0,0.2);
	transition: 0s;
	opacity: 0;
	pointer-events: none;
}

.sidebar ul li:hover .tooltip1{
	transition: all 0.5s ease;
	opacity: 1;
	top: 50%;
}

.sidebar ul li a{
	color: #fff;
	display: flex;
	align-items: center;
	text-decoration: none;
	border-radius: 12px;
}

.sidebar ul li a:hover{
	color:#11101d;
	background: #fff;
}

.sidebar ul li a i{
	height: 50px;
	min-width: 50px;
	border-radius: 12px;
	line-height: 50px;
	text-align: center;
}


.main_content{
	position: absolute;
	height: 100%;
	width: calc(100% - 240px);
	left: 240px;
}

/* ------about-mia---------- */
/* 
 .text-justify{
	text-justify: auto !important;
 } */


 .move1:hover .ad-transform{
	transform: rotateY('0%');
	transition: all 2s ease;
	position: relative;
	animation-name: move;
	animation-duration: 4s;
	animation-delay: 0.2s;
 }


  @keyframes move {
	0%   {
			transform: rotateY('15px');
	   }
	25%  { left:10px;}
	50%  { left:-10px;}
	75%  { left:5px;}
	100% { left:-5px;}
  }

  /* -----------adverties-box------------ */

  #message-img{
	background-color: var(--black);
	width: 100%;
	
  }

  /* ---------------Our Achievements counter In Numbers-------------------------- */

 .hero{
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(rgba(103,58,183,0.8),rgba(33,150,243,0.5));
	background-position: center;
	background-size: cover;
	text-align: center;
	position: relative;
 }

 .title{
	color: #fff;
	width: 60%;
	display: inline-block;
	margin: 150px auto 0;
	text-align: center;
 }

 .title h1{
	margin-bottom: 30px;
 }

 .title p{
	font-size: 13px;
	line-height: 22px;
 }

 .row-box{
	width: 85%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
 }

 .col-box{
	flex-basis: 22%;
	text-align: center;
	color: #555;
 }

 .counter-box{
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 20px 0;
	border-radius: 5px;
	box-shadow: 0 0 20px -4px #66676c;
 }



 /* -=========================choose-us=========================== */
 	
 	/* .choose-us-img{
		height: 540px;
	}

	.img-box{
		position: relative;
	}

	.choose-box{
		position: absolute;
		width: 100%;
		top: 0;
	}
	.choose-title{
		font-weight: bolder;
		font-size: xx-large;
		color: #11101d;
	} */
 /* ===========third section======== */
 .col_sec3
{
   background-image: url("img/bg-1.jpg");
   background-repeat: no-repeat;
   background-size: cover;
    background-position: center;

} 
.student-home .col-md-4 {
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
	box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
}

.pro {
    padding-right: 5px;
}
.home-sec3 .student-home span {
    width: 100%;
    display: block;
    height: 100%;
}

.home-sec3 .student-home span img {
    display: block;
   height: 100%;
    width: 100%;
}
.home-sec3 {
    overflow: hidden;
}
.home-sec3 {
    display: block;
    width: 100%;
}
.home-sec3 h2 {
    font-weight: 900;
    font-size: 56px;
    color: white;
    padding-bottom: 15px;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    /* max-width: 400px; */
    line-height: 40px;
}
.home-sec3 h2 span {
  
    text-align: right;
	color:white !important;
	font-size:36px;
	font-weight:lighter;
}
.stu-btn {
    position: absolute;
    right: 5px;
    bottom: 0;
}
.stu-btn a {
    background-color: 
    #ddab21;
    padding: 15px;
    display: block;
}
/* ---------- */
.stu-span1
{
	height: 49% !important;
}
.stu-span
{margin-top: -138px!important;}
.stu-span2
{margin-top: -136px !important;}
/* -------hover section ------ */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
 height:100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(32, 29, 29, 0.07);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding:0px;
 background: rgba(5, 2, 28, 0.73);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
 
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  font-weight: normal;
margin: -131px 0 0 0;


width: 100%;

height: 64%;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

	/* ==============slider2============== */
	.item-li1 img
	{
		width:150px !important;
       margin-left:32px!important;
	}
	.item-li2 img
	{
		width:138px !important;
		
	}
	.item-li2 img
	{
		width:132px !important;
		
	}
	.item-li3 img
	{
	width: 120px!important;
    margin-left: 55px!important;
	}
	.item-li4 img
	{
	width: 130px!important;
   margin-left: 47px!important;
	}
	
	
 .item ul li {
    padding: 20px 0;
	display: flex;
	width: 100%;
	height: 19%;
	align-items: center;

}
.item ul li span {
    width: 100%;
}
.item ul li span img {
    max-height: 100%;
}
.item img {
    text-align: center;
    margin: auto;
    width: auto;
	margin-left:32px;
}
.item ul li:first-child {
 
   background: hsla(236.1, 61.3%, 24.3%, 0.5);
}
.item-li2
{
 background: #6f6767d4;
}
.item-li3
{
 background: #190c1ede;
}
.item-li4
{
 background: #6f6767d4;
}
.item-li2 img{margin-left:47px !important;}


.border-right h2 {
    font-weight: 900!important;
    font-size: 38px!important;
    color: 
    #fff;
	
    padding-bottom: 10px!important;
    text-transform: uppercase!important;
   
}
/* ===============chairman section=============== */
.chair_sec
{
	background:#da251c;
}
.border-right-black
{
	border-right: 1px solid #7b7777;
}


.why-amity-left h3 {
    font-size:16px;
   font-weight: 700;
    color: 
    #fff;
    
    line-height: 1.4;
    padding-bottom: 20px;
}
.why-amity-left  h4 {
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    color: 
    #fff;
    float: left;
    padding-right: 15px;
}
.why-amity-left  {
    float: right;
    font-size: 48px;
    text-transform: capitalize;
    color: 
    #FFF;
    font-weight: 700;
    line-height: 1;
}
.why-amity-left a span {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}


.why-choose-col_5 h3 {
    font-family: 'Alatsi', sans-serif !important;
    font-weight: 700;
    font-size: 56px !important;
}
.why-choose-col_5 p {
    font-family: 'Alatsi', sans-serif !important;
}

/* ==========research spotlight========== */
.research_spot h3
{
	 font-family: 'Alfa Slab One', cursive;
	font-size:54px;
}

.research_spot p{
	font-family: 'Tajawal', sans-serif!important;
}
.border-bottom-black
{
	border-bottom: 1px solid #938c8c;
}
.carousel-caption_1 h3
{
	 font-family: 'Alfa Slab One', cursive;
	font-size:54px;
}
.carousel-caption_1 p{
	font-family: 'Tajawal', sans-serif!important;
}