.top-bar{
  background-color: #00394f ; 
  min-height: 50px;
  padding: 10px;
}
.top-bar a{
  color: #fff; 
  font-weight: 700;
  font-size: 14px;
}
.float-right {
	float: right !important;
}

.pr-5, .px-5 {
	padding-right: 3rem !important;
}



ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}



.custom-btn {
  width: 130px;
  height: 73px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}


.custom-btn a{
  color: #fff;
  font-weight: 700;
}


.custom-btn a:hover{
  color: #fff;
}

/* 10 */
.btn-10 {
  background: #73a889;
background: linear-gradient(0deg, rgba(#73a889) 0%, rgba(49,110,244,1) 100%);
  color: #fff;
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-10:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transform: scale(.1);
  transform: scale(.1);
}
.btn-10:hover {
  color: #fff;
  border: none;
  background: transparent;
}
.btn-10:hover:after {
  background: rgb(0,3,255);
background: linear-gradient(0deg, rgba(2,126,251,1) 0%,  rgba(0,3,255,1)100%);
  -webkit-transform: scale(1);
  transform: scale(1);
}


#left {
    padding: 8px 0 0;
   
  }

  #left img {
    float: left;
  }
  #logoTitle h1{
    font-family: "Roboto Condensed", serif;
    font-size: 45px;
  }

  #left ul li {
	float: left;
    font-family: "Roboto Condensed", serif;
	font-size: 14px;
	line-height: 18px;
	color: #2f2f2f;
	font-style: italic;
	font-weight: 600;
	padding: 0 30px 0 0px;
	background: url(../images/divider.gif) 90% 2px no-repeat;
}




/* owl */


.owl-carousel .item .overlay{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #8C579E;
  opacity: 0.7;
}
.owl-carousel .item .info{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
/* .owl-carousel .owl-nav{
  display: flex;
justify-content: space-between;
transform: translateY(-400%);
} */
.owl-nav {
	top: 50%;
	margin: 0 auto;
	position: static !important;
	width: 100%;
}
.owl-nav span{
  font-size: 60px;
}
.owl-carousel .owl-dots{
  position: absolute;
bottom: 0;
left: 50%;
}





/* about and notice */


.binamohit_title .card {
  border: 0;
}

.binamohit_title .card .card-header {
	padding: 0;
	border: 0;
	margin-bottom: 10px;
	background: transparent;
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}

.binamohit_title .card .card-header .acdn-title:not(.collapsed) {
	background-color: #2D3E50;
	color: #fff;
}

.binamohit_title .card .card-header .acdn-title {
	background-color: rgba(240, 240, 240, 0.8);
	position: relative;
	margin-bottom: 0;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 0.2px;
	-webkit-transition: 0.2s background-color ease-in-out;
	transition: 0.2s background-color ease-in-out;
}

.binamohit_title .card .card-body {
	padding: 5px 15px 18px;
  text-align: justify;
  font-size: 19px;
}
.course-body {
background-color: #4c8162;
}
.course-body p{
	color: #ffffff;
}
.card-body{
  font-family: "Roboto Condensed", serif;
}
 .acdn-title {
  font-family: "Roboto Condensed", serif;
}


/* course offered */



.service-box {
	color: #6EA2C9;
	text-align: center;
	padding: 25px 20px;
	margin: 0 -5px;
	border: 12px solid #4C8162;
  border-radius: 20px;
	position: relative;
	z-index: 1;
	margin: 28px 0;
	height: 323px;
	background: #201e190d;
}

.service-box {
	color: #6EA2C9;
	text-align: center;
}

.service-box img{
  width: 100%;
}

/* box-des */

.pb-45 {
  padding-bottom: 45px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.bk-courses-categories .courses-item {
	text-align: center;
	background-color: #f0f0f0;
	padding: 30px 30px 22px;
  min-height: 293px;
}


.bk-courses-categories .courses-item:hover{
  background-color: #a2b393;
  transition: all 1s;

}

.bk-courses-categories .courses-item p {
	text-align: justify;
}

.bk-courses-categories .courses-item i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	background-color: #427396;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
.bk-courses-categories .courses-item .courses-title {
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 18px;
}

.bk-courses-categories .courses-item .courses-title a {
	color: #292525 !important;
  font-family: "Roboto Condensed", serif;
}


.bg3 {
background-color: #505050;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}






/* gallery */


.gallery-title.text-center {
  margin-top: 5%;
  margin-bottom: 34px;
}

.gallery-title.text-center h1 {
font-size: 36px;
font-family: 'Dosis', sans-serif;
font-weight: bold;
}




.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  width: 80%;
  margin: 0 auto;
  padding: 10px;
}
.gallery-item {
  flex-basis: 32.7%;
  margin-bottom: 6px;
  opacity: .85;
  cursor: pointer;
}
.gallery-item:hover {
  opacity: 1;
}
.gallery-item img {
width: 100%;
height: 220px;
object-fit: cover;
}
.gallery-content {
  font-size: .8em;
}

.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;              
  overflow: auto;
  top: 0;
  left: 0;
}
.lightbox-content {
  position: relative;
  width: 70%;
  height: 70%;
  margin: 5% auto;
}
.lightbox-content img {
border-radius: 7px;
box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
width: 100%;
height: auto;
object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 7px;
  top: 45%;
  cursor: pointer;
}
.lightbox-prev {
  left: 0;
}
.lightbox-next {
  right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: .8;
}




/* gallery */


.pg-footer {
  font-family: 'Roboto', sans-serif;
}


.footer {
    background-color: #56a275;
    color: #fff;
}
.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}
.footer-wave-path {
    fill: #fffff2;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 250px;
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #fff;
}

.footer-content-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-logo-link {
    display: inline-block;
}
.footer-menu {
    margin-top: 30px;
}

.footer-menu-name {
    color: #fffff2;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}
.footer-menu-list li {
    margin-top: 5px;
}

.footer-call-to-action-description {
    color: #fffff2;
    margin-top: 10px;
    margin-bottom: 20px;
}
.footer-call-to-action-button:hover {
    background-color: #fffff2;
    color: #00bef0;
}
.button:last-of-type {
    margin-right: 0;
}
.footer-call-to-action-button {
    background-color: #027b9a;
    border-radius: 21px;
    color: #fffff2;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}
.footer-call-to-action {
    margin-top: 30px;
}
.footer-call-to-action-title {
    color: #fffff2;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}
.footer-call-to-action-link-wrapper a {
    color: #fff;
    text-decoration: none;
}





.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 236px;
}

.footer-social-amoeba-svg {
    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: #027b9a;
}

.footer-social-link.linkedin {
    height: 26px;
    left: 3px;
    top: 11px;
    width: 26px;
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
}

.footer-social-icon-path {
    fill: #fffff2;
    transition: fill .2s;
}

.footer-social-link.twitter {
    height: 28px;
    left: 62px;
    top: 3px;
    width: 28px;
}

.footer-social-link.youtube {
    height: 24px;
    left: 123px;
    top: 12px;
    width: 24px;
}

.footer-social-link.github {
    height: 34px;
    left: 172px;
    top: 7px;
    width: 34px;
}

.footer-copyright {
    background-color: #027b9a;
    color: #fff;
    padding: 15px 30px;
  text-align: center;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
  color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}

/* carousel banner */


.slideshow{
  max-width:auto;
  margin:auto;
  position:relative;
}
.aaa{
  font-size: 60pt;
  color: white;
  top: 30%;
  padding: 0;
  position: absolute;
}
.btn{
  color:white;
  width:100%;
  text-align: center;
  
  position:absolute;
  left:50%;
  bottom:0;
  transform:translate(-50%,0%);
  -ms-transform:translate(-50%,0%);
}
.kiri{
  float:left;
  position: absolute;
}
.kanan{
  float:right;
  position: absolute;
  right: 0;
}
.kanan:hover, .kiri:hover{
  color:#61635a;
  cursor: pointer;
}


.dot{
  height:13px;
  width:13px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  background-color:transparent;
  border: 1px solid #ccc;
}
.dot:hover{
  background-color:#fff;
  cursor: pointer;
}


/* menu */

.custom-nav{
  background-color: #030358;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
  background-color: rgb(78, 128, 175);
}

.main_nav li a{
  color: #fff !important;
  padding-left: 38px !important;
  font-family: "Roboto Condensed", serif;
}


/* afrer baner section */

.sec-title {
  font-family: "Roboto Condensed", serif;
}

/* menu */


.navigation {
  height: 55px;
  background: linear-gradient(45deg, #00913b, #73a889)
}
.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a, .brand a:visited {
  color: #ffffff;
  text-decoration: none;
}
.nav-container {
  max-width: 1800px;
  margin: 0 auto;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
nav ul li a,nav ul li a:visited {
  display: block;
  padding: 0 8px;
  line-height: 55px;
  color: #fff;
  background: #262626 ;
  text-decoration: none;
}
nav ul li a{
  background: transparent;
  color: #FFF;
  text-decoration: none;
}
nav ul li a:hover, nav ul li a:visited:hover {
  background: #2581DC;
  color: #ffffff;
  text-decoration: none;
}
.navbar-dropdown li a{
  background: #2581DC;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' \025BE';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
.navbar-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  background: #262626;
  box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}
/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 34%;
  right: 0;
  background: transparent;
  height: 55px;
  width: 70px;
}
@media only screen and (max-width: 800px) {
  .nav-mobile {
      display: block;
 }
  nav {
      width: 100%;
      padding: 55px 0 15px;
 }
  nav ul {
      display: none;
 }
  nav ul li {
      float: none;
 }
  nav ul li a {
      padding: 15px;
      line-height: 20px;
      background: #262626;
 }
  nav ul li ul li a {
      padding-left: 30px;
 }
  .navbar-dropdown {
      position: static;
}
@media screen and (min-width:800px) {
  .nav-list {
      display: block !important;
 }
}
#navbar-toggle {
  position: absolute;
  left: 18px;
  top: 15px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#navbar-toggle span:before {
  top: -10px;
}
#navbar-toggle span:after {
  bottom: -10px;
}
#navbar-toggle.active span {
  background-color: transparent;
}
#navbar-toggle.active span:before, #navbar-toggle.active span:after {
  top: 0;
}
#navbar-toggle.active span:before {
  transform: rotate(45deg);
}
#navbar-toggle.active span:after {
  transform: rotate(-45deg);
}
}

/* sidebutton */

.sidebutton {
	z-index: 9999;
	position: fixed;

	top: 38%;
}
.whatapp-button a {
	width: 35px;
	height: 35px;
	background: #25d366;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	display: block;
  border-radius: 20px;
}


.sidebutton1 {
	z-index: 9999;
	position: fixed;

	top: 46%;
}
.facebook-button a {
	width: 35px;
	height: 35px;
	background: #2562d3;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	display: block;
  border-radius: 20px;
}

.sidebutton2{
	z-index: 9999;
	position: fixed;

	top: 54%;
}
.youtube-button a {
	width: 35px;
	height: 35px;
	background: #9e2b07;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	display: block;
  border-radius: 20px;
}



/* facilities */
#facility {
	padding: 0 0vw;
}
#facility .item {
	position: relative;
	margin: 1em;
} 
#facility .item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(33, 33, 33, 0.8);
	opacity: 0;
	transition: all 0.3s ease 0s;
}

#facility .item img {
	height: 257px;
	width: 100%;
}

#facility .contain {
	width: 100%;
	font-size: 20px;
	padding-top: 12px;
	position: absolute;
	bottom: -29px;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	overflow-y: auto;
	background: #000000B2;
}

.btn-wrap {
	text-align: center;
	width: 100%;
}

.owl-nav button {
	background-color: #01336B;
	border: none;
	color: white;
	padding: 6px 15px;
	font-size: 18px;
	cursor: pointer;
	border-radius: 50%;
	margin: 0 15px;
}

.facility .item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(33, 33, 33, 0.8);
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.facility .contain {
	width: 100%;
	font-size: 15px;
	padding-top: 12px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	overflow-y: auto;
	background: #000000B2;
	min-height: 90px;
}

.facility .contain p{
  color: #fff;
}

.event-data {
	padding-top: 15px;
	padding-bottom: 15px;
}

.event .event-thumb {
	position: relative;
	padding-right: 0px;
}

.thumb {
	border-radius: 200px;
	border: 5px solid #ffd800;
	overflow: hidden;
	margin: 40px 24px 2px 6px;
}

.event .event-thumb img {
	border-radius: 0px 5px 5px 0px;
	width: 100%;
	height: auto;
	margin-left: 1px;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.princi_speech{
  padding: 5px 15px 18px;
  text-align: justify;
  font-size: 19px;
  font-family: "Roboto Condensed", serif;
}


.bordered-dark {
	background-color: transparent !important;
	border: 1px solid #2f2f2f !important;
	color: #2f2f2f !important;
}

.button {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
  padding: 15px;
}


.principal_name{
  text-align: right;
  font-family: "Roboto Condensed", serif;
  font-weight: bold;
}

.mt-4{
  margin-top: 2%;
}

/* card */

.card {
  margin-bottom: 20px;
}
.card-img-top {
  width: 200px;
  height: 200px;
  align-self: center;
}



/* popup */

.openbtn
{
  padding:12px;
  border:none;
  background:#73a889;
  position:fixed;
  top:50%;
  right: -29px;
  transform: translateY(-50%) rotate(-90deg);
  color: #fff;
  font-weight: 700;
}





.form-popup
{
  position:fixed;
  top:0;
  right:15px;
  border:3px solid #f1f1f1;
  z-index:9;
  display:none;
  
}

.form-container
{
  width:300px;
  padding:20px;
  background:#fff;
height: 380px;
}

.form-conatianer  input[type=text], input[type=password]
{
  padding:12px;
  margin:5px 0 25px;
}

.form-container .btn
{
  background-color:#4CAF50;
   color:#fff;
  padding:16px 12px;
  border:none;
  width:100%;
  margin:10px 0px ;
}

.form-container .btn-cancel
{
  width:100%;
  padding:16px 12px;
  background:red !important;
  border:none;
  color:white;
}

.close
{
   background:lightgrey;
   padding:12px;
   right:2px;
   top:-2.5px;
   position:absolute;
   border-radius:50%;
}


.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 5px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.contact-phone i , .contact-email i{
font-size: 25px;
}

.contact-phone h3 ,  .contact-email h3{
  font-family: "Roboto Condensed", serif;
  font-size: 21px;
  }
  .contact-phone h4 , .contact-email h4{
  font-family: "Roboto Condensed", serif;
  margin-left: 7%;  
  margin-top: 3%;
  font-weight: 400;
  }

  /* form */
  

.Surface_area {
  padding: 3em 0 1em;
}

.main-agileinfo {
  width: 35%;
  margin: 3em auto;
  background: rgba(0, 0, 0, 0.18);
  background-size: cover;
}

.agileits-top {
  padding: 3em;
}

input[type="text"], input[type="email"], input[type="password"] {
  font-size: 0.9em;
  color: #000000;
  font-weight: 100;
  width: 94.5%;
  display: block;
  border: none;
  padding: 0.8em;
  border: solid 1px rgba(255, 255, 255, 0.37);
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #050303 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #332222 4%);
  background-position: -800px 0;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #030202;
  font-family: 'Roboto', sans-serif;
}

input.email, input.text.w3lpass {
  margin: 2em 0;
}

.text:focus, .text:valid {
  box-shadow: none;
  outline: none;
  background-position: 0 0;
}

.text:focus::-webkit-input-placeholder, .text:valid::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: .9em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  visibility: visible !important;
}

::-webkit-input-placeholder {
  color: #000000;
  font-weight: 100;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

input[type="submit"] {
  font-size: .9em;
  color: #000000;
  background: #76b852;
  outline: none;
  border: 1px solid #76b852;
  cursor: pointer;
  padding: 0.9em;
  -webkit-appearance: none;
  width: 100%;
  margin: 2em 0;
  letter-spacing: 4px;
}

input[type="submit"]:hover {
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  transition: .5s all;
  background: #8DC26F;
}

.agileits-top p {
  font-size: 1em;
  color: #000000;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 300;
}

.agileits-top p a {
  color: #000000;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  transition: .5s all;
  font-weight: 400;
}

.agileits-top p a:hover {
  color: #76b852;
}






@keyframes rippling {
  50% {
    border-left-color: #fff;
  }

  100% {
    border-bottom-color: #fff;
    border-left-color: #fff;
  }
}






@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
    -moz-transform: translateY(-700px) rotate(600deg);
    -o-transform: translateY(-700px) rotate(600deg);
    -ms-transform: translateY(-700px) rotate(600deg);
    transform: translateY(-700px) rotate(600deg);
  }
}

@keyframes square {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
    -moz-transform: translateY(-700px) rotate(600deg);
    -o-transform: translateY(-700px) rotate(600deg);
    -ms-transform: translateY(-700px) rotate(600deg);
    transform: translateY(-700px) rotate(600deg);
  }
}

/*-- responsive-design --*/
@media(max-width:1440px) {
  input[type="text"], input[type="email"], input[type="password"] {
    width: 94%;
  }
}

@media(max-width:1366px) {
  h1 {
    font-size: 2.6em;
  }

  .agileits-top {
    padding: 2.5em;
  }

  .main-agileinfo {
    margin: 2em auto;
  }

  .main-agileinfo {
    width: 100%;
  }
}

@media(max-width:1280px) {
  .main-agileinfo {
    width: 90%;
  }
}

@media(max-width:1080px) {
  .main-agileinfo {
    width: 46%;
  }
}

@media(max-width:1024px) {
  .main-agileinfo {
    width: 49%;
  }
}

@media(max-width:991px) {
  h1 {
    font-size: 2.4em;
  }

  .Surface_area {
    padding: 2em 0 1em;
  }
}

@media(max-width:900px) {
  .main-agileinfo {
    width: 58%;
  }

  input[type="text"], input[type="email"], input[type="password"] {
    width: 93%;
  }
}

@media(max-width:800px) {
  h1 {
    font-size: 2.2em;
  }
}

@media(max-width:736px) {
  .main-agileinfo {
    width: 62%;
  }
}

@media(max-width:667px) {
  .main-agileinfo {
    width: 67%;
  }
}

@media(max-width:600px) {
  .agileits-top {
    padding: 2.2em;
  }

  input.email, input.text.w3lpass {
    margin: 1.5em 0;
  }

  input[type="submit"] {
    margin: 2em 0;
  }

  h1 {
    font-size: 2em;
    letter-spacing: 3px;
  }
}

@media(max-width:568px) {
  .main-agileinfo {
    width: 75%;
  }

}

@media(max-width:480px) {
  h1 {
    font-size: 1.8em;
    letter-spacing: 3px;
  }

  .agileits-top {
    padding: 1.8em;
  }

  input[type="text"], input[type="email"], input[type="password"] {
    width: 91%;
  }

  .agileits-top p {
    font-size: 0.9em;
  }
}

@media(max-width:414px) {
  h1 {
    font-size: 1.8em;
    letter-spacing: 2px;
  }

  .main-agileinfo {
    width: 85%;
    margin: 1.5em auto;
  }

  .text:focus, .text:valid {
    background-position: 0 0px;
  }



  input[type="submit"] {
    margin: 2em 0 1.5em;
    letter-spacing: 3px;
  }

  input[type="submit"] {
    margin: 2em 0 1.5em;
  }


}

@media(max-width:384px) {
  .main-agileinfo {
    width: 88%;
  }
}

@media(max-width:375px) {
  .agileits-top p {
    letter-spacing: 0px;
  }
}

@media(max-width:320px) {
  .Surface_area {
    padding: 1.5em 0 0;
  }

  .agileits-top {
    padding: 1.2em;
  }

  input[type="text"], input[type="email"], input[type="password"] {
    width: 89.5%;
    font-size: 0.85em;
  }

  h1 {
    font-size: 1.7em;
    letter-spacing: 0px;
  }

  .main-agileinfo {
    width: 92%;
    margin: 1em auto;
  }

  .text:focus, .text:valid {
    background-position: 0 0px;
  }

  input[type="submit"] {
    margin: 1.5em 0;
    padding: 0.8em;
    font-size: .85em;
  }




  .Surface_area {
    padding: 1em 0 0;
  }
}

/* sports facilities */



.bk-sports-categories .courses-item i {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #427396;
	color: #fff;
	border-radius: 50%;
	font-size: 36px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}

.bk-sports-categories .courses-item .courses-title {
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 18px;
}

.bk-sports-categories .courses-item .courses-title a {
	color: #292525 !important;
	font-family: "Roboto Condensed", serif;
}




.bk-sports-categories .courses-item {
	text-align: center;
	padding: 30px 30px 22px;
}


.card-body h3{
  color: #00913b;
  text-align: center;
}

.card-body a{
 font-size: 20px;
 text-align: center;
}


.card-body h2{
  color: #00913b;
}

/* menu */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
.navigation {
  height: 70px;
  background: linear-gradient(45deg, #00913b, #73a889);
}
.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a, .brand a:visited {
  color: #fff;
  text-decoration: none;
}
.nav-container {
  max-width: 1800px;
  margin: 0 auto;
}
nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a, nav ul li a:visited {
  display: block;
  padding: 0 14px;
  line-height: 70px;
  color: #fff;
  text-decoration: none !important;
}
nav ul li a:hover, nav ul li a:visited:hover {
  background: rgb(0, 57, 79);
  color: #fff;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  background: linear-gradient(45deg, #00913b, #73a889);
}
/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  /* top: 0; */
  right: 0;
  background: #262626;
  height: 70px;
  width: 70px;
}
@media only screen and (max-width: 800px) {
  .nav-mobile {
    display: block;
 }
  nav {
    width: 100%;
    padding: 70px 0 15px;
 }
  nav ul {
    display: none;
 }
  nav ul li {
    float: none;
 }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
    text-decoration: none;
 }
  nav ul li ul li a {
    padding-left: 30px;
 }
  .nav-dropdown {
    position: static;
 }
}
@media screen and (min-width: 800px) {
  .nav-list {
    display: block !important;
 }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
.current {
  color: rgb(36, 30, 30) !important;
  transition: all 0.3s;
}


/* side btn */

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

