@charset "utf-8";

#recent-works .item-inner {
  position: relative;
  margin: 0;
}
.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 -20px 20px 0;
}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portfolio-items.col-2 > li {
  width: 50%;
}
.portfolio-items.col-3 > li {
  width: 33%;
}
.portfolio-items.col-4 > li {
  width: 25%;
}
.portfolio-items.col-5 > li {
  width: 20%;
}
.portfolio-items.col-6 > li {
  width: 16%;
}
.portfolio-item {
  padding: 0;
  margin: 0;
 
}
.portfolio-item .item-inner {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 10px 0;
  margin: 0 20px 20px 0;
  position: relative;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item h5 {
  background: #fff;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
  color: #2c3e50;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}


/* COMMON HEADER & FOOTER  */
.menu
{
	position: absolute;
	top: 550px;
	right: 10px;
	display: ;
}

.menu .btn
{
	width: 40px;
	height: 40px;
	background-color: #40aed7;
	color: #fff;
	font-size: 20px;
	border:0px;
	position: absolute;
	right: 0px;
}

.menu ul
{
	list-style: none;
	display: none;
	margin-top: 40px;
	margin-right: -15px;
}

.menu ul li
{
	width: 200px;
}

.menu ul li a
{
	width: 185px;
	height: 40px;
	display: block;
	background-color: #1b647f;
	font-family: Cambria;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	padding-top: 7px;
	padding-left: 15px;

}

.menu ul li a:hover
{

	background-color: #3b8ead;
}

.menu:hover ul
{
	display: block;
}
.social-grid ul
{
	margin-right: 100px;
	text-align: right;
}
.social-grid li
{
    margin-left: 20px;
    display: inline-block;
}
.social-grid li a
{
	color: #ffffff;
    display: inline-block;
    font-size: 19px;
    padding-top: 5px;
}
.social-grid li a:hover
{
	color: #FF467E;
	transform: scale(1.5);
}

.logo
{
	padding: 5px;
	margin-left: 150px;
	float: left;
	position: fixed;
	top: 0px;
}

.nav
{
	float: right;
	padding-bottom: 10px;
}
.nav ul
{
	margin-right: 100px;
	text-align: right;
}
.nav li
{
    margin-left: 20px;
    display: inline-block;
}
.nav li a
{
	color: #ffffff;
    display: inline-block;
    font-size: 16px;
    padding-top: 5px;
}
.nav li a:hover
{
	color: #FDA403;
	text-decoration: none;
}

#footer h2
{
	font-family: Cambria;
	color: #00BBF0;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

#footer h4
{
	font-family: Cambria;
	color: #BCFFA8;
}

#footer p
{
	color: #FBFAE1;
	font-size: 15px;
}
#footer i
{
	color: #BCFFA8;
	font-size: 30px;
}

#copyright
{
	background-color: #000000;
}
#copyright p
{
	color: #ffffff;
	padding: 10px 0px 0px 0px;
	text-align: right;
}


/* INDEX PAGE */


#slider
{
	clear: both;
	padding-top: 88px;
}
#content
{
	padding-bottom: 40px;
	text-align: center; 
}
#content h1
{
	padding-top: 20px;
	text-align: center;
	font-family: Cambria;
	color: grey;
}
#content p
{
	padding-bottom: 10px;
	text-align: justify;
}
#content hr
{
	border-bottom: solid #F67280;
	width: 100px;
}

#content a
{
	padding: 10px 15px 10px 15px;
	font-family: Cambria;
	font-size: 16px;
	color: white;
	text-decoration: none;
}


#expert
{
	background-color: #FBF0F0;
	padding-bottom: 30px;
}

#expert h1
{
	padding-top: 20px;
	text-align: center;
	font-family: Cambria;
	color: grey;
}
#expert hr
{
	border-bottom: solid #F67280;
	width: 100px;
}



#expert .exp i
{
	padding-top: 10px;
	font-size: 100px;
	color: grey;
}

#expert .exp i:hover
{
	padding-top: 10px;
	font-size: 100px;
	color: #C06C84;
}

#latest_proj
{
	padding-bottom: 30px;
	text-align: center;
}

#latest_proj h1
{
	padding-top: 20px;
	text-align: center;
	font-family: Cambria;
	color: grey;
}
#latest_proj hr
{
	border-bottom: solid #F67280;
	width: 100px;
}
#latest_proj a
{
	padding: 10px 15px 10px 15px;
	font-family: Cambria;
	font-size: 16px;
	color: white;
	text-decoration: none;
}

.zoom {
    transition: transform .2s;
    margin: 0 auto;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width:100%; height: 230px;
}

.zoom:hover {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2); 
}

/* ABOUT PAGE */
#About_head
{
	padding-top: 88px;
	clear: both;
	background-image: url(../image/head.jpg);
	background-size: cover;
}

#About_head h1
{
	padding: 10px;
	font-family: Cambria;
	color: #ffffff;
}

#About_info
{
	background-color: #FBF0F0;
	padding-bottom: 30px;
}

#About_info .About_info_what h1
{
	padding-top: 20px;
	font-family: Cambria;
	color: grey;
	text-align: left;
}

#About_info .About_info_what p
{
	font-family: Cambria;
	color: black;
	text-align: justify;
	padding-bottom: 20px;
	font-size: 18px;

}

#About_info .About_info_aim .card
{
	width: 100%;
	height: 25rem;
	padding-bottom: 200px;
	text-align: center;
	border-radius: 10px;
	background-color: #F4EEC0;
}
#About_info .About_info_aim h3
{
	font-family: Cambria;
	font-weight: bold;
	font-size: px;
	color: #F12B6B;
}
#About_info .About_info_aim p
{
	font-family: Cambria;
	text-align: ;
	padding: 5px 5px 5px 10px;
	font-size: 18px;
	color: #C04D00;
}

#owner .card_lft
{
	background-color: #215B63;
	width: 30rem;
	float: left;
	margin: 50px 0px 50px 50px;
	border-radius: 5%;
	height: 480px;
}

#owner .card_rgt
{
	background-color: #215B63;
	width: 30rem;
	height: 480px;
	float: right;
	margin: 50px 50px 50px 0px;
	border-radius: 5%; 
}

#owner .card_lft h2
{
	font-family: Cambria;
	color: white;
	text-align: center;
	font-size: 24px;
}

#owner .card_rgt h2
{
	font-family: Cambria;
	color: white;
	text-align: center;
	font-size: 24px;
}
#Employee
{
	background-color: #CEF0B9;
	padding-bottom: 20px;
}

#Employee h1
{
	text-align: center;
	padding:10px;
	font-family: Cambria;
	color: #28544B;
	font-weight: bold;
	font-size: 32px;
}
#Employee h4
{
	text-align: center;
	font-family: Cambria;
	color: #28544B;
	font-size: 20px;
	font-weight: bold;
}
/* SERVICE PAGE */
#services_lft
{
	padding-top: 30px;
	background-color: #F4EEC0;
	text-align: center;
	padding-bottom: 30px;
}
#services_lft i
{
	font-size: 150px;
	color: #8D6262;
	float: left;
	padding-top: 20px;
	padding-bottom: 30px;
}
#services_lft h1
{
	padding-top: 10px;
	font-family: Cambria;
	color: #3E333F;
	font-weight: bold;
	font-size: 32px;
}
#services_lft p
{
	font-family: Cambria;
	color: #7E6752;
	text-align: justify;
	font-size: 18px;
	text-indent: 70px;
}
#services_lft h4
{
	font-family: Cambria;
	color: #000000;
	text-align: left;
	font-weight: bold;
}
#services_lft li
{
	font-family: Cambria;
	color: #7E6752;
	text-align: left;
	font-size: 18px;
}

#services_rgt i
{
	font-size: 150px;
	color: #8D6262;
	float: left;
	padding-top: 20px;
	padding-bottom: 30px;

}

#services_rgt
{
	padding-top: 30px;
	background-color: #AED09E;
	text-align: center;
	padding-bottom: 30px;
}
#services_rgt h1
{
	font-family: Cambria;
	color: #3E333F;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
}

#services_rgt p
{
	font-family: Cambria;
	color: #7E6752;
	text-align: justify;
	font-size: 18px;
	text-indent: 70px;
}

#services_rgt h4
{
	font-family: Cambria;
	color: #000000;
	text-align: left;
	font-weight: bold;
}
#services_rgt li
{
	font-family: Cambria;
	color: #7E6752;
	text-align: left;
	font-size: 18px;
}


@media(max-width: 992px)
{
	.logo
	{
		margin-left: 50px;
	}
}