/*------------------------------------------------------------------
 * This is main css file for print view.
 -------------------------------------------------------------------*/
@media only print {
  header, footer,
  .title_outer,
  .portfolio_print,
  header.page_header {
    display: none !important;
  }
  .container_inner {
    max-width: 80%;
  }
  div[class*='columns'] > div[class^='column'] {
    float: none;
    width: 100%;
  }
  html,
  body,
  .wrapper,
  .wrapper-inner .container,
  .container-inner {
    padding-top: 0 !important;
    margin-top: 0 !important;
    top: 0 !important;
  }
}


.mobile-fixed-contact {
    display: none;
}

@media only screen and (max-width: 768px) {
.mobile-fixed-contact {
	display: block;
	position: fixed;
	width: 100%;
	bottom: -1px;
	right: 0;
	left: 0;
	z-index: 9999;
}

.bolme {
display: table;
width: 50%;
float: left;
height: 6vh;
text-align: center;
}

.bolme a {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
text-decoration: none;
color: white;
font-size: 17px;
}

.ara {
background: #1769b8;
}

.whatsapp {
background-color: green;
font-size: 22px;
}

.bolme a i {
	margin-right: 8px;
}	
	
	
}