@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}
@font-face {
    font-family: American Typewriter;
    src: url(../fonts/AmericanTypewriterBQ-Bold.otf);
}

/*----- header -----*/
.header{
    min-height: 75vh;
    width: 100%;
    padding-top: 17%;
    background-image: linear-gradient(rgba(4,9,30,0.6),rgba(4,9,30,0.6)),url(backgroundcity.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
nav{
    display: flex;
    padding: 2% 10%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 150px;
}
.nav-links{
    flex: 1;
    text-align: right;
    right: -200px;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #ffff;
    text-decoration: none;
    font-size: 20px;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 5px;
    background: #2D5D85;
    display: block;
    margin: auto;
    transition: 0.5s;    
}
.nav-links ul li:hover::after{
    width: 100%;
}
.text-box{
    color: #2D5D85;
    width: 585px;
    margin-left: 300px;
    background: #ffffff;
    background: linear-gradient(rgba(220, 220, 220, 0.3),rgba(220, 220, 220, 0.3));
    padding: 20px 30px;
    box-sizing: border-box;
    transition: 0.5s;
    position: relative;
}
.header img{
    width: 360px;
    float: right;
    margin: -13% 100px 30px 0;
}
.text-box2{
    color: white;
    margin-left: 300px;
    background: transparent;
    padding: 10px 0px;
    box-sizing: border-box;
    transition: 0.5s;
    position: relative;
    margin-bottom: 0;
}
.text-box h1{
    font-size: 38px;
    line-height: 1.2;
}
.text-box p{
    margin: 40px 0px 40px;
    font-size: 20px;
    color: rgb(39, 39, 39);
    line-height: 1.2;
}
.hero-btn{
    display: inline-block;
    text-decoration: none !important;
    color: #2D5D85;
    font-weight: 100;
    width: 75px;
    background: #ffffff;
    padding: 16px 34px;
    font-size: 18px;
    background: linear-gradient(rgba(220, 220, 220, 0.8),rgba(220, 220, 220, 0.8));
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    color: #ffffff;
    background: linear-gradient(rgba(45, 93, 133, 1),rgba(45, 93, 133, 1));
    transition: 0.5s;
}
nav .fa{
    display: none;
}
nav.sticky{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background-color: rgba(45, 93, 133, 0.4);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: padding 1s;
    z-index: 1000;
}

/*----- About Us -----*/
.about{
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(backgroundgb.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin-left: auto;
    margin-top: 5%;
    padding-top: 100px;
    margin-right: auto;
    text-align: justify;
}
.row{
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}
.about-col{
    flex-basis: 50%;
    background: transparent;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 30px;
    box-sizing: border-box;
    transition: 0.5s;
    position: relative;
}
.about h2{
    color: #ffff;
    font-size: 38px;
    font-weight: 400;
    padding: 10px 25px 25px 100px;
}
.about-col h3{
    color: #ffff;
    font-size: 20px;
    font-weight: 400;
    padding: 7px 25px 0 100px;
}
.about-col p{
    color: #ffff;
    font-size: 18px;
    padding: 5px 25px 0 100px;
    font-weight: 300;
    line-height: 22px;
}
.about-col img{
    width: 70%;
    display: block;
    margin-top: 5%;
    margin-bottom: 1%;
    margin-left: auto;
    margin-right: auto;
}
.about-col2{
    flex-basis: 50%;
    background: transparent;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 30px;
    box-sizing: border-box;
    transition: 0.5s;
    position: relative;
}
.about-col2 img{
    width: 90%;
    display: block;
}

/*----- Services -----*/
.services{
    min-height: 50vh;
    width: 100%;
    margin-top: 5%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.services h1{
    color: #2D5D85;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    margin-top: 25px;
}
.container{
    background-color: transparent;
    width: 100%;
    margin: 50px auto;
    display: flex;
    padding: 0px;
    color: #ffffff;
}
.box1{
    background-image: linear-gradient(rgba(4,9,30,0.5),rgba(4,9,30,0.5)),url(images/srv\ \(2\).png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    height: 500px;
    padding: 25px;
    border: #ffffff solid 1px;
    flex: 1;
    transition: 1s;
    overflow: hidden;
}
.box2{
    background-image: linear-gradient(rgba(4,9,30,0.5),rgba(4,9,30,0.5)),url(images/srv\ \(3\).png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    height: 500px;
    padding: 25px;
    border: #ffffff solid 1px;
    flex: 1;
    transition: 1s;
    overflow: hidden;
}
.box3{
    background-image: linear-gradient(rgba(4,9,30,0.5),rgba(4,9,30,0.5)),url(images/srv\ \(1\).png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    height: 500px;
    padding: 25px;
    border: #ffffff solid 1px;
    flex: 1;
    transition: 1s;
    overflow: hidden;
}
.box4{
    background-image: linear-gradient(rgba(4,9,30,0.5),rgba(4,9,30,0.5)),url(images/service\ \(2\).jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    height: 500px;
    padding: 25px;
    border: #ffffff solid 1px;
    flex: 1;
    transition: 1s;
    overflow: hidden;
}
.box5{
    background-image: linear-gradient(rgba(4,9,30,0.5),rgba(4,9,30,0.5)),url(images/service\ \(3\).png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    height: 500px;
    padding: 25px;
    border: #ffffff solid 1px;
    flex: 1;
    transition: 1s;
    overflow: hidden;
}
.box6{
    background-image: linear-gradient(rgba(4,9,30,0.5),rgba(4,9,30,0.5)),url(images/srv\ \(8\).jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    height: 500px;
    padding: 25px;
    border: #ffffff solid 1px;
    flex: 1;
    transition: 1s;
    overflow: hidden;
}
.box-body{
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    position: absolute;
    background-color: rgba(45, 93, 133, 0.4);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.box-title{
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
    padding: 25px;
}
.box-info{
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
    margin: 15px 0;
    padding: 25px;
}
.box1:hover{
    flex: 5;
    background-color: aqua;
}
.box1:hover .box-body{
    right: 0;
}
.box2:hover{
    flex: 5;
    background-color: aqua;
}
.box2:hover .box-body{
    right: 0;
}
.box3:hover{
    flex: 5;
    background-color: aqua;
}
.box3:hover .box-body{
    right: 0;
}
.box4:hover{
    flex: 5;
    background-color: aqua;
}
.box4:hover .box-body{
    right: 0;
}
.box5:hover{
    flex: 5;
    background-color: aqua;
}
.box5:hover .box-body{
    right: 0;
}
.box6:hover{
    flex: 5;
    background-color: aqua;
}
.box6:hover .box-body{
    right: 0;
}
.btn{
    padding: 10px 60px;
    background: #ffffff;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    border-radius: 10px;
    display: block;
    margin: auto;
}
.popup{
    z-index: 10000;
    width: 1000px;
    background: #ffffff;
    border-radius: 5px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
}
.open-popup{
    visibility: visible;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
}
.popup img{
    width: 90%;
}
.popup h2{
    font-size: 24px;
    font-weight: 300;
    margin: 30px 0 10px;
}
.popup button{
    width: 20%;
    margin-top: 50px;
    padding: 10px 0;
    background: #2D5D85;
    color: #ffffff;
    border: 0;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
/*----- Client -----*/
.clients{
    min-height: 75vh;
    width: 100%;
    background-color: white;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.clients-col{
    flex-basis: 40%;
    background: transparent;
    border-radius: 10px;
    margin-top: 2%;
    margin-bottom: 5%;
    margin-right: 5%;
    padding: 20px 30px 0 0;
    box-sizing: border-box;
    transition: 0.5s;
    position: relative;
}
.clients-col h1{
    font-size: 62px;
    font-weight: 300;
    margin-top: 50px;
    color: #2D5D85;
}
.clients-col p{
    font-size: 22px;
    margin-top: 50px;
    color: black;
    font-weight: 300;
}
.clients-img-col{
    flex-basis: 50%;
    color: white;
    background: white;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    transition: 0.5s;
    position: relative;
}
.clients-img-col img{
    width: 80%;
    display: block;
    margin-top: 5%;
}
@media(max-width: 865px){
    .clients-col{
        margin-bottom: 0;
        padding: 0px 30px;
    }
    .clients-col h1{
        bottom: 0;
        top: 0;
        position: relative;
    }
    .clients-col p{
        position: relative;
        margin: 10% 20% 5% 10px;
        bottom: 0;
    }
}

/*----- Contact -----*/
.contact{
    min-height: 50vh;
    width: 100%;
    margin-bottom: 5%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.contact h2{
    color: #2D5D85;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
.contact iframe{
    width: 65%;
    border-radius: 10px;
    float: center;
    margin-bottom: 50px;
}
.form_container {
    padding: 0 45px;
    margin-left: 20%;
} 
.form_container input {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    border: none;
    border-bottom: 1px solid #363535;
    outline: none;
}  
.form_container input.message_input {
    margin-top: 45px;
} 
.form_container input::-webkit-input-placeholder {
    color: rgba(35, 9, 9, 0.6);
} 
.form_container input:-ms-input-placeholder {
    color: rgba(35, 9, 9, 0.6);
} 
.form_container input::-ms-input-placeholder {
    color: rgba(35, 9, 9, 0.6);
} 
.form_container input::placeholder {
    color: rgba(35, 9, 9, 0.6);
}
.form_container button {
    background-color: transparent;
    border: 2px solid #2D5D85;
    color:  #2D5D85;
    text-transform: uppercase;
    padding: 6px 40px;
    border-radius: 5px;
    margin-top: 45px;
    text-decoration: none !important;
}
.contact_box {
    margin-top: 35px;
    margin-right: 20%;
}
.contact_box h2{
    color: #2D5D85;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 25px;
}
.contact_box h3{
    color: #2D5D85;
    font-size: 16px;
    font-weight: 200;
    padding: 7px 0 0;
    text-align: left;
}

/*----- Media -----*/
@media(max-width: 700px){
    nav{
        display: flex;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: fixed;
        background: #2D5D85;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: #ffff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
    .row{
        flex-direction: column;
    }
    .who-we-are-col img{
        width: 250px;
        margin-top: 100px;
    }
}

/*----- Footer -----*/
.footer{
    width: 100%;
    background-color: #2D5D85;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
}
.icon .fa{
    color: white;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}
:target {
    display: block;
    position: relative;
    top: -200px; 
    visibility: hidden;
}