.list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	min-height:438px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.list_inner .overlay_color {
    background-color: #1eb2ff;
	position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 5;
	min-height:438px;
}
.list_inner .overlay_pattern {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    background-image: url(../images/light-wool.png);
    background-repeat: repeat;
	min-height:438px;
}
.list_inner .play_button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 15;
}
.list_inner .play_button a {
    border: 5px solid #fff;
    padding: 35px;
    border-radius: 100%;
    text-decoration: none;
    color: #fff;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.list_inner .play_button .svg {
    position: relative;
    top: 0px;
    left: 4px;
    width: 20px;
    height: 20px;
    display: inherit;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.list_inner:hover .play_button a {
    transform: scale(1.2);
    border-color: rgba(255,255,255,.5);
}
.list_inner .video_trailer {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 32px;
    z-index: 15;
}
.buildify_tm_short_service_list .list_inner .video_trailer span {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: "Montserrat";
}
.full_hover {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 333;
}
.list_inner .video_trailer span{
	font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
}
#gp-header .logo img {
    margin-top: 17px;
}
.gp-megamenu-parent > li{
	margin-right: -12px;
}
.blog.one_col .blog-content {
    margin-left: 20px;
}

.bk-accordion .card {
  border: 0 none;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.bk-accordion .card-header {
  position: relative;
  background: transparent;
  padding: 0;
  border: 0 none; }
  .bk-accordion .card-header h5 a.acc-btn {
    color: #111;
    font-size: 18px;
    line-height: 1.2;
    padding: 0;
    font-weight: 600;
    border: 0 none;
    font-family: "Poppins", sans-serif;
    -webkit-appearance: none;
    display: block;
    background: #f7f7f7;
    padding: 20px 26px;
    margin: -1px -1px 0;
    border: 0 none;
    position: relative;
    border-radius: 5px 5px 0 0; }
    
    .bk-accordion .card-header h5 a.acc-btn[aria-expanded="true"] {
      background: #1eb2ff;
      color: #ffffff; }
     

.bk-accordion .card-body {
  padding: 27px 25px 39px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.58;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  border: 0 none;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 0 0 5px 5px; }

/* Accordion Style 02 */
.bk-accordion-style--2 .card {
  border: 0 none;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.bk-accordion-style--2 .card-header {
  position: relative;
  background: transparent;
  padding: 0;
  border: 0 none; }
  .bk-accordion-style--2 .card-header h5 a.acc-btn {
    color: #111;
    padding: 0;
    font-weight: 600;
    border: 0 none;
    font-family: "Poppins", sans-serif;
    -webkit-appearance: none;
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    padding: 14px 0 14px 26px; }
    .bk-accordion-style--2 .card-header h5 a.acc-btn::before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-family: Font Awesome\ 5 Free;
      font-weight: 900;
      content: "+";
      left: 0;
      font-size: 18px;
      color: #222222;
      font-weight: 700; }
    .bk-accordion-style--2 .card-header h5 a.acc-btn[aria-expanded="true"] {
      background: transparent;
      color: #0038E3; }
      .bk-accordion-style--2 .card-header h5 a.acc-btn[aria-expanded="true"]::before {
        content: "-";
        color: #0038E3; }

.bk-accordion-style--2 .card-body {
  padding: 5px 0 21px 26px;
  font-weight: 500;
  line-height: 1.58;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  border: 0 none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border-radius: inherit; }

