/*------------------------------------------------------------------
    File Name: custom.css
-------------------------------------------------------------------*/

/** ADD YOUR AWESOME CODES HERE **/

.col-md-12.btn-prod-filter {
    padding-bottom: 30px;
}
.btn-prod-filter button.button {
    background: #fff;
    border: solid 1px #e1e1e1;
    min-width: 122px;
    height: 50px;
    border-radius: 100px;
    padding: 0;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    color: #000;
    text-shadow:none;
    /*text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);*/
    position: relative;
    font-family: 'Poppins', sans-serif;
}
.footer_style_2 .cprt{padding-left: 0px;}
.footer_blog{width:100%;}

.btn-prod-filter button.button:hover{
    border: none;
    color: #fff;
    background: #17a5e9;
    background-size: 100% 100%;
    text-shadow:none;
}

button.button.is-checked {
    background: #17a5e9;
    color: #fff;
}

.brand_list li {
    width: 13%;
    margin: 0px 0.6%;
}


.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
}
.nbs-flexisel-item > a img {
	cursor: pointer;
	position: relative;	
	max-width:300px;
	max-height:100px;
}
ul#brand_list_slider h4 a {
  margin: 25px 0 8px 0;
  font-size: 0.9em;
  display: block;
  color:#999;
}
ul#brand_list_slider h4 a:hover {
  color: #026466;
  text-decoration: none;
}
ul#brand_list_slider p{
  font-size: 0.8em;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 35px;
	height: 35px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top:30px;
        display: none;
}
.nbs-flexisel-nav-left {
	left: -64px;
  background: url(../images/right.png) no-repeat 0px 0px;
  top: 20.5px!important;
}
.nbs-flexisel-nav-right {
	right: -60px;
	background: url(../images/left.png) no-repeat 0px 0px;
	top: 20.5px!important;
}	

.brand_list li{margin:0.2%}

#movetop{     
  display: none;  
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 35px;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-color: #039ee3;
  color: white;
  cursor: pointer;
  /* padding: 15px; */
  border-radius: 35px;
}

.custmap{
    height: 0;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.custmap #gmap_canvas{
   position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
    border: 1px solid #ccc;
}
button.close {
  top: -2px;
  position: relative;
  left: 7px; 
}

.footer_blog {
  padding: 37px 75px 100px 75px;
}

.padding_layout_1 {
  padding-top: 45px;
  padding-bottom: 20px;
}

.footer-service-menu li{
  color: #666;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.social_icon{
  position: absolute;
  right: 215px;
}

.cust_text_div .categary li:hover, .cust_text_div .categary li:focus {
  color: #fff;
}

.cust_service_div .service_blog_inner{
  text-align: center;
}

@media (max-width: 576px){
.about  .col-sm-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
}

@media (max-width: 991px){
  #navbar_menu.small-screen ul li .active {
    color: #039ee3 !important;
  }

  .about_service .icon {
    justify-content: center;
  }
  
  .about_service .service-heading{
    text-align: center;
  }
}

@media (min-width: 991px){
  .about_service .center{
    justify-content: left;
  }
}