/*
 * ------------------------------------------------------------------------
 * JA Elastica Template for J25 & J3x
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2018 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/


/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.wrap {
  clear: both;
  width: 100%;
}

.main {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

.column {
  float: left;
  overflow: hidden;
}

.ja-mass {
  clear: both;
}

/* Gutter ---*/
.main .inner {
  padding-left: 1em;
  padding-right: 1em;
}

.main .main-inner1 {
  margin-left: 1em;
  margin-right: 1em;
}

/* Reset Basetheme */
#ja-main-wrap div.ja-moduletable,
#ja-main-wrap div.moduletable,
#ja-main-wrap div.ja-module,
#ja-main-wrap div.module {
  margin-right: 0;
  margin-left: 0;
}

/* Redefine gutter for module-inner */
#ja-main-wrap div.ja-moduletable-inner,
#ja-main-wrap div.moduletable-inner,
#ja-main-wrap div.ja-module-inner,
#ja-main-wrap div.module-inner,
#ja-extra-col div.module-inner {
  margin: 1em;
}

/* MASONRY PRESETS (240px*5 Grids)
--------------------------------------------------------- */
/* Sizes---*/
.ja-masonry {
  width: 240px;
}

.grid-double {
  width: 480px;
}

.grid-tripple {
  width: 720px;
}

.ja-masonry .custom,
.grid-double .custom,
.grid-tripple .custom {
  width: auto;
}

/* Main Content */
#ja-content {
  width: 720px;
  /* 3 grids */
}

.ja-frontpage #ja-content {
  width: 480px;
  /* Frontpage Content 2 grids */
}

.ja-mf #ja-content {
  width: 100% !important;
  /* Full */
}

/* full 5 grids content */
body.content-grid-mass #ja-content,
body.content-grid-mass.ja-frontpage #ja-content {
  width: 100% !important;
}

/* 4 grids content */
body.content-grid-quadruple #ja-content,
body.content-grid-quadruple.ja-frontpage #ja-content {
  width: 960px;
}

/* 3 grids content */
body.content-grid-tripple #ja-content,
body.content-grid-tripple.ja-frontpage #ja-content {
  width: 720px;
}

/* 2 grids content */
body.content-grid-double #ja-content,
body.content-grid-double.ja-frontpage #ja-content {
  width: 480px;
}

/* 1 grids content */
body.content-grid-single #ja-content,
body.content-grid-single.ja-frontpage #ja-content {
  width: 240px;
}


/* CONTENT'S GRIDS
--------------------------------------------------------- */
/* Items Page */
.item-page {
  padding: 1.5em;
}

/* Items Row */
.items-row {
  padding: 0;
  margin: 0;
}

.item {
  float: left;
  position: relative;
  padding: 1em 0;
}

.item .contentpaneopen {
  padding: 1.5em;
}

/* Items Leading */
.items-leading {
  padding: 0;
  margin: 0;
}

.items-leading .leading {
  padding: 1em 0;
}

.items-leading .leading:first-child {
  padding-top: 0;
}

.leading .contentpaneopen {
  padding: 1.5em;
}

/* Items Grids */
.cols-1 .item {
  width: 100%;
}

.cols-2 .item {
  width: 50%;
}

.cols-3 .item {
  width: 33.33%;
}

.cols-4 .item {
  width: 25%;
}

.cols-5 .item {
  width: 20%;
}



/* MAIN NAVIGATION 
--------------------------------------------------------- */
/* hide menu button by default */
#ja-menu-button {
  display: none;
  position: relative;
}

div#ja-header .main {
  float: left;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

#bd #ja-header .main-inner1 {
  background: #fff;
  margin: 0;
  float: left;
  width: 100%;
}

div#topbar {
  float: left;
  width: 100%;
  background: #353535;
  padding: 8px 0;
}

div#topbar .custom_topbar {
  float: right;
  width: 36%;
}

div#topbar .custom_topbar p {
  float: left;
  margin: 0 0 0 12px;
  font-size: 15px;
  font-family: Lato;
}

.logo {
  float: left;
  width: auto;
  margin-left: 3px;
  width: 348px;
  height: 82px;
}
div#ja-mainnav {
  max-width: 100%;
  width: auto;
  float: right;
  padding: 7px 0;
  margin: 1.5% 2% 0 0;
}

#bd .ja-megamenu ul.level0 li.active {
  background: none;
}

#bd .ja-megamenu ul.level0 li.active a.mega {
  color: #F95353;
}

#bd .ja-megamenu ul.level0 li a.mega {
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0 1.5em;
}

div#ja-container {
  float: left;
  width: 100%;
  max-width: 100%;
}

#bd #ja-container div#ja-main-wrap {
  float: left;
  width: 100%;
  max-width: 100%;
}

#bd.com_content #ja-content-main {
  float: left;
  width: 100%;
  margin: 0;
}

.b_item {
  float: left;
  width: 100%;
  position: relative;
}

.banner_box {
  float: left;
  width: 100%;
  padding: 3% 0 3% 4%;
  background: #F5F4F2;
  box-sizing: border-box;
}

.banner_content {
  position: absolute;
  bottom: 0;
  background: #fff;
  left: 7%;
  padding: 0.5%;
  width: 46%;
}

.banner_box h2 {
  float: left;
  width: 90%;
  font-size: 30px;
  margin: 0 5%;
  font-family: Lato;
  line-height: 1.4;
  font-weight: 600;
}

.banner_box p {
  float: left;
  width: auto;
  border-bottom: 1px solid #BC8C4C;
  font-family: Lato;
}

div#whybella {
  float: left;
  width: 100%;
  margin: 2% 0;
}

.moduletable_why {
  float: none;
  width: 90%;
  margin: 0 auto;
}

.custom_why {
  float: left;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
}

.custom_why h4 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: Lato;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}

.custom_why p {
  float: left;
  width: 100%;
  font-size: 15px;
      text-transform: none;
  margin: 1% 0;
  font-family: Lato;
  color: #222;
}

.why_features {
  float: left;
  width: 100%;
}

.left_feature {
  float: left;
  width: 50%;
  display: table;
}

.right_feature {
  float: right;
  width: 50%;
}

.why_features li {
  float: left;
  width: 100%;
  border: none;
  text-align: left;
  background: no-repeat;
  display: flex;
  flex-direction: row;
  padding: 0;
  align-items: center;
  color: #222;
  font-family: Lato;
  font-size: 14px;
}

.why_features ul {
  float: left;
  width: 100%;
  overflow: hidden;
}

.why_features li img {
  float: right;
  text-align: right;
}

.why_features .left_feature li {
  float: right;
  width: auto
}

.animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-item {
  float: left;
}

.b_item .banner {
  float: left;
  width: 100%;
  transition: 7s;
}

.carousel_banner {
  float: left;
  width: 100%;
}

.custom_banner .owl-stage-outer {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.owl-item .b_item .banner {
  transform: scale(1) translate3d(10px, 10px, 10px);
}

.owl-item.active .b_item .banner {
  transform: scale(1.10) translate3d(-10px, 14px, 050px);
}

div#slide_one {
  float: left;
  width: 100%;
}

.swiper-container {
  width: 100%;
  float: left;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-wrapper {
  float: left;
  width: 100%;
}

.swiper-pagination.swiper-pagination-fraction {
  float: left;
  width: 100%;
  bottom: -10px;
}

.left_cont {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0;
  align-items: center;
}

.left_p {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 2%;
  text-align: center;
  margin: 9% 0 0;
}

.right_img {
  float: left;
  width: 100%;
}

#slide_two {
  float: left;
  width: 100%;
}

#slide_three {
  float: left;
  width: 100%;
}



.controller {
  float: none;
  width: 50%;
  position: absolute;
  bottom: 34px;
  margin: 0 25%;
  background: #fff;
}

.swiper-pagination.swiper-pagination-fraction {
  float: left;
  width: 100%;
  bottom: 25px;
  background: #ffffff55;
  color: #000;
  font-size: 13px;
}

#slide_two .controller {
  right: 0;
}

#slide_two .swiper-pagination.swiper-pagination-fraction {
  float: left;
  width: 100%;
  right: 0;
  left: inherit;
}

.slider_sect {
  margin: 0% auto;
  width: 90%;
}

#bd #ja-footer {
  float: left;
  width: 100%;
  background: #252525;
  text-shadow: none;
  padding: 0;
}

#ja-poweredby {
  display: none;
}

.ja-copyright {
  float: left;
  width: 100%;
}

.boxer_foot {
  float: left;
  width: 25%;
  text-align: justify;
  color: #fff;
  box-sizing: border-box;
  padding: 0 5% 0 0;
}

#bd #ja-footer .main {
  max-width: 100%;
  width: 100%;
}

.boxer_foot h4 {
  float: left;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  margin: 0 0 4%;
  font-size: 17px;
}

.boxer_foot p {
  float: left;
  width: 100%;
  text-align: left;
  line-height: 21px;
  color: #ccc;
  font-size: 16px;
  margin: 0 0 9%;
}

.boxer_foot ul {
  float: left;
  width: 100%;
}

.boxer_foot ul li {
  padding: 0;
  float: left;
  width: 100%;
  margin: 0 0 8%;
  background: none;
}

#bd .boxer_foot ul li a {
  float: left;
  width: 100%;
  border: none;
  text-decoration: none;
  color: #ccc;
  font-size: 16px;
}

.custom_footer {
  float: left;
  width: 100%;
  padding: 2% 5%;
}

.custom_footer .boxer_foot:nth-child(1) {
  padding: 0 2% 0 0;
  width: 30%;
}

.custom_footer .boxer_foot:nth-child(3) {
  width: 20%;
}

.custom_copyright {
  float: left;
  width: 100%;
  border-top: 1px solid #3B3B3B;
}

.copy {
  float: left;
  width: 100%;
  padding: 1% 5%;
  box-sizing: border-box;
}

.copy p {
  float: left;
  width: 50%;
  text-align: left;
  color: #fff;
  font-size: 15px;
}

p.zinavo {
  text-align: right;
}

div#about {
  float: left;
  width: 100%;
  text-align: center;
}

.moduletable_about {
  margin: 0 auto;
  width: 100%;
  float: left;
}

.about_service {
  float: left;
  width: 100%;
  background: #EEEEEE;
  padding: 0% 30%;
  box-sizing: border-box;
}

.cont_bo {
  float: left;
  width: 25%;
}

div#about {
  float: left;
  width: 100%;
  text-align: center;
  margin: 2% 0;
}

.moduletable_about {
  margin: 0 auto;
  width: 100%;
  float: left;
}

.about_service {
  float: left;
  width: 100%;
  background: #EEEEEE;
  padding: 2% 4%;
  box-sizing: border-box;
}

.cont_bo {
    float: left;
    width: 18%;
    margin: 0 1%;
    transition: 0.5s;
    cursor: pointer;
    padding: 13px 0;
}

.swiper-slide.swiper-slide-next {
  opacity: 0;
}

#bd .swiper-button-next:after,
#bd .swiper-button-prev:after {
  font-size: 0;
  padding: 10px 22px;
  background: url(../images/arrow.png) no-repeat;
  background-size: 20px;
  background-position: left;
}

#bd .ja-megamenu ul.level0 li.mega a.mega {
  height: auto;
}

#bd .ja-megamenu ul.level0 li.mega {
  height: auto;
}

#bd .ja-megamenu ul.level0 li.mega span.menu-title {
  margin: 0;
  font-size: 16px;
  font-family: Lato;
  font-weight: 500;
}

#bd .ja-megamenu ul.level0 li.over,
#bd ul.level0 li.haschild-over {
  background: none;
}

div#banner_slider .owl-nav {
  display: none;
}

div#feature {
  float: left;
  width: 100%;
  text-align: center;
}

.left_p h4 {
  font-size: 17px;
  font-family: Lato;
  width: 100%;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
}

h1,
h2,
h3,
h4,
h5,
p,
h6,
span,
a {
  font-family: Lato;
}

.left_p p {
  font-weight: 400;
  font-family: Lato;
  color: #222;
  font-size: 16px;
  text-align: center;
  margin: 0 0 4%;
}

.left_p a {
  border: 1px solid #333;
  padding: 2px 9px;
  color: #000;
  text-decoration: none;
}

#bd .swiper-button-prev:after {
  transform: rotate(180deg);
}

.custom_about h4 {
  float: left;
  width: 100%;
  font-size: 18px;
  font-family: Lato;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
  margin: 1% 0 2%;
}

.cont_bo p {
  float: left;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  font-family: Lato;
  padding: 0 9%;
  box-sizing: border-box;
  margin: 0;
}

.custom_interioer h4 {
  float: left;
  width: 100%;
  font-size: 18px;
  font-family: Lato;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
  margin: 1% 0 3% 0;
}

.slider_sect_box {
  float: left;
  width: 100%;
}

.list_interior {
  float: left;
  width: 84%;
  margin: 0 8%;
}

.list_interior ul {
  float: left;
  width: 100%;
}

.boxer_foot h4 {
  font-family: lato;
  text-transform: capitalize;
}

.list_interior ul li {
  float: left;
  width: 21%;
  transition: 0.5s;
  background: none;
  padding: 11px 0;
  margin: 1% 2%;
  font-size: 16px;
  cursor: pointer;
}

div#last_projects {
  float: left;
  width: 100%;
  text-align: center;
  margin: 4% 0;
  position: relative;
}

#bd #last_projects .moduletable {
  margin: 0 auto;
  width: 88%;
}

#bd #last_projects .moduletable h3 {
  float: left;
  width: 100%;
  font-size: 18px;
  font-family: Lato;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
  margin: 1% 0 1% 0;
}

.projects_latest {
  float: left;
  width: 100%;
  position: relative;
}

.owl-stage-outer {
  overflow: hidden;
}

.project_item {
  float: left;
  background: #000;
  width: 92%;
  position: relative;
  cursor: pointer;
  margin: 0 4%;
  height: 326px;
  transition: 0.5s;
}

.fadeOuter {
  float: left;
  position: absolute;
  top: 0;
  height: 85%;
  align-items: center;
  border: 2px solid #fff;
  width: 90%;
  left: 5%;
  margin: 5% 0;
  box-sizing: border-box;
  padding: 13% 6%;
  opacity: 0;
  transition: 0.5s;
}

.fadeOuter p {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
}

.fadeOuter a {
  float: left;
  width: 100%;
}

.project_item:hover .fadeOuter {
  opacity: 0;
  transition: 0s;
}

.project_item:hover img {
  opacity: 0;
}

.project_item img {
  background: #000;
}

.fadeOuter p {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 27px;
}

.fadeOuter a {
  float: left;
  width: 100%;
  color: #FF4949;
  font-size: 16px;
  font-weight: 800;
}

.project_item:hover .fadeOuter {
  opacity: 0;
  transition: 0.5s;
}

.project_item:hover img {
  opacity: 0;
}
.project_item:hover  {
  transform: scale(1.05);
}


.image_galler_serives_item {
    height: 200px;
    float: left;
    transition: 0.5s;
    width: 29.3%;
    margin: 1% 2% 2%;
    overflow: hidden;
}

.image_galler_serives_item:hover {transform: scale(1.05);}.project_item img {
  background: #000;
  opacity: 0;
}

.fadeOuter h4 {
  float: left;
  width: 100%;
  color: #fff;
  font-family: Lato;
  font-weight: 600;
  font-size: 17px;
}

.fadeOuter a:hover {
  color: #fff;
}

#last_projects .owl-nav {
  display: block;
  float: left;
  width: 100%;
  position: absolute;
  top: 43%;
}
#last_projects .owl-nav button.owl-prev {
    float: left;
    font-size: 48px;
    margin: 0 -20px;
}

#last_projects .owl-nav button.owl-next {
    float: right;
    font-size: 48px;
    margin: 0 -20px;
}
div#testimonial {
  float: left;
  width: 100%;
  text-align: center;
  background: #EEEEEE;
  padding: 2% 0;
  box-sizing: border-box;
}

#testimonial .moduletable h3 {
  float: left;
  width: 100%;
  font-size: 18px;
  font-family: Lato;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
  margin: 1% 0 1% 0;
}

.projects_testimonial {
  float: left;
  width: 100%;
  text-align: left;
}

div#testimonial .moduletable {
  margin: 0 auto;
  width: 90%;
}

.testimonial_item {
  float: left;
  width: 100%;
}

.testimonial_item img {
  float: left;
  margin-right: 5%;
  width: 12%;
}

.testimonial_item span {
  float: right;
  margin: 2%;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

p.testimonial_cont {
  float: left;
  width: 83%;
  text-align: justify;
  line-height: 27px;
  font-size: 14px;
}

#testimonial .owl-nav {
  float: left;
  width: 100%;
  text-align: center;
}

#testimonial .owl-nav button {
  margin: 2% 2% 0.5%;
  background: #fff;
  border: none;
  transform: scale(2);
  cursor: pointer;
}

div#portfolio {
  float: left;
  width: 100%;
  text-align: center;
}

.left_img_pot {
  float: left;
  width: 46%;
  text-align: left;
}

.rigt_cont {
  float: left;
  width: 54%;
}

.boxer_count {
  float: left;
  width: 50%;
  padding: 9% 0;
  box-sizing: border-box;
}

.custom_portfolio {
  float: left;
  width: 100%;
}

.boxer_count:nth-child(1) {
  border-right: 1px solid #eee;
}

.boxer_count:nth-child(3) {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  width:100%;
}

.boxer_count:nth-child(4) {
  border-top: 1px solid #eee;
}

span.count_boxer {
  float: left;
  width: 100%;
  font-size: 23px;
  font-family: Lato;
  font-weight: 500;
  color: #222;
}

.boxer_count p {
  float: left;
  width: 100%;
  color: #222;
  font-size: 18px;
}

div#products {
  float: left;
  width: 100%;
  margin: 2% 0;
  text-align: center;
}

div#products h3 {
  float: left;
  width: 100%;
  font-size: 18px;
  font-family: Lato;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
  margin: 2% 0 2% 0;
}

.partners_slide {
  float: left;
  width: 100%;
  margin: 0 0 1%;
}

.clients_slide {
  float: left;
  width: 100%;
}

div#products .owl-nav {
  display: none;
}

div#products .moduletable {
  margin: 0 auto;
  width: 90%;
}

button#gitbtn {
  float: right;
  position: fixed;
  right: -4%;
  top: 50%;
  transform: rotate(-90deg);
  width: 10%;
  font-size: 17px;
  z-index: 9999;
  background: #00c4ff;
  padding: 6px;
  border-radius: 5px;
}
span.close_poup {
  position: absolute;
  right: 10px;
  font-size: 21px;
  font-family: Lato;
  padding: 3px 0;
  cursor: pointer;
}
.form_git {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}

div#git {
  float: left;
  width: 100%;
}
.item-page.clearfix {
    padding: 0;
}

.top_bar {
    float: left;
    width: 100%;
}

.top_bar.abt {
    background: url(../images/about-banner.png) no-repeat;
    padding: 4%;
    background-size: cover;
}

.content_page {
    float: left;
    width: 100%;
    background: url(../images/abt-img-grey.png) no-repeat;
    background-size: 100% 100%;
    padding: 2% 5% 8%;
    box-sizing: border-box;
}

.content_pos {
    float: left;
    width: 65%;
    padding: 2% 4% 0 0;
    box-sizing: border-box;
    text-align: justify;
}

.abt_img {
    float: right;
    width: 35%;
}

.history {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.content_page h3 {
    float: left;
    width: 100%;
    color: #000;
    font-family: Lato;
    font-weight: 600;
    margin: 0 0 1%;
}

.content_pos p {
    float: left;
    line-height: 30px;
    width: 100%;
    color: #000;
    font-size: 15px;
    font-family: Lato;
    margin: 0 0 6%;
}

#bd .item-page.clearfix .history h3 {
    position: absolute;
    left: 5%;
    font-family: Lato;
        text-align: left;
    color: #000;
    width:auto;
    font-weight: 600;
}

.top_bar h2 {
    color: #fff;
    font-family: Lato;
    font-size: 45px;
}

.top_bar p {
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    word-spacing: 6px;
}

.top_bar p a {
    color: #fff;
}
.contact_content.cnt_page {
    float: left;
    width: 80%;
    margin: 0% 10%;
    box-shadow: 0 2px 10px -3px #000;
    box-sizing: border-box;
}

.mail_box_mod {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 2%;
}

.c_Form {
    float: left;
    width: 100%;
}

.address_cont {
    float: left;
    width: 50%;
    background: #2A2A2A;
    box-sizing: border-box;
    padding: 3% 9% 10%;
    height: 100%;
    color: #ffff;
}

.formCont {
    float: left;
    width: 100%;
}

.formCont .inputBox {
    float: left;
    width: 47%;
    border: 1px solid #aaa;
    margin: 2% 3% 2% 0%;
    padding: 2.5% 2%;
    font-size: 14px;
}

.formCont .inputBox.message {
    width: 97%;
    resize: none;
    height: 150px;
}

.formCont .inputBox::placeholder {
    color: #000;
}

.submitBtn.sub {
    background: #f82222;
    color: #fff;
    padding: 3px 8px;
    transition: 0.4s;
    font-size: 15px;
    border: 1px solid #f82222;
    cursor: pointer;
}

.submitBtn.sub:hover {
    background: none;
    color: #f82222;
}

#bd .item-page.clearfix {
    box-shadow: none;
    margin: 0;
}
.mail_box_mod h3 {
    float: left;
    width: 100%;
    color: #000;
    font-family: Lato;
    font-weight: 600;
    margin: 0 0 1%;
    font-size: 22px;
}

#bd .item-page.clearfix .address_cont h3 {
    float: left;
    width: 100%;
    color: #fff;
    font-family: Lato;
    text-align: left;
    font-weight: 600;
    margin: 0 0 4%;
    font-size: 22px;
}

.cont_points li {
    float: left;
    width: 100%;
    font-family: Lato;
    padding: 0 0 10px 30px;
    font-size: 15px;
    background: none;
    margin: 0 0 4%;
}

.cont_points {
    float: left;
    width: 100%;
}

ul.social_ico_conta {
    float: left;
    width: 100%;
    display: inline-block;
}

ul.social_ico_conta li {
    float: left;
    width: 16%;
    font-size: 0;
    background: none;
    padding: 0;
}

li.address_li {
    background: url(../images/loc.png) no-repeat;
    background-size: 21px;
    background-position: left 6px;
}
li.phone_li {
    background: url(../images/phone.png) no-repeat;
    background-size: 21px;
    background-position: left 2px;
}

li.mail_li {
    background: url(../images/email.png) no-repeat;
    background-size: 21px;
    background-position: left 2px;
}

li.timimg_li {
    background: url(../images/time.png) no-repeat;
    background-size: 21px;
    background-position: left 2px;
}
li.soc_fb_con a {
    background: url(../images/facebook.png) no-repeat;
    background-size: 22px;
}
li.soc_tw_con a {
    background: url(../images/twitter.png) no-repeat;
    background-size: 22px;
}

li.soc_ig_con a {
    background: url(../images/instagram.png) no-repeat;
    background-size: 22px;
}

li.soc_ln_con a {
    background: url(../images/linkedin.png) no-repeat;
    background-size: 22px;
}
ul.social_ico_conta li a {
    float: left;
    width: 100%;
    height: 100%;
    padding: 15px;
}

li.mail_li a {
    color: #fff;
}
.top_bar.cont_top {
    background: url(../images/cntbanner.png) no-repeat;
    padding: 4%;
    background-size: cover;
}
 

.top_bar.work_top, .top_bar.serv, .top_bar.work_top, .top_bar.des , .top_bar.proj  {
    background: url(../images/about-banner.png) no-repeat;
    padding: 4%;
    background-size: cover;
}

 
.childcontent.cols1 {
    padding-top: 10px;
}

.ja-megamenu .childcontent-inner .megacol.column1.first .megamenu .mega {
    padding: 5px;
}

#bd .ja-megamenu ul.level0 li.mega.haschild .childcontent a.mega span {
    color: #fff;
}

#bd .ja-megamenu ul.level1 li.mega a.mega {
    background: none;
    padding: 0;
    color: #fff;
}

#bd .ja-megamenu ul.level1 li.mega.active a.mega {
    color: #F95353;
}
.content_static {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0% 0;
    padding: 0 6%;
    line-height: 30px;
    font-family: lato;
    color: #000;
    box-sizing: border-box;
}

.content_static h3 {
    float: left;
    width: 100%;
    margin: 3% 0 2%;
    font-weight: 600;
}

.content_static p {
    float: left;
    width: 100%;
    font-size: 15px;
}
.service_state_boxes {
    float: left;
    width: 100%;
    display:block;
    background: #E1E1E1;
    text-align: center;
    box-sizing: border-box;
    height: 100%;
    padding: 2% 7%;
}

.service_state_box {
    float: left;
    position: relative;
    width: 29.3%;
    transition: 0.5s;
    background: #fff;
    margin: 2% 2%;
    height: 438px;
    box-sizing: border-box;
    padding: 0% 0% 2%;
}

.service_state_box img {
    float: left;
    width: 100%;
    transition: 0.5s;
}

.service_state_box p {
    float: left;
    width: 100%;
    padding: 0 7%;
    box-sizing: border-box;
    font-size: 15px;
    font-family: Lato;
    color: #222;
    height: 90px;
    line-height: 30px;
}

.service_state_box h4 {
    float: left;
    width: 100%;
    margin: 11px 0;
    font-family: Lato;
    font-weight: 600;
    color: #111;
    font-size: 20px;
}

a.read_sta_link {
    width: auto;
    color: #000;
    font-size: 18px;
    position: absolute;
    font-weight: 700;
    margin: 0 0 17px;
    background: url(https://image.flaticon.com/icons/svg/32/32213.svg) no-repeat;
    padding: 0 15px 0 0;
    background-position: right 8px;
    background-size: 10px;
    bottom: 0;
    left: 36%;
}

.service_state_box:hover {
    background: #fff;
    transform:scale(0.95);
    box-shadow: 0 0 14px -6px #555;
}
.service_state_box:hover img{
    padding:0%;
    transform:scale(1.06);
}


.service_state_box:hover p {
    padding: 0 7%;
}

.slider-nav-thumbnails .slick-slide {
	opacity: 0.5;
}

.slider-nav-thumbnails .slick-slide.slick-active {
	opacity: 1;
  background: green;
}
header {
	background: #fff url('http://timivey.com/external/codepen/thumbslider/panel.jpg') repeat-x bottom center;
	height: 30px;
	padding-top: 10px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
}

#slider {
	background: #fff;
	width: 100%;
	overflow: hidden;
	float: left;
}

#slides {
	height: 513px;
	width: auto;
	overflow: hidden;
	margin: 0;
	padding: 20px 0 0 0;
}

.slide{
	float: left !important;
	/* width: 100%; */
}

.slider_cont #menu {
	height: auto;
	float: left;
	width: 100%;
}

.slider_cont #menu ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	overflow: auto;
}

.slider_cont #menu li {
	width: 16.66%;
	float: left;
	background: none;
	overflow: hidden;
	height: auto;
	margin: 0;
	transition: 0.5s;
	padding: 0;
	line-height: normal;
	box-sizing: border-box;
}

#menu li.active,
#menu li.active:hover {
}

#menu li.active {
	cursor: default;
}

.slider_cont #menu li.sep {
	width: 0;
	padding: 0;
}

#menu li a {
	display: block;
	height: auto;
}

#menu a img {
	border: none;
}
.slider_cont.state_do {
    float: left;
    width: 100%;
    padding: 0 6%;
    box-sizing: border-box;
}

.slider_cont #menu li.active {
    border: 3px solid #00c4ff;
    border-top:none;
    padding: 0px;
}
.content_proj {
    float: left;
    width: 100%;
    text-align: center;
}

.content_proj h3 {
    float: left;
    width: 100%;
    font-family: Lato;
    color: #000;
    font-size: 25px;
    margin: 15px 0;
}

.boxer_project_stoc {
    float: left;
    width: 48%;
    margin: 1% 1% 2%;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.125);
    min-height: 645px;
    transition: 0.5s;
}

img.hidden_pop {
    display: none;
}

.constant_boxes {
    float: left;
    width: 100%;
    padding: 0 8%;
}

.boxer_project_stoc h4 {
    float: left;
    width: 100%;
    text-align: left;
    font-family: Lato;
    color: #000;
    text-transform: capitalize;
    padding: 0 3%;
    margin: 11px 0 7px;
}

.boxer_project_stoc p {
    float: left;
    text-align: left;
    font-size: 15px;
    font-family: sans-serif;
    padding: 0 3%;
    color: #515151;
}

.boxer_project_stoc h5 {
    float: left;
    width: 100%;
    text-align: left;
    font-family: Lato;
    font-size: 18px;
    color: #323232;
    text-transform: capitalize;
    padding: 0 3%;
    margin: 0px 0 7px;
}

.boxer_project_stoc:hover img {transform: scale(0.9);}

.boxer_project_stoc img {
    float: left;
    width: 100%;
    transition: 0.8s;
    cursor:pointer;
}
.boxer_project_stoc:hover {
    box-shadow: 0 8px 8px -4px;
}
.decto_pop_dark {
    float: left;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #00000055;
    height: 100vh;
    cursor: pointer;
}

.decto_pop_box {
    position: fixed;
    left: 30%;
    width: 40%;
    top: 10%;
    z-index: 99999;
    background: #fff;
    box-sizing: border-box;
    padding: 2%;
    border-radius: 12px;
}

.pop_item {
    float: left;
    width: 100%;
}

.pop_item p {
    float: left;
    width: 100%;
    font-size: 16px;
}

.decto_pop_slider .owl-nav {
    position: absolute;
    top: 50%;
    z-index: 9999;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
}

.decto_pop_slider {
    float: left;
    width: 100%;
    position: relative;
}

.decto_pop_slider .owl-nav button span {
    color: #fff;
    font-size: 70px;
    text-shadow: 0 3px 6px #000;
}

.decto_pop_slider .owl-nav button.owl-prev {
    float: left;
}
.boxer_project_stoc:nth-child(odd) {
    clear: both;
}
.decto_pop_slider .owl-nav button.owl-next {
    float: right;
}

#bd .item-page.clearfix h3 {
    float: left;
    text-align: center;
    margin: 2% 0;
    width: 100%;
    font-size: 31px;
    color: #000;
    font-family: Lato;
    font-weight: 500;
}

.content_inner_service {
    float: left;
    width: 100%;
    margin: 0% 0;
    padding: 0 10%;
    box-sizing: border-box;
}

.content_inner_service_p {
    float: left;
    width: 47%;
    text-align: justify;
    font-size: 15px;
    color: #111;
}

.content_inner_service_img {
    float: left;
    width: 50%;
    margin-left: 3%;
}

.content_inner_service_img img {
    float: left;
    width: 100%;
    margin: 0;
    transition: 0.5s;
    cursor: pointer;
    display: none;
}
.cont_bo:hover {
}

.list_interior ul li img {
    transition: 0.5s;
}

.list_interior ul li:hover {border-radius: 12px;}

.list_interior ul li:hover img {
    transform: rotateY(180deg);
}
.content_inner_service_img img:hover {
    transform: scale(0.95);
}
body#bd #ja-wrapper {
    overflow: unset;
    float: left;
    width: 100%;
}
.content_inner_service_img.dual_img img {
    width: 46%;
}
.decto_pop_box .serv_pop {
    float: left;
    width: 100%;
    height: 100%;
}
#bd h2,#bd h3,#bd h4,#bd h5,#bd h6{
    font-family:Lato;
    
}
#bd p{
    font-family: Lato;
}
.swiper-container {
    float: left;
    width: 50%;
}
#ja-footer  .boxer_foot.soc_link_cont a {
    float: left;
    width: 11%;
    text-decoration: none;
    border: none;
    font-size: 0;
    padding: 13px 0px;
    margin: 0 10% 0 0;
}

a.fb_foot {
    background: url(https://image.flaticon.com/icons/svg/2111/2111398.svg) no-repeat;
    background-size: 25px;
}

a.tw_foot {
    background: url(https://image.flaticon.com/icons/svg/1409/1409937.svg) no-repeat;
    background-size: 25px;
}

a.ig_foot {
    background: url(https://image.flaticon.com/icons/svg/2111/2111463.svg) no-repeat;
    background-size: 25px;
}
a.whatsapplink1 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20%;
    right: 25px;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

i.whatsapp-logo {
    background: url(https://image.flaticon.com/icons/svg/733/733585.svg) no-repeat;
    background-size: contain;
    float: left;
    width: 100%;
    padding: 26px;
}
.image_gallery_item .image_galler {
    opacity: 0;
}

.image_gallery_item {
    float: left;
    width: 21%;
    margin: 2% 2%;
    height: 140px;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    cursor: zoom-in;
}
.image_gallery_item::after {
    float: left;
    opacity: 0;
    content: '';
    padding: 31px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    background: #000;
}

.image_gallery_item:hover::after {
    opacity: 0.5;
}
span.wf-mediabox-numbers {
    display: none;
}
button.wf-mediabox-close {
    position: fixed;
    top: 0;
    right: -9px;
}
span.count_boxer::after {content: '+';}
.slider_home_item {
    height:50px;
    display: table;
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
}

.slider_home_item img {
    vertical-align: middle;
    max-height: 80px;
}
.image_galler_serives_item {
    height: 200px;
    float: left;
    transition: 0.5s;
    width: 29.3%;
    margin: 1% 2% 2%;
    overflow: hidden;
}

.image_galler_serives_item:hover {transform: scale(1.05);}
.content_inner_service_img::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.content_inner_service_img::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.content_inner_service_img::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.content_inner_service_img::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.content_inner_service_img {
    max-height: 450px;
    overflow: auto;
}
#bd #ja-container #ja-main {
    float: left;
    width: 100%;
}
.replyImg {
    text-align: center;
}