/*
Theme Name: Bagstone
Theme URI: 
description: Bagstone Theme
Author: iFlair
Author URI: https://www.iflair.com/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: bagstone
*/

@charset "utf-8";
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework 
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,
input, textarea, option, .nobox {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0;}
html, body{height: 100%; border:none; -webkit-appearance:none;-ms-appearance:none; -webkit-text-size-adjust:none;-ms-text-size-adjust:none;}

/* Class for clearing floats */
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.cf:after,.cf:before{display: table;content: ''}
.cf:after{clear: both;}
*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/* 2. Base Typography
------------------------------------------------------------------------------*/

 


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box

    vertical-align: top;
    margin: 0;
    padding: 0;
}

html, body {
  font-family: 'Josefin Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #000000;
	line-height: 24px;

	letter-spacing: 0px;
	word-spacing: 0px;

  padding: 0px;
  margin: 0px;
}
a {
  text-decoration: none;
}
.fas {
  color: #ffffff;
}

section {
  margin: 0px auto;

}
.container {
  width: 1230px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0 15px;
}

.btn {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  padding: 13px 24px;
  font-weight: 500;
}

.fa-angle-double-right {
  margin-left: 8px;
}

/*header-start*/


header {
  padding: 19px 0 0px 0;
  background-color: #ffffff;
 /* overflow: hidden;*/
}
.logo {
  width: auto;
  display: inline-block;
  height: auto;
  margin-right: 80px;
}
.logo img {
  width: 140px;
  height: auto;
}
.header-menu {
  width: auto;
  display: inline-block;
  padding-top: 20px;
  vertical-align: top;
}
.header-menu li {
  display: inline-block;
  margin-right: 30px;
}
.header-menu a {
  font-size: 17px;
  text-transform: capitalize;
  color: #000;
  font-weight: 700;
  transition: all 0.4s linear;
}
.header-menu .active {
  color: #637997;
  border-bottom: 2px solid #637997;
  padding-bottom: 10px;
}
.header-menu a:hover {
  color: #637997;
  border-bottom: 2px solid #637997;
  padding-bottom: 22px;
  transition: 1s; 
}
.language-link {
  float: right;
  padding-top: 9px;
  margin-right: -26px;
}
.language-link li {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #e7e7e7;
  padding: 0 26px 0 30px;
}
.language-link li:first-child {
  border: none;
  padding-left: 0px;
}
.language-link li a.language-icon {
  color: #000;
  font-weight: 600;
  font-size: 17px;
  line-height: 40px;
  display: block;
}
.language-link li a.language-icon:hover {
  color: #637997;
  transition: all 0.5s;
}
.language-link li a.language-icon i {
  padding-left: 5px;
}
.language-link li a.search-icon {
  color: #fff;
  background-color: #637997;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  width: 37px;
  height: 37px;
  display: block;
  text-align: center;
  line-height: 37px;
  transition: 0.5s;
}
.language-link li a.search-icon:hover {
  background-color: #e4dac1;
  transition: all 0.5s;
}
.language-link li a.search-icon:hover .fa-search {
  color: #000;
  transition: all 0.5s;
}
.overlay {
  height: 93px;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background-color: rgb(255,255,255);
}
.overlay .container {
  position: relative;
}
.overlay-content {
  position: relative; 
  padding-top: 25px;
}
.overlay input[type="text"] {
  background-color: transparent;
  width: 50%;
  padding: 12px 0 12px 10px;
  border-bottom: 2px solid #808080;
  margin-left: 25px;
  position: relative;
  font-size: 15px;
}
.overlay .closebtn {
  position: absolute;
  top: 40px;
  right: 27px;
  font-size: 28px;
  cursor: pointer;
  color: #808080;
}
.overlay .closebtn:hover {
  color: #000;
}
.overlay button {
  background-color: transparent;
  border: none;
  font-size: 17px;
  margin-left: -45px;
  position: absolute;
  margin-top: 4px;
  color: #696969;
  outline: none;
  cursor: pointer;
}
.overlay .fa-search {
  padding: 10px;
}
.overlay .fa-search:hover {
  color: #637997;
  background: transparent;
}







.first-slider {
  height: 545px;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
  text-align: center;
}
article:hover .slick-arrow {
  width: 70px;
  transition: all 0.5s;
}
.first-slider h2 {
  font-size: 48px;
  line-height: 52px;
}
.first-slider h6 {
  font-size: 20px;
  line-height: 38px;
  font-weight: 300;
  margin: 13px 0 35px;
}
.first-slider .btn {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  padding: 13px 24px;
  font-weight: 500;
  transition: all 0.4s linear;
  position: relative;
}
.first-slider .btn span {
  position: relative;
  z-index: 10;
}
.first-slider .btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #e4dac1;
  opacity: 0;
  transition: all 0.4s linear;
}
.first-slider .btn:hover::before {
  width: 100%;
  opacity: 1;
  transition: all 0.5s;
}
.first-slider .slider-text {
  background-color: rgba(0,0,0,0.7);
  width: 935px;
  padding: 50px 0 45px 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  top: 0;
  opacity: 0;
  left: 50%;
  position: absolute;
  transition: all 2s;
  -webkit-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
}
.first-slider .slick .item.slick-active .slider-text {
  top: 50%;
  opacity: 1;
}
article {
  background-color: transparent;
  padding: 0 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
  clear: both;
}
article .slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
article .slick {
  position: relative;
  overflow: hidden;
}
article .slick .item {
  float: left;
  text-align: center;
  min-height: 545px;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
article .slick .item img {
  display: block;
  margin: 0 auto;
}
article .slick-no-slide .slick-track {
  width: 100% !important;
  text-align: center;
  transform: inherit !important;
  -webkit-transform: inherit !important;
  -moz-transform: inherit !important;
  -o-transform: inherit !important;
}
article .slick-no-slide .slick-slide {
  float: none;
  display: inline-block;
}
article .slick-list {
  position: relative;
  overflow: hidden;
}
article .slick-dots {
  text-align: center;
}
article .slick-dots li {
  display: inline-block;
}
article .slick-dots li button {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  font-size: 0;
  background-color: grey;
  border-radius: 50%;
  border: none;
}
article .slick-dots .slick-active button {
  background-color: black;
}
article .slick-prev {
  left: 0px;
  background: url("data:image/png;base64,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") no-repeat 50% 50%;
}
article .slick-next {
  right: 0px;
  background: url("data:image/png;base64,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") no-repeat 50% 50%;
}
article .slick-arrow {
  position: absolute;
  top: 48%;
  z-index: 1;
  width: 40px;
  height: 60px;
  font-size: 0;
  background-size: auto 34px;
  background-color: rgba(255,255,255,0.6);
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.4s linear;
}
article .slick-arrow:hover {
  background-color: rgba(255,255,255,1);
  outline: none;
}
article .slick-arrow:focus {
  outline: none;
}






.featured-products {
  padding: 78px 0 80px;
  background-color: #fff;
  width: 100%;
  display: block;
}
.featured-products h2, .recent-project-section h2 {
  font-size: 35px;
  text-transform: capitalize;
  text-align: center;
  line-height: 35px;
  position: relative;
  padding-bottom: 12px;
}
.featured-products .product {
  margin: 34px -10px 0;
}
.featured-products .image-wrapper {
  height: 333px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  transition: all 1s linear;
}
.featured-products .image-wrapper img {
  transition: all 1s ease;
  width: -webkit-fill-available;
  transform: translate3d(-25px,0,0);
  -webkit-transform: translate3d(-25px,0,0);
  -moz-transform: translate3d(-25px,0,0);
  -o-transform: translate3d(-25px,0,0);
}
.featured-products h2 .design, .recent-project-section h2 .design {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 188px;
  margin: 0 auto;
}
.featured-products .design:before, .recent-project-section .design:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
}
.featured-products .design:after, .recent-project-section .design:after {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid #000;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-top: -6px;
  background-color: #fff;
  left: 86px; 
}
.featured-products .image-caption {
  position: relative;
  overflow: hidden;
  width: calc(25% - 20px);
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.featured-products .image-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 100px;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
  transition: transform 1s ease-in-out;
  -webkit-transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
}
.featured-products .image-wrapper:before {
  content: "";
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  position: absolute;
  z-index: 1;
  transform: translate3d(-5px,0,0);
  -webkit-transform: translate3d(-5px,0,0);
  -moz-transform: translate3d(-5px,0,0);
  -o-transform: translate3d(-5px,0,0);
  transition: transform 0.4s ease-in-out;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  opacity: 0;
}
.featured-products .image-wrapper:hover::before {
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 1;
}
.featured-products .image-wrapper:hover img {
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.featured-products .image-wrapper:hover h6 {
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.featured-products .image-content h4 {
  font-size: 23px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 35px;
  margin-left: 25px;
  transition: transform 0.4s ease-in-out;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
}
.featured-products .image-content h6 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  margin-left: 25px;
  text-transform: capitalize;
  transition: transform 0.4s ease-in-out;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transform: translate3d(-10px,0,0);
  -webkit-transform: translate3d(-10px,0,0);
  -moz-transform: translate3d(-10px,0,0);
  -o-transform: translate3d(-10px,0,0);
  opacity: 0;
}






.aboutus-section {
  display: flex;
  flex-direction: row;
}
.aboutus-section .about .line {
  width: 40px;
  height: 4px;
  background-color: #637997;
  display: block;
  margin: 10px 0 22px;
}
.aboutus-section .left {
  width: 50%;
  background-color: #f6f6f6;
  padding: 78px 0 79px;
}
.aboutus-section .left:hover .about .btn::before {
  width: 100%;
  opacity: 1;
  transition: all 0.5s;
}
.aboutus-section .left:hover .btn {
  color: #000;
}
.aboutus-section .about{
  float: right;
  max-width: 548px;
  margin-right: 43px;
}
.aboutus-section .left h3 {
  font-size: 35px;
  text-transform: capitalize;
  color: #637997;
}
.aboutus-section .left h5 {
  font-size: 23px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
}
.aboutus-section .left p {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
}
.aboutus-section .left .last {
  margin-bottom: 45px;
}
.aboutus-section .left .btn {
  color: #fff;
  background-color: #637997;
  transition: all 0.4s linear;
  position: relative;
  margin-top: 20px;
  display: inline-block;
}
.aboutus-section .left .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #e4dac1;
  opacity: 0;
  transition: all 0.4s linear;
}
.aboutus-section .left .btn:hover::before {
  width: 100%;
  opacity: 1;
  transition: all 0.5s;
}
.aboutus-section .left .btn:hover {
  color: #000;
}
.aboutus-section .about .btn span {
  position: relative;
  z-index: 10;
}
.aboutus-section .right-image {
  width: 50%;
  height: 515px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000;
}
.aboutus-main {
  height: 515px;
  float: right;
}




.recent-project-section {
  padding: 80px 0 55px;
}
.recent-project-section .recent-project {
  margin-top: 34px;
  margin-right: -25px;
}
.recent-project-section .row {
  margin-bottom: 25px;
}
.recent-project-section .project {
  display: inline-block;
  width: 580px;
  border: 1px solid #e4dac1;
  padding-top: 30px;
  margin-right: 25px;
  margin-bottom: 25px;
  vertical-align: top;
}
.recent-project-section .project:last-child {
  margin-right: 0;
}
.recent-project-section .project-image {
  width: 515px;
  height: 385px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #e4dac1;
  transition: all 1s linear;
}
.recent-project-section .project-image:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transition: transform 1s ease-in-out;
  -webkit-transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
}
.recent-project-section .project-image img {
  width: 515px;
  height: 385px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.recent-project-section .project-detail {
  padding-right: 42px;
  margin: 26px 0 20px 36px;
}
.recent-project-section .project-detail h4 {
  font-size: 30px;
  line-height: 34px;
}
.recent-project-section .project-detail p {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 16px;
}
.recent-project-section .btn {
  display: block;
  padding: 10px 0 10px 35px;
  background-color: #e4dac1;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  position: relative;
  z-index: 2;
}
.recent-project-section .project span {
  position: relative;
  z-index: 10;
}
.recent-project-section .btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #637997;
  width: 0%;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
.recent-project-section .btn:hover::before {
  width: 100%;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.recent-project-section .btn:hover {
  color: #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}




.gallary {
  background-color: #f6f6f6;
  padding: 80px 0;
}
.gallary .grid {
  margin: 0 -5px;
}
.grid-item {
  height: 337px;
  float: left;
  margin: 0 5px 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.gallary .grid-item img {
  max-width: 100%;
  transition: all 0.4s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
}
.grid-item:hover img {
  transition: transform 1s ease-in-out;
  -webkit-transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
}
.grid-item .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
}
.grid-item .image-overlay:before {
  content: "";
  position: absolute;
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transform: scale(0,1);
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
}
.grid-item .image-overlay:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transform: scale(1,0);
  -webkit-transform: scale(1,0);
  -moz-transform: scale(1,0);
  -o-transform: scale(1,0);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
}
.grid-item .image-overlay:before, .grid-item .image-overlay:after {
  content: "";
  opacity: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.grid-item:hover .image-overlay:before, .grid-item:hover .image-overlay:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}  
.grid-item:hover .image-overlay {
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color: rgb(0,0,0,0.6);
} 
.grid-item:hover .link a {
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.grid-item .link a {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  font-family: 'Open Sans', sans-serif;
}




footer {
  background-color: #637997;
  padding: 35px 0;
  border-bottom: 1px solid #8294ac;
}
footer .about, footer .link, footer .address, footer .news {
  display: inline-block;
  vertical-align: top;
}
footer .about {
  width: 39%;
}
footer .link {
  width: 22%;
}
footer .address {
  width: 19%;
  position: relative;
}
footer .news {
  width: 18%;
  padding-left: 15px;
}
footer .about img {
  width: 165px;
  height: 80px;
}
footer .about p {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  margin-top: 7px;
  padding-right: 135px;
}
footer h4 {
  font-size: 25px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}
footer h4:after {
  content: "";
  width: 125px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 8px 0 22px;
}
footer .link a {
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 16px;
  text-transform: capitalize;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
footer .link a:hover .fa-angle-right {
  margin-left: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
footer .fa-angle-right {
  margin-right: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
footer .address  h4:after {
  width: 92px;
}
footer .address .fas {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
}
footer .fa-map-marker-alt {
  position: absolute;
  left: 0;
  top: 60px;
}
footer .address .first {
  margin-left: 24px;
}
footer .address a {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
footer .address a:hover {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
footer .address p {
  display: inline-block;
  color: #fff;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
}
footer .news h4:after {
  width: 120px;
}
footer .news input {
  background-color: #fff;
  width: 92.6%;
  padding: 10px 0 10px 12px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}
footer .news .btn {
  color: #fff;
  text-transform: capitalize;
  border: 1px solid #fff;
  display: block;
  width: 92.6%;
  text-align: center;
  padding: 4px 0;
  background-color: transparent;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  position: relative;
}
footer .news .btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #e4dac1;
  width: 0%;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
footer .news .btn span {
  position: relative;
  z-index: 10;
}
footer .news .btn:hover::before {
  width: 100%;
  opacity: 1;
}
footer .news .btn:hover {
  color: #000;
}
footer .social-icon {
  margin-top: 0px;
  margin-bottom: 30px;
}

footer .social-icon a{
  display: inline-block !important;
}
footer .social-icon h4:after {
  width: 109px;
  margin-bottom: 15px;
}
footer .social-icon .fab {
  color: #637997;
  background-color: #fff;
  border-radius: 50%;
  font-size: 20px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
footer .social-icon a:after {
  content: "";
  padding: 7px;
  box-shadow: 0 0 0 4px #fff;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -moz-transform 0.2s, opacity 0.2s;
  -ms-transition: -moz-transform 0.2s, opacity 0.2s;
  transform: scale(.8);
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -o-transform: scale(.8);
  -ms-transform: scale(.8);
  opacity: 0;
  cursor: auto;
}
.hovicon {
  display: inline-block;
  line-height: 35px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.hovicon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content:'';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.hovicon.effect-1:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #fff;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -moz-transform 0.2s, opacity 0.2s;
  -ms-transition: -moz-transform 0.2s, opacity 0.2s;
  transform: scale(.8);
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -o-transform: scale(.8);
  -ms-transform: scale(.8);
  opacity: 0;
}
 .hovicon.effect-1.sub-a:hover {
  background: rgba(255, 255, 255, 1);
}
.hovicon.effect-1.sub-a:hover i {
  color: #41ab6b;
}
.hovicon.effect-1.sub-a:hover:after {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  opacity: 1;
}








.copyright {
  padding: 20px 0;
  background-color: #637997;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.copyright span {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}








.menu-icon-mobile {
  width: 35px;
  height: auto;
  z-index: 8;
  display: none;
}
.menu-icon-mobile span {
  display: block;
  width: 35px;
  height: 5px;
  vertical-align: top;
  margin: 7px 0;
  background-color: #000;
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  color: #000;
  font-size: 20px;
  text-transform: capitalize;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}
.mm-panel_has-navbar .mm-navbar {
  background-color: #e4dac1;
}
.mm-panel:not(.mm-hidden) {
  background-color: #e4dac1;
}
.mm-menu a:active, .mm-menu a:hover {
  color: #fff;
  font-weight: 500;
  background-color: #637997;
}
.mm-menu .mm-navbar__title a:visited {
    background-color: #e4dac1;
}
.mm-menu a.mm-navbar__title:hover {
  background-color: transparent;
}
.mm-menu a.mm-navbar__title {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
}
.mm-listitem:after {
  border-bottom-width: 2px;
  background-color: #000;
}
.mm-btn:after {
  border-color: #000;
  border-width: 3px;
}
.mm-btn:before {
  border-color: #000;
  border-width: 3px;
}
/*added 17-05-2020*/

ul#menu-footer-menu li a:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    left: -15px;
    color: #fff;
}
ul#menu-footer-menu li{
  list-style-type: none;
}
ul#menu-footer-menu{
  position: relative;
  margin-left: 15px;
}
footer #text-3 {
    margin-top: 30px;
}
footer input.es_subscription_form_submit.es_submit_button.es_textbox_button {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;

}
footer input.es_subscription_form_submit.es_submit_button.es_textbox_button:hover {
  color: #000;
  background-color: #e4dac1;

}

.addtoany_list a, .widget .addtoany_list a{
  padding-right:16px !important;
}
.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{
  height: 35px !important;
  line-height: 35px !important;
  width: 35px !important;
}
.wpml-ls-legacy-dropdown {
     width: 100%; 
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
  width: 60px;
}
.language-link li a.search-icon{
  margin-top: -7px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu > li{
  width: 100%
}
.wpml-ls-legacy-dropdown .wpml-ls-flag{
      margin: 0 auto;
    text-align: center;
}
.product-box {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 25%;
}
.featured-products .image-caption {
    position: relative;
    overflow: hidden;
    width: calc(100% - 20px);
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
}
.product-box h6 {
    position: absolute;
    bottom: 40px;
    left: 34px;
  
}
.product-box h6 a{
  color: #fff
}

.featured-products .product{
    display: flex;
    flex-wrap: wrap;
}
header .social-icon {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  padding-left: 50px;
}
header .social-icon h4 {
  display: none;
}
header .social-icon a i {
  height: auto;
  width: auto;
  font-size: 14px;
}
header .social-icon a {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #637997;
  color: #fff;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
}
header .social-icon a:hover{
  background-color: #E4DAC1;
}
header .social-icon a i:hover {
  color: #fff !important;
  background-color: transparent !important;
}
header .social-icon a i::after {
  content: none;
}
footer .social-icon a i {
  line-height: 35px;
}
.services-section {
  width: 100%;
  display: block;
  margin: 0 0 0 0;
}
.product-category {
  width: 100%;
  display: block;
  margin: 40px auto;
}
.services-section .services-sections {
  width:100%;
  max-width: 1080px;
  margin: -100px auto 0 auto;
  padding: 0 15px;
  background-color: #fff;
  z-index: 9;
  position: relative;
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,.1);
}
.services-section .services-sections h2 {
  width: 100%;
  display: block;
  font-size: 35px;
  text-transform: capitalize;
  text-align: center;
  line-height: 35px;
  position: relative;
  padding: 30px 0px;
  position: relative;
}
.services-section .services-sections h2::after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background-image: url(./images/title-border.png);
  height: 15px;
  width: 188px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  bottom: 0;
}
.services-section .services-sections .flex-div {
  margin-top: 40px;
  padding-bottom: 30px;
}
.services-section .services-sections .flex-div .col.one {
  width: 33.33%;
  text-align: center;
  padding: 0 20px;
}
.services-section .services-sections .flex-div .col.one h1 {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  margin: 10px 0;
}
.services-section .services-sections .flex-div .col.one p {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}
.parallex-section {
  width: 100%;
  display: block;
  text-align: center;
  padding: 130px 0;
  background-attachment: fixed;
  background-image: url(./images/margle-bg.png);
  background-repeat:repeat;
  background-position: center center;
  position: relative;
}
.parallex-section a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #ffffff;
  background-color: #637997;
  padding: 15px 30px;
  font-weight: 500;
  transition: all 0.4s linear;
  line-height: 20px;
  position: relative;
  display: inline-block;
  z-index: 9;
}
.parallex-section a:hover {
  background-color: #e4dac1;
  transition: all 0.4s linear;
  color: #000;
}
.product-category h2 {
  width: 100%;
  display: block;
  font-size: 35px;
  text-transform: capitalize;
  text-align: center;
  line-height: 35px;
  padding: 30px 0px;
  position: relative;
}
.product-category h2::after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background-image: url(./images/title-border.png);
  height: 15px;
  width: 188px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  bottom: 0;
}
.product-category .product-main {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-top: 30px;
}
.product-category .product-main .product-box {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 33.33%;
}
.product-category .product-main .product-box .image-caption .image-wrapper {
  height: 333px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  transition: all 1s linear;
}
.product-category .product-main .product-box .image-caption .image-wrapper::before {
  content: "";
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  position: absolute;
  z-index: 1;
  transform: translate3d(-5px,0,0);
  -webkit-transform: translate3d(-5px,0,0);
  -moz-transform: translate3d(-5px,0,0);
  -o-transform: translate3d(-5px,0,0);
  transition: transform 0.4s ease-in-out;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  opacity: 0;
}
.product-category .product-main .product-box .image-caption .image-wrapper img {
  /*transition: all 1s ease;
  width: -webkit-fill-available;
  transform: translate3d(-25px,0,0);
  -webkit-transform: translate3d(-25px,0,0);
  -moz-transform: translate3d(-25px,0,0);
  -o-transform: translate3d(-25px,0,0);
  */
  width: 100%;
  height: 100%;
}
.product-category .product-main .product-box .image-caption .image-wrapper:hover img {
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-category .product-main .product-box .image-caption .image-wrapper .image-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 100px;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
  transition: transform 1s ease-in-out;
  -webkit-transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
}
.featured-products .image-content h4 {
  font-size: 23px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 35px;
  margin-left: 25px;
  transition: transform 0.4s ease-in-out;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
}
.product-category .product-main .product-box .image-caption .image-wrapper:hover::before {
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 1;
}
.product-category .product-main .product-box .image-caption {
  position: relative;
  overflow: hidden;
  width: calc(100% - 20px);
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.product-category .product-main .product-box .image-caption .image-wrapper .image-content h4 {
  font-size: 23px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 35px;
  margin-left: 25px;
  transition: 0.5s all;
}
.product-category .product-main .product-box .image-caption .image-wrapper:hover h4{
  margin-left: 40px;
  transition: 0.5s all;
}
header .social-icon a:last-child i {
  background-image: url(./images/google-business.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-size: 14px;
  position: relative;
  top: 7px;
}
header .social-icon a:last-child:hover i {
  background: initial !important;
  background-image: url(./images/google-business.png) !important;
  background-size: 14px !important;
}
header .social-icon a:last-child i::before {
  content: none;
}
footer .social-icon a:last-child i::before {
  content: none;
}
footer .social-icon a:last-child {
  vertical-align: top;
}
footer .social-icon a:last-child i {
  background-image: url(./images/google-business-blue.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  background-size: 17px;
  position: relative;
  top: 2px;
} 
footer .social-icon a:last-child:hover i {
  background-color: white !important;
  background-image: url(./images/google-business-blue.png) !important;
  background-size: 17px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.parallex-section h3 {
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 20px;
  z-index: 9;
  position: relative;
}
.parallex-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
}
.wp-my-instagram.wpmi .wpmi-list .wpmi-item img {
  width: 100%;
  float: left;
}
.wp-my-instagram.wpmi .wpmi-list .wpmi-item a {
  position: relative;
}
.wp-my-instagram.wpmi .wpmi-list .wpmi-item a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.0);
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s all;
}
.wp-my-instagram.wpmi .wpmi-list .wpmi-item a:hover::after{
  background-color: rgba(0, 0, 0, 0.56);
  transition: 0.5s all;
}
.wp-my-instagram.wpmi .wpmi-list .wpmi-item a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(./images/insta-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px;
  z-index: 9;
  transition: 0.5s all;
  opacity: 0
}
.wp-my-instagram.wpmi .wpmi-list .wpmi-item a:hover::before{
  opacity: 1;
} 
.aboutus-contact {
  width: 100%;
  display: block;
  padding: 40px 0px;
  float: left;
}
.aboutus-contact p {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
  line-height: 24px;
}
.aboutus-contact h5 {
  font-size: 24px;
  line-height: 28px;
  margin: 10px 0px;
}
.aboutus-contact ul,.aboutus-contact ol {
  list-style: inside;
  margin: 15px 0;
  display: block;
  overflow: hidden;
}
.aboutus-contact ul li,.aboutus-contact ol li {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
  line-height: 21px;
}
.aboutus-contact ol {
  list-style: decimal;
  overflow: visible;
  margin-left: 15px;
}
.aboutus-contact pre {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
  line-height: 24px;
}
.aboutus-contact pre a {
  color: #fff;
  background-color: #637997;
  transition: all 0.4s linear;
  position: relative;
  margin-top: 0;
  display: inline-block;
  padding: 13px 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.aboutus-contact pre a:hover{
  background-color: #E4DAC1;
  color: #000;
}
.aboutus-contact p a {
  font-weight:normal;
  color: #637997;
}
.aboutus-contact p a:hover {
  color: #000;
  text-decoration: underline;
}
.aboutus-contact .wpcf7 {
  width: 100%;
  display: block;
  max-width: 700px;
}
.aboutus-contact .wpcf7 form p {
  display: block;
  width: 100%;
}
.aboutus-contact .wpcf7 form p .wpcf7-form-control-wrap {
  width: 50%;
  margin-bottom: 15px;
  float: left;
  padding: 0 10px;
}
.aboutus-contact .wpcf7 form p .wpcf7-form-control-wrap input {
  width: 100%;
  border-bottom: 1px solid #818a91;
  font-size: 17px;
  line-height: 18px;
  min-height: 40px;
  padding: 5px 14px;
  font-weight: 100;
}
.aboutus-contact .wpcf7 form p .wpcf7-form-control-wrap.email {
  width: 100%;
}
.aboutus-contact .wpcf7 form p .wpcf7-form-control-wrap.textarea {
  width: 100%;
}
.aboutus-contact .wpcf7 form p br {
  display: none;
}
.aboutus-contact .wpcf7 form p .wpcf7-form-control-wrap textarea {
  width: 100%;
  border-bottom: 1px solid #818a91;
  font-size: 17px;
  line-height: 18px;
  height: 112px;
  padding: 5px 14px;
  font-weight: 100;
  font-family: inherit;
}
.aboutus-contact .wpcf7 form p .wpcf7-submit {
  color: #fff;
  background-color: #637997;
  transition: all 0.4s linear;
  position: relative;
  display: inline-block;
  padding: 13px 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}
.aboutus-contact .wpcf7 form p .wpcf7-submit:hover{
  background-color: #E4DAC1;
  color: #000;
}
.aboutus-contact p iframe {
  width: 100%;
}
.aboutus-contacts {
  padding: 50px 0px;
  width: 100%;
  float: left;
}
footer {
  width: 100%;
  float: left;
}
.copyright {
  width: 100%;
  float: left;
}
.aboutus-contacts .about-service-block {
  width: 100%;
  padding: 40px 0px;
  display: table;
  border-bottom: solid 1px #D9D9D9;
}
.aboutus-contacts .about-service-block:nth-child(1) {
  padding-top: 0;
}
.aboutus-contacts .about-service-block .service-img {
  width:50%;
  vertical-align: middle;
  display: table-cell;
}
.aboutus-contacts .about-service-block .service-info {
  width: 50%;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  height: 100%;
}
.aboutus-contacts .about-service-block img {
  width:auto;
}
.aboutus-contacts p {
  font-size: 17px;
  line-height: 23px;
}
.aboutus-contacts .container {
  max-width: 1140px;
}
.aboutus-contacts .about-service-block .service-info h2 {
  color: #637997;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 15px;
}
.aboutus-contacts .about-service-block .service-info ul li, .aboutus-contacts .about-service-block .service-info ol li {
  font-size: 20px;
  line-height: 27px;
  list-style: none;
  background-image: url(./images/blue-arrow.png);
  background-repeat: no-repeat;
  background-position: top 9px left;
  background-size: 20px;
  padding-left: 38px;
}
.aboutus-contacts .about-mains {
  width: auto;
  display: inline-block;
  margin: 30px 0px;
  box-sizing: border-box;
}
.aboutus-contacts p a {
  color: #637997;
}
.aboutus-contacts p a:hover {
  color: #000000;
  text-decoration: underline;
}  
.aboutus-contacts .about-service-block .service-info p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}
.aboutus-contacts .about-service-block .service-info p:last-child {
  margin: 0;
}
.aboutus-contacts .about-service-block .service-info p a {
  color: #fff;
  background-color: #637997;
  transition: all 0.4s linear;
  position: relative;
  margin-top: 20px;
  display: inline-block;
  padding: 10px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}
.aboutus-contacts .about-service-block .service-info p a:hover {
  background-color: #E4DAC1;
  color: #000;
  text-decoration: none;
}
.first-slider .slick .item.slick-active .slider-text .btn {
  margin-top: 10px;
  display: inline-block;
}
.aboutus-contact .contact-left {
  width: 60%;
  float: left;
}
.aboutus-contact .contact-left .wpcf7 {
  width: 100%;
  display: block;
  max-width: 100%;
}
.aboutus-contact .contact-right {
  float: right;
  width: 35%;
  text-align: center;
  background-color: #637997;
  color: #fff;
  padding: 60px 40px;
}
.aboutus-contact .contact-map {
  width: 100%;
  float: left;
  margin: 40px 0 0 0;
}
.aboutus-contact .contact-map iframe {
  width: 100%;
}
.aboutus-contact .contact-right p a {
  color: #fff;
}
.aboutus-contact .contact-right p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
}
.aboutus-contact .contact-right p img {
  margin-bottom: 10px;
}
.aboutus-contact .contact-left .wpcf7 form {
  width: 100%;
  float: left;
}
.aboutus-contact .wpcf7 form .wpcf7-response-output {
  border-color: #ff1100;
  float: left;
  width: 98.5%;
  color: #ff1100;
  font-size: 15px;
  margin: 10px 0px;
  text-align: center;
  border:none;
}
.recent-project p.link-more {
    display: none;
}
.single-projects .recent-project-sections {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 50px 0px;
}
.single-projects .recent-project-sections .recent-projects {
  width: 100%;
  float: left;
  border: 1px solid #e4dac1;
  padding: 30px;
}
.single-projects .recent-project-sections .recent-projects .project-image {
  float: left;
  width: 30%;
}
.single-projects .recent-project-sections .recent-projects .project-image img {
  width: 100%;
  float: left;
  vertical-align: ;
}
.single-projects .recent-project-sections .gallery-projects {
  width: 100%;
  float: left;
}
.single-projects .recent-project-sections .recent-projects .project-detail {
  float: left;
  width: 100%;
  padding: 0;
}
.single-projects .recent-project-sections .recent-projects .project-detail h4 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
}
.single-projects .recent-project-sections .recent-projects .project-detail p {
  font-size: 16px;
}
footer .widget.widget_text_icl .textwidget {
  color: #fff;
  padding-right: 50px;
  font-size: 15px;
}
footer .menu li {
  display: block;
}
footer .address .textwidget.custom-html-widget a i {
  color: #fff;
  margin-right: 8px;
}
.aboutus-contacts .about-service-block .service-info ol, .aboutus-contacts .about-service-block .service-info ul {
	margin: 20px auto 0 0px;
	width: 100%;
}
footer .news section:nth-child(2) {
  margin-top: 20px;
}
footer .news #text-3 {
  display: none;
}

.single-projects .recent-project-sections .all-projects {
  width: 100%;
  float: left;
  text-align: center;
}
.single-projects .recent-project-sections .all-projects a {
  color: #fff;
  background-color: #637997;
  transition: all 0.4s linear;
  position: relative;
  display: inline-block;
  padding: 13px 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}
.single-projects .recent-project-sections .all-projects a:hover{
  background-color: #E4DAC1;
  color: #000;
  text-decoration: none;
}
.wp-my-instagram.wpmi {
  width: 100%;
  float: left;
  padding: 60px 0px;
}
.wp-my-instagram.wpmi .wpmi-list {
  width: 100%;
  float: none;
  max-width: 1250px;
  margin: 0 auto;
}
.wp-my-instagram.wpmi .wpmi-list li.wpmi-item {
  padding: 0 15px;
}
.wp-my-instagram.wpmi .wpmi-list li.wpmi-item a {
  border: 1px solid #e4dac1;
  padding: 20px;
}


/* 22oct */
.sub-category {
  width: 100%;
  float: left;
  padding: 40px 0px;
}
.sub-category .product-box {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 33.33%;
}
.sub-category .product-box .product-box .image-caption .image-wrapper {
  height: 333px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  transition: all 1s linear;
}
.sub-category .product-box .image-caption .image-wrapper::before {
  content: "";
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  position: absolute;
  z-index: 1;
  transform: translate3d(-5px,0,0);
  -webkit-transform: translate3d(-5px,0,0);
  -moz-transform: translate3d(-5px,0,0);
  -o-transform: translate3d(-5px,0,0);
  transition: transform 0.4s ease-in-out;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  opacity: 0;
}
.sub-category .product-box .image-caption .image-wrapper img {
  width: 100%;
  height: 100%;
}
.sub-category .product-box .image-caption .image-wrapper:hover img {
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.sub-category .product-box .image-caption .image-wrapper .image-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 100px;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
  transition: transform 1s ease-in-out;
  -webkit-transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
}
.sub-category .product-box .image-caption .image-wrapper {
  height: 333px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  transition: all 1s linear;
}
.sub-category .product-box .image-caption .image-wrapper:hover::before {
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 1;
}
.sub-category .product-box .image-caption {
  position: relative;
  overflow: hidden;
  width: calc(100% - 20px);
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.sub-category .product-box .image-caption .image-wrapper .image-content h4 {
  font-size: 23px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 35px;
  margin-left: 25px;
  transition: 0.5s all;
}
.sub-category .product-box .image-caption .image-wrapper:hover h4{
  margin-left: 40px;
  transition: 0.5s all;
}
footer .link .emaillist .ig_es_form_field_email {
  background-color: #fff;
  width: 188px;
  height: 34px;
  line-height: 34px;
  color: #000;
  font-weight: 600;
  padding: 0 12px;
}
footer .link .emaillist .es_submit_button.es_textbox_button {
  width: 188px;
  background-color: transparent;
  border: solid 1px #CED5DE;
  height: 36px;
  font-weight: normal;
  font-size: 15px;
}
.project-btn {
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
}
.project-btn .click-btn-project {
  font-size: 20px;
}
.our-project-btn {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.project-btn .click-btn-project a,.our-project-btn .btn-our-proj a {
  color: #fff;
  background-color: #637997;
  transition: all 0.4s linear;
  position: relative;
  margin-top: 40px;
  display: inline-block;
  padding: 13px 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
}
.project-btn .click-btn-project a:hover,.our-project-btn .btn-our-proj a:hover {
  background-color: #E4DAC1;
  color: #000;
  text-decoration: none;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 20px 0;
  color: #000;
  font-size: 14px;
}
.woocommerce-products-header {
  padding: 0 0;
  margin-top: 30px;
}
.woocommerce-products-header h1{
  font-size: 20px;
  line-height: 22px;
}
.shop-page {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.shop-page .prodtucts-loop {
  width: 100%;
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.shop-page .prodtucts-loop .product-box {
  position: relative;
  display: inline-block;
  height: auto;
  width: 33%;
  float: left;
}
.shop-page .prodtucts-loop .product-box .image-caption {
  position: relative;
  overflow: hidden;
  width: calc(100% - 20px);
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.shop-page .prodtucts-loop .product-box .image-caption .image-wrapper {
  height: 333px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  transition: all 1s linear;
}
.shop-page .prodtucts-loop .product-box .image-caption .image-wrapper::before {
  content: "";
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  position: absolute;
  z-index: 1;
  transform: translate3d(-5px,0,0);
  -webkit-transform: translate3d(-5px,0,0);
  -moz-transform: translate3d(-5px,0,0);
  -o-transform: translate3d(-5px,0,0);
  transition: transform 0.4s ease-in-out;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  opacity: 0;
}
.shop-page .prodtucts-loop .product-box .image-caption .image-wrapper:hover::before {
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 1;
}
.shop-page .prodtucts-loop .product-box .image-caption .image-wrapper img {
  width: 100%;
  height: 100%;
}
.shop-page .prodtucts-loop .product-box .image-caption .image-wrapper .image-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 100px;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
  transition: transform 1s ease-in-out;
  -webkit-transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
}
.shop-page .prodtucts-loop .product-box .image-caption .image-wrapper .image-content h4 {
  font-size: 21px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 35px;
  margin-left: 25px;
  transition: 0.5s all;
}
.shop-page .prodtucts-loop .product-box .image-caption .image-wrapper:hover h4 {
  margin-left: 40px;
  transition: 0.5s all;
}
.shop-page .prodtucts-loop ul {
  width: 100%;
  float: left;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
  display: block;
}
.shop-page .prodtucts-loop ul .product {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
.shop-page .prodtucts-loop ul .product a {
  width: 100%;
  float: left;
  height: auto;
  border: 1px solid #e4dac1;
  padding: 20px;
  position: relative;
}
.shop-page .prodtucts-loop ul .product img {
  width: 100%;
  transition: 0.5s all;
  max-height: 185px;
}
.shop-page .prodtucts-loop ul .product a:hover img {
  transition: 0.5s all;
  transform: scale(1.1);
}
.shop-page .prodtucts-loop ul .product a .woocommerce-loop-product__title {
  font-size: 24px;
  color: #000;
  line-height: 26px;
  margin: 10px 0 0 0;
}
.shop-page .prodtucts-loop ul .product a .price {
  position: absolute;
  right: 20px;
  bottom: 65px;
  color: #000;
  font-size: 14px;
  padding: 8px;
  background-color: #E4DAC1;
  line-height: 18px;
}
.shop-page .prodtucts-loop ul .product a .price del{
  vertical-align: middle;
}
.shop-page .prodtucts-loop ul .woocommerce-pagination {
  width: 100%;
  float: left;
}
.shop-page .prodtucts-loop ul .woocommerce-pagination .page-numbers {
  float: none;
}
.shop-page .prodtucts-loop ul .woocommerce-pagination .page-numbers li .page-numbers {
  font-size: 17px;
  color: #000;
  padding: 12px;
  line-height: 20px;
}
.shop-page .prodtucts-loop ul .woocommerce-pagination .page-numbers li .page-numbers.current, .shop-page .prodtucts-loop ul .woocommerce-pagination .page-numbers li .page-numbers:hover {
  background-color: #E4DAC1;
}
.shop-page .prodtucts-loop ul .product .button {
  border: none;
  border-radius: 0;
  color: #fff;
  background-color: #637997;
  transition: all 0.4s linear;
  position: relative;
  display: inline-block;
  padding: 13px 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
}
.shop-page .prodtucts-loop ul .product .button :hover {
  background-color: #E4DAC1;
  color: #000;
  text-decoration: none;
}
.shop-page .prodtucts-loop .woocommerce-result-count {
  font-size: 16px;
  line-height: 18px;
  margin: 0;
}
.shop-page .prodtucts-loop .woocommerce-ordering {
  margin: -14px 0 0 0;
}
.shop-page .prodtucts-loop .woocommerce-ordering .orderby {
  padding: 10px;
  border: solid 1px #637997;
  background-color: transparent;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 17px;
}
.aboutus-contacts .about-top-text {
  width: 100%;
  float: left;
  border: 1px solid #e4dac1;
  padding: 30px;
}
.es_subscription_message.success{
	color: white !important;
}
.aboutus-contact .wpcf7 form.sent .wpcf7-response-output {
  border-color: #017c01;
  color: #017c01;
}

.aboutus-contacts .about-service-block:nth-child(2n) {
	display: flex;
	vertical-align: middle;
	height: 100%;
}
.aboutus-contacts .about-service-block:nth-child(2n) .service-info {
	order: 1;
	height: 100%;
	padding-top: 80px;
}
.aboutus-contacts .about-service-block:nth-child(2n) .service-img {
	order: 2;
}
.aboutus-contacts .about-service-block:nth-child(2n) .service-info {
	order: 1;
	height: 100%;
	padding-top: 80px;
	padding-left: 0;
}
.aboutus-contacts .about-service-block:last-child {
  margin: 0;
  border: none;
  padding-bottom: 0;
}
.aboutus-contacts .about-service-block:nth-child(3) .service-img img {
  width: 100%;
  padding-right: 50px;
}
.aboutus-contact .contact-right p:last-child {
  margin: 0;
}
.shop-page .prodtucts-loop .gallery-box {
  width: 80%;
  float: right;
  padding-left: 10px;
}
.shop-page .prodtucts-loop .gallery-box ul {
  width: 100%;
  float: left;
}
.shop-page .prodtucts-loop .gallery-box ul li {
  width: 33.33%;
  margin-bottom: 10px;
  padding: 0 10px;
  float: left;
  text-align: center;
  list-style: none;
}
.shop-page .prodtucts-loop > ul.sub-taxonomy-archive {
  width: 100%;
  border: 1px solid #e4dac1;
  padding: 20px 15px;
}
.shop-page .prodtucts-loop .gallery-box ul li a img {
  width: 100%;
}
.shop-page .prodtucts-loop .gallery-box ul li a {
  width: 100%;
  float: left;
  border: 1px solid #e4dac1;
  padding: 15px;
  vertical-align: top;
  display: flex;
}
.shop-page .prodtucts-loop ul .product .woocommerce-loop-product__title {
  font-size: 17px;
  line-height: 20px;
      min-height: 45px;
}
/*.shop-page .prodtucts-loop > ul.sub-taxonomy-archive .product:last-child {
  margin: 0;
  border: none;
  padding: 0;
}*/
.shop-page .prodtucts-loop > ul.sub-taxonomy-archive .product {
  border-bottom: solid 1px #d4d4d4;
  padding-bottom: 10px;
  float: left;
  width: 25%;   
  padding: 10px;
}
.language-link li a.search-icon i {
  vertical-align: middle;
  line-height: 38px;
}
header .social-icon a i {
  line-height: 27px;
  vertical-align: top;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
  height: 28px;
}
.tax-product_cat .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle .wpml-ls-flag {
  top: 2px;
  position: relative;
}

/* 3dec */
.header-menu #menu-main-menu > li, .header-menu #menu-main-menu-french > li, .header-menu #menu-main-menu-spanish > li{
  position: relative;
  padding-bottom: 19px;
}
.header-menu li .sub-menu {
  position: absolute;
  top: 100%;
  width: 270px;
  left: 0;
  background-color: #637997;
  z-index: 9;
  padding: 20px;
  display: none;
}
.header-menu #menu-main-menu > li:hover .sub-menu, .header-menu #menu-main-menu-french > li:hover .sub-menu, .header-menu #menu-main-menu-spanish > li:hover .sub-menu{
  display: block;
}
.header-menu #menu-main-menu > li a .icon.icon-angle-down, .header-menu #menu-main-menu-french > li a .icon.icon-angle-down, .header-menu #menu-main-menu-spanish > li a .icon.icon-angle-down {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: -7px 0 0 5px;
}
.header-menu li .sub-menu li {
  display: block;
  margin: 0;
}
.header-menu li .sub-menu li a {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 20px !important;
  display: block;
  border: none !important;
}
.header-menu li .sub-menu li:last-child a {
  padding: 0 !important;
}
.header-menu li .sub-menu li a:hover {
  color: #000;
}
.error-404.not-found , .search-no-results #primary main {
  text-align: center;
  padding: 30px 0;
}
.error-404.not-found .page-content .search-submit .icon.icon-search,.search-no-results .search-submit .icon.icon-search {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.error-404.not-found .page-content .search-submit,.search-no-results .search-submit {
  width: auto;
  padding: 10px 10px;
  display: inline-block;
  background-color: #637997;
  border: none;
  cursor: pointer;
}
.error-404.not-found .page-content #search-form-1,.search-no-results #search-form-1 {
  border: solid 1px #000;
  padding: 10px;
  font-size: 14px;
}
.error-404.not-found .page-content .search-form,.search-no-results  .search-form {
  margin-top: 15px;
}
.error-404.not-found .page-header,.search-no-results .page-header {
  margin-bottom: 20px;
}
.aboutus-section .about .btn span i {
  vertical-align: middle;
}
.recent-project-section .project span i {
  vertical-align: middle;
}
.search-results .page-header .page-title {
  font-size: 22px;
  line-height: 30px;
}
.search-results #primary article {
  border-bottom: solid 1px #637997;
  padding-bottom: 15px;
  padding-top: 15px;
}
.search-results #primary article .entry-header {
  padding: 0;
}
.search-results #primary article .entry-header a {
  font-size: 18px;
  color: #637997;
  line-height: 20px;
}
.search-results #primary article .entry-header a:hover {
 color: #000;
}
.search-results #primary article .entry-summary p {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}
.search-results #primary .navigation.pagination {
  width: 100%;
  text-align: center;
  margin: 30px 0px;
}
.search-results #primary .navigation.pagination .nav-links .page-numbers {
  font-size: 20px;
  line-height: 22px;
  margin: 0 4px;
  color: #637997;
}
.search-results #primary .navigation.pagination .nav-links .page-numbers.current {
  background-color: #637997;
  color: #fff;
  padding: 5px 10px;
}
.search-results #primary .navigation.pagination .nav-links .page-numbers .icon {
  width: 20px;
  vertical-align: sub;
  height: 20px;
  fill: #637997;
}
.spider_popup_wrap {
  background-color: rgb(0, 0, 0) !important;
}
.spider_popup_wrap .bwg_ctrl_btn.spider_popup_close_fullscreen {
  color: #fff;
  opacity: 1;
}
.spider_popup_wrap .bwg_ctrl_btn.spider_popup_close_fullscreen i {
  opacity: 1;
}
.error-404.not-found .page-header .page-title {
  font-size: 32px;
  line-height: 36px;
}
.error-404.not-found .page-content p {
  font-size: 14px;
}
.shop-page .contact-us-btn {
  width: 100%;
  float: left;
  text-align: center;
}
.shop-page .contact-us-btn p {
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
}
.shop-page .contact-us-btn a {
  color: #fff;
  background-color: #637997;
  transition: all 0.4s linear;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  line-height: 20px;
}
.shop-page .contact-us-btn a:hover {
  background-color: #E4DAC1;
  color: #000;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails{
  justify-content: left !important;
}