* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Alegreya";
    font-size: 17px;
    font-weight: 400;
}
.clr {
    clear: both;
}
/*home*/
.titll {
    background-color: #f8f8f8;
    text-align: center;
}
.titll h1 {
    padding: 25px 0 10px;
    margin: 25px 0 10px;
    font-style: inheri;
}
.titll p {
    padding: 5px 0 50px;
    color: #969696;
}

/* nav */
.nav {
    background-color: white;
    overflow: auto;
    font-size: 20px;
}
.nav ul {
    list-style-type: none;
    overflow: auto;
    float: right;
    margin-right: 10%;
}
.nav li {
    margin: 10px;
    padding: 10px;
    float: left;
}
.nav .logo {
    width: 150px;
    float: left;
    margin: 10px 30px 10px 10%;
    height: 45px;
}

.nav a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    font-size: 19px;
}
.gallery
{
    margin-top: 25px ;
    padding-top: 25px;
    padding-bottom: 25px;
}
.row {
    overflow: auto;
    padding-bottom: 10px;
    
}
.row img {
    width: 450px;
    height: 400px;
}
.col1 {
    float: left;
    width: 30%;
    margin-left: 5%;
}
.col2 {
    float: left;
    width: 30%;
}
.col3 {
    float: left;
    width: 30%;
}
































.details {
    background-color: #403d38;
    overflow: auto;
    color: #fff;
}

.one {
    width: 20%;
    height: 100%;
    float: left;
    margin-left: 8%;
    margin-right: 10px;
}
.one p {
    padding-top: 10px;
    padding-bottom: 10px;
}
.two {
    width: 20%;
    height: 100%;
    float: left;
    margin-right: 10px;
}
.details div {
    color: #969696;
    font-size: 16px;
}
.details div h4 {
    padding-top: 20px;
}
.details div ul {
    list-style: none;
    padding-top: 20px;
}
.details div li {
    padding-top: 10px;
}
.details div p {
    display: inline-block;
}
.three {
    width: 20%;
    height: 100%;
    float: left;
    margin-right: 10px;
}
.four {
    width: 20%;
    height: 100%;
    float: left;
    margin-right: 10px;
    background-image: url('images/contact-details-map.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
}
.four ul li img {
    width: 20px;
    float: left;
}
.four ul li p {
    float: left;
}
.four a {
    color: #969696;
    text-decoration: none;
}
.line {
    background-color: rgba(96, 96, 96, 0.5);
    height: 1px;
    width: 250px;
}
.footer {
    text-align: center;
    background-color: #353330;
    padding-top: 50px;
    padding-bottom: 40px;
    color: #777;
}
.fa {
    padding: 20px;
    font-size: 30px;
    width: 5px;
    height: 5px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.fa {
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3b5998;
    color: white;
}

.fa-twitter {
    background: #55acee;
    color: white;
}

.fa-google {
    background: #dd4b39;
    font-weight: 100;
    color: #303030;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}
.icon {
    padding: 30px;
}
