HTML  CSS  JS  Result
Edit on 
*{
  margin: 0;
    padding: 0;
    outline: none;
    border: none;
    -webkit-box-sizing: border-box;
}
*:before,
*:after{
    -webkit-box-sizing: border-box;
}
.clearfix {
  *zoom: 1;
}
html{
    font-family: 'Merriweather', serif;
    font-size: 12px;
}
body{
	font-family:'Merriweather', serif!important;
	width:100%;
	height:100%;
}

a{
	text-decoration:none!important;
}
/*Css Header*/
header {
    background: hsl(205, 37%, 62%) none repeat scroll 0 0;
    display: inline-block!important;
    width: 100%;
}
.logo,.menu{
	float:left;
}
.img-logo {
    float: left;
    padding-right: 10px;
}
.slogan h1 {
    font-family: 'Merriweather', serif;
    font-size: 24px;
	margin-bottom:0;
}
.slogan h4 {
    font-family: 'Merriweather', serif;
    font-size: 14px;
}
.slogan {
    color: hsl(0, 0%, 100%);
    display: inline-block;
    padding-top: 30px;
}
.slogan a {
    color: hsl(0, 0%, 100%);
}
.slogan a:hover{
    color: hsl(0, 0%, 100%);
}
/*css menu header*/
.menu {
    line-height: 95px;
}
.menu  > a {
    float: right;
	margin-right:20px;
}
.menu  > a > i{
	border: 1px solid hsl(0, 0%, 100%);
    border-radius: 50%;
    color: hsl(0, 0%, 100%);
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}
.menu  > a > i:hover{
	background:#fff;
	border:1px solid #60b1e5;
	color:#60b1e5;
}
 .animate {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.navbar-fixed-left {
		border-radius: 0;
		float: right;
		position: relative !important;
		right: 0;
		top: 0;
	}

	.navbar-minimal {
		background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
		border-width: 0;
		display: inline-block !important;
		max-height: 100%;
		min-height: 60px;
		top: 20px;
		width: 60px;
		z-index: 1000;
	}

	.navbar-minimal > .navbar-toggler {
		position: relative;
		z-index: 100;
		cursor: pointer;
	}

	.navbar-minimal > .navbar-toggler > span {
		background-image: url("../images/picture.png");
		background-repeat: no-repeat;
		height: 30px;
		position: absolute;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		width: 46px;
	}

	.navbar-minimal > .navbar-menu {
		background-color: hsla(205, 37%, 62%, 0.93);
		display: inline-block;
		left: 0;
		list-style: outside none none;
		margin: 0;
		padding: 20% 0 0;
		position: absolute;
		top: -1000px;
		z-index: 50;	
	}
	.navbar-minimal > .navbar-menu > li {
		margin: 0px;
		padding: 0px;
		border-width: 0px;
		height: 54px;
	}
	.navbar-minimal > .navbar-menu > li > a {
		position: relative;
		display: inline-block;
		color: rgb(255, 255, 255);
		padding: 20px 23px;
		text-align: left;
		cursor: pointer;
		border-bottom: 1px solid rgb(81, 81, 81);
		width: 100%;
		text-decoration: none;
		margin: 0px;
	}

	.navbar-minimal > .navbar-menu > li > a:last-child {
		border-bottom-width: 0px;
	}
	.navbar-minimal > .navbar-menu > li > a > .glyphicon {
		float: right;
	}

	.navbar-minimal.open {
		display: inline-block !important;
		padding: 0 !important;
		width: 100%;
	}

	.navbar-minimal.open > .navbar-toggler > span {
		background-position: 0 -30px;
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
		right: 0;
		top: 0;
	}
	.animate.menusize > span {
		display: inline-block;
		width: 115px;
	}
	.animate.menusize > i  {
		line-height: 54px;
	}
	.navbar-minimal.open > .navbar-menu {
		min-height: 100%;
		position: fixed;
		top: 0;
		width: 100%;
	}
	.menu-minial {
		left: 0;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		right: 0;
		width: 22%;
	}
	.menu-minial > img {
		float: left;
		border-right: 2px solid hsl(0, 0%, 100%);
		padding-right:20px;
	}
	.menu-mini{
		float: left;
		list-style: outside none none;
		margin-bottom: 0;
		margin-left: 20px;
	}	
	.menu-mini > li {
		line-height: 55px;
	}
	.menusize{
		color: hsl(0, 0%, 100%);
		font-size: 24px;
		font-weight: bold;
		display: inline-flex;
	}
	@media (min-width: 768px) {
		.navbar-minimal.open {
			width: 60px;
		}
		.navbar-minimal.open > .navbar-menu {
			overflow: visible;
		}
		.navbar-minimal > .navbar-menu > li > a > .desc {
			position: absolute;
			display: inline-block;
			top: 50%;
			left: 130px;
			margin-top: -20px;
			margin-left: 20px;
			text-align: left;
			white-space: nowrap;
			padding: 10px 13px;
			border-width: 0px !important;
			background-color: rgb(51, 51, 51);
			background-color: rgba(51, 51, 51, 0.8);
			opacity: 0;
		}
		.navbar-minimal > .navbar-menu > li > a > .desc:after {
			z-index: -1;
			position: absolute;
			top: 50%;
			left: -10px;
			margin-top: -10px;
			content:'';
			width: 0;
			height: 0;
			border-top: 10px solid transparent;
			border-bottom: 10px solid transparent; 	
			border-right: 10px solid rgb(51, 51, 51);
			border-right-color: rgba(51, 51, 51, 0.8);
		}
		.navbar-minimal > .navbar-menu > li > a:hover > .desc {
			left: 60px;
			opacity: 1;
		}
	}
/*css Banner index*/
.banner-index{
	background-image: url("../images/bg-header.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top: -5px;
}
.banner-des {
    padding-bottom: 367px;
    padding-top: 230px;
    text-align: center;
}
.banner-des > h1 {
    color: hsl(205, 37%, 62%);
    font-size: 48px;
}
.banner-des > h3 {
    color: hsl(25, 15%, 23%);
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 36px;
    font-style: italic;
    margin-bottom: 30px;
    width: 100%;
}
.banner-des > img {
    margin-bottom: 20px;
}
.banner-des .button-con ,.banner-des .button-client{
	float:left;
	border:1px solid transparent;
}
.banner-des .button-con i {
	border: 1px solid hsl(206, 35%, 62%);
    color: hsl(206, 35%, 62%);
    font-size: 16px;
    height: 50px;
    line-height: 47px;
    width: 48px;
}
.banner-des .button-con:hover i{
	background:#fff;
}
.banner-des .button-con span{
    color: hsl(205, 37%, 62%);
    font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	border:1px solid hsl(205, 37%, 62%);
	padding:15px 45px;
	background:none;
}
.banner-des .button-con span:hover{
	background:#fff;
}
.banner-des .button-clienta{
    color: hsl(205, 37%, 62%);
    font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	background:#fff;
	padding:15px 23px;
	border:1px solid transparent;
}
.banner-des .button-client a:hover{
	border:1px solid hsl(205, 37%, 62%);
}
.banner-des .button-client i {
	margin-left:25px;
}
.button-banner {
    display: inline-block;
    height: auto;
    line-height: 48px;
    position: relative;
    width: 100%;
}
/*css content*/
.content {
    background: #79a4c2; /* Old browsers */
	background: -moz-linear-gradient(top, #79a4c2 30.7%, #79a4c2 30.7%, #f1f5f7 30.7%); /*  FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30.7%,#79a4c2), color-stop(30.7%,#79a4c2), color-stop(30.7%,#f1f5f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #79a4c2 30.7%,#79a4c2 30.7%,#f1f5f7 30.7%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #79a4c2 30.7%,#79a4c2 30.7%,#f1f5f7 30.7%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #79a4c2 30.7%,#79a4c2 30.7%,#f1f5f7 30.7%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79a4c2', endColorstr='#f1f5f7',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #79a4c2 30.7%,#79a4c2 30.7%,#f1f5f7 30.7%); /* W3C */
    display: inline-block;
    width: 100%;
}
.content-index {
    margin-top: -84px;
	background:#fff;
	padding:0
}
.title-content{
	background-image: url("../images/bg-content.png");
    background-position: center center;
    background-repeat: no-repeat;
	padding-bottom:110px;
	padding-top:110px;
	text-align:center;
}
.title-content > h1 {
    color: hsl(0, 25%, 22%);
    font-size: 35.53px;
}
.detail-text,.detail-img{
	float:left;
	padding:0!important;
}
.detail-text{
	background:#f4f7f9;
}
.detail-text1{
	background:#fff;
}
.detail-text1{
	float:left;
	padding:0!important;
}
.text {
    padding: 64px;
}
.text > h1 {
    color: hsl(0, 0%, 12%);
    font-size: 24px;
    font-style: italic;
	margin: 0;
}
.text > h3 {
    font-size: 16px;
    padding-bottom: 30px;
    padding-top: 30px;
	position:relative;
	margin: 0;
}
.text > h3::after{
	background: #53abe4;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}
.text > p {
    color: hsl(0, 0%, 35%);
    font-size: 13px;
    font-style: italic;
	padding-bottom:33px;
	padding-top:30px;
	margin: 0;
}
.block-content {
    display: inline-block;
    margin-bottom: -10px;
    margin-top: -8px;
}
.our-work {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.title-work {
    padding-bottom: 30px;
    padding-top: 50px;
}
.title-work > h1 {
    font-size: 26px;
    font-style: italic;
}
.title-work > p {
    color: hsl(0, 0%, 35%);
    font-size: 16px;
    font-style: italic;
}
.fa.fa-caret-right,.fa.fa-caret-left{
    color: hsl(240, 0%, 44%);
    font-size: 80px;
}
.testi-index {
    display: inline-block;
    margin-bottom: 150px;
    margin-top: -1px;
    width: 100%;
}
.testi-img,.testi-text{
	float:left;
	padding:0!important;
}
.text1 {
    padding: 64px;
}
.text1 > h1 {
    color: hsl(0, 0%, 12%);
    font-size: 26px;
	margin: 0;
}
.text1 > h3 {
    font-size: 16px;
    padding-bottom: 45px;
    padding-top: 38px;
	position:relative;
	margin: 0;
}
.text1 > h3::after{
	background: #53abe4;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}
.text1 > p::after{
	background: #53abe4;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}
.text1 > p {
    color: hsl(0, 0%, 35%);
    font-size: 13px;
    font-style: italic;
	padding-bottom:33px;
	padding-top:45px;
	margin: 0;
	position:relative;
}

.testi-text {
    background: hsl(0, 0%, 100%) none repeat scroll 0 0;
}
.testi-p span {
    display: inline-block;
    padding-bottom: 35px;
    width: 100%;
}
.note {
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 60px;
    padding-top: 40px;
    width: 80%;
}
.name {
    display: inline-block;
    font-size: 13px;
    width: 100%;
}
.name > span {
    color: hsl(0, 0%, 56%);
	padding-left:5px;
	padding-right:5px;
}
.button-testi {
    display: inline-block;
    height: auto;
    line-height: 48px;
    margin-top: 50px;
    padding: 0 !important;
    position: relative !important;
    width: 100% !important;
}
.button-testi span{
    border: 1px solid hsl(205, 35%, 62%);
    color: hsl(205, 35%, 62%);
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 25px;
}
.button-testi:hover span,.button-testi:hover i{
	background:hsl(205, 36%, 62%);
	color: #FFF;
	border-right: 1px solid #fff;
}
.button-testi i {
    border: 1px solid hsl(206, 35%, 62%);
    color: hsl(206, 35%, 62%);
    font-size: 16px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    top: -1px;
    width: 48px;
}
/*css Footer*/
.footer-top {
    display: inline-block;
    padding-bottom: 106px;
    padding-top: 50px;
    width: 100%;
}
.logo-foot,.contact-foot,.menu-foot{
	float:left;
}
.title-foot{
	color: #1e1e1e;
    font-size: 18px;
	padding-bottom:35px;
	padding-top:40px;
}
.foot-add {
    color: hsl(0, 0%, 12%);
    font-size: 12px;
    font-style: italic;
    margin-bottom: 40px;
}
.contact-foot > a{
	color: hsl(0, 0%, 12%);
    font-size: 12px;
    font-style: italic;
}
.contact-foot > a > i{
	color: hsl(0, 0%, 12%);
    font-size: 12px;
	margin-left:20px;
}
.menu-foot > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.menu-foot a{
	color: hsl(0, 0%, 12%);
    font-size: 12px;
    font-style: italic;
    line-height: 30px;
	margin-left:20px;
}
.menu-foot .active::before{
	font-family: 'FontAwesome';
    content: "\f054";
	margin-right: -7px;
}
.footer-bottom {
    border-top: 1px solid #eaeaea;
    color: #1e1e1e;
    font-size: 14px;
    padding-bottom: 110px;
    padding-top: 110px;
    text-align: center;
}
/*css Page About*/
.banner-all{
	background-image: url("../images/banner-all.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top: -5px;
}
.title-page {
    display: inline-block;
    padding: 90px 65px 236px;
    text-align: right;
    width: 100%;
}
.title-page > h1 {
    color: hsl(0, 0%, 12%);
    font-size: 48px;
    font-weight: bold;
}
.title-page > h3 {
    color: hsl(30, 4%, 67%);
	font-size: 30px;
    font-weight: bold;
}
.about-content {
    background: hsl(205, 58%, 85%) none repeat scroll 0 0;
    display: inline-block;
    padding-bottom: 120px;
    padding-top: 110px;
    width: 100%;
}
.about-left,.about-right{
	float:left;
}

.about-right > p {
    font-size: 18px;
    margin-bottom: 20px;
	color: hsl(0, 0%, 35%);
}
.p-last{
	margin-bottom: 0px;
}
/*css Page services*/
.services-content {
    background: hsl(205, 58%, 85%) none repeat scroll 0 0;
    display: inline-block;
    padding-bottom: 115px;
    padding-top: 120px;
    width: 100%;
}
.icon {
    background: hsl(0, 0%, 100%) none repeat scroll 0 0;
    display: inline-block;
    float: left;
    margin-right: 35px;
    padding: 45px;
    text-align: center;
    width: 35%;
}
.img-responsive{
	width:100%
}
.ser-block {
    display: inline-block;
    margin-bottom: 30px;
}
.headline {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 25px;
    text-transform: uppercase;
	display: inline-block;
}
.ser-des {
    display: inline-block;
    width: 58%;
}
.description {
    font-size: 12px;
    line-height: 25px;
}/*css page contact*/
.contact-content {
    background: hsl(205, 58%, 85%) none repeat scroll 0 0;
    display: inline-block;
    padding-bottom: 45px;
    padding-top: 45px;
    width: 100%;
}
.contact-h1{
	font-size:18px;
	margin-bottom:35px
}
.contact-des > h3 {
    color: hsl(0, 0%, 36%);
    font-family: Lato;
    font-size: 14px;
	margin-bottom: 35px;
}
.contact-des > p {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 35px;
    width: 45%;
}
.form-control.input-sm {
    height: 43px;
	border-radius:0;
}
.form-group > img {
    position: absolute;
    right: 25px;
    top: 10px;
}
.map{
	margin-top:65px;
}
.send-mess{
    border-left: 1px solid hsl(0, 0%, 100%);
}
.button-send{
	background:#60b1e5;
	color:#fff;
	font-size:13px;
	padding:15px 55px;
	border:1px solid transparent;
	cursor: pointer;
}
.button-send:hover{
	background:none;
	color:#60b1e5;
	border:1px solid #60b1e5;
}
.form-group {
    margin-bottom: 20px;
}
/*css page gallery*/
.gallery-content {
    background: hsl(205, 58%, 85%) none repeat scroll 0 0;
    display: inline-block;
    padding-bottom: 125px;
    padding-top: 125px;
    width: 100%;
}
pre{
	display:none!important;
}
.gallery-des {
    padding-top: 45px;
    text-align: center;
}
.gallery-des > h2{
	font-size:13px;
	font-weight:bold;
}
.gallery-des > p{
	font-size:12px;
	font-style:italic;
}