*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
@font-face {
    font-family: 'segoe';
    src: url('../css/SegoeUI.ttf') format('truetype');
}@font-face {
    font-family: 'pepertua';
    src: url('perpetua.ttf') format('truetype');
}

/*Navbar*/
nav{
    height: 100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    padding-bottom: 15px;
    z-index: 1;
}
.top{
    width: 100%;
    display: flex;
}
.topLeft{
    width: 50%;
    background-color: #14375D;
    height: 100%;
}
.topLeft{
    padding-left: 2%;
}
.topLeft h3{
    color: white;
    padding: 20px;
    font-size: 1.3em;
}
.topRight{
    width: 50%;
    height: 100%;
    background-color: #B7912E;
}
.topRightContainer{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.topRightContainer i{
    margin-right: 10px;
}
.topRightContainer a{
    color: white;
    margin-left: 30px;
    font-family: 'Segoe';
    font-size: 1.1em;
}
.topRightContainer a:hover{
    font-size: 1.2em;
    transition: all ease-in-out 0.4s;
    font-weight: bold;
}
.bottom {
    width: 100%;
    padding-top: 15px;
    background-color: white;
}
.bottom ul{
    display: flex;
    display: flex;
    justify-content: right;
    padding-right: 5%;
    padding-bottom: 15px;
}
.bottom a{
    color: #707070;
    font-family: "segoe";
    position: relative;
    padding-bottom: 10px;
}
.bottom i{
    color: #707070;
    margin-right: 10px;
}
.bottom li{
    margin-right: 25px;
    font-size: 1.2em;
}
nav .bottom a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #B7912E;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  nav .bottom a:hover:after { 
    width: 100%; 
    left: 0;
  }
  .bottom .active, .bottom .active:after{
    color: #B7912E;
    font-weight: bold;
    width: 100%; 
    left: 0; 
  }
/*Navbar*/


.landing{
    /* height: 100vh; */
    /* overflow: hidden; */
    position: relative;
    width: 100%;
}
.landing img{
    margin-top: 100px;
    width: 100%;
    position: relative;
}
.afterLand{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.afterLand svg{
    width: 100%;
    position: absolute;
}
#home .p1, #home .p2, #home .p3{
    position: relative;
    display: flex;
    padding-left: 5%;
    margin-top: 10vh;
}
#home .p2{
    padding-left: 0;
}
#home .p1Left, #home .p3Left, #home .p2Left{
    width: 50%;
    margin-top: 10vh;
}
#home .p1Left h1, #home .p2Right h1, #home .p3Left h1{
    color: #14375D;
    font-family: "pepertua";
    font-size: 4em;
}
#home .p1 p, #home .p2 p, #home .p3 p{
    font-family: "segoe";
    width: 80%;
    font-size: 1.1em;
    color: #14375D;
}
#home .p1Right, #home .p3Right{
    width: 50%;
    display: flex;
    justify-content: right;
}
#home .p2Right h1, #home .p2Right p{
    text-align: right;
    width: 80%;
}

#home .p2Right{
    width: 50%;
}
#home .p2Right h1{
    margin-bottom: 0;
    padding-bottom: 0;
}
#home .p1 img{
    width: 80%;
}
#home .p3 img{
    width: 95%;
}
#home .p2 img{
    width: 60%;
    margin-left: 10%;
}
#home .p3{
    margin-top: 20vh;
    margin-bottom: 100px;
}
#home .p2{
    margin-top: 0;
}
#home .p2Right{
    margin-top: 25vh;
}


/* Services */

#services{
    width: 100%;
    position: relative;
    padding-top: 70px;
}
#services .cover{
    width: 100%;
    position: absolute;
}
#services h1{
    width: 100%;
    text-align: center;
    font-family: "pepertua";
    color: white;
    position: relative;
    font-size: 3.5em;
    text-decoration: underline;
    padding-top: 8vh;
    margin-bottom: 8vh;
}
.serviceCards{
    display: flex;
    flex-wrap: wrap;
}
.serviceCards .card{
    width: 15%;
    margin-left: 8%;
    position: relative;
    margin-bottom: 50px;
    border-radius: 50px;
    background-color: #004fa358;
    padding-top: 20px;
    padding-bottom: 20px;
}

.serviceCards .card img{
    width: 35%;
    margin-left: 32.5%;
    position: relative;
}
.serviceCards .card h4{
    width: 100%;
    text-align: center;
    color: white;
    font-family: "segoe";
    font-size: 1.3em;
    margin-top: 15px;
}
.serviceCards .card p{
    display: none;
}



#about{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
    padding-top: 70px;
}
#about svg{
    position: absolute  ;
    width: 100%;
}
#about .p1{
    position: relative;
}
#about .p1 h1{
    text-align: center;
    text-decoration: underline;
    font-family: "pepertua";
    color: #003F84;
    font-size: 3.5em;
    margin-top: 70px;
}
#about .p1 p{
    text-align: center;
    width: 60%;
    margin-left: 20%;
    margin-top: 15px;
    color: #14375D;
    font-family: "segoe";
}
#about .p2{
    margin-left: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 70px;
}
#about .p2Left{
    width: 50%;
}
#about .p2Right{
    width: 50%;
}
#about .p2 h2{
    font-family: "pepertua";
    color: #003F84;
    font-size: 2em;
    text-decoration: underline;
    margin-left: 7%;
}
#about .p2 p{
    font-family: "segoe";
    color: #14375D;
    width: 70%;
    margin-left: 7%;
}
#about .p2Right{
    margin-left: 50%;
}




/* Team */
#team{
    display: relative;
    padding-top: 30px;
}
#team svg{
    width: 100%;
    position: absolute;
}
#team h1{
    color: #003F84;
    text-decoration: underline;
    font-family: "pepertua";
    font-size: 3em;
    position: relative;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 100px;
}
.teamCards{
    position: relative;

}
#team .card{
    width: 12%;
    box-shadow: rgba(0, 0, 0, 0.307) 2px 7px 15px;
    margin: 0 5% 100px 5%;
}
#team .card img{
    width: 100%;
}
#team .card h3{
    text-align: center;
    font-family: "segoe";
    font-weight: lighter;
    color: rgb(147, 147, 147);
    margin-top: 10px;
}
#team .card h4{
    text-align: center;
    font-family: "pepertua";
    color: #003F84;
    font-size: 1.5em;
}
#team .card h5{
    text-align: center;
    font-family: "segoe";
    color: #005cbe;
    font-size: 0.6em;
    margin-bottom: 15px;
}
.partnerCards, .associatesCards, .consultantCards{
    display: flex;
    justify-content: center;
}



/* contact */
#contact{
    padding-top: 110px;
}
.map {
    width: 80%;
    margin-left: 10%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 100px;
}
.map img{
    width: 100%;
}

.contact{
    width: 100%;
    background-color: #a1a1a130;
    padding-top: 70px;
    padding-bottom: 100px;
    display: flex;
}
.contactLeft{
    width: 50%;
}
.contactLeft h1{
    text-decoration: underline;
    color: #005cbe;
    font-size: 4em;
    margin-left: 10%;
    margin-bottom: 20px;
    margin-top: 100px;
    width: 60%;
    text-align: center
}
.contactLeft p{
    font-family: "segoe";
    color: #003F84;
    width: 60%;
    margin-left: 10%;
    text-align: center;
    font-size: 1.1em;
}


.contactRight{
    width: 50%;
    display: block;
}
.contactRight h4{
    width: 30%;
    margin-left: 35%;
    color: #003F84;
    font-family: "segoe";
    text-align: left;
    font-weight: lighter;
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 1.1em;
}
.contactRight input{
    width: 30%;
    margin-left: 35%;
    margin-top: 0;
    font-size: 1.1em;
    padding: 4px 10px;
    border-radius: 8px;
    border: none;
    border: rgba(128, 128, 128, 0.352) 1.5px solid;
}
.contactRight textarea{
    width: 30%;
    margin-left: 35%;
    border-radius: 8px;
    height: 100px;
    font-size: 1.1em;
    padding: 4px 10px;
    border-radius: 8px;
    border: none;
    border: rgba(128, 128, 128, 0.352) 1.5px solid;
    margin-bottom: 15px;
}
.buttons{
    width: 33%;
    margin-left: 35%;
    display: flex;
    justify-content: space-between;
}
.buttons button{
    background-color: white;
    border: rgba(128, 128, 128, 0.352) 1.5px solid;
    color: #003F84;
    font-family: "segoe";
    font-size: 1.1em;
    padding: 5px 20px;
    border-radius: 20px;
}


/* footer */
footer{
    height: 20vh;
    background-color: #003F84;
}