/**
* Template Name: Bethany - v2.2.1
* Template URL: https://bootstrapmade.com/bethany-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Cabin:500,600,700|Kanit:200,300,300i,400');


body {
  font-family: 'Cabin', sans-serif;
  font-weight: normal;
  color:#727272;
  font-size: 15px;
  line-height: 26px;
}

a {
  color: #fff;
}

a:hover, a:focus,a:visited {
  
  text-decoration: none;outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cabin', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #cfa354;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #b16e37;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #000;
  color: #fff;
  height: 52px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
}

#topbar a {
  color: #fff;
}

#topbar a:hover {
  color: #cfa354;
}

.bottom-header {padding: 26px 0 60px 0;
    background: #fff;
    top: 40px;}

.bottom-header .call-button{background: #1d1d1d;padding: 9px 10px;}

.bottom-header .quickcall {
    font-weight: normal;
    font-size: 16px;
    
    color: #fff;display: block;
    /*width: 195px;*/
   /* padding: 9px 10px;
    background: #1d1d1d;*/
    
}

.bottom-header .quickcall span {
    font-size: 18px;
    /*display:inline-block;*/padding-left: 5px;
}

.bottom-header  a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 14px;
    
}

.p-color, .bottom-header .social-icon li a, .bottom-header .quickcall:hover, .bottom-header .social-icon li a:hover {color: #cfa354;}

.bottom-header .social-icon li a:hover {background: #cfa354;}

.bottom-header .social-icon li {
    display: inline-block;
}

.bottom-header .social-icon li a {
    width: 40px;
    line-height: 38px;
    border-width: 1px;
    text-align: center;
    margin: 5px 4px;
    font-size: 20px;
}

.bottom-header .social-icon li a:hover {
  color: #fff;
}

.bottom-header .social-icon {
    margin: 0 0px 0 0px;
}

.bottom-header .social-icon li a {border-color: #cfa354;
    border-style: solid;}

.tran3s {-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    z-index: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  top: 170px;
}

#header .header-container {
  background: #cfa354; padding: 18px 0;
}

#header.header-scrolled {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0;
}

#header .logo {
  overflow: hidden;
  padding: 16px 30px 12px 30px;
  background: #009970;
}

#header .logo h1 {
  font-size: 26px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    background: #cfa354;
  }

  #header.header-scrolled, #header .header-container {
    background: #cfa354;
  }

  #header .logo h1 {
    font-size: 24px;
  }

  .bottom-header {margin-top: 25px;padding: 26px 0 2px 0;}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  /*padding: 0;*/
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #ffffff;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
 
}

.nav-menu a:hover, .nav-menu li:hover > a {
  color: #ad6932;
  text-decoration: none;
}

.nav-menu .active > a {
  color: #ffffff;
  text-decoration: none;
}

.nav-menu .get-started a {
  background: #b16e37;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 25px;
}

.nav-menu .get-started a:hover {
  background: #000000;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: black;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #b16e37;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 7px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #36343a;
  padding: 10px 20px;
  font-weight: 500;font-size: 16px;
  outline: none;text-transform: uppercase;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #cfa354;
  text-decoration: none;
}

.mobile-nav .get-started {
  text-align: center;
}

.mobile-nav .get-started a {
  background: #009970;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 25px;
  display: inline-block;
}

.mobile-nav .get-started a:hover {
  background: #00c28e;
  color: #fff;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(29, 28, 31, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 120vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 112px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;text-transform: uppercase;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

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

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  top: 112px;
}

@media (max-width: 992px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    top: 66px;
  }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #5cb874;
}

#hero .btn-get-started {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #cfa354;
}

#hero .btn-get-started:hover {
  background: #b16e37;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    top: 66px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/*section {
  padding: 60px 0;
  overflow: hidden;
}*/

.section-bg {
  background-color: #f6f6f7;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #009970;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# indus
--------------------------------------------------------------*/

.indus {
    padding: 60px 0; background-color: #f8f8f8;
}

.indusBox {padding: 0px 0;}

.indusBox img {
    margin-bottom: 20px;
}

.indusBox p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #727272;
    font-weight: 500;
}

.indusBox h4 {
    font-size: 20px;
    display: block;
    font-weight: 700;
    color: #000000;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
/*.clients {
  background: #f6f6f7;
  text-align: center;
  padding: 5px 0;
}

.clients img {
  width: 40%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}*/

.sec-title2 {
    position: relative;
    text-align: center;
}

.sec-title2 h3 {
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    padding: 0;
    font-size: 36px;
    margin-bottom: 60px;
}

.sec-title2 h3 span {color: #cfa354;}

.clients {padding: 60px 0;}

.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  width: 80%;
  opacity: 0.5;
  transition: 0.3s;
}

.clients .owl-item img:hover {
  opacity: 1;
}

.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color: #cfa354 !important;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about {
    padding: 70px 0;
    overflow: hidden;
}

.theme-title {
    position: relative;
    padding: 14px 0 0 19px;
}

.theme-title:before {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 2px solid #cfa354;
    border-top: 2px solid #cfa354;
}

.theme-title h5 {
    color: #727272;
    margin-bottom: 22px;font-size: 16px;
}

.theme-title h3 {
    display: inline-block;text-transform: uppercase;color: #131212;font-weight: 600;
    padding: 0;font-size: 36px; margin-bottom: 35px;
}

.about .content .dis {display: inline-block;}

.about .content .fin_set {
    margin-left: 5%;
    position: relative;
    
}

.about .content ul {
  list-style: outside none none;
  padding: 0; margin-top: 20px; margin-bottom: 20px;
}

.about .content ul li {
  padding-bottom: 15px;font-size: 18px;
    list-style: url(../img/bullet.png);
    margin-left: 15px;padding-left: 10px;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #009970;
}

.about .content p {font-size: 18px; color: #727272;line-height: 26px;}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content h2 {font-size: 28px;color: #000;font-weight: 600;}

.about .content .btn-get-started {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #cfa354;
}

.about .content .btn-get-started:hover {background: #b16e37;}

.about .content .table {
    font-size: 18px;
    color: #212529;
}

.about .content .prod a img {width: 80%; text-align: center;}

.about .content .prod h4 a {color: #000; font-size: 20px;}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact_form {
    padding: 70px 0;
    overflow: hidden;
}

.contact_form .theme-title h3 {
    display: inline-block;
    text-transform: uppercase;
    color: #131212;
    font-weight: 600;
    padding: 0;
    font-size: 30px;
    margin-bottom: 35px;
}

.form-control {border: 1px solid #b7b7b7;
    border-radius: 5px;
    height: 48px;font-size: 14px;}

.contact_form h3 {
    font-weight: 600;color: #fff;
    padding-bottom: 25px;font-size: 22px;
}

.contact_form h3 span {
    color: #fff;
    border-radius: 100%;
    font-size: 16px;
    line-height: 16px;
    margin-right: 14px;
    padding: 6px 13px;
    transition: all 0.7s ease 0s;
    vertical-align: middle;
}

.contact_form h3 span {
    background: #cfa354;
}

.contact_form .form_left {background-color: #161616; padding:34px 30px;}

.contact_form .form_left .footer_1_contact p {
    color: #a9a9a9;
    display:inline-block;
    line-height: 24px;
}

.footer_1_contact p {
     font-size: 18px;
    margin-bottom: 0;padding-bottom: 17px;
}

.footer_1_contact p a {color: #a9a9a9;}
.footer_1_contact p a:hover {color: #cfa354;}

.contact_form .form_left .footer_1_contact i {
    font-size: 27px;
    margin-right: 20px;
}

.contact_form .form_left .footer_1_contact i {
    color: #cfa354;
}

.footer_1_contact p i {
    font-size: 24px;
    margin-right: 7px;
    vertical-align: middle;
}

.contact_form .btn-sum {
    border-radius: 50px;
    /* height: 46px; */
    border: 0;
    padding: 14px 50px;
    line-height: 17px;
    font-size: 16px;
    margin-left: -10px;
    /* width: 133px; */
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    background: #cfa354;
}

.contact_form .btn-sum:hover {background: #b16e37;}

/*--------------------------------------------------------------
# USp
--------------------------------------------------------------*/

.usp {
   background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url(../img/service-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  padding: 70px 0 70px 0;
  color: #fff;
}

.usp .uspWrap .uspBox {background-color: #fff; 
  padding: 30px 0;box-shadow: 0px 2px 15px rgba(255, 255, 255, 0.9);transition: 0.3s;}

.usp .uspWrap .uspBox:hover {
  box-shadow: 0px 2px 25px rgba(255, 255, 255, 0.2);
}

.usp .uspWrap span {
  color: #cfa354;
}

.usp .uspWrap p {
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 30px;
  font-size: 22px;color: #000;
  font-weight: 500;
}

.usp .uspWrap img {margin-bottom: 20px;}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.countsBg {
    background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url(../img/service-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.counts {
  background: #f8f8f8;
  padding: 70px 0 70px 0;
  color: #fff;
}

.counts .counters .countersBox {background-color: #fff; 
  padding: 30px 0;box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);transition: 0.3s;}

.counts .counters span {
  font-size: 41px;
  display: block;
  font-weight: 700;color: #cfa354;
}

.counts .counters span span {display: inline-block;}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  
  font-size: 22px;color: #000;
  font-weight: 500;
}

.counts .counters img {margin-bottom: 20px;}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.why-us {padding: 60px 0;}

.why-us .content {
  padding: 30px;
  background: #009970;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #009970;
  background: #fff;
}

.sec-title {position: relative;text-align: center;}

.sec-title h5 {
    color: #727272;
    margin-bottom: 11px;
    font-size: 16px;
}

.sec-title h3 {
    
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    padding: 0;
    font-size: 36px;
    margin-bottom: 40px;
}


.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  /*width: 100%;*/
  transition: 0.3s;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #009970;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 0px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

.why-us .icon-boxes .icon-box:hover {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #009970;
  border: 2px solid #009970;
}

/*--------------------------------------------------------------
# Services2
--------------------------------------------------------------*/
.services { padding: 80px 0 80px 0;}

.service-section {
  background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url(../img/service-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.services .theme-title h5 {
    color: #727272;
    margin-bottom: 11px;font-size: 16px;
}

.services .theme-title h3 {
    display: inline-block;text-transform: uppercase;color: #ffffff;font-weight: 600;
    padding: 0;font-size: 36px; margin-bottom: 40px;
}

.services .icon-box {
  text-align: center;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
  background: #121212;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  /*border: 1px solid #009970;*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #009970;
}

.services .icon-box .icon i {
  font-size: 28px;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;line-height: 30px;
  font-size: 20px;text-transform: uppercase;
}

.services .icon-box h4 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 16px;color: #727272;
  margin-bottom: 0;margin-bottom: 26px;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.services .icon-box:hover h4 a {
  color: #cfa354;
}

.services .icon-box:hover .icon {
  color: #fff;
  /*background: #009970;*/
}

.services .btn-get-started {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 26px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #cfa354;
}

.services .btn-get-started:hover {background: #b16e37;}

/*--------------------------------------------------------------
# Services2
--------------------------------------------------------------*/

.services2 { padding: 0px 0 0px 0;}

.service-section {
  background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url(../img/service-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.services2 .theme-title h5 {
    color: #727272;
    margin-bottom: 11px;font-size: 16px;
}

.services2 .theme-title h3 {
    display: inline-block;text-transform: uppercase;color: #ffffff;font-weight: 600;
    padding: 0;font-size: 36px; margin-bottom: 40px;
}

.services2 .icon-box {
  text-align: center;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
  background: #121212;
}

.services2 .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  /*border: 1px solid #009970;*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #009970;
}

.services2 .icon-box .icon i {
  font-size: 28px;
}

.services2 .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;line-height: 30px;
  font-size: 20px;text-transform: uppercase;
}

.services2 .icon-box h4 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

.services2 .icon-box p {
  line-height: 24px;
  font-size: 16px;color: #727272;
  margin-bottom: 0;margin-bottom: 26px;
}

.services2 .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.services2 .icon-box:hover h4 a {
  color: #cfa354;
}

.services2 .icon-box:hover .icon {
  color: #fff;
  /*background: #009970;*/
}

.services2 .btn-get-started {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 26px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #cfa354;
}

.services2 .btn-get-started:hover {background: #b16e37;}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

.bg_gray {
    background: #f2f2f2; padding: 100px 0;
}

.broker_box > img {
  width: 100%;
}


.demo {
  margin: 0px;
}

.demo h2 {font-weight: 500; color: #131212; font-size: 36px;
    line-height: 1.2;
}

.demo p {color: #727272; font-size: 16px;line-height: 26px;
}

.accordion .fa {
  margin-right: 0.5rem; color: #cfa354;
}
.accordion button, .accordion button:hover, .accordion button:focus{
  text-decoration: none;
}

.accordion>.card>.card-header {background: #fff;
    border-radius: 30px;padding: 0px 0 0 11px;
  }

    .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
   margin-bottom: 12px;
    border: 1px solid rgba(0,0,0,.125);
       border-radius: 30px;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
     border-top-left-radius: 30px;
     border-top-right-radius: 30px;

}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.accordion .card .btn-link {
    color: #000;
    text-decoration: none;
}

.accordion .card .btn-link:hover {
    color: #000;
    
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.card-body {
    padding: 20px 20px 0px 66px; background: transparent;
}

/*--------------------------------------------------------------
# request a quote
--------------------------------------------------------------*/


  
.callback_bg {
    background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url(../img/quoteBg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0 80px 0;
}

.call_box h2 {font-size: 36px;
    color: #fff;
    margin: 0;
    padding: 0;}

 .call_box h2 span {color: #cfa354;} 

 .call_box p {color: #fff;}  

.callback_bg .call_form .btn-sum {border-radius: 50px;
    /*height: 46px;*/border: 0;padding: 14px 50px;
    line-height: 17px; font-size: 16px;
    margin-left: -10px;
    /*width: 133px;*/color: #fff;text-transform: uppercase;
    margin-top: 10px;background: #cfa354;}

 .callback_bg .call_form .btn-sum:hover {background: #b16e37;}   

/*.callback_bg .call_form button[type="submit"] {background: #009970;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;}*/

.call_form .form-control {font-size: 15px;}
.call_form .form-group {margin-bottom: 16px;}
.call_form input[type="text"], textarea {height: 44px;}


/*--------------------------------------------------------------
# Globaly
--------------------------------------------------------------*/

.global{ overflow: hidden; padding: 50px 0;}

.globalBg {/*background-image:url(../img/globalBg.jpg) !important;*/ background-color: #fafafa;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;}

.global h5{  text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    padding: 0;
    font-size: 36px;
    margin-bottom: 60px;}

.global h5 span{  color: #cfa354; }
.wpb_wrapper{}
.tooltip {}
.tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.hotspot-item a:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.cqtooltip-wrapper img {
    width: 100%;
    height: auto;
}
.cqtooltip-wrapper {
    position: relative;
    margin: 0 auto;
}
.cq-hotspots{position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: 100;}
.cq-hotspots .hotspot-item {
    position: absolute;
}
.cqtooltip-wrapper .cq-hotspots .hotspot-item a {
    border: none;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.cq-hotspots .hotspot-item a{width:24px;height:24px;border:2px solid rgba(255,255,255,.4);color:#fff;text-decoration:none;position:absolute;left:auto;top:auto;border-radius:100%;-moz-transition:all .2s ease-out 0;-o-transition:all .2s ease-out 0;-webkit-transition:all .2s ease-out;-webkit-transition-delay:0;transition:all .2s ease-out 0}

.cq-hotspots .hotspot-item.pulse-white a{border:none;-webkit-animation:pulse-white 2s ease-out infinite;-moz-animation:pulse-white 2s ease-out infinite;animation:pulse-white 2s ease-out infinite}
.cq-hotspots .hotspot-item.pulse-gray a{border:none;-webkit-animation:pulse-gray 2s ease-out infinite;-moz-animation:pulse-gray 2s ease-out infinite;animation:pulse-gray 2s ease-out infinite}

.cq-hotspots .hotspot-item.pulse-red a{border:none;-webkit-animation:pulse-red 2s ease-out infinite;-moz-animation:pulse-red 2s ease-out infinite;animation:pulse-red 2s ease-out infinite}

.cq-hotspots .hotspot-item.pulse-green a{border:none;-webkit-animation:pulse-green 2s ease-out infinite;-moz-animation:pulse-green 2s ease-out infinite;animation:pulse-green 2s ease-out infinite}
.cq-hotspots .hotspot-item.pulse-yellow a{border:none;-webkit-animation:pulse-yellow 2s ease-out infinite;-moz-animation:pulse-yellow 2s ease-out infinite;animation:pulse-yellow 2s ease-out infinite}
.cq-hotspots .hotspot-item.pulse-blue a{border:none;-webkit-animation:pulse-blue 2s ease-out infinite;-moz-animation:pulse-blue 2s ease-out infinite;animation:pulse-blue 2s ease-out infinite}
.cq-hotspots .hotspot-item.pulse-purple a{border:none;-webkit-animation:pulse-purple 2s ease-out infinite;-moz-animation:pulse-purple 2s ease-out infinite;animation:pulse-purple 2s ease-out infinite}
.cq-hotspots .hotspot-item a:hover{-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);-webkit-animation:none;-moz-animation:none;animation:none}
.cq-hotspots .hotspot-item a span{width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:100%;position:absolute;display:block;background:#FFF;left:50%;top:50%}
.cq-hotspots .hotspot-item a i{display:block;font-size:12px;position:relative;width:100%;text-align:center;font-style:normal;color:#fff;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.cq-hotspots .hotspot-item.cq-pulse a i{margin-top:6px}

.cq-hotspots .hotspot-item a span .tooltiptext {
    background: #555;     width: 100px;padding: 5px 0;position: absolute;
    height: 40px;border-radius: 6px;margin-left: -53px;left: 61%;top: -620%; z-index: 1;
}
.tooltipster-base.tooltipster-light .tooltipster-content {
    padding: 1em 1em;
    border: none;
    background-color: #13162b;
    color: #fff;
}
.wpb_content_element{margin-bottom: 0 !important;}


.scheme_default .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar {
    background-color: rgba(12,18,32,0.1);
}
.scheme_default .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label {
    color: #0c1220;
}
.scheme_dark .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label {
    color: #ffffff;
}
.scheme_dark .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar {
    background-color: rgba(255,255,255,0.1);
}
.scheme_dark .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label .vc_label_units {
    color: #68738b;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #009970;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(54, 52, 58, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(54, 52, 58, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #00cc95;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #66ffd6;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #009970 !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.team .member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #36343a;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b5b3ba;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a8a5ae;
}

.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #009970;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: #009970;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #36343a;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #686470;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #009970;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #00805d;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Inner Banner
--------------------------------------------------------------*/
.inner-banner {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.inner-banner .opacity {
    background: rgba(0,0,0,0.75);
    height: 100%;
    padding: 115px 0 90px 0;
    position: relative;
}

.inner-banner .theme-title {
  padding: 10px 0 0 14px;
}
.inner-banner .theme-title h3 {
  font-size: 36px;color: #fff;
  font-weight: 700;margin-bottom: 10px;
  
}
.inner-banner .theme-title p {
  font-size: 17px;
  color: #000;
  margin-top: 5px;
}
.inner-banner .theme-title:before {
  width: 30px;
  height: 30px;
  border-left: 3px solid #cfa354;
  border-top: 3px solid #cfa354;
}
.inner-banner ul {
  position: absolute;
  bottom: -65px;padding: 0;
  /*right: 0;*/left: 0;
}
.inner-banner ul li {
  display: inline-block;
  font-size: 14px;
  position: relative;
  padding: 0 6px;color: #cfa354;
}

.inner-banner ul li:before {
  content: '-';
  position: absolute;
  top:0;
  right: -6px;
  line-height: 27px;
  color: #ffffff;
}
.inner-banner ul li:last-child:before {
  display: none;
}
.inner-banner ul li a {
  color: #ffffff;
  font-weight: normal;
  text-transform: capitalize;
}

.breadcrumbs {
  padding: 15px 0;
  background: #f6f6f7;
  margin-top: 100px;
}

.breadcrumbs h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f4c55;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #009970 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #ffffff;
  font-size: 16px;
  background: #161616;
}

#footer .footer-top {
  padding: 60px 0 0px 0;
  background: #161616; border-bottom: 1px solid #604e2f;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
  
  color: #777777;
}

#footer .footer-top .footer-contact p a {color: #cfa354;}
#footer .footer-top .footer-contact p a:hover {color: #b16e37;}

#footer .footer-top .footer-contact p a i {padding-right: 8px;font-size: 18px;}

#footer .footer-top h4 {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  padding-bottom: 21px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;margin-bottom: 30px;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #cfa354;
  font-size: 12px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;font-size: 15px;text-transform: uppercase;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #a9a9a9;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #cfa354;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e4e3e6;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #009970;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #00664b;
}

#footer .credits {
  padding-top: 5px;
  font-size: 16px;
  color: #a9a9a9;
}

#footer .credits a {color: #cfa354;}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #cfa354;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #b16e37;
  color: #fff;
  text-decoration: none;
}

#footer .certifi a {display: inline-block;padding: 8px 0;margin-right: 4px;}


#footer .footer-mid {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #604e2f;
}

#footer .footer-mid p {color: #cfa354;font-size: 18px;margin-bottom:0px;line-height: 32px;}

#footer .footer-mid p a {padding: 0 15px;}

#footer .footer-mid p a:hover {color: #b16e37;}