/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: "Bebas Neue Regular";
  src: url("../font/Bebas Neue Regular Regular.eot");
  src: url("../font/Bebas Neue Regular Regular.eot?#iefix")format("embedded-opentype"),
    url("../font/Bebas Neue Regular Regular.woff")format("woff"),
    url("../font/Bebas Neue Regular Regular.woff2")format("woff2"),
    url("../font/Bebas Neue Regular Regular.ttf")format("truetype"),
    url("../font/Bebas Neue Regular Regular.svg#Bebas Neue Regular Regular")format("svg");
  font-weight: bold;
  font-style: bold;
  font-display: swap;
}

body {

  color: #111;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'Arial', sans-serif;
}

a {
  color: #4fa6d5;
}

a:hover {
  color: #45beff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Bebas Neue Regular", sans-serif;
  font-weight: bold;

}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cntgap {
  padding-top: 30px;
  padding-bottom: 20px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #6e8e2f;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #e11e26;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 9999px;
  transition: all 0.5s;
  padding: 10px;
  border-bottom: #034b93 1px dotted;

}

#header.header-transparent {
  background: rgba(0, 0, 0, 0.1);

}

#header.header-scrolled {
  background: rgb(255, 255, 255);
  height: 105px;
  color: #fff;
  box-shadow: 0px 3px 10px #ccc;
  padding-bottom: 5px;
  padding-top: 5px;
  box-shadow: 0px 3px 15px #ccc;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  padding-bottom: 7px;
  margin: 0;
  height: 93px;
}

.contdet {
  margin-top: 10px;
}

#header .ph {
  border-right: 1px solid #777;
  font-weight: 500;
  color: #000;
  padding-right: 5px;
  font-size: 16px;
}

#header .mal a {
  text-align: center;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #000
}

#header .ph:hover {
  border-right: 1px solid #777;
  font-weight: 500;
  color: #6e8e2f;
  padding-right: 5px;
  font-size: 16px;
}

#header .mal a:hover {
  text-align: center;
  padding-left: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #6e8e2f;
}

.imgsize {
  height: 30px;
  padding-right: 15px;
}

.imgsize1 {
  height: 30px;
}

.bookonline {
  background-color: #ef3135;
  text-align: center;
  padding-top: 18px;
  font-weight: bold;
  max-width: 15%;
}

.bookonline a {
  color: #000;
}

.bookonline a:hover {
  color: #eee;
}

.h-100 {
  border: 1px dotted #cc2222;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */


.navmob {
  display: none;
}

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding-left: 5px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #669900;
  padding: 7px 10px;
  transition: 0.3s;
  font-size: 20px;
  font-weight: bold;
  font-family: "Bebas Neue Regular", sans-serif;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #669900;
  border-bottom: solid 4px #669900;
  transition: ease all 0.3s;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  z-index: 99;
  opacity: 0;
  min-width: 350px;
  visibility: hidden;
  padding: 15px 0px;
  margin-top: 1px;
  background: transparent;
  color: #669900;
  background: rgba(0, 0, 0, 0.1);
  transition: ease all 0.6s;
  margin-top: 10px;
}

#header.header-scrolled .nav-menu .drop-down ul {
  background: rgba(255, 255, 255, 1);
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 200px;
  position: relative;
  border-bottom: 1px solid #669900;
}

.nav-menu .drop-down ul a {
  padding: 15px 20px;
  min-width: 200px;
  font-size: 18px;
  font-weight: 900px;
  text-transform: none;
  color: #669900;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #ccc;
  padding: 15px 30px;
  box-shadow: none;
  width: 200px;
  border-bottom: none;
}

#header.header-scrolled .nav-menu .drop-down ul a:hover,
#header.header-scrolled .nav-menu .drop-down ul .active>a,
#header.header-scrolled .nav-menu .drop-down ul li:hover>a {
  color: #111;
  padding: 15px 30px;
  box-shadow: none;
  width: 200px;
  border-bottom: none;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea99";

  }

}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #ddd;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\ea99";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #000;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# banner Section
--------------------------------------------------------------*/
#slider {
  padding-top: 0px;
}

.txtcaption {
  text-shadow: 5px 5px #ffffff;
  position: relative;
  font-family: "Bebas Neue Regular", sans-serif;
  font-size: 65px;
  font-weight: 500;
  overflow: visible;
  padding-bottom: 20px;
  margin: 0 auto;
  left: 100%;
  text-align: center;
}

.caption1 {
  letter-spacing: -1px;
  font-size: 55px;
  font-weight: normal;
  position: absolute;
  opacity: 0;
  text-align: center;
  font-family: "Bebas Neue Regular", sans-serif;
  color: #fff;
}

.caption2 {
  font-size: 22px;
  font-weight: normal;
  position: absolute;
  opacity: 0;
  text-align: center;
  font-family: "Bebas Neue Regular", sans-serif;
  color: #fff;
}

.bxtext {
  display: block;
  position: absolute;
  opacity: 0;
  overflow: visible;
  text-align: center;
}

.pctext {
  left: 37%;
  top: 30%;
  width: 600px;
  height: 300px;
  position: absolute;
  display: block;
}

.mbtext {
  display: none;
}

.pull-right {
  float: right !important;
}

.secsyst {
  display: block;
}

.secmob {
  display: none;
}

/*--------------count sec------------*/
#count {
  margin-top: -50px;
}

#count .col {
  text-align: center;
}

* {
  padding: 0;
  margin: 0;
}

.counttext h2 {
  font-size: 36px;
  text-align: center;
  display: block;
  margin-top: -30px;
  color: #669900;
  font-family: "bebas neue regular", sans-serif;
}

span.num {
  display: grid;
  place-items: center;
  font-size: 140px;
  display: block;
  color: #669900;
  font-family: "bebas neue regular", sans-serif;
  padding-bottom: 10px;
}

/*about-------------*/
.abouthead h1 {
  font-size: 56px;
  padding-top: 15px;
  display: block;
  text-align: center;
  font-family: "bebas neue regular";
  color: #669900;
}

.readmore {
  width: 150px;
  height: 70px;
  border: 1px solid #333;
  padding: 20px;
}

/*--------------vission mission sec------------*/

#aboutus .col {
  margin-bottom: 50px;
}

#aboutus h2 {
  font-size: 36px;
  padding-top: 15px;
  display: block;
  text-align: center;
  color: #669900;
  font-family: "bebas neue regular", sans-serif;
}

#aboutus .abtimg {
  text-align: center;
}

#aboutus .col-sm-12 {
  margin-bottom: 30px;
}

.abouttxt a {
  color: #669900;
  font-weight: bold;
}

.abouttxt a:hover {
  color: #ff2d52;
}

/*-------------research------------------------*/

#research {
  background-color: #dceebe;
  width: 100%;
  height: auto;
  padding: 100px 0px;
}

#research .col .top {
  max-width: 550px;
  margin: 0px 0px;
  background-color: #fff;
  height: 250px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding-left: 20px;
  padding-top: 10px;
}

#research .col .bottom {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #ff2d52;
  max-width: 550px;
  height: 80px;
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 30px;
}

#research .lftcol {
  margin-right: 20px;
}

#research .rtcol {
  margin-left: 20px;
}

#research .col h2 {
  font-size: 36px;
  padding-top: 15px;
  display: block;
  -aligtextn: center;
  color: #669900;
  font-family: "bebas neue regular", sans-serif;
}

#research p {
  padding-right: 10px;
}

#research a {
  color: #fff;
}

#research a:hover {
  color: #ddd;
}

/*-------------research------------------------*/
.programmes .abtsec1 img {
  width: 100%;
  margin-bottom: 30px;
}

/*-------------How we works------------------------*/

#howweworks section {
  padding-top: 50px;
}

#howweworks h1 {
  font-size: 100px;
  padding-bottom: 50px;
  font-family: "bebas neue regular", sans-serif;
  color: #a5a5ac;
  text-align: center;
}

#howweworks h4 {
  padding-top: 15px;
  font-size: 24px;
  font-family: "bebas neue regular", sans-serif;
  color: #669900;
  text-align: center;
}

#howweworks .arw {
  margin-top: 40px;
}

/*-------------How we works------------------------*/

/*---------------------team----------------*/

#team section {
  padding-top: 50px;
}

#team img {
  margin-left: 0px;
}

#team h1 {
  font-size: 100px;
  font-family: "bebas neue regular", sans-serif;
  color: #a5a5ac;
  text-align: center;
}

#team h3 {
  font-size: 36px;
  margin-top: -20px;
  font-family: "bebas neue regular", sans-serif;
  color: #000;
  text-align: center;
  padding-bottom: 50px;
}

#team h4 {
  font-size: 22px;
  font-family: "Bebas neue regular", sans-serif;
  color: #669900;
  text-align: center;
  font-weight: 700;
}

#team .name {
  padding-top: 15px;
}

#team .des {
  margin-top: -8px;
  color: #000;
  font-size: 17px;
}

#team .teamsec2 {
  margin-top: 50px;
  text-align: center;
}

#team .teamsec2 img {
  margin: 0 auto;
  text-align: center;
  max-width: 250px;
}

#team .teamsec2 h4 {
  text-align: center;
}

#team .imglft {
  margin-right: 72px;
}

#team .imgrt {
  margin-left: 72px;
}
/*----------------profile----------------------------*/
#team .teamsec1 .profile h3{font-size: 49px;margin-bottom: 0px;padding-bottom: 20px;
 
  font-family: "Bebas neue regular", sans-serif;
  color: #669900;
  text-align: center;
  font-weight: 700;}
#cert img{max-width: 100%;}
.carer {margin-left: 19px;padding-top: 10px;}

.carer ol li{list-style-position: inside;list-style-type: decimal;}
.carer ul li{ list-style-position: outside;list-style-type: circle;}

/*------------------------certificate-------------------*/

#certif {
  background-color: #ccc;
  width: 100%;
  height: auto;
  padding: 70px 0px;
}

#certif .col {
  margin-left: -10px;
  margin-bottom: 20px;
}

#certif h2 {
  color: #669900;
  font-size: 38px;
  font-family: "bebas neue regular", sans-serif;
}

/*------------------------album-------------------*/

#album {
  background-color: #ccc;
  width: 100%;
  height: auto;
  padding: 50px 0px;
}

#album .col {
  margin-left: -10px;
  margin-bottom: 20px;
}

#album h2 {
  color: #669900;
  font-size: 50px;
  font-family: "bebas neue regular", sans-serif;
}

#album .album img {
  max-width: 355px;
}
/**************Programmes********************/
.pdffile{margin-top: 20px;}
/*--------------------------- footer ----------------------------*/

#footer {
  border-top: 1px solid #90bc26;
  clear: both;
  background-color: #8a8989;
  min-height: 50vh;
  color: #fff;
  margin-bottom: 0;
}

#footer .flink {
  font-family: "bebas neue regular", sans-serif;
  font-weight: normal;
  text-transform: capitalize;
}

#footer .flogo {
  text-align: left;
}

#footer .container {
  padding-top: 40px;
}

#footer .flinks {
  text-align: left;
}

#footer .flink {
  font-size: 20px;
  padding-left: 20px;
  font-weight: normal;
}

#footer .flink a {
  color: #fff;
}

#footer .flink a:hover {
  color: #000;
}

.foottext {
  font-weight: normal;
  padding-top: 15px;
  text-align: center;
}

#copyrt {
  border-top: .1px solid #111;
  clear: both;
  background-color: #000;
  min-height: 10vh;
  color: #fff;
  padding: 10px;
  margin-bottom: 0;
}

/*----------------------innrer pages-----------------------*/

/*----------------------gallery-------------------------*/

#gallery .gal {
  margin: 0 auto;
  text-align: center;
}

#gallery .gal img {
  max-width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .caption {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  #header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 5px 0;
    background: none;

  }

  .caption {
    font-size: 18px;
  }

  #header .logo img {
    padding: 0;
    margin: 0;
    margin: 5px;
    max-height: 62px;
  }

  #header.header-scrolled {
    background: rgba(234, 234, 234, 0.8);
    height: 77px;
    color: #fff;
    padding: 5px 0;
    box-shadow: 0px 3px 10px #ccc;
  }

  .txtcaption {
    font-size: 45px;
  }

  .flogo {
    margin: 0 auto;
    max-width: 200px;
  }

  .navpc1 {
    display: none;
  }

  .navmob {
    max-width: 370px;
  }

  .navmob {
    display: block;
    height: 50px;
    background-color: #004444;
    color: #fff;
    margin-top: 0px;
    padding-top: 15px;
  }

  .pctext {
    display: none;
  }

  .mbtext {
    left: 40%;
    top: 30%;
    width: 600px;
    height: 300px;
    position: absolute;
    display: block;
  }

  #howweworks h4 {
    margin-bottom: 30px;
  }

  #certif .col-sm-4 {
    margin-bottom: 20px;
  }

  #certif img {
    width: 100%;
    padding: 0px 10px;
    margin-left: 0px;
  }

  #album .col-sm-4 {
    margin-bottom: 20px;
  }

  #album img {
    width: 100%;
    padding: 0px 10px;
    margin-left: 0px;
  }


  #research .lftcol {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  #research .rtcol {
    margin: 0 auto;
  }

  #team .imglft {
    margin: 0px auto;
  }

  #team .imgcentr {
    margin: 0px auto;
  }

  #team .imgrt {
    margin: 0px auto;
    text-align: center;
  }

  #team .imgrit {
    margin: 0px auto;
    text-align: center;
    margin-top: 20px;
  }

  #howweworks h1 {
    font-size: 90px;
    padding-bottom: 30px;

  }

  #team h1 {
    font-size: 90px;

  }

  #footer .flink {
    margin-bottom: 20px;
  }

  #footer .foottext {
    margin-top: 10px;
  }

  /*------------------innersec----------------------------*/

  #innersec {
    margin-top: -40px;
    padding-bottom: 0px;
  }

  #innersec h2 {
    font-size: 12px;
  }

  #gallery .gal img {
    max-width: 90%;
  }
}

#innersec .prghead2 h3 {
  font-size: 34px;
  color: #000;
  padding-top: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  text-decoration: underline; 
}

#innersec .icarelink h4 {
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 20px;
}

#innersec .icarelink h4 a {
  color: #16679c;
  padding-top: 20px;
  font-weight: bolder;
  font-size: 32px;
}

#innersec .icarelink h4 a:hover {
  color: #669900;
  padding-top: 20px;
}

@media (max-width: 575px) {

  .navmob {
    max-width: 80%;
  }

  .caption {
    font-size: 18px;
  }

  .caption2 {
    font-size: 14px;
  }
}

@media (max-width: 540px) {
  #team img {
    margin-left: 0 auto;
    margin: 0 auto;
  }
}

@media (max-width: 498px) {
  #team img {
    margin: 0 auto;
  }

  #team .col {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 380px) {
  .mbtext {
    left: 42.5%;
    top: 30%;
  }

  .txtcaption {
    font-size: 34px;
  }

  .caption {
    font-size: 13px;
  }

  .caption2 {
    font-size: 12px;
  }

  .publish {
    text-align: left;
  }
}

@media (max-width: 325px) {
  .navmob {
    max-width: 95%;
  }

}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}