/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

header .header_inner_right {
    display: none !important;
}
.white-text{
	color: #ffffff !important;
}
.text-center {
	text-align: center !important;	
}

div#blocks {
    padding: 50px 10px;
}
.contact-details .service_table_title_holder .service_title{
    height: 0px !important;
}
.display-none{
	display:none !important;
}
.contact-details .service_table_title_holder .service_title {
    height: auto !important;
}
.download-button#nav-menu-item-15366 a span:first-of-type {
    color: #ffffff !important;
    border-color: #ffffff !important;
    background-color: #1abc9c !important;
    padding: 12px 25px;
    border-radius: 25px;
    border-width: 2px;
}


/* hexagon CSS S */
  .ibws-fix {
    margin: 0px;
    padding: 0px;
    max-width: 400px;
    width: 100%;
    margin: auto;
  }
  .ser-cnt-sc{
    padding: 40px 0;
  }
  .honeycomb ul li a{
      display: inline-block;
      width: 100%;
      height: 100%;
      color: #fff;
      text-align: center;
      text-decoration: none;
      font-size: 30px;
      line-height: 110%;
  }
  .ser-cnt-sc span.ser-ttl {
	  font-size: 11px;
	  line-height: 120%;
      display: inline-block;
      font-weight: 600;
      text-transform: capitalize;
  }
  .ibws-fix:before,.ibws-fix:after {
    content: '';
    clear: both;
    display: table;
  }
  .hexagon {
    list-style: none;
    position: relative;
    display: inline-block;
    margin: 1px 18px;
    background-color: #39BDB2;
    text-align: center;
    float: left;
    width: 96px;
    height: 165px;
	z-index: 9;
  }
  .hexagon:nth-child(3n+1) {
    clear: left;
  }
  .hexagon::before, .hexagon::after {
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  .hexagon::before {
    background-color: inherit;
    content: "";
    position: absolute;
    left: 0;
    transform: rotate(-60deg);
  }
  .hexagon::after {
    background-color: inherit;
    content: "";
    position: absolute;
    left: 0;
    transform: rotate(60deg);
  }

  .hexagon:nth-child(1),
  .hexagon:nth-child(4){
    left: -15px;
  }
  .hexagon:nth-child(3),
  .hexagon:nth-child(6){
    right: -15px;
  }
  .hexagon:nth-child(2),
  .hexagon:nth-child(5) {
    top: -83px;
  }

  .hexagon:nth-child(7) {
    right: -132px;
    top: -83px;
  }
.header_inner_left .q_logo a {
    height: 58px !important;
}
  @media (max-width: 575px) {
    .ibws-fix{
      margin: 0px;
      padding: 0px;
      /* max-width: 400px; */
      width: 100%;
      margin: auto;
      width: 100%;
      /* animation-fill-mode: backwards; */
      display: flex;
      flex-direction: column;
      margin: 0 auto;
      max-width: 100%;
      justify-content: center;
      align-items: center;
    } 
    .hexagon:nth-child(1),
    .hexagon:nth-child(4){
      left: 0;
    }
    .hexagon:nth-child(3),
    .hexagon:nth-child(6){
      right: 0;
    }
    .hexagon:nth-child(2),
    .hexagon:nth-child(5) {
      top: 0;
    }

    .hexagon:nth-child(7) {
      right: 0;
      top: 0;
    } 
  }
/* hexagon CSS E */