@import url("https://fonts.googleapis.com/css?family=Arimo:400|Raleway:300,400,700&display=swap");

body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #414a52;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 36px;
	color: #000;
}
h3, h4 {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #f6f6f6;
}
a:hover, a:focus {
	text-decoration: none;
	color: #343b42;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
.section-title {
	padding-bottom: 50px;
}
.btn-custom {
	text-transform: uppercase;
	color: #414a52;
	background-color: #54d0dd;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #fff;
}
.btn-default {
	text-transform: uppercase;
	color: rgb(0, 0, 0);
	background-color: #eff4f8;
	border: 2px solid ;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
	font-size: small;
	margin-right: 82%;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #fff;
	background-color: #343b42;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url(../img/backgrounds/h_img.jpg) no-repeat center bottom;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.section-title.center {
	padding: 10px 0 40px 0;
}
.intro h1 {
	color: rgba(255,255,255,0.9);
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.intro p {
	color: rgba(255,255,255,0.8);
	font-size: 22px;
	margin-bottom: 40px;
	margin-top: 20px;
}
header .intro-text {
	padding-top: 250px;
	padding-bottom: 200px;
}
h1.welcome{
	margin-bottom: 20px;
}
/*Scroll section*/

.mouse-wrap {
	position: static;
	display: inline-block;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 50px;
	margin-bottom: 10px;
	z-index: 9;
  }
  
  .mouse-wrap:active, .mouse-wrap:active > .mouse-label, .mouse-wrap:focus, .mouse-wrap:focus > .mouse-label {
	outline: none;
  }
  
  .mouse-wrap.mouse-with-slider {
	bottom: -50px;
  }
  
  .mouse-wrap .mouse-label {
	top: 0;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .05rem;
	text-transform: uppercase;
  }
  
  .mouse-wrap.dark .mouse-label {
	color: #000;
  }
  
  .mouse-wrap.dark .mouse {
	border: 2px solid #000;
  }
  
  .mouse-wrap.dark .mouse .scroll {
	background: #000;
  }
  
  .mouse-wrap .mouse {
	position: absolute;
	width: 22px;
	height: 42px;
	bottom: 30px;
	display: block;
	left: 50%;
	margin-left: -12px;
	border-radius: 15px;
	border: 2px solid #fff;
	-webkit-animation: intro 2s;
	animation: intro 2s;
  }
  
  .mouse-wrap .mouse .scroll {
	display: block;
	width: 3px;
	height: 3px;
	margin: 6px auto;
	border-radius: 4px;
	background: #fff;
	-webkit-animation: finger 2s infinite;
	animation: finger 2s infinite;
  }
  @-webkit-keyframes intro {
	0% {
	  opacity: 0;
	  -webkit-transform: translateY(40px);
	  transform: translateY(40px);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
  }
  
  @keyframes intro {
	0% {
	  opacity: 0;
	  -webkit-transform: translateY(40px);
	  transform: translateY(40px);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
  }
  
  @-webkit-keyframes finger {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	  -webkit-transform: translateY(20px);
	  transform: translateY(20px);
	}
  }
  
  @keyframes finger {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	  -webkit-transform: translateY(20px);
	  transform: translateY(20px);
	}
  }
/* About Section */
.container-about{
	text-align: center;
	padding-bottom: 50px;
	padding-top:40px;
	background-color: #fff;
	font-weight: 501;
	color: #000;
}

/* Service section */
.services{
	text-align: center;
	background-image: url("../img/backgrounds/s_image.jpg");
	color: white;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.4);
	padding-top: 10%;
	padding-bottom: 10%;
  }
.services h2{
	color: white;
}

/* What we do section */
/* .what-heading{
	text-align: center;
	padding-bottom: 50px;
	padding-top:40px;
	background-color: #fff;
	font-weight: 501;
	color: #000;
	overflow-x: hidden;
} */
#Work {
	padding-top: 4%;
	background-color: white;
  }
  #Work p {
	color: black;

  }
  #Work h4 {
	color: black;
	font-weight: bold;
  }
  .design-hidden {
	display: none;
  }
  .development-hidden {
	display: none;
  }
  .management-hidden {
	display: none;
  }
  .clickable:hover {
	opacity: 0.6;
	cursor: pointer;
	transition: 0.3s;
	margin-right: 40px;
  }
  .clickable2:hover {
	opacity: 0.6;
	cursor: pointer;
	transition: 0.3s;
  }
  .clickable3:hover {
	opacity: 0.6;
	cursor: pointer;
	transition: 0.3s;
  }
  #doings {
	width: 80%;
	margin-right: 60px;
  }

/* Portfolio Section */
#portfolio {
	padding: 30px 0;
	background-color: #fff;
	overflow-x: hidden;
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54d0dd', endColorstr='#414a52', GradientType=0 ); IE6-9 */
}
#portfolio h2 {
	margin-top: 10px;
}
.section-title-p.center{
	padding: 10px 0px 1px;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	background: #414a52;
	color: #54d0dd;
	padding: 12px 24px;
	text-transform: uppercase;
}
ol.type li a.active {
	background: #54d0dd;
	color: #414a52;
}
ol.type li a:hover {
	background: #54d0dd;
	color: #414a52;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio-item .hover-bg {
	height: 195px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align:left;
	margin: 0 auto;
	color: #ffffff;
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
	border: 2px solid #fff;
	width: 80%;
	height: 80%;
	margin-left: 10%;
	margin-top: 10%;
}
.hover-bg .hover-text>h4 {
	text-transform: uppercase;
	font-weight: 501;
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#portfolio i.fa {
	font-size: 20px;
	padding: 5px;
	color: #E87E04;
}
/* Contact Section */
.section-title-c.center{
	padding: 10px 0px 1px;
}
#contact {
	overflow-x: hidden;
	padding: 120px 0 60px 0;
	background-image: url("../img/backgrounds/c_image.jpg");
	background-size: cover;
}
#contact h2{
	color:#fff;
}
#contact form {
	padding: 30px 0;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
	background-color:transparent;
	background-image: none;
	border: 1px solid #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color:grey;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #fff;
}
.form-control:-moz-placeholder {
color: #2c3e50;
}
.form-control::-moz-placeholder {
color: #2c3e50;
}
.form-control:-ms-input-placeholder {
color: #2c3e50;
}
#contact .social {
	margin-top: 80px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #343b42;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #fff;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer Section*/
#footer {
	background: #fff;
	color: black;
	margin-top: 30px;
	margin-bottom: 5px;
	background-size: cover;
	overflow-x: hidden;
}
#footer p {
	font-size: 13px;
	margin-top: 20px;
}
#footer a {
	color: rgba(255,255,255,0.7);
}
#footer a:hover {
	color: #54d0dd;
}

@media (max-width: 1024px) {
#about img {
	float: left;
	margin-bottom: 20px;
}
}

input.error {
    border: 1px dashed red;
    font-weight: 300;
    color: red;
}
/* .email{
    margin-right: 5px;
} */
.social{
    justify-content:center;
    padding-left:10px;
    padding-right:10px;
}
.white{
    height: 300px;
    width: 366px;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
.portimg {
    float: right;
    position: relative;
    margin: 5px;
    /*color: #333;*/
}
.portimg .porttext {
    display: none;
    opacity: 1;
    background-color:rgba(255, 255, 255, 0.6);
    width: auto;
    position: absolute;
    bottom: 0;
    color: deepskyblue;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding: 30px;
    height: 100%;
}
textarea::placeholder{
    color: #ffffff;
} 
#social{
	background-color: #fff;
}

