/*
Author       : Hash Theme.
Template Name: Davana - Industrial Constriction Business Html5 Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE 
    02. START HEADER STYLE 
    03. START SLIDER STYLE 
    04. START ABOUT STYLE 
    05. START SERVICE STYLE 
    06. START COUNTER STYLE 
    07. START PORTFOLIO STYLE 
    08. START TEAM STYLE
    09. START TESTIMONIAL STYLE
    10. START FAQ & QUERY FORM STYLE
    11. START CALL TO ACTION STYLE
    12. START BLOG POST STYLE
    13. START CLIENT LOGO STYLE
    14. START FOOTER STYLE
    15. START ABOUT US PAGE STYLE
    16. START SERVICES PAGE STYLE
    17. START SINGLE SERVICE PAGE STYLE
    18. START PORTFOLIO PAGE STYLE
    19. START TEAM PAGE STYLE
    20. START FAQ PAGE STYLE
    21. START 404 PAGE STYLE
    22. START CONTACT PAGE STYLE
    23. START BLOG PAGE STYLE
	24. START PRICE STYLE
	25. START SHOP PAGE STYLE
    26. START SINGLE PRODUCT STYLE
    27. START SHOP CART STYLE

	=============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01. GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #777777;
  line-height: 1.9em;
  font-weight: 400;
  overflow-x: hidden;
  margin: auto;
  background: #fff;
}
html,
body {
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
a {
  color: #d4af37;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:focus,
a:hover {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
p {
  line-height: 26px;
  margin-bottom: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}
/*START PRELOADER DESIGN*/

#page-preloader {
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}
.preload-tetrominos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-109px, -94px);
  -o-transform: translate(-109px, -94px);
  -ms-transform: translate(-109px, -94px);
  -webkit-transform: translate(-109px, -94px);
  -moz-transform: translate(-109px, -94px);
}
.preload-tetromino {
  width: 45px;
  height: 55px;
  position: absolute;
  transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  -ms-transition: all ease 0.35s;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  background: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 612 684"%3E%3Cpath fill="%23010101" d="M305.7 0L0 170.9v342.3L305.7 684 612 513.2V170.9L305.7 0z"/%3E%3Cpath fill="%23fff" d="M305.7 80.1l-233.6 131 233.6 131 234.2-131-234.2-131"/%3E%3C/svg%3E')
    no-repeat top center;
}
.preload-box1 {
  animation: preload-tetromino1 1.73s ease-out infinite;
  -o-animation: preload-tetromino1 1.73s ease-out infinite;
  -ms-animation: preload-tetromino1 1.73s ease-out infinite;
  -webkit-animation: preload-tetromino1 1.73s ease-out infinite;
  -moz-animation: preload-tetromino1 1.73s ease-out infinite;
}
.preload-box2 {
  animation: preload-tetromino2 1.73s ease-out infinite;
  -o-animation: preload-tetromino2 1.73s ease-out infinite;
  -ms-animation: preload-tetromino2 1.73s ease-out infinite;
  -webkit-animation: preload-tetromino2 1.73s ease-out infinite;
  -moz-animation: preload-tetromino2 1.73s ease-out infinite;
}
.preload-box3 {
  animation: preload-tetromino3 1.73s ease-out infinite;
  -o-animation: preload-tetromino3 1.73s ease-out infinite;
  -ms-animation: preload-tetromino3 1.73s ease-out infinite;
  -webkit-animation: preload-tetromino3 1.73s ease-out infinite;
  -moz-animation: preload-tetromino3 1.73s ease-out infinite;
  z-index: 2;
}
.preload-box4 {
  animation: preload-tetromino4 1.73s ease-out infinite;
  -o-animation: preload-tetromino4 1.73s ease-out infinite;
  -ms-animation: preload-tetromino4 1.73s ease-out infinite;
  -webkit-animation: preload-tetromino4 1.73s ease-out infinite;
  -moz-animation: preload-tetromino4 1.73s ease-out infinite;
}
@keyframes preload-tetromino1 {
  0%,
  40% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(47px, -26px);
  }
  60%,
  100% {
    transform: translate(94px, 0);
  }
}
@-o-keyframes preload-tetromino1 {
  0%,
  40% {
    -o-transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(47px, -26px);
  }
  60%,
  100% {
    -o-transform: translate(94px, 0);
  }
}
@-ms-keyframes preload-tetromino1 {
  0%,
  40% {
    -ms-transform: translate(0, 0);
  }
  50% {
    -ms-transform: translate(47px, -26px);
  }
  60%,
  100% {
    -ms-transform: translate(94px, 0);
  }
}
@-webkit-keyframes preload-tetromino1 {
  0%,
  40% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(47px, -26px);
  }
  60%,
  100% {
    -webkit-transform: translate(94px, 0);
  }
}
@-moz-keyframes preload-tetromino1 {
  0%,
  40% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(47px, -26px);
  }
  60%,
  100% {
    -moz-transform: translate(94px, 0);
  }
}
@keyframes preload-tetromino2 {
  0%,
  20% {
    transform: translate(94px, 0px);
  }
  40%,
  100% {
    transform: translate(140px, 26px);
  }
}
@-o-keyframes preload-tetromino2 {
  0%,
  20% {
    -o-transform: translate(94px, 0px);
  }
  40%,
  100% {
    -o-transform: translate(140px, 26px);
  }
}
@-ms-keyframes preload-tetromino2 {
  0%,
  20% {
    -ms-transform: translate(94px, 0px);
  }
  40%,
  100% {
    -ms-transform: translate(140px, 26px);
  }
}
@-webkit-keyframes preload-tetromino2 {
  0%,
  20% {
    -webkit-transform: translate(94px, 0px);
  }
  40%,
  100% {
    -webkit-transform: translate(140px, 26px);
  }
}
@-moz-keyframes preload-tetromino2 {
  0%,
  20% {
    -moz-transform: translate(94px, 0px);
  }
  40%,
  100% {
    -moz-transform: translate(140px, 26px);
  }
}
@keyframes preload-tetromino3 {
  0% {
    transform: translate(140px, 26px);
  }
  20%,
  60% {
    transform: translate(94px, 53px);
  }
  90%,
  100% {
    transform: translate(47px, 26px);
  }
}
@-o-keyframes preload-tetromino3 {
  0% {
    -o-transform: translate(140px, 26px);
  }
  20%,
  60% {
    -o-transform: translate(94px, 53px);
  }
  90%,
  100% {
    -o-transform: translate(47px, 26px);
  }
}
@-ms-keyframes preload-tetromino3 {
  0% {
    -ms-transform: translate(140px, 26px);
  }
  20%,
  60% {
    -ms-transform: translate(94px, 53px);
  }
  90%,
  100% {
    -ms-transform: translate(47px, 26px);
  }
}
@-webkit-keyframes preload-tetromino3 {
  0% {
    -webkit-transform: translate(140px, 26px);
  }
  20%,
  60% {
    -webkit-transform: translate(94px, 53px);
  }
  90%,
  100% {
    -webkit-transform: translate(47px, 26px);
  }
}
@-moz-keyframes preload-tetromino3 {
  0% {
    -moz-transform: translate(140px, 26px);
  }
  20%,
  60% {
    -moz-transform: translate(94px, 53px);
  }
  90%,
  100% {
    -moz-transform: translate(47px, 26px);
  }
}
@keyframes preload-tetromino4 {
  0%,
  60% {
    transform: translate(47px, 26px);
  }
  90%,
  100% {
    transform: translate(0, 0);
  }
}
@-o-keyframes preload-tetromino4 {
  0%,
  60% {
    -o-transform: translate(47px, 26px);
  }
  90%,
  100% {
    -o-transform: translate(0, 0);
  }
}
@-ms-keyframes preload-tetromino4 {
  0%,
  60% {
    -ms-transform: translate(47px, 26px);
  }
  90%,
  100% {
    -ms-transform: translate(0, 0);
  }
}
@-webkit-keyframes preload-tetromino4 {
  0%,
  60% {
    -webkit-transform: translate(47px, 26px);
  }
  90%,
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes preload-tetromino4 {
  0%,
  60% {
    -moz-transform: translate(47px, 26px);
  }
  90%,
  100% {
    -moz-transform: translate(0, 0);
  }
}
/*END PRELOADER DESIGN*/

/*START SCROLL TO TOP*/

.topcontrol {
  background: #e5be37;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 999;
  text-align: center;
  line-height: 40px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.topcontrol:hover {
  background: #333;
  color: #fff;
}
/*END SCROLL TO TOP*/

/* HELPER CLASSES */

.section-padding {
  padding: 100px 0;
  position: relative;
  float: left;
  width: 100%;
  overflow-x: hidden;
}
.section-back-image {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.bg-theme {
  background-color: #eb7203 !important;
}
.bg-gray {
  background-color: #f9f9f9 !important;
}
.bg-dark {
  background-color: #333 !important;
}
.bg-main-1 {
  background-color: #000000e0;
}
.bg-main-2 {
  background-color: #000;
}
.bg-main-3 {
  background-color: #000000e0;
}
.overlay {
  position: relative;
  z-index: 1;
}
.overlay:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
.cursor-pointer {
  cursor: pointer;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.title-white {
  color: #fff !important;
}

/*START SECTION TITLE DESIGN*/

.section-title {
  margin-bottom: 80px;
}
.section-title h3 {
  color: #333;
  font-size: 30px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
}
.section-title h5 {
  font-size: 13px;
  text-transform: uppercase;
}
.section-title h3 span {
  font-weight: 400;
}
.section-title span.line {
  background-color: #ddd;
  height: 1px;
  width: 28%;
  font-size: 28px;
  display: inline-block;
  position: relative;
  margin: 21px auto 18px;
}
.section-title span.line:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 50px;
  background-color: #d4af37;
  top: -2px;
  border-radius: 30px;
  left: 50%;
  margin-left: -28px;
}
.section-title h3.section-title-white,
.section-title h5.section-title-white,
.section-title p.section-dec-white {
  color: #fff;
}
.section-title span.line.section-title-white-span {
  color: #fff;
}
.section-title i {
  margin: 0 auto;
  display: block;
  font-size: 50px;
  margin-bottom: 20px;
}
.section-title p {
  margin: auto;
  padding: 0 20px;
  width: 65%;
  position: relative;
}
.section-title-left {
  margin-bottom: 60px;
}
.section-title-left p {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.section-title-left span.line {
  margin: 18px 0 15px;
  display: block;
  width: 53%;
}
.section-title-left span.line:before {
  left: 0;
  margin-left: 0;
}
/*END SECTION TITLE DESIGN*/

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 02. START HEADER STYLE
* ----------------------------------------------------------------------------------------
*/

.main-header .top-area {
  background: #000000e0;
  border-bottom: 1px solid #000000e0;
}
.main-header .top-area a {
  color: #ffffff;
}
.main-header .top-area .social {
  float: right;
}
.main-header .top-area .social ul li:first-child {
  border-left: 1px solid #b1aeae;
}
.main-header .top-area .social ul li {
  border-right: 1px solid #b1aeae;
  float: left;
}
.main-header .top-area .social ul li:hover {
  border-color: #000;
}
.main-header .top-area .social ul li a {
  display: block;
}
.main-header .top-area .social ul li a:hover {
  color: #fff;
  background: #d4af37;
}
.main-header .top-area .social ul li a i {
  font-size: 20px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.main-header .top-area .social ul li a:hover i {
  -webkit-animation: toLeftFromRight 0.4s forwards;
  -moz-animation: toLeftFromRight 0.4s forwards;
  animation: toLeftFromRight 0.4s forwards;
}
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
.main-header .top-area .info-menu {
  float: left;
}
.main-header .top-area .info-menu li {
  display: inline-block;
}
.main-header .top-area .info-menu li a {
  display: block;
  margin-right: 10px;
  line-height: 60px;
}
.main-header .top-area .info-menu li a i {
  color: #ffffff;
  font-size: 20px;
  margin-right: 5px;
}
.main-header .top-area .info-menu li a:hover {
  color: #ffffff;
}
.main-header .logo-area {
  position: relative;
  padding: 35px 0px;
  background: #000;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-header .logo-area .header-info-box {
  position: relative;
  float: left;
  margin-left: 40px;
  padding: 4px 20px 0 80px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.main-header .logo-area .header-info-box .header-info-icon {
  position: absolute;
  left: 0;
  top: 6px;
  width: 57px;
  height: 36px;
  padding-left: 8px;
  border-right: 2px solid #ddd;
  color: #d4af37;
  font-size: 34px;
  text-align: left;
  line-height: 37px;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .logo-area .header-info-box h6 {
  margin: 0 0 5px;
  font-weight: 700;
  text-transform: capitalize;
}
.main-header .logo-area .header-info-box p {
  color: #ffffff;
}
.main-header .logo-area .header-info-box:last-child {
  padding-left: 0px;
  border: none;
}
.quote-btn {
  color: #ffffff;
  padding: 8px 36px;
  margin-top: 3px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  background: transparent;
  border: 2px solid #ffffff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.quote-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background: #d4af37;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.quote-btn:hover,
.quote-btn:focus,
.quote-btn:active {
  color: #fff;
  border-color: #d4af37;
}
.quote-btn:hover:before,
.quote-btn:focus:before,
.quote-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* main menu style */

.sticky-menu {
  position: relative;
  z-index: 999;
  width: 100%;
}
.mainmenu-area.menu-animation {
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.main-header .mainmenu-area.menu-animation .navbar ul li.active a {
  box-shadow: none;
}
.main-header .mainmenu-area {
  background-color: #d4af37;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  z-index: 999;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.main-header .mainmenu-area .navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
  padding: 22px 25px;
}
.main-header .mainmenu-area .navbar {
  padding: 0;
}
.main-header .mainmenu-area .navbar ul li.active a {
  background-color: #000;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.main-header .mainmenu-area .navbar ul li a:hover {
  background-color: #000;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.dropdown-menu {
  display: block;
  min-width: 235px;
  opacity: 0;
  padding: 0;
  top: 130%;
  visibility: hidden;
  opacity: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(20px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.main-header .mainmenu-area .navbar ul li:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
}
.main-header .mainmenu-area .navbar ul li.dropdown > a:after {
  /*font-family: 'IcoFont' !important;
    content: "\eb25";*/

  font-family: "FontAwesome" !important;
  content: "\f0d7";

  position: absolute;
  color: #fff;
  top: auto;
  /*right: 5px;*/

  margin-left: 7px;

  font-size: 14px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.dropdown-menu li > a {
  clear: both;
  display: block;
  line-height: 1.42857;
  padding: 12px 0 11px 20px;
  text-transform: capitalize;
  color: #333;
  background: #fff !important;
  box-shadow: none !important;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.dropdown-menu li:not(:last-child) > a {
  border-bottom: 1px solid #ddd;
}
.main-header .mainmenu-area .navbar .dropdown-menu li > a.active {
}
.dropdown-menu li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.dropdown-menu li > a:hover:before,
.dropdown-menu li > a:focus:before,
.dropdown-menu li > a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.dropdown-menu li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
  color: #fff !important;
}
.dropdown:hover > .dropdown-menu {
  opacity: 1;
  top: 97%;
  visibility: visible;
}
.dropdown-menu .dropdown > .dropdown-menu {
  left: 300%;
  margin-top: -1px;
  min-width: 170px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  display: block;
}
.dropdown-menu .dropdown:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  left: 100.5%;
}
.main-header .header-search ul li.menuleft-address {
  text-align: right;
  padding: 10px 34px;
  float: left;
  color: #fff;
  font-weight: 600;
  background: #f3be10;
}
.main-header .header-search ul li.menuleft-search {
  float: left;
}
.menuleft-search a i {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  width: 60px;
  line-height: 72px;
}
.mainmenu-area.menu-animation .menuleft-search a i {
}
.main-header .header-search .dropdown-menu {
  right: 15px;
  left: auto;
}
.main-header .header-search .dropdown:hover .dropdown-menu {
  top: 90%;
}
.main-header .header-search .dropdown {
  position: static;
}
.main-header .header-search .dropdown li {
  margin: 0;
}
.main-header .header-search .dropdown-menu {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  min-width: 200px;
  z-index: 999;
}
.main-header .header-search .form-control {
  height: 50px;
  border-radius: 25px;
  border: 2px solid #eb7203;
  background: #fff;
  box-shadow: none;
  display: inline;
}
.main-header .header-search form .form-control:hover,
.main-header .header-search form .form-control:focus {
  color: #333;
  border: 2px solid #eb7203;
  box-shadow: none;
  outline: 0 none;
}
.main-header .header-search form .btn {
  color: #333;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  top: -5px;
  width: 50px;
}
.main-header .header-search form .btn:focus {
  box-shadow: none;
}
.main-header .header-search .form-group {
  margin-bottom: 0;
}
.main-header .header-search form .form-group i {
  position: absolute;
  right: 0;
  top: 39%;
  left: 0;
}
.mobile-menu-area.mean-container {
  display: block;
  float: left;
  width: 100%;
}

/* 2.1. Header style 2 */

.header-2.main-header .mainmenu-area {
  background-color: #274047;
}
.header-2.main-header .header-search ul li.menuleft-search {
  float: right;
}
.header-2 .mainmenu-area.menu-animation {
  border: none;
}

.main-header .logo-area .header-info-box-2 {
  position: relative;
  float: left;
  margin-left: 72px;
  padding: 4px 20px 0 80px;
}
.main-header .logo-area .header-info-box-2 .header-info-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border: 2px solid #eb7203;
  color: #eb7203;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .logo-area .header-info-box-2 h6 {
  margin: 0 0 5px;
  font-weight: 700;
  text-transform: capitalize;
}
.main-header .logo-area .header-info-box-2 p {
  color: #282828;
}
.main-header .logo-area .header-info-box-2:last-child {
  padding-left: 0px;
  border: none;
}
.quote-btn-2 {
  color: #fff;
  padding: 8px 36px;
  margin-top: 3px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  background: #f4cb10;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.quote-btn-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.quote-btn-2:hover,
.quote-btn-2:focus,
.quote-btn-2:active {
  color: #fff;
}
.quote-btn-2:hover:before,
.quote-btn-2:focus:before,
.quote-btn-2:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.header-2.main-header .mainmenu-area {
  background-color: #274047;
}
.header-2.main-header .header-search ul li.menuleft-search {
  float: right;
}
.header-2 .mainmenu-area.menu-animation {
  border: none;
}

/* 2.2. Header style 3 */
.header-3.main-header .logo-area {
  padding: 15px 0px;
}
.main-header .mainmenu-area-2 {
  background-color: #fff;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  z-index: 999;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.main-header .mainmenu-area-2 .navbar-nav .nav-link {
  color: #333;
  font-weight: 600;
  padding: 22px 25px;
}
.main-header .mainmenu-area-2 .navbar {
  padding: 0;
}
.main-header .mainmenu-area-2 .navbar ul li.active a {
}
.main-header .mainmenu-area-2 .navbar ul li a:hover {
  color: #f4cb10;
}
.main-header .mainmenu-area-2 .navbar ul li:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
}
.main-header .mainmenu-area-2 .navbar ul li.dropdown > a:after {
  font-family: "IcoFont" !important;
  content: "\eb25";
  position: absolute;
  color: #333;
  top: auto;
  right: 5px;
  font-size: 14px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-header .mainmenu-area-2 .dropdown:hover > .dropdown-menu {
  opacity: 1;
  top: 117%;
  visibility: visible;
}
.header-3.main-header .top-area .info-menu li a {
  display: block;
  margin-right: 10px;
  line-height: 50px;
}
.quote-btn-3 {
  color: #fff !important;
  padding: 11px 50px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  background: #f4cb10;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.quote-btn-3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.quote-btn-3:hover,
.quote-btn-3:focus,
.quote-btn-3:active {
  color: #fff;
}
.quote-btn-3:hover:before,
.quote-btn-3:focus:before,
.quote-btn-3:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* 2.3. Header style 4 */
.header-4.main-header .mainmenu-area {
  background-color: #333;
}
.header-4.main-header .mainmenu-area .navbar ul li.active a {
  color: #f4cb10;
  box-shadow: none;
}
.header-4.main-header .mainmenu-area .navbar ul.dropdown-menu li a {
  color: #333;
}
.header-4.main-header
  .mainmenu-area
  .navbar-nav
  .nav-link.js-scroll-trigger.active {
  color: #f4cb10;
}
.header-4.main-header .mainmenu-area .navbar-nav .nav-link:hover {
  color: #f4cb10;
}

/*
* ----------------------------------------------------------------------------------------
* 02. END HEADER STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 03. START SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/

.slider-section {
  float: left;
  width: 100%;
  margin-top: -1px;
}
.navana-slide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  background-color: rgba(0, 0, 0, 0.6);
}
.navana-single-slide {
  background-size: cover;
  background-position: center center;
  background-color: #ddd;
  /*height: 550px;*/
  height: 750px;
  width: 100%;
  position: relative;
  display: table;
}
.navana-single-slide-inner {
  display: table-cell;
  vertical-align: middle;
}
.navana-single-slide h6 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.navana-single-slide span {
  position: relative;
  background-color: #fff;
  height: 1px;
  width: 55%;
  display: inline-block;
}
.navana-single-slide h2 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 64px;
}
.navana-single-slide p {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.home-btn-1 {
  color: #fff;
  padding: 15px 40px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 20px;
  display: inline-block;
  border: 1px solid #d4af37;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.home-btn-1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  background: #d4af37;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.home-btn-1:hover,
.home-btn-1:focus,
.home-btn-1:active {
  color: #333 !important;
  border-color: #000;
}
.home-btn-1:hover:before,
.home-btn-1:focus:before,
.home-btn-1:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.home-btn-2 {
  color: #fff;
  padding: 15px 40px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  background: transparent;
  border: 1px solid #fff !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.home-btn-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  background: #eb7203;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.home-btn-2:hover,
.home-btn-2:focus,
.home-btn-2:active {
  color: #fff !important;
  border-color: #eb7203;
}
.home-btn-2:hover:before,
.home-btn-2:focus:before,
.home-btn-2:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.owl-theme.navana-slides.owl-carousel .owl-item,
.owl-theme.navana-slides.owl-carousel .owl-wrapper {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
}
.owl-theme.navana-slides .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.owl-theme.navana-slides .owl-dots .owl-dot span {
  position: relative;
  height: 15px;
  width: 15px;
  background: #fff;
}
.owl-theme.navana-slides .owl-dots div.active span {
  border-color: #d4af37;
  background: #d4af37;
}
.navana-slides.owl-theme .owl-nav div {
  padding: 15px 20px;
  color: #333;
  font-size: 50px;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navana-slides.owl-theme .owl-nav div:hover {
  background: #d4af37;
}
.navana-slides.owl-theme .owl-nav div {
  position: absolute;
  top: 42%;
  margin-top: -20px;
}
.navana-slides.owl-theme .owl-nav .owl-prev {
  left: -80px;
}
.navana-slides:hover.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.navana-slides.owl-theme .owl-nav .owl-next {
  right: -80px;
}
.navana-slides:hover.owl-theme .owl-nav .owl-next {
  right: 0px;
}
.navana-slides:hover.owl-theme .owl-nav div {
  opacity: 1;
  visibility: visible;
}
/* animations */

.navana-slides.owl-carousel .owl-item .navana-single-slide h6,
.navana-slides.owl-carousel .owl-item .navana-single-slide span {
  opacity: 0;
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.navana-slides.owl-carousel .owl-item.active .navana-single-slide h6,
.navana-slides.owl-carousel .owl-item.active .navana-single-slide span {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.navana-slides.owl-carousel .owl-item .navana-single-slide h2,
.navana-slides.owl-carousel .owl-item .navana-single-slide p {
  opacity: 0;
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.navana-slides.owl-carousel .owl-item.active .navana-single-slide h2,
.navana-slides.owl-carousel .owl-item.active .navana-single-slide p {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.navana-slides.owl-carousel .owl-item .home-btn-1,
.navana-slides.owl-carousel .owl-item .home-btn-2 {
  opacity: 0;
  transform: translateY(200px);
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.navana-slides.owl-carousel .owl-item.active .home-btn-1,
.navana-slides.owl-carousel .owl-item.active .home-btn-2 {
  opacity: 1;
  transform: translateY(0);
}

/* REVULATION SLIDER EDIT */

.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden !important;
  margin-top: -1px;
}
.tp-banner-container h2 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
}
.tp-banner-container p {
  color: #fff;
  text-transform: capitalize;
}
.tp-caption a {
  color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 03. END SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT STYLE 
* ----------------------------------------------------------------------------------------
*/

.about-image {
  position: relative;
  display: block;
}
.about-image img {
  position: absolute;
  top: -61px;
}
#about .section-title {
  margin-bottom: 60px;
}
#about .section-title p {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
#about .section-title span.line {
  margin: 18px 0 15px;
  display: block;
  width: 53%;
}
#about .section-title span.line:before {
  left: 0;
  margin-left: 0;
}
.single-feature {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.single-feature .single-feature-icon,
.single-feature .single-feature-text {
  float: left;
}
.single-feature .single-feature-icon {
  margin-right: 20px;
  color: #e5be37;
  font-size: 45px;
  line-height: 44px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-feature .single-feature-text {
  width: 76%;
}
.single-feature-text h4 {
  font-size: 20px;
  margin-top: 0;
}
.single-feature-text p {
  margin-bottom: 10px;
}

/* single features-2 */

.single-feature-2 {
  float: left;
  width: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.single-feature-2:before {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  /*background: #eb7203;*/
  background: #000000e0;
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-feature-2:hover:before {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.single-feature-2 .single-feature-2-icon {
  margin-right: 20px;
}
.single-feature-2 .single-feature-2-icon,
.single-feature-2 .single-feature-2-text {
  float: left;
}
.single-feature-2 .single-feature-2-icon {
  color: #d4af37;
  font-size: 45px;
  margin: 15px 20px 15px 0;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-feature-2 .single-feature-2-text {
  width: 76%;
}
.single-feature-2-text h4 {
  font-size: 20px;
  color: #fff;
  margin-top: 0;
}
.single-feature-2-text p {
  color: #fff;
}

/* single feature 3 */
#features .section-title {
  margin-bottom: 60px;
}
#features .section-title span.line {
  margin: 18px 0 15px;
  display: block;
  width: 53%;
}
#features .section-title span.line:before {
  left: 0;
  margin-left: 0;
}
.single-feature-3 {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.single-feature-3:last-child {
  margin-bottom: 0;
}
.single-feature-3 .single-feature-3-icon,
.single-feature-3 .single-feature-3-text {
  float: left;
}
.single-feature-3 .single-feature-3-icon {
  margin-right: 20px;
  color: #fff;
  font-size: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #fff;
  border-radius: 50%;
}
.single-feature-3 .single-feature-3-text {
  width: 76%;
}
.single-feature-3-text h4 {
  font-size: 20px;
  margin-top: 0;
  color: #fff;
}
.single-feature-3-text p {
  margin-bottom: 10px;
  color: #fff;
}
.single-feature-3:hover .single-feature-3-icon {
  background: #fff;
  color: #333;
}

/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT STYLE 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05. START SERVICE STYLE
* ----------------------------------------------------------------------------------------
*/

.service-tab .nav-tabs {
  border: none;
  margin-bottom: 50px;
}
.service-tab .nav-tabs .nav-link {
  padding: 13px 20px;
  border: 1px solid #ddd;
  color: #333;
  text-transform: capitalize;
  background: #fff;
  position: relative;
  border-radius: 0;
  border-right: none;
}
.service-tab .nav-tabs .nav-link i {
  padding-right: 10px;
  font-size: 20px;
}
.service-tab .nav-tabs .nav-item:last-child {
  border-right: 1px solid #ddd;
}
.service-tab .nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 42%;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-tab .nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 42%;
  border-top: 15px solid #eb7203;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-tab .nav-tabs .nav-link:hover:after {
  border-top: 15px solid #eb7203;
}
.service-tab .nav-tabs .nav-link.active,
.service-tab .nav-tabs .nav-link:hover {
  background: #eb7203;
  color: #fff;
  border-color: #eb7203;
}
.single-service {
  border: 1px solid #ddd;
  box-shadow: 1px 10px 8px #ddd;
  margin-bottom: 40px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.single-service:before {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #f7f7f7;
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-service:hover:before {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.single-service .single-service-info {
  padding: 20px;
}
.single-service .single-service-info h6 {
  font-weight: normal;
  margin: 25px 0 0;
}
.single-service .single-service-info h4 {
  text-transform: uppercase;
  margin: 15px 0;
  font-size: 18px;
}
.serv-red-btn {
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin: 20px 0 25px;
  padding: 8px 35px;
  border: 1px solid #ddd;
  background: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.single-service:hover .serv-red-btn {
  background: #d4af37;
  color: #fff;
  border-color: #d4af37;
}
.all-service-btn a {
  background: #eb7203;
  color: #fff;
  padding: 10px 40px;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #eb7203;
  margin: 60px 0 0;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.all-service-btn a:hover,
.all-service-btn a:focus {
  color: #eb7203;
  background: transparent;
}

/* 5.1 service style 2 */
.service-two {
  background: #f5f5f5;
  box-shadow: 1px 1px 4px #ddd;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
}
.service-two img {
  height: 90px;
  width: 90px;
}
.service-two h4 {
  font-size: 17px;
  margin-top: 0;
}
.service-two p {
  margin: 15px 0;
}
.service-two-link {
  color: #333;
}
.service-two-link:after {
  position: absolute;
  content: "\eb27";
  font-family: "IcoFont" !important;
  padding-left: 5px;
}
.service-two:hover .service-two-link {
  color: #f4cb10;
}

/* 5.2 service style 3 */
.service-three {
  overflow: hidden;
  box-shadow: 1px 1px 4px #ddd;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
}
.service-three:hover .service-three-icon i {
  background: #f4cb10;
  color: #fff;
}
.service-three .service-three-icon {
  margin-right: 20px;
  position: relative;
}
.service-three .service-three-icon,
.service-three .service-three-text {
  float: left;
}
.service-three .service-three-icon:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f4cb10;
  right: -8px;
  top: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-three .service-three-icon i {
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #f4cb10;
  font-size: 36px;
  float: left;
  border: 1px solid #f4cb10;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-three .service-three-text {
  width: 71%;
}
.service-three-text h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-three-text p {
  margin: 15px 0;
}

/*
* ----------------------------------------------------------------------------------------
* 05. END SERVICE STYLE 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 06. START COUNTER STYLE
* ----------------------------------------------------------------------------------------
*/

.counter-section {
  padding: 50px 0;
  position: relative;
  float: left;
  width: 100%;
}
.single-counter {
  background: rgba(255, 255, 255, 0.18);
  padding: 15px;
  position: relative;
  margin: 10px 0 0px;
  -webkit-border-radius: 6px 12%;
  -moz-border-radius: 6px 12%;
  border-radius: 6px 12%;
}
.single-counter:hover .single-counter-icon {
  color: #fff;
  box-shadow: 0 0 0 4px #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.single-counter-icon {
  position: absolute;
  left: 0;
  top: -26px;
  right: 0;
  height: 80px;
  width: 80px;
  line-height: 90px;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.single-counter i {
  font-size: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-counter-info {
  margin-top: 52px;
}
.single-counter h2 {
  color: #fff;
}
.single-counter h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
/*
* ----------------------------------------------------------------------------------------
* 06. END COUNTER STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 07. START PORTFOLIO STYLE
* ----------------------------------------------------------------------------------------
*/

.single-portfolio {
  float: left;
  width: 100%;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px #e6e6e6;
  -moz-box-shadow: 1px 1px 2px #e6e6e6;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
  background: #fff url(../img/portfolio/bgimg.jpg) no-repeat center center;
  background-size: cover;
}
.single-portfolio .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.single-portfolio img {
  display: block;
  position: relative;
}
.single-portfolio h4 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
  padding: 10px;
  margin: 20px 0 0 0;
}
.single-portfolio a.info {
  display: inline-block;
  padding: 7px 14px;
  margin: 20px 10px 0 0px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  text-transform: uppercase;
}
.single-portfolio a.info:hover {
  background: #333;
  border-color: #333;
}
.single-portfolio-fourth img {
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.single-portfolio-fourth .mask {
  background-color: rgba(0, 0, 0, 0.8);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transform: scale(0) rotate(-180deg);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.single-portfolio-fourth .mask .mask-po {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
}
.single-portfolio-fourth h4 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.single-portfolio-fourth p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.single-portfolio-fourth a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.single-portfolio-fourth:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  transform: scale(1) rotate(0deg);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.single-portfolio-fourth:hover img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.single-portfolio-fourth:hover h4,
.single-portfolio-fourth:hover p,
.single-portfolio-fourth:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.single-portfolio-fourth:hover a {
  -webkit-animation: fadeInDown 1000ms ease-in-out;
  animation: fadeInDown 1000ms ease-in-out;
}
.single-portfolio-fourth:hover h4 {
  -webkit-animation: fadeInUp 1000ms ease-in-out;
  animation: fadeInUp 1000ms ease-in-out;
}
.promo-portfolio {
  padding: 40px 0;
}
.portfolio-slider.owl-theme .owl-nav {
  margin-top: 0;
}
.portfolio-slider.owl-theme .owl-nav div {
  color: #333;
  font-size: 25px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  padding: 0;
  margin: 0;
  background: #fff;
  opacity: 1;
  visibility: visible;
  border-radius: 30px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-slider.owl-theme .owl-nav div:hover {
  background: #d4af37;
}
.portfolio-slider.owl-theme .owl-nav div {
  position: absolute;
  margin-top: -20px;
  bottom: -76px;
}
.portfolio-slider.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.portfolio-slider.owl-theme .owl-nav .owl-next {
  right: 0;
}
/*
* ----------------------------------------------------------------------------------------
* 07. END PORTFOLIO STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 08. START TEAM STYLE
* ----------------------------------------------------------------------------------------
*/

.team-mate {
  position: relative;
  box-shadow: 1px 1px 5px #ddd;
  border: 1px solid #ddd;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-mate:before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  height: 5px;
  width: 100%;
  background: #eb7203;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.team-mate:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.team-mate .member-photo {
  overflow: hidden;
  position: relative;
  background: #f1f1f1;
}
.team-mate .member-photo img {
  width: auto;
  margin: 0 auto;
}
.team-mate .member-photo a img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-mate .member-title {
  padding: 15px 0;
  background-color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-mate .member-title h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 10px;
}
.team-mate:hover .member-title {
  background-color: #f9f9f9;
}
.member-photo .mask {
  background-color: #fff;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-mate:hover .member-photo .mask {
  opacity: 0.8;
}
.member-photo .mask .single-team-social {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}
.member-photo .mask .single-team-social a {
  color: #333;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #333;
  margin: 0 6px 8px 6px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-mate:hover .single-team-social a:nth-child(1) {
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
  animation: fadeInLeft 1000ms ease-in-out;
}
.team-mate:hover .single-team-social a:nth-child(2) {
  -webkit-animation: fadeInDown 1000ms ease-in-out;
  animation: fadeInDown 1000ms ease-in-out;
}
.team-mate:hover .single-team-social a:nth-child(3) {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}
.member-photo .mask .single-team-social a:hover {
  color: #eb7203;
}
.owl-theme.team-slider .owl-dots {
  margin-top: 70px !important;
  margin-bottom: -30px;
}
.owl-theme.team-slider .owl-dots .owl-dot span {
  position: relative;
  height: 15px;
  width: 15px;
}
.owl-theme.team-slider .owl-dots div.active span {
  border-color: #eb7203;
  background: #eb7203;
}

/*
* ----------------------------------------------------------------------------------------
* 08. END TEAM STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 09. START TESTIMONIAL STYLE
* ----------------------------------------------------------------------------------------
*/

.single-testimonial {
  float: left;
  width: 100%;
  padding: 30px;
  margin-bottom: 60px;
  border: 2px solid #e9e9e9;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-border-radius: 3px 3px 20% 20%/3px 3px 100% 100%;
  -moz-border-radius: 3px 3px 20% 20%/3px 3px 100% 100%;
  border-radius: 3px 3px 20% 20%/3px 3px 100% 100%;
}
.single-testimonial .team-img {
  display: block;
  margin: 30px 0 -80px;
}
.single-testimonial .team-img img {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  border: 4px solid #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-testimonial:hover {
  border-color: #eb7203;
  -webkit-border-radius: 20% 20% 3px 3px/100% 100% 3px 3px;
  -moz-border-radius: 20% 20% 3px 3px/100% 100% 3px 3px;
  border-radius: 20% 20% 3px 3px/100% 100% 3px 3px;
}
.single-testimonial:hover .team-img img {
  -webkit-transform: scale(1.2) rotate(-10deg);
  transform: scale(1.2) rotate(-10deg);
}
.team-dec h4 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.team-dec span {
  background: #fff;
  display: block;
  height: 2px;
  margin: 20px auto;
  width: 54px;
}
.team-dec p {
  color: #fff;
}
.owl-theme.testimonial-slider .owl-dots {
  margin-top: 70px !important;
  margin-bottom: -30px;
}
.owl-theme.testimonial-slider .owl-dots .owl-dot span {
  position: relative;
  height: 15px;
  width: 15px;
}
.owl-theme.testimonial-slider .owl-dots div.active span {
  border-color: #d4af37;
  background: #d4af37;
}

/*
* ----------------------------------------------------------------------------------------
* 09. END TESTIMONIAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 10. START FAQ & QUERY FORM STYLE
* ----------------------------------------------------------------------------------------
*/
/* accordion style */

#faq #accordion,
#faq #accordion2,
#faq #accordion3,
#faq #accordion4 {
  margin-top: 0;
  margin-bottom: 30px;
}
#accordion .panel,
#accordion2 .panel,
#accordion3 .panel,
#accordion4 .panel {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  position: relative;
}
#accordion .panel-heading,
#accordion2 .panel-heading,
#accordion3 .panel-heading,
#accordion4 .panel-heading {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  position: relative;
}
#accordion .panel-heading i,
#accordion2 .panel-heading i,
#accordion3 .panel-heading i,
#accordion4 .panel-heading i {
  color: #5d5d5d;
  float: right;
}
#accordion a.accordion-toggle i,
#accordion2 a.accordion-toggle i,
#accordion3 a.accordion-toggle i,
#accordion4 a.accordion-toggle i {
  color: #333;
  position: absolute;
  right: 15px;
  background: #fff;
  padding: 7px;
  border-radius: 15px;
  font-size: 10px;
  top: 50%;
  margin-top: -13px;
}
#accordion a.accordion-toggle.collapsed i,
#accordion2 a.accordion-toggle.collapsed i,
#accordion3 a.accordion-toggle.collapsed i,
#accordion4 a.accordion-toggle.collapsed i {
  color: #fff;
  background: #777;
}
#accordion .panel-heading .panel-title,
#accordion2 .panel-heading .panel-title,
#accordion3 .panel-heading .panel-title,
#accordion4 .panel-heading .panel-title {
  font-family: montserrat;
  font-weight: 500;
  margin: 0;
}
#accordion a.accordion-toggle,
#accordion2 a.accordion-toggle,
#accordion3 a.accordion-toggle,
#accordion4 a.accordion-toggle {
  background-color: #d4af37;
  color: #fff;
  font-size: 15px;
  display: block;
  padding: 20px 40px;
  text-transform: capitalize;
}
#accordion .panel-collapse,
#accordion2 .panel-collapse,
#accordion3 .panel-collapse,
#accordion4 .panel-collapse {
  border: medium none;
  box-shadow: none;
  overflow: hidden;
}
#accordion .panel-body,
#accordion2 .panel-body,
#accordion3 .panel-body,
#accordion4 .panel-body {
  background-color: #fff;
  border: medium none;
  padding: 18px;
  margin: 25px 0;
}
#accordion .panel-body .media img,
#accordion2 .panel-body .media img,
#accordion3 .panel-body .media img,
#accordion4 .panel-body .media img {
  height: 100px;
}
#accordion .panel-body p,
#accordion2 .panel-body p,
#accordion3 .panel-body p,
#accordion4 .panel-body p {
  color: #777;
  line-height: 24px;
  margin-bottom: 0;
}
#accordion.panel-group .panel + .panel,
#accordion2.panel-group .panel + .panel,
#accordion3.panel-group .panel + .panel,
#accordion4.panel-group .panel + .panel {
  margin-top: 1px;
}
#accordion a.accordion-toggle.collapsed,
#accordion2 a.accordion-toggle.collapsed,
#accordion3 a.accordion-toggle.collapsed,
#accordion4 a.accordion-toggle.collapsed {
  background-color: #f8f7f7;
  color: #323232;
}
ul.theme-list-style-one li i {
  padding-right: 3px;
}
/* request form */

.req-form {
  margin-bottom: 20px;
}
.req-form .form-group {
  margin-bottom: 2rem;
}
.req-form .form-control {
  background-color: #f8f7f7;
  border-radius: 0;
  height: 55px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 1px solid transparent;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.req-form .form-control:focus {
  border: 1px solid #eb7203;
  padding-left: 20px;
}
.req-form textarea.form-control {
  height: auto;
}
.btn-req-form {
  background-color: #eb7203;
  border: none;
  border-radius: 0;
  height: 55px;
  color: #fff;
  text-transform: uppercase;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 67px;
  cursor: pointer;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.btn-req-form:hover,
.btn-req-form:focus {
  box-shadow: none;
  background: #333;
}
/*
* ----------------------------------------------------------------------------------------
* 10. END FAQ & QUERY FORM STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 11. START CALL TO ACTION
* ----------------------------------------------------------------------------------------
*/

#calltoaction {
  padding: 70px 0;
  position: relative;
  float: left;
  width: 100%;
}
.calltoaction-wrap h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.calltoaction-wrap h4 {
  color: #fff;
  margin: 30px 0;
  font-weight: 400;
  line-height: 28px;
}
.calltoaction-btn {
  color: #fff;
  padding: 10px 40px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 20px;
  display: inline-block;
  border: 1px solid #d4af37;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.calltoaction-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  background: #d4af37;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.calltoaction-btn:hover,
.calltoaction-btn:focus,
.calltoaction-btn:active {
  color: #333;
  border-color: #ddd;
}
.calltoaction-btn:hover:before,
.calltoaction-btn:focus:before,
.calltoaction-btn:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.calltoaction-btn i {
  color: #333;
  padding-left: 8px;
  font-weight: 700;
}
.calltoaction-btn:hover i,
.calltoaction-btn:focus i {
  color: #333;
}
/*
* ----------------------------------------------------------------------------------------
* 11. END CALL TO ACTION
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 12. START BLOG POST STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-post-single {
  margin-bottom: 25px;
}
.blog-all-post-single {
  margin-bottom: 80px;
}
.post-media {
  position: relative;
  margin-bottom: 25px;
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: -20px;
}
.post-media-wrap {
  position: relative;
}
.blog-post-single:hover .post-media {
  outline: none;
}
.post-media-wrap:before,
.post-media-wrap:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: "";
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.75s, -webkit-transform 0.35s;
  transition: opacity 0.75s, transform 0.35s;
}
.post-media-wrap:before {
  border-top: 2px solid #eb7203;
  border-bottom: 2px solid #eb7203;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.post-media-wrap:after {
  border-right: 2px solid #eb7203;
  border-left: 2px solid #eb7203;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.blog-post-single:hover .post-media-wrap:before,
.blog-post-single:hover .post-media-wrap:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.blog-post-single:hover .post-media-wrap:before,
.blog-post-single:hover .post-media-wrap:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.post-image-overlay:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.blog-post-single:hover .post-image-overlay:before {
  opacity: 0.5;
  visibility: visible;
}
.blog-post-title h4 a {
  color: #333;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: block;
}
.blog-post-meta {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  line-height: 50px;
}
.blog-post-content {
  margin: 0 0 20px;
}
.blog-post-button {
  color: #777;
  padding: 6px 20px;
  margin-right: 20px;
  display: inline-block;
  border: 1px solid #ddd;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #eb7203;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.blog-post-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.blog-post-button:hover,
.blog-post-button:focus,
.blog-post-button:active {
  color: #fff;
  border-color: #eb7203;
}
.blog-post-button:hover:before,
.blog-post-button:focus:before,
.blog-post-button:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.blog-post-meta span {
  padding-right: 20px;
}
.blog-post-meta span i {
  padding-right: 8px;
  color: #eb7203;
}
.blog-post-meta a {
  color: inherit;
}
/*
* ----------------------------------------------------------------------------------------
 12. END BLOG POST STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 13. START CLIENT LOGO STYLE
* ----------------------------------------------------------------------------------------
*/

.client-section {
  padding: 30px 0;
  position: relative;
  float: left;
  width: 100%;
}
.client-item {
  position: relative;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.client-item img {
  background: #fff;
}
.client-slider.owl-theme .owl-nav {
  margin-top: 0;
}
.client-slider.owl-theme .owl-nav div {
  color: #333;
  font-size: 25px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  padding: 0;
  margin: 0;
  background: #fff;
  opacity: 1;
  visibility: visible;
  border-radius: 30px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.client-slider.owl-theme .owl-nav div:hover {
  background: #eb7203;
}
.client-slider.owl-theme .owl-nav div {
  position: absolute;
  margin-top: -20px;
  top: 50%;
}
.client-slider.owl-theme .owl-nav .owl-prev {
  left: -26%;
}
.client-slider.owl-theme .owl-nav .owl-next {
  right: -26%;
}
/*
* ----------------------------------------------------------------------------------------
 13. END CLIENT LOGO STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 14. START FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/
/* Footer top */

footer {
  position: relative;
  float: left;
  width: 100%;
}
.footer-top {
  padding: 80px 0;
  background: #000;
}
.footer-section-title {
  margin-bottom: 25px;
}
.footer-section-title h4 {
  color: #fff;
  margin: 0;
  text-transform: capitalize;
  position: relative;
}
.footer-section-title span.line {
  background-color: #ddd;
  height: 1px;
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 21px auto 7px;
}
.footer-section-title span.line:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 50px;
  background-color: #d4af37;
  top: -2px;
  border-radius: 30px;
  left: 20px;
  margin-left: -20px;
}
footer .about,
footer .quick-link-list,
footer .recentPost,
footer .mailing-list {
  clear: both;
}
.footer-logo a {
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
.footer-logo-icon {
  margin-right: 5px;
  color: #eb7203;
  font-size: 45px;
  line-height: 44px;
  margin-bottom: 20px;
}
.footer-logo-icon,
.footer-logo-text {
  float: left;
}
.footer-logo-text {
  width: 80%;
  color: #fff;
}
.footer-logo-text h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
}
.footer-widget .about p {
  font-size: 16px;
  border-bottom: 1px solid #999;
  padding: 0 0 15px;
}
.footer-social-icon,
.footer-social-text {
  float: left;
}
.footer-social-icon {
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin: 12px 8px 0 0;
  border-radius: 5px;
}
.footer-social {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.footer-social-text {
  width: 68%;
  color: #909090;
}
.footer-social-text h4 {
  margin: 0;
}
.footer-social-text h4 a {
  color: #909090;
  font-size: 14px;
}
.s-facebook {
  background: #5d82d1;
}
.s-twitter {
  background: #40bff5;
}
.s-youtube {
  background: #cc181e;
}
.s-dribbble {
  background-color: #bc2a83;
}
.footer-widget .about p,
.footer-widget .mailing-list p {
  color: #fff;
}
.footer-widget .about p:not(:last-child) {
  margin-bottom: 30px;
}
.footer-widget .quick-link-list li {
  line-height: 30px;
}
.footer-widget .quick-link-list li a {
  color: #fff;
  text-transform: capitalize;
}
.footer-widget .quick-link-list li a:hover {
  color: #eb7203;
  padding-left: 8px;
}
.singleRecpost {
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  min-height: 100px;
  padding-left: 117px;
  position: relative;
  overflow: hidden;
}
.singleRecpost:last-child {
  border: none;
}
.singleRecpost img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}
.recTitle {
  line-height: 20px;
  margin: 0;
  font-size: 14px;
}
.recTitle a {
  color: #fff;
}
.singleRecpost p {
  margin-top: 5px;
  color: #eb7203;
  font-size: 14px;
}
.mailing-list form {
  margin-top: 30px;
}
.mailing-list .form-group {
  margin-bottom: 30px;
  padding: 0;
}
.mailing-list input.form-control {
  color: #fff;
  background-color: transparent;
  border: 1px solid #999;
  height: 55px;
  border-radius: 0;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.news-btn {
  background: #eb7203;
  border: 1px solid #eb7203;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.mailing-list .form-control:focus {
  border: 1px solid #eb7203;
  padding-left: 20px;
}
.news-btn:hover,
.news-btn:focus {
  border-color: #e9ce56;
  background: #e9ce56;
}
.mailing-list .form-group i {
  position: absolute;
  right: 0;
  font-size: 25px;
  background: #eb7203;
  color: #fff;
  height: 55px;
  width: 50px;
  padding: 12px;
}
/* Footer bottom */

footer .copyright {
  background: #222;
  padding: 30px 0;
}
footer .copyright-text p {
  color: #fff;
}
footer .copyright-text p a:hover {
  color: #fff;
}
.footer-menu {
  text-align: right;
}
.footer-menu ul li {
  display: inline-block;
  position: relative;
}
.footer-menu ul li:after {
  position: absolute;
  content: "";
  right: 0;
  top: 11px;
  height: 7px;
  width: 7px;
  background-color: #bebebe;
}
.footer-menu ul li:last-child:after {
  display: none;
}
.footer-menu ul li a {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 0 19px;
  text-transform: uppercase;
  position: relative;
}
.footer-menu ul li a:hover {
  color: #eb7203;
}

.footer-widget .quick-link-list li {
  line-height: 30px;
}
.footer-widget .quick-link-list li a {
  color: #fff;
  text-transform: capitalize;
}
.footer-widget .quick-link-list li a:hover {
  color: #f4cb10;
  padding-left: 8px;
}
.footer-widget .contact-link-list li {
  line-height: 40px;
}
.footer-widget .contact-link-list li a {
  color: #fff;
  text-transform: capitalize;
}
.footer-widget .contact-link-list li a:hover {
  color: #f4cb10;
  padding-left: 8px;
}

.tags-lists-fo {
}
.tags-lists-fo span a {
  color: #fff;
  padding: 4px 12px;
  margin: 0px 10px 10px 0;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #666;
}
.tags-lists-fo span a {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #f4cb10;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tags-lists-fo span a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #252525;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tags-lists-fo span a:hover,
.tags-lists-fo span a:focus,
.tags-lists-fo span a:active {
  color: #fff;
  border-color: #f4cb10;
}
.tags-lists-fo span a:hover:before,
.tags-lists-fo span a:focus:before,
.tags-lists-fo span a:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/*
* ----------------------------------------------------------------------------------------
 14. END FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 15. START ABOUT US PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/* page banner style */

.single-page-title-area {
  padding: 100px 0;
  margin-top: -1px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  float: left;
  width: 100%;
}
.single-page-title-area:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #000;
  opacity: 0.7;
  z-index: -1;
}
.single-page-title h6 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.single-page-title span {
  position: relative;
  background-color: #fff;
  height: 1px;
  width: 55%;
  display: inline-block;
}
.single-page-title h2 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
}
.single-page-title-area .breadcrumb {
  background-color: transparent;
  margin: 20px 0 0;
  position: absolute;
  right: 5px;
}
.single-page-title-area .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.single-page-title-area .breadcrumb .breadcrumb-item.active {
  color: #d4af37;
}
/* about style */

.image-hover-style-one-wrap {
  position: relative;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.image-hover-style-one {
  position: relative;
  margin-bottom: 25px;
}
.image-hover-style-one-wrap:before,
.image-hover-style-one-wrap:after {
  position: absolute;
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
  content: "";
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.75s, -webkit-transform 0.35s;
  transition: opacity 0.75s, transform 0.35s;
}
.image-hover-style-one-wrap:before {
  border-top: 2px solid #eb7203;
  border-bottom: 2px solid #eb7203;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.image-hover-style-one-wrap:after {
  border-right: 2px solid #eb7203;
  border-left: 2px solid #eb7203;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.image-hover-style-one-wrap:hover:before,
.image-hover-style-one-wrap:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.image-hover-style-one-wrap:hover:before,
.image-hover-style-one-wrap:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.promo-box-style-one {
  padding: 25px 60px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  margin: 60px 0 0 -35px;
}
.promo-box-style-one h6 {
  color: #d4af37;
  letter-spacing: 5px;
  font-weight: 400;
  text-transform: capitalize;
}
.promo-box-style-one h2 {
  font-size: 30px;
  margin: 25px 0;
  text-transform: capitalize;
}
/* skill style */

.skill {
  overflow: hidden;
}
.skill {
  margin-bottom: 0;
  padding-top: 30px;
}
.service-text {
  margin-top: 30px;
}
.skill .progress .lead {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: -32px;
  z-index: 99;
}
.skill .progress {
  border-radius: 0;
  box-shadow: none;
  height: 1rem;
  margin-bottom: 60px;
  overflow: visible;
  position: relative;
}
.skill .progress-bar span {
  background: #333 none repeat scroll 0 0;
  float: right;
  font-size: 11px;
  margin-right: 10px;
  margin-top: -26px;
  position: relative;
  padding: 0 5px;
  line-height: 33px;
}
.skill .progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #eb7203;
  transition: width 0.6s ease;
}
.our-skills .skill .progress-bar span {
  border-radius: inherit;
  height: 32px;
  top: 17px;
}
/* promo video */

.image-hover-style-two-wrap {
  position: relative;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.image-hover-style-two {
  position: relative;
  margin-bottom: 25px;
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: -20px;
}
.image-hover-style-two-wrap:hover .image-hover-style-two {
  outline: none;
}
.image-hover-style-two-wrap:hover .post-image-overlay:before {
  opacity: 0.5;
  visibility: visible;
}
.image-hover-style-two-wrap:before,
.image-hover-style-two-wrap:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: "";
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.75s, -webkit-transform 0.35s;
  transition: opacity 0.75s, transform 0.35s;
}
.image-hover-style-two-wrap:before {
  border-top: 2px solid #eb7203;
  border-bottom: 2px solid #eb7203;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.image-hover-style-two-wrap:after {
  border-right: 2px solid #eb7203;
  border-left: 2px solid #eb7203;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.image-hover-style-two-wrap:hover:before,
.image-hover-style-two-wrap:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.image-hover-style-two-wrap:hover:before,
.image-hover-style-two-wrap:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.image-hover-video {
  position: absolute;
  left: 50%;
  right: 0;
  top: 45%;
  color: #fff;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 60px;
  z-index: 3;
}
.image-hover-video a {
  color: #fff;
}
.image-hover-style-two-wrap:hover .image-hover-video a {
  color: #eb7203;
}
/* testimonial style two */

.single-testimonial-two {
  margin-bottom: 25px;
  float: left;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.single-testimonial-two:hover .testimonial-box {
  border-color: #e5be37;
}
.testimonial-box {
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.testimonial-box:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 33px;
  border-top: 15px solid #ddd;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.testimonial-box p {
  color: #666;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.testimonial-box p i {
  font-size: 30px;
  padding-right: 8px;
  color: #d4af37;
}
.testimonial-box-info {
  float: left;
  width: 100%;
  margin: 30px 0;
}
.testimonial-box-info-image {
  margin-right: 25px;
}
.testimonial-box-info-image,
.testimonial-box-info-text {
  float: left;
}
.testimonial-box-info-text h4 {
  font-size: 20px;
  margin: 0;
}
.testimonial-box-info-text p {
}
.testimonial-box-info-image img {
  height: 100px;
  width: 100px !important;
}
/* client logo 2 style */

.client-item-two-wrap {
  position: relative;
  padding: 0;
  border-right: 1px solid #ddd;
}
.client-item-two {
  border-bottom: 1px solid #ddd;
}
.client-item-two:nth-child(2) {
  border-bottom: none;
}
.client-item-two-wrap:last-child {
  border-right: none;
}
.promo-box-style-two p {
  margin: 20px 0;
}
.promo-box-style-two h4 {
  margin: 0;
}
.promo-box-style-two a {
  color: #eb7203;
  padding: 10px 40px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  background: transparent;
  border: 2px solid #eb7203;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.promo-box-style-two a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background: #eb7203;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.promo-box-style-two a:hover,
.promo-box-style-two a:focus,
.promo-box-style-two a:active {
  color: #fff;
  border-color: #eb7203;
}
.promo-box-style-two a:hover:before,
.promo-box-style-two a:focus:before,
.promo-box-style-two a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*
* ----------------------------------------------------------------------------------------
 15. END ABOUT US PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 16. START SERVICES PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/* call to action two style */

.calltoaction-two-padding {
  padding: 60px 0;
  position: relative;
  float: left;
  width: 100%;
}
.calltoaction-two-wrap h3 {
  color: #fff;
  margin: 15px 0;
}
.calltoaction-two-wrap p {
  color: #fff;
  font-size: 20px;
}
.calltoaction-two-btn {
  color: #fff;
  padding: 10px 40px;
  margin: 20px 0 0;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  background: transparent;
  border: 2px solid #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.calltoaction-two-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.calltoaction-two-btn:hover,
.calltoaction-two-btn:focus,
.calltoaction-two-btn:active {
  color: #fff;
  border-color: #333;
}
.calltoaction-two-btn:hover:before,
.calltoaction-two-btn:focus:before,
.calltoaction-two-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*
* ----------------------------------------------------------------------------------------
 16. END SERVICES PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 17. START SINGLE SERVICE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/* widget style */

h5.widget-title {
  position: relative;
  margin: 0 0 60px;
  text-transform: uppercase;
}
h5.widget-title:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 12px;
  background-color: #d4af37;
  top: 65px;
  left: 20px;
  margin-left: -20px;
  border-radius: 30px;
}
h5.widget-title:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 12px;
  background-color: #d4af37;
  top: 65px;
  left: 40px;
  margin-left: -20px;
  border-radius: 30px;
}
.sidebar-left .widget,
.sidebar-right .widget {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
.sidebar-left .widget ul,
.sidebar-right .widget ul {
  background: #fbfbfb;
  padding: 15px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sidebar-left .widget ul li,
.sidebar-right .widget ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #d4af37;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sidebar-left .widget ul li.active:before,
.sidebar-right .widget ul li.active:before {
  background: #eb7203;
}
.sidebar-left .widget ul li i,
.sidebar-right .widget ul li i {
  padding: 0 6px;
  font-size: 20px;
}
.sidebar-left .widget ul li:hover,
.sidebar-right .widget:hover ul li {
  color: #fff;
}
.sidebar-left .widget ul li.active a,
.sidebar-right .widget ul li.active a {
  color: #fff;
  border-color: #eb7203;
}
.sidebar-left .widget ul li:before,
.sidebar-right .widget ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fbfbfb;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sidebar-left .widget ul li:hover:before,
.sidebar-right .widget ul li:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.sidebar-left .widget ul li:hover a,
.sidebar-right .widget ul li:hover a {
  color: #fff;
  border-color: #eb7203;
}
.sidebar-left .widget ul li:last-child,
.sidebar-right .widget ul li:last-child {
  margin-bottom: 15px;
  border: none;
}
.sidebar-left .widget ul li a,
.sidebar-right .widget ul li a {
  letter-spacing: 0.48px;
  color: #5d5d5d;
  display: block;
  text-transform: capitalize;
}
.sidebar-left .widget ul li a:before,
.sidebar-right .widget ul li a:before {
  position: relative;
  display: inline-block;
  /*font-family: 'IcoFont' !important;
    content: "\eb27";*/

  font-family: "FontAwesome";
  content: "\f0da";

  margin-right: 10px;
  margin-left: 10px;
}
/* description style */
/* simple image slide style */

.simple-image-slider {
  z-index: 9;
}
.single-image-slide img {
  width: 100%;
}
.owl-theme.simple-image-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.owl-theme.simple-image-slider .owl-dots .owl-dot span {
  position: relative;
  height: 15x;
  width: 15x;
}
.owl-theme.simple-image-slider .owl-dots div.active span {
  border-color: #eb7203;
  background: #eb7203;
}
/* end simple image slide style */

.canvasjs-chart-credit {
  display: none;
}
ul.theme-list-style-two {
  margin-top: 20px;
}
ul.theme-list-style-two li {
  position: relative;
}
ul.theme-list-style-two li a {
  color: #777;
  margin-left: 20px;
}
ul.theme-list-style-two li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  height: 7px;
  width: 7px;
  /*background-color: #4AACC5;*/
  background-color: #d4af37;
}
/*
* ----------------------------------------------------------------------------------------
 17. END SINGLE SERVICE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 18. START PORTFOLIO PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.portfolio-filter-menu ul {
  list-style-type: none;
  margin-bottom: 35px;
  padding: 0;
}
.portfolio-filter-menu ul li {
  border: 1px solid #ddd;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin-left: -5px;
  margin-bottom: 20px;
  padding: 8px 60px;
  text-transform: uppercase;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.portfolio-filter-menu ul li:hover,
.portfolio-filter-menu ul li.active {
  background: #eb7203;
  border-color: #eb7203;
  color: #fff;
}
.portfolio-filter-menu ul li:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 42%;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.portfolio-filter-menu ul li.active:after,
.portfolio-filter-menu ul li:hover:after {
  border-top: 15px solid #eb7203;
}
.portfolio-items .mix {
  display: none;
}
.portfolio-items .single-portfolio {
  margin-bottom: 30px;
}
/* newsletter call to action style */

.newsletter-form-calltoaction {
  position: relative;
  padding: 60px 0;
  float: left;
  width: 100%;
  color: #fff;
}
.newsletter-back-image {
  background-size: cover;
  background-position: center center;
}
.newsletter-form-calltoaction h3 {
  color: #fff;
}
.newsletter-form-calltoaction p {
  margin-bottom: 20px;
}
.newsletter-form-calltoaction form {
  margin-top: 5px;
}
.newsletter-form-calltoaction .form-control {
  border-radius: 0;
  width: 100%;
  display: inline-block;
  font-size: 11px;
  text-transform: capitalize;
  height: 50px;
  padding-left: 10px;
  background: #000;
  border: 1px solid #1d1c1c;
  color: #ccc;
}
.newsletter-form-calltoaction .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #45be24;
  border-top: 1px solid #eb7203;
  border-left: 1px solid #eb7203;
  outline: 0;
}
.btn.btn-news {
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 20px;
  margin-left: -5px;
  height: 50px;
  border-radius: 0;
  background: #eb7203;
  border: 1px solid #eb7203;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.btn.btn-news:hover {
  background: #e9ce56;
}
/*
* ----------------------------------------------------------------------------------------
 18. END PORTFOLIO PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 19. START TEAM PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.team-page .team-mate {
  margin-bottom: 30px;
}
/*
* ----------------------------------------------------------------------------------------
 19. END TEAM PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 20. START FAQ PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.faq-form .form-control {
  background-color: #fff;
  height: 60px;
  font-weight: 500;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
  border: 1px solid transparent;
}
.faq-form .form-group {
  margin-bottom: 35px;
}
.faq-form .form-control:focus {
  border: 1px solid #eb7203;
  padding-left: 20px;
  border-radius: 0;
}
.faq-form textarea.form-control {
  height: auto;
}
.btn-req-form {
  background-color: #eb7203;
  border: none;
  border-radius: 0;
  height: 55px;
  color: #fff;
  text-transform: uppercase;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 67px;
  cursor: pointer;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.btn-req-form:hover,
.btn-req-form:focus {
  background: #333;
}
/*
* ----------------------------------------------------------------------------------------
 20. END FAQ PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 21. START 404 PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.error-page-wrap h1 {
  font-size: 150px;
  margin: 0;
  letter-spacing: 20px;
  color: #eb7203;
  font-weight: 700;
}
.error-page-wrap h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 30px 0;
}
.error-page-wrap p {
  margin: 30px 0 50px;
}
.error-page-wrap a {
  margin-left: 10px;
}
.error-page-wrap a i {
  padding-right: 4px;
}
.error-search .form-control {
  background-color: #f5f5f5;
  height: 60px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
  border: 1px solid transparent;
}
.error-search .form-control:focus {
  border-color: #eb7203;
  padding-left: 20px;
}
.error-search .btn.error-btn {
  background-color: #eb7203;
  color: #fff;
  border-radius: 0;
  height: 60px;
  margin-left: -1px;
  width: 60px;
  cursor: pointer;
  font-size: 30px;
}
.error-search .btn.error-btn:focus {
  box-shadow: none;
}
/*
* ----------------------------------------------------------------------------------------
 21. END 404 PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 22. START CONTACT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

#contact-page .section-title {
  margin-bottom: 15px;
}
.contact-add-padd {
  background-position: center center;
}
.single-con-add {
  overflow: hidden;
  margin-bottom: 20px;
}
.single-con-add:hover .single-con-add-icon i {
  background: #e5be37;
  color: #fff;
}
.single-con-add .single-con-add-icon {
  margin-right: 20px;
  position: relative;
}
.single-con-add .single-con-add-icon,
.single-con-add .single-con-add-text {
  float: left;
}
.single-con-add .single-con-add-icon:before {
  /*content: "\eb27";
	font-family: 'IcoFont' !important;*/
  font-family: "FontAwesome" !important;
  content: "\f0da";
  position: absolute;
  font-size: 30px;
  color: #e5be37;
  left: 98%;
  top: 22%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.single-con-add .single-con-add-icon i {
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #e5be37;
  font-size: 36px;
  float: left;
  border: 1px solid #e5be37;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.single-con-add .single-con-add-text {
  width: 75%;
}
.single-con-add-text h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#map {
  height: 400px;
  float: left;
  width: 100%;
}
#gmap_canvas {
  width: 100%;
  height: 400px;
  border: none;
}
.contact .form-control {
  background-color: #f8f7f7;
  border-radius: 0;
  height: 60px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 1px solid transparent;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.contact .form-control:focus {
  border: 1px solid #eb7203;
  padding-left: 20px;
}
.contact .form-group {
  margin-bottom: 27px;
}
.contact textarea.form-control {
  height: auto;
}
.mb0 {
  margin-bottom: 0;
}
.btn-contact-bg {
  background-color: #eb7203;
  border: none;
  border-radius: 20px;
  height: 55px;
  color: #fff;
  text-transform: uppercase;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 1px;
  /*! padding: 0 67px; */

  cursor: pointer;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
  width: 100%;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
  box-shadow: none;
  background: #333;
}
.success-box {
  color: #449d44;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 25px;
  border: 1px solid #ddd;
  box-shadow: 1px 7px 5px #ddd;
}
.success-box i {
  color: #449d44;
  font-size: 60px;
  margin: 0 0 20px;
  display: block;
}
.success-box p {
  color: #333;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
/*
* ----------------------------------------------------------------------------------------
 22. END CONTACT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 23. START BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-allpost-single {
  margin-bottom: 80px;
}
.allpost-media-wrap {
  position: relative;
  margin-bottom: 25px;
}
.blog-allpost-title h4 a {
  color: #000;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: block;
}
.blog-allpost-meta {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  line-height: 50px;
}
.blog-allpost-content {
  margin: 0 0 20px;
}
.blog-allpost-button {
  color: #777;
  padding: 6px 20px;
  margin-right: 20px;
  display: inline-block;
  border: 1px solid #ddd;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #eb7203;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.blog-allpost-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.blog-allpost-button:hover,
.blog-allpost-button:focus,
.blog-allpost-button:active {
  color: #fff;
  border-color: #eb7203;
}
.blog-allpost-button:hover:before,
.blog-allpost-button:focus:before,
.blog-allpost-button:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.blog-allpost-meta span {
  padding-right: 20px;
}
.blog-allpost-meta span strong {
  padding-right: 10px;
  color: #333;
}
.blog-allpost-meta span i {
  padding-right: 8px;
  color: #eb7203;
}
.blog-allpost-meta a {
  color: inherit;
}
.allpost-media-wrap .blockquote,
.allpost-media-wrap .blog-link-post {
  min-height: 419px;
  background: #f1f1f1;
  padding: 60px;
  overflow: hidden;
}
.allpost-media-wrap .blockquote p {
  font-size: 18px;
  color: #777;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.allpost-media-wrap .blockquote p i {
  font-size: 50px;
  padding-right: 20px;
}
.allpost-media-wrap .blog-link-post a {
  position: absolute;
  color: #fff;
  background-color: #eb7203;
  padding: 15px 10px;
  font-size: 25px;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-pagination {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination .pagination,
.blog-pagination .page-item:first-child .page-link,
.blog-pagination .page-item:last-child .page-link {
  border-radius: 0;
  border: none;
  margin: 0 30px;
  color: #333;
  background: #fff;
}
.blog-pagination .page-link {
  color: #fff;
  background-color: #eb7203;
  border: none;
  border-radius: 30px;
  margin: 0 5px;
  padding: 12px 16px;
}
.blog-pagination .page-link.active {
  background: #333;
}
/* blog widget style */

.blog-singleRecpost {
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  min-height: 100px;
  padding-left: 117px;
  position: relative;
  overflow: hidden;
}
.blog-recentPost {
  background: #fbfbfb;
  padding: 15px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.blog-singleRecpost:last-child {
  border: none;
  margin-bottom: 20px;
}
.blog-singleRecpost img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}
.blog-recTitle {
  line-height: 20px;
  margin: 0;
  font-size: 14px;
}
.blog-recTitle a {
  color: #333;
}
.blog-singleRecpost p {
  margin-top: 5px;
  font-size: 14px;
}
.blog-singleRecpost p.posted-on {
  color: #eb7203;
}

.ext-pagination {
  margin: -40px 0 0 0;
  width: 100%;
  float: left;
}
.ext-pagination a.nextpo {
  float: right;
  color: #333;
}
.ext-pagination a {
  margin: 0 20px;
  float: left;
}
.promo-box-wrap {
  /*background: #FBFBFB;*/
  padding: 50px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #e5be37;
}
.promo-box-wrap p {
  margin: 20px 0;
  color: #333;
}
.promo-wid-button {
  color: #333;
  padding: 6px 20px;
  margin-right: 20px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5px;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #333;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.promo-wid-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.promo-wid-button:hover,
.promo-wid-button:focus,
.promo-wid-button:active {
  color: #fff;
  border-color: #333;
}
.promo-wid-button:hover:before,
.promo-wid-button:focus:before,
.promo-wid-button:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.tags-lists {
}
.tags-lists span a {
  color: inherit;
  padding: 8px 16px;
  margin: 0px 10px 10px 0;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #f6f6f6;
}
.tags-lists span a {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #000;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tags-lists span a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fbfbfb;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tags-lists span a:hover,
.tags-lists span a:focus,
.tags-lists span a:active {
  color: #fff;
  border-color: #000;
}
.tags-lists span a:hover:before,
.tags-lists span a:focus:before,
.tags-lists span a:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.sidebar-padding-right {
  padding-right: 65px;
}
.sidebar-padding-left {
  padding-left: 65px;
}
/*
* ----------------------------------------------------------------------------------------
 23. END BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 24. START BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.page-media-wrap .blockquote {
  background: #f1f1f1;
  padding: 30px;
  overflow: hidden;
}
.page-media-wrap .blockquote p {
  font-size: 18px;
  color: #777;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 20px;
  height: 120px;
  padding-right: 10px;
  overflow: overlay;
}
.page-media-wrap .blockquote p i {
  font-size: 50px;
  /* padding-right: 20px; */
  color: #000;
}
/* blog comments style */

.single-page-comments-area {
  background: #f1f1f1;
  padding: 30px;
}
.blog-count-sec {
  overflow: hidden;
}
.blog-count-sec .blog-comments-count {
  margin-right: 20px;
  position: relative;
}
.blog-count-sec .blog-comments-count p {
  background: #eb7203;
  border: 1px solid #eb7203;
  color: #fff;
  font-family: "Pacifico", cursive;
  height: 90px;
  width: 90px;
  line-height: 27px;
  padding-right: 10px;
  padding-top: 10px;
  font-size: 50px;
  font-style: italic;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.blog-count-sec .blog-comments-count p i {
  font-size: 20px;
}
.blog-count-sec .blog-comments-count,
.blog-count-sec .blog-comments-count-title {
  float: left;
}
.blog-count-sec .blog-comments-count-title h2 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 20px 0;
}
.single-page-comments-area ol {
  padding: 0;
}
.single-page-comments-list .comment-inner {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.single-page-comments-list li {
  padding: 15px 0 0;
}
.single-page-comments-list li .reply-link {
  float: right;
}
.single-page-comments-list li .avatar {
  float: left;
  margin-right: 12px;
}
.single-page-comments-list li .avatar img {
  width: 90px;
  height: 90px;
  border: 1px solid #e9e9e9;
}
.single-page-comments-list li .commenter {
  overflow: hidden;
}
.single-page-comments-list .comment-inner p {
  margin-left: 100px;
}
.single-page-comments-list .commenter p {
  margin-left: 0;
}
.single-page-comments-list li ol,
.single-page-comments-list li ul {
  margin-left: 42px;
}
.commenter a h4 {
  font-weight: 400;
  font-size: 17px;
  display: inline-block;
}
.commenter span.post-favourite {
  padding: 0 10px;
}
.commenter span.post-favourite i {
  padding-right: 3px;
  color: #777;
}
/*  blog comments form */

.bcomments-form .form-control {
  background-color: #f1f1f1;
  height: 60px;
  font-weight: 500;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
  border: 1px solid transparent;
}
.bcomments-form .form-group {
  margin-bottom: 35px;
}
.bcomments-form .form-control:focus {
  border: 1px solid #eb7203;
  padding-left: 20px;
  border-radius: 0;
}
.bcomments-form textarea.form-control {
  height: auto;
}
.btn-req-form {
  background-color: #eb7203;
  border: none;
  border-radius: 0;
  height: 55px;
  color: #fff;
  text-transform: uppercase;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 67px;
  cursor: pointer;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}
.btn-req-form:hover,
.btn-req-form:focus {
  background: #333;
}

/*
* ----------------------------------------------------------------------------------------
 23. END BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 24. START PRICE STYLE
* ----------------------------------------------------------------------------------------
*/

.pricing-table-default {
  border: 1px solid #e9e9e9;
  position: relative;
  padding: 0 0 50px;
}
.pricing-head {
  margin: 35px 0;
}
.pricing-head h3 {
  color: #313131;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.pricing-head .price {
  display: inline-block;
  color: #333;
  background: #fff;
  box-shadow: 1px 1px 4px #ddd;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  padding: 37px 0 0 0;
}
.pricing-head .price sup {
  font-size: 20px;
  top: -28px;
}
.pricing-head .price-digit {
  font-size: 55px;
  font-weight: bold;
}
.pricing-detail {
  margin: 0 0 45px;
}
.pricing-list li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.pricing-list span {
  font-weight: 700;
}
.pricing-table-default .btn {
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 10px 35px;
  border: 1px solid #777;
  border-radius: 0;
}
.pricing-table-default .btn.focus,
.pricing-table-default .btn:focus {
  background-color: #333;
  color: #fff;
}
.pricing-table-default,
.pricing-head,
.pricing-head .price,
.pricing-head h3,
.pricing-table-default .btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pricing-table-default:hover {
  border-color: #f4cb10;
}
.pricing-table-default:hover .price {
  background-color: #f4cb10;
}
.pricing-table-default:hover .pricing-head .price {
  color: #fff;
}
.pricing-table-default:hover .btn {
  background-color: #333;
  color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
 24. END PRICE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 25. START SHOP PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.product-item {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: 1px solid #f1f1f1;
}
.product-item img {
  width: 100%;
}
.sticker {
  position: absolute;
  top: 0;
  left: 0;
  width: 63px;
  height: 63px;
}
.sticker-new {
  background: url(../img/product/new.png) no-repeat;
  left: auto;
  right: 0;
}
.pi-img-wrapper {
  position: relative;
}
.pi-img-wrapper div {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
  opacity: 0;
  visibility: hidden;
}
.product-item:hover .pi-img-wrapper div {
  opacity: 1;
  visibility: visible;
}
.pi-img-wrapper div .addtocartbtn {
  position: relative;
  top: 50%;
  padding: 5px 30px;
  display: inline-block;
  background-color: #f4cb10;
  border: 2px solid #f4cb10;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pi-img-wrapper div .addtocartbtn:hover {
  background: #333;
  border-color: #333;
}
.product-item h3 {
  font-size: 15px;
  text-transform: uppercase;
  margin: 25px 0 10px;
}
.product-item h3 a {
  color: #333;
}
.product-item h3 a:hover {
  color: #f4cb10;
}
.price {
  color: #f4cb10;
  font-weight: 500;
}
.price span {
  color: #bebebe;
  margin-left: 10px;
  text-decoration: line-through;
}
.rating {
  margin: 10px 0 25px;
}
.rating i {
  color: #323232;
  display: inline-block;
}
.pagination {
  margin: 60px 0 20px;
}
.pagination > li > a,
.pagination > li > span {
  color: #f4cb10;
}
/* pricing range slider */

.range-slider {
  margin-bottom: 20px;
}
#slider-range {
  margin-top: 25px;
}
.range-slider input {
  width: 34%;
  padding: 8px 0;
}
.range-slider label {
  display: inline;
  padding-left: 16px;
  margin: 0;
}
.range-slider label,
.range-slider span {
  color: #afafaf;
  font-weight: 400;
}
.range-slider input#amount {
  border: 0 none;
}
.filter-btn {
  border: 1px solid #f4cb10;
  background: #f4cb10;
  display: inline-block;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  padding: 8px 17px;
  font-family: montserrat, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  float: left;
}
.filter-btn:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.ui-widget-header {
  background: #f4cb10;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #f5f5f5;
  border: 2px solid #f5f5f5;
  border-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-radius: 0;
}

/*
* ----------------------------------------------------------------------------------------
 25. END SHOP PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 26. START SINGLE PRODUCT STYLE
* ----------------------------------------------------------------------------------------
*/
.sin-pro-image {
  margin-bottom: 30px;
}
.product-summary h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 28px;
}
.product-summary .price {
  margin: 15px 0;
  color: #f4cb10;
}
.product-summary .price span {
  color: #bebebe;
  margin-left: 10px;
  text-decoration: line-through;
}
.product-summary .description {
  margin-bottom: 20px;
}
.product-summary .rating {
  margin-bottom: 20px;
}
.quantity #demo_vertical {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  height: 40px;
  text-align: center;
  width: 84px;
  flex: none;
  padding: 0;
}
.quantity #demo_vertical2 {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  height: 40px;
  text-align: center;
  width: 84px;
  flex: none;
  padding: 0;
}
#single-product .quantity {
  padding-left: 0;
}
.quantity .input-group {
  display: flex;
}
.quantity label {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.quantity .bootstrap-touchspin .input-group-btn-vertical {
  background-color: #fff;
  border-color: #d4d4d4;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 27px;
}
.quantity .bootstrap-touchspin .btn {
  background-color: transparent;
  color: #8c8c8c;
  height: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}
.quantity .bootstrap-touchspin .input-group-btn-vertical i {
  font-size: 11px;
  font-weight: normal;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.quantity .btn .glyphicon.glyphicon-chevron-up {
  top: 8px;
}
.product-summary .button {
  position: relative;
}
.product-summary .btncart,
.total-price .btncart {
  padding: 8px 13px;
  margin-top: 25px;
  display: inline-block;
  background-color: #f4cb10;
  border: 1px solid #f4cb10;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-summary .btncart:hover,
.product-summary .btncart:focus,
.total-price .btncart:hover,
.total-price .btncart:focus {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
#single-product .nav.nav-tabs {
  margin-top: 60px;
}
#single-product .nav-tabs .nav-item.show .nav-link,
#single-product .nav-tabs .nav-link.active {
  color: #fff;
  font-weight: 700;
  background-color: #333;
  border: none;
  border-radius: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
}
.nav-tabs .nav-link {
  border-radius: 0;
  color: #333;
  border: none;
}
.tab-content p {
  margin-top: 20px;
}

/*
* ----------------------------------------------------------------------------------------
 26. END SINGLE PRODUCT STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
 27. START SHOP CART STYLE
* ----------------------------------------------------------------------------------------
*/

.whishlist-table .whishlist-pro-img img {
  width: 90px;
  background: #f1f1f1;
}
.whishlist-table p {
  font-weight: 700;
  color: #333;
}
.whishlist-table p span {
  font-weight: 400;
}
.whishlist-table .thead-inverse th {
  color: #333;
  background-color: #f8f8f8;
  text-transform: uppercase;
  padding: 7px 0;
  border: 1px solid #e9e9e9 !important;
  text-align: center;
  font-size: 15px;
}
.whishlist-table tr td {
  vertical-align: middle !important;
  padding: 30px !important;
  border: 1px solid #e9e9e9;
}
.whishlist-table p a i {
  color: #333;
  font-size: 30px;
}
.whishlist-table {
  margin: 0 0 20px;
}
.checkout-form .form-control {
  background-color: #f9f9f9;
  height: 60px;
  font-weight: 500;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
  border: 1px solid transparent;
}
.checkout-form .form-control:focus {
  border: 1px solid #f4cb10;
  padding-left: 20px;
  border-radius: 0;
}
.checkout-form textarea.form-control {
  height: auto;
}

/*
* ----------------------------------------------------------------------------------------
 27. END SHOP CART STYLE
* ----------------------------------------------------------------------------------------
*/

/* container width small device */
@media only screen and (max-width: 480px) {
  .container,
  .auto-container {
    width: 90%;
  }
}
@media only screen and (max-width: 360px) {
  .container,
  .auto-container {
    width: 90%;
  }
}

/* estilos para los 3 puntitos*/
@media (max-width: 767px) {
  .hd-telephone {
    position: absolute;
    background-color: #d4af37;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    float: right;
    right: 10px;
    z-index: 999;
    top: 80px;
    width: 245px;
    overflow: hidden;
    display: block;
  }
  .hd-button span:after {
    top: 100%;
    margin-top: 3px;
  }
  .hd-telephone a {
    color: #ffffff;
    display: block;
    text-align: left;
    padding: 2px 0px 2px 0px;
  }
  .hd-telephone a:hover {
    color: #1e120d;
  }
  .hd-button {
    float: right;
    padding: 22px;
    cursor: pointer;
    top: 8px;
    right: 0px;
    position: absolute;
    z-index: 9999999;
  }
  .hd-button span {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span,
  .hd-button span:before,
  .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #000;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .navbar-nav {
    /*margin: 7.5px -45px;
        padding-top: 50px;
        padding-right: 70px;*/
    width: 100%;
    margin: 0px;
  }
  .navbar .container {
    padding: 0px 15px 0px 15px;
  }
  .nav > li,
  .nav > li > a {
    display: block;
    position: relative;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
  .nav > li > a {
    padding: 10px 15px;
  }
  .nav > li,
  .nav > li > a {
    display: block;
    position: relative;
  }
  .collapse {
    display: none;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .hd-button span:before,
  .hd-button span:after {
    content: "";
  }
  .hd-button span:before {
    bottom: 100%;
    margin-bottom: 3px;
  }

  .hd-button span,
  .hd-button span:before,
  .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #ffffff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:before,
  .hd-button span:after {
    content: "";
  }
  .hd-telephone {
    display: none;
  }
}

div#fixed-contact {
  display: none;
}

/*nuevo footer desing*/
@media only screen and (max-width: 767px) {
  #footer {
    /*padding-bottom: 60px;*/
  }
  .columns.quote-btn {
    border: none;
  }
  a#ui-to-top {
    margin-bottom: 180px;
  }
  div#fixed-contact {
    display: block;
  }
  div.new-footer {
    background-color: rgb(0 0 0 / 57%);
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #00dc8f;
    z-index: 99;
    height: 50px;
  }
  div#fixed-contact .phone-btn a {
    /*backface-visibility: hidden;*/
    background-color: #07db50 !important;
  }
  ul.link_footer > li {
    margin-right: 30px;
  }
  ul.list.list-marked-none.link_footer {
    margin-top: -10px;
  }
  div#fixed-contact .columns.phone-btn {
    left: 50%;
  }
  div#fixed-contact .columns {
    display: inline-block;
    width: auto;
    text-align: center;
    float: none;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 35%;
    padding: 0;
  }
  div#fixed-contact .email-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 6px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }
  div#fixed-contact .email-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 23px;
    color: #fff;
  }
  div#fixed-contact .phone-btn a {
    display: block;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    top: -20px;
    position: relative;
    border: 9px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }
  div#fixed-contact .phone-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 34px;
    color: #fff;
  }
  div#fixed-contact .quote-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }
  div#fixed-contact .quote-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 24px;
    color: #fff;
  }
  div#fixed-contact a i {
    display: block;
    color: #fff;
  }
  div#fixed-contact a div.pnl-email {
    background-color: #3f51b5;
  }
  .pnl-email > i {
    line-height: 50px;
  }
  div#fixed-contact a div.pnl-email,
  div#fixed-contact a div.pnl-freequote {
    border-radius: 100%;
    border: 1px solid white;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
  }
  div#fixed-contact a div.pnl-freequote {
    background-color: #03a9f4;
  }
  .pnl-freequote > i {
    line-height: 50px;
  }
  div#fixed-contact .columns.quote-btn {
    left: calc(57% + 120px);
  }
  div#fixed-contact .columns:not(.phone-btn) {
    width: 30%;
  }
  div#fixed-contact a span {
    font-size: 16px;
    color: #fff;
    padding-top: 3px;
    display: block;
    font-family: inherit;
  }
  i.fa.fa-file-text {
    font-size: 21px;
  }
  div#fixed-contact .columns.email-btn {
    left: calc(55% - 120px);
  }
  i.fa.fa-envelope {
    font-size: 17px;
  }
  i#icon-new-footer {
    font-size: 20px;
  }
  ul.link_footer > li {
    /*width: 130px;*/
  }
  button#back-to-top-btn {
    margin-bottom: 75px;
  }
  i.icon.la.la-envelope-o.new {
    font-size: 23px;
  }
  i.icon.la.la-file-o {
    font-size: 27px;
  }
  div#fixed-contact {
    z-index: 9;
  }
  p.situacion {
    z-index: 99;
  }
}

/*estilos de carga*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: 0.3s all ease;
  pointer-events: none;
  backface-visibility: hidden;
}

.preloader::before,
.preloader::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.2s linear;
  transform: translateY(0);
  pointer-events: none;
}

.preloader::before {
  top: 0;
  bottom: 50%;
  background: #fff;
}

.preloader::after {
  top: 50%;
  bottom: 0;
  background: #f6f6f6;
}

.preloader.loaded::before,
.preloader.loaded::after {
  transition: 0.4s linear;
}

.preloader.loaded::before {
  transform: translateY(-100%);
}

.preloader.loaded::after {
  transform: translateY(100%);
}

.preloader.loaded .preloader-logo,
.preloader.loaded .preloader-body {
  opacity: 0;
  visibility: hidden;
  transition: 0s;
}

.preloader-logo,
.preloader-body {
  transition: 0s 0.2s;
}

.preloader-logo {
  position: relative;
  z-index: 10;
  transform: translate3d(0, -50%, 0);
  padding: 40px;
}

.preloader-body {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
}

#loadingProgressG {
  width: 100vw;
  height: 5px;
  overflow: hidden;
  background: #e8e9ee;
  border-radius: 6px;
  margin: auto;
}

.loadingProgressG {
  background: #d4af37;
  margin-top: 0;
  margin-left: -100vw;
  animation-name: bounce_loadingProgressG;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 100vw;
  height: 5px;
  transition: 0.5s;
}

@keyframes bounce_loadingProgressG {
  0% {
    margin-left: -100vw;
  }
  100% {
    margin-left: 100vw;
  }
}

/*estilos añadidos*/

ul.list-footer-contact > li {
  color: #fff;
}
ul.list-footer-contact > li > i {
  color: #d4af37;
  margin-right: 10px;
}
a.follow-footer > i {
  color: #fff;
}
.footer-menu_2 {
  text-align: center;
}
.footer-menu_3 {
  text-align: right;
}
.footer-menu_2 > ul > li > a,
.footer-menu_3 > ul > li > a {
  color: #fff;
}
.footer-menu_2 > ul > li > a:hover,
.footer-menu_3 > ul > li > a:hover {
  color: #eb7203;
}
.seccion-logo > div {
  /*float: right !important;*/
}
.ssl {
  text-align: center;
  margin-top: 20px;
}
img.logo-ssl {
  border-radius: 100%;
  width: 100px;
  margin-left: 15px;
}
i.icon-reviews-main {
  width: 95px;
  height: 95px;
  background-color: #000;
  border-radius: 100%;
  line-height: 95px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
a.serv-red-btn.btn-new:hover {
  background-color: #eb7203;
  color: #fff;
}
h5.title-how-can {
  color: #fff;
}
i.icofont.icofont-quote-left {
  color: #eb7203;
}
li.active1:before {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #d4af37 !important;
  color: #ffffff !important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
li.active1 > a {
  color: #ffffff !important;
}
.modal.in {
  visibility: visible;
  opacity: 1;
}
button.btn-formularios {
  background-color: #d4af37;
  border: none;
  border-radius: 20px;
  height: 55px;
  color: #fff;
  text-transform: uppercase;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  width: 65%;
  margin-top: 17px;
}
.btn-form-main {
  text-align: center;
}
.hd-telephone {
  display: none;
}

p.text-help {
  color: #fff;
}
a.serv-red-btn.btn-new {
  background-color: #d4af37;
  color: #fff;
  border-color: #d4af37;
}
a.serv-red-btn.btn-new:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
img.logo-reviews {
  border-radius: 10px;
  width: 350px;
}
.logo-welcome {
  margin-top: 60px;
  margin-left: 20px;
}
.seccion-logo {
  top: 30px;
}
.container-logo-mobile {
  text-align: center;
  display: none;
}
p.content_services {
  margin-bottom: 12px;
}
h5.widget-title.title-max:before,
h5.widget-title.title-max:after {
  top: 80px !important;
}
p.text_commitment {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  div#topcontrol {
    margin-bottom: 95px;
  }
}

@media only screen and (max-width: 767px) {
  .mean-container a.meanmenu-reveal {
    position: relative !important;
  }
  .mean-container .mean-nav {
    margin-top: 10px;
  }
  .footer-menu_3 {
    text-align: center;
  }
  .top-area {
    display: none;
  }
  .seccion-logo {
    display: none;
  }
  .logo {
    margin-bottom: 0px !important;
  }
  a.meanmenu-reveal {
    margin-left: 20px;
  }
  .navana-single-slide {
    height: 550px;
  }
  .mean-container .mean-nav {
    margin-top: 10px !important;
  }
  .title-header-main {
    padding: 22px;
    cursor: pointer;
    top: -2px;
    right: 0px;
    position: absolute;
    z-index: 9999999;
    text-align: left;
    left: 20% !important;
    display: block !important;
  }
  p.title-header-mobile {
    text-align: left;
    color: #fff;
    font-size: 18px;
  }
  .container-logo-mobile {
    text-align: center;
    display: block;
    background-color: #000;
  }
  img.logo_mobile {
    width: 100%;
    max-width: 370px;
    padding: 10px 10px;
  }
  .single-con-add .single-con-add-icon::before {
    display: none;
  }
  .logo-welcome {
    margin-left: 0px;
  }
  .about-image.logo-welcome {
    text-align: left;
    margin: -70px -50px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-menu-area.d-block.d-lg-none.d-md-block.mean-container {
    display: block;
  }
  .mainmenu-area {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  html,
  body {
    height: 100%;
    width: 100%;
  }
  .title-header-main {
    padding: 22px;
    cursor: pointer;
    top: -2px;
    right: 0px;
    position: absolute;
    z-index: 9999999;
    text-align: left;
    left: 15% !important;
    display: block !important;
  }
  p.title-header-mobile {
    text-align: left;
    color: #fff;
    font-size: 18px;
  }
  .mean-container a.meanmenu-reveal {
    position: relative !important;
  }
  .mean-container .mean-nav {
    margin-top: 10px !important;
  }
  a.meanmenu-reveal {
    margin-left: 30px;
  }
  .mobile-menu-area {
    display: block !important;
  }
  div#undefined-sticky-wrapper {
    height: auto !important;
  }
  .mobile-menu-area.mean-container {
    float: left;
    width: 100%;
  }
  .mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #d4af37;
    padding: 4px 0;
    min-height: 42px;
    z-index: 99;
  }
  .mean-container .mean-bar,
  .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .mean-container a.meanmenu-reveal {
    width: 28px;
    height: 19px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 5px;
    right: 8px !important;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-indent: -9999em;
    line-height: 28px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    background: #000;
  }
  .mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
    margin-top: 44px;
  }
  .mainmenu-area {
    display: none;
  }
  .logo-area {
    display: none;
  }
  .top-area {
    display: none;
  }
  img.img-fluid.logo-welcome {
    width: 250px;
  }
  .about-image.logo-welcome {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  div#cajas-principales {
    margin-right: 10px;
    margin-left: 50px !important;
  }
  div#one {
    /*margin-left: 50px;*/
  }
}

@media only screen and (min-width: 1024px) {
  .mobile-menu-area.d-block.d-lg-none.d-md-block.mean-container {
    display: none;
  }
  .mainmenu-area {
    display: block;
  }
}

.title-header-main {
  display: none;
}
.navana-slide-overlay.sin-capa {
  background-color: transparent;
}
h2.title-anima1 {
  text-shadow: 4px 4px 4px #404040;
}
p.text-descripcion-anima {
  text-shadow: 4px 4px 4px #404040;
  font-size: 20px;
}
i.license {
  font-size: 20px;
}

.new-content {
  text-align: right;
}
p.text-color {
  font-size: 16px;
  color: #8e8e8e;
}

img.imagen-reviews {
  width: 50px !important;
  height: 50px !important;
  border-radius: 100%;
}
i.icon-reviews-main {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 22px;
}

img.img-advisor {
  width: 65px !important;
  height: 65px !important;
  border-radius: 100%;
}
.testimonial-box-info-text {
  margin-top: 15px;
}

/*nuevos estilos*/
.logo {
  left: -50px;
  position: relative;
  top: -33px;
  margin-bottom: -60px;
}

img.logo_header {
  width: 400px !important;
  max-width: 400px !important;
}
img.logo_footer {
  left: -50px;
  position: relative;
}
h6.title-btn-heaader {
  color: #d4af37;
}
/* .testimonial-box {
  height: 150px;
} */

.box-reviews p {
  height: 350px;
  overflow: overlay;
}
.single-service-img {
  overflow: hidden;
}
.single-service-img img.img-fluid {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s;
}
.single-service-img:hover img.img-fluid {
  transform: scale(1.2);
}
a.btn-tree {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #ffffff !important;
}
a.btn-tree:hover {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  div#cajas-principales {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .caption {
    position: relative;
  }
  a.galleries.img2.thumbnail-type-2 {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
  }
}

/*Inicio de quickacces*/
.justify-content-around {
  justify-content: space-around;
}
.d-flex {
  display: flex;
}
.row-o {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row-o > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-auto {
  flex: 0 0 auto !important;
  width: auto;
}
.position-relative {
  position: relative !important;
}
.position-fixed {
  position: fixed;
}
.z-999 {
  z-index: 999;
}
.w-100 {
  width: 100%;
}
.bottom-0 {
  bottom: 0;
}
/*fin de quickacces*/

@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-menu_2 {
    margin-top: -25px;
  }
  p.text-color {
    font-size: 14px;
  }
}

.owl-theme .owl-nav {
  display: none;
}

@media (min-width: 768px) {
  .single-service .single-service-info h4 {
    height: 40px;
  }

  .single-service .single-service-info h4 + p {
    height: 78px;
  }
}
