*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.header{
    position: relative;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    /* background-color: #000e20; */
    background-image: linear-gradient(to top left, #123458, #071626);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-family:'Libre Baskerville',serif;
  }
  

  .active, .sidenav a:hover {
    color: #35bdf6 !important;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  .nav-button {
    position: absolute;
    top: 11%;
    right: 6%;
    z-index: 1;
    color: #2aa4dc;
}


@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

.banner-text {
    position: absolute;
    top: 40%;
    left: 24%;
    z-index: 2;
    color: #fff;
    width: 48em;
    font-family:'Libre Baskerville',serif;
}
.border--bottom{
    width: 100px;
    padding: 2px;
    border-radius: 10px;
    background-color: #35bdf6;
}
.banner-text p {
    font-family: "math";
    font-size: 17px;
    margin-right: 160px;
}

.play-button{
    border: 4px solid #35bdf6;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.play-button  a span {
    position: relative;
    top: 7px;
    left: 7px;
    font-size: 40px;
    color: #fff;
}

.logo {
    position: absolute;
    top: 40%;
    left: 1%;
    z-index: 2;
}
.logo img {
    width: 156px;
    height: 135px;
}

.fma-image img, .fma-image video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.min-ht-700 {
    min-height: 700px;
}

.blue-overlay::after {
    background-color: rgba(4,31,52,1);
    height: 100%;
    content: "";
    position: absolute;
    mix-blend-mode: hard-light;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 0;
}


/* content section */

.content-text{
    font-family:'Libre Baskerville',serif;
}
.content-text p{
    font-family: "math";
    margin-right: 200px;
}
/* .content-item img {
    width: 950px;
    height: 500px;
} */

.content-item{
    box-sizing: border-box !important;
}
.content-item a img{
    height: 500px;
    transition: all 400ms;
}

.content-item a:hover img{
    opacity: 0.8;
}


/* about section */

.about-text h1{
    font-family:'Libre Baskerville',serif;
}
.about-text p{
    margin-right: 180px;
}
.our-vission h3, .our-mission h3{
    font-family:'Libre Baskerville',serif;
}
.our-vission p, .our-mission p{
    margin-right: 180px;
}


/* contact Us section */

.contact-form h1{
    font-family:'Libre Baskerville',serif;
}

.office, .connect, .working-hours, .career h3{
    font-family:'Libre Baskerville',serif;
}

.career p a{
    color: #35bdf6;

}
.send-button button{
    background-color: #2aa4dc;
    color: #fff;
    font-size: 18px;
    transition: all 400ms;
}
.send-button button:hover{
    background-color: #222;
    color: #35bdf6;
}

/* .contact-btn{
    background-color: #2aa4dc;
    color: #fff;
    font-size: 14px;
    transition: all 400ms;
}
.contact-btn:hover{
    background-color: #222;
} */
.contact-form p{
    margin-right: 180px;
}

.map{
    box-shadow: 0 0 13px 2px #22222242;
}

.map img{
    width: 100%;
    height: 325px;
}
/* footer section */


.footer{
background-color: #123458;
}
.footer-item-one h3{
    font-family:'Libre Baskerville',serif;
}
.footer-logo img{
    width: 156px;
    height: 135px;
}
.social-link a {
    padding: 14px 18px;
    border: 3px solid #2aa4dc;
    border-radius: 50%;
    margin-right: 8px;
    color: #35bdf6;
    position: relative;
    text-align: center;
}
.social-link a:hover{
    background-color: #2aa4dc !important;
    color: #fff !important;
}

/* .social-link a i {
    position: absolute;
    left: 17px;
    top: 17px;
    font-size: 22px;
} */
.link a{
    color: #fff;
    transition: all 400ms;
}
.link ul li a:hover{
    color: #35bdf6;
}
