.bg-grey {
  background-color: #f3f3f3;
}

.list-unstyled.listService {
  margin: 50px 0px;
}

.OurservicePanel {
  display: block;
  padding: 10px 0;
  width: 100%;
  float: left;
  padding-bottom: 40px;
}

.OurservicePanel .heading {
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 0;
}

.OurservicePanel .heading small {
  display: block;
  font-size: 17px;
  color: #fff;
}

.OurservicePanel .listService {}

.OurservicePanel li {
  padding: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.OurservicePanel .contentDiv {
  position: relative;
  overflow: hidden;
  padding: 10px 40px 40px 10px;
  background-color: #fff;
}

.OurservicePanel .imgbox {
  height: 334px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: all 0.5s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.OurservicePanel li:hover .imgbox {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.OurservicePanel .imgbox:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(67, 67, 67, 0.04);
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, rgba(67, 67, 67, 0.0), rgba(0, 0, 0, 0.4));
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, rgba(67, 67, 67, 0.0), rgba(0, 0, 0, 0.4));
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.OurservicePanel .contBox {
  width: 360px;
  overflow: auto;
  padding: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: table;
  background: rgba(23, 22, 35, 0.7);
  margin: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s;
}

.OurservicePanel li:hover .contBox {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  /*background: rgba(0, 0, 0, 1);*/
  background-image: linear-gradient(90deg, #03228f 10%, #0e73e4 100%);
}

.OurservicePanel .contBox.Top {
  top: 0;
}

.OurservicePanel .contBox.Left {
  left: 0;
}

.OurservicePanel .contBox .ht4 {
  font-size: 17px;
  font-weight: 700;
  margin: 10px 0 20px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.OurservicePanel .contBox .ht4 span {
  color: #ffffff;
}

.OurservicePanel .contBox p {
  font-size: 17px;
  letter-spacing: .8px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}

.OurservicePanel .contBox a {
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  border: 1px solid #fff;
  padding: 7px 21px;
  transition: all 0.5s;
  float: left;
  margin-top: 10px;
  border-radius: 20px;
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.OurservicePanel .contBox a:hover {
  color: #0081ff;
  border-color: #0081ff;
  -webkit-transform: scale(1.3);
  transform: scale(1.1);
}

.heading_sec h2 {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 900;
  font-size: 35px;
  color: #18364A;
  margin: 0;
  padding: 40px 0;
}

.heading_sec h2 span {
  color: #18364A;
}

@media (max-width:767px) {
  .OurservicePanel .contBox {
    width: 100%;
    overflow: auto;
    padding: 20px;
    position: inherit;
    right: 0;
    bottom: 0;
    display: table;
    background: rgb(9 75 186) !important;
    margin: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s;
  }
  .OurservicePanel .contentDiv {
    position: relative;
    overflow: hidden;
    padding: 0;
    background-color: #fff;
  }
  .navbar-toggle .icon-bar {
    background: rgb(51, 51, 51);
  }
  .HeaderSection .menubar {
    background: rgba(0, 0, 0, 0.4)
  }
  #header .menubar .navbar-toggle {
    border: none;
  }
  .contentBox {
    padding: 0 20px;
  }
  .headingSec {
    display: block;
  }
  .heading {
    margin-top: 0px;
    font-size: 30px;
  }
  .headingSec .block__title {
    display: block;
  }
  .serPanle {
    min-height: inherit;
    height: auto;
    margin: 12px 0px;
    background: #eff3f5;
  }
  .featureDiv {
    background: inherit;
  }
  .serPanle .BoxPanelDiv {
    padding: 0px;
  }
  .absutDiv .HDtt {
    font-size: 17px;
    color: #202226;
    margin: 20px 0;
    font-weight: 600;
    padding: 19px;
    background: #fff;
  }
  .serPanle .absutDiv {
    position: relative;
    left: 0;
  }
  .BoxPanelDiv .imgbox {
    height: auto;
  }
  .OurclientPanel .box_wrap img {
    width: 100%;
    padding: 10px;
  }
  .OurclientPanel .box_wrap article {
    padding: 43px 10px 30px;
  }
  .OurclientPanel .headingSec {
    height: inherit;
    padding: 0px;
  }
  .listProjects .swiper-slide {
    width: 271px !important;
  }
  .projdectsSection {
    padding: 0px;
  }
  section.projdectsSection .swiper-buttons .swiper-button-next .fa,
  section.projdectsSection .swiper-buttons .swiper-button-prev .fa {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
  }
  .projdectsSection .swiper-buttons {
    top: 20px;
  }
  .OurclientPanel .DivBox {
    height: inherit;
    padding: 0px;
  }
  .OurclientPanel .title {
    position: relative;
  }
  .OurclientPanel article,
  #wrapper .OurclientPanel p {
    position: relative;
  }
  #wrapper .bgSect {
    z-index: -1;
  }
  .listclients {
    overflow-x: scroll;
    white-space: nowrap;
    width: calc(100%);
    margin: 0px 0 10px;
    display: block;
  }
  .listclients li {
    width: 300px;
    height: 299px;
    padding: 2px;
    float: inherit;
    -webkit-display: inline-flex;
    display: inline-flex;
    margin: 0 5px;
  }
  .listclients li.DivTwo {
    width: 260px;
  }
  .listclients li.DivTwo .DivBox {
    width: 260px;
    margin: 0 5px;
    float: left;
  }
  .OurclientPanel .box_wrap article,
  .OurclientPanel p {
    white-space: normal;
    padding: 0px 10px 15px;
    height: inherit !important;
    max-height: 200px;
    min-height: 150px;
    text-align: center;
  }
  .OurclientPanel .title {
    white-space: normal;
  }
}