@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans Condensed', sans-serif;
}


.header_info{
    width: 100%;
    height: 40px;
    background-color: rgb(182, 182, 182);
}

.header-inn{
    width: 1200px;
    height: 40px;
    margin: 0px auto;
}

.phone{
    width: 170px;
    height: 15px;
    float: right;
    margin-right: 0px;
    margin-top: 12px;
}

.message{
    width: 290px;
    margin-right: 10px;
    float: right;
    margin-top: 12px;

}

.logo_head{
    width: 100%;
    height: 120px;
}

.inner_head{
    width: 1200px;
    height: 120px;
    margin: auto;
}

#company_logo {
    height: 100px;
    width: 180px;
    float: left;
    margin-top: 10px;
}

#logo_text{
    height: 118px;
    padding-left: 650px;
}

.navbar {
    height: 55px;
    width: 100%;
    box-sizing: border-box;
    transition: .5s;
} 

.nav_content {
    height: 55px;
    width: 350px;
    margin-top: 30px;
    float: right;
    margin-right: 10px;
}

ul {
    float: right;
    display: flex;
    list-style: none;
    line-height: 58px;
}

li a {
    padding: 5px 0px 5px 35px;
    text-decoration: none;
    color: black;
    font-size: 17px;
    font-weight: bolder;
}

li a.active,
li a:hover {
    color: rgb(209, 156, 9);
}

.home {
    height: 450px;
}

#home_image {
    height: 560px;
    width: 100%;
}

.services {
    width: 100%;
    height: 370px;
    /* background: #F6F6F6;  */
    background-color: white;
    margin-top: 80px;
}

.services_content {
    height: 370px;
    width: 1000px;
    margin: 0px auto;
    background-color: white;
    /* background-color: #F6F6F6; */
}

.Customized_Solutions {
    height: 250px;
    width: 250px;
    float: left;
    margin: 65px 0px 0px 0px;
    box-sizing: border-box;
}

.Customized_image {
    height: 145px;
    width: 150px;
    margin: auto;
}

#Customized-image {
    height: 140px;
    width: 150px;
}

.Customized_text h3 {
    width: 150px;
    padding-top: 20px;
    margin-right: 5px;
    font-size: 20px;
    font-weight: bold;
    margin: auto;
    /* background-color: orangered; */
}

.Customized_text h5 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: lighter;
    margin-top: 2px;
}

.Customized_text {
    height: 100px;
    width: 250px;
}

.Exceptional_Service{
    height: 250px;
    width: 250px;
    float: left;
    margin: 65px 0px 0px 124px;
    box-sizing: border-box; 
}

.Exceptional_image {
    height: 145px;
    width: 150px;
    margin: auto;
}

#Exceptional-image {
    height: 140px;
    width: 150px;
}

.Exceptional_text {
    height: 100px;
    width: 250px;
}

.Exceptional_text h3 {
    width: 150px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: bold;
    margin: auto;
}

.Exceptional_text h5 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: lighter;
    margin-top: 2px;
}

.Source_Partner {
    height: 250px;
    width: 250px;
    float: left;
    margin: 65px 0px 0px 124px;
    box-sizing: border-box;
}

.Source_image {
    height: 145px;
    width: 150px;
    margin: auto;
}

#Source-image {
    height: 140px;
    width: 150px;
}

#Source-image :hover{
    color: gray;
}

.Source_text {
    height: 100px;
    width: 250px;
}

.Source_text h3 {
    width: 150px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: bold;
    margin: auto;
}

.Source_text h5 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: lighter;
    margin-top: 2px;
}

.footer {
    height: 37px;
    width: 100%;
    background: rgb(182, 182, 182);
    bottom: 0px;
    position: fixed;
}

.footer_content {
    height: 37px;
    width: 1200px;
    margin: 0 auto;
    font-size: 15px;
    word-spacing: 2px;
}

.copyright {
    height: 21px;
    width: 900px;
    float: left;
    padding-top: 8px;
    margin-left: 0px;
}

.copyright a {
    text-decoration: none;
    color: black;
}

.links
{
    padding-top: 7px;
    text-decoration: none;
    float: right;
    margin-right: 40px;
    color: black;
}

/* .sub-footer
{
    height: 2vh;
} */