* {

    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

li {

    list-style: none;
    display: inline-block
}

a {

    text-decoration: none;
    transition: all 500ms ease-in-out;
}

a:hover,
a:active {

    text-decoration: none;
}

h1,
h2,
h4 {
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

p {
    font-size: 15px;
    line-height: 21px;
}

.btn {

    transition: all 300ms ease-in-out;
    font-weight: 500 !important;
    text-transform: uppercase;
    background-color: #a0db8e;
    border-color: #a0db8e;
}

.btn:hover {
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: #000000 !important;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
}


/*NAVIGATION*/


.navbar {
    
    background-color: #ffffff !important;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    font-weight: 700;
}

.navbar a {
    
    color: #000000 !important;
    opacity: 0.8;
}


.navbar a:hover {
    
    opacity: 0.3;
}
@media(max-width: 768px){
.navbar-brand{
    font-size: 15px;
}
}
/*HEADER*/
.header{
    height:450px;
    width:100%;
    margin-top:0px;
    background-image: url(images/4.jpg);
    background-position: :center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    color: #fff;
}
@media(max-width: 768px){
    .header {
        height: 250px;
        width: 100%;
    }
}
/*NEWS(SERVICES)*/

.research h2 {
    text-align: center;
    color: #487eb0;
    padding-top:20px;
}
.research p{
    text-align: justify;
    margin-top:50px;
    padding:10px;
    font-size: 18px;
    line-height: 35px;
}
.container-fluid{
    width:100%;
    padding:0 200px 80px 200px;
}

hr{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
@media(max-width: 768px){

    .research p{
        padding: 10px 30px;
    }
    hr{
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    }
    .research h2{
        margin-top:20px;
        padding-top:0px;
        font-size: 15px;
        text-align: center;
        color: #487eb0;
    }
    .research p{
        font-size: 10px;
        line-height: 20px;
    }
    .container-fluid{
    width:100%;
    padding:0 50px 80px 50px;
}
}

/*FOOTER*/
.footer{
     padding:30px 200px 5px 200px;
    text-align: center;
    font-size:10px;
}
.footer p{
    font-size:10px;
    padding:0px;
    margin:0px;
}
@media(max-width: 768px){
    .footer{
        padding:30px;
    }
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .navbar-brand  {
        font-size: 8px;
    }

    .research h2 {
        padding-top: 10px;
    }
    .research p{
        padding: 0px 30px;
    }
  }

  @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    #myNavbar .container ul li a {
        font-size: 12px;
        padding-left: 5px;
    }
    .navbar-brand{
        font-size: 12px;
    }

  }