*{
    margin:0;
    padding:0;
    font-family: 'Poppins', sans-serif; 
}
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(83, 83, 83, 0.411), rgba(4,9,30,0.5)),  url(Image/Singapore.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
img{
    width: 200px;
    margin: -10px;
}
.navlinks{
    flex:1;
    text-align:right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
.nav-links ul li ::after{
    content:'';
    width: 0%;
    height: 2px;
    background:#fff;
    display:block;
    margin: auto;

}
.nav-links ul li :hover::after{
    width: 100%;
    height: 2px;
    background:#fff;
    display:block;
    margin: auto;
    transition: 0.5s;
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align:center;
}
.text-box h1{
    font-size: 62px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 14 px;
    color: #fff;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid #f44336;
    background: #f44336;
    transition: 1s;
}
nav .fa{
    display: none;
}

@media(max-width: 700px){
    .text-box h1{
        font-size: 20px;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: fixed;
        background:#f44336;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
}

/*-----Latest news-----*/
.news{
    width:80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
h1{
    font-size: 36px;
    font-weight: 600;
}
h4{
    color:rgba(0,0,0,0.6);
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
 }
p{
   color: #777;
   font-size: 14px;
   font-weight: 300;
   line-height: 22px;
   padding: 10px;
}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.news-col{
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
.news-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
}

/*<-----services----*/ 
.services{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.services-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.services-col img{
    width: auto;
    display: block;
}
.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top:0;
    left: 0;
    transition: 0.5s;
}
.layer:hover{
    background: rgba(15, 15, 15, 0.411);
}
.layer h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 32px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: 0.5s;
}
.layer:hover h3{
    bottom: 49%;
    opacity: 1;
}

/*<-----services----*/ 
.facilities{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.facilities-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
}
.facilities-col img{
    height: auto;
    width: 100%;
    height: 70%;
    border-radius: 10px;
}
.facilities-col p{
    padding: 0;
}
.facilities-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;
}

/*<-----testimonials----*/ 
.testimonials{
    width: 80%;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}
.testimonial-col{
    flex-basis: 47%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    padding-bottom: 50px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0,0,100,0.2);
}
.testimonials .row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.client-review p{
    padding: 50px 10px 10px 10px;
}
.testimonials img{
    height: auto;
    width: 150px;
    border-radius: 0px;
    position: relative;
}
.client-review p::before{
    content: '\201d';
    display: block;
    position: relative;
    font-size: 100px;
    color: #6495ed;
    font-family: sans-serif;
}
@media(max-width: 700px){
    .col-md-4{
        width: auto;
    }
}


/*<-----call to action----*/ 
.calltoaction{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(62, 61, 61, 0.427), rgba(0,0,0,0.7)), url(Image/Cover.png);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}
.calltoaction h1{
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
}
@media(max-width: 700px){
    .calltoaction h1{
        font-size: 24px;
    }
}

/*<-----join panel----*/ 
.joinpanel{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(62, 61, 61, 0.427), rgba(0,0,0,0.7)), url(Image/survey.png);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}
.joinpanel h1{
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
}
@media(max-width: 700px){
    .joinpanel h1{
        font-size: 24px;
    }
}



/*<-----footer----*/ 
.footer{
    margin-top: 150px;
    width: auto;
    padding: 50px 10%;
    display: flex;
    background-image: linear-gradient(whitesmoke, white);
    text-align: left;
}
.footer .row{
    display: flex;
    justify-content: space-between;
}
.footer .div{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    box-sizing: border-box;
}
.footer-col{
    padding: 0 70px;
}
.footer-col-side {
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    box-sizing: border-box;
}
.footer-logo{
    width: 200px;
    margin-top: 0px;
    margin-bottom: 15px;  
    margin-left: 0px;
}
.footer-icon{
    width: 20px;
    margin-top: 0px;
    margin-bottom: -2px;  
    margin-left: 0px;
    margin-right: 5px;
}
.footer p{
    padding-top: 0%;
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    padding-right: 0px;
    margin-left: 0px;
}
.footer h2{
    padding-top: 0;
    font-size: 32px;
    text-align: left;
}
.footer h4{
    margin-bottom: 0px;
    margin-top: 0;
    margin-left: 0px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}
h5{
    color:rgba(0,0,0,0.6);
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
    margin-bottom: 0px;
    margin-top: 0;
    margin-left: 0px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
 }
.footer .row .fa {
    padding-left: 0px;
    padding-right: 10px;
    font-size: 15px;
}
.footer a{
    color: rgba(0,0,0,0.6);
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}
.footer a:hover{
    color: cornflowerblue;
}

@media(max-width: 700px){
    .footer .row{
        margin-left: 0px;
        text-align: center;
    }
    .footer-col{
        padding: 0 0px ;
    }
    .footer-logo{
        margin-top: -12px;
        margin-bottom: 15px;  
        margin-left: -40%;
    }
}


/*----bottombar----*/
.bottombar{
    text-align: center;
    background-color: #777;
}
.bottombar p{
    color: #fff;
}
.bottombar a{
    color: #fff;
    text-decoration: none;
}
.bottombar a:hover{
    color: cornflowerblue;
}

/*---- Profile page----*/
.sub-header{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(62, 61, 61, 0.427), rgba(4,9,30,0.7)), url(Image/Singapore.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sub-header h1{
    margin-top: 65px;
}
.profile{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}
.profile-col{
    flex-basis: 31%;
    background: transparent;
    border-radius: 20px;
    margin-bottom: 5%;
    padding: 10px 20px;
    box-sizing: border-box;
}
.profile-col img{
    width: 100%;
    padding-top: 30px;
}
.profile-col h1{
    padding-top: 0;
    font-size: 32px;
}
.profile-col p{
    padding-top: 15px 0 25px;
}
.red-btn{
    border: 1px solid #f44336;
    background: transparent;
    color: #f44336;
}
.red-btn:hover{
    color: #fff;
}





/*---Directors---*/
.directors{
    width: 80%;
    margin: auto;
    padding-top: 10px;
    text-align: left;
}
.directors-col{
    flex-basis: 100%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background:whitesmoke;
    padding: 25px;
    cursor: pointer;
    display: flex;
}
.directors-col img{
    height: 150px;
    width: 115px;
    margin-left: 0px;
    margin-right: 30px;
    margin-top: 10px;
}
.item-first{
    order: 1;
}
.directors-col h3{
    font-size: 24px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
}
.directors-col h4{
    font-size: 20px;
    padding: 5px 0px;
}
.directors-col p{
    padding: 3px 0;
}
@media(max-width: 700px){
}


/*<-----services page----*/ 
.servicespg{
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 65px;
}
.servicespg-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.servicespg-col img{
    width: auto;
    display: block;
}
.servicespglayer{
    background: rgba(0, 0, 0, 0.715);
    opacity: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.servicespglayer h3{
    width: 100%;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    text-align: top;
    position: relative;
}
.servicespglayer h4{
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}
.servicespglayer li{
    list-style:inside;
    display: list-item;
    position: relative;
    padding: 8px 12px;
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}


/*---Contact Us---*/
.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}
.location iframe{
    width: 100%;
}
.contact-us{
    width: 80%;
    margin: auto;
}
.contact-icon{
    width: 25px;
    margin-top: 0px;
    margin-bottom: 0px;  
    margin-left: 10px;
    margin-right: 30px;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.contact-col div .fa{
    font-size: 28px;
    margin: 10px;
    margin-right: 30px;
}
.contact-col div p{
    padding: 0;
}
.contact-col div h5{
    font-size: 20px;
    color: #555;
    font-weight: 400;
    margin-left: -20px;
}
.contact-col h6{
    font-size: 20px;
    color: #555;
    font-weight: 400;
    margin-left: -20px;
    padding: 10px;
}
.contact-col h6:hover{
    color: cornflowerblue;
}
.contact-col div a{
    color: #555;
    text-decoration: none;
}
.contact-col h1{
    margin-bottom: 5%;
    text-decoration: none;
}
.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/*----clients----*/
.clients{
    width: 80%;
    margin: auto;
    padding: 80px 0;
    text-align: center;
}
.clients-col img{
    width: 80%;
    margin: auto;
    padding: 0px 0;
}
.clients-col p{
    text-align: left;
}

/*----privacy----*/
.privacy{
    width: 80%;
    margin: auto;
    padding: 80px 0;
    text-align: left;
}
.privacy h1{
    width: 80%;
    margin: auto;
    padding: 10px 0;
}
.privacy h2{
    text-decoration: underline;
    margin-bottom: -10px;
    padding: 10px;
    font-size: 16px;
}
.privacy p{
    list-style: decimal;
    display: inline-block;
    padding-bottom: 8px;
    position: relative;   
}


/*----research----*/
.research{
    width: 80%;
    margin: auto;
    padding: 80px 0;
    text-align: center;
}
.research-col{
    flex-basis: 47%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    padding-bottom: 50px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0,0,100,0.2);
}
.research .row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.research .hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #777;
    border: 1px solid #777;
    margin-top: 15px;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.research .hero-btn:hover{
    border: 1px solid #f44336;
    background: #f44336;
    transition: 1s;
}

/*----research articles----*/
.research-article{
    width: 80%;
    margin: auto;
    padding: 80px 0;
    text-align: center;
}
.research-article h2{
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin: 15px 0;
}
.research-article h3{
    text-align: left;
}
.research-article p{
    text-align: left;
}
.research-article img{
    margin: 0% 70% 0% 0%;
    width: 30%;
}
.research-article ol li{
    list-style-position: inside;
    text-align: left;
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 5px;
    margin-left: 20px;
}

/*----consumer panel----*/
.panel{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}

.panel-col h3{
    margin-top: 5%;
    margin-bottom: 2%;
    text-decoration: none;
}
.panel-col input, .panel-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.panel .hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #777;
    border: 1px solid #777;
    margin-top: 15px;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    left: 46%;
    cursor: pointer;
}
.panel .hero-btn:hover{
    border: 1px solid #f44336;
    background: #f44336;
    transition: 1s;
}