/* Add here all your CSS customizations */
.co-contact{
	background-image: url('../img/contact.jpg');
	    padding: 85px 50px;
}


.co-container{
	padding-left: 0px;
}
 
 html, body{
 	overflow-x: hidden!important;
 	height:100%;
 }

 #page-wrap {
     width: 900px;
     margin: 0 auto;
}

/*Product start*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,600);
figure.snip0068 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
  margin-bottom: 80px;
}

figure.snip0068 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

figure.snip0068 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

figure.snip0068 figcaption {
  position: absolute;
  bottom: 0;
  left: 18%;
  right: 18%;
  height: 100%;
}

figure.snip0068 figcaption > div {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 50%;
}

figure.snip0068 h3,
figure.snip0068 span {
  margin: 0;
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  font-weight: 300;
  text-transform: uppercase;
}

figure.snip0068 h3 {
  background: #333333;
  position: relative;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}

figure.snip0068 span {
  background: #ffffff;
  color: #4d4d4d;
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}

figure.snip0068 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}

figure.snip0068.blue {
  background: #ffb027;

}

figure.snip0068.blue h3 {
  font-size: 20px;
	color: #fff;
  background: #ffb027;
}

figure.snip0068:hover img,
figure.snip0068.hover img {
  opacity: 0.35;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip0068:hover figcaption h3,
figure.snip0068.hover figcaption h3 {
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}

figure.snip0068:hover figcaption span,
figure.snip0068.hover figcaption span {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}

/*product end*/

.products{
	
  background-color:#e4e4e4;
}

.product-row{
	margin-top: 40px;
	margin-bottom: 40px;
}

/*.aboutus{
	background-color:#ededed;
}*/

.space-top{
	margin-top: 15px;
}

.write_img{
	margin-left:-20px;
}

.service_1{
	background-color: #ededed;
	width: 100%;
	height:230px;
}

.service_text{
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    
}

.service_text h4{
	text-align: center;
	color:#000;
	padding:20px 0px 20px 0px;
	font-weight: bold;
}

/*.services{
	background-color:#ededed; 
}*/



.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.button {
    background-color: #000; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 20px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button1 {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button1:hover {
    background-color: #ffb027;
    color:#000;
}

#buttons {
  padding-top: 50px;
  text-align: left;
}

.btn1 {
  border-radius: 5px;
  padding: 9px 10px;
  font-size: 16px;
  text-decoration: none;
  
  color: #fff;
  position: relative;
  display: inline-block;
}

.btn1:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}

.blue {
	color:#fff;
  background-color: #d1901f;
  

}

.blue:hover {
  background-color: #ffb027;
    color:#fff;
    text-decoration:none;
}

.section_tittle {
  text-align: center;
  margin-top: 80px;
}
.section_tittle h2 {
  position: relative;
  z-index: 3;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight:bold;
  text-transform: uppercase;
  color: #333333;
  padding-top: 13px;
  padding-bottom: 40px;
}
.section_tittle h2:before {
  content: attr(data-line);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #ededed;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 80px;
  line-height: 60px;
  z-index: -1;
  text-transform: uppercase;
  color:#f1f1f1;
}
.section_tittle h2:after {
  content: "";
  height: 3px;
  width: 60px;
  background: #333333;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}


#creative-concept{
      background: #f3f3f3;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}

.products .shape-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent url(img/top-triangle.png) no-repeat scroll center bottom;
    height: 250px;
}

svg {
    fill: currentcolor;
    width: 15px;
    height: 15px;
}

.svg.shape svg {
    width: 100%;
    height: 100%;
    color: #fff;
}

.svg.another svg {
    color: #e4e4e4;
}

.svg.shape {
    position:relative;
    bottom: -10px;
    left: 0;
    width: 100%;
   }

   .text h3{
    color:#c7c7c7;
    padding-bottom: 50px;
    font-weight:bold;
    font-size:18px;
    line-height: 20px;
   }

   .services2{
    margin-top:120px;
   }

.scolor{
  color:#000;
      font-weight: 700;
    font-size: 14px;
}

.tp-caption{
  background-color: #00000038!important;
  padding:20px;
}
.contact li{
  text-align:left;
}
p{
  font-size:14px;
}

.img-fluid{
 display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}
.img-caption{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
    padding-top: 25px;
    color:#000;
}

.img-caption h5{
    line-height:22px!important; 
    color:#000;
    font-weight:600;
    font-size: 14px;
    margin-top: -20px; 
}

.serv_1{
  padding: 10px 10px 10px 10px;
    border-radius: 5px;
    transition: all ease 0.5s 0s;
  }

.serv_1:hover{
  background-color: #fff;
  box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.55);
  
}

.icon_box{
  margin-bottom: 30px;
}

.service_top{
  margin-top:-20px;
}

.right{
  float:right;
}







