
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

body{
    width: 100%;
    margin: 0;
    background-color: #f1f5f8;
    min-width: 1300px;
    font-family: 'Merriweather', serif;
}
header{
    background-color: #f1f5f8;
    height: 90px;
}

nav, .container{
    width : 85%;
    margin : 0px auto;
}
nav img{
    float: left;
    width: 150px;
}
nav ul {
    float: right;
    list-style-type: none;
    margin: 20px 100px 0 0;
    padding: 0;
    overflow: hidden;
    text-shadow: 0px 1px 1px #666;
    font-family: "Merriweather", serif; 
}

nav li {
    float: left;
    cursor: pointer;
}

nav li a , .services ul a{
    font-size: 15px;
    display: block;
    color:  #085630;
    text-align: center;
    padding: 14px 25px;
    text-decoration: none;
}

.active a{
    color: #0054ff !important;
    border-bottom: 3px solid #0054ff;
    padding-bottom: 35px;
}

nav li a:hover {
    color: #0054ff;
    border-bottom: 3px solid #0054ff;
    padding-bottom: 35px;
    margin-left: 10px;
}

.m{
    width: 100%;
    height: 400px;
    background-image: url("../assets/bg5.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.m h1, .about h1{
    margin: 0;
    color: #fff;
    font-size: 47px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 43px;
    width: 60%;
    padding: 70px;
    text-align: center;
    
}
.services {
    margin-top: -60px;
    margin-left: 5%;
}
.services ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-shadow: 0px 1px 1px #666;
    font-family: "Merriweather", serif; 
    text-align: center;
}
.services ul li{
    float: left;
    margin: -5px;
}
.services ul img{
    width: 200px;
    height: 150px;
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow : 0px 0px 1px 0px #000000;
	border-bottom  : 2px solid #fff;
}

.services ul h3{
    margin: 2px;
    font-weight: bold;
}

.services ul p{
    width: 250px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #142711;
    font-weight: normal;
    margin-top: 5px;

}

.services ul a{
    font-size: 20px;
}

.services ul a:hover{
    color: #0054ff;
}

#we{
    background-color: #fff;
    padding:25px;
}


#we p{
    background-image: url("../assets/11.png");
    background-repeat: repeat; 
    background-size: contain;
    padding: 15px;
    margin-top: 2px;
    font-style: italic;
}

#we h2{
    font-size: 40px;
    line-height: 40px;
    color:  #085630;
    font-weight: 600;
    margin-top: 8px;
    padding: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    font-style: italic;
}


.left{
    float: left;
    width: 60%;
}

#slideshow { 
    float: right;
    width: 400px;
    height: 300px;
    margin: 45px auto;
    position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,4);
}

#slideshow > div { 
 width: 400px;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;

}


footer {
    background-color: #3D3D3D;
    color: #fff;
    text-align: center;
}

.tel{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009900;
	font-weight: normal;
}

.copy {
	background-color: #2D2D2D;
}


/*------About Us-----------------------*/

.about{
    width: 100%;
    height: 250px;
    background-image: url("../assets/about1.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.aboutUs .mission, .aboutUs .vision, .aboutUs img{
    float: left;
    width: 30%;
    margin-top: 20px;
    padding: 40px 10px;
    margin-bottom: 80px;
}

#provide{
    background-color: #fff;
    padding-top: 20px;
}

#provide ul{
    float: left;
    width: 40%;
    padding: 1px 50px;
}

#provide ul img{
    width: 400px;
}

#provide ul li:last-child{
    list-style-type: none;
}

/*------------Services-------------------*/

.acq img , .con img , .ware img{
    float: right;
    width:30%;
    height: 400px;
    padding: 25px;
}

.con , .ware{
    margin-top: 20px;
}

.con img{
    height: 600px;
}

.wh{
    background-color: #fff;
}

/*------------contact-------------------*/
.cont{
    margin: 10px
}
.right{
    float: right;
}

/*-----Animation-------*/

       .zoomIn {
            -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            }
            @-webkit-keyframes zoomIn {
            0% {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
            }
            50% {
            opacity: 1;
            }
            }
            @keyframes zoomIn {
            0% {
            opacity: 0;
            -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
            }
            50% {
            opacity: 1;
            }
            } 