/* Acheivement Section
--------------------------------*/

#about1 {
  background: url("") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about1::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about1 .container {
  position: relative;
  z-index: 10;
}

#about1 .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about1 .about-col .img {
  position: relative;
}

#about1 .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about1 .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about1 .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about1 .about-col:hover .icon {
  background-color: #fff;
}

#about1 .about-col:hover i {
  color: #18d26e;
}

#about1 .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about1 .about-col h2 a {
  color: #000;
}

#about1 .about-col h2 a:hover {
  color: #18d26e;
}

#about1 .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}


/* About Us Section
--------------------------------*/
.section-aboutus {
  background: #f5f8fd;
}
#aboutus {
  padding: 20px 0;
}

#aboutus .about-content {
  padding-top: 15px;
}

#aboutus .about-content /* h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
*/
#aboutus .about-content /*h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: regular;
}*/

#aboutus .about-content ul {
  list-style: none;
  padding: 0;
}

#aboutus .about-content ul li {
  padding-bottom: 10px;
}

#aboutus .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #bc2124;
}

#aboutus .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#aboutus .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#aboutus .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#aboutus .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#aboutus .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

/* academics Section
--------------------------------*/

#academics {
  padding: 60px 0 40px 0;
}

#academics .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  
  background: #ffffff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
   background-image: url("/images/acad.jpg");
}

#academics .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#academics .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#academics .icon i {
  font-size: 36px;
  line-height: 1;
}

#academics .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#academics .title a {
  color: #fd3939;
}

#academics .box:hover .title a {
  color: #f5387d;
}

#academics .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

/* acdemics Section
--------------------------------*/

#acad {
  background: #fff;
  padding: 0px 0 0 0;
  overflow: hidden;
}

#acad .acad-img {
  text-align: center;
  padding-top: 20px;
}

#acad .acad-img img {
  max-width: 100%;
}

#acad .box {
  margin-bottom: 15px;
  text-align: center;
}

#acad .icon {
  margin-bottom: 10px;
}

#acad .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s;
}

#acad .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#acad .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 22px;
}

#acad .title a {
  	color:#bc2124;
}

#acad .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#acad .section-description {
  padding-bottom: 10px;
}

/* Product Advanced Featuress Section
--------------------------------*/

#advanced-features {
  overflow: hidden;
}

#advanced-features .features-row {
  padding: 60px 0 30px 0;
}

/*
#advanced-features h2 {
  font-size: 26px;
  font-weight: 700;
  /* color: #000; */
  color: #bc2124;
}


#advanced-features h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: regular;
  color: #999;
}

#advanced-features p {
  line-height: 24px;
  color: #000000;
  margin-bottom: 30px;
}

#advanced-features i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}

#advanced-features i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

.panel1-default> 

.panel1-heading {
  color: #fff;
  background-color: #e4e7d1;
  border-color: #607007;
}


/* About Us Section
--------------------------------*/
.section-adgo {
  background: #f5f8fd;
}
#adgo{
  padding: 20px 0;
}

#adgo .about-content {
  padding-top: 15px;
}

#aadgo .about-content h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#adgo .about-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: regular;
}

#adgo .about-content ul {
  list-style: none;
  padding: 0;
}

#adgo .about-content ul li {
  padding-bottom: 10px;
}

#adgo .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #bc2124;
}

#adgo .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#adgo .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#adgo .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#adgo .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#adgo .about-img::after {
  position: absolute;10px
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

/* academics Section
--------------------------------*/


#adco1 {
  padding: 60px 0 40px 0;
}

#adco1 .box {
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 10px 10px;
  
  background: #ffffff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
   background-image: url("/images/acad.jpg");
}

#adco1 .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#adco1 .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#adco1 .icon i {
  font-size: 36px;
  line-height: 1;
}

#adco1 .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#adco1 .title a {
  color: #fd3939;
}

#adco1 .box:hover .title a {
  color: #f5387d;
}

#adco1 .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

/*-------24

.bannerfr {
  position: relative;
  height: 500px;
}

.bannerfr-video {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

.bannerfr-video video {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

.bannerfr-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  color: #fff;
}

.bannerfr-text h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.bannerfr-text p {
  font-size: 1.5rem;
  margin-bottom: 30px;
}


/*--delete

*, ::before, ::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: roboto, sans-serif;
}

*/

.home {
  height: 100vh;
  position: relative;
}

/*
video {
  position:absolute;
  width: 100%;
  height: 100%;
object-fit: cover;
z-index: -1;

}
*/



.home-content {
  position: relative;
  padding-top: 150px;
  color: #fff;
  text-align: center;
}
/*
h1 {
  font-family: Playfair Display, serif;
  font-size: clamp(45px, 7vw, 130px);
  line-height: 1.1;
}
*/
.home p {
  font-size: clamp(25px, 4vw, 40px);
  margin-top: 10px;
}

.home-content button {
  display: block;
  font-size: clamp(14px, 1.5vw, 18px);
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  margin: 50px auto 0;
  padding: 12px 20px;
  cursor: pointer;
}



/* alter box
--------------------------------*/

#alter {
  padding: 60px 0 40px 0;
}

#alter .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  
  background: #ffffff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
   background-image: url("/images/acad.jpg");
}

#alter .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#alter .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#alter .icon i {
  font-size: 36px;
  line-height: 1;
}

#alter .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#alter .title a {
  color: #fd3939;
}

#alter .box:hover .title a {
  color: #f5387d;
}

#alter .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}


/* simple box
--------------------------------*/

#alter2 {
  padding: 60px 0 40px 0;
}

#alter2 .boxp {
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  
  background: #ffffff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
   
}
/*
#alter2 .boxp:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
*/

#alter2 .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#alter2 .icon i {
  font-size: 36px;
  line-height: 1;
}

#alter2 .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#alter2 .title a {
  color: #fd3939;
}

#alter2 .boxp:hover .title a {
  color: #f5387d;
}

#alter2 .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}
