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

body{
  overflow-x:hidden;
  
}


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

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

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

.logo img{
  width: 200px;
}

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

nav .navAllItems{
position: relative;
}


/* ----------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;
}

.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%;
  width: 100%;
  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;
}

footer {
  text-align:center;
  padding:10px 0;
  z-index: 888;
  position: relative;
  background-color: rgb(216, 215, 215);
}

.videoContent.active{
  padding: 12% 15%;
}

/*-----------content stuff at the bottom--------*/
.bodyContent .img1{
  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;
  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: 100%;
  }
}

.tableIcon1{
  position: relative;
  width: 40%;
  height: 10%;
  z-index: 1;
  background: white;
}

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;
}

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

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 textarea{
  left: 100%;
  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 textarea#email {
    left: 125%;
}

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

button.contactButton {
  left: 395%;
  bottom: 12px;
  position: relative;
  width: 100%;
  line-height: 331%;
  width: 316%;
  padding: 9%;
  display: inline-block;
  font-size: 16px;
  background: #39cd39;
  font-weight: 400;
  font-weight: 800;
  color: #ffffff;
  border: 2px 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: 9rem;
}

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

.ourOffersContentText1 {
  padding: 2% 30% 0 50%;
  bottom: 21rem;
  width: 50%;
  position: relative;
}

.ourOffers img{
  width:35%;
}

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

a.ourOffersContentLink {
    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;
}
.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%;
}

.table3 td{
  width: 12%;
  text-align: center;
}

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 {
display: inline-block;
background-color: white;
  width: 50%;
  height: 50%;
  margin:5%;
  padding: 5%;
}

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%;
  height:55%;
  transition:.3s ease;
}

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

