/********* Common CSS Starts **********/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html,
body {
  font-family Roboto, sans-serif, arial;
  font-size: 16px;
  color: #242424;
}
.container {
  width: 1300px;
  margin: 0px auto;
}
.main-section {
  width: 100%;
  float: left;
  padding: 70px 0px 70px 0px;
}
.heading {
  font-size: 28px;
  font-weight: 500;
  border-bottom: 1px solid #46b7c1;
  margin-bottom: 20px;
  color: #46b7c1;
}
/********* Common CSS End **********/

/********* Header HTML CSS Starts **********/
.header {
	background: #46b7c1;
	padding: 6px;
}
.header b {
	background: #fff;
	color: red;
	padding:10px;
	font-size: 20px;
}
.header marquee {
	font-size:20px;
	color: #ffffff;
	width: 80%;
}
/********* Header HTML CSS End **********/
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/********* Design Logo and Menu section CSS Starts **********/
.logo {
	height:60px;
}
/*Menu Section Menu Section*/
nav {
	float: left;
	padding:25px 0px;
}
nav a {
	color: black;
	text-decoration: none;
	font-size:18px;
	padding:2px 10px;
	font-weight:500;
}
/********* Design Logo and Menu section CSS End **********/

/********* Slider CSS Starts **********/
.slider img {
    width: 100%;
  }
  /********* Slider CSS End **********/



/* ......//about us//...... */

#about {
  padding: 50px 0;
  background: #f5f5f7;
}

.about-wrapper {
  display: flex;
  flex-wrap: wrap;
}

#about h2 {
  font-size: 2.3rem;
}

#about p {
  font-size: 1.2rem;
  color: #555;
}

#about .small {
  font-size: 1.2rem;
  color: #666;
  font-weight: 600;
}

.about-img {
  flex: 1 1 400px;
  padding: 30px;
  transform: translateX(150%);
  animation: about-img-animation 1s ease-in-out forwards;
}

@keyframes about-img-animation {
  100% {
    transform: translate(0);
  }
}

.about-text {
  flex: 1 1 400px;
  padding: 30px;
  margin: auto;
  transform: translate(-150%);
  animation: about-text-animation 1s ease-in-out forwards;
}

@keyframes about-text-animation {
  100% {
    transform: translate(0);
  }
}

.about-img img {
  display: block;
  height: 400px;
  max-width: 100%;
  margin: auto;
  object-fit: cover;
  object-position: right;
}


  /********* Campus, Events and Notice Board section CSS Starts **********/
.event {
    width: 32%;
    margin-right: 1%;
    float: left;
    background-color: #fff;
    padding: 10px;
  }
  .event .heading {
    border-bottom: 1px solid #46b7c1;
    padding: 5px;
    color: #fff;
    background: #46b7c1;
    text-align: center;
  }
  .event ul li {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    list-style: none;
  }
  .event-date {
    background: #46b7c1;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 8px 12px;
    margin-right: 10px;
  }
  
  /********* Campus, Events and Notice Board section CSS End **********/

  /********** About Us CSS Starts **********/  
.about-us div {
    width: 45%;
    float: left;
    line-height: 30px;
    font-size: 18px;
  }
  .about-us h4 {
    font-size: 22px;
  }
  .about-us p {
    line-height: 42px;
  }
  .about-us img {
    width: 40%;
    float: left;
  }
  /********** About Us CSS Ends **********/


  /********** Award and Certificate CSS Starts **********/  
.award p {
    width: 100%;
    float: left;
    font-size: 16px;
  }
  .award img {
    width: 100%;
  }
  .award b {
    min-width: 115px;
    float: left;
    margin-bottom: 20px;
  }
  .award h3 {
    font-size: 23px;
    margin-bottom: 20px;
    text-align: center;
  }
  /********** , Award and Certificate CSS Ends **********/

  /********* Testimonial Section CSS Starts **********/
.testimonial {
    width: 30.5%;
    float: left;
    margin-right: 2.5%;
  }
  .testimonial-text {
    background: #46b7c1;
    padding: 20px;
    line-height: 35px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    text-align: center;
  }
  .testimonial-detail {
    float: left;
    margin-top: 10px;
  }
  .testimonial-img {
    float: left;
  }
  .testimonial-img img {
    border-radius: 50%;
  }
  .testimonial-name {
    margin-left: 10px;
    float: left;
  }
  .testimonial-name h5 {
    font-size: 18px;
    margin-top: 8px;
  }
  /********* Testimonial Section CSS End **********/


  /********* Gallery section CSS Starts **********/
.gallery img {
    width: 24%;
  }
  /********* Gallery section CSS End **********/

  /********* Footer section CSS Starts **********/
.footer {
    background-color: #46b7c1;
    padding: 20px 0px;
    width: 100%;
    float: left;
  }
  .footer-logo {
    width: 70%;
  }
  .footer-sect {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
  }
  .footer-sect a {
    color: white;
    margin-left: 10px;
    text-decoration: none;
  }
  /********* Footer section CSS End **********/