* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Arial Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Arial Regular'), url('../fonts/ARIAL.woff') format('woff');
}

@font-face {
    font-family: 'Arial Bold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Arial Bold'), url('../fonts/ARIALBD 1.woff') format('woff');
}


@font-face {
    font-family: 'Arial Bold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Arial Bold'), url('../fonts/ARIALBD.woff') format('woff');
}

@font-face {
    font-family: 'Arial Black';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Arial Black'), url('../fonts/ARIBLK.woff') format('woff');
}

@font-face {
    font-family: 'gothamlight';
    src: url('../fonts/gotham-light-1361523255-webfont.woff2') format('woff2'),
         url('../fonts/gotham-light-1361523255-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body{
    font-family: 'gothamlight';
    position: relative;
}
button{
    border: none;
    outline: none;
    box-shadow: none;
}


/* Header start  */
.header{
    position: relative;
    width: 100%;
    border-top: 7px solid #fff017;
    z-index: 1000;
}

.bg-light{
    background: #fff!important;
    z-index: 100;
    width: 100%;
    margin: auto;
    margin-top: 0px;
}
.navbar-brand img{
    width: 350px;
}
.mainNav .nav-link{
    font-family: 'gothamlight';
    font-size: 20px;
    color: #000000!important;
    text-transform: uppercase;
    transition: .3s;
    margin-left: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.mainNav .nav-item a .active{
    border-bottom: 1px solid #fff017;
}
.mainNav .nav-link:hover{
    border-bottom: 1px solid #fff017;
}

/* End Header  */



/* Banner wrap  */
.banner_wrap{
    padding-top:275px;
    height: 200px;
    /*background: url(../img/banner_bg_bw.png)no-repeat center center;*/
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}
.carousel-inner{
    height: 600px;
    margin-top: 100px;
    margin-bottom: 50px;
    width: 100% !important;
}
.banner_content h3,
.banner_content h4{
    font-family: 'gothamlight';
    font-size: 48px;
    color: #fff017;
    margin-bottom: 10px;
}
.banner_content h4{
    color: #fff;
}
.only_btn{
    width: 215px;
    height: 57px;
    line-height: 57px;
    border-radius: 50px;
    background: #fff017;
    margin-top: 21px;
    font-size: 24px;
    font-family: 'gothamlight';
    text-transform: uppercase;
    transition: .2s;
}
.only_btn:hover{
   background: #333333;
   color: #fff;
}
/* End Banner  */


/* About Start  */
.about_wrap{
    padding-top: 420px;
    position: relative;
    margin-bottom: 125px;
}
.about_wrap::before{
    content: '';
    position: absolute;
    top: 467px;
    left: 0;
    width: 100%;
    height: 245px;
    background: #1e1e1e;
}
.about_bg{
    background: #fff017;
    padding-left: 30px;
    padding-bottom: 20px;
}
.about_left{
    margin-top: -23px;
}
.about_left img{
    width: 100%;
    height: 337px;
}
.about_right{
    padding-right: 10px;
    padding-top: 30px;
}
.about_right img{
    padding-top: 38px;
}
.about_right p{
    margin-top: 0px; 
    font-family: 'gothamlight';
    font-size: 21px;
    text-transform: uppercase;
    line-height: 25px;
    color: #000000;
}
/* End About  */



/* Lab wrap  */

.lab_head_content{
    
}
.lab_head_content h2{
    font-family: 'gothamlight';
    font-size: 50px;
    color: #000;
}
.lab_head_content p{
    font-size: 23px;
    font-family: 'gothamlight';
}

.lab img{
    border: 5px solid #fff017;
    height: 100%!important;
    width: 100%!important;
}
.lab_img1 img{
    height: 411px!important;
    
}
.lab_img1::after{
    z-index: -1;
    content: "";
    height: 90%;
    width: 95%;
    position: absolute;
    left: 70px;
    top: 20px;
    border: 1px solid yellow;  
}
.lab_img2::after{
    z-index: -1;
    content: "";
    height: 95%;
    width: 55%;
    position: absolute;
    left: 300px;
    top: 60px;
    border: 1px solid yellow;  
}
.lab_img3::after{
    z-index: -1;
    content: "";
    height: 150%;
    width: 55%;
    position: absolute;
    left: 350px;
    top: -100px;
    border: 1px solid yellow;  
}
.lab_img2 img{
    height: 473px!important;
    width: 365px!important;
    display: flex;
    justify-content: end;
    margin-left: auto;
}
.lab_img3 img{
    width: 550px!important;
    height: 410px!important;
    position: relative;
    top: -170px;
    right: -270px;
}
.img-fluid::after{
    content: "";
        height: 50px;
        width: 30%;
        position: absolute;
        left: 30px;
        top: 20px;
        border: 1px solid white;
}
.lab_footer{
    margin-top: 200px;
    padding-bottom: 20px;
}
/* End Lab  */


/* Services Wrap  */
.services_wrap{
    margin-bottom: 130px;
}

.services_flex{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services_item_content{
    text-align: center;
}
.services_item_content img{
    width: 70%;
    margin-bottom: 0px;
}
.services_item_content p{
    font-family: 'gothamlight';
    font-size: 30px;
    color: #000000;
}
.services_footer{
    padding-top: 30px;
    padding-bottom: 40px;
}
.services_footer p{
    font-size: 20px;
    color: white;
    font-weight: bolder; 
    color: black;
    margin-top:50px;
}
/* End Services  */



/* Map wrap  */
.map_wrap{
    margin-bottom: 130px;
}
.map_content_wrap h2{
    font-family: 'gothamlight';
    font-size: 50px;
    color: #000000;
}
.map_content_wrap p{
    font-family: 'gothamlight';
    font-size: 30px;
    color: #000000;
}
.map_wrap{
    padding-top: 25px;
}
.map_wrap img{
    width: 100%;
}
.map_wrap iframe{
    width: 100%;
}
/* End Map  */
.messageTest{
    text-align: center;
    font-weight: bolder;
}


/* Contact wrap  */
.contact_wrap{
    margin-top: 50px;
    margin-bottom: 180px;
}
.contact_bg{
    background: #fff017;
    padding-top: 50px;
    padding-bottom: 40px;
}
.contact_content_wrap h2{
    font-family: 'gothamlight';
    font-size: 36px;
    color: #000000;
}
.contact_content_wrap p{
    font-family: 'gothamlight';
    font-size: 29px;
    color: #000000;
    padding-bottom: 15px;
}
.form_content input,
.form_content textarea{
    width: 100%;
    display: block;
    height: 60px;
    margin-bottom: 18px;
    padding: 0px 19px;
    background: transparent;
    border: 2px solid #000000;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    font-family: 'gothamlight';
    font-size: 30px;
    color: #000000;
}
.form_content textarea{
    height: 285px;
    padding-top: 10px;
}
.form_content input::placeholder,
.form_content textarea::placeholder{
    font-family: 'gothamlight';
    font-size: 30px;
    color: #000000;
    position: relative;
    top: 2px;
}
.submit{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 212px;
    height: 60px;
    text-align: center;
    background: transparent;
    border: 1px solid #000000;
    border-radius: 50px;
    font-family: 'Arial Black';
    font-size: 24px;
    text-transform: uppercase;
    transition: .3s;
    margin-top: 10px;
    margin-right: 14px;
}
.submit:hover{
    background: #000000;
    color: #fff;
    border: 0;
}
/* End Contact  */



/* Footer Wrap  */
.logo_foot{
    margin-left: -20px; width: 400px;
}
.footer_wrap{
    background: #1e1e1e;
    color: #fff;
    padding-top: 77px;
    padding-bottom: 60px;
}
.footer_heading h2{
    font-family: 'gothamlight';
    font-weight: bold;
    font-size: 60px;
    color: #fff;
    padding-bottom: 24px;
}
.footer_content ul{
    list-style: none;
}
.footer_content ul li a{
    font-family: 'gothamlight';
    font-size: 36px;
    color: #fff!important;
    text-decoration: none;
}

.square {
    position: absolute;
  }
  
  .square-1 {
    width: 100px;
    height: 100px;
    background: red;
    top: 600px;
  }
  
  .square-2 {
    width: 120px;
    height: 120px;
    background: black;
    left: 800px;
    top: 800px;
  }
/* End Footer  */