@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family: 'Open Sans';
}

main{
	margin:0;
	padding:0;
}

.clear{
	clear:both;
}

h1{
	font-family: 'Philosopher';
}

.header{
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}

.details{
	text-align:right;
	padding:20px 25px 10px 0;
	color:#fff;
}

.navbar-inverse {
    background-color: #fff0;
    border: none;
    color: #fff;
}


.navbar-brand h1{
	margin:0;
	padding:0;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    line-height: 20px;
}

.navbar-nav {
    float: right;
    margin: 0;
}

#myNavbar{
	margin:0;
	padding:0;
}

.navbar-inverse .navbar-nav>li>a {
    color:#fff;
	font-size: 18px;
	margin-top: 17px;
}

.navbar-inverse .navbar-nav>li>a:hover{
	color:#019fe8;
}

.navbar-inverse .navbar-nav>li>a.active{
	color:#019fe8;
}

.banner-text{
	text-align:center;
	color:#fff;
	font-family: 'Philosopher';
	font-size:70px;
	line-height:60px;
	margin-top: 15%;
    margin-bottom: 15%;
}


.about{
	margin-top:15%;
	background-image:url(../images/about-background.jpg);
	background-size:cover;
	background-attachment:fixed;
}

.about-img{
	float:none;
	margin:0 auto;
	margin-top:-5%;
}

.about-text{
	float:none;
	margin:0 auto;
	color:#fff;
	text-align:center;
	padding-bottom:35px;
}

.about-text p{
	font-size:16px;
	line-height:30px;
}

.what-we-do{
	margin-top:10%;
	text-align:center;
}

.about-services{
	float:none;
	margin:0 auto;
	font-size:16px;
	line-height:30px;
}

.services1{
	text-align:right;
    padding: 15px 0;
}

.services1 i{
	display: inline;
    float: right;
    margin-top: 6%;
    margin-left: 3%;
    color: #00aeef;
    font-size: 36px;
}

.services1 p{
	font-size:16px;
    margin-right: 13%;
}

.read-more{
	display:inline-block;
	font-size:16px;
	border:1px solid #00aeef;
	color:#00aeef;
	padding:10px;
    margin-right: 13%;
	text-transform:uppercase;
}

.read-more:hover{
	text-decoration:none;
	color:#fff;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00aeef;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Right */

.services2{
	text-align:left;
    padding: 15px 0;
}

.services2 i{
	display: inline;
    float: left;
    margin-top: 6%;
	margin-right:3%;
    color: #00aeef;
    font-size: 36px; 
}

.services2 p{
	font-size:16px;
	margin-left:13%;
}

.services2 .read-more{
	display:inline-block;
	font-size:16px;
	border:1px solid #00aeef;
	padding:10px;
    margin-left: 13%;
}

.latest-projects h1{
	text-align:center;
	margin-bottom:2%;
	margin-top:10%;
}


.latest-projects img{
	width:100%;
}

.projects {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00aeef;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform:scale(0);
  transition: .3s ease;
}

.projects:hover .overlay {
  transform: scale(1)
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.project-box{
	margin:0;
	padding:0;
}

footer{
	background-color:#2d2c2c;
	color:#fff;
	padding:35px 0;
}

.footer-links{
	padding-top:24px;
}

.footer-links ul{
	list-style-type:none;
}

.footer-links ul li{
	line-height:32px;
}

.footer-links ul li a{
	font-size:18px;
	color:#fff;
	text-decoration:none;
}

.footer-links ul li a:hover{
	text-decoration:none;
}

.newsletter{
	padding-top:24px;
}

.newsletter input{
	background-color: #fff0;
    border: 2px solid #fff;
    width: 90%;
    padding: 8px;
}

.subscribe{
	display:inline-block;
	text-align:center;
	background-color:#fff;
	color:#00aeef;
	padding:5px;display: inline-block;
    text-align: center;
    background-color: #fff;
    color: #00aeef;
    padding: 8px 20px;
    font-size: 16px;
    margin-top: 8%;
}

.who-we-are{
	float:none;
	margin:0 auto;
	text-align:center;
	margin-top:5%;
}

.who-we-are p{
	font-size:16px;
	line-height:30px;
}

.team{
	text-align:center;
	margin-top:5%;
}

.team img{
	width:100%;
	display:block;
	margin:0;
}

.about-company{
	margin-top:5%;
}

.about-company p{
	font-size:16px;
	line-height:30px;
}

.services{
	text-align: center;
    padding: 30px 27px;
	border:2px solid #fff;
	height:500px;
	margin-top:5%;
}


.services img{
	padding: 10px 0;
}

.services p{
	font-size: 16px;
    padding: 21px 0;
    line-height: 25px;
}

.services .read-more{
	display:none;
}

.services:hover{
	border:2px solid #00aeef;
}

.services:hover .read-more{
	display:inline-block;
}

.height{
	height:67px;
}

.quote{
	margin-top:8%;
	text-align:center;
	padding:75px 0;
	background-color:#f5f5f5;
	display: table;
    width: 100%;
}

.portfolio{
	margin-bottom:10%;
}

.all-services{
	margin-top:5%;
}

.all-services p{
	font-size:16px;
	line-height:30px;
}

.all-services ul li{
	font-size:16px;
	line-height:30px;
}

.bold-title{ font-size:20px !important; font-weight:bold; border-bottom:2px #ccc solid; margin-top:20px}

.domain{ font-weight:bold; border-bottom: 1px #ccc solid}

.form-fields{
	width:100%;
	margin-top: 45px;
    padding: 10px;
}

.contact-info{
	font-size:16px;
	margin-bottom:6%;
}

.footer_social ul{padding:0; margin:0}
.footer_social ul li{padding:0; margin:0; list-style:none; display:inline-block; margin-right:10px}
.footer_social ul li a{display:inherit; width:30px; height:30px; line-height:28px; text-align:center; color:#fff; border:solid 1px #fff; border-radius:50%;}
.footer_social ul li a:hover{background-color:#fff; color:#2d2d2d	}
.navbar-header {position:relative}
.navbar-header h1{position: absolute;    top: -61px;    background: #fff;    width: 140px;    text-align: center;    padding: 10px;    border-radius: 0 0 10px 10px;    margin: 0;}
.top_haeder ul{padding:0; margin:0; line-height:normal; text-align:right}
.top_haeder ul li{padding:0; margin:0; list-style:none; margin-left:10px; display:inline-block}

@media screen and (max-width:991px){
.what-we-do {
    padding: 80px 30px;
    text-align: center;
}

.ser-img{
	display:none;
}

	.services1 {
    text-align: left;
    padding: 15px 30px;
}

.services1 i {
    display: inline;
    float: left;
    color: #00aeef;
    font-size: 36px;
	margin:0;
}

.services1 h3{
	padding-left: 53px;
}

.read-more{
	margin-bottom: 3%;;
}

.services2 {
    text-align: left;
    padding: 15px 30px;
}

.services2 i {
    display: inline;
    float: left;
    color: #00aeef;
    font-size: 36px;
	margin:0;
}

.services2 h3{
	padding-left: 53px;
}

.services2 p {
    font-size: 16px;
	margin:0;
}

.services2 .read-more{
	display:inline-block;
	font-size:16px;
	border:1px solid #00aeef;
	padding:10px;
    margin-left: 13%;
}
.services2 .read-more{
	margin-bottom: 3%;;
}
}


@media screen and (max-width:767px){
	.details {
    text-align: center;
    padding: 20px 25px 10px 0;
    color: #fff;
}

.navbar-nav {
    float: left;
    margin: 0
}

.banner-text{
	font-size:66px; margin-top:25%;
}

.top_haeder ul{text-align:center; border-bottom:solid 1px #fff}
.top_haeder ul li{margin-left:0px; display:block}
.navbar-header h1 { top: -10px;}
}

@media screen amd (max-width:480px){
	.banner-text {
    font-size: 60px;
	}
}

@media screen and (max-width:360px){
	.banner-text {
    font-size: 45px;
}
}


