/**************************
* 1. imported styles
***************************/
@import url(https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800,900|Lato:300,300i,400,400i,700,700i,900,900i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i|Rubik:300,300i,400,400i,500,500i,700,700i);
@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(magnific-popup.css);
@import url(animate.min.css);
@import url(hover-min.css);
@import url(jquery.bxslider.min.css);
@import url(../plugins/icofont/css/icofont.css);
@import url(../plugins/bands-icon/style.css);
@import url(../plugins/fontawesome-5/css/fontawesome-all.min.css);
@import url(../plugins/zxp-icon/style.css);
/**************************
* 2. miscelnious styles
***************************/
body {
  font-family: 'Rubik';
  color: #74787D;
  font-size: 15px;
  line-height: 27px;
  font-weight: 300;
}

a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important;
  color:#F9B522;

}

.container {
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.sec-pad {
  padding: 55px 0;
}
.sec-pad.background {
  padding: 25px 0;
  background-color: #dddddd61;
}
.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.gray-bg {
  background: #f0f0f0;
}

.dark-bg {
  background: #171717;
}

.light-dark-bg {
  background: #212121;
}

.blue-bg {
  background: #201940;
}

.dark-blue-bg {
  background: #1B1537;
}

.thm-btn {
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 170px;
  border-radius: 4px;
  background: #F9B522;
  color: white;
  font-family: 'Heebo';
  font-weight: 500;
  line-height: 43px;
  border: 1px solid #F9B522;
  height: 45px;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.thm-btn:hover {
  background: #242C33;
  border-color: #242C33;
  color: #fff;
}
.thm-btn.bordered {
  background-color: transparent;
  border-color: #D9D9D9;
  color: #242C33;
}
.thm-btn.bordered:hover {
  background: #242C33;
  border-color: #242C33;
  color: #fff;
}

.sec-title {
  margin-bottom: 40px;
}
.sec-title h3, .sec-title p {
  margin: 0;
}
.sec-title h3 {
  color: #1b1f4c;
    font-family: 'Poppins';
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 40px;
}
.sec-title h3 + p {
  margin-top: 20px;
}
.sec-title p {
  font-family: 'Rubik';
  color: BLACK;
  font-size: 16px;
  line-height: 27px;
}
.sec-title.light h3, .sec-title.light p {
  color: #fff;
}
.sec-titleV2 h3 {
  color: #F9B522;
  font-family: 'Poppins';
  font-size: 36px;
  font-weight: 600;
}
.h1, h1 {
  font-size: 45px;
    font-family: 'Poppins';
}


.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #242C33;
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.scroll-to-top:hover {
  background: #F9B522;
  color: #fff;
}

/*
****
only add this classto body
if preloader is on
other wise REMOVE IT.
****
*/
body.active-preloader-ovh {
  overflow: hidden;
}

.preloader {
  background-color: #F9B522;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #242C33;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/**************************
* 3. header styles
***************************/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  z-index: 999;
  padding-top: 0px;
}
.header-navigation .container {
  position: relative;
  padding-right: 177px;
  padding-top: 0px;
}
.header-navigation .container .navbar-header {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-navigation .container .navbar-brand {
  height: auto;
  padding: 0px 0;
margin-top:0px
}
.header-navigation .container .navbar-brand .default-logo {
  display: inline-block;
}
.header-navigation .container .navbar-brand .sticky-logo {
  display: none;
}
.header-navigation .container .main-navigation {
  text-align: right;
  padding: 17px;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-navigation .container .right-side-box a.search-btn {
  color: #fff;
  font-size: 15px;
  margin-right: 60px;
}
.header-navigation .container .right-side-box a.rqa-btn {
  display: inline-block;
  vertical-align: middle;
  background: whitesmoke;
  color: #F9B522;
  font-size: 16px;
  font-family: 'Heebo';
  font-weight: 500;
  border-radius: 0px;
  padding: 9px 24.5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation .container .right-side-box a.rqa-btn:hover {
  background: #F9B522;
  color: #242C33;
}
.header-navigation ul.navigation-box {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 17.5px 30px;
  display: inline-block;
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 8px;
}
.header-navigation ul.navigation-box > li.active > a,
.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li > a:active,
.header-navigation ul.navigation-box > li > a:focus,
.header-navigation ul.navigation-box > li:hover > a {
  color: #F9B522;
}
.header-navigation ul.navigation-box > li > a {
  padding: 0;
  font-family: sans-serif;
  color: white;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-weight: 500;
  display: inline-block;
}
.header-navigation ul.navigation-box > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100000;
  float: left;
  min-width: 270px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.header-navigation ul.navigation-box > li > ul.sub-menu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > a {
  font-size: 15px;
  color: #717171;
  font-family: 'Rubik';
  font-weight: 400;
  padding: 11.5px 0;
  display: block;
  line-height: 26px;
  padding-left: 40px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu li:hover > a {
  background: #F9B522;
  color: #fff;
  position: relative;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 100000;
  float: left;
  min-width: 270px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu > li > a {
  font-size: 16px;
  color: #717171;
  font-weight: 500;
  font-family: 'Rubik';
  padding: 11.5px 0;
  display: block;
  line-height: 26px;
  padding-left: 40px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > .sub-menu li:hover > a {
  background: #F1F1F1;
  color: #181818;
  position: relative;
}
.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
}
.header-navigation.stricky-fixed .container {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-navigation.stricky-fixed .navbar-brand .default-logo {
  display: none;
}
.header-navigation.stricky-fixed .navbar-brand .sticky-logo {
  display: inline-block;
}
.header-navigation.stricky-fixed ul.navigation-box > li {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-navigation.stricky-fixed ul.navigation-box > li > a {
  color: #242C33;
}
.header-navigation.stricky-fixed .container .right-side-box a.search-btn {
  color: #242C33;
}
.header-navigation.stricky-fixed ul.navigation-box > li.active > a, .header-navigation.stricky-fixed ul.navigation-box > li.current > a, .header-navigation.stricky-fixed ul.navigation-box > li > a:active, .header-navigation.stricky-fixed ul.navigation-box > li > a:focus, .header-navigation.stricky-fixed ul.navigation-box > li:hover > a {
  color: #F9B522;
}

.header-top {
  padding-bottom: 2px;
}
.header-top .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 3.5px;
  padding-bottom: 0.5px;
}
.header-top .left-contact-info p,
.header-top .right-contact-info p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: 'Rubik';
  font-size: 14px;
  color: #1b1f4c;
}
.fa-envelope-open:before {
  content: "\f2b6";
  color: #1b1f4c;
}
.zxp-icon-old-telephone-ringing:before {
  content: "\e903";
  color: #1b1f4c;
}
.fa-clock:before {
  content: "\f017";
  color: #1b1f4c;
}
.fa-globe:before {
  content: "\f0ac";
  color: #1b1f4c;
}
.header-top .left-contact-info p + p,
.header-top .right-contact-info p + p {
  margin-left: 45px;
}
.header-top .left-contact-info p i,
.header-top .right-contact-info p i {
  color: #FFFFFF;
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.header-top .select-box {
  display: inline-block;
  vertical-align: middle;
}
.header-top .select-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}
.header-top .select-box .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  color: black;
  font-size: 14px;
  border-radius: 0;
  border: none;
  padding-right: 10px;
}
.header-top .select-box .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  right: 0;
}
.header-top .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: '\f107';
  font-family: FontAwesome;
  color: white;
  font-size: 14px;
  line-height: 1em;
}
.header-top.special {
  background-color: white;
}

.header-home-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-home-two {
  background: #242C33;
}
.header-home-two .header-top {
  background: #2D3841;
  padding-bottom: 0;
}
.header-home-two .header-top .container {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-home-two .header-top .left-contact-info p, .header-home-two .header-top .right-contact-info p,
.header-home-two .header-top .left-contact-info p i, .header-home-two .header-top .right-contact-info p i {
  color: #9CA1A8;
}
.header-home-two .header-navigation ul.navigation-box > li {
  padding: 24px 0;
}
.header-home-two .header-navigation .container .right-side-box a.rqa-btn {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.header-home-two .header-navigation .container .right-side-box a.rqa-btn:hover {
  color: #fff;
}
.header-home-two .header-navigation.stricky-fixed .container .right-side-box a.rqa-btn:hover {
  color: #242C33;
}

.header-home-three {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-home-three .header-top {
  background-size: contain;
  padding-bottom: 0;
}
.header-home-three .header-top .container {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-home-three .header-top .left-contact-info p, .header-home-three .header-top .right-contact-info p,
.header-home-three .header-top .left-contact-info p i, .header-home-three .header-top .right-contact-info p i {
  color: #fff;
}
.header-home-three .header-navigation .container {
  background: #F9B522;
  padding-right: 295px;
}
.header-home-three .header-navigation ul.navigation-box > li {
  padding: 24px 0;
}
.header-home-three .header-navigation .container .right-side-box a.rqa-btn {
  background-color: #242C33;
}
.header-home-three .header-navigation .container .right-side-box a.rqa-btn:hover {
  color: #F9B522;
  background: #fff;
}
.header-home-three .header-navigation .container .right-side-box {
  right: 20px;
}
.header-home-three .header-navigation ul.navigation-box > li.active > a, .header-home-three .header-navigation ul.navigation-box > li.current > a, .header-home-three .header-navigation ul.navigation-box > li > a:active, .header-home-three .header-navigation ul.navigation-box > li > a:focus, .header-home-three .header-navigation ul.navigation-box > li:hover > a {
  color: #444035;
}
.header-home-three .header-navigation.stricky-fixed {
  background-color: #F9B522;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-home-three .header-navigation.stricky-fixed ul.navigation-box > li > a {
  color: #fff;
}
.header-home-three .header-navigation.stricky-fixed ul.navigation-box > li.active > a, .header-home-three .header-navigation.stricky-fixed ul.navigation-box > li.current > a, .header-home-three .header-navigation.stricky-fixed ul.navigation-box > li > a:active, .header-home-three .header-navigation.stricky-fixed ul.navigation-box > li > a:focus, .header-home-three .header-navigation.stricky-fixed ul.navigation-box > li:hover > a {
  color: #444035;
}

/**************************
* 4. banner styles
***************************/
#minimal-bootstrap-carousel {
  margin-top: 0px;
  position: relative;
  z-index: 991;
}

#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
  display: table-cell;
  text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
  vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
  vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
  vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
  display: block;
}

#minimal-bootstrap-carousel .carousel-control {
  background: none;
  width: 59px;
  height: 59px;
  font-size: 48px;
  line-height: 59px;
  color: #fff;
  background: transparent;
  visibility: visible !important;
  opacity: 1;
  font-weight: normal;
  margin-top: -20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  z-index: 99;
}
@media (max-width: 667px) {
  #minimal-bootstrap-carousel .carousel-control {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}

#minimal-bootstrap-carousel .carousel-control.left {
  left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
  right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
  opacity: 1;
}

/* processing for fadeing effect styles */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* fixing slider height */
#minimal-bootstrap-carousel .custom-navigation {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
  margin: 0;
}
#minimal-bootstrap-carousel .custom-navigation, #minimal-bootstrap-carousel .custom-navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#minimal-bootstrap-carousel .custom-navigation li {
  border: 0;
  border-radius: 0;
  text-indent: 0;
  width: 30px;
  height: 2px;
  background: #fff;
  opacity: .3;
  cursor: pointer;
}
#minimal-bootstrap-carousel .custom-navigation li + li {
  margin-left: 10px;
}
#minimal-bootstrap-carousel .custom-navigation li.active {
  opacity: 1;
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
  min-height: 820px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #34424F;
}

#minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
  min-height: 780px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #34424F;
}

#minimal-bootstrap-carousel.slider-home-three .carousel-inner .item {
  min-height: 895px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #34424F;
}

.slider-home-one {
  position: relative;
  background-color: #34424F;
}
.slider-home-one .content {
  padding-top: 140px;
}
.slider-home-one .content h2,
.slider-home-one .content h3,
.slider-home-one .content p {
  margin: 0;
}
.slider-home-one .content h2 {
  font-family: 'Poppins';
  color: #FFFFFF;
  font-size: 72px;
  font-weight: bold;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
div#anchor-menu {
  padding-left: 20px;
}
.see-all-btn.prj {
  float: left;
  margin-top: -24px;
}
.slider-home-one .content h3 {
  color: #F9B522;
  font-family: 'Poppins';
  font-size: 48px;
  font-weight: 500;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.slider-home-one .content p {
  color: #FFFFFF;
  font-size: 22px;
  font-family: 'Rubik';
  margin-top: 30px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.slider-home-one .content a.banner-btn {
  background: #FFFFFF;
  color: #F9B522;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 163px;
  height: 45px;
  border-radius: 4px;
  margin-top: 50px;
  line-height: 45px;
  font-family: 'Heebo';
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.slider-home-one .content a.banner-btn:hover {
  background: #242C33;
}

.slider-home-two {
  position: relative;
}
.slider-home-two .content h2,
.slider-home-two .content h3,
.slider-home-two .content p {
  margin: 0;
}
.slider-home-two .content h2 {
  font-family: 'Poppins';
  color: #FFFFFF;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.025em;
  font-weight: bold;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.slider-home-two .content p {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Rubik';
  margin-top: 15px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.slider-home-two .content a.banner-btn {
  background: #F9B522;
  color: #242C33;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 135px;
  height: 45px;
  border-radius: 4px;
  margin-top: 50px;
  line-height: 45px;
  font-family: 'Heebo';
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.slider-home-two .content a.banner-btn:hover {
  background: #fff;
  color: #F9B522;
}

.slider-home-three {
  position: relative;
}
.slider-home-three .content {
  padding-top: 110px;
}
.slider-home-three .content h2,
.slider-home-three .content h3,
.slider-home-three .content p {
  margin: 0;
}
.slider-home-three .content h2 {
  font-family: 'Poppins';
  color: #FFFFFF;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.025em;
  font-weight: bold;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.slider-home-three .content p {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Rubik';
  margin-top: 15px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.slider-home-three .content a.banner-btn {
  background: #F9B522;
  color: #242C33;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 135px;
  height: 45px;
  border-radius: 4px;
  margin-top: 50px;
  line-height: 45px;
  font-family: 'Heebo';
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.slider-home-three .content a.banner-btn:hover {
  background: #fff;
  color: #F9B522;
}

/**************************
* 5. footer styles
***************************/
.site-footer {
  background: #242C33 url(../img/footermg.jpg) top center no-repeat fixed;
  background-size: cover;
}
.site-footer .footer-top {
  padding: 100px 0;
  background: rgba(15, 21, 26, 0.85);
}
.site-footer .footer-widget .title {
  margin-bottom: 50px;
}
.site-footer .footer-widget .title h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 22px;
  letter-spacing: -.025em;
    font-family: sans-serif;
}
.site-footer .footer-widget.about-widget p {
  margin-bottom: 70px;
  margin-top: 13px;
}
.site-footer .footer-widget.links-widget {
  padding-left: 15px;
}
.site-footer .footer-widget.links-widget .title {
  margin-bottom: 0px;
}
.site-footer .footer-widget.twitter-widget {
  padding-left: 65px;
}
.site-footer .footer-widget.twitter-widget .title {
  margin-bottom: 45px;
}
.site-footer .footer-widget p {
  font-size: 15px;
  line-height: 27px;
  color: #B8BFC8;
  font-family: 'Rubik';
  margin: 0;
}
.site-footer .footer-widget .social a {
  color: #FFFFFF;
  font-size: 18px;
}
.site-footer .footer-widget .social a + a {
  margin-left: 30px;
}
.site-footer .footer-widget ul.links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
}
.site-footer .footer-widget ul.links-list li a {
  display: block;
  position: relative;
  color: #B8BFC8;
  font-size: 16px;
  padding-left: 17px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.site-footer .footer-widget ul.links-list li a i {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-footer .footer-widget ul.links-list li a:hover {
  color: #F9B522;
}
.site-footer .footer-widget ul.links-list li + li {
  margin-top: 23px;
}
.site-footer .footer-widget .single-recent-post + .single-recent-post {
  margin-top: 26px;
}
.site-footer .footer-widget .single-recent-post .img-box, .site-footer .footer-widget .single-recent-post .text-box {
  display: table-cell;
  vertical-align: top;
}
.site-footer .footer-widget .single-recent-post .img-box {
  width: 69px;
}
.site-footer .footer-widget .single-recent-post .text-box {
  padding-left: 20px;
}
.site-footer .footer-widget .single-recent-post .text-box h4 {
  margin: 0;
  color: #B8BFC8;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding-left: 55px;
    display: -webkit-inline-box;
}
.site-footer .footer-widget .single-recent-post .text-box h4:hover {
  color: #F9B522;
}
.site-footer .footer-widget .single-recent-post .text-box p {
  margin: 0;
  color: #828991;
  font-size: 15px;
  margin-top: 5px;
}
.site-footer .footer-widget .single-tweet + .single-tweet {
  margin-top: 30px;
}
.site-footer .footer-widget .single-tweet p {
  color: #B8BFC8;
  font-size: 15px;
  line-height: 25px;
}
.site-footer .footer-widget .single-tweet .name {
  color: #198CFA;
  font-size: 16px;
  margin-top: 8px;
}
.site-footer .footer-widget .single-tweet .name i {
  font-size: 18px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.site-footer .container {
  position: relative;
  z-index: 10;
}
.site-footer .footer-subscribe {
  border-top: 1px solid rgba(240, 240, 240, 0.2);
  position: relative;
  z-index: 10;
  background: rgba(15, 21, 26, 0.93);
  padding: 38px 0;
}
.site-footer .footer-subscribe h3 {
  margin: 0;
  font-family: 'Heebo';
  font-size: 24px;
  color: #FFFFFF;
  line-height: 45px;
}
.site-footer .footer-subscribe form.footer-subscribe-form {
  position: relative;
  width: 500px;
  max-width: 100%;
  height: 45px;
}
.site-footer .footer-subscribe form.footer-subscribe-form input {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border-radius: 0px;
  height: 45px;
  border: none;
  outline: none;
  color: #C5C5C5;
  font-size: 15px;
  padding-left: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.site-footer .footer-subscribe form.footer-subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #C5C5C5;
}
.site-footer .footer-subscribe form.footer-subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #C5C5C5;
}
.site-footer .footer-subscribe form.footer-subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #C5C5C5;
}
.site-footer .footer-subscribe form.footer-subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #C5C5C5;
}
.site-footer .footer-subscribe form.footer-subscribe-form input.error {
  background: rgba(255, 0, 0, 0.4);
}
.site-footer .footer-subscribe form.footer-subscribe-form label.error {
  display: none !important;
}
.site-footer .footer-subscribe form.footer-subscribe-form button {
  background: #F9B522;
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Heebo';
  font-weight: 500;
  text-transform: uppercase;
  width: 131px;
  height: 45px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.site-footer .footer-subscribe form.footer-subscribe-form button:hover {
  background: #232C35;
}

.footer-bottom {
  background: #35393D;
  padding: 13px 0;
}
.footer-bottom .copy-text p {
  margin: 0;
  color: #989FA7;
  font-size: 16px;
}
.footer-bottom .right-link a {
  color: #989FA7;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.footer-bottom .right-link a:hover {
  color: #FBBB40;
}

/**************************
* 6. search popup styles
***************************/
.search_area {
  position: relative;
  max-width: 950px;
  margin: auto;
}

.search_area .search_box_inner {
  background: transparent;
  padding: 100px 60px;
  display: block;
  overflow: hidden;
}

.search_area .search_box_inner h3 {
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}

.search_area .search_box_inner .input-group {
  display: block;
  position: relative;
}

.search_area .search_box_inner .input-group input {
  background: transparent;
  border-radius: 0px;
  outline: none;
  height: 50px;
  padding: 0px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: normal;
}
.search_area .search_box_inner .input-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.search_area .search_box_inner .input-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.search_area .search_box_inner .input-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.search_area .search_box_inner .input-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.search_area .search_box_inner .input-group .input-group-btn {
  position: absolute;
  right: 5px;
  top: 12px;
  z-index: 4;
}

.search_area .search_box_inner .input-group .input-group-btn .btn-default {
  padding: 0px;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent;
  color: #fff;
  font-size: 24px;
}

.search_area .mfp-close {
  right: 0px;
  color: #fff;
}

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.98;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/**************************
* 7. inner banner styles
***************************/
.inner-banner {
  background: #F9B522 url(../img/banner.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 19px;
}
.inner-banner h3 {
  margin: 0;
  color: #FFFFFF;
  letter-spacing: 0.025em;
  font-size: 27px;
  font-family: 'Poppins';

}
.inner-banner .breadcumb {
  margin-top: 15px;
}
.inner-banner .breadcumb a, .inner-banner .breadcumb span {
  color: #fff;
  font-size: 16px;
  font-family: 'Rubik';
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.inner-banner .breadcumb a:hover {
  color: #F9B522;
}
.inner-banner .breadcumb span.sep {
  margin-left: 10px;
  margin-right: 10px;
}

/**************************
* 8. contact styles
***************************/
#contact-google-map {
  width: 100%;
  height: 485px;
}

.contact-page-content .contact-form p {
  font-size: 15px;
  color: #242C33;
  font-family: 'Heebo';
  margin: 0;
  font-weight: 500;
}
.contact-page-content .contact-form input,
.contact-page-content .contact-form textarea {
  width: 100%;
  height: 38px;
  margin-bottom: 3px;
  background: #EBEEF0;
  border: none;
  outline: none;
  border-radius: 0px;
  padding-left: 20px;
}
.contact-page-content .contact-form input.error,
.contact-page-content .contact-form textarea.error {
  background: rgba(255, 0, 0, 0.3);
}
.contact-page-content .contact-form label.error {
  display: none !important;
}
.contact-page-content .contact-form textarea {
  padding-top: 10px;
  height: 200px;
  margin-bottom: 40px;
}
.contact-page-content .contact-form button[type=submit] {
  width: 100%;
  height: 43px;
  background: #F9B522;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Heebo';
  text-align: center;
  line-height: 43px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 0px;
  border: none;
  outline: none;
}
img.img-footer {
  height: 90px;
}
.contact-page-content .contact-form button[type=submit]:hover {
  background: #232C33;
  color: #F9B522;
}
.contact-page-content .contact-info h3 {
  margin: 0;
  color: #242C33;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Poppins';
}
.contact-page-content .contact-info p {
  font-size: 16px;
  color: #989FA7;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}
.contact-page-content .contact-info .single-contact-info {
  position: relative;
  padding-left: 25px;
}
.contact-page-content .contact-info .single-contact-info + .single-contact-info {
  margin-top: 10px;
}
.contact-page-content .contact-info .single-contact-info p {
  font-size: 16px;
  letter-spacing: .025em;
  margin: 0;
  color: #242C33;
  font-weight: 300;
  font-family: 'Rubik';
  padding-top: 15px;
}
.contact-page-content .contact-info .single-contact-info i {
  color: #f9b522;
  font-size: 16px;
  position: absolute;
  top: 6px;
  left: 0;
}

.map-contact-info.home-page-two {
  overflow: hidden;
  background: #242C33;
}
.map-contact-info.home-page-two .container-fluid {
  padding: 0;
}
.map-contact-info.home-page-two #home-two-google-map {
  width: 100%;
  height: 250px;
}
.map-contact-info.home-page-two .contact-info-box {
  width: 100%;
  max-width: 580px;
  margin-right: auto;
  padding-left: 55px;
  padding-top: 55px;
}
.map-contact-info.home-page-two .contact-info-box .row {
  margin-left: -40px;
  margin-right: -40px;
}
.map-contact-info.home-page-two .contact-info-box .row [class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
}
.map-contact-info.home-page-two .contact-info-box .title h3, .map-contact-info.home-page-two .contact-info-box .title p {
  margin: 0;
}
.map-contact-info.home-page-two .contact-info-box .title h3 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 500;
  font-family: 'Heebo';
}
.map-contact-info.home-page-two .contact-info-box .title p {
  font-size: 16px;
  line-height: 25px;
  color: #C9CED4;
  font-family: 'Rubik';
  margin-top: 10px;
}
.map-contact-info.home-page-two .contact-info-box .single-contact-info {
  position: relative;
  padding-left: 25px;
}
.map-contact-info.home-page-two .contact-info-box .single-contact-info + .single-contact-info {
  margin-top: 10px;
}
.map-contact-info.home-page-two .contact-info-box .single-contact-info p {
  font-size: 16px;
  letter-spacing: .025em;
  margin: 0;
  color: #C9CED4;
  font-weight: 300;
  font-family: 'Rubik';
}
.map-contact-info.home-page-two .contact-info-box .single-contact-info i {
  color: #C9CED4;
  font-size: 16px;
  position: absolute;
  top: 6px;
  left: 0;
}

.map-contact-info.home-page-three #home-three-google-map {
  width: 100%;
  height: 210px;
}
.map-contact-info.home-page-three .contact-info-box {
  padding-left: 0px;
  padding-top: 50px;
}
.map-contact-info.home-page-three .contact-info-box .row {
  margin-left: -40px;
  margin-right: -40px;
}
.map-contact-info.home-page-three .contact-info-box .row [class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
}
.map-contact-info.home-page-three .contact-info-box .title h3, .map-contact-info.home-page-three .contact-info-box .title p {
  margin: 0;
}
.map-contact-info.home-page-three .contact-info-box .title h3 {
  color: #242C33;
  font-size: 30px;
  font-weight: 500;
  font-family: 'Heebo';
}
.map-contact-info.home-page-three .contact-info-box .title p {
  font-size: 16px;
  line-height: 25px;
  color: #757A80;
  font-family: 'Rubik';
  margin-top: 10px;
}
.map-contact-info.home-page-three .contact-info-box .single-contact-info {
  position: relative;
  padding-left: 25px;
}
.map-contact-info.home-page-three .contact-info-box .single-contact-info + .single-contact-info {
  margin-top: 10px;
}
.map-contact-info.home-page-three .contact-info-box .single-contact-info p {
  font-size: 16px;
  letter-spacing: .025em;
  margin: 0;
  color: #757A80;
  font-weight: 300;
  font-family: 'Rubik';
}
.map-contact-info.home-page-three .contact-info-box .single-contact-info i {
  color: #757A80;
  font-size: 16px;
  position: absolute;
  top: 6px;
  left: 0;
}

/**************************
* 9. services styles
***************************/
.service-style-one.service-page {
  padding-bottom: 60px;
}
.service-style-one .single-service-style-one {
  margin-bottom: 40px;
}
.service-style-one .single-service-style-one .img-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
  height: 250px;
  background-position: center center !important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
}
.service-style-one .single-service-style-one .img-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(249, 181, 34, 0.95);
  opacity: 0;
  border-radius: 4px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-one .single-service-style-one .img-box > img {
  width: 100%;
  border-radius: 4px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-one .single-service-style-one .img-box a.read-more {
  font-size: 18px;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  color: #F9B522;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-one .single-service-style-one .content-box {
  padding-left: 25px;
  padding-top: 30px;
  padding-bottom: 40px;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.07);
}
.service-style-one .single-service-style-one .content-box .icon-box, .service-style-one .single-service-style-one .content-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.service-style-one .single-service-style-one .content-box .icon-box i {
  color: #fff;
  font-size: 38px;
  width: 54px;
  height: 49px;
  background: #F9B522;
  border-radius: 4px;
  display: block;
  text-align: center;
  line-height: 46px;
  margin-top: 10px;
}
.service-style-one .single-service-style-one .content-box .text-box {
  padding-left: 20px;
}
.service-style-one .single-service-style-one .content-box .text-box h3, .service-style-one .single-service-style-one .content-box .text-box p {
  margin: 0;
  padding-top:0px;
}
.service-style-one .single-service-style-one .content-box .text-box h3 {
  color: #242C33;
  font-size: 13px;
  letter-spacing: -.025em;
  font-family: 'Poppins';
  font-weight: 600;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-one .single-service-style-one .content-box .text-box h3:hover {
  color: #F9B522;
}
.service-style-one .single-service-style-one .content-box .text-box p {
  color: #74787D;
  font-size: 14px;
  line-height: 41px;
  font-family: 'Rubik';
  margin-top: 0px;
}
.service-style-one .single-service-style-one:hover .img-box img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.service-style-one .single-service-style-one:hover .img-box:after {
  opacity: 1;
}
.service-style-one .single-service-style-one:hover .img-box a.read-more {
  opacity: 1;
}
.service-style-one .single-service-style-one:hover .content-box {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.service-style-one.home-page-three .single-service-style-one .content-box {
  padding: 20px 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.service-style-one.home-page-three .single-service-style-one .content-box .icon-box, .service-style-one.home-page-three .single-service-style-one .content-box .text-box {
  vertical-align: middle;
}
.service-style-one .service-carousel-one .single-service-style-one {
  margin-bottom: 0;
}
.service-style-one .service-carousel-one .single-service-style-one .content-box {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.service-style-one .service-carousel-one.owl-theme .owl-nav {
  text-align: right;
  float: right;
  margin-top: 0;
  margin-top: 12px;
}
.service-style-one .service-carousel-one.owl-theme .owl-nav [class*=owl-] {
  width: 35px;
  height: 35px;
  background: #d0ccc3;
  color: #242C33;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-one .service-carousel-one.owl-theme .owl-nav [class*=owl-]:hover {
  background: #F9B522;
}
.service-style-one .service-carousel-one.owl-theme .owl-nav [class*=owl-] i {
  font-size: 18px;
}
.service-style-one .service-carousel-one.owl-theme .owl-nav [class*=owl-] + [class*=owl-] {
  margin-left: 10px;
}
.service-style-one .service-carousel-one.owl-theme .owl-dots {
  text-align: left;
  float: left;
  line-height: 35px;
  margin-top: 50px;
}
.service-style-one .service-carousel-one.owl-theme .owl-dots .owl-dot + .owl-dot {
  margin-left: 20px;
}
.service-style-one .service-carousel-one.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C6C7C9;
  margin: 0;
  position: relative;
}
.service-style-one .service-carousel-one.owl-theme .owl-dots .owl-dot span:after {
  content: '';
  width: 3px;
  height: 3px;
  background: #F9B522;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 50%;
}
.service-style-one .service-carousel-one.owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
  -webkit-box-shadow: 0px 0px 0 2px #F9B522;
  box-shadow: 0px 0px 0 2px #F9B522;
}
.service-style-one .service-carousel-one.owl-theme .owl-dots .owl-dot.active span:after {
  opacity: 1;
}

.single-service-page-content h3 {
  margin: 0;
  color: #242C33;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Poppins';
  line-height: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-bottom: 20px;
}
.single-service-page-content p {
  font-size: 16px;
  line-height: 29px;
  font-family: 'Rubik';
  color: #727272;
  margin: 0;
}
.single-service-page-content ul.list-item {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 30px;
}
.single-service-page-content ul.list-item li {
  position: relative;
  color: #242D36;
  font-size: 17px;
  font-family: 'Rubik';
  padding-left: 25px;
}
.single-service-page-content ul.list-item li + li {
  margin-top: 10px;
}
.single-service-page-content ul.list-item li i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
}
.single-service-page-content .single-service-carousel .owl-dots {
  margin-top: 20px;
}
.single-service-page-content .single-service-carousel .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: #C6C7C9;
  -webkit-transform: scale(1);
  transform: scale(1);
  margin: 15px;
  margin-bottom: 0;
}
.single-service-page-content .single-service-carousel .owl-dots .owl-dot.active span {
  -webkit-transform: scale(2);
  transform: scale(2);
  background: #F9B522;
}
.single-service-page-content .single-service-tab-content {
  margin-top: 40px;
}
.single-service-page-content .single-service-tab-content .tab-title {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #F9B522;
  text-align: center;
}
.single-service-page-content .single-service-tab-content .tab-title li {
  display: inline-block;
}
.single-service-page-content .single-service-tab-content .tab-title li a {
  display: block;
  padding: 10px 30px;
  color: #242C33;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px;
}
.single-service-page-content .single-service-tab-content .tab-title li.active a {
  background: #F9B522;
  color: #fff;
}
.single-service-page-content .single-service-tab-content .tab-content {
  padding-top: 30px;
}

/**************************
* 10. testimonials styles
***************************/
.testimonials-style-one .single-testimonial-style-one {
  padding-right: 100px;
}
.testimonials-style-one .single-testimonial-style-one + .single-testimonial-style-one {
  margin-top: 60px;
}
.testimonials-style-one .single-testimonial-style-one .top-box {
  position: relative;
}
.testimonials-style-one .single-testimonial-style-one .top-box i.qoute-icon {
  color: #242C33;
  font-size: 54px;
  position: absolute;
  top: 0;
  right: 20px;
}
.testimonials-style-one .single-testimonial-style-one .top-box .icon-box, .testimonials-style-one .single-testimonial-style-one .top-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.testimonials-style-one .single-testimonial-style-one .top-box .icon-box {
  width: 55px;
}
.testimonials-style-one .single-testimonial-style-one .top-box .text-box {
  padding-left: 15px;
}
.testimonials-style-one .single-testimonial-style-one .top-box .text-box h3 {
  margin: 0;
  color: #242C33;
  font-size: 22px;
  font-weight: 600;
  font-family: 'Poppins';
  margin-bottom: 5px;
}
.testimonials-style-one .single-testimonial-style-one .top-box .text-box .stars i {
  color: #F9B522;
  font-size: 15px;
}
.testimonials-style-one .single-testimonial-style-one .top-box .text-box .stars i + i {
  margin-left: 5px;
}
.testimonials-style-one .single-testimonial-style-one .content-box {
  padding-top: 15px;
}
.testimonials-style-one .single-testimonial-style-one .content-box p {
  color: #74787D;
  font-family: 'Rubik';
  font-weight: 300;
  margin: 0;
}
.testimonials-style-one .single-testimonial-style-one .content-box h4 {
  margin: 0;
  color: #242C33;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
  margin-top: 20px;
}
.testimonials-style-one .row + .row {
  border-top: 1px solid #DFDFDF;
  margin-top: 60px;
  padding-top: 60px;
}
.testimonials-style-one .btn-box {
  margin-top: 60px;
}
.testimonials-style-one .view-more {
  width: 140px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  background: #F9B522;
  text-align: center;
  line-height: 45px;
  border-radius: 4px;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
  color: #242C33;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.testimonials-style-one .view-more:hover {
  background: #242C33;
  color: #fff;
}
.testimonials-style-one .testimonials-carousel-style-one {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 60px;
}
.testimonials-style-one .testimonials-carousel-style-one .single-testimonial-style-one {
  padding-right: 0;
}
.testimonials-style-one .testimonials-carousel-style-one.owl-theme .owl-nav {
  margin: 0;
}
.testimonials-style-one .testimonials-carousel-style-one.owl-theme .owl-nav [class*=owl-] {
  width: 35px;
  height: 35px;
  background: #F3F4F7;
  color: #242C33;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.testimonials-style-one .testimonials-carousel-style-one.owl-theme .owl-nav [class*=owl-]:hover {
  background: #F9B522;
}
.testimonials-style-one .testimonials-carousel-style-one.owl-theme .owl-nav [class*=owl-] i {
  font-size: 18px;
}
.testimonials-style-one .testimonials-carousel-style-one.owl-theme .owl-nav [class*=owl-prev] {
  right: 100%;
  margin-right: 50px;
}
.testimonials-style-one .testimonials-carousel-style-one.owl-theme .owl-nav [class*=owl-next] {
  left: 100%;
  margin-left: 50px;
}
.testimonials-style-one .more-btn-box {
  position: relative;
}
.testimonials-style-one .more-btn-box:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.testimonials-style-one .more-btn-box a {
  display: inline-block;
  color: #F9B522;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
  width: 140px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: relative;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.testimonials-style-one .more-btn-box a:hover {
  color: #F9B522;
  background: #252D33;
}
.testimonials-style-one .testimonials-carousel-style-two {
  padding-left: 70px;
}
.testimonials-style-one .testimonials-carousel-style-two .single-testimonial-style-one {
  padding-right: 30px;
}
.testimonials-style-one .testimonials-carousel-style-two.no-pad-left {
  padding-left: 0;
}
.testimonials-style-one .testimonials-carousel-style-two.no-pad-left .single-testimonial-style-one {
  padding-right: 25px;
}
.testimonials-style-one .testimonials-carousel-style-two.no-pad-left.owl-theme .owl-nav {
  margin-top: 30px;
  padding-top: 0;
  border-top: 0;
}
.testimonials-style-one .testimonials-carousel-style-two.owl-theme .owl-nav {
  margin: 0;
  text-align: left;
  border-top: 1px solid #EBEBEB;
  margin-top: 60px;
  padding-top: 60px;
}
.testimonials-style-one .testimonials-carousel-style-two.owl-theme .owl-nav [class*=owl-] {
  width: 35px;
  height: 35px;
  background: #F3F4F7;
  color: #242C33;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.testimonials-style-one .testimonials-carousel-style-two.owl-theme .owl-nav [class*=owl-]:hover {
  background: #F9B522;
}
.testimonials-style-one .testimonials-carousel-style-two.owl-theme .owl-nav [class*=owl-] i {
  font-size: 18px;
}
.testimonials-style-one .testimonials-carousel-style-two.owl-theme .owl-nav [class*=owl-prev] {
  right: 100%;
  margin-right: 10px;
}

.testimonials-feature-wrapper .single-testimonial-style-one {
  padding-right: 0;
}

/**************************
* 11. faq styles
***************************/
.faq-style-one .accrodion-grp .accrodion + .accrodion {
  margin-top: 10px;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-title {
  border: 1px solid #DEE0E1;
  background: #FFFFFF;
  padding: 14.5px 25px;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-title h4 {
  margin: 0;
  position: relative;
  font-size: 18px;
  color: #222222;
  font-weight: 400;
  font-family: 'Rubik';
}
.faq-style-one .accrodion-grp .accrodion .accrodion-title h4:before {
  content: '\f107';
  font-family: 'FontAwesome';
  color: #222222;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-style-one .accrodion-grp .accrodion .accrodion-content {
  padding-top: 10px;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-content .inner {
  border: 1px solid #DEE0E1;
  padding: 20px 30px;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-content p {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: .01em;
  color: #74787D;
}
.faq-style-one .accrodion-grp .accrodion.active .accrodion-title {
  background: #F9B522;
  border-color: #F9B522;
}
.faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4:before {
  content: '\f106';
}

/**************************
* 12. team styles
***************************/
.team-style-one.team-page {
  padding-bottom: 50px;
}
.team-style-one .single-team-style-one {
  position: relative;
  margin-bottom: 150px;
  text-align: center;
}
.team-style-one .single-team-style-one .img-box > img {
  width: 100%;
}
.team-style-one .single-team-style-one .text-box {
  background: #242C33;
  padding: 21px 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.team-style-one .single-team-style-one .text-box h3, .team-style-one .single-team-style-one .text-box p {
  margin: 0;
}
.team-style-one .single-team-style-one .text-box h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Poppins';
}
.team-style-one .single-team-style-one .text-box p {
  color: #9CA1A8;
  font-size: 16px;
  font-family: 'Rubik';
  margin-top: 5px;
}
.team-style-one .single-team-style-one .text-box .social {
  position: relative;
  top: -100%;
  padding-top: 0px;
  margin-bottom: -30px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.team-style-one .single-team-style-one .text-box .social a {
  color: #fff;
  font-size: 24px;
}
.team-style-one .single-team-style-one .text-box .social a + a {
  margin-left: 20px;
}
.team-style-one .single-team-style-one:hover .text-box {
  background: #F9B522;
}
.team-style-one .single-team-style-one:hover .text-box p {
  color: #fff;
}
.team-style-one .single-team-style-one:hover .text-box .social {
  padding-top: 15px;
  opacity: 1;
  top: 0%;
  margin-bottom: 0px;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.team-style-one .team-carousel-style-one .single-team-style-one {
  margin-bottom: 150px;
}
.team-style-one .owl-theme .owl-dots {
  margin-top: -20px;
}
.team-style-one .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: #C6C7C9;
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-bottom: 0;
}
.team-style-one .owl-theme .owl-dots .owl-dot.active span {
  -webkit-transform: scale(2);
  transform: scale(2);
  background: #F9B522;
}
.team-style-one .owl-theme .owl-nav {
  margin: 0;
  margin-top: 20px;
}
.team-style-one .owl-theme .owl-nav [class*=owl-] {
  width: 35px;
  height: 35px;
  background: #F3F4F7;
  color: #242C33;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.team-style-one .owl-theme .owl-nav [class*=owl-]:hover {
  background: #F9B522;
}
.team-style-one .owl-theme .owl-nav [class*=owl-] i {
  font-size: 18px;
}
.team-style-one .owl-theme .owl-nav [class*=owl-prev] {
  margin-right: 20px;
}

/**************************
* 13. project styles
***************************/
.project-single-page .single-project-content {
  padding-left: 50px;
  padding-top: 80px;
}
.project-single-page .single-project-content h3, .project-single-page .single-project-content p {
  margin: 0;
}
.project-single-page .single-project-content h3 {
  color: #051829;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Poppins';
  margin-bottom: 30px;
}
.project-single-page .single-project-content p {
  color: #74787D;
  font-size: 15px;
  line-height: 27px;
  font-family: 'Rubik';
}
.project-single-page .single-project-content p + p {
  margin-top: 35px;
}
.project-single-page .single-project-content ul.list-items {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
.project-single-page .single-project-content ul.list-items li {
  position: relative;
  color: #9A9A9A;
  font-size: 15px;
  padding-left: 25px;
}
.project-single-page .single-project-content ul.list-items li + li {
  margin-top: 5px;
}
.project-single-page .single-project-content ul.list-items li span {
  color: #051829;
  margin-right: 5px;
}
.project-single-page .single-project-content ul.list-items li i {
  color: #F9B522;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.project-style-one .gallery-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 35px;
}
.project-style-one .gallery-filter ul li {
  display: inline-block;
  vertical-align: middle;
}
.project-style-one .gallery-filter ul li.active span, .project-style-one .gallery-filter ul li:hover span {
  color: #F9B522;
}
.project-style-one .gallery-filter ul li + li {
  margin-left: 40px;
}
.project-style-one .gallery-filter ul li span {
  display: block;
  color: #242C33;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 500;
  cursor: pointer;
}
.project-style-one .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  overflow: hidden;
}
.project-style-one .row {
  margin-left: -5px;
  margin-right: -5px;
}
.project-style-one .row [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.project-style-one .single-project-style-one {
  margin-bottom: 10px;
  overflow: hidden;
}
.project-style-one .single-project-style-one .img-box {
  position: relative;
}
.project-style-one .single-project-style-one .img-box > img {
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-style-one .single-project-style-one .img-box .overlay {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.project-style-one .single-project-style-one .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.project-style-one .single-project-style-one .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
}
.project-style-one .single-project-style-one .img-box .overlay .box .content a.more-btn {
  width: 60px;
  height: 60px;
  background: #F9B522;
  display: inline-block;
  border-radius: 5px;
  color: #242C33;
  font-size: 24px;
  line-height: 60px;
}
.project-style-one .single-project-style-one .img-box .overlay .box .content h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Poppins';
  margin-top: 40px;
}
.project-style-one .single-project-style-one:hover .img-box > img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.project-style-one .single-project-style-one:hover .img-box .overlay {
  opacity: 1;
}

.project-style-two {
  background: #fff url(../img/coverg.jpg) right top no-repeat;
  background-size: cover;
}
.project-style-two .gallery-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 35px;
}
.project-style-two .gallery-filter ul li {
  display: inline-block;
  vertical-align: middle;
}
.project-style-two .gallery-filter ul li.active span, .project-style-two .gallery-filter ul li:hover span {
  color: #F9B522;
}
.project-style-two .gallery-filter ul li + li {
  margin-left: 40px;
}
.project-style-two .gallery-filter ul li span {
  display: block;
  color: #242C33;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 500;
  cursor: pointer;
}
.project-style-two .row {
  margin-left: -3px;
  margin-right: -3px;
}
.project-style-two .row [class*=col-] {
  padding-left: 3px;
  padding-right: 3px;
}
.project-style-two .single-project-style-two {
  margin-bottom: 6px;
  overflow: hidden;
}
.project-style-two .single-project-style-two .img-box {
  position: relative;
}
.project-style-two .single-project-style-two .img-box > img {
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-style-two .single-project-style-two .img-box .overlay {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.project-style-two .single-project-style-two .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.project-style-two .single-project-style-two .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
}
.project-style-two .single-project-style-two .img-box .overlay .box .content a.more-btn {
  width: 60px;
  height: 60px;
  background: #F9B522;
  display: inline-block;
  border-radius: 5px;
  color: #242C33;
  font-size: 24px;
  line-height: 60px;
}
.project-style-two .single-project-style-two .img-box .overlay .box .content h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins';
  margin-top: 20px;
}
.project-style-two .single-project-style-two:hover .img-box > img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.project-style-two .single-project-style-two:hover .img-box .overlay {
  opacity: 1;
}
.project-style-two .more-btn-box {
  margin-top: 60px;
}

.project-style-three {
  background: #242C33;
}
.project-style-three .container-fluid {
  padding-left: 6px;
  padding-right: 6px;
}
.project-style-three .single-project-style-three {
  margin-bottom: 0px;
  overflow: hidden;
}
.project-style-three .single-project-style-three .img-box {
  position: relative;
}
.project-style-three .single-project-style-three .img-box > img {
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-style-three .single-project-style-three .img-box .overlay {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.project-style-three .single-project-style-three .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.project-style-three .single-project-style-three .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
}
.project-style-three .single-project-style-three .img-box .overlay .box .content a.more-btn {
  width: 60px;
  height: 60px;
  background: #F9B522;
  display: inline-block;
  border-radius: 5px;
  color: #242C33;
  font-size: 24px;
  line-height: 60px;
}
.project-style-three .single-project-style-three .img-box .overlay .box .content h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins';
  margin-top: 20px;
}
.project-style-three .single-project-style-three:hover .img-box > img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.project-style-three .single-project-style-three:hover .img-box .overlay {
  opacity: 1;
}
.project-style-three .more-btn-box {
  margin-top: 60px;
}
.project-style-three .owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  top: 100%;
  right: 100px;
  margin-top: 60px;
}
.project-style-three .owl-theme .owl-nav [class*=owl-] {
  width: 45px;
  height: 45px;
  background: #3B444C;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 45px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 0;
}
.project-style-three .owl-theme .owl-nav [class*=owl-]:hover {
  background: #F9B522;
}
.project-style-three .owl-theme .owl-nav [class*=owl-] i {
  font-size: 24px;
  line-height: 45px;
}
.project-style-three .owl-theme .owl-nav [class*=owl-next] {
  margin-left: 10px;
}

/**************************
* 14. about styles
***************************/
.about-us-style-one .about-content {
  padding-top: 0px;
  text-align: justify;
}
.about-us-style-one span {
  display: block;
  color: #F9B522;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
}
.about-us-style-one h3 {
  font-size: 20px;
  color: #242C33;
  font-weight: 600;
  font-family: sans-serif;
  margin-bottom: 2px;
}
.about-us-style-one h4 {
  margin: 0;
  color: #242C33;
  font-family: 'Rubik';
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 20px;
}
.about-us-style-one p {
  color: #74787D;
  font-size:15px;
  line-height: 27px;
  font-family: 'Rubik';
  padding-top:0px;
  text-align: justify;
}
.about-us-style-one a.about-btn {
  margin-top: 40px;
  background: #F9B522;
  width: 200px;
  height: 45px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Heebo';
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 45px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.about-us-style-one a.about-btn:hover {
  background: #242C33;
}

.about-style-two {
  background: #FAFAF4;
}
.about-style-two .about-content {
  padding-left: 45px;
  padding-right: 100px;
  padding-top: 75px;
}
.about-style-two .about-content h3, .about-style-two .about-content p {
  margin: 0;
}
.about-style-two .about-content h3 {
  font-size: 20px;
  color: #242C33;
  font-weight: 600;
  font-family: sans-serif;
  margin-bottom: 2px;
}
.about-style-two .about-content span {
  display: block;
  color: #F9B522;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
}
.about-style-two .about-content p {
  color: #74787D;
  font-size: 15px;
  line-height: 27px;
  margin-top: 30px;
}
.about-style-two .about-content .brand-logos {
  margin-top: 35px;
  margin-bottom: 15px;
}
.about-style-two .about-content .brand-logos img + img {
  margin-left: 36px;
}

/**************************
* 15. cta styles
***************************/
.cta-style-one {
  background: #F9B522 url(../img/bn5.jpg) center center no-repeat fixed;
  background-size: cover;
}
.col-md-6.propos {
  padding-top: 0px;
  padding-top: 0px;
}
.cta-style-one .inner {
  background: rgba(249, 181, 34, 0.9);
  padding: 52.5px 0;
}
.cta-style-one h3 {
  margin: 0;
  color: #242C33;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Poppins';
  line-height: 45px;
}
.cta-style-one a.cta-btn {
  width: 173px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  background: #242C33;
  text-align: center;
  line-height: 45px;
  border-radius: 4px;
  font-family: 'Heebo';
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.cta-style-one a.cta-btn:hover {
  background: #fff;
  color: #242C33;
}

.cta-style-two {
  overflow: hidden;
}
.cta-style-two .container-fluid {
  padding: 0;
}
.cta-style-two .row {
  margin-left: -.5px;
  margin-right: -.5px;
}
.cta-style-two .row [class*=col-] {
  padding: 0px;
}
.cta-style-two .cta-style-two-1 {
    background: #252A33 url(../img/2.jpg) center center no-repeat;
    background-size: cover;
    /* padding: 126.7px 0; */
    padding-left: 100px;
    padding-right: 100px;
    height: 420px;
}
.cta-style-two .cta-style-two-1 span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Poppins';
  letter-spacing: -.025em;
}
.cta-style-two .cta-style-two-1 h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -.025em;
  font-family: 'Poppins';
  font-weight: 600;
  margin-top: 2px;
  margin-bottom: 26px;
}
@media (max-width: 1250px) {
  .cta-style-two .cta-style-two-1 h3 br {
    display: none;
  }
}
.cta-style-two .cta-style-two-1 a {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  background: #F9B522;
  border-radius: 0px;
  padding: 0 33px;
  color: #fff;
  font-family: 'Heebo';
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  line-height: 45px;
    position: absolute;
    bottom: 96px;
}
.cta-style-two .cta-style-two-1 a:hover {
  background: #242C33;
}
.cta-style-two .cta-style-two-2 {

    background: #252A33 url(../img/3.jpg) center center no-repeat;
    background-size: cover;
    padding-left: 100px;
    padding-right: 100px;
    height: 420px;

}
@media (max-width: 1360px) {
  .cta-style-two .cta-style-two-2 {
    padding: 96px 100px;
  }
}
@media (max-width: 1110px) {
  .cta-style-two .cta-style-two-2 {
    padding: 86px 79px;
  }
}
.cta-style-two .cta-style-two-2 h3 {
  margin: 0;
  color: #FFFFFF;
  font-family: 'Poppins';
  font-weight: bold;
  letter-spacing: -.025em;
  font-size: 36px;
    top: 18px;
    position: sticky;
}
.cta-style-two .cta-style-two-2 p {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 27px;
  font-family: 'Rubik';
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 80%;
}
.cta-style-two .cta-style-two-2 p br {
  display: none;
}
@media (max-width: 1600px) {
  .cta-style-two .cta-style-two-2 p {
    width: 100%;
  }
}
.cta-style-two .cta-style-two-2 a {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  background: #242C33;
  border-radius: 0px;
  padding: 0 33px;
  color: #fff;
  font-family: 'Heebo';
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  line-height: 45px;
    position: absolute;
    bottom: 96px;
}
.cta-style-two .cta-style-two-2 a:hover {
  background: #F9B522;
}

/**************************
* 16. features styles
***************************/
.feature-style-one {
  padding-left: 95px;
}
.feature-style-one .single-feature-style-one + .single-feature-style-one {
  margin-top: 40px;
}
.feature-style-one .single-feature-style-one .icon-box, .feature-style-one .single-feature-style-one .text-box {
  display: table-cell;
  vertical-align: top;
}
.feature-style-one .single-feature-style-one .icon-box {
  width: 52px;
}
.feature-style-one .single-feature-style-one .icon-box i {
  font-size: 52px;
  color: #242C33;
}
.feature-style-one .single-feature-style-one .text-box {
  padding-left: 15px;
}
.feature-style-one .single-feature-style-one .text-box h3 {
  margin: 0;
  color: #051829;
  font-size: 18px;
  font-family: 'Poppins';
  font-weight: 600;
  margin-bottom: 10px;
}
.feature-style-one .single-feature-style-one .text-box h3.large-font {
  font-size: 22px;
}
.feature-style-one .single-feature-style-one .text-box p {
  color: #74787D;
  font-family: 'Rubik';
  font-size: 15px;
  line-height: 27px;
  margin: 0;
}

/**************************
* 17. request a qoute styles
***************************/
.request-a-qoute {
  background: #242c33 url(../img/backgroud-1-2.jpg) right center fixed no-repeat;
  background-size: cover;
}
.request-a-qoute .inner-box {
  background: rgba(36, 44, 51, 0.75);
}
.request-a-qoute .title {
  padding-top: 30px;
  padding-right: 50px;
}
.request-a-qoute .title h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 600;
  font-family: 'Poppins';
  margin-bottom: 20px;
}
.request-a-qoute .title p {
  font-size: 17px;
  line-height: 32px;
  color: #FFFFFF;
  margin: 0;
  font-family: 'Rubik';
}
.request-a-qoute form.contact-form p {
  font-size: 15px;
  color: #FFC527;
  font-family: 'Poppins';
  margin: 0;
  margin-bottom: 5px;
}
.request-a-qoute form.contact-form input,
.request-a-qoute form.contact-form textarea {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: none;
  outline: none;
  padding-left: 20px;
  font-size: 14px;
  color: #86898D;
  display: block;
  margin-bottom: 20px;
}
.request-a-qoute form.contact-form input::-webkit-input-placeholder,
.request-a-qoute form.contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #86898D;
}
.request-a-qoute form.contact-form input::-moz-placeholder,
.request-a-qoute form.contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #86898D;
}
.request-a-qoute form.contact-form input:-ms-input-placeholder,
.request-a-qoute form.contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #86898D;
}
.request-a-qoute form.contact-form input:-moz-placeholder,
.request-a-qoute form.contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #86898D;
}
.request-a-qoute form.contact-form input.error,
.request-a-qoute form.contact-form textarea.error {
  background: rgba(255, 0, 0, 0.3);
}
.request-a-qoute form.contact-form label.error {
  display: none !important;
}
.request-a-qoute form.contact-form textarea {
  padding-top: 10px;
  height: 200px;
}
.request-a-qoute form.contact-form button[type=submit] {
  width: 100%;
  height: 45px;
  background: #F9B522;
  color: #151E37;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins';
  text-align: center;
  line-height: 45px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border: none;
  outline: none;
  margin-top: 10px;
}
.request-a-qoute form.contact-form button[type=submit]:hover {
  background: #232C33;
  color: #F9B522;
}
.request-a-qoute form.contact-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.request-a-qoute form.contact-form .bootstrap-select > .dropdown-toggle {
  padding: 10px 20px;
  background-color: #fff;
  color: #86898D;
  font-size: 14px;
  border-radius: 0;
  border: none;
}
.request-a-qoute form.contact-form .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  right: 20px;
}
.request-a-qoute form.contact-form .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: '\f107';
  font-family: FontAwesome;
  color: #86898D;
  font-size: 14px;
  line-height: 1em;
}
.request-a-qoute form.contact-form .bootstrap-select .dropdown-menu > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}

/**************************
* 18. video styles
***************************/
.video-box {
  background: #242C33;
  position: relative;
}
.video-box > img {
  width: 100%;
  opacity: .36;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.video-box a.video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-box a.video-popup .inner {
  display: block;
  width: 100%;
  height: 100%;
  background: #F9B522;
  line-height: 100px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  width: 100px;
  height: 100px;
  background: #F9B522;
  border-radius: 50%;
}
.video-box:hover > img {
  opacity: 1;
}

.faq-video-wrapper.faq-style-one .accrodion-grp .accrodion .accrodion-content .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

/**************************
* 19. brand styles
***************************/
.brand-carousel-wrapper {
  background: #fff;
}
.brand-carousel-wrapper .brand-carousel {
  text-align: center;
}
.brand-carousel-wrapper .brand-carousel i {
  color: #636E7A;
  font-size: 150px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: .8;
}
.brand-carousel-wrapper .brand-carousel i:hover {
  opacity: .3;
}
.brand-carousel-wrapper .owl-theme .owl-nav {
  display: none;
}
.ligne {
  color: black;

}

/**************************
* 20. blog styles
***************************/
.blog-style-one .single-blog-style-one + .single-blog-style-one {
  margin-top: 40px;
}
.blog-style-one .single-blog-style-one .img-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.blog-style-one .single-blog-style-one .img-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(33, 55, 74, 0.5);
  opacity: 0;
  border-radius: 4px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-one .single-blog-style-one .img-box > img {
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-one .single-blog-style-one .img-box a.read-more {
  font-size: 18px;
  width: 140px;
  height: 40px;
  background: #F9B522;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-family: 'Heebo';
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-one .single-blog-style-one .img-box a.read-more:hover {
  background: #242C33;
  color: #F9B522;
}
.blog-style-one .single-blog-style-one .text-box {
  padding: 30px 45px;
  padding-top: 35px;
  border: 1px solid #E7E7E7;
  height: 438px;
  max-height: 438px;
}
.blog-style-one .single-blog-style-one .text-box .meta-info a {
  color: #999999;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.meta-info.ref {
  margin-top: 234px;
}
.meta-info.reff {
  margin-top: 205px;
}
.meta-info.refff {
  margin-top: 147px;
}
.blog-style-one .single-blog-style-one .text-box .meta-info a i {
  margin-right: 5px;
  color: #F9B522;
  font-size: 14px;
}
.blog-style-one .single-blog-style-one .text-box .meta-info a:hover {
  color: #242C33;
}
.blog-style-one .single-blog-style-one .text-box .meta-info a + a {
  margin-left: 10px;
}
.blog-style-one .single-blog-style-one .text-box h3 {
  margin: 0;
  color: #051829;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Poppins';
  line-height: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 0px;
  margin-bottom: 15px;
}
.blog-style-one .single-blog-style-one .text-box h3:hover {
  color: #F9B522;
}
.blog-style-one .single-blog-style-one .text-box p {
  font-size: 16px;
  line-height: 21px;
  font-family: 'Rubik';
  color: #727272;
  margin: 0;
  margin-bottom: 30px;
}
.blog-style-one .single-blog-style-one:hover .img-box img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-style-one .single-blog-style-one:hover .img-box:after {
  opacity: 1;
}
.blog-style-one .single-blog-style-one:hover .img-box a.read-more {
  opacity: 1;
}

.blog-style-two .single-blog-style-two .img-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.blog-style-two .single-blog-style-two .img-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(33, 55, 74, 0.5);
  opacity: 0;
  border-radius: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-two .single-blog-style-two .img-box > img {
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-two .single-blog-style-two .img-box a.read-more {
  font-size: 18px;
  width: 140px;
  height: 40px;
  background: #F9B522;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-family: 'Heebo';
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-two .single-blog-style-two .img-box a.read-more:hover {
  background: #242C33;
  color: #F9B522;
}
.blog-style-two .single-blog-style-two .text-box .meta-info {
  margin-top: 15px;
}
.blog-style-two .single-blog-style-two .text-box .meta-info a {
  color: #868686;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}
.blog-style-two .single-blog-style-two .text-box .meta-info a i {
  margin-right: 5px;
}
.blog-style-two .single-blog-style-two .text-box h3 {
  margin: 0;
  color: #242C33;
  font-size: 22px;
  font-weight: 500;
  font-family: 'Poppins';
  line-height: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 5px;
}
.blog-style-two .single-blog-style-two .text-box h3:hover {
  color: #F9B522;
}
.blog-style-two .single-blog-style-two:hover .img-box:after {
  opacity: 1;
}
.blog-style-two .single-blog-style-two:hover .img-box a.read-more {
  opacity: 1;
}

.blog-post-pagination {
  text-align: center;
  margin-top: 18px;
  width: 100%;
  padding-right: 68px;
  margin-bottom: 20px;
}
.blog-post-pagination a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #DBDDDE;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  color: #051829;
  font-size: 19px;
}
.blog-post-pagination a + a {
  margin-left: 15px;
}
.blog-post-pagination a.active, .blog-post-pagination a:hover {
  background: #F9B522;
  color: #fff;
  border-color: #F9B522;
}

.single-blog-page-content > .img-box {
  margin-bottom: 20px;
}
.single-blog-page-content .meta-info {
  margin-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E3E3E3;
}

.single-blog-page-content .meta-info a {
  color: #999999;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-blog-page-content .meta-info a i {
  margin-right: 5px;
  color: #F9B522;
  font-size: 14px;
}
.single-blog-page-content .meta-info a:hover {
  color: #242C33;
}
.single-blog-page-content .meta-info a + a {
  margin-left: 10px;
}
.single-blog-page-content h3 {
  margin: 0;
  color: #242C33;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Poppins';
  line-height: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-blog-page-content p {
  font-size: 16px;
  line-height: 29px;
  font-family: 'Rubik';
  color: #727272;
  margin: 0;
}
.single-blog-page-content .share-tag-box {
  margin-top: 30px;
}
.single-blog-page-content .share-tag-box .share-box span,
.single-blog-page-content .share-tag-box .share-box a {
  display: inline-block;
  vertical-align: middle;
}
.single-blog-page-content .share-tag-box .share-box span {
  color: #999999;
  font-family: 'Poppins';
  font-size: 15px;
  margin-right: 10px;
}
.single-blog-page-content .share-tag-box .share-box a {
  font-size: 15px;
  color: #242C33;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-blog-page-content .share-tag-box .share-box a:hover {
  color: #F9B522;
}
.single-blog-page-content .share-tag-box .share-box a + a {
  margin-left: 10px;
}
.single-blog-page-content .share-tag-box .tags-box a {
  border: 1px solid #E6E9EC;
  color: #7A7E81;
  font-size: 14px;
  padding: 0 15px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-blog-page-content .share-tag-box .tags-box a:hover {
  background: #F9B522;
  border-color: #F9B522;
  color: #fff;
}
.single-blog-page-content .share-tag-box .tags-box a + a {
  margin-left: 10px;
}
.single-blog-page-content .title-box {
  margin-top: 50px;
  margin-bottom: 30px;
}
.single-blog-page-content .title-box h3 {
  margin: 0;
  color: #242C33;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Poppins';
}
.single-blog-page-content .author-box {
  padding: 40px 40px 30px;
  border: 1px solid #DBDDDE;
}
.single-blog-page-content .author-box .img-box,
.single-blog-page-content .author-box .text-box {
  display: table-cell;
  vertical-align: top;
}
.single-blog-page-content .author-box .img-box i {
  background: #E7EBEC;
  width: 75px;
  text-align: center;
  height: 75px;
  line-height: 75px;
  font-size: 30px;
  color: #242C33;
}
.single-blog-page-content .author-box .text-box {
  padding-left: 25px;
}
.single-blog-page-content .author-box .text-box h3 {
  margin: 0;
  font-size: 18px;
  color: #242C33;
  font-weight: 500;
  font-family: 'Heebo';
  line-height: 1em;
  margin-bottom: 10px;
}
.single-blog-page-content .author-box .text-box span {
  color: #999999;
  font-size: 14px;
  font-family: 'Rubik';
  display: block;
  line-height: 1em;
}
.single-blog-page-content .author-box .text-box p {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Rubik';
  margin-top: 10px;
}
.single-blog-page-content .author-box .text-box .social {
  margin-top: 10px;
}
.single-blog-page-content .author-box .text-box .social a {
  font-size: 15px;
  color: #242C33;
}
.single-blog-page-content .author-box .text-box .social a + a {
  margin-left: 5px;
}
.single-blog-page-content .comment-form-box form input,
.single-blog-page-content .comment-form-box form textarea {
  width: 100%;
  height: 40px;
  background: #F8F8FA;
  border: none;
  outline: none;
  padding-left: 20px;
  font-size: 14px;
  color: #808992;
  display: block;
  margin-bottom: 20px;
}
.single-blog-page-content .comment-form-box form input::-webkit-input-placeholder,
.single-blog-page-content .comment-form-box form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #808992;
}
.single-blog-page-content .comment-form-box form input::-moz-placeholder,
.single-blog-page-content .comment-form-box form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #808992;
}
.single-blog-page-content .comment-form-box form input:-ms-input-placeholder,
.single-blog-page-content .comment-form-box form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #808992;
}
.single-blog-page-content .comment-form-box form input:-moz-placeholder,
.single-blog-page-content .comment-form-box form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #808992;
}
.single-blog-page-content .comment-form-box form input.error,
.single-blog-page-content .comment-form-box form textarea.error {
  background: rgba(255, 0, 0, 0.3);
}
.single-blog-page-content .comment-form-box form label.error {
  display: none !important;
}
.single-blog-page-content .comment-form-box form textarea {
  padding-top: 10px;
  height: 200px;
}
.single-blog-page-content .comment-form-box form button[type=submit] {
  width: 100%;
  height: 45px;
  background: #F9B522;
  color: #151E37;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins';
  text-align: center;
  line-height: 45px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border: none;
  outline: none;
  margin-top: 10px;
}
.single-blog-page-content .comment-form-box form button[type=submit]:hover {
  background: #232C33;
  color: #F9B522;
}

/**************************
* 21. sidebar styles
***************************/
.sidebar.sidebar-left {
  padding-right: 65px;
}
.sidebar.sidebar-right {
  padding-left: 65px;
}
.sidebar .single-sidebar + .single-sidebar {
  margin-top: 45px;
}
.sidebar .single-sidebar ul,
.sidebar .single-sidebar h4,
.sidebar .single-sidebar h3,
.sidebar .single-sidebar p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .single-sidebar .title {
  margin-bottom: 20px;
}
.sidebar .single-sidebar .title h3 {
  margin: 0;
  color: #051829;
  font-family: 'Heebo';
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
}
.sidebar .single-sidebar form.subscribe-form,
.sidebar .single-sidebar form.search-form {
  background: #fff;
  border: 1px solid #DBDDDE;
  position: relative;
}
.sidebar .single-sidebar form.subscribe-form input,
.sidebar .single-sidebar form.subscribe-form button,
.sidebar .single-sidebar form.search-form input,
.sidebar .single-sidebar form.search-form button {
  border: none;
  outline: none;
  background-color: transparent;
}
.sidebar .single-sidebar form.subscribe-form input,
.sidebar .single-sidebar form.search-form input {
  width: 100%;
  height: 39px;
  padding-left: 20px;
  color: #9D9D9D;
  font-size: 14px;
}
.sidebar .single-sidebar form.subscribe-form input::-webkit-input-placeholder,
.sidebar .single-sidebar form.search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9D9D9D;
}
.sidebar .single-sidebar form.subscribe-form input::-moz-placeholder,
.sidebar .single-sidebar form.search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9D9D9D;
}
.sidebar .single-sidebar form.subscribe-form input:-ms-input-placeholder,
.sidebar .single-sidebar form.search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9D9D9D;
}
.sidebar .single-sidebar form.subscribe-form input:-moz-placeholder,
.sidebar .single-sidebar form.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9D9D9D;
}
.sidebar .single-sidebar form.subscribe-form button,
.sidebar .single-sidebar form.search-form button {
  font-size: 14px;
  color: #fff;
  background: #F9B522;
  right: -1px;
  top: -1px;
  position: absolute;
  width: 49px;
  height: 41px;
}
.sidebar .single-sidebar ul.category-lists {
  border: 1px solid #DBDDDE;
  padding: 10px 25px;
}
.sidebar .single-sidebar ul.category-lists li + li a {
  border-top: 1px solid #E0E6E8;
}
.sidebar .single-sidebar ul.category-lists li a {
  display: block;
  position: relative;
  color: #6A6A6A;
  font-size: 15px;
  padding: 5px 0;
  padding-left: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .single-sidebar ul.category-lists li a:hover {
  color: #F9B522;
}
.sidebar .single-sidebar ul.category-lists li a i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
}
.sidebar .single-sidebar ul.category-lists li a span.count {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar .single-sidebar ul.tag-lists {
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px;
}
.sidebar .single-sidebar ul.tag-lists li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}
.sidebar .single-sidebar ul.tag-lists li a {
  display: block;
  background: #F9F9FB;
  color: #9D9D9D;
  font-size: 14px;
  font-family: 'Rubik';
  height: 35px;
  padding: 0 15px;
  line-height: 35px;
}
.sidebar .single-sidebar ul.instagram-lists {
  padding: 20px 10px 0;
  border: 1px solid #DBDDDE;
}
.sidebar .single-sidebar ul.instagram-lists li {
  width: 33.33333%;
  float: left;
  margin-bottom: 20px;
}
.sidebar .single-sidebar ul.instagram-lists li a {
  display: block;
  padding: 0 10px;
}
.sidebar .single-sidebar ul.instagram-lists li a img {
  width: 100%;
}
.sidebar .single-sidebar ul.service-lists li + li a {
  margin-top: 10px;
}
.sidebar .single-sidebar ul.service-lists li a {
  font-size: 16px;
  font-family: 'Rubik';
  color: #6A6A6A;
  position: relative;
  display: block;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  padding: 10px 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .single-sidebar ul.service-lists li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
}
.sidebar .single-sidebar ul.service-lists li a.active a, .sidebar .single-sidebar ul.service-lists li a:hover a {
  background: #F9B522;
  border-color: #F9B522;
  color: #fff;
}
.sidebar .single-sidebar .single-contact-info {
  position: relative;
  padding-left: 35px;
}
.sidebar .single-sidebar .single-contact-info + .single-contact-info {
  margin-top: 10px;
}
.sidebar .single-sidebar .single-contact-info p {
  font-size: 18px;
  letter-spacing: .025em;
  margin: 0;
  color: #6A6A6A;
  font-weight: 300;
  font-family: 'Rubik';
}
.sidebar .single-sidebar .single-contact-info i {
  color: #F9B522;
  font-size: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}
.sidebar .single-sidebar.brochures-sidebar a {
  display: block;
  border: 2px solid #F9B522;
  width: 100%;
  height: 45px;
  line-height: 41px;
  text-align: left;
  color: #F9B522;
  font-size: 16px;
  font-family: 'Heebo';
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding-left: 70px;
  position: relative;
}
.sidebar .single-sidebar.brochures-sidebar a i {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}
.sidebar .single-sidebar.brochures-sidebar a i.fa-download {
  font-size: 16px;
}
.sidebar .single-sidebar.brochures-sidebar a:hover {
  background: #F9B522;
  color: #fff;
}
.sidebar .single-sidebar.brochures-sidebar a + a {
  margin-top: 10px;
}
.sidebar .single-sidebar .recent-post-wrapper {
  border: 1px solid #DBDDDE;
  padding: 20px;
}
.sidebar .single-sidebar .single-recent-post + .single-recent-post {
  margin-top: 20px;
  border-top: 1px solid #DBDDDE;
  padding-top: 20px;
}
.sidebar .single-sidebar .single-recent-post .img-box,
.sidebar .single-sidebar .single-recent-post .text-box {
  display: table-cell;
  vertical-align: top;
}
.sidebar .single-sidebar .single-recent-post .img-box {
  width: 76px;
}
.sidebar .single-sidebar .single-recent-post .text-box {
  padding-left: 15px;
}
.sidebar .single-sidebar .single-recent-post .text-box h4 {
  margin: 0;
  color: #051829;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-family: 'Heebo';
}
.sidebar .single-sidebar .single-recent-post .text-box h4:hover {
  color: #F9B522;
}
.sidebar .single-sidebar .single-recent-post .text-box p {
  margin: 0;
  color: #9DA5AC;
  font-size: 14px;
  margin-top: 0px;
}
.sidebar .single-sidebar .single-recent-post .text-box p i {
  margin-right: 5px;
}
.overlay-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
}
.stricky-fixed .navbar-brand img{
  height: 80px;
}
.navbar.animated{
  visibility:  visible !important;
}
.slideshow-btn:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 0.15s, 0.15s;
  opacity: 0;
  background: #ffc000;
  transform: scale(0.1, 0.1);
  z-index: -1;
  border-radius: 50%;
}
.slideshow-btn{
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: left;
  line-height: 17px;
  border-width: 1px;
  margin: 0px;
  padding: 8px 19px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 10px;
  white-space: nowrap;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  color: rgb(255, 255, 255);
  transform-origin: 50% 50% 0px;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 36.8, 0, 1);
}
.slideshow-btn:after {
  position: absolute;
  content: '\f053';
  font-family: 'Fontawesome';
  width: 60px;
  height: 104%;
  left: 100%;
  top: -1px;
  border: 1px solid #fff;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  font-size: 22px;
}
.div-btn-slideshow{
  position: relative;
}
figure {
  position: relative;
  overflow: hidden;
  padding-bottom:0px;
  line-height: 10px;
  float: left;
}

figure .figure-hover:after {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 50%;
  content: "";
  left: 0%;
  position: absolute;
  right: 0%;
  top: 51%;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  opacity: 1;
  z-index: 9; }
figure .figure-hover:before {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0%;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0%;
  opacity: 1;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  z-index: 9; }
figure:hover .figure-hover:before {
  left: 0%;
  right: 0%;
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }
figure:hover .figure-hover:after {
  top: 0%;
  bottom: 0%;
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }
/** project gallery*/
.project-full .slick-dots {
  text-align: left;
  bottom: -82px; }
.project-full .slick-dots li {
  width: 60px;
  margin: 0px;
  height: 1px; }
.project-full .slick-dots li button {
  width: 60px;
  height: 1px;
  color: #333;
  padding: 5px 0px; }
.project-full .slick-dots li button:before {
  width: 60px;
  height: 1px;
  content: '';
  background: #333;
  bottom: -16px;
  top: auto; }
.project-full .slick-dots li:first-child button, .project-full .slick-dots li:last-child button {
  font-size: 13px; }
.project-full .slick-dots li:first-child button:before, .project-full .slick-dots li:last-child button:before {
  bottom: -21px; }
.project-full .slick-dots li:first-child button {
  text-align: left; }
.project-full .slick-dots li:last-child button {
  text-align: right; }
.project-full .slick-dots .slick-active button {
  font-size: 13px; }
.project-full .slick-dots .slick-active button:before {
  background: #333;
  bottom: -21px; }
.project-full .slick-dots .slick-active ~ * button:before {
  background: #e5e5e5; }

.projects-slider .slick-dots {
  left: 0;
  bottom: -80px; }
.projects-slider .slick-dots li {
  width: 25px;
  height: 2px; }
.projects-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0px; }
.projects-slider .slick-dots li button:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  top: auto;
  bottom: 0; }
.projects-slider .slick-dots li.slick-active button:before {
  height: 5px; }

.gallery-mansory {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 3.38fr 1.56fr 3.96fr 1fr; }
.gallery-mansory .grid-item {
  width: 100%; }
.gallery-mansory .grid-item:first-child {
  grid-area: 1 / 1 / span 1 / span 2; }
.gallery-mansory .grid-item:nth-child(2) {
  grid-area: 1 / 3 / span 1 / span 2; }
.gallery-mansory .grid-item:nth-child(3) {
  grid-area: 2 / 1 / span 1 / span 1; }
.gallery-mansory .grid-item:nth-child(4) {
  grid-area: 2 / 2 / span 1 / span 2; }
.gallery-mansory .grid-item:nth-child(5) {
  grid-area: 2 / 4 / span 1 / span 1; }

.filter-projects {
  margin-bottom: 40px; }
.filter-projects li span {
  font-family: 'Montserrat SemiBold';
  color: #666;
  margin: 8px 2px;
  padding: 0;
  border: none;
  background: transparent;
  outline: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  cursor: pointer;
  padding: 5px 16px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s; }
.filter-projects li .is-checked {
  color: #ffc000;
    font-family: sans-serif;
    font-weight: 600;}
.filter-projects li:hover span {
  background: #ffc000;
  color: #fff; }

.project-items .item figure {
  position: relative; }
.project-items .item figure .info {
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  background: #fff;
  border-left: 4px solid #ffc000;
  padding: 22px 30px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  z-index: 99; }
.project-items .item figure .info .title {
  margin-bottom: 7px; }
.project-items .item figure:hover .info {
  opacity: 1;
  transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s; }

.grid-sizer {
  width: 50px; }

.projects-masonry-2 .projects-masonry {
  margin-bottom: 0px;
  margin-left: -10px;
  margin-right: -10px; }
.projects-masonry-2 .projects-masonry .grid-sizer, .projects-masonry-2 .projects-masonry .item {
  width: 25%; }
.projects-masonry-2 .projects-masonry:after {
  content: '';
  display: block;
  clear: both; }
.projects-masonry-2 .projects-masonry .item--with-2 {
  width: 50%; }
.projects-masonry-2 .projects-masonry .item {
  float: left;
  margin-bottom: 10px;
  padding: 0 5px; }

.projects-masonry {
  counter-reset: item;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px; }
.projects-masonry:after {
  content: '';
  display: block;
  clear: both; }
.projects-masonry .grid-sizer, .projects-masonry .item {
  width: 50%; }
.projects-masonry .item {
  float: left;
  margin-bottom: 30px;
  padding: 0 15px; }

.landing-wrapper {
  overflow: hidden; }

.home-page {
  padding-left: 115px;
  padding-right: 115px; }

.landing-content {
  counter-reset: landing-item;
  margin-left: -33px;
  margin-right: -33px; }
.landing-content:after {
  content: '';
  display: block;
  clear: both; }
.landing-content .landing-sizer, .landing-content .landing-item {
  width: 33.33%; }
.landing-content .landing-item {
  float: left;
  margin-bottom: 30px;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px; }
.landing-content .landing-item a {
  font-family: 'Montserrat SemiBold';
  color: #666;
  font-size: 22px; }
.landing-content .landing-item img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: transform ease-in 0.3s;
  -moz-transition: transform ease-in 0.3s;
  -webkit-transition: transform ease-in 0.3s;
  -o-transition: transform ease-in 0.3s;
  -ms-transition: transform ease-in 0.3s; }
.landing-content .landing-item span {
  display: block;
  padding-top: 40px;
  padding-bottom: 30px; }
.landing-content .landing-item:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); }
.landing-content .landing-item:hover a {
  color: #ffc000; }

.innner-page-content {
  padding-left: 115px;
  padding-right: 115px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 30px; }
.innner-page-content .inner-page-item {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 70px; }
.innner-page-content .inner-page-item img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: transform ease-in 0.3s;
  -moz-transition: transform ease-in 0.3s;
  -webkit-transition: transform ease-in 0.3s;
  -o-transition: transform ease-in 0.3s;
  -ms-transition: transform ease-in 0.3s;
  width: 100%; }
.innner-page-content .inner-page-item:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); }

.landing-porfolio h2 {
  color: #fff; }
.landing-porfolio h2:after, .landing-porfolio h2:before {
  border: 1px solid #fff; }
.landing-porfolio h2:before {
  border-width: 1px 0 0 1px; }
.landing-porfolio h2:after {
  border-width: 0 1px 1px 0; }

.landing-porfolio-content {
  align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  -o-align-items: flex-end;
  -ms-align-items: flex-end;
  padding-left: 115px;
  padding-right: 115px;
  overflow: hidden; }
.landing-porfolio-content .landing-porfolio-center {
  margin-left: -216px;
  margin-right: -216px;
  position: relative;
  z-index: 99; }
.landing-porfolio-content .bigger {
  position: relative;
  z-index: 9; }
.landing-porfolio-content .bigger.landing-porfolio-left {
  margin-left: -216px; }
.landing-porfolio-content .bigger.landing-porfolio-right {
  margin-right: -216px; }
.landing-porfolio-content .landing-porfolio-item img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: transform ease-in 0.3s;
  -moz-transition: transform ease-in 0.3s;
  -webkit-transition: transform ease-in 0.3s;
  -o-transition: transform ease-in 0.3s;
  -ms-transition: transform ease-in 0.3s; }
.landing-porfolio-content .landing-porfolio-item:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); }

.projects-grid {
  margin-left: -10px;
  margin-right: -10px; }
.projects-grid:after {
  content: '';
  display: block;
  clear: both; }
.projects-grid .grid-sizer {
  width: 25%; }
.projects-grid .item {
  width: 25%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px; }
.projects-grid .item:first-child, .projects-grid .item:last-child {
  width: 50%; }

.projects-background {
  padding-top: 100px; }
.projects-background .section-title {
  margin-bottom: 65px; }
.projects-background .section-title h2 {
  font-size: 40px;
  font-family: 'Montserrat Regular';
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 40px; }
.projects-flip {
  overflow: hidden;
  position: relative; }
.projects-flip .projects-flip-img-first {
  position: absolute;
  top: 0;
  left: 0; }
.projects-flip .projects-flip-img-second {
  position: absolute;
  top: 170px;
  right: 0; }

.projects-flip-content .item {
  padding-left: 113px;
  padding-right: 113px; }
.projects-flip-content .item figure {
  overflow: visible; }
.projects-flip-content .slick-center img {
  transform: scale(1.91);
  -moz-transform: scale(1.91);
  -webkit-transform: scale(1.91);
  -o-transform: scale(1.91);
  -ms-transform: scale(1.91); }
.projects-flip-content .slick-list {
  padding: 130px 0px !important;
  margin-left: -50px;
  margin-right: -50px; }

.project-items .slick-center figure .info {
  top: -100px;
  left: -168px;
  width: calc(100% + 335px); }
.slideshow4 {
  padding-left: 80px;
  padding-right: 80px; }
.slideshow4 .slideshow-btn {
  border: 1px solid transparent;
  background: #fff;
  color: #666; }
.slideshow4 .slideshow-btn:after {
  border: 1px solid transparent;
  background: #fff;
  left: 101.5%; }
.slideshow4 .slideshow-btn:hover {
  color: #fff;
  background: #ffc000; }
.slideshow4 .slideshow-btn:hover:after {
  background: #ffc000; }
.slideshow4 .slideshow-btn:hover:before {
  opacity: 0; }

.slideshow2 .slideshow-socials {
  padding-left: 80px;
  top: 57.5%; }

.slideshow3 .slideshow-socials {
  top: 57.5%; }

.projects-tabs {
  padding-right: 60px;
  padding-bottom: 20px; }
.projects-tabs .nav-tabs {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  border-bottom: none;
  justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -o-justify-content: flex-end;
  -ms-justify-content: flex-end; }
.projects-tabs .nav-tabs li {
  width: 28px;
  height: 20px;
  position: relative;
  margin-right: 15px; }
.projects-tabs .nav-tabs li:first-child {
  width: 90px;
  font-size: 13px; }
.projects-tabs .nav-tabs li a {
  border-color: transparent;
  padding: 0; }
.projects-tabs .nav-tabs li a i {
  position: absolute;
  content: '';
  background: #e6e6e6;
  width: 100%;
  height: 100%; }
.projects-tabs .nav-tabs li a:hover {
  outline: none; }
.projects-tabs .nav-tabs li .active {
  border-color: transparent; }
.projects-tabs .nav-tabs li .active i {
  background: #333; }
.projects-tabs .nav-tabs li:focus {
  outline: none; }
.projects-tabs .nav-tabs li:last-child {
  margin-right: 0px; }
.projects-tabs .nav-tabs #full-tab i, .projects-tabs .nav-tabs #full-tab-mobile i {
  top: 0;
  left: 0; }
.projects-tabs .nav-tabs #masonry-tab i:first-child, .projects-tabs .nav-tabs #masonry-tab i:last-child, .projects-tabs .nav-tabs #masonry-tab-mobile i:first-child, .projects-tabs .nav-tabs #masonry-tab-mobile i:last-child {
  width: 18px;
  height: 9px; }
.projects-tabs .nav-tabs #masonry-tab i:nth-child(2), .projects-tabs .nav-tabs #masonry-tab i:nth-child(3), .projects-tabs .nav-tabs #masonry-tab-mobile i:nth-child(2), .projects-tabs .nav-tabs #masonry-tab-mobile i:nth-child(3) {
  width: 8px;
  height: 9px; }
.projects-tabs .nav-tabs #masonry-tab i:first-child, .projects-tabs .nav-tabs #masonry-tab-mobile i:first-child {
  top: 0;
  left: 0; }
.projects-tabs .nav-tabs #masonry-tab i:last-child, .projects-tabs .nav-tabs #masonry-tab-mobile i:last-child {
  bottom: 0;
  right: 0; }
.projects-tabs .nav-tabs #masonry-tab i:nth-child(2), .projects-tabs .nav-tabs #masonry-tab-mobile i:nth-child(2) {
  top: 0;
  right: 0; }
.projects-tabs .nav-tabs #masonry-tab i:nth-child(3), .projects-tabs .nav-tabs #masonry-tab-mobile i:nth-child(3) {
  bottom: 0;
  left: 0; }
.projects-tabs .project-tab-masonry .item {
  margin-bottom: 30px; }

.page-pull {
  padding-left: 325px;
  padding-top: 130px; }
.page-pull .section-content {
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
  top: 0;
  height: 700px !important; }
.page-pull .masonrymobile:after {
  content: '';
  display: block;
  clear: both; }
.page-pull .masonrymobile .item, .page-pull .masonrymobile .item-sizer {
  width: 50%; }
.page-pull .masonrymobile .item {
  float: left;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px; }
.page-pull #masonry .grids .item {
  float: left;
  width: 295px;
  height: 300px;
  padding: 30px 15px 0;
  overflow: hidden; }
.page-pull #masonry .grids .item-width-2 {
  width: 456px; }
.page-pull #masonry .grids .item-height-1 {
  height: 660px; }
.page-pull #masonry .grids .item-height-2 {
  height: 360px; }
.page-pull #masonry .grids .item-width-1 {
  width: 405px; }
.page-pull #full {
  margin-top: 30px; }
.page-pull #full .grids {
  width: 100%; }
.page-pull #full .grids .item {
  height: 100%;
  width: auto;
  float: left;
  overflow: hidden;
  padding-right: 30px; }
.page-pull #full .grids .item:last-child {
  padding-right: 0px; }
.page-pull .grids {
  height: 660px;
  float: left; }
.page-pull .grids:after {
  content: '';
  display: block;
  clear: both; }
.page-pull .grids .item {
  cursor: e-resize; }
.page-pull .grids figure {
  width: 100%;
  height: 100%; }
.page-pull .grids figure a {
  cursor: e-resize; }
.page-pull .grids figure img {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.nicescroll-rails-hr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  background: repeat-x center url("../img/bg-pattern-1.png");
  z-index: 9;
  opacity: 0.2; }
.nicescroll-rails-hr .nicescroll-cursors {
  top: 0px !important;
  z-index: 99; }

.project-full-mobile {
  display: none;
  margin-left: -55px;
  margin-right: -55px; }
.project-full-mobile .projects-tabs #projectTabmobile {
  padding: 0 5px;
  margin-bottom: 30px; }



#projects-section {
  transition: background ease-in 0.4s;
  -moz-transition: background ease-in 0.4s;
  -webkit-transition: background ease-in 0.4s;
  -o-transition: background ease-in 0.4s;
  -ms-transition: background ease-in 0.4s; }

.projects-border-grid .project-item {
  position: relative; }
.projects-border-grid .project-item:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  background: #e5e5e5;
  right: 0; }
.projects-border-grid .project-item:nth-child(1):after, .projects-border-grid .project-item:nth-child(2):after, .projects-border-grid .project-item:nth-child(3):after, .projects-border-grid .project-item:nth-child(4):after {
  bottom: 100%; }
.projects-border-grid .project-item:nth-child(5):after, .projects-border-grid .project-item:nth-child(6):after, .projects-border-grid .project-item:nth-child(7):after, .projects-border-grid .project-item:nth-child(8):after {
  top: 100%; }
.projects-border-grid .project-item:nth-child(1):before, .projects-border-grid .project-item:nth-child(5):before {
  position: absolute;
  content: '';
  width: 1px;
  height: 30px;
  background: #e5e5e5;
  left: -1px; }
.projects-border-grid .project-item:nth-child(1):before {
  bottom: 100%; }
.projects-border-grid .project-item:nth-child(5):before {
  top: 100%; }
.projects-border-grid .project-item:nth-child(1) .item:after, .projects-border-grid .project-item:nth-child(5) .item:after, .projects-border-grid .project-item:nth-child(8) .item:after, .projects-border-grid .project-item:nth-child(4) .item:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #e5e5e5;
  bottom: -1px; }
.projects-border-grid .project-item:nth-child(1) .item:after, .projects-border-grid .project-item:nth-child(5) .item:after {
  right: 100%; }
.projects-border-grid .project-item:nth-child(4) .item:after, .projects-border-grid .project-item:nth-child(8) .item:after {
  left: 100%; }
.projects-border-grid .project-item:nth-child(1) .item:before, .projects-border-grid .project-item:nth-child(4) .item:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #e5e5e5;
  top: -1px; }
.projects-border-grid .project-item:nth-child(1) .item:before {
  right: 100%; }
.projects-border-grid .project-item:nth-child(4) .item:before {
  left: 100%; }
.projects-border-grid .item {
  position: relative;
  padding: 114px 0; }
.projects-border-grid .item .info {
  position: absolute;
  text-align: right;
  right: 25px;
  bottom: 25px;
  z-index: 99; }
.projects-border-grid .item .info a {
  color: #fff; }
.projects-border-grid .item .info h6 {
  padding-bottom: 3px; }
.projects-border-grid .item .overlay {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0); }
.projects-border-grid .item:hover .overlay {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1); }
.projects-border-grid .item:hover h6 a {
  color: #ffc000; }
.projects-border-grid .all-projects {
  margin-left: -15px;
  margin-right: 45px;
  text-align: right; }
.projects-border-grid .au-btn {
  color: #fff;
  border: 1px solid #fff;
  margin-top: 70px; }
.projects-border-grid .au-btn:after {
  border: 1px solid #fff; }

/* 21. Gallery Page ------------------------------------------*/
/* 22. Our Team Page ------------------------------------------*/
/* 23. Portfolio Page ------------------------------------------*/
.portfolio-content .filter-projects {
  margin-bottom: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
span.meta-name {
  font-weight: bold;
}

.projects-standard .item {
  margin-bottom: 33px; }
.projects-standard .see-all-btn {
  margin-top: 30px; }

.project-full .projects-standard {
  padding: 0 15px; }
.project-full .projects-standard .item {
  margin: 0 -15px; }

.projects-pinterest {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -50px; }
.projects-pinterest .item {
  margin-bottom: 43px; }

.masonry-scattered-content .item .title, .projects-pinterest .item .title, .projects-standard .item .title {
  font-size: 20px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 10px;
}

.masonry-scattered-content {
  margin-bottom: -35px; }
.masonry-scattered-content .item-horizon-left {
  margin-left: -195px;
  padding-right: 100px; }
.masonry-scattered-content .item-horizon-right {
  margin-right: -185px;
  padding-left: 100px; }
.masonry-scattered-content .item-verticle-left {
  padding-left: 35px; }
.masonry-scattered-content .item-verticle-right {
  padding-right: 35px; }
.masonry-scattered-content .item {
  margin-bottom: 28px; }
.masonry-scattered-content .item-horizon-left, .masonry-scattered-content .item-horizon-right {
  padding-top: 95px; }

.project-columns .projects-content .item {
  margin-bottom: 30px; }
.project-columns .projects-content .see-all-btn {
  margin-top: 50px; }

.project-columns-full {
  padding-top: 80px;
  padding-bottom: 50px; }

.project-more-columns .projects-content .item figure .info {
  width: calc(100% - 30px);
  left: 15px; }
.project-more-columns .projects-content .item figure .info .title {
  font-size: 17px; }

.project-five-columns {
  padding-top: 80px;
  padding-bottom: 50px; }
.project-five-columns .project-items .item {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px; }

.single-portfolio {
  padding-bottom: 95px; }

.single-portfolio-content {
  padding-bottom: 50px; }
.single-portfolio-content .portfolio-images {
  padding-right: 10px; }
.single-portfolio-content .portfolio-images img {
  margin-bottom: 30px;
  width: 100%; }
.single-portfolio-content .portfolio-gallery img {
  margin-bottom: 30px;
  width: 100%; }

.portfolio-info .desc {
  padding-top: 23px;
  padding-bottom: 45px; }

.portfolio-share .socials li {
  margin-right: 15px; }
.portfolio-share .socials li a {
  color: #666;
  font-size: 15px; }

.portfolio-list {
  width: 37px;
  height: 33px;
  position: relative; }
.portfolio-list i {
  position: absolute;
  content: '';
  background: #666;
  width: 16px;
  height: 14px; }
.portfolio-list i:first-child {
  top: 0;
  left: 0; }
.portfolio-list i:nth-child(2) {
  top: 0;
  right: 0; }
.portfolio-list i:nth-child(3) {
  bottom: 0;
  left: 0; }
.portfolio-list i:last-child {
  bottom: 0;
  right: 0; }

.related-portfolios h2 {
  font-size: 30px;
  margin-bottom: 40px; }
.related-portfolios .projects-standard .item {
  margin-bottom: 0px; }

.single-big-images .single-portfolio-content {
  padding-bottom: 25px; }
.single-big-images .single-portfolio-content .portfolio-images {
  padding-right: 0px; }
.single-big-images .portfolio-info {
  padding-top: 15px; }
.single-big-images .portfolio-info .portfolio-intro {
  padding-right: 50px; }
.single-big-images .portfolio-info .meta {
  margin-left: -30px; }

.masonry-v2 {
  margin-bottom: -30px; }
.masonry-v2 .projects-masonry-2 .projects-masonry {
  margin-left: -15px;
  margin-right: -15px; }
.masonry-v2 .projects-masonry-2 .projects-masonry .grid-sizer, .masonry-v2 .projects-masonry-2 .projects-masonry .item {
  width: 33.33%; }
.masonry-v2 .projects-masonry-2 .projects-masonry .item-width-4 {
  width: 66.67%; }
.masonry-v2 .projects-masonry-2 .projects-masonry .item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px; }
.masonry-v2 .projects-masonry-2 .projects-masonry .item img {
  width: 100%; }

.masonry-v2-joined {
  margin-bottom: 0px; }
.masonry-v2-joined .projects-masonry-2 .projects-masonry {
  margin-left: 0px;
  margin-right: 0px; }
.masonry-v2-joined .projects-masonry-2 .projects-masonry .item {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px; }

/* 24. Single Product Page ------------------------------------------*/
.single-product {
  padding-top: 120px;
  padding-bottom: 80px; }
.single-product .product .product-images-wrapper {
  padding-right: 15px; }
.single-product .product .product-images-wrapper .product-gallery {
  margin-bottom: 20px; }
.single-product .product .product-images-wrapper .product-gallery .product-gallery-wrapper .woocommerce-product-gallery__image {
  background: #f2f2f2;
  padding: 40px; }
.single-product .product .product-images-wrapper .woocommerce-product-slider .slick-list {
  padding: 0px !important;
  margin: 0 -11px; }
.single-product .product .product-images-wrapper .woocommerce-product-slider .gallery-image {
  margin: 0 11px;
  background: #f2f2f2; }
.single-product .product .product-summary {
  padding-left: 15px; }
.single-product .product .product-summary .summary {
  margin-top: -12px; }
.single-product .product .product-summary .summary .product_title {
  font-size: 35px;
  font-family: 'Montserrat SemiBold';
  text-transform: none;
  padding-bottom: 4px; }
.single-product .product .product-summary .summary .woocommerce-product-rating {
  padding-bottom: 30px;
  font-size: 17px; }
.single-product .product .product-summary .summary .woocommerce-product-rating .woocommerce-review-link {
  color: #999;
  margin-left: 13px; }
.single-product .product .product-summary .summary .woocommerce-product-rating .star-rating i {
  color: #ffcc33;
  padding-right: 2px; }
.single-product .product .product-summary .summary .price {
  padding-bottom: 16px; }
.single-product .product .product-summary .summary .price .woocommerce-Price-amount {
  font-size: 30px; }
.single-product .product .product-summary .summary .woocommerce-product-details__short-description {
  padding-top: 23px;
  border-top: 1px solid #f2f2f2; }
.single-product .product .product-summary .summary form.cart {
  padding-top: 35px;
  padding-bottom: 45px; }
.single-product .product .product-summary .summary form.cart .quantity {
  position: relative;
  margin-right: 60px; }
.single-product .product .product-summary .summary form.cart .quantity .modify-qty {
  position: absolute;
  left: 100%;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  height: 50%;
  z-index: 99;
  width: 40px;
  cursor: pointer;
  border: 1px solid #666;
  border-left: none; }
.single-product .product .product-summary .summary form.cart .quantity .minus {
  bottom: 0; }
.single-product .product .product-summary .summary form.cart .quantity .plus {
  top: 0;
  border-bottom: none; }
.single-product .product .product-summary .summary form.cart .quantity .qty {
  text-align: center;
  border: 1px solid #666;
  padding: 6px 3px;
  -moz-appearance: textfield !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  position: relative;
  z-index: 9;
  width: 47px;
  height: 54px; }
.single-product .product .product-summary .summary form.cart .single_add_to_cart_button {
  cursor: pointer;
  background: transparent;
  padding: 6px 30px; }
.single-product .product .product-summary .summary form.cart .single_add_to_cart_button:hover {
  background: #ffc000;
  color: #fff; }
.single-product .product .product-summary .summary .meta-item {
  margin-bottom: 7px;
  display: block; }
.single-product .product .product-summary .summary .meta-item span, .single-product .product .product-summary .summary .meta-item a {
  color: #666; }
.single-product .product .product-summary .summary .meta-item .meta-name {
  padding-right: 4px;
  color: #333; }
.single-product .product .product-summary .summary .product-share span {
  color: #333; }
.single-product .product .spendora-product-tabs {
  padding-top: 75px;
  padding-bottom: 110px; }
.single-product .product .spendora-product-tabs .tabs {
  border-bottom: 1px solid #e5e5e5;
  padding: 0px;
  margin: 0; }
.single-product .product .spendora-product-tabs .tabs li a {
  font-size: 17px;
  font-family: 'Montserrat Medium';
  color: #999;
  padding: 6px 0px;
  margin-right: 25px;
  display: inline-block; }
.single-product .product .spendora-product-tabs .tabs li .active {
  color: #333; }
.single-product .product .spendora-product-tabs .tab-content {
  padding-top: 23px; }
.single-product .product .spendora-product-tabs .shop_attributes {
  border: none; }
.single-product .product .spendora-product-tabs .shop_attributes tr {
  margin-bottom: 5px;
  display: block; }
.single-product .product .spendora-product-tabs .shop_attributes tr:last-child {
  margin-bottom: 0px; }
.single-product .product .spendora-product-tabs .shop_attributes tr th, .single-product .product .spendora-product-tabs .shop_attributes tr td {
  border: none; }
.single-product .product .spendora-product-tabs .shop_attributes tr th {
  font-weight: 400;
  color: #333;
  width: 110px; }
.single-product .product .spendora-product-tabs .shop_attributes tr td {
  font-style: normal;
  color: #666; }
.single-product .product .spendora-product-tabs .single-product-panel .woocommerce-Reviews h6 {
  margin-bottom: 27px; }
.single-product .product .spendora-product-tabs .single-product-panel .woocommerce-Reviews #comments .comment-item .star-rating i {
  font-size: 14px; }
.single-product .product .spendora-product-tabs .single-product-panel .woocommerce-Reviews #comments .comment-list {
  margin-bottom: 26px; }
.single-product .product .spendora-product-tabs .single-product-panel .woocommerce-Reviews #review_form_wrapper #review_form form .comment-notes span {
  display: block;
  margin-bottom: 4px; }
.single-product .product .spendora-product-tabs .single-product-panel .woocommerce-Reviews #review_form_wrapper #review_form form .comment-notes .required {
  display: inline-block;
  margin-bottom: 0px; }
.single-product .product .spendora-product-tabs .single-product-panel .woocommerce-Reviews #review_form_wrapper #review_form form .comment-form-rating {
  margin-bottom: 8px; }
.single-product .product .spendora-product-tabs .single-product-panel .woocommerce-Reviews #review_form_wrapper #review_form form .comment-form-rating label {
  position: relative;
  top: 0;
  margin-bottom: 5px; }
.single-product .product .spendora-product-tabs .single-product-panel .woocommerce-Reviews #review_form_wrapper #review_form form .comment-form-rating .star span a {
  color: #ffcc33;
  font-size: 14px;
  padding-right: 2px; }
.single-product .related {
  padding-top: 55px;
  margin-bottom: -5px; }

.star-rating i {
  color: #ffcc33;
  font-size: 17px;
  padding-right: 2px; }

.related-product-title {
  font-size: 25px;
  margin-bottom: 34px; }

/* 25. Shop Page ------------------------------------------*/
.shop-content .spendora-sorting {
  margin-bottom: 30px; }
.shop-content .spendora-sorting .spendora-ordering select {
  border: 1px solid #e5e5e5;
  color: #666;
  padding: 12px 20px;
  background: 0 0;
  z-index: 1; }
.shop-content .products-list {
  margin-bottom: 25px; }

.product-item {
  margin-bottom: 36px; }
.product-item figure {
  position: relative;
  overflow: hidden; }
.product-item figure .image-cover, .product-item figure .image-secondary {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear; }
.product-item figure .image-secondary {
  transform: translateX(-150%);
  position: absolute;
  top: 0;
  left: 50%; }
.product-item figure .new, .product-item figure .onsale {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  color: #fff;
  width: 56px;
  height: 27px;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center; }
.product-item figure .new {
  background: #333; }
.product-item figure .onsale {
  background: #ffc000; }
.product-item figure .woocommerce-add-to-cart {
  position: absolute;
  width: 100%;
  height: 45px;
  background: #333;
  bottom: 0;
  left: 0;
  transform: translateY(45px);
  -moz-transform: translateY(45px);
  -webkit-transform: translateY(45px);
  -o-transform: translateY(45px);
  -ms-transform: translateY(45px);
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  transition: transform ease-in 0.3s; }
.product-item figure .woocommerce-add-to-cart a {
  color: #fff;
  font-family: 'Montserrat SemiBold';
  text-transform: uppercase;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center; }
.product-item figure .woocommerce-add-to-cart a i {
  font-size: 22px;
  padding-left: 10px; }
.product-item .info {
  padding-top: 23px; }
.product-item .info .product-title-price {
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center; }
.product-item .info .woocommerce-loop-product__title a {
  font-size: 20px;
  font-family: 'Montserrat SemiBold';
  color: #333; }
.product-item .info .product-category {
  color: #666; }
.product-item .info .price ins {
  text-decoration: none; }
.product-item:hover figure .woocommerce-add-to-cart {
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px); }
.product-item:hover figure .image-secondary {
  transform: translateX(-50%); }
.product-item:hover .info .woocommerce-loop-product__title a, .product-item:hover .info .price {
  color: #ffc000; }

.price {
  font-size: 20px;
  font-family: 'Montserrat SemiBold';
  color: #333; }

/* 26. Single Post Page ------------------------------------------*/
.post-single-content {
  padding-right: 10px; }

.single-content .feature-img img {
  width: 100%; }
.single-content .single-title {
  padding-top: 35px;
  padding-bottom: 13px; }
.single-content .post-content {
  padding-top: 20px;
  padding-bottom: 5px; }
.single-content .post-content .quote-content {
  position: relative;
  padding-left: 80px; }
.single-content .post-content .quote-content img {
  position: absolute;
  top: -3px;
  left: 56px;
  color: #e5e5e5;
  font-size: 80px;
  z-index: 9;
  width: 50px; }
.single-content .post-content .quote-content p {
  position: relative;
  z-index: 99; }
.single-content .post-content p {
  margin-bottom: 26px; }
.single-content .post-content .post-image {
  padding: 0 5px;
  padding-top: 10px; }
.single-content .post-content .post-image .post-image-item {
  margin: 0 -5px;
  margin-bottom: 20px; }
.single-content .post-content h5 {
  padding-top: 13px;
  padding-bottom: 12px; }
.single-content .tags-socials .tagcloud .tag-cloud-link {
  margin-bottom: 0px; }
.single-content .tags-socials .socials span {
  margin-top: 4px;
  padding-right: 10px; }
.single-content .tags-socials .socials li {
  margin-right: 20px; }
.single-content .tags-socials .socials li:last-child {
  margin-right: 0px; }
.single-content .tags-socials .socials li a {
  color: #666; }
.single-content .comments {
  padding-top: 65px; }

.single-post-author {
  margin-top: 60px;
  margin-bottom: 32px; }
.single-post-author figure {
  width: 498px; }
.single-post-author .info {
  padding: 35px 70px 20px 35px;
  position: relative; }
.single-post-author .info:after {
  position: absolute;
  content: '';
  background-color: #f9f9f9;
  background-image: url(../img/bg-pattern-1.png);
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.15;
  z-index: 9;
  width: 5px;
  height: 100%;
  right: 0;
  top: 0; }
.single-post-author .info:before {
  position: absolute;
  content: '';
  border-top: 110px solid transparent;
  border-bottom: 110px solid transparent;
  border-right: 22px solid #fff;
  right: 100%;
  top: 0;
  width: 0;
  height: 100%; }
.single-post-author .info .line1 {
  top: 0px; }
.single-post-author .info .line3 {
  bottom: 0; }
.single-post-author .info .author-mail {
  color: #666;
  padding-top: 7px;
  display: block;
  padding-bottom: 10px; }
.single-post-author .info .desc {
  padding-bottom: 13px; }
.single-post-author .author-socials li {
  margin-right: 20px; }
.single-post-author .author-socials li:last-child {
  margin-right: 0px; }
.single-post-author .author-socials li a {
  color: #666; }

.spendora-post-pagination .pre-post, .spendora-post-pagination .next-post {
  position: relative; }
.spendora-post-pagination .pre-post a, .spendora-post-pagination .next-post a {
  color: #999;
  display: inline-block;
  padding-bottom: 10px; }
.spendora-post-pagination .pre-post .pagination-img, .spendora-post-pagination .next-post .pagination-img {
  position: absolute;
  bottom: 0;
  left: 0; }
.spendora-post-pagination .pre-post {
  padding-left: 10px; }
.spendora-post-pagination .next-post {
  padding-right: 10px; }

.comments-title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Montserrat Bold';
  color: #333;
  margin-bottom: 35px; }

.comment-item:first-child .comment-content {
  padding-top: 0px; }
.comment-item:first-child .comment-item .comment-content {
  padding-top: 32px; }
.comment-item .comment-item {
  padding-left: 50px; }
.comment-item .comment-content {
  padding-bottom: 31px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 32px; }
.comment-item .comment-content img {
  width: 81px;
  height: 81px;
  margin-right: 20px;
  margin-top: 8px; }
.comment-item .comment-content .comment-body .comment-author {
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center; }
.comment-item .comment-content .comment-body .comment-author .author {
  font-size: 17px;
  font-family: 'Montserrat SemiBold';
  color: #333; }
.comment-item .comment-content .comment-body .comment-author .comment-reply-link {
  font-size: 13px;
  text-transform: uppercase;
  color: #333; }
.comment-item .comment-content .comment-body .comment-time {
  color: #999;
  padding-bottom: 8px;
  display: block; }

.comment-list {
  margin-bottom: 65px; }

.common-form input, .common-form textarea {
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-bottom: 1px solid #666;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent; }
.common-form input:focus + label, .common-form input:valid + label, .common-form textarea:focus + label, .common-form textarea:valid + label {
  top: -10px; }
.common-form textarea {
  height: 115px; }
.common-form .form-group {
  position: relative; }
.common-form label {
  position: absolute;
  transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  color: #666;
  left: 0;
  top: 13px;
  margin-bottom: 0px; }
.common-form .form-submit {
  display: inline-block;
  position: relative;
  margin-top: 23px;
  cursor: pointer; }
.common-form .form-submit .submit {
  background: #fff;
  border-bottom: none;
  color: #666;
  border: 1px solid #666;
  text-transform: uppercase;
  font-family: 'Montserrat SemiBold';
  letter-spacing: 2px !important;
  padding: 12px 31px;
  cursor: pointer;
  background: transparent; }
.common-form .form-submit:after {
  position: absolute;
  content: '\f301';
  font-family: 'Material-Design-Iconic-Font';
  width: 60px;
  height: 100%;
  left: 99%;
  top: 0px;
  border: 1px solid #666;
  border-left: 0px;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  font-size: 22px; }
.common-form .form-submit:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 0.15s, 0.15s;
  opacity: 0;
  background: #ffc000;
  transform: scale(0.1, 0.1);
  z-index: -1;
  border-radius: 50%; }
.common-form .form-submit:hover {
  color: #fff; }
.common-form .form-submit:hover:before {
  opacity: 1;
  transform: scale(1, 1);
  border-radius: 0; }
.common-form .form-submit:hover .submit {
  color: #fff; }
.common-form .form-submit:hover:after {
  background: #ffc000;
  border-left: 1px solid #666; }

.leave-comment .comments-title {
  margin-bottom: 15px; }

.single-link-post .post-single-content .postformat-box {
  padding: 16px 30px 38px 55px; }
.single-link-post .post-single-content .postformat-box .postformat-box-content {
  margin-top: -14px; }

.single-quote-post .postformat-box {
  padding: 34px 30px 18px 55px; }
.single-quote-post .postformat-box .quote-author {
  margin-top: -12px; }

.single-video-post .video-img {
  position: relative;
  overflow: hidden; }
.single-video-post .video-img img {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s; }
.single-video-post .video-img:hover img {
  opacity: 0.8;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }
.single-video-post .video-img:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0; }
.single-video-post .video-img .bmd-modalButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 0; }
.single-video-post .video-img .bmd-modalButton .au-video-button i {
  width: 56px;
  height: 56px;
  font-size: 20px; }
.single-video-post .video-img:hover:after {
  opacity: 1; }
.single-video-post .video-img:hover .bmd-modalButton {
  opacity: 1; }

.audio {
  position: relative; }
.audio .audio-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle; }
.audio .audio-content .mejs__audio {
  min-height: 38px !important; }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__time {
  font-family: 'Montserrat Regular';
  font-size: 15px;
  font-weight: 400; }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__playpause-button button, .audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__volume-button button {
  position: relative;
  height: 100%;
  background: center no-repeat;
  margin: 0;
  border: 0;
  outline: 0; }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__play button {
  width: 39px;
  background-image: url("../images/icon/play-icon.png"); }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__pause button {
  width: 39px;
  background-image: url("../images/icon/pause.png"); }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__mute button {
  width: 39px;
  background-image: url("../images/icon/mute-icon.png"); }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__prev-button, .audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__next-button, .audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__shuffle-off, .audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__loop-off {
  display: none; }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__time-rail {
  padding-top: 20px; }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total {
  height: 3px;
  background: #fff;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  margin-top: 0px;
  outline: none; }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-handle-content {
  top: -7px;
  outline: none; }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-total {
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  top: 18px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px; }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-total .mejs__horizontal-volume-current {
  background: #ffc000; }

/* 27. Responsive ------------------------------------------*/
@media screen and (max-width: 1600px) {
  .masonry-scattered-content .item-horizon-right {
    margin-right: -55px;
    padding-left: 50px; }

  .masonry-scattered-content .item-horizon-left {
    margin-left: -55px;
    padding-right: 50px; }

  .clients-list {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px; }

  .coming-soon {
    padding-top: 90px; }

  #fullpage .testimonials-fullpage .item .line3 {
    bottom: 0px; }

  #fullpage .testimonials-fullpage .item .line1 {
    top: 0px; }

  #fullpage .testimonials-fullpage .item:after, #fullpage .testimonials-fullpage .item:before {
    height: calc(100% - 20px); }

  .testimonials-fullpage-slider .slick-arrow {
    top: 85%; }

  #fullpage .testimonials-fullpage-content {
    padding-left: 50px;
    padding-right: 40px; }

  .testimonials-fullpage-slider .slick-prev {
    left: 64.7%; }

  .testimonials-fullpage-slider .slick-next {
    left: 71.3%; }

  #fullpage .testimonials-fullpage {
    margin-right: 110px; }

  .page-pull, .header-pull .header-menu-content {
    padding-top: 50px; }

  .introduce-accordion .card .card-body, .introduce-accordion .card .card-header {
    padding-left: 100px;
    padding-right: 100px; } }
@media screen and (max-width: 1500px) {
  .introduce-accordion .card .card-body, .introduce-accordion .card .card-header {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (max-width: 1400px) {
  #fullpage .welcome-content .info {
    padding: 55px 83px 60px; } }
@media screen and (max-width: 1300px) {
  .masonry-scattered-content .item-horizon-right {
    margin-right: 0px;
    padding-left: 35px; }

  .masonry-scattered-content .item-horizon-left {
    margin-left: 0px;
    padding-right: 35px; }

  .home-blog-content, .statistics-content, .left, .right {
    margin-left: 0px;
    margin-right: 0px; }

  .partner-list .partner-item:nth-child(1) .item:before, .partner-list .partner-item:nth-child(4) .item:before,
  .partner-list .partner-item:nth-child(1) .item:after, .partner-list .partner-item:nth-child(5) .item:after,
  .partner-list .partner-item:nth-child(9) .item:after, .partner-list .partner-item:nth-child(4) .item:after,
  .partner-list .partner-item:nth-child(8) .item:after, .partner-list .partner-item:nth-child(12) .item:after,
  .partner-list .partner-item:nth-child(1):before, .partner-list .partner-item:nth-child(9):before,
  .partner-list .partner-item:nth-child(1):after, .partner-list .partner-item:nth-child(2):after, .partner-list .partner-item:nth-child(3):after,
  .partner-list .partner-item:nth-child(4):after, .partner-list .partner-item:nth-child(9):after,
  .partner-list .partner-item:nth-child(10):after, .partner-list .partner-item:nth-child(11):after, .partner-list .partner-item:nth-child(12):after,
  .projects-border-grid .project-item:nth-child(1):before, .projects-border-grid .project-item:nth-child(5):before,
  .projects-border-grid .project-item:nth-child(1):after, .projects-border-grid .project-item:nth-child(2):after,
  .projects-border-grid .project-item:nth-child(3):after, .projects-border-grid .project-item:nth-child(4):after,
  .projects-border-grid .project-item:nth-child(1) .item:before, .projects-border-grid .project-item:nth-child(4) .item:before,
  .projects-border-grid .project-item:nth-child(1) .item:after, .projects-border-grid .project-item:nth-child(5) .item:after,
  .projects-border-grid .project-item:nth-child(8) .item:after, .projects-border-grid .project-item:nth-child(4) .item:after,
  .projects-border-grid .project-item:nth-child(5):after, .projects-border-grid .project-item:nth-child(6):after,
  .projects-border-grid .project-item:nth-child(7):after, .projects-border-grid .project-item:nth-child(8):after {
    display: none; }

  .introduce-accordion .card .card-body .body-img img {
    margin-bottom: 10px; }

  #fullpage .welcome-content .info:after {
    opacity: 0.1; }

  #fullpage .section .anchor-text {
    display: none; }

  #fp-nav {
    display: none; } }
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 100%; }

  .body-line {
    display: none; }

  .single-post-author figure {
    width: 811px; }

  .our-process-content .item .zigzax-line {
    display: none; }

  #fullpage .our-team-fullpage-content .item-heading {
    padding: 45px 10px 45px 40px; }

  .testimonials-fullpage-img {
    display: none; }

  #fullpage .testimonials-fullpage-content {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 130px; }

  #fullpage .testimonials-fullpage {
    margin-left: 30px;
    margin-right: 30px; }

  .year-experience .year-experience-number {
    font-size: 175px; }

  .page-pull .grids {
    grid-gap: 10px; }

  .welcome-content figure {
    display: none; }

  #fullpage .welcome-content .info {
    margin-right: 0px;
    margin-left: 0px; }

  #fullpage .welcome-content .info {
    padding: 78px 83px 90px; }

  .page-pull #full .grids .item {
    padding-right: 0px; } }
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1200px; } }
@media screen and (max-width: 1024px) {
  .hidden-tablet-landscape {
    display: none; }

  .hidden-tablet-landscape-up {
    display: block; }

  .header-home2 {
    position: relative; }

  .header-6 .hamburger-inner, .header-6 .hamburger-inner:after, .header-6 .hamburger-inner:before {
    background-color: #fff; }

  .header-pull {
    position: relative;
    width: 100%; }

  .page-pull {
    padding-left: 60px; }

  .heading-page-content {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }

  .project-five-columns .project-items .item {
    width: 33.33%; }

  .heading-page-2 img {
    height: 300px; }

  .heading-page-2 .heading-page-content {
    padding-top: 40px;
    padding-bottom: 43px; }

  .our-process-content .item {
    margin-right: 35px; }

  .landing-content .landing-sizer, .landing-content .landing-item {
    width: 50%; }

  .landing-content .landing-item {
    padding-left: 15px;
    padding-right: 15px; }

  .landing-content {
    margin-left: -15px;
    margin-right: -15px; } }
@media screen and (max-width: 992px) {
  .related-portfolios .projects-standard .item {
    margin-bottom: 30px; }

  .au-page-title {
    font-size: 30px; }

  .blog-sidebar--right .blog-list {
    padding-right: 0px; }

  .blog-sidebar--left .blog-list {
    padding-left: 0px; }

  .our-process-content .our-process-list {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }

  .our-process-content .item:nth-child(2n) {
    margin-top: 0px; }

  .our-process-content .item, .home-aboutus-content .item {
    margin-bottom: 30px; }

  .our-process-content .item {
    margin-right: 0px; }

  .blog-masonry .projects-masonry .grid-sizer, .blog-masonry .projects-masonry .item {
    width: 50%; }

  .sidebar {
    margin-top: 30px; }

  .cart-page .woocommerce-cart-form .shop_table_responsive thead {
    display: none; }
  .cart-page .woocommerce-cart-form .shop_table_responsive tbody {
    border-bottom: none; }
  .cart-page .woocommerce-cart-form .shop_table_responsive tbody .cart_item {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc; }
  .cart-page .woocommerce-cart-form .shop_table_responsive tbody .cart_item td {
    padding: 15px; }
  .cart-page .woocommerce-cart-form .shop_table_responsive tbody .cart_item .product-remove {
    width: 100%;
    display: block;
    border-top: 20px solid #fff; }
  .cart-page .woocommerce-cart-form .shop_table_responsive tbody .cart_item .product-remove .remove {
    position: absolute;
    top: -3px;
    right: 0; }
  .cart-page .woocommerce-cart-form .shop_table_responsive tbody .cart_item .product-name {
    width: 100%; }
  .cart-page .woocommerce-cart-form .shop_table_responsive tbody .cart_item .product-name img {
    display: none; }
  .cart-page .woocommerce-cart-form .shop_table_responsive tbody .cart_item .product-subtotal {
    width: 100%;
    clear: both; }
  .cart-page .woocommerce-cart-form .shop_table_responsive tbody .cart_item .product-quantity .quantity {
    float: right; }
  .cart-page .woocommerce-cart-form .shop_table_responsive tbody tr td {
    display: block;
    text-align: right;
    clear: both;
    background: #fbfbfb;
    overflow: hidden; }
  .cart-page .woocommerce-cart-form .shop_table_responsive tbody tr td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left; }

  .cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .coupon input[type="text"] {
    width: 100%;
    margin-bottom: 20px; }

  .cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .coupon, .cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .button {
    float: none;
    width: 100%;
    margin-bottom: 20px; }

  .cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .au-btn:after {
    display: none; }

  .cart-page .woocommerce-cart-form .shop_table tfoot tr .actions .action-btn {
    width: 100%;
    margin-right: 0px; }

  .projects-flip-content .slick-center img {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }

  .projects-flip-content .item {
    padding-left: 20px;
    padding-right: 20px; }

  .projects-flip-content .slick-list {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0 !important; }

  .body-content {
    margin-bottom: 20px; }

  .introduce-accordion {
    margin-left: 30px;
    margin-right: 30px; }

  .slideshow4 {
    padding-left: 0px;
    padding-right: 0px; }

  .aboutus-intro {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }

  .aboutus-intro .intro-img, .aboutus-intro .intro-content {
    width: 100%; }

  .left figure {
    order: 1;
    -moz-order: 1;
    -webkit-order: 1;
    -o-order: 1;
    -ms-order: 1; }

  .left .intro-content {
    order: 2;
    -moz-order: 2;
    -webkit-order: 2;
    -o-order: 2;
    -ms-order: 2; }

  .page-pull {
    overflow-y: scroll; }

  #fullpage .our-team-fullpage-content .col-12:first-child {
    display: none; }

  #fullpage .section {
    padding-top: 100px; }

  #fullpage .section .fp-tableCell {
    padding-top: 0px; }

  .testimonials-fullpage-slider .slick-next {
    left: auto;
    right: 30px; }

  .testimonials-fullpage-slider .slick-prev {
    left: 30px; }

  #fullpage .testimonials-fullpage-content {
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 85px; }

  .testimonials-fullpage-slider .slick-arrow {
    top: 85%; }

  .year-experience-image {
    padding-left: 0px; }

  .slideshow2 .slideshow-socials {
    padding-left: 0px; }

  .header-6 {
    position: relative;
    background: #333; } }
@media screen and (max-width: 767px) {
  .item {
    margin-bottom: 30px; }

  .heading-page img {
    height: 200px; }

  .project-five-columns .project-items .item, .masonry-v2 .projects-masonry-2 .projects-masonry .grid-sizer, .masonry-v2 .projects-masonry-2 .projects-masonry .item {
    width: 50%; }

  .single-big-images .portfolio-info .meta {
    margin-left: 0px; }

  .single-big-images .portfolio-info .portfolio-intro {
    padding-right: 0px; }

  .blog-masonry .projects-masonry .grid-sizer, .blog-masonry .projects-masonry .item {
    width: 100%; }

  .blog-masonry .quote-top .postformat-box {
    order: 3;
    -moz-order: 3;
    -webkit-order: 3;
    -o-order: 3;
    -ms-order: 3;
    margin-bottom: 0px;
    margin-top: 44px; }

  .blog-masonry .quote-top figure {
    order: 1;
    -moz-order: 1;
    -webkit-order: 1;
    -o-order: 1;
    -ms-order: 1; }

  .single-post-author, .year-experience {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }

  .year-experience .year-experience-number {
    margin-bottom: 50px; }

  .single-post-author figure {
    width: 100%; }

  .single-post-author figure img {
    width: 100%; }

  .single-post-author .info::before {
    border: none;
    background-color: #f9f9f9;
    background-image: url(../img/bg-pattern-1.png);
    background-repeat: repeat;
    background-position: center center;
    opacity: 0.15;
    z-index: 9;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0; }

  .single-product .product .product-images-wrapper {
    padding-right: 0px;
    margin-bottom: 40px; }

  .single-product .product .product-summary {
    padding-left: 0px; }

  .single-product .product .spendora-product-tabs {
    padding-bottom: 10px; }

  .error404 .error-page-content .error-page-title {
    font-size: 200px; }

  .error404 .error-page-content .error-page-title {
    font-size: 100px; }

  .spendora-form-login {
    padding-right: 0px;
    margin-bottom: 30px; }

  .spendora-form-signup {
    padding-left: 0px; }

  .masonry-scattered-content .item-horizon-left, .masonry-scattered-content .item-verticle-right {
    padding-right: 0px; }

  .masonry-scattered-content .item-verticle-left, .masonry-scattered-content .item-horizon-right {
    padding-left: 0px; }

  .masonry-scattered-content .item-horizon-left, .masonry-scattered-content .item-horizon-right {
    padding-top: 0px; }

  .work-experience-img {
    margin-bottom: 30px; }

  .coming-soon {
    padding-top: 30px; }

  .introduce-accordion .card .card-body .body-img img {
    width: 100%;
    margin-bottom: 20px; }

  .introduce-accordion .card .card-body .body-img {
    padding-left: 0px; }

  .tp-bullets {
    display: none; }

  .page-pull .grids {
    display: block; }

  .projects-grid .item:first-child, .projects-grid .item:last-child {
    width: 100%; }

  .projects-grid .item {
    width: 100%; }

  .home-page, .landing-porfolio-content, .innner-page-content {
    padding-left: 30px;
    padding-right: 30px; }

  .landing-porfolio-content .bigger.landing-porfolio-right {
    margin-right: -180px; }

  .landing-porfolio-content .landing-porfolio-center {
    margin-left: -180px;
    margin-right: -180px; }

  .landing-porfolio-content .bigger.landing-porfolio-left {
    margin-left: -180px; }

  .landing-footer .landing-footer-content .desc {
    width: 75%; }

  .project-full-mobile {
    display: block; }

  .project-full-desktop {
    display: none; }

  .page-pull #full {
    margin-left: -55px;
    margin-right: -55px; }

  .page-pull #full .grids .item {
    width: 100%;
    height: auto; }
  .header-home-one{
    position: relative;
  }
  .header-horizontal #content {
    padding-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .projects-flip .projects-flip-img-first, .projects-flip .projects-flip-img-second {
    display: none; }

  .project-five-columns .project-items .item {
    width: 100%; }

  .shop-content .spendora-sorting, .socials-logins, .our-team-content .item, .coming-soon #count-down-time, .email-subcribe form {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }

  .email-subcribe form input {
    border-right: 1px solid #666;
    margin-bottom: 20px; }

  .count-down-item {
    margin-right: 0px; }

  .coming-soon h1 {
    font-size: 40px; }

  .socials-logins .button-social-login, .count-down-item {
    margin-bottom: 20px; }

  .shop-content .spendora-sorting .spendora-ordering {
    padding-top: 20px; }

  .checkout-page form .form-row-first, .checkout-page form .form-row-last {
    float: none;
    width: 100% !important; }

  .projects-masonry-2 .projects-masonry .grid-sizer, .projects-masonry-2 .projects-masonry .item {
    width: 50%; }

  .our-team-content .item figure, .our-team-content .item .info {
    width: 100%; }

  .our-team-content .item .info {
    padding: 15px 20px; }

  .our-team-content .item-left figure {
    order: 1;
    -moz-order: 1;
    -webkit-order: 1;
    -o-order: 1;
    -ms-order: 1;
    width: 100%; }

  .our-team-content .item-left .info {
    order: 2;
    -moz-order: 2;
    -webkit-order: 2;
    -o-order: 2;
    -ms-order: 2;
    width: 100%; }

  .line3 {
    bottom: 0px; }

  .line2, .line4 {
    height: 100%; }

  .projects-masonry .grid-sizer, .projects-masonry .item {
    width: 100%; }

  #fullpage .welcome-content .info .title {
    font-size: 45px; }

  #fullpage .welcome-content .info {
    padding: 78px 43px 90px; }

  .landing-content .landing-sizer, .landing-content .landing-item {
    width: 100%; }

  .testimonials-fullpage-slider.slick-dotted {
    margin-bottom: 0px; }

  .testimonials-fullpage-slider .slick-dots {
    bottom: 80px; } }
@media screen and (max-width: 480px) {
  .filter-projects {
    display: block;
    margin-bottom: 20px; }

  .filter-projects li {
    margin-bottom: 20px; }

  .p-65 {
    padding: 0 35px; }

  .link-post-info, .single-product .product .product-summary .summary form.cart, .comment-item .comment-content .comment-body .comment-author {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }

  .single-product .product .product-summary .summary form.cart .quantity .qty, .single-product .product .product-summary .summary form.cart .quantity {
    width: 183px; }

  .single-product .product .product-summary .summary form.cart .single_add_to_cart_button {
    width: 165px;
    padding: 6px 10px;
    margin-top: 20px; }
  .single-product .product .product-summary .summary form.cart .single_add_to_cart_button:after {
    left: 100%;
    height: 106%; }

  .masonry-v2 .projects-masonry-2 .projects-masonry .grid-sizer, .masonry-v2 .projects-masonry-2 .projects-masonry .item {
    width: 100%; }

  .filter-projects li span {
    padding: 5px 0px; }

  .filter-projects li .is-checked {
    padding: 5px 16px; } }
@media screen and (max-width: 400px) {
  .header-mobile .header-top-mobile .logo {
    width: 50%; }

  .header-mobile .header-top-mobile .search-box form .search-icon {
    width: 50px;
    height: 50px; }

  .search-box {
    padding-left: 10px; }

  .page-pull .masonrymobile .item, .page-pull .masonrymobile .item-sizer {
    width: 100%; }

  .row #no-more-tables table {
     width: 100%;
  }
  .btn.btn-success{
    padding: 6px 5px;
    font-size: 12px;
  }
  .property-layout-toggle-item{
    margin-bottom: 20px;
  }
  .btn.btn-primary.button.search-button{
    margin-top: 20px;
  }

}
.section-padding-large {
  padding-bottom: 0px;
  color:white;
}

/*# sourceMappingURL=style.css.map */
/*layer css */
.filter-projects {
  margin-bottom: 40px;
}
ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

{
  -webkit-box-sizing: border-box
;
  -moz-box-sizing: border-box
;
  box-sizing: border-box
;
}
.display-flex-center {
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}
list-type-ulli, ul, .pagination ul, .menu ul, .widget_lastest_entries ul, .filter-projects {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
list-type-ulli, ul, .pagination ul, .menu ul, .widget_lastest_entries ul, .filter-projects {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.filter-projects li span {
  font-family: 'Rubik';
  color: #666;
  margin: 8px 2px;
  padding: 0;
  border: none;
  background: transparent;
  outline: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  cursor: pointer;
  padding: 5px 16px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
list-type-ulli, ul, .pagination ul, .menu ul, .widget_lastest_entries ul, .filter-projects {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

list-type-ulli, ul, .pagination ul, .menu ul, .widget_lastest_entries ul, .filter-projects {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.display-flex-center {
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}
.filter-projects {
  margin-bottom: 40px;
}
.filter-projects {
  margin-bottom: 40px;
}
ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

.heading-page-2 .heading-page-content {
  color: #fff;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  position: relative;
  padding-top: 60px;
  padding-bottom: 63px;
  width: 63%;
  margin: 0 auto;
}
.display-flex-center {
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}
.heading-page-2 .heading-page-content:before {
  top: 100%;
}
.heading-page-2 .heading-page-content:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  left: 0;
  background: #fff;
  background-position: center center;
  background-repeat: repeat;
  background-image: url(../img/bg-pattern-1.png);
  opacity: 0.1;
}
.heading-page-2 .heading-page-content:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.see-all-btn {
  text-align: center;
  padding-left: 55px;
}
.heading-page-2 {
  position: relative;
}
.heading-page-2 .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.heading-page-2 .heading-page-content:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  left: 0;
  background: #fff;
  background-position: center center;
  background-repeat: repeat;
  background-image: url(../img/bg-pattern-1.png);
  opacity: 0.1;
}
.heading-page-2 .heading-page-content:before {
  top: 100%;
}

.display-flex-center{
  display: flex;
  display: -webkit-flex;
}
.display-flex-center {
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}
.heading-page-2 .heading-page-content {
  color: #fff;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  position: relative;
  padding-top: 60px;
  padding-bottom: 63px;
  width: 63%;
  margin: 0 auto;
}
.wrap-scroll-slider1 {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  z-index: 999;
}
.display-flex-center {
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}
.display-flex-center{
  display: flex;
  display: -webkit-flex;
}
.scroll-slider1{
  width: 27px;
  height: 42px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 15px;
  padding-top: 11px;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  position: relative;

}
.slider1,
.au-btn:after{
  display: flex;
  display: -webkit-flex;
}
.projects-standard .see-all-btn {
  margin-top: 30px;
}
.au-btn:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 0.15s, 0.15s;
  opacity: 0;
  background: #ffc000;
  transform: scale(0.1, 0.1);
  z-index: -1;
  border-radius: 50%;
}
.au-btn {
  color: #F9B522;
  position: relative;
  border: 1px solid #F9B522;
  text-transform: uppercase;
  font-family: 'Rubik';
  letter-spacing: 2px !important;
  padding: 12px 29px;
  display: inline-block;
  z-index: 99;
}
.au-btn.ctr {
  color: rgba(11, 8, 12, 0.76);
  border: 1px solid #0b080c;
}
.au-btn.ctr:after {
  border: 1px solid #0b080c;
}

.au-btn:after {
  position: absolute;
  content: '\f054';
  font-family: 'Fontawesome';
  width: 60px;
  height: 104%;
  left: 100%;
  top: -1px;
  border: 1px solid #F9B522;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  font-size: 22px;
}
.see-all-btn .au-btn {
  margin-left: -55px;
  color:white;
}
a.devis.au-btn.ctr {
  color: #0b080cc2;
}
.au-btn:hover {
  color: #fff;
}
.au-btn:hover:before {
  opacity: 1;
  transform: scale(1, 1);
  border-radius: 0;
}
.au-btn:hover:after {
  background: #ffc000;
}
.heading-page-2 .heading-page-content .line1 {
  height: 10px;
  bottom: 100%;
  top: auto;
}
.heading-page-2 .heading-page-content .line {
  background-color: #fff;
  opacity: 0.1;
}
.line1 {
  width: 100%;
  top: 30px;
  left: 0;
  height: 5px;
  position: absolute;
  content: '';
  background-color: #f9f9f9;
  background-image: url(../img/bg-pattern-1.png);
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.15;
  z-index: 9;
}
.heading-page-2 .heading-page-content .line2 {
  left: 100%;
}
.heading-page-2 .heading-page-content .line2, .heading-page-2 .heading-page-content .line4 {
  width: 10px;
  height: calc(100% + 20px);
}
.heading-page-2 .heading-page-content .line2, .heading-page-2 .heading-page-content .line4 {
  width: 10px;
  height: calc(100% + 20px);
}
.line2 {
  width: 5px;
  height: calc(100% - 60px);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  content: '';
  background-color: #f9f9f9;
  background-image: url(../img/bg-pattern-1.png);
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.15;
  z-index: 9;
}
.heading-page-2 .heading-page-content .line4 {
  right: 100%;
}
.heading-page-2 .heading-page-content .line2, .heading-page-2 .heading-page-content .line4 {
  width: 10px;
  height: calc(100% + 20px);
}
.heading-page-2 .heading-page-content .line {
  background-color: #fff;
  opacity: 0.1;
}
.line4 {
  width: 5px;
  height: calc(100% - 60px);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  content: '';
  background-color: #f9f9f9;
  background-image: url(../img/bg-pattern-1.png);
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.15;
  z-index: 9;
}
.p-t-150 {
  padding-top: 22px;
}
.container {
  max-width: 1200px;
}
.aboutus-intro{
  display: flex;
  display: -webkit-flex;
  position: relative;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  margin-bottom: 100px;
  position: relative;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  margin-bottom: 100px;
  position: relative;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  margin-bottom: 100px;
}
.aboutus-page .aboutus-intro {
  margin-bottom: 120px;
}
.right {
  margin-left: 30px;
  margin-right: -30px;
}
.aboutus-page .aboutus-intro:last-child {
  margin-bottom: 120px;
}
.aboutus-intro:last-child {
  margin-bottom: 0px;
}
.left {
  margin-right: 30px;
  margin-left: -30px;
}
.aboutus-intro .line3 {
  bottom: 40px;
  height: 7px;
}
.line3 {
  width: 100%;
  bottom: 30px;
  left: 0;
  height: 5px;
}
.line {
  position: absolute;
  content: '';
  background-color: #f9f9f9;
  background-image: url(../img/bg-pattern-1.png);
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.15;
  z-index: 9;
}
.aboutus-intro .intro-img img {
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.left .intro-content {
  order: 1;
  -moz-order: 1;
  -webkit-order: 1;
  -o-order: 1;
  -ms-order: 1;
}
.aboutus-intro .intro-content {
  width: calc(100% - 555px);
  background: #fff;
  padding: 70px 50px;
}
.left .intro-content {
  order: 1;
  -moz-order: 1;
  -webkit-order: 1;
  -o-order: 1;
  -ms-order: 1;
}
.aboutus-intro .intro-content {
  width: calc(100% - 555px);
  background: #fff;
  padding: 70px 50px;
}
.aboutus-intro .intro-content .aboutus-bold {
  font-size: 40px;
  font-family: 'Poppins';
  color: #333;
  margin-bottom: 25px;
  font-weight: bold;
}
.aboutus-intro .intro-content .about-italic {
  font-size: 20px;
  font-family: 'Montserrat Regular Italic';
  color: #fdcb25;
  margin-bottom: 2px;
}
.aboutus-page .aboutus-intro:last-child {
  margin-bottom: 120px;
}
.aboutus-intro:last-child {
  margin-bottom: 0px;
}
.aboutus-page .aboutus-intro {
  margin-bottom: 31px;
}
.left {
  margin-right: 30px;
  margin-left: -30px;
}
.aboutus-intro .intro-img {
  width: 555px;
  position: relative;
  z-index: 99;
}
.left figure {
  order: 2;
  -moz-order: 2;
  -webkit-order: 2;
  -o-order: 2;
  -ms-order: 2;
}
.figure {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.left .intro-content p {
  margin-bottom: 15px;
}
p {
  margin-bottom: 0px;
  line-height: 1.8;
}
.aboutus-intro .intro-content .signature .signature-text span:first-child {
  font-size: 18px;
  font-family: 'Montserrat SemiBold';
  color: #333;
}
.aboutus-intro .intro-content .signature .signature-text span {
  display: block;
}
.aboutus-intro .intro-content .signature .signature-text span {
  display: block;
}
.aboutus-intro .intro-content .signature {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  padding-top: 30px;
}
.signature{
  display: flex;
  display: -webkit-flex;
}
.aboutus-intro .intro-content .signature .signature-text span {
  display: block;
}
.aboutus-intro .intro-content .signature {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  padding-top: 30px;
}
.section-title h2 {
  padding-top: 10px;
  padding-bottom: 13px;
}
h2 {
  text-transform: uppercase;
  font-family: 'Rubik';
  font-size: 30px;
  color: #1b1f4c;
  line-height: 1.2;
  margin: 0;
  padding: 0px 0px 18px 7px;
  font-weight: bold;
    font-family: sans-serif;
  color: #333;
}
a.footercopy {
  color: #F9B522;
}
.container {
  max-width: 1200px;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin-bottom: 0px;
  line-height: 1.8;
}
.section-title h2 {
  padding-top: 10px;
  padding-bottom: 13px;
}
.section-title-center {
  text-align: center;
}
.section-title {
  margin-bottom: 75px;
}

.single-portfolio-content {
  padding-bottom: 50px;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
img {
  max-width: 100%;
  height: auto;
}
.portfolio-info .desc {
  padding-top: 23px;
  padding-bottom: 45px;
}
p {
  margin-bottom: 0px;
  line-height: 1.8;
}
.p-t-150 {
  padding-top: 22px;
}
.single-portfolio {
  padding-bottom: 95px;
}
.single-portfolio-content {
  padding-bottom: 50px;
}
.ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.meta .meta-item:last-child {
  margin-bottom: 0px;
}
.meta .meta-item {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  margin-bottom: 10px;
  display: flex;
  display: -webkit-flex;
}
.portfolio-images .slick-arrow, .feature-img-gallery .slick-arrow {
  background: #fff;
  border: 1px solid #fff;
}
.portfolio-images .slick-next, .feature-img-gallery .slick-next {
  right: 10px;
}
.portfolio-images .slick-arrow, .feature-img-gallery .slick-arrow {
  background: #fff;
  border: 1px solid #fff;
}
.portfolio-images .slick-prev, .feature-img-gallery .slick-prev {
  left: -1px;
}
.slick-prev {
  left: -115px;
}
.slick-prev, .slick-next {
  width: 60px;
  height: 51px;
  border: 1px solid #666;
  padding: 14px 21px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.slick-arrow {
  z-index: 99999999;
  font-size: 22px;
}
.slick-prev {
  left: -25px;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.testimonials-content .slick-prev {
  left: 0px; }
.testimonials-content .slick-next {
  right: 0px; }
.testimonials-content .slick-arrow {
  z-index: 20; }

.slick-arrow {
  z-index: 99999999;
  font-size: 22px; }

.slick-prev, .slick-next {
  width: 60px;
  height: 51px;
  border: 1px solid #F9B522;
  padding: 14px 21px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  background-color: #F9B522;
}
.slick-prev:before, .slick-next:before {
  font-size: 22px;
  font-family: 'Material-Design-Iconic-Font';
  color: #666; }
.slick-prev:hover, .slick-next:hover {
  background: #ffc000;
  border: 1px solid #ffc000; }
.slick-prev:hover::before, .slick-next:hover::before {
  color: #fff; }

.slick-prev {
  left: -30px; }
.slick-prev:before {
  content: '\f2ff'; }

.slick-next {
  right: -30px; }
.slick-next:before {
  content: '\f301'; }

.portfolio-images .slick-prev, .feature-img-gallery .slick-prev {
  left: -1px; }
.portfolio-images .slick-next, .feature-img-gallery .slick-next {
  right: 10px; }
.portfolio-images .slick-arrow, .feature-img-gallery .slick-arrow {
  background: #fff;
  border: 1px solid #fff; }

.feature-img-gallery .slick-prev {
  left: 0px; }
.feature-img-gallery .slick-next {
  right: 0px; }
.feature-img-gallery .slick-arrow {
  background: #fff;
  border: 1px solid #fff; }

.single-big-images .portfolio-images .slick-next {
  right: 0px; }

.testimonials-fullpage-slider .slick-arrow {
  top: 71%; }
.testimonials-fullpage-slider .slick-arrow:before {
  color: #fff; }
.testimonials-fullpage-slider .slick-prev {
  left: 65.7%; }
.testimonials-fullpage-slider .slick-next {
  right: auto;
  left: 70.3%; }
.testimonials-fullpage-slider .slick-next:after {
  color: transparent; }
/*mapoverlay*/
.google-wrapper {
  position: relative;

}

#google-map {
  width  : 500px;
  height : 380px;
}


.post-single-content {
  padding-right: 10px; }

.single-content .feature-img img {
  width: 100%; }
.single-content .single-title {
  padding-top: 35px;
  padding-bottom: 13px; }
.single-content .post-content {
  padding-top: 20px;
  padding-bottom: 5px; }
.single-content .post-content .quote-content {
  position: relative;
  padding-left: 80px; }
.single-content .post-content .quote-content img {
  position: absolute;
  top: -3px;
  left: 56px;
  color: #e5e5e5;
  font-size: 80px;
  z-index: 9;
  width: 50px; }
.single-content .post-content .quote-content p {
  position: relative;
  z-index: 99; }
.single-content .post-content p {
  margin-bottom: 26px; }
.single-content .post-content .post-image {
  padding: 0 5px;
  padding-top: 10px; }
.single-content .post-content .post-image .post-image-item {
  margin: 0 -5px;
  margin-bottom: 20px; }
.single-content .post-content h5 {
  padding-top: 13px;
  padding-bottom: 12px; }
.single-content .tags-socials .tagcloud .tag-cloud-link {
  margin-bottom: 0px; }
.single-content .tags-socials .socials span {
  margin-top: 4px;
  padding-right: 10px; }
.single-content .tags-socials .socials li {
  margin-right: 20px; }
.single-content .tags-socials .socials li:last-child {
  margin-right: 0px; }
.single-content .tags-socials .socials li a {
  color: #666; }
.single-content .comments {
  padding-top: 65px; }

.single-post-author {
  margin-top: 60px;
  margin-bottom: 32px; }
.single-post-author figure {
  width: 498px; }
.single-post-author .info {
  padding: 35px 70px 20px 35px;
  position: relative; }
.single-post-author .info:after {
  position: absolute;
  content: '';
  background-color: #f9f9f9;
  background-image: url(../img/bg-pattern-1.png);
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.15;
  z-index: 9;
  width: 5px;
  height: 100%;
  right: 0;
  top: 0; }
.single-post-author .info:before {
  position: absolute;
  content: '';
  border-top: 110px solid transparent;
  border-bottom: 110px solid transparent;
  border-right: 22px solid #fff;
  right: 100%;
  top: 0;
  width: 0;
  height: 100%; }
.single-post-author .info .line1 {
  top: 0px; }
.single-post-author .info .line3 {
  bottom: 0; }
.single-post-author .info .author-mail {
  color: #666;
  padding-top: 7px;
  display: block;
  padding-bottom: 10px; }
.single-post-author .info .desc {
  padding-bottom: 13px; }
.single-post-author .author-socials li {
  margin-right: 20px; }
.single-post-author .author-socials li:last-child {
  margin-right: 0px; }
.single-post-author .author-socials li a {
  color: #666; }

.spendora-post-pagination .pre-post, .spendora-post-pagination .next-post {
  position: relative; }
.spendora-post-pagination .pre-post a, .spendora-post-pagination .next-post a {
  color: #999;
  display: inline-block;
  padding-bottom: 10px; }
.spendora-post-pagination .pre-post .pagination-img, .spendora-post-pagination .next-post .pagination-img {
  position: absolute;
  bottom: 0;
  left: 0; }
.spendora-post-pagination .pre-post {
  padding-left: 10px; }
.spendora-post-pagination .next-post {
  padding-right: 10px; }

.comments-title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Montserrat Bold';
  color: #333;
  margin-bottom: 35px; }

.comment-item:first-child .comment-content {
  padding-top: 0px; }
.comment-item:first-child .comment-item .comment-content {
  padding-top: 32px; }
.comment-item .comment-item {
  padding-left: 50px; }
.comment-item .comment-content {
  padding-bottom: 31px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 32px; }
.comment-item .comment-content img {
  width: 81px;
  height: 81px;
  margin-right: 20px;
  margin-top: 8px; }
.comment-item .comment-content .comment-body .comment-author {
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center; }
.comment-item .comment-content .comment-body .comment-author .author {
  font-size: 17px;
  font-family: 'Montserrat SemiBold';
  color: #333; }
.comment-item .comment-content .comment-body .comment-author .comment-reply-link {
  font-size: 13px;
  text-transform: uppercase;
  color: #333; }
.comment-item .comment-content .comment-body .comment-time {
  color: #999;
  padding-bottom: 8px;
  display: block; }

.comment-list {
  margin-bottom: 65px; }

.common-form input, .common-form textarea {
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-bottom: 1px solid #666;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent; }
.common-form input:focus + label, .common-form input:valid + label, .common-form textarea:focus + label, .common-form textarea:valid + label {
  top: -10px; }
.common-form textarea {
  height: 115px; }
.common-form .form-group {
  position: relative; }
.common-form label {
  position: absolute;
  transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  color: #666;
  left: 0;
  top: 13px;
  margin-bottom: 0px; }
.common-form .form-submit {
  display: inline-block;
  position: relative;
  margin-top: 23px;
  cursor: pointer; }
.common-form .form-submit .submit {
  background: #fff;
  border-bottom: none;
  color: #666;
  border: 1px solid #666;
  text-transform: uppercase;
  font-family: 'Montserrat SemiBold';
  letter-spacing: 2px !important;
  padding: 12px 31px;
  cursor: pointer;
  background: transparent; }
.common-form .form-submit:after {
  position: absolute;
  content: '\f301';
  font-family: 'Material-Design-Iconic-Font';
  width: 60px;
  height: 100%;
  left: 99%;
  top: 0px;
  border: 1px solid #666;
  border-left: 0px;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  font-size: 22px; }
.common-form .form-submit:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 0.15s, 0.15s;
  opacity: 0;
  background: #ffc000;
  transform: scale(0.1, 0.1);
  z-index: -1;
  border-radius: 50%; }
.common-form .form-submit:hover {
  color: #fff; }
.common-form .form-submit:hover:before {
  opacity: 1;
  transform: scale(1, 1);
  border-radius: 0; }
.common-form .form-submit:hover .submit {
  color: #fff; }
.common-form .form-submit:hover:after {
  background: #ffc000;
  border-left: 1px solid #666; }

.leave-comment .comments-title {
  margin-bottom: 15px; }

.single-link-post .post-single-content .postformat-box {
  padding: 16px 30px 38px 55px; }
.single-link-post .post-single-content .postformat-box .postformat-box-content {
  margin-top: -14px; }

.single-quote-post .postformat-box {
  padding: 34px 30px 18px 55px; }
.single-quote-post .postformat-box .quote-author {
  margin-top: -12px; }

.single-video-post .video-img {
  position: relative;
  overflow: hidden; }
.single-video-post .video-img img {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s; }
.single-video-post .video-img:hover img {
  opacity: 0.8;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }
.single-video-post .video-img:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0; }
.single-video-post .video-img .bmd-modalButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 0; }
.single-video-post .video-img .bmd-modalButton .au-video-button i {
  width: 56px;
  height: 56px;
  font-size: 20px; }
.single-video-post .video-img:hover:after {
  opacity: 1; }
.single-video-post .video-img:hover .bmd-modalButton {
  opacity: 1; }

.audio {
  position: relative; }
.audio .audio-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle; }
.audio .audio-content .mejs__audio {
  min-height: 38px !important; }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__time {
  font-family: 'Montserrat Regular';
  font-size: 15px;
  font-weight: 400; }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__playpause-button button, .audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__volume-button button {
  position: relative;
  height: 100%;
  background: center no-repeat;
  margin: 0;
  border: 0;
  outline: 0; }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__play button {
  width: 39px;
  background-image: url("../images/icon/play-icon.png"); }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__pause button {
  width: 39px;
  background-image: url("../images/icon/pause.png"); }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__mute button {
  width: 39px;
  background-image: url("../images/icon/mute-icon.png"); }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__prev-button, .audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__next-button, .audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__shuffle-off, .audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__loop-off {
  display: none; }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__time-rail {
  padding-top: 20px; }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-total {
  height: 3px;
  background: #fff;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  margin-top: 0px;
  outline: none; }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__time-rail .mejs__time-handle-content {
  top: -7px;
  outline: none; }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-total {
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  top: 18px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px; }
.audio .audio-content .mejs__audio .mejs__inner .mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-total .mejs__horizontal-volume-current {
  background: #ffc000; }

.blog-sidebar--right .blog-list {
  padding-right: 10px; }

.blog-sidebar--left .blog-list {
  padding-left: 10px; }

.blog-page .item {
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column; }
.blog-page .item figure {
  position: relative;
  overflow: hidden; }
.blog-page .item figure img {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s; }
.blog-page .item figure:hover img {
  opacity: 0.8;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }
.blog-page .item figure .overlay {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  transform: scaleX(0);
  transition: all .5s ease; }
.blog-page .item figure .bmd-modalButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 0; }
.blog-page .item figure .bmd-modalButton .au-video-button i {
  width: 56px;
  height: 56px;
  font-size: 20px; }
.blog-page .item figure:hover .overlay {
  transform: scaleX(1); }
.blog-page .item figure:hover .bmd-modalButton {
  opacity: 1; }

.blog-list .item {
  margin-bottom: 70px; }
.blog-list .item .title {
  font-size: 30px;
  padding-top: 36px;
  padding-bottom: 9px; }
.blog-list .item .desc {
  padding-top: 20px;
  padding-bottom: 42px; }
.blog-list .item .readmore-btn {
  margin-bottom: 70px; }

.qoute-post .postformat-box {
  padding: 40px 30px 10px 55px; }
.qoute-post .quote-author {
  margin-top: -10px; }

.link-post .postformat-box {
  padding: 10px 30px 38px 55px; }
.link-post .postformat-box .link-post-info {
  margin-bottom: -10px; }

.postformat-box {
  position: relative;
  background: #fff; }
.postformat-box .line2, .postformat-box .line4 {
  height: 100%;
  width: 7px; }
.postformat-box:after, .postformat-box:before {
  position: absolute;
  content: '';
  background-color: #f9f9f9;
  background-image: url("../images/bg-pattern-1.png");
  background-repeat: repeat;
  background-position: center center;
  opacity: 0.15;
  z-index: 9;
  width: 100%;
  height: 7px;
  left: 0; }
.postformat-box:after {
  bottom: 0; }
.postformat-box:before {
  top: 0; }
.postformat-box .postformat-box-content {
  font-size: 30px;
  font-family: 'Montserrat SemiBold';
  color: #333;
  line-height: 1.33; }
.postformat-box .post-icon {
  color: #ccc; }
.postformat-box .post-icon i {
  font-size: 70px; }

.blog-masonry .projects-masonry {
  margin-bottom: 0px; }
.blog-masonry .projects-masonry .grid-sizer, .blog-masonry .projects-masonry .item {
  width: 33.33%; }
.blog-masonry .projects-masonry .item {
  margin-bottom: 50px; }
.blog-masonry .projects-masonry .item .info {
  padding-top: 26px; }
.blog-masonry .projects-masonry .item .info .title {
  padding-bottom: 11px; }
.blog-masonry .quote-top .postformat-box {
  order: 1;
  -moz-order: 1;
  -webkit-order: 1;
  -o-order: 1;
  -ms-order: 1;
  margin-bottom: 50px; }
.blog-masonry .quote-top figure {
  order: 2;
  -moz-order: 2;
  -webkit-order: 2;
  -o-order: 2;
  -ms-order: 2; }
.blog-masonry .quote-top .info {
  order: 3;
  -moz-order: 3;
  -webkit-order: 3;
  -o-order: 3;
  -ms-order: 3; }
.blog-masonry .quote-bottom .postformat-box {
  margin-top: 44px; }
.blog-masonry .item .postformat-box .postformat-box-content {
  font-size: 22px;
  line-height: 1.54; }
.blog-masonry .item .postformat-box .post-icon i {
  font-size: 50px; }
.blog-masonry .qoute-post .postformat-box {
  padding: 30px 25px 22px 35px; }
.blog-masonry .qoute-post .quote-author {
  margin-top: -5px; }
.blog-masonry .link-post .postformat-box {
  padding: 20px 25px 30px 40px; }
.blog-masonry .link-post .postformat-box .link-post-info {
  margin-bottom: -4px; }

/* 16. Contact Page ------------------------------------------*/
.contact-map .js-map-holder {
  height: 550px; }

.contact-us h2 {
  margin-bottom: 12px; }
.contact-us .desc {
  padding-bottom: 40px; }
.contact-us ul li {
  margin-bottom: 13px; }
.contact-us ul li:last-child {
  margin-bottom: 0px; }
.contact-us ul li .name {
  font-family: 'Montserrat SemiBold'; }

.contact-form .common-form textarea {
  height: 120px; }
.common-form .form-submit .submit {
  background: #fff;
  border-bottom: none;
  color: #666;
  border: 1px solid #666;
  text-transform: uppercase;
  font-family: 'Montserrat SemiBold';
  letter-spacing: 2px !important;
  padding: 12px 31px;
  cursor: pointer;
  background: transparent;
}
.see-all-btn.contactz {
  text-align: left;
  padding-left: 53px;
  padding-top: 21px;
}
a.au-btn.acl {
  color: white;
  border: 1px solid white;
}
.au-btn.acl:after {
  color: white;
  border: 1px solid white;
}
a:hover, a:visited, a:focus, a:active {
  text-decoration: none !important;
  outline: none !important;
  color: #575151;

}
.brand-carousel-wrapper {
  padding-top: 12px;
  padding-bottom: 12px;
}
.portfolio-list {
  width: 37px;
  height: 33px;
  position: relative;
}
.portfolio-list i:first-child {
  top: 0;
  left: 0;
}
.portfolio-list i {
  position: absolute;
  content: '';
  background: #666;
  width: 16px;
  height: 14px;
}
.portfolio-list i:nth-child(2) {
  top: 0;
  right: 0;
}
.portfolio-list i {
  position: absolute;
  content: '';
  background: #666;
  width: 16px;
  height: 14px;
}
.portfolio-list i:nth-child(3) {
  bottom: 0;
  left: 0;
}
.portfolio-list i {
  position: absolute;
  content: '';
  background: #666;
  width: 16px;
  height: 14px;
}
.portfolio-list i:last-child {
  bottom: 0;
  right: 0;
}
.portfolio-list i {
  position: absolute;
  content: '';
  background: #666;
  width: 16px;
  height: 14px;
}
.content-area-6 {
  padding: 100px 0 50px;
}
.heading-properties-3 h1 {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 15px;
}
.heading-properties-3 .property-price {
  margin-right: 10px;
  font-weight: 600;
}
span {
  color: #535353;
}
.heading-properties-3 .rent {
  background: #ff214f;
}
.heading-properties-3 .rent {
  padding: 5px 20px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 10px;
}
.heading-properties-3 .location {
  font-size: 14px;
  font-weight: 500;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.properties-details-sliders .carousel-indicators {
  position: static;
  left: initial;
  width: initial;
  margin-left: initial;
  margin-top: 0;
}
.properties-details-sliders .list-inline {
  white-space: nowrap;
  width: 100% !important;
}
.smail-properties {
  width: 100%;
}
.widget-2 {
  margin-bottom: 40px;
  padding: 20px;
}
.bg-grea-2 {
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.sidebar-title {
  font-size: 21px;
  position: relative;
  margin: 0 0 7px;
  font-weight: 600;
}

.mb-40 {
  margin-bottom: 40px;
}
.tabbing-box .nav-tabs {
  background: #fff;
  border-bottom: solid 1px #fff;
}
.tabbing-box .nav-tabs li {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.nav-tabs.nav-link{
  background-color: #ff214f;
  color: #fff;
  border-radius: 0;
}

.tabbing-box .nav-tabs .nav-link {
  border: none;
}
a {
  cursor: pointer;
  color: #4d4d4d;
}
.tabbing-box .nav-tabs .nav-link {
  border: none;
}
.tabbing-box .tab-pane {
  padding-top: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.heading-2 {
  margin: 0 0 20px;
  font-size: 21px;
  font-weight: 600;
}
p {
  font-size: 16px;
  line-height: 30px;
  color: #535353;
}
.tabbing-box .tab-pane {
  padding-top: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.heading-2 {
  margin: 0 0 20px;
  font-size: 21px;
  font-weight: 600;
}
.floor-plans table {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.comment-author a img {
  bottom: 2px;
  border-radius: 10%;
  display: block;
  width: 100%;
  position: absolute;
  top: 2px;
}
.comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #535353;
}
.comment-author a img {
  bottom: 2px;
  border-radius: 10%;
  display: block;
  width: 100%;
  position: absolute;
  top: 2px;
}
.comment {
  margin: 0 0 30px 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
.comment-author {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  left: 0;
  position: absolute;
  top: 0;
}
.heading-2 {
  margin: 0 0 20px;
  font-size: 21px;
  font-weight: 600;
}
.comment-content {
  padding-bottom: 10px;
  border-bottom: dashed 1px #d6d6d6;
  margin: 0 0 0 85px;
}
.comment-meta {
  margin-bottom: 10px;
  font-size: 13px;
  color: #535353;
  font-weight: 500;
}
.comment-content h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
p {
  font-size: 16px;
  line-height: 35px;
  color: #535353;
}
.properties-details-sliders .carousel-indicators > li.active img {
  opacity: 0.7;
}
.smail-properties .list-inline-item a img {
  width: 100%;
  border: none;
  border-radius: 0;
}
.properties-details-sliders .carousel-indicators a {
  cursor: pointer;
}
.list-inline a {
  color: #fff;
  margin-right: 15px;
  font-size: 13px;
}
a {
  cursor: pointer;
  color: #4d4d4d;
}
.heading-properties-3 h1 {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 15px;
}
.heading-properties-3 h1 {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 15px;
}
.heading-properties-3 h1 {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 15px;
}
.heading-properties-3 h1 {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 15px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom:0px;
  z-index: 99;
}
.heading-properties-3 h1 {
  font-size: 29px;
  font-weight: 600;
  margin: 0 0 15px;
  padding-top:40px;
  color:#655e69;
}
.mb-30 {
  margin-bottom: -20px !important;
}

.heading-properties-3 .property-price {
  margin-right: 10px;
  font-weight: 600;
}
span {
  color: white;
}
.heading-properties-3 .rent {
  background: #1b1a1a;
}
.heading-properties-3 .rent {
  padding: 5px 20px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 10px;
}
.heading-properties-3 .location {
  font-size: 14px;
  font-weight: 500;
}
.mb-40 {
  margin-bottom: 40px;
}
.widget-2 {
  margin-bottom: 40px;
  padding: 20px;
}
.bg-grea-2 {
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.mb-40 {
  margin-bottom: 40px;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.smail-properties {
  width: 100%;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #535353;
}
.sidebar-title {
  font-size: 21px;
  position: relative;
  margin: 0 0 7px;
  font-weight: 600;
}

.widget-2 {
  margin-bottom: 40px;
  padding: 20px;
}
.properties-details-sliders .right {
  right: 10px;
  top: 47%;
  width: 30px;
  height: 30px;
  line-height: 33px;
  position: absolute;
  z-index: 5;
  display: inline-block;
  text-align: center;
  background: #d69720;
  border-radius: 5%;
}
.properties-details-sliders .right {
  position: absolute;
  right: 60px;
  top: 45%;
}
a {
  cursor: pointer;
  color: #4d4d4d;
}
.properties-details-sliders .left {
  left: 39px;
  top: 47%;
  width: 30px;
  height: 30px;
  line-height: 33px;
  position: absolute;
  z-index: 5;
  display: inline-block;
  right: -30px;
  text-align: center;
  background: #a5a5a5;
  border-radius: 5%;
}
a:hover {
  color: #F9B522;
  text-decoration: none;
}
.fa-angle-left:before {
  content: "\f104";
}

.smail-properties {
  width: 100%;
}
.list-inline-item:not(:last-child) {
  margin-right: 1px;
}
.properties-details-sliders .carousel-indicators a {
  cursor: pointer;
}
.properties-details-sliders .carousel-indicators > li.active img {
  opacity: 0.7;
}
.list-inline a {
  color: #fff;
  margin-right: 15px;
  font-size: 13px;
}
.list-inline-item:not(:last-child) {
  margin-right: 1px;
}
.heading-2 {
  margin: 0 0 20px;
  font-size: 21px;
  font-weight: 600;
}
.floor-plans table {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.floor-plans table tr:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.floor-plans table td {
  font-size: 13px;
}
.floor-plans table td, table th {
  padding: 10px 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
strong {
  color: #535353;
}
.fa-check:before {
  content: "\f00c";
  color: #F9B522;
  padding-right: 11px;
}
.heading-2 {
  margin: 0 0 20px;
  font-size: 21px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 0;
  margin-top: 10px;
  color:#655e69;
    font-family: sans-serif;
}
.properties-details-page iframe, .modal-body iframe {
  width: 100%;
  border: none;
}
.properties-details-page iframe, .modal-body iframe .element.style {
  height: 350px;
}
.property-box {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.property-thumbnail {
  position: relative;
}
.property-thumbnail:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: linear-gradient(to top,rgba(35,35,37,0.9) 0%,rgba(35,35,37,0.45) 35%,rgba(22,22,23,0) 60%,rgba(0,0,0,0) 100%);
  border-radius: 4px 4px 0 0;
  opacity: 1;
}
.property-box .detail {
  padding: 20px 20px;
  background: white;
}
.property-box .detail .title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.property-box .detail .title a {
  color: #6d5a5a;
}
.property-box .detail .location {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.property-box .detail .location a {
  color: #f9b522;
}
.property-box .facilities-list {
  background: #f7f7f7;
  padding: 20px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #535353;
}
.property-box .facilities-list {
  background: #f1f1f1;
  padding: 20px;
}
.property-box .facilities-list li {
  list-style: none;
  float: left;
  font-weight: 500;
  line-height: 30px;
  font-size: 14px;
  margin-right: 25px;
}
.property-box .facilities-list li span {
  display: table;
  font-weight: 600;
}
.property-box .facilities-list li {
  list-style: none;
  float: left;
  font-weight: 500;
  line-height: 30px;
  font-size: 14px;
  margin-right: 25px;
}
.smail-properties {
  width: 100%;
}

.list-inline-item:not(:last-child) {
  margin-right: 1px;
}
.list-inline a {
  color: #fff;
  margin-right: 15px;
  font-size: 12px;
  padding: 17.5px;
  font-weight: 600;
    font-family: sans-serif;
}

.price-box {
  color: #fff;
  text-align: right;
  font-size: 15px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 20;
}
.listing-badges {
  position: absolute;
  top: 0;

  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}
.property-thumbnail {
  position: relative;
}

.listing-badges .featured {
  background-color: #F9B522;
}
.listing-badges .featured {
  float: left;

  left: 7px;
  top: 4px;
  position: relative;
  text-align: center;
  width: 65px;
  font-size: 14px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 600;
  color: #fff;
  box-shadow: 1px 2px 3px 0 rgba(2, 0, 0, .2);
  background-color: rgba(249, 181, 34, 0.86);
}
.listing-badges {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}
.listing-badges {
  position: absolute;
  top: 0;

  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}

.properties-details-sliders .carousel-indicators > li {
  height: initial;
  text-indent: initial;
  margin-right: 0;
  margin-left: 0;
  display: inline-block;
}
.smail-properties .list-inline-item {
  max-width: 100%;
  width: 20%;
}
/********** GALLERY SWIPER **********/



#swiper-gallery {
  width: 100%;
  margin-bottom: 20px;
}

#swiper-gallery .swiper-slide {
  width: 100%;
  height: 100%;
}

#swiper-gallery .container {
  position: relative;
}

#swiper-gallery .swiper-slide img.swiper-lazy {
  width: 100%;
}

#swiper-gallery .gallery-slide-cont {
  position: absolute;
  display: inline-block;
  bottom: 75px;
}

#swiper-gallery .gallery-slide-cont.panorama {
  left: 75px;
}

#swiper-gallery .gallery-slide-cont-inner {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 20;
}

#swiper-gallery .gallery-slide-estate {
  width: 75px;
  height: 75px;
  position: relative;
}

#swiper-gallery .gallery-slide-estate i.fa {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 2.4em;
}

#swiper-gallery .gallery-slide-title {
  min-height: 75px;
  padding: 19px 25px 0 25px;
}

#swiper-gallery .gallery-slide-desc-price {
  padding: 0 25px 0 25px;
  height: 50px;
  font-size: 1.85em;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  position: relative;
  z-index: 10;
}

#swiper-gallery .gallery-slide-title h3 {
  text-transform: none;
}

#swiper-gallery .gallery-slide-title .subtitle-margin {
  margin-bottom: 3px;
}

#swiper-gallery .slide-buttons-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 30;
}

#swiper-gallery .slide-buttons {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.35);
}

#swiper-gallery:hover .slide-buttons {
  opacity: 1;
}

#swiper-gallery .slide-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

#slide-more-cont {
  position: relative;
  width: 50px;
  height: 50px;
  float: right;
}

#slide-more-cont a {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 10;
}



/********** THUMBNAILS SWIPER **********/



.thumbs-slider {
  height: 110px;
  padding: 15px 0 15px 0;
}

.thumbs-slider #swiper-thumbs .swiper-slide {
  width: auto;
  cursor: pointer;
}

.thumbs-slider .thumb-box {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition:    all .5s ease-in-out;
  -ms-transition:     all .5s ease-in-out;
  -o-transition:      all .5s ease-in-out;
  transition:         all .5s ease-in-out;
  margin-top: 15px;
  z-index: 10;
}

.thumbs-slider .thumb-box .navigation-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition:    all .5s ease-in-out;
  -ms-transition:     all .5s ease-in-out;
  -o-transition:      all .5s ease-in-out;
  transition:         all .5s ease-in-out;
  z-index: 10;
}

.thumbs-slider .thumb-box:hover .navigation-triangle {
  border-width: 0 0 100px 100px;
}

.thumbs-slider .thumb-box .navigation-box-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition:    all .5s ease-in-out;
  -ms-transition:     all .5s ease-in-out;
  -o-transition:      all .5s ease-in-out;
  transition:         all .5s ease-in-out;
}
.thumbs-slider .swiper-wrapper .swiper-slide {
  height: 80px;
  width: 140px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.thumbs-slider .navigation-box-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.thumbs-slider .navigation-box-icon{
  border: 1px solid rgba(11, 8, 12, 0.01);
  color: #ffffff;
}
.thumbs-slider .navigation-box-more .navigation-box-icon i.jfont {
  font-size: 1.66666em;
  vertical-align: -17%;
}
.thumbs-slider .navigation-box {
  float: right;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: #F9B522;
}
.thumbs-slider .thumb-box .navigation-box-icon {
  color: #b7b7b7;
  border: 1px solid #e1e1e1;
}
.thumbs-slider .thumb-box .navigation-triangle {
  border-color: transparent transparent #F9B522 transparent;
}
.thumbs-slider .thumb-box:hover .navigation-box-icon{
  color: #fff;
}
.button-theme {
  background: #F9B522;
}
.btn-md {
  cursor: pointer;
  padding: 13px 30px 11px 30px;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
}
.btn {
  border-radius: 2px;
}
.btn-md {
  cursor: pointer;
  padding: 13px 26px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  transition: .5s;
  border-radius: 2px;
  border: none;
  padding-right: 96px;
}

/* Style the navbar */
#navbar {
  overflow: hidden;
  background-color: #333;
  z-index: 10;
}

/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  padding-right: 63px;
  text-decoration: none;
}



/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 86px;
  width: 945px;
}

.slider-nav-properties .slick-slide div {
  width: 100%;
  height: 100px;
  background-size: cover !important;
}
.slider-for .slick-slide img {
  height: 500px;
  display: inline-block;
}
.slider-for .slick-slide {
  text-align: center;
}
.sidebar.sidebar-property-single {
  padding-left: 15px;
}
.sidebar {
  padding-left: 40px;
}
.contact-form .common-form textarea {
  height: 120px;
}
.common-form textarea {
  height: 115px;
}
.common-form input, .common-form textarea {
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-bottom: 1px solid #666;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent;
}
.input, select, textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important;
}
.common-form .form-group {
  position: relative;
}
.common-form label {
  position: absolute;
  transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  color: #666;
  left: 0;
  top: 13px;
  margin-bottom: 0px;
}
.common-form .form-submit {
  display: inline-block;
  position: relative;
  margin-top: 23px;
  cursor: pointer;
}
.heading-properties-3{
  position: relative;
}
.btn-list-bien{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) !important;
}

.btn-success {
  color: #666;
  background-color: #f9b522c9;
  border-color: #f9b522c9;
    width: 100%;
  z-index: 999;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #5353536e;
  border-color: #f9b522;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #f9b522cc;
  border-color: #535353;
}
.btn-success:hover {
  color: #fff;
  background-color: #F9B522;
  border-color: #F9B522;
}
.img-box{
  height: 250px;
  background-size: cover!important;
  background-repeat: no-repeat!important;
}
.img-boxiz{
  height:0px;
  background-size: cover!important;
  background-repeat: no-repeat!important;
}
a {
  margin-left: 0.5px;
}
.socials-bold {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}
.single-product .product .product-summary .summary .product-share span {
  color: #333;
}
.socials-bold span {
  padding-right: 10px;
}
.socials {
  display: inline-block;
}
.ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.socials-bold .socials li {
  margin-right: 20px;
}
.socials li {
  float: left;
  margin-right: 25px;
}
.project-pic {
  width: 100%;
  height: 240px;
}
.sidebar-right {
  margin: 0 0 30px 0;
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.sidebar-right .property-box{
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.widget {
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: solid 1px #f7f7f7;
}
.sidebar-title {
  font-size: 21px;
  position: relative;
  margin: 0 0 7px;
  font-weight: 600;
}
.h3 {
  color: #4d4d4d;
}
.s-border {
  width: 198px;
  height: 3px;
  background: #4d4d4d;
  margin-bottom: 30px;
  border-radius: 50px;
}
.contact-2 .form-group {
  margin-bottom: 20px;
}
.contact-2 .form-control {
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #ccc5c5;
  background: #0000000f;
  outline: 0;
  height: 45px;
  border-radius: 3px;
}
.contact-2 textarea {
  min-height: 240px;
}
/* The navigation bar */
#myHeader.sticky-menu-detail {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}

/* Main content */
.main {
  margin-top: 30px; /* Add a top margin to avoid content overlay */
}
.menu-detail-projet {
  padding: 11px;
  background-color: #8a6d3b;
  z-index: 999999;
  border-radius: 0px 0px 20px 20px;
}
.list-inline menu-detail-projet.li {
  margin: 10px;
}
img.lgo {
  height: 80px;
  padding-top: 0px;
}
.list-inline a:hover {
  background-color: #F9B522;
}
div#myHeader {
  z-index: 1;
}
.widthh {
  width: 66.7%;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select .btn, .bootstrap-select .btn-default.active, .bootstrap-select .btn-default:active, .bootstrap-select .btn-default:focus, .bootstrap-select.open > .dropdown-toggle.btn-default {
  background: #fff !important;
}
.bootstrap-select .btn {
  border-radius: 0;
  height: 50px;
  font-weight: 700;
  outline: none;
}
.bootstrap-select .btn {
  border-radius: 0;
  height: 50px;
  font-weight: 700;
  outline: none;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  background: #eeeeee47 url(../img/select-bg.png) no-repeat right center;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  width: 50px;
  height: 23px;
  right: 0;
  top: 13px;
  margin-top: 0;
  color: grey;
}
.bootstrap-select .dropdown-menu {
  box-shadow: none;
  left: 1px;
  margin: 0;
}
ul, ul li {
  list-style: none;
}
.bootstrap-select .dropdown-menu > li > a {
  font-size: 13px;
  font-weight: 500;
  padding: 13px 40px 13px 20px;
}
.bootstrap-select .dropdown-menu a {
  background: none;
}
.search-button {
  cursor: pointer;
  padding: 11px 26px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  transition: .5s;
  border-radius: 2px;
  border: none;
  width: 100%;
  margin-top: 15px;
}
.button, input[type="submit"] {
  font-family: 'Raleway', Helvetica, Arial;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 35px 10px 35px;
  color: white;
  border-radius: 3px;
  border: none;
  background-color: #F9B522;
  display: inline-block;
  width: auto;
  cursor: pointer;
  transition: all 0.2s linear;
}
/*#no-more-tables table{
  width: 66%;
}*/
@media only screen and (max-width: 800px) {

  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;

  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #no-more-tables tr { border: 1px solid #ccc; }

  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align:left;
  }

  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 16px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }

  /*
  Label the data
  */
  #no-more-tables td:before { content: attr(data-title); }
  .property-layout-toggle-item {
    margin-bottom: 20px;
  }
  .btn.btn-primary.button.search-button {
    margin-top: 20px;
  }
}
.bootstrap-select .btn span{
  position: initial;
}
.property-layout-toggle-item {
  color: #9eaab2;
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  padding-top: 5px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}
.property-layout-toggle-item.active {
  color: #F9B522;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.recherche .search-button{
  margin-top: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}

.loader-search {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
h4.slz {
  color: #F9B522;
  font-size:22px;
}
li.men {
  padding-right: 54px;
    font-family: sans-serif;
    font-weight: 600;
}
.img-bien-detail{
  height: 200px;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
}
.error-content {
  padding: 100px 0;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
a.is-checked:active {
  color:#F9B522;
}
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 3;
}
@media screen and (max-width: 767px){
  .filter-projects {
    display: block;
    margin-bottom: 20px;
  }}
a.fab:hover{
  font-family: 'Font Awesome\ 5 Brands';
  color:#F9B522;
}
.fa-facebook-f:hover {
  content: "\f39e";
  color:#F9B522;
}

#swiper-gallery .slide-buttons{
  transition: all 0.5s ease-in-out;
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  opacity:0;
}
#swiper-gallery .slide-buttons-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 30;

}
.slide-buttons-center {
  margin-left: auto;
  margin-right: auto;
}
.slide-buttons {
  width: 150px;
  height: 50px;
  top: -2px;
  position: relative;
  z-index: 10;
}
.slide-buttons .navigation-box {
  float: right;
  width: 49px;
  height: 49px;
  line-height: 49px;
  position: relative;
  display: block;
  overflow: hidden;
  transition: all .5s ease-in-out;}
.slide-buttons .navigation-box{
  background: #F9B522;
}
.navigation-triangle {
  border-color: transparent transparent #ffffff transparent;
}
.navigation-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all .5s ease-in-out;
  z-index: 10;}
.navigation-box-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  text-align: center;
  line-height: 50px;
  transition: all .5s ease-in-out;
}
.jfont {
  font-family: "apartment-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navigation-triangle {
  border-color: transparent transparent #ffffff transparent;
}
.navigation-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 10;
}
.navigation-box:hover .navigation-triangle {
  border-width: 0 0 100px 100px;
}
#swiper-gallery .slide-buttons-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 30;
}
#swiper-gallery .slide-buttons {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
}
#swiper-gallery:hover .slide-buttons {
  opacity: 1;
}
.slide-buttons-center {
  margin-left: auto;
  margin-right: auto;
}
.slide-buttons {
  width: 150px;
  height: 50px;
  top: -2px;
  position: relative;
  z-index: 10;
}
.navigation-box navigation-box-prev slide-prev{

  background: #3797dd;
}



.page-custom-404 .info{
  position: absolute;
  top:0;
  left:0;
  padding: 10px 0;
  font-size: 110%;
  text-transform: capitalize;
  color:#FFC900;
  font-weight: 700;
  background-color:#fff;
  width:100%;
  text-align:center
}

.page-custom-404 .info a{
  text-decoration: none;
  color:#333
}
.page-custom-404 .info a:after{
  content:" | ";
  color:#FFC900
}

.page-custom-404 .info a:last-of-type:after{content:""}

.page-custom-404 .box{
  text-align: center;
  position: relative;
}

.page-custom-404 .box div{
  width: 250px;
  height: 80px;
  line-height: 80px;
  color:#ffc900;
  background-color: #fff;
  font-size: 280%;
  position: absolute;
  top:490px;
  left:40%;
  text-transform: capitalize;
  animation: moving 8s linear infinite;
  -webkit-animation: moving 8s linear infinite;
  -moz-animation: moving 8s linear infinite;
  -o-animation: moving 8s linear infinite;

  transform-origin: 50% -400%;
  -webkittransform-origin: 50% -400%;
  -moz-transform-origin: 50% -400%;
  -o-transform-origin: 50% -400%;
}

.page-custom-404 .box div:before{
  content: "";
  width: 25px;
  height: 25px;
  background-color:#fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  left:45%;
  top:-350px;
}

.page-custom-404 .box div:after{
  content: "";
  width: 3px;
  height: 335px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: -330px;
}

.page-custom-404 .box p{
  position: absolute;
  top:560px;
  left:38%;
  font-weight: 700;
  text-transform: uppercase;
  color:#fff;
  width: 300px
}

.page-custom-404 .box p span{
  display: block;
  font-size:300%
}

@keyframes moving{
  0%,100%{
    transform: rotate(0)
  }
  25%{
    transform: rotate(3deg);
  }
  50%{
    transform: rotate(-3deg)
  }
}

@-webkit-keyframes moving{
  0%,100%{
    transform: rotate(0)
  }
  25%{
    transform: rotate(3deg);
  }
  50%{
    transform: rotate(-3deg)
  }
}

@-moz-keyframes moving{
  0%,100%{
    transform: rotate(0)
  }
  25%{
    transform: rotate(3deg);
  }
  50%{
    transform: rotate(-3deg)
  }
}

@-o-keyframes moving{
  0%,100%{
    transform: rotate(0)
  }
  25%{
    transform: rotate(3deg);
  }
  50%{
    transform: rotate(-3deg)
  }
}
.modal-header {
  display: -ms-flexbox;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}
.col-xl-4.col-lg-4.col-md-6.col-sm-12.col-xs-12.portfolio-item.public.residental {
  top: 100px;}


.soumap {
  line-height: 28px;
  padding-top: 8px;
  font-size: 17px;
  text-align: center;
}
.couper-mot {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
h3.ctntc {
  font-family: 'Poppins';
  color: black;
  font-weight: 600;
  margin-top: 0px!important;
}
div#no-more-tables {
  WIDTH: 100%;

}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #eeeeee7a;
}
.see-all-btn.tableauxx {
  float: left;
  padding-top: 15px;
  padding-left: 55px;
  margin-bottom: 20px;
}
.btn-info {
  color: #fff;
  background-color: #f9b522;
  border-color: #555;
}
.btn-success:active:focus{
  color: #fff;
  background-color: #F9B522;
  border-color: #F9B522;
}

.see-all-btn.ACCL {
  text-align: center;
}
.project-pic{
  height: 250px;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center !important;
  width:350px;
}
#no-more-tables table.table-plan-list{
  width: 100%;
}
.stricky-fixed .container .main-navigation {

  padding: 0px;
}

.project-pic {
  /* padding-bottom: 15px; */
  margin-bottom: 12px;
}
h3.title {
  margin-top: 0px!important;
}

.btn-default {
  color: #333;
  background-color: transparent;
  border-color: transparent;
}

.btn-default:hover {
 color: #333;
   background-color:transparent;
   border-color:transparent;
}


.fa-file-pdf-o:before {
  content: "\f1c1";
  color: #2098d1;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border: 1px solid #ddd;
  border-right: transparent;
  border-bottom: transparent;
  border-left: transparent;
}

.table-bordered {
  border: 1px solid transparent;
}
@media all and  (max-width: 768px) {
  div#anchor-menu {
    display: none;
  }
}


/*.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
  padding: 15px;
}*/
span.vente {
  /* border: 1px solid grey; */
  border-radius: 4px;
  padding: 8px 41px;
  background-color: #2098d194;
}
a.footercopy {
  color: #F9B522;
}
@media all and  (max-width: 768px) {
  div#swiper-gallery {
    height: 200px !important;
  }
}

img.pull-right {
  float: right!important;
  margin-top: 116px;
  height: 328px;
  width: auto;
  margin-bottom: 20px;
}

a.about-btn {
  background: rec;
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  background: #F9B522;
  border-radius: 0px;
  padding: 0 33px;
  color: #fff;
  font-family: 'Heebo';
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  line-height: 45px;
}

@media all and  (max-width: 768px) {

  .service-style-one .single-service-style-one .img-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    height: 180px;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}

.square_shape1, .square_shape2, .square_shape3, .square_shape4 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.bg-black {
  background-color: #000;
}
.p-tb90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}
.text-white {
  color: #FFF;
}
.section-head {
  margin-bottom: 40px;
}
.text-left {
  text-align: left;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white .title-small {
  color: #FFF;
}
.section-head h1, .section-head h2, .section-head h3 {
  margin-top: 0;
}
.text-uppercase {
  text-transform: uppercase!important;
}
.font-36 {
  font-size: 36px;
  line-height: 42px;
}
.wt-separator-outer {
  overflow: hidden;
}
.text-white {
  color: #FFF;
}
.wt-separator {
  display: inline-block;
  height: 3px;
  width: 50px;
  position: relative;
}
.bg-white {
  background-color: #FFF;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}
.m-b30 {
  margin-bottom: 30px;
}
.circle-block-outer .wt-icon-box-wraper {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border: 2px solid #fff;
}
.wt-icon-box-wraper.right {
  text-align: right;
}
.wt-icon-box-wraper {
  position: relative;
}
.m-b50 {
  margin-bottom: 50px;
}
.p-a20 {
  padding: 20px;
}
.icon-content {
  overflow: hidden;
}
.wt-icon-box-wraper .wt-tilte {
  margin-top: 0;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wt-icon-box-wraper.right {
  text-align: right;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white .title-small {
  color: #FFF;
}
.text-uppercase {
  text-transform: uppercase!important;
}
.wt-box, .wt-info, .wt-tilte, .wt-tilte-inner {
  position: relative;
}
h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 15px;
}
.wt-icon-box-wraper p:last-child {
  margin: 0px;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white .title-small {
  color: #FFF;
}
.icon-content p {
  word-break: break-all;
}
p {
  line-height: 24px;
  margin-bottom: 24px;
}
.clearfix::after, .filter-wrap::after, .filter-wrap::after, .wt-icon-box-wraper::after, ol.commentlist li::after {
  content: "";
  display: table;
  clear: both;
}
.square_shape1:after {
  left: -700px;
  top: 50px;
}
.square_shape1:after, .square_shape2:before, .square_shape3:before, .square_shape4:after {
  width: 800px;
  height: 800px;
  position: absolute;
  content: "";
  border: 40px solid rgba(191,191,191,0.1);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.circle-block-outer .wt-icon-box-wraper:hover {
  background-color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.circle-block-outer .wt-icon-box-wraper {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border: 2px solid #fff;

}
.wt-icon-box-wraper {
  position: relative;
}
.m-b50 {
  margin-bottom: 50px;
}
.p-a20 {
  padding: 20px;
}
.circle-block-outer .wt-icon-box-wraper:hover .icon-content h4, .circle-block-outer .wt-icon-box-wraper:hover .icon-content p {
  color: #000;
}
.wt-icon-box-wraper .wt-tilte {
  margin-top: 0;
}
.text-uppercase {
  text-transform: uppercase!important;
}
.wt-box, .wt-info, .wt-tilte, .wt-tilte-inner {
  position: relative;
}
.circle-block-outer .wt-icon-box-wraper:hover .icon-content h4, .circle-block-outer .wt-icon-box-wraper:hover .icon-content p {
  color: #000;
}
.wt-icon-box-wraper p:last-child {
  margin: 0px;
}
.icon-content p {
  word-break: break-all;
}
.wt-box, .wt-info, .wt-tilte, .wt-tilte-inner {
  position: relative;
}
.text-primary {
  color: #000;
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.text-primary {
  color: #000;
}
.wt-media.text-primary.m-b20 {
  padding-left: 5px;
}
@media all and  (max-width: 768px) {
  .circle-block-outer .wt-icon-box-wraper {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border: 2px solid #fff;
    margin-left: 15px;
    margin-right: 10px;
  }
}
a.about-btn.bot {
  margin-top: 15px;
  /* padding-top: 21px; */
}
.loader-search-detail{position:absolute;height:100%;width:100%;background-color:rgba(255,255,255,.7);background-image:url(../img/loader-search.gif);background-position:center center;background-repeat:no-repeat;z-index:10;display:none}
.SearchForm .button {
  padding: 10px 25px;
  width: 100%;
  margin-top: 0;
}
.position-relative{
  position: relative;
}
button.btn.dropdown-toggle.btn-default {
  border-bottom: 1px solid grey;
}
div#no-more-tables {
    margin-bottom: 25px;
}
h3.text-uppercase.title-dis {
    margin-bottom: 25px;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 20px;
}
p.rent {
    background-color: #471c08d1;
    padding: 6px 18px;
    width: 176px;
    border-radius: 20px;
    color: white;
    position: absolute;
    display: inline-block;
    right: 173px;
    top: 38px;
    /* bottom: 136px; */
}
.inner-banner-contact {
    background: #F9B522 url(../img/contact-img.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 19px;
}
.container.text-center {
    color: white!important;
}
span.page-name {
    color: white;
}
a.whiteez {
  color: white;
}
.inner-banner-presentation {
  background: #F9B522 url(../img/presentation-img.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 19px;
}
.inner-banner-lotisseur {
  background: #F9B522 url(../img/lotisseur.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 19px;
}
span.filter-option.pull-left {
  color: grey;
}

p.rent:hover {
  background-color: #F9B522;
  padding: 6px 18px;
  width: 176px;
  border-radius: 20px;
  color: white;
  position: absolute;
  display: inline-block;
  right: 173px;
  top: 38px;
}
span.text {
  color: grey;
}
span.location {
    color: black;
}
h3.title {
    font-family: sans-serif;
}

@media all and  (max-width: 768px) {
    .inner-banner-lotisseur {
        background: #F9B522 url(../img/lotisseur.jpg) center center no-repeat;
        background-size: cover;
        padding-top: 20px;
        padding-bottom: 19px;
    }
    .see-all-btn {
        text-align: center;
        padding-left: 55px;
        padding-right: 55px;
    }
    p.rent {
        background-color: #471c08d1;
        padding: 6px 18px;
        width: 176px;
        border-radius: 20px;
        color: white;
        position: absolute;
        display: inline-block;
        right: 129px;
        top: 99px;
        margin-top: 25px;
        /* bottom: 136px; */
    }
    div#no-more-tables {
        margin-bottom: 25px;
        margin-top: 20px;
        padding-top: 30px;
    }
    .inner-banner-contact {
        background: #F9B522 url(../img/contact-img.jpg) center center no-repeat;
        background-size: cover;
        padding-top: 20px;
        padding-bottom: 19px;
    }
    .inner-banner-presentation {
        background: #F9B522 url(../img/presentation-img.jpg) center center no-repeat;
        background-size: cover;
        padding-top: 20px;
        padding-bottom: 19px;
    }
  .single-recent-post {
    display: inline-grid;
  }
}
div#contact-map {
  bottom: -23px;
}
form#devisForm {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 14px;
}
th {
  font-family: sans-serif;
  font-weight: 500;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  width: 100%;
  z-index: 999;
}
img.pull-right {
  float: right!important;
  margin-top: 80px;
  height: 328px;
  width: auto;
  margin-bottom: 20px;
}
a.pp1 {
  color: white;
  margin-left: 13px;
}
.zxp-icon-old-telephone-ringing:before {
  content: "\e903";
  color: #f9b522;
}
.fa-envelope-open:before {
  content: "\f2b6";
  color: #f9b522;
}
a.pp1:hover {
  color: #f9b522;

}
/*table.table-bordered.table-striped.table-condensed.cf {
  width: 150%!important;
  position: relative;
}*/
@media all and  (max-width: 768px) {
  table.table-bordered.table-striped.table-condensed.cf {
    width: 100%!important;
  }
  .btn-style-two {
    position: relative;
    font-size: 16px;
    line-height: 13px;
    color: #222;
    padding: 7px 36px;
  }
}
form.SearchForm {
  padding-bottom: 30px;
}
th {
  font-weight: 600;
  font-size: 14px;
}
a.itineraire {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
.btn-style-two {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #222;
  padding: 13px 45px;
  font-weight: 400;
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #292c65;
  -webkit-box-shadow: rgba(255,255,255,0) 0 0 0 0 inset;
  -moz-box-shadow: rgba(255,255,255,0) 0 0 0 0 inset;
  -ms-box-shadow: rgba(255,255,255,0) 0 0 0 0 inset;
  -o-box-shadow: rgba(255,255,255,0) 0 0 0 0 inset;
  box-shadow: rgba(255,255,255,0) 0 0 0 0 inset;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
.theme-btn {
  display: inline-block;
  text-align: center;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #00000026;
}
img.gmap {
  height: 23px;
  margin-left: 3px;
  margin-bottom: 3px;
}
a.itineraire.contact-it {
  position: absolute;
  top: 38px;
  right: 10px;
  z-index: 1100;
}
a.itineraire.contact-footer2 {
  position: absolute;
  top: 1px;
  right: 0px;
  z-index: 1100;
}
button.theme-btn.btn-style-two.footer2 {
  font-size: 11px;
}