@font-face {
    font-family: 'NB';
    src: url('../fonts/NeueHaasUnica-Bold.ttf');
}
@font-face {
    font-family: 'NI';
    src: url('../fonts/NeueHaasUnica-Italic.ttf');
}
@font-face {
    font-family: 'N';
    src: url('../fonts/NeueHaasUnica-Regular.ttf');
}
@font-face {
    font-family: 'NBI';
    src: url('../fonts/NeueHaasUnica-BoldItalic.ttf');
}
*{
    padding: 0px;
    margin: 0px;
}
body{
}
h1{
    font-family: 'NB';
    color: #00AEB2;
}
h2{
    font-family: 'NB';
}
.container-fluid{
    padding: 0px;
}
.header{
    background: url("../images/back.png");
    min-height: 200px;
    height: 750px;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
#nav {
    margin-bottom: 3vh;
}
#nav ul li a{
    color: black;
    font-family: 'N';
    font-weight: 600;
}
#nav ul li a:hover{
    color: #00AEB2;
    border-bottom:2px solid #00AEB2 ;
}
#nav ul {
    padding-left: 70px;
}
#nav ul li {
    margin-right: 20px;
}
.content{
    margin-top: 10%;
}
.content img{
    margin-top: -40px;
}
.content h2{
    margin-left: -30px;
    font-family: 'NB';
}
.content p{
    margin-left: -30px;
    font-family: 'N';
}
.NP{
    background-color: #1C1C1C;
    padding: 30px;
    color: white;
}
.NP h2{
    font-family: 'NB';
}
.NP span{
    font-size: 10px;
}
.NP a{
    text-decoration: none;
}
.NP p{
    font-weight: 300;
}
.proj_img{
        min-height:500px !important;
    max-height:500px !important;


}
.proj_img img{
    object-fit:cover ;
}
.boxd{
    display: flex;
    flex-direction: column;
    justify-content: end;

}
span{
    color: grey;
}
.boxu{
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.np_p{
    display: flex;
    justify-content: space-between;
    min-height: 550px;
}
.services{
    padding: 30px;
    background-image: url('../images/sback.png');

    background-repeat: no-repeat;



}
.innerservice{

    padding-top: 150px;
}
.profile{
    background-image: url('../images/g.png');
    min-height: 400px;
    height: 600px;
    display: flex;
    align-items: center;
}
.innerprofile{
    background-color: rgba(0, 0, 0, 0.74);
    padding: 30px;
    color: white;
}
.btn-info{
    border-radius: 0px;
    font-weight: 600;
    color: white;
}
.affliate{
    background-color: #1C1C1C;
    padding: 40px;
    color: white;
}
.contact{
    background-image: url('../images/Path\ 335.png');
    min-height: 500px;
    background-position:center;
    background-size: cover;
    background-repeat: none;
    padding: 40px;
}
form input{
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid black !important;
}
form textarea{
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid black !important;
}
form select{
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid black !important;
}
.btn-form{
    border: 2px solid black !important;
    font-family: 'NBI' !important;
}
.rside{
    background-color: white;
    padding: 20px;
    margin-left: -13px !important;
}
.lside{
    margin-right: 0px !important;

    background-image: url('../images/cform.png');
    background-size: cover;
}
.footer{
    margin-top: 20px;
    background-color: #1C1C1C;
    padding: 10px;
    color: white;
    font-size: 12px;
}
.footerall{
    background-color: #000;
    padding:40px;
    margin-top: 5vh;
    color: white;
}
.footerall h6{
    margin-top: 15px;
    font-weight: 500;
    font-size: 12px;
}
.footerall p {
    font-size: 12px;
}
.footerall ul {
    list-style: none;
    padding: 0px;

}
.footerall ul li a{
    color: white;
    text-decoration: none;
}
.bluebox{
    background-color: #F5F5F5;
    box-shadow: -10px 10px 0 0px  #00AEB2 ;
    margin-bottom: 30px;
}
.orangebox{
    background-color: #F5F5F5;
    box-shadow: -10px 10px 0 0px  #F26322 ;
    margin-bottom: 30px;

}
.blackbox{
    box-shadow: -10px 10px 0 0px  #070707 ;
}
.projectsmain{
    background-color: #1C1C1C;
}
.imgbox{
    position: relative;
    margin-bottom: 10px;
     z-index:1 !important;
}
.img-text{
    position: absolute;
    bottom: 8px;
    left: 20px;
    font-family: 'NBI';
     z-index:200 !important;

    color: white;
}
small{
    font-family: 'N';
}
.servicescon{
    padding-left: 0px !important;

}
.careerbox{
    background-color: #f5f5f5;
    padding: 20px;
    padding-left: 20px !important;
}
.careerbox h3{
    font-family: 'NBI';
}
.contactusform{
    padding: 40px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.103);
}
.contactinfo h4{
    font-family: 'NBI';
}
.imgbox1{
    box-shadow: -10px 10px 0 0px  #00AEB2 ;
}
.imgbox2{

        box-shadow: -10px 10px 0 0px  #F26322 ;

}
.btn-form-contact{
    background-color: #00AEB2 !important;
    border: none !important;
    color: white !important;
    font-family: 'NBI';
}


@media screen and (max-width: 1300px) {
    .header{
        background-image: url('/images/back.png');
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;

    }

}
@media screen and (max-width: 900px) {
    .header{
        background-image: url('/images/back.png');
        min-height: 200px;
        height: 300px;

        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;

    }
    .content{
        position: absolute;
        top: 10vh;
        z-index: 1;


    }
    #nav{
        z-index: 3;
    }
    #navbarNav {
        background-color: white;
    }
    .content img{
        margin-top: -20px;
    }
    .content h2{
        margin-left: -25px;
        font-family: 'NBI';
        color: white;
        text-shadow: 0 2px 7px black;
    }
    .content p{
        margin-left: -25px;
        font-family: 'NB';
        color: white;
        text-shadow: 0 2px 7px black;
        font-weight: bold;
    }
    .affliate img{
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }

}