*{
    padding:0;
    margin:0;
  font-family: 'Poppins', sans-serif;
}

body{
  overflow-x:hidden;
  
}

nav{
  position: relative;
  padding: 10px 10%;
  background-color: rgb(0, 0, 0);
}

nav a{
  color: white;
  text-decoration: none;
  display: inline-grid;
}

nav .logo{
  margin: 0 15% 0 1%;
}

.navSelectUnderline{
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness:3px;
}

.logo img{
  width: 200px;
}

nav .nav-items{
  padding: 0 3%;
  justify-content: end;
}

nav .nav-items:hover{
  color:#82978e;
}

#home:hover a.dropHome{
  display:block;
}

a.dropHome{
  dislpay:none;
}

.nav-items:hover{
  display:flex;
}

nav .navAllItems{
position: relative;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a{
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #050000;
}

.nav-items:hover .dropdown-content {
  display: block;
}

/* ----------video settings------------- */
.videoPlaying{
  position: absolute;
  width: 100%;
  height:100%
  clip-path: circle(0% at 0 50%);
  z-index:1;

}

.videoPlaying.active{
  clip-path: circle(150% at 50%);
  transition: 2s ease;
  transition-property: clip-path;
}

.home{
  content: '';
 position:relative;
  /*background: rgba(3, 96, 251, 0.3);*/
  width: 100%;
  height: 100%;
}

.videoSlideNav{
  z-index: 888;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(30px);
  margin-bottom: 12px;

}

.videoSlideNav .videoBtn{
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  transition: 0.3s ease;
}

.videoSlideNav .videoBtn.active{
  background: #143148;
}

.videoSlideNav .videoBtn:not(:last-child){
  margin-right: 20px;
}

.videoSlideNav .videoBtn:hover{
  transform: scale(1.2);
}

.videoPlaying{
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.videoPlaying.active{
  clip-path: circle(150% at 50%);
  transition: 2s ease;
  transition-property: clip-path;
}

/* text */

.videoContent{
  display:none;
  color: white;
  background: rgb(0 0 0 / 30%);
}

.videoContent active{
  display:flex;
}

 .videoContent p{
  z-index:10;
  
}

.videoContent.active{
  display: block;
  width:auto;
  z-index:999;
  position: relative;
 
}

.videoContent.active h1{
  position:relative;
  font-size: 3em;
  z-index: 888;
  font-weight: 900;
  
}

videoContent h1{
  display:none;
}

.content{
  width:100%;
}

header .topBar{
  display: flex;
  padding: 20px 10%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9990;
  left: 0;
  background-color: rgb(0, 0, 0);
}

.topBar span{
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
}

header .secondTopBar{
  display: flex;
  padding: 20px 10%;
  width: 100%;
  background-color: rgb(30, 59, 107);
}

.secondTopBar span{
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
}

.videoContent.active{
  margin: 12% 15%;
  backdrop-filter: blur(15px);
  padding: 3%;
  width:30%;
}

/*-----------content stuff at the bottom--------*/
.bodyContent .img1{
  top: 100px;
  z-index:1;
  background:white;
  position:relative;
}
#img2{
  position: relative;
  bottom: 300px;

}

.bodyContent{
  background: white;
  z-index: 600;
  position: relative;
  margin: 13% 0 0 0;
  padding: 5% 15% 0 15%;
}

.bodyContent .bodyContentText{
  position: relative;
  z-index: 20;
  bottom: 460px;
  padding: 7% 3% 0 0;
  margin: 0 5% 0 45%;
  font-weight: 700;
  left:5%;
  margin-bottom: 0px;
}

.bodyContent .bodyContentText h1{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 1.15em;
  color: #222222;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.bodyContent .bodyContentText h2{
  color: #52c306;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 300;
  padding-top: 10px;
}

.bodyContent .bodyContentText h3{
  position: relative;
  display: block;
  font-size: 14px;
  color: #777777;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}

.bodyContent .bodyContentText span{
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  margin: 0 0;
}

@media screen and (max-width: 1440px) {
  .bodyContent .img1{
    z-index:1;
    background:white;
    position:relative;
    width: 40%;

  }
}

.tableIcon1{
  position: relative;
  left: -5px;
  width: 40%;
  height: 10%;
  z-index: 1;
  background: white;
  padding:50px;
}

.mainTable td:nth-child(3){
  width:40%;
}

table.table {
  list-style: none;
  align-content: flex-end;
  display: inline-block;
  display: flex;
  align-items: flex-start;
  margin: 10% 0 0 0;
}

td span{
  text-align: center;
  display: block;
}

table img {
    padding: 12px;
}


/* programs section */

table.table2 {
  margin: 0 15% 5% 15%;
  z-index: 999;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}
/*
.table2Slider1:hover{
  transform: scale(1.1);
  translate: 0px -10px;
  transition: 0.5s ease;
}
*/


.table2 img{
  /*box-shadow:inset 0px 0px 13px 0px rgb(0 0 0 / 20%);*/
  
}

.table2 p{
  background: rgba(32, 52, 93, 0.7);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0.8rem;
  text-align: center;
  bottom: 20px;
  justify-content: center;
  display: flex;
  width: 251px;
  height: 250px;
  margin: 0 0 1% 1%;
  align-items: center;
  /* transition effect */
  transition: opacity .2s, visibility .2s;
}

.table2Slider1:hover .table2Slider1text {
  visibility: visible;
  opacity: 1;
}
.table2Slider2:hover .table2Slider2text {
  visibility: visible;
  opacity: 1;
}

.table2Slider3:hover .table2Slider3text {
  visibility: visible;
  opacity: 1;
}
.table2Slider4:hover .table2Slider4text {
  visibility: visible;
  opacity: 1;
}


.table2Slider5:hover .table2Slider5text {
  visibility: visible;
  opacity: 1;
}

table .tableprog1{
  height: 210px;
  width: auto;
  object-fit: cover;
  width: 250px;
  height: 250px;
}

.programsContent {
  padding: 5% 5% 3%;
    text-align: center;
    padding: 5%;
}
.contentPrograms {
  margin: -20% 0 0 0;
    z-index: 999;
    position: relative;
}

h2.programsSubtitle{
  position: relative;
  display: block;
  font-size: 14px;
  color: #777777;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}

h1.programsTitle{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 1.15em;
  color: #222222;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0px;
}

h3.programsSubtitle{
  color: #52c306;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 300;
  padding-top: 10px
}

.contactPlace{
  background-color:#24345d;
}

h1.contactTitle {
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
  line-height: 1.15em;
  color: white;
  padding: 5% 25%;
  width: 130%;
}

table.contactTable {
  padding: 3%;
  right: 20%;
  position: relative;
  justify-content: space-evenly;
  display: flex;
}

button .contactButton {
  padding:4%
}

.contactTable input{
  left: 30%;
  position: relative;
  width: 100%;
  line-height: 30px;
  padding: 0 1%;
  padding-left: 46px;
  height: 60px;
  display: inline-block;
  font-size: 16px;
  background: none;
  font-weight: 400;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.10);
  resize:none;
}
.contactPlace input#email {
  left: 55%;
  width:120%;
}

.contactPlace input{
  padding: 5% 10% 0;
}

button.contactButton {
  left: 280%;
  position: relative;
  line-height: 331%;
  width: 300%;
  padding: 9%;
  display: inline-block;
  font-size: 16px;
  background: #39cd39;
  font-weight: 400;
  font-weight: 800;
  color: #ffffff;
  border: 0px solid rgba(255,255,255,0.10);
}

button.contactButton:hover{
  background-color:black;
  color:white;
  
}


/* our offers section*/
.ourOffersContent{
  margin: 5% 20% 5%;
}

.ourOffersContent h2{
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 3px;
}

img.ourOffersImg2{
  left: 65%;
  position: relative;
  bottom: 190px;
}

.offers:nth-child(3){
  padding: 0 0 0;
}

.offers{
  position:relative;
}

.offers:nth-child(1){
  top:90px;
}

.ourOffersContentText3 {
    padding: 53px 15px 0 475px;
    bottom: 21rem;
    width: 50%;
    position: relative;
}

.ourOffersContentText1 {
  /* padding: 2% 30% 0 50%;*/
  padding: 53px 15px 0 475px;
  bottom: 21rem;
  width: 50%;
  position: relative;
}

.ourOffers img{
  width:35%;
}

.ourOffersContentText2 {
    width: 50%;
  left: 10%;
    position: relative;
    text-align: right;
}

a.ourOffersContentLink {
    color: #00821d;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid;
    text-decoration: none;
    top: 43px;
    font-weight: 600;
}
.recentProjects{
  background-color: #e5e5f7;
  opacity: 0.8;
  background-size: 5px 5px;
  background-image: repeating-linear-gradient(45deg, #a0a9a1d9 0, #ecf9ec 0.5px, #e5e5f7 0, #e5e5f7 50%);
}
.recentProjectsContent{
  margin: -10% 20% 0 10%;
  padding: 0 0 4% 0;
}


.videoSlideNav .videoBtn.active{
  background: #143148;
}

.recentProjectsImg{
  display:none;
  
}

.recentProjectsImg.active{
  display: block;
  width:auto;
  z-index:999;
  position: relative;
}

img.recentProjectsImg.active {
  margin: -10% 0 0 60%;
  width:35%;
  left: 10%;
  padding: 5% 0;
}

.recentProjectsContentText {
  top: 10rem;
  position: relative;
  width: 50%;
}

.recentProjectsButton{
  color: #406fe6;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid;
  text-decoration: none;
  top: 43px;
  font-weight: 600;
  
}

/*-----stats stuff-------*/

.statsContent table {
    justify-content: space-evenly;
    padding: 5% 3% 0;
}

.table3 tbody {
    width: 200%;
  text-align: center;
  vertical-align: top;
}

.table3 td{
  width: 12%;
  text-align: center;
  border-color: green;
  border-right-style: solid;
  border-right-width: 3px;
  padding: 0 15px;
}
.table3 td:nth-child(5){
border:none;
}

table.table3 h1{
  color:green;
  font-size: 3rem;
  font-weight: 900;
}

.table3{
  margin: 0 15% 5% 15%;
  z-index: 999;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}

/*-------reviews----------*/
h1.reviewsTitle {
  text-align: center;
  padding: 3% 0 0;
}
.reviews{
  background-color:#bbd3bb;
  background-size: cover;
}
.reviews img{
  width:5%;
  border-radius:100%;
}

li.reviewsBox {
  background-color: white;
  width: 50%;
  height: 205px;
  align-items: stretch;
  display: flex;
  padding: 5% 5% 7% 5%;
  flex-direction: column;
}

li.reviewsBox:nth-child(1){
  margin:5% 1% 5% 10%;
}

li.reviewsBox:nth-child(2){
  margin:5% 10% 5% 1%;
}

.reviewsBox:hover{
  background-color: #074b07;
  color:white;
  width:55%;
  transition:.3s ease;
}

.reviewsBoxes{
  flex-direction: row;
  display: flex;
}

