

.LAkings-theme .our-clients{
	background:#3C4652;
}
.LAkings-theme .our-clients:before{
	background:transparent;
}
.LAkings-theme .our-clients .item > article > div.cnt *{
	color:#ffffff;
}
.LAkings-theme .our-clients .item > article * {
    color: #ffffff;
}
    .LAkings-theme .our-clients .item > article > div > p {
        color: #ffffff;
        font-size: 16px;
        line-height:24px;
    }

body section.full.blue, body header.full.blue, body footer.full.blue, body .bwd-module.full.blue{
	padding-top: 2.5rem;
    padding-bottom: 2.5rem;
	background: #0e0d3b;
}
@font-face {
  font-family: 'Linearicons';
  src: url('../Fonts/Linearicons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Conv_Muli';
    src: url('../Fonts/Muli.eot');
    src: local('☺'), url('../Fonts/Muli.woff') format('woff'), url('../Fonts/Muli.ttf') format('truetype'), url('../Fonts/Muli.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
.site-header.fixed .power-div {
    color: #000;
}
.site-header.fixed .headright-div b {
    display: none;
}
.site-header.fixed .alarm-box {
    display: none;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
   font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}
.LAkings-theme main .btn {
    display: inline-block;
    width: 70%;
    text-align: center;
    padding: 1rem 2.5rem;
    height: 5rem;
    font-size: 1.3rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #136498;
    background-color: #136498;
    border-radius: 2.5rem;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.LAkings-theme main .btn:hover {
    background-color: #fff;
    color: #136498;
	border: 2px solid #fff;
   
}
.LAkings-theme .our-clients .item > article .btn.green-btn{
	display: inline-block;
    width: auto;
    text-align: center;
    padding: 1rem 2.5rem;
    height: 5rem;
    font-size: 1.3rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #4c8b2b;
    background-color: #4c8b2b;
    border-radius: 2.5rem;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.LAkings-theme .our-clients .item > article .btn.green-btn:hover {
    background-color: #e05b40;
    border-color: #e05b40;
	color:#ffffff;
}
.LAkings-theme .our-clients .item > article .btn{
	color: #fff;
	width:auto;
	bottom:0;
    right: 1rem;
    width: 22rem;
    left: none;
    line-height: 28px;
}
  .LAkings-theme .our-clients .item > article .btn:hover {
    background-color: #fff;
    color: #136498;
   
  }
.LAkings-theme .our-clients .item > article div.align-center{
	display: block;
    margin: auto;
    text-align: center;
    right: auto;
    left: auto;
    float: none;
}
.LAkings-theme .our-clients .item > article .btn.align-center{
	display: inline-block;
    margin: auto;
    text-align: center;
    right: auto;
    left: auto;
    float: none;
}

.LAkings-theme .our-clients .item a:active.view-all, .LAkings-theme .our-clients .item a:hover.view-all{
	color: #ffffff;
}
.LAkings-theme .our-clients .item a.view-all:before {
	font-family: 'BWD';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	content: "\e901";
	font-size: 2rem;
	position: absolute;
	right: 0;
	top: 0.85rem;		
}
/*---header Css for All pages-----*/
.LAkings-logo {
  width: 75%;
  height: 80px;
  background: url("../Images/BWDcolor-logo.png") 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  margin-top: 25px;
}

.site-header.fixed .LAkings-logo {
  background: url("../Images/BWDcolor-logo.png") 0 0 no-repeat;
  margin-top: 15px;
  width: 85%;
  background-size: contain;
}

.LAkings-theme .LAkings-logo {
  width: 75%;
  height: 80px;
  background: url("../Images/BWDwhite-logo.png") 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  margin-top: 25px;
}

.LAkings-theme .site-header.fixed .LAkings-logo {
  background: url("../Images/BWDcolor-logo.png") 0 0 no-repeat;
  margin-top: 15px;
  width: 85%;
  background-size: contain;
}
@media screen and (max-width: 480px) {

  .LAkings-theme .LAkings-logo {
    width: 50%;
    margin-top: 10px;
  }

  .LAkings-theme .site-header.fixed .LAkings-logo {
    margin-top:10px;
    width: 50%;
  }
}
  @media screen and (min-width: 768px) {

    .LAkings-theme .our-clients .btn {
      bottom: 10rem;
      right: 1rem;
      width: 22rem;
      left: auto;
      line-height: 28px;
    }

      .LAkings-theme .our-clients .btn.bwd-btn {
        position: relative;
        float: right;
      }
  }

  .LAkings-theme .our-clients:before {
    background-color: #3C4652;
    color: #ffffff;
  }

  .LAkings-theme .our-clients .slide-carousel .owl-item {
    color: #136498;
  }

  .LAkings-theme .our-clients .item > article > div.cnt {
    color: #ffffff;
  }

    .LAkings-theme .our-clients .item > article > div.cnt h3 {
      color: #ffffff;
    }

  .LAkings-theme .our-clients .nav-carousel .owl-item:before {
    background-color: #5DBCD2;
  }

  .LAkings-theme .our-clients .nav-carousel .owl-item .mobile-client-content .log-img {
    width: 100% !important;
  }



  @media screen and (max-width: 767px) {
    .who-we-serve {
      float: none;
      padding: 100% 0 0;
      margin: 0 0 1px;
    }
  }


  @media screen and (min-width: 320px) {
    .table-responsive > .table {
      width: calc(100% - 30px);
    }
  }

