.nodisplay {
  display: none;
}

body {
  background: #eee;
  font-family: 'Roboto';
}

.devroid_logo img {
  width: 150px !important;
  /*height: 50px;*/
}

.sections_wbg {
  background: #fff;
  padding: 20px;
}

.sections_bbg {
  background: #0f3460;
  padding: 20px;
}

.sections_rbg {
  background: #e94560;
  padding: 20px;
}

.main_menu .nav-item .nav-link:hover {
  color: #e94560 !important;
}

.inner_section {
  padding: 20px 0;
}

.section_heading {
  text-align: center;
}

.heading_para {
  text-align: center;
  font-size: 18px;
}

.whead {
  color: #fff;
}

.heading_btxt {
  color: #0f3460;
}

.heading_rtxt {
  color: #e94560;
}

.box_col {
  border: 1px solid #d5d5d5;
  padding: 15px;
  /*background: #0f3460;*/
  /*color: #fff;*/
}

.box_col h4 {
  color: #0f3460;
}

.service_box {
  padding: 20px 0;
}

.service_cbox .service_txtbox {
  margin-bottom: 20px;
}

.services_img {
  height: 100px;
  background: yellow;
}

.services_img.img1 {
  background: url(../../assets/img/s1.png) no-repeat;
  background-size: 100% 150px;
}

.services_img.img2 {
  background: url(../../assets/img/s2.png) no-repeat;
  background-size: 100% 150px;
}

.services_img.img3 {
  background: url(../../assets/img/s3.png) no-repeat;
  background-size: 100% 150px;
}

.services_img.img4 {
  background: url(../../assets/img/s4.png) no-repeat;
  background-size: 100% 150px;
}

.services_img.img5 {
  background: url(../../assets/img/s5.png) no-repeat;
  background-size: 100% 150px;
}

.services_img.img6 {
  background: url(../../assets/img/s6.png) no-repeat;
  background-size: 100% 150px;
}

.services_img.img7 {
  background: url(../../assets/img/s7.png) no-repeat;
  background-size: 100% 150px;
}

.services_img.img8 {
  background: url(../../assets/img/s8.png) no-repeat;
  background-size: 100% 150px;
}

.services_img.img9 {
  background: url(../../assets/img/s9.png) no-repeat;
  background-size: 100% 150px;
  background-position: 0 -14px;
}

.services_img.img10 {
  background: url(../../assets/img/s10.png) no-repeat;
  background-size: 100% 150px;
}

.services_img.img11 {
  background: url(../../assets/img/s11.png) no-repeat;
  background-size: 100% 150px;
}

.services_img.img12 {
  background: url(../../assets/img/s12.png) no-repeat;
  background-size: 100% 150px;
  background-position: 0 -29px;
}

.services_img.img13 {
  background: url(../../assets/img/s13.png) no-repeat;
  background-size: 100% 150px;
}

.services_img.img14 {
  background: url(../../assets/img/s14.png) no-repeat;
  background-size: 100% 150px;
}

.services_img.img15 {
  background: url(../../assets/img/s15.png) no-repeat;
  background-size: 100% 150px;
}

.services_img.img16 {
  background: url(../../assets/img/s16.png) no-repeat;
  background-size: 100% 150px;
}

.services_txt {
  padding: 15px;
  background: #fff;
}

.services_txt span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.services_listbox {
  padding: 15px;
  border: 1px solid #eee;
  background: #fff;
}

.services_listbox h4 {
  text-align: center;
  color: #0f3460;
  font-weight: bold;
}

.services_list {
  margin: 0;
  padding: 0;
}

.services_list li {
  list-style: none;
}

.services_list li a {
  color: #222;
  font-size: 20px;
  display: block;
  padding: 10px 10px;
  /*text-align: center;*/
}

.clients_box .colbox {
  margin-bottom: 15px;
  text-align: center;
}

.connect_box {
  padding: 15px 0;
}

.connect_box h3 {
  color: #fff;
}

.connectt_btn {
  background: #e94560;
  color: #fff;
  font-size: 20px;
  margin: 15px 0;
  font-weight: bold;
}

.connectt_btn:hover {
  color: #fff;
  background: #246fc8;
}

.adddress_box span {
  display: block;
}

.formbtn {
  background: #0f3460;
  color: #fff;
}

.formbtn:hover {
  background: #1a467a;
  color: #fff;
}

.banner {
  background: #0f3460 url(../../assets/img/bannerimg.png);
  background-position: 20px 73px;
}

.banner_box {
  text-align: center;
  padding: 20px 0;
}

.banner_box h2 {
  color: #fff;
}

