/**
* Template Name: Personal Media Touch Official
* Template URL: https://www.personaltouchmedia.africa
* Author: www.personaltouchmedia.africa

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  color: #fff;
}

a {
  color: #6aa261;
}

a:hover {
  color: #6aa261;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: #6aa261;
  border-bottom-color: #6aa261;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 995;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  color: #6aa261;
  transition: all 0.4s;
  border: 2px solid #6aa261;
}

.back-to-top i:hover {
  background: #6aa261;
  color: #000;
}

/*****=====*****=====*****=====*****=====
    Main Slider Style Css
=====*****=====*****=====*****=====*****/

.header-style-1 {
    background-color: rgba(255, 255, 255, 0.09);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.header-style-2 {

}

.top-bar {
    position: relative;
}

.top-bar .contact-info {
    float: left;
}

.top-bar .contact-info ul {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 48px 12px 0;
}

.top-bar .contact-info li {
    color: #eee;
    display: inline-block;
    letter-spacing: 0.6px;
}

.top-bar .contact-info i {
    color: #6aa267;
    font-size: 18px;
    margin-right: 6px;
}

.top-bar .social-icons {
    float: right;
    
}

.top-bar .social-icons ul li {
    display: inline-block;
    margin-right: 12px;
    margin-top: 12px;
}

.top-bar .social-icons ul li:last-child {
    margin-right: 0;
}

.top-bar .social-icons ul li a {
    color: #eee;
    font-size: 16px;
}

.top-bar .social-icons ul li a:hover {
    color: #6aa267;
}


/*****=====*****=====*****=====*****=====
    Main Slider Style Two Css
=====*****=====*****=====*****=====*****/

.header.header-style-2  .menu-style.bg-transparent {
    background-color: rgba(255, 255, 255, 1) !important;
}

.header.header-style-2 .menu-style.bg-transparent .navbar-nav li a.nav-link {
    color: #000;
}

.header.header-style-2 .menu-style.menu-hover-2 .navbar-nav li.active a.nav-link,
.header.header-style-2 .menu-style.menu-hover-2 .navbar-nav li:focus a.nav-link,
.header.header-style-2 .menu-style.menu-hover-2 .navbar-nav li:hover a.nav-link {
    color: #fff;
}

.header.header-style-2 .menu-style.menu-hover-2 .fixed-header .navbar-nav li.active a.nav-link,
.header.header-style-2 .menu-style.menu-hover-2 .fixed-header .navbar-nav li:focus a.nav-link,
.header.header-style-2 .menu-style.menu-hover-2 .fixed-header .navbar-nav li:hover a.nav-link {
    color: #fff;
}

.header.header-style-2 .navbar-nav {
    border-right-color: #eee;
}

.header.header-style-2 .fixed-header{
    background-color: #fff;
}

.header.header-style-2 .menu-style.bg-transparent .fixed-header .navbar-nav li a.nav-link {
    color: #000;
}

.header.header-style-2 .menu-hover-2 .dropdown-buttons .btn-group .btn {
    color: #6aa267;
}

.header.header-style-2 .top-bar {
    background-color: #000;
}

.header.header-style-2 .menu-style.bg-transparent .fixed-header .dropdown-buttons .btn-group .btn {
    color: #989898;
}

/* header style responsive start */

@media only screen and (min-width: 334px) and (max-width: 767px) {
    .top-bar .contact-info{
        width:100%;
    }
    .top-bar .contact-info ul{
        border-right:none;
        width:100%;

    }
    .top-bar .contact-info li{
        width:100%;
        text-align: center;
    }
    .top-bar .social-icons{
        float: none;
        text-align: center;
    }
    .header .dropdown-buttons{
        margin-top: 0px;
        text-align: right;
        padding-right: 20px;
        padding-bottom: 10px;
    }
    .about-features .content{
        padding-right: 0 !important;
    }
    .about-features .content .company-funfact .funfact-item{
        width: 100%;
        text-align: center;
        margin-right: 0 !important;
    }
    .navbar-dark .navbar-collapse.show{
        background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
    }

}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #6aa261;
  color: #fff;
   border-bottom: 2px solid #000;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
  line-height: 0;
}

#topbar h2 {
    display: inline-block;
    margin-right: 12px;
    margin-top: 12px;
}

#topbar h2 {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

#topbar .social-icons {
    float: right;  
}

#topbar .social-icons ul li {
    display: inline-block;
    margin-right: 12px;
    margin-top: 12px;
}

#topbar .social-icons ul li:last-child {
    margin-right: 0;
}

#topbar .social-icons ul li a {
    color: #eee;
    font-size: 16px;
}

#topbar .social-icons ul li a:hover {
    color: #000;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
  top: 55px;
  border-top: 2px solid #6aa267;
  border-bottom: 2px solid #6aa267;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #555555;
}

#header .logo img {
  max-height: 40px;
}

/**
* Appointment Button
*/
.appointment-btn {
  margin-left: 25px;
  background: #6aa261;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 800px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
}

/**
* Appointment Button
*/
.quote-btn {
  margin-left: 8px;
  background: #6aa261;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.quote-btn:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 800px) {
  .quote-btn {
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
}

/*--------------------------------------------------------------
#Contact Us button Menu
--------------------------------------------------------------*/
.contact-us-btn {
  margin-left: 25px;
  background: #6aa261;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.contact-us-btn:hover {
  background: #fff;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
}
  }


/*--------------------------------------------------------------
#Contact Us button Menu
--------------------------------------------------------------*/
.contact-us-btn {
  margin-left: 25px;
  background: #6aa261;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.contact-us-btn:hover {
  background: #fff;
  color: #fff;
}

@media (max-width: 768px) {
  .contact-us-btn {
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
}
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0px 48px;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #6aa261;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #6aa261;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #555555;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #555555;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #6aa261;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #6aa261;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(60, 60, 60, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#hero .container {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-top: 4px solid #6aa261;
}

@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}

#hero h2 {
  color: #000;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

#hero h2 span {
  color: #6aa261;
}

#hero p {
  margin: 0 auto 30px auto;
  color: #000;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: #fff;
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(0, 0, 0, 0.9);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: #6aa261;
  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: #6aa261;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background: #6aa261;
}

#hero .btn-get-started:hover {
  background: #000;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .container {
    margin-top: 100px;
  }
}

@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: 160vh;
  }
}


/*****=====*****=====*****=====*****=====
    Main Slider Style Css
=====*****=====*****=====*****=====*****/

.bs-slider{
    width: 100%;
    height: 100vh;
    background-color: rgba(60, 60, 60, 0.8);
    overflow: hidden;
    position: relative;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    


}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);    
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

@media (max-width: 992px) {
.bs-slider {
    height: 100vh;
  }
  .bs-slider .container {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .bs-slider h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  .bs-slider .bs-slider .carousel-control-prev, .bs-slider .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  .bs-slider {
    height: 160vh;
  }
}

/*---------- SLIDE CAPTION ----------*/
.slide-style-left {
    text-align: left !important;
}
.slide-style-right {
    text-align: right !important;
}
.slide-style-center {
    text-align: center !important;
}

.slide-text {
    left: 15%;
    margin: auto;
    overflow: hidden;
    padding: 10px 85px;
    position: absolute;
    right: 15%;
    text-align: left;
    top: 33%;
}

.slide-text.home-2 {
    top: 50%;
    transform: translateY(-38%);
}

.slide-text .title-box {
    overflow: hidden;
    position: relative;
}

.slide-text .title-box h2 {
    color: #fff;
    display: inline-block;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 66px;
    margin-bottom: 33px;
    max-width: 600px;
    text-transform: uppercase;
}

.slide-text .sub-title h4 {
    background-color: #6aa267;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 14px;
    margin-bottom: 14px;
    padding: 14px 28px;
    text-transform: uppercase;
}

.slide-text .btn-box .btn-theme {
    color: #f7f7f7;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3.8px;
    padding: 12px 30px;
    text-transform: uppercase;
}

.slide-text .title-box,
.slide-text .sub-title,
.slide-text .btn-box {
    color: #fff;
    opacity: 0;
}

.slide-text .sub-title {
    -moz-animation: fadeInDown 1.5s 0.2s forwards;
    -webkit-animation: fadeInDown 1.5s 0.2s forwards;
    -o-animation: fadeInDown 1.5s 0.2s forwards;
    -ms-animation: fadeInDown 1.5s 0.2s forwards;
    animation: fadeInDown 1.5s 0.2s forwards;
}

.slide-text .title-box {
    -webkit-animation: fadeInLeft 1.5s 0.2s forwards;
    -moz-animation: fadeInLeft 1.5s 0.2s forwards;
    -o-animation: fadeInLeft 1.5s 0.2s forwards;
    -ms-animation: fadeInLeft 1.5s 0.2s forwards;
    animation: fadeInLeft 1.5s 0.2s forwards;
}

.slide-style-right.slide-text .title-box {
    -moz-animation: fadeInRight 1.5s 0.2s forwards;
    -webkit-animation: fadeInRight 1.5s 0.2s forwards;
    -o-animation: fadeInRight 1.5s 0.2s forwards;
    -ms-animation: fadeInRight 1.5s 0.2s forwards;
    animation: fadeInRight 1.5s 0.2s forwards;
}

.slide-style-center.slide-text .title-box {
    -moz-animation: fadeInUp 1.5s 0.2s forwards;
    -webkit-animation: fadeInUp 1.5s 0.2s forwards;
    -o-animation: fadeInUp 1.5s 0.2s forwards;
    -ms-animation: fadeInUp 1.5s 0.2s forwards;
    animation: fadeInUp 1.5s 0.2s forwards;
}

.slide-text .btn-box {
    -moz-animation: fadeInUp 1.5s 0.2s forwards;
    -webkit-animation: fadeInUp 1.5s 0.2s forwards;
    -o-animation: fadeInUp 1.5s 0.2s forwards;
    -ms-animation: fadeInUp 1.5s 0.2s forwards;
    animation: fadeInUp 1.5s 0.2s forwards;
}

.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #Fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: 1px solid #FFF;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #6aa267;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #4d4d4d;
    border: 1px solid transparent;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


/*--------------------------------------------------------------
# Success
--------------------------------------------------------------*/
.success {
  background: url("../img/about-bg.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}

.success:before {
  content: "";
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.success .success-item {
  box-sizing: content-box;
  min-height: 320px;
}

.success .success {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #6aa261;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.success .success-item-1 p {
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: url("../img/testimonials/testimonials-1.jpg") center center;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.success .success-item-2 p {
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: url("../img/testimonials/testimonials-2.jpg") center center;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.success .success-item-3 p {
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: url("../img/testimonials/testimonials-3.jpg") center center;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.success .success-item-4 p {
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: url("../img/testimonials/testimonials-4.jpg") center center;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.success .success-item-5 p {
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: url("../img/testimonials/testimonials-5.jpg") center center;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.success .success-item-6 p {
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: url("../img/testimonials/testimonials-1.jpg") center center;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.success .success-item-7 p {
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: url("../img/testimonials/testimonials-2.jpg") center center;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.success .success-item-8 p {
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: url("../img/testimonials/testimonials-3.jpg") center center;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .success {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# eta
--------------------------------------------------------------*/
.eta {
  background: #fff;
  color: #000;
  background-size: cover;
  padding: 35px 0;
}

.eta h3 {
  font-family: 'Brush Script MT', cursive;
  font-size: 50px;
  font-weight: 300;
  color: #6aa261;
}

.eta p {
 font-family: 'Trebuchet MS', sans-serif;
  font-size:12px;
  font-weight: 500;
  color: #000;
}

.eta h1 {
 font-family: 'Trebuchet MS', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #545454;
}

.eta .eta-btn {
 font-family: 'Trebuchet MS', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 25px;
   white-space: nowrap;
  border-radius: 4px;
  transition: 0.3s;
  margin-top: 10px;
  border: 2px solid #6aa261;
  background: #6aa261;
  color: #fff;
}

.eta .eta-btn:hover {
  background: #000;
  color: #fff;
}

.eta .eta-bottom {
  border-top: 1px solid #6aa261;
  z-index: 2;
  position: relative;
  padding-top: 3px;
  padding-bottom: 40px;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fff;
}

.section-title {
  padding-bottom: 30px;
  text-align: center;
}
.section-title h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #6aa261;
}
.section-title h2 strong {
  font-weight: 700;
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #fff;
  color: #000;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta h3 span {
  color: #6aa261;
}

.cta .cta-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 25px;
   white-space: nowrap;
  border-radius: 4px;
  transition: 0.3s;
  margin-top: 10px;
  border: 2px solid #6aa261;
  background: #6aa261;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #000;
  color: #fff;
}


/*--------------------------------------------------------------
# Pagebreak
--------------------------------------------------------------*/
.pagebreak {
  background: #6aa261;
  background-size: cover;
  padding: 5px 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #000;
  margin-top: 110px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 98px;
  }
}

.breadcrumbs h2 {
  font-size: 20px;
  font-weight: 300;
}

.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: #000;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: url("../img/about-bg.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}

.about:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.about .about-img {
  position: relative;
  transition: .5s;
}

.about .about-img img {
  max-width: 100%;
  border: 4px solid #6aa261;
  position: relative;
}

.about .about-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: '';
  border-left: 5px solid #6aa261;
  border-top: 5px solid #6aa261;
  transition: .5s;
}

.about .about-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: '';
  border-right: 5px solid #6aa261;
  border-bottom: 5px solid #6aa261;
  transition: .5s;
}

.about .about-img:hover {
  transform: scale(1.03);
}

.about .about-img:hover::before {
  left: 10px;
  top: 10px;
}

.about .about-img:hover::after {
  right: 10px;
  bottom: 10px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 28px;
  color: #6aa261;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  font-size: 14px;
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #6aa261;
}

.about .content p:last-child {
  font-size: 15px;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .about {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  background: url("../img/events-bg.jpg") center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}

.services:before {
  content: "";
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.services h2 {
  font-size: 28px;
  font-weight: 700;
  color: #6aa261;
}

.services .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  border: 1px solid #ebe6e4;
  height: 200px;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
}
.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #6aa261;
}
.services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.services .title a {
  color: #6aa261;
}
.services .icon-box:hover .icon {
  background: #fff;
  border: 2px solid #6aa261;
}
.services .icon-box:hover .icon i {
  color: #6aa261;
}
.services .icon-box:hover .title a {
  color: #6aa261;
}
.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Provices
--------------------------------------------------------------*/
.provices {
  background: url("../img/events-bg.jpg") center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}

.provices:before {
  content: "";
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.provices h2 {
  font-size: 28px;
  font-weight: 700;
  color: #6aa261;
}

.provices .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  border: 1px solid #ebe6e4;
  height: 100px;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
}

.provices .icon-box:hover {
  border: 1px solid #6aa261;
}

.provices .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #6aa261;
}
.provices .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}
.provices .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.provices .title a {
  color: #fff;
}
.provices .title a:hover  {
  color: #6aa261;
}
.provices .icon-box:hover .icon {
  background: #fff;
  border: 2px solid #6aa261;
}
.provices .icon-box:hover .icon i {
  color: #6aa261;
}
.provices .icon-box:hover .title a {
  color: #6aa261;
}
.provices .description {
  line-height: 24px;
  font-size: 14px;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.clients {
  padding-bottom: 30px;
  text-align: center;
}
.clients h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #000;
}
.clients h2 strong {
  font-weight: 700;
}
.clients p {
  margin-bottom: 0;
}

.clients p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #fff;
}
.clients h2 strong {
  font-weight: 700;
}

.clients {
  background: #6aa261;
}

.clients .clients-wrap {
  border: 1px solid #6aa261;
}
.clients .client-logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #f1eeed;
  border-bottom: 1px solid #f1eeed;
  overflow: hidden;
  background: #fff;
  height: 100px;
}
.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height: 36px;
  filter: grayscale(100%);
}
.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# PDF
--------------------------------------------------------------*/
.pdf-title h2 {
  font-size: 25px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  font-family: "Poppins", sans-serif;
}
.pdf {
  background: #6aa261;
  background-size: cover;
  position: relative;
  padding: 30px 0;
}

.pdf h3 {
  font-size: 28px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0);
}

.pdf-icon {
  color: #000;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.icon-details:hover h4, .pdf-details{
  color: #000;
}

.pdf .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 0px 15px;
  background: rgba(0, 0, 0, 0);
  text-align: center;
}

.pdf .btn-download {
  background: #000;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 5px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pdf .btn-download:hover {
  background: #fff;
  color: #000;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  background: url(../img/events-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.why-us: before {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.why-us .section-title h2 {
  color: #fff;
}

.why-us .container {
  position: relative;
}

@media (min-width: 1024px) {
  .why-us {
    background-attachment: fixed;
  }
}

.why-us .events-carousel {
   background: rgba(255, 255, 255, 0.9);
  padding: 30px;
}

.why-us .event-item {
  color: #000;
}

.why-us .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #6aa261;
}

.why-us ..events-item .price {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.why-us .event-item .price span {
  border-bottom: 2px solid #6aa261;
}

.why-us .event-item ul {
  list-style: none;
  padding: 0;
}

.why-us .event-item ul li {
  padding-bottom: 10px;
}

.why-us .event-item ul i {
  font-size: 16px;
  padding-right: 4px;
  color: #6aa261;
}

.why-us .event-item p:last-child {
  font-size: 16px;
  margin-bottom: 0;
}

.why-us .owl-nav, .events .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.why-us .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000 !important;
}

.why-us .owl-dot.active {
  background-color: #6aa261 !important;
}

@media (min-width: 992px) {
  .why-us .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment {
	padding: 15px 22px;
	margin-top: 15px;
    border: 0px solid #000;
	background: #fff;
}

.appointment .form_container {
	padding: 15px 22px;
	margin-top: 15px;
    border: 2000px solid #000;
	background: #fff;	
}
.appointment .appointment_title p {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}

.appointment .appointment_title h2 {
  text-align: center;
  font-size:35px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #6aa261;
}

.appointment .info:hover i {
  background: #fff;
  color: #6aa261;
}

.appointment .form_container .form-group {
  padding-bottom: 20px;
  
}

.appointment .form_container,  textarea {
  border-radius: 0;
  border: 4px #000;
  font-size: 14px;
}
.appointment .form_container input {
  height: 44px;
  border: 1px solid #000;
}

.appointment .form_container textarea {
  padding: 10px 12px;
  background-color: #fff;
  border: 1px solid #000;
  
}

.appointment .form_container button[type=submit] {
  background: #000;
  border: 0;
  padding: 5px 75px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.appointment .form_container button[type=submit]:hover {
  background: #6aa261;
  color: #fff;
}


.appointment .form_container h2 {
  padding: 0 0 0 0px;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #6aa261;
}

.appointment .form_container p {
  padding: 0 0 0 0px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #fff;
}

.appointment .form_container h1 {
  font-size: 14px;
  font-weight: 600;
  color: #6aa261;
}



/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
  background: url("../img/about-bg.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}

.team:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team h2 {
  font-size: 28px;
  font-weight: 700;
  color: #6aa261;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: #2b2320;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.team .member .social a:hover {
  color: #6aa261;
}
.team .member .social i {
  font-size: 18px;
  line-height: 0;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #2b2320;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #b4aca8;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #847872;
}
.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Our Products
--------------------------------------------------------------*/
.products {
  background: url("../img/events-bg.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}

.products:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.products .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #6aa261;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.products .member .member-img {
  position: relative;
  overflow: hidden;
}

.products h2 {
  font-size: 28px;
  font-weight: 700;
  color: #6aa261;
}

.products .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .member .social a {
  transition: color 0.3s;
  color: #2b2320;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.products .member .social a:hover {
  color: #6aa261;
}
.products .member .social i {
  font-size: 18px;
  line-height: 0;
}
.products .member .member-info {
  padding: 25px 15px;
}
.products .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #000;
}
.products .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #b4aca8;
}
.products .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #847872;
}
.products .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f3f1f0;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.pricing h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2b2320;
}
.pricing h4 {
  font-size: 42px;
  color: #6aa261;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #2b2320;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  padding: 15px;
  text-align: center;
}
.pricing .btn-buy {
  color: #9c847b;
  border: 2px solid #e9e3e1;
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  color: #6aa261;
  border-color: #6aa261;
}
.pricing .featured {
  background: #fd5c28;
  box-shadow: none;
}
.pricing .featured h3, .pricing .featured h4, .pricing .featured h4 span, .pricing .featured ul, .pricing .featured ul .na {
  color: #fff;
}
.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}
.pricing .featured .btn-buy {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.pricing .featured .btn-buy:hover {
  color: #6aa261;
  background: #fff;
  border-color: #fff;
}

/*--------------------------------------------------------------
# bulk
--------------------------------------------------------------*/
.bulk {
  background: url("../img/about-bg.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}

.bulk:before {
  content: "";
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.bulk .icon-box {
  text-align: center;
  border: 2px solid #6aa261;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: url("../img/pricing.jpg") center center;
}

.bulk .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0);
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.bulk .icon-box .icon i {
  color: rgba(0, 0, 0, 0);
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.bulk .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.bulk .icon-box h4 a {
  color: rgba(0, 0, 0, 0);
  transition: ease-in-out 0.3s;
}

.bulk .icon-box p {
  line-height: 24px;
  color: rgba(0, 0, 0, 0);
  font-size: 14px;
  margin-bottom: 0;
}

.bulk .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.bulk .icon-box:hover h4 a, .bulk .icon-box:hover .icon i {
  color: rgba(0, 0, 0, 0);
}

.bulk .icon-box:hover .icon {
  border-color: rgba(0, 0, 0, 0);
}

.bulk .icon-box2 {
  text-align: center;
  border: 2px solid #6aa261;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: url("../img/pricing%202.jpg") center center;
}

.bulk .icon-box2 .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0);
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.bulk .icon-box2 .icon i {
  color: rgba(0, 0, 0, 0);
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.bulk .icon-box2 h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.bulk .icon-box2 h4 a {
  color: rgba(0, 0, 0, 0);
  transition: ease-in-out 0.3s;
}

.bulk .icon-box2 p {
  line-height: 24px;
  color: rgba(0, 0, 0, 0);
  font-size: 14px;
  margin-bottom: 0;
}

.bulk .icon-box2:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.bulk .icon-box2:hover h4 a, .bulk .icon-box2:hover .icon i {
  color: rgba(0, 0, 0, 0);
}

.bulk .icon-box2:hover .icon {
  border-color: rgba(0, 0, 0, 0);
}

.bulk .icon-box3 {
  text-align: center;
  border: 2px solid #6aa261;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: url("../img/pricing%203.jpg") center center;
}

.bulk .icon-box3 .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0);
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.bulk .icon-box3 .icon i {
  color: rgba(0, 0, 0, 0);
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.bulk .icon-box3 h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.bulk .icon-box3 h4 a {
  color: rgba(0, 0, 0, 0);
  transition: ease-in-out 0.3s;
}

.bulk .icon-box3 p {
  line-height: 24px;
  color: rgba(0, 0, 0, 0);
  font-size: 14px;
  margin-bottom: 0;
}

.bulk .icon-box3:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.bulk .icon-box3:hover h4 a, .bulk .icon-box3:hover .icon i {
  color: rgba(0, 0, 0, 0);
}

.bulk .icon-box3:hover .icon {
  border-color: rgba(0, 0, 0, 0);
}


/*--------------------------------------------------------------
# Pagebreak
--------------------------------------------------------------*/
.pagebreak {
  background: #000;
  background-size: cover;
  padding: 5px 0;
}

/*--------------------------------------------------------------
# Pagebreak 3
--------------------------------------------------------------*/
.green {
  background: #6aa261;
  background-size: cover;
  padding: 5px 0;
}

/*--------------------------------------------------------------
# Pagebreak 2
--------------------------------------------------------------*/
.break {
  background: #fff;
  background-size: cover;
  padding: 5px 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.extreme {
  background: url("../img/bg-02.jpg") center center;
  padding: 60px 0;
  color: #000;
}


/*--------------------------------------------------------------
# PRICING
--------------------------------------------------------------*/
.fuel-title h2 {
  font-size: 25px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  font-family: "Poppins", sans-serif;
}
.fuel {
  background: #6aa261;
  background-size: cover;
  position: relative;
  padding: 30px 0;
}

.fuel h3 {
  font-size: 28px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0);
}

.fuel h3 {
  font-size: 28px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0);
}


.icon-details h4, .fuel-details{
  color: #000;
}

/*--------------------------------------------------------------
# Cta Pricing
--------------------------------------------------------------*/
.cta-pricing {
  background: #6aa261;
  color: #000;
}
.cta-pricing h3 {
  font-size: 28px;
  font-weight: 700;
}
.cta-pricing .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.4s;
  margin: 10px;
  border-radius: 5px;
  border: 2px solid #000;
  color: #fff;
  background: #000;
}
.cta-pricing .cta-btn:hover {
  background: #fff;
  color: #000;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  background: url("../img/about-bg.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}

.testimonials:before {
  content: "";
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #6aa261;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item-1 p {
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: url("../img/testimonials/testimonials-1.jpg") center center;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .testimonial-item-2 p {
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: url("../img/testimonials/testimonials-2.jpg") center center;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .testimonial-item-3 p {
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: url("../img/testimonials/testimonials-3.jpg") center center;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .testimonial-item-4 p {
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: url("../img/testimonials/testimonials-4.jpg") center center;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .testimonial-item-5 p {
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: url("../img/testimonials/testimonials-5.jpg") center center;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .testimonial-item-6 p {
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: url("../img/testimonials/testimonials-1.jpg") center center;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .testimonial-item-7 p {
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: url("../img/testimonials/testimonials-2.jpg") center center;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .testimonial-item-8 p {
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: url("../img/testimonials/testimonials-3.jpg") center center;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.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: #6aa261 !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Our Products
--------------------------------------------------------------*/
.products {
  background: url("../img/events-bg.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}

.products:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.products .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #6aa261;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.products .member .member-img {
  position: relative;
  overflow: hidden;
}

.products h2 {
  font-size: 28px;
  font-weight: 700;
  color: #6aa261;
}

.products .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .member .social a {
  transition: color 0.3s;
  color: #2b2320;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.products .member .social a:hover {
  color: #6aa261;
}
.products .member .social i {
  font-size: 18px;
  line-height: 0;
}
.products .member .member-info {
  padding: 25px 15px;
}
.products .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #000;
}
.products .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #b4aca8;
}
.products .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #847872;
}
.products .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  background: url("../img/events-bg.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}

.gallery:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  margin-bottom: 25px;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  background: url("../img/events-bg.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}

.contact:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.contact .info {
  background: rgba(0, 0, 0, 0.1);
}
.contact .info i {
  font-size: 20px;
  color: #000;
  float: left;
  width: 44px;
  height: 44px;
  background: #6aa261;
  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: #6aa261;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}
.contact .info:hover i {
  background: #fff;
  color: #6aa261;
}

.contact .form_container {
	padding: 15px 22px;
	margin-top: 15px;
	background: rgba(0,0,0,0.7);
	box-shadow: 2px #6aa261;
}


.contact .form_container .form-group {
  padding-bottom: 20px;
}

.contact .form_container, .contact .form_container textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .form_container input {
  height: 44px;
}

.contact .form_container textarea {
  padding: 10px 12px;
  background-color: #fff;
}

.contact .form_container button[type=submit] {
  background: #6aa261;
  border: 0;
  padding: 5px 75px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .form_container button[type=submit]:hover {
  background: #fff;
  color: #000;
}


.contact .form_container h2 {
  padding: 0 0 0 0px;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.contact .form_container p {
  padding: 0 0 0 0px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #fff;
}

.contact .form_container h1 {
  font-size: 14px;
  font-weight: 600;
  color: #6aa261;
}

/*--------------------------------------------------------------
Footer Css Style
----------------------------------------------------------------*/

.footer-item h6 {
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.footer-item h6 span {
    color: #6aa267;
}

.footer-item .subscribe-style-two .form-control.input-subscribe {
    font-family: "Oswald",sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 52px;
    letter-spacing: 0.9px;
    text-transform: capitalize;
    padding-bottom:10px;
}

.footer-item *::-moz-placeholder {
    color: #c9c9c9 !important;
}

.footer-item *::-webkit-input-placeholder {
    color: #c9c9c9 !important;
}
.footer-item *::-moz-placeholder {
    color: #c9c9c9 !important;
}
.footer-item *::-ms-input-placeholder {
    color: #c9c9c9 !important;
}

.footer-item .subscribe-style-two .btn-subscribe {
    font-family: "Oswald",sans-serif;
    height: 52px;
}

/*--------------------------------------------------------------
Footer Copy Right  Css Style
----------------------------------------------------------------*/

.footer-copy-right {
    border-top: 1px solid #101c2f;
}

.footer-copy-right p {
    color: #a2a2a2;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.9px;
}

.footer-copy-right a  {
    color: #6aa267;
}

/* footer style responsive */
@media only screen and (min-width: 334px) and (max-width: 767px) {
    .footer-widget-one{
        padding-bottom: 80px;
    }
    .footer-item{
        text-align: center;
    }
    .border-style-3:after{
        top: -10px !important;
        left: 171px !important;
    }

}

/*======= ****========****=======
    Footer Style ( All Footer Style )
/*======= ****========****=======*/

#footer {
  background: url("../img/newsletter-bg.jpg") top center no-repeat;
  color: #fff;
  font-size: 14px;
  position: relative;
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 10px 0;
}

.footer-item {
  position: relative;
  margin-bottom: 30px;
}

.social-icon li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  font-size: 18px;
  width: 40px;
  align-content: center;
  cursor: pointer;
}
.social-icon li:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icon li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icon.bg-f2 li {
  background: #f2f2f2;
}
.social-icon.bg-f2 li a {
  color: #6aa267;
}
.social-icon.bg-f2 li:hover {
  background: #6aa267;
}
.social-icon.bg-f2 li:hover a {
  color: #FFF;
}
.social-icon.bg-theme li {
  background: #6aa267;
}
.social-icon.bg-theme li a {
  color: #fff;
}
.social-icon.bg-theme li:hover {
  background: #4d4d4d;
}
.social-icon.bg-theme li:hover a {
  color: #fff;
}
.social-icon.bg-black li {
  background: #4d4d4d;
}
.social-icon.bg-black li a {
  color: #fff;
}
.social-icon.bg-black li:hover {
  background: #6aa267;
}
.social-icon.bg-black li:hover a {
  color: #fff;
}
.social-icon.bg-transparent li {
  background: transparent;
}
.social-icon.bg-transparent li a {
  color: #333;
}
.social-icon.bg-transparent li:hover {
  background: transparent;
}
.social-icon.bg-transparent li:hover a {
  color: #6aa267;
}
.social-icon.rounded li {
  border-radius: 50%;
}
.social-icon.round li {
  border-radius: 7px;
}
.social-icon.bordered li {
  border: 1px solid;
}
.social-icon.bordered li:hover {
  background: #6aa267;
  border-color: #6aa267;
}
.social-icon.bordered li:hover a {
  color: #fff;
}
.social-icon.bordered-theme li {
  border: none;
}
.social-icon.bordered-theme li a {
  color: #6aa267;
}
.social-icon.bordered-theme li:hover {
  background: #6aa267;
  border-color: #6aa267;
}
.social-icon.bordered-theme li:hover a {
  color: #fff;
}
.news-area {
  margin-bottom: 20px;
}
.news-img {
    float: left;
    padding-top: 5px;
    padding-right: 15px;
}
.news-img a {
    display: inline-block;
    position: relative;
}
.news-img a span {
    font-size: 22px;
    position: absolute;
    top: 70%;
    left: 50%;
    color: #FFF;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-img a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #6aa267;
    visibility: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.news-area:hover .news-img a:after {
    visibility: visible;
    opacity: .8;
}
.news-area:hover .news-img a span {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-area .news-content p{
  font-size: 15px;
  padding-top: 10px;
}
.news-area .news-content span{
  color: #6aa267;
}

.footer-list li {
    margin-bottom: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-list li a {
    color: #989898;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-left: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-list li a:hover {
    color: #fff;
}

.footer-list.border-deshed li {
  border-bottom: 1px dashed #6aa267;
}
.footer-list.color-icon li i {
  color: #6aa267;
}

.footer-list li:hover {
  padding-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-title {
  margin-bottom: 30px;
}


.footer-title h4 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.8px;
    padding-bottom: 22px;
    text-transform: uppercase;
}

.footer-title h4 span {
    color: #6aa267;
}

.border-style-1,
.border-style-2,
.border-style-3 {
    position: relative;
}

.border-style-1:after{
    top: 0;
    content: "";
    height: 3px;
    left: 2px;
    margin: auto;
    position: absolute;
    width: 40px;
    background: #6aa267;
}

.border-style-2:after{
    top: 0;
    content: "";
    height: 3px;
    left: 2px;
    margin: auto;
    position: absolute;
    width: 50px;
    background: #6aa267;
}

.border-style-3:after {
  background: #6aa267 none repeat scroll 0 0;
  border-radius: 0 50px 0 0;
  content: "";
  height: 3px;
  left: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 40px;
}
 

.img-rounded img,
.img-rounded a:after,
.img-rounded a:before {
  border-radius: 100%;
}

.img-round img,
.img-round a:after,
.img-round a:before {
  border-radius: 10px;
}


.footer-item .subscribe-style-one,
.footer-item .subscribe-style-two,
.footer-item .subscribe-style-three {
  margin-bottom: 30px;
}

.btn-subscribe {
  height: 55px;
  border-radius: 0;
  background: #333;
  color: #fff;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 1px;
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 2px ;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -3px;
  right: -1px;
  background: none;
  font-size: 16px;
  padding: 1px 20px;
  background: #6aa261;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #000;
}



.subscribe-style-two .btn-subscribe {
  background: #6aa267;
}

.footer-item .newsletter-text {
  position: relative;
  padding-bottom: 20px;
}

.footer-item .newsletter-text:before {
  top: 30px;
  content: "";
  height: 3px;
  left: 2px;
  margin: auto;
  position: absolute;
  width: 40px;
  background: #6aa267;
}
.flicker-feed>a {
    display: inline-block;
    float: left;
    position: relative;
    width: 33.3333%;
    z-index: 1;
}
.flicker-feed.gutter>a {
    display: inline-block;
    float: left;
    position: relative;
    width: 32%;
    z-index: 1;
    margin: 1px;
}

.flicker-feed>a:before {
    background-color: rgba(255,165,0, 0.90);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flicker-feed>a:hover:before,
.flicker-feed>a:hover:after {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flicker-feed>a:after {
    color: #fff;
    content: "\e618";
    font-family: 'Pe-icon-7-stroke';
    font-size: 24px;
    font-weight: 300;
    left: 45%;
    position: absolute;
    top: 45%;
    margin-top: -7px;
    margin-left: -7px;
    width: 100%;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-item form .form-control {
  height: 45px;
  margin-bottom: 0;
}
.footer-item .contact-textarea .form-control {
  height: 85px;
  margin-bottom: 15px;
}
.footer-btn {
    font-size: 13px;
    color: #fff;
    background: #4d4d4d;
}
.footer-btn:hover {
    color: #fff;
    background: #6aa267;
}

.footer-btn-1 {
    font-size: 13px;
    color: #fff;
    background: #6aa267;
}
.footer-btn-1:hover {
    color: #fff;
    background: #4d4d4d;
}
.footer-item .footer-feature i {
  font-size: 30px;
  margin-bottom: 15px;
}
.footer-copy-right .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.bg-footer-1 {
    color: #fff;
}

.bg-footer-1 a:hover {
    color: #6aa267;
}
.bg-footer-1,
.bg-footer-1 h4,
.bg-footer-1 .footer-title h4, 
.bg-footer-1 h5,
.bg-footer-1 .footer-item h6, 
.bg-footer-1 .footer-item .newsletter-text,
.bg-footer-1 .footer-item .social-icon.bordered li i,
.bg-footer-1 .social-icon.bordered li i,
.bg-footer-1 .footer-item .social-icon.bg-black li,
.bg-footer-1 a {
    color: #fff;
}

.bg-footer-1 hr {
    background: #eee;
}
.bg-footer-1 .footer-item form .form-control {
    background: transparent;
    border-color: #777;
}
.bg-footer-1 .footer-item form .form-control:focus {
    border-color: #6aa267;
}


 /*form style Css*/

.form-style-one .form-control {
    background: transparent;
    border: 1px solid #ddd;
    color: #fff;
}

.footer-list.footer-contact li {
  margin-bottom: 10px;
}

.footer-list.footer-contact li:last-child {
    margin-bottom: 24px;
}

#footer .footer-bottom {
  border-top: 1px solid #6aa261;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  text-align: center;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
    
    }
    
#footer .copyright a{
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #6aa268;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a{
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #6aa268;
}

#footer .credits a:hover{
  color: #fff;
}


/*--------------------------------------------------------------
Service Css Style
----------------------------------------------------------------*/
.service-section4 {
  background-image: url("../images/bg/events-bg.jpg");
  background-position: center center;
  background-size: cover;
  padding: 70px 94px 77px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.service-section4: before {
  content: '';
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}


.service-item.style-4 {
    margin-bottom: 30px;
}

.service-item.style-4 .thumb {
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.service-item.style-4 .thumb img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.service-item.style-4:hover .thumb img {
    transform: scale(1.2);
}

.service-item.style-4 .thumb .service-link-box {
    left: calc(50% - 58px);
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.service-item.style-4:hover .thumb .service-link-box {
    opacity: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.service-item.style-4 .thumb .service-link-box a {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #444;
    border-radius: 50px;
    box-shadow: 0 0 0 900px rgba(252, 171, 3, 0.4);
    color: #444;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6;
    transition: all 0.6s;
}

.service-item.style-4 .thumb .service-link-box a:hover {
    background-color: rgba(252, 171, 3, 0.6);
    border-color: #6aa267;
    color: #fff;
}

.service-item.style-4 .content {
    background-color: #000;
    box-shadow: 0 4px 4px 0 rgba(111, 111, 111, 0.04);
    padding: 12px 18px 8px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6;
    transition: all 0.6s;
}

.service-item.style-4:hover .content {
    background-color: #fff;
}

.service-item.style-4 .content h3 {
    color: #6aa267;
    font-size: 22px;
    letter-spacing: 1.2px;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-top:2px;
}

.service-item.style-4 .content h4 {
    color: #eee;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.9px;
    margin-bottom: 8px;
    position: relative;
    text-transform: uppercase;
}

.service-item.style-4:hover .content h4 {
    color: #000;
}

.service-item.style-4 .content h4:before {
    background-color: #6aa267;
    bottom: 3px;
    content: "";
    height: 1px;
    position: absolute;
    right: -45px;
    width: 36px;
}

.service-item.style-4 .content p {
    margin-bottom: 16px;
}

.service-item.style-4 .content .btn-theme {
    background-color: #6aa267;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 8px 18px;
    text-transform: uppercase;
}

.service-item.style-4 .content .btn-theme:hover {
    background-color: #000;
}

/***Service Css Style Two***/

.service-item.style-2 {
    position: relative;
    overflow: hidden;
}

.service-item.style-2.img-1 {
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.service-item.style-2.img-1:after,
.service-item.style-2.img-2:after  {
    left: -50%;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.service-item.style-2.img-1:after {
    content: url("../images/service/s2-1.jpg");
}

.service-item.style-2.img-2:after {
    content: url("../images/service/s2-2.jpg");
}

.service-item.style-2:hover.img-1:after,
.service-item.style-2:hover.img-2:after {
    left: 0;
}

.service-item.style-2 .content {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 5px 7px 0 rgba(111, 111, 111, 0);
    padding: 28px;
}

.service-item.style-2:hover .content {
    box-shadow: 0 5px 7px 0 rgba(111, 111, 111, 0.05);
    background-color: rgba(9, 20, 38, 0.9);
    border-color: #eee;
}

.service-item.style-2 .content h5 {
    color: #6aa267;
    font-size: 22px;
    letter-spacing: 0.7px;
    margin-bottom: 22px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.service-item.style-2 .content h5:before {
    background-color: #eee;
    bottom: 0;
    content: "";
    height: 1px;
    left: -28px;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.service-item.style-2 .content h5:after {
    background-color: #6aa267;
    bottom: 0;
    content: "";
    height: 1px;
    left: -28px;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.service-item.style-2:hover .content h5:after {
    width: 100%;
}

.service-item.style-2 .content h5 .icon {
    color: #000;
    display: inline-block;
    font-size: 42px;
    margin-right: 18px;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.service-item.style-2:hover .content h5 .icon {
    color: #6aa267;
}

.service-item.style-2 .content p {
    margin-bottom: 16px;
}

.service-item.style-2 .content .btn-link {
    background-color: #6aa267;
    border: 1px solid #6aa267;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 7px 14px;
    text-transform: uppercase;
}

.service-item.style-2 .content .btn-link:hover {
    background-color: #fff;
    color: #6aa267;
}

/****-------Service Details-------*****/

.service-details-sidebar {
    padding-right: 30px;
    padding-left: 30px;
}

.service-details-sidebar .service-list {
}

.service-details-sidebar .service-list ul li {
    margin-bottom: 8px;
}

.service-details-sidebar .service-list ul li:last-child {
    margin-bottom: 0;
}

.service-details-sidebar .service-list ul li a {
    background-color: #f9f9f9;
    color: #666;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.9px;
    padding: 12px 18px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.service-details-sidebar .service-list ul li a:hover {
    background-color: #6aa267;
    color: #fff;
}

.service-details-sidebar .service-list ul li a.active {
    background-color: #6aa267;
    color: #fff;
}

.border-bottom-1px {
    border-bottom: 1px solid #eee;
}

.service-details-sidebar .service-list ul li a i {
    float: right;
    font-size: 12px;
    position: relative;
    right: 12px;
    top: 4px;
}

.service-details-sidebar .download-box {
    
}

.service-details-sidebar .download-box .download-item {
    margin-bottom: 12px;
}

.service-details-sidebar .download-box .download-item a {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 15px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.service-details-sidebar .download-box .download-item:hover a {
    background: #6aa267;
}

.service-details-sidebar .download-box .download-item a i {
    color: #6aa267;
    margin-right: 16px;
}

.service-details-sidebar .download-box .download-item:hover a i {
    color: #000;
}

.service-details-sidebar .contact-box {
    position: relative;
}

.service-details-sidebar .contact-box:after {
    bottom: 0;
    content: url("../images/icons/shape-1.jpg");
    display: inline-flex;
    -webkit-display: inline-flex;
    -moz-display: inline-flex;
    -ms-display: inline-flex;
    -o-display: inline-flex;
    height: 170px;
    position: absolute;
    right: 0;
    width: 110px;
    z-index: -1;
}

.service-details-sidebar .contact-box .contact-item {
  border: 1px solid #6aa267;
  padding: 18px 24px 28px;
}

.service-details-sidebar .contact-box .contact-item h4 {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    padding-bottom: 18px;
    position: relative;
    text-transform: uppercase;
}

.service-details-sidebar .contact-box .contact-item h4:before {
    background-color: #6aa267;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 38px;
    z-index: 1;
}

.service-details-sidebar .contact-box .contact-item h4:after {
    background-color: #ddd;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}

.service-details-sidebar .contact-box .contact-item p {
  color: #a2a2a2;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-bottom: 14px;
  text-transform: capitalize;
}

.service-details-sidebar .contact-box .contact-item a {
    background-color: #6aa267;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
    padding: 6px 16px;
    text-transform: uppercase;
}

/***Service Details Min***/

.service-details {
    
}

.service-details .thumb {
    margin-bottom: 30px;
}

.service-details .content {
    
}

.service-details .content h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.service-details .content p {
    
}

.service-details .content .service-tab {
    
}

.service-tab .nav-tabs {
  border-bottom: 1px solid #eee;
}

.service-tab .nav-tabs .nav-link {
    border: 1px solid #eee;
    font-family: "Oswald",sans-serif;
    font-weight: 500;
    letter-spacing: 0.6px;
    margin-right: 6px;
    text-transform: uppercase;
}

.service-tab .nav-tabs .nav-item.show .nav-link,
.service-tab .nav-tabs .nav-link.active {
    background-color: #6aa267;
    border-color: #6aa267;
    color: #fff;
    font-family: "Oswald",sans-serif;
}

.service-tab .tab-content {
    border-color: #eee;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 24px 28px;
}

/***Welcome Feature Css Style Two***/

.welcome-feature-section.style-2 {
    background: #fff;
    margin-bottom: -122px;
    position: relative;
    z-index: 1;
}

.welcome-feature-section.style-2 .section-title h3 {
    color: #000;
    font-weight: 600;
    margin-left: 10px;
}

.welcome-feature-section.style-2 .section-title h4:after {
    left: -10px;
    width: 45px;
}

.welcome-feature-section.style-2 .section-title h2 {
    font-size: 38px;
    position: relative;
    line-height: 48px;
    margin-bottom: 0;
    margin-right: 29px;
}

.welcome-feature-section.style-2 .section-title h2:after {
    background-color: #6aa267;
    content: "";
    height: 126%;
    position: absolute;
    right: 6px;
    top: -31px;
    width: 1px;
}

.welcome-feature-section.style-2 .section-title p {
    margin-bottom: 0;
    color: #000;
    margin-top: 19px;
    max-width: unset;
    padding-left: 22px;
}

.welcome-feature-section.style-2 .welcome-feature {
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}

/*--------------------------------------------------------------
About Features Css Style
----------------------------------------------------------------*/
.company-section {
  background: url(../img/events-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.company-section: before {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

@media (min-width: 1024px) {
  .company-section {
    background-attachment: fixed;
  }
}


.about-features {
    
}

.about-features .content h1 {
    color: #fff;
    letter-spacing: 0.9px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.about-features .content h5 {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 4px;
    margin-bottom: 4px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.about-features .content h5:after {
    background-color: #6aa267;
    content: "";
    height: 1px;
    left: -24px;
    position: absolute;
    top: 47%;
    width: 64px;
    z-index: -1;
}

.about-features .content h1 span {
    color: #6aa267;
}

.about-features .content .p-text {
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.about-features .content .company-list {
    display: inline-block;
    margin-bottom: 34px;
}

.about-features .content .company-list li {
    color: #fff;
    font-family: "Oswald",sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.about-features .content .company-list li:last-child {
    margin-bottom: 0;
}

.about-features .content .company-list li i {
  background-color: #6aa267;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 22px;
  line-height: 24px;
  margin-right: 14px;
  position: relative;
  text-align: center;
  width: 22px;
}

.about-features .content .company-funfact {
    margin-bottom: 20px;
}

.about-features .content .company-funfact .funfact-item {
    display: inline-block;
    margin-right: 32px;
    width:28%;
}

.about-features .content .company-funfact .funfact-item:last-child {
    margin-right: 0;
}

.about-features .content .company-funfact h2 {
    color: #6aa267;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 6px;
}

.about-features .content .company-funfact h4 {
    color: #000;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-features .thumb {
    position: relative;
}

.about-features .thumb .about-video {
    background-color: #6aa267;
    overflow: hidden;
    text-align: center;
    padding: 14px 20px;
    position: relative;
}

.about-features .thumb .about-video h4 {
    color: #fff;
    display: inline-block;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.about-features .thumb .about-video .about-video-btn {
    color: #fff;
    display: inline-block;
    font-size: 33px;
    line-height: 0;
    margin-left: 12px;
    padding-left: 24px;
    position: relative;
    right: -5px;
    top: 4px;
}

.about-features .thumb .about-video .about-video-btn:before {
    background-color: #fff;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    top: -44px;
    width: 1px;
}

/***About Features Css Style Two***/

.about-features.style-2 .content .company-list li i {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 23px;
    position: relative;
    top: 4px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.about-features.style-2 .content .company-list li:hover i {
    background-color: #6aa267;
    color: #fff;
}

.about-features.style-2 {
    
}

.about-features.style-2 .thumb-2 {
    display: inline-block;
    position: relative;
}

.about-features.style-2 .thumb-2:after {
    background-color: rgba(252, 171, 3, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    margin-bottom:-10px;
}

.about-features.style-2 .thumb-2 img {
    float: left;
    max-width: none;
    width: auto;
    margin-bottom: -10px;
}

/*--------------------------------------------------------------
Projects Css Style
----------------------------------------------------------------*/

.projects-section.over-layer-white:before {
    background-color: rgba(0, 0, 0, 0.8);
}

.projects-item {
    margin-bottom: 30px;
}

.projects-item .thumb {
}

.projects-item .content {
    background-color: #fff;
    padding: 14px 28px 28px;
    box-shadow: 0 5px 7px 0 rgba(111, 111, 111, 0.05);
}

.projects-item .content h1 {
    color: #ddd;
    display: inline-block;
    font-size: 50px;
    margin-bottom: 22px;
    opacity: 0.4;
    position: relative;
}

.projects-item .content h1:after {
    background-color: #6aa267;
    bottom: 0;
    content: "";
    height: 2px;
    left: -28px;
    position: absolute;
    width: 100%;
}

.projects-item .content h3 {
    color: #6aa267;
    font-size: 22px;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.projects-item .content p {
    margin-bottom: 18px;
}

.projects-item .content .project-btn {
    background-color: #6aa267;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 14px 8px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4;
    transition: all 0.4s;
}

.projects-item .content .project-btn:hover {
    background-color: #000;
}

/***Projects Css Style Two***/

.projects-item.style-2 {
    
}

.projects-item.style-2 .thumb {
    position: relative;
    overflow: hidden;
}

.projects-item.style-2 .content {
    background-color: transparent;
    padding: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.projects-item.style-2 .content h3 {
    background-color: #6aa267;
    color: #fff;
    padding: 8px 0 8px 82px;
    position: relative;
    top: 13px;
}

.projects-item.style-2 .content h3 a {
    color: #fff;
}

.projects-item.style-2 .content h3 a:hover {
    color: #000;
}

.projects-item.style-2 .content .counter-item {
    background-color: #000;
    float: left;
    padding: 4px 12px;
    position: relative;
    z-index: 1;
}

.projects-item.style-2:hover .content .counter-item {
    color: #000;
    background-color: #fff;
}

.projects-item.style-2 .content .counter-item h1 {
    color: #fff;
    font-size: 38px;
    letter-spacing: 0.9px;
    margin-bottom: 0;
    opacity: 1;
}

.projects-item.style-2:hover .content .counter-item h1 {
    color: #000;
}

.projects-item.style-2 .text-bottom {
    box-shadow: 0 5px 7px 0 rgba(111, 111, 111, 0.05);
    padding: 16px 20px 20px;
}

.projects-item.style-2 .text-bottom h4 {
    color: #c9c9c9;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 33px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.projects-item .text-bottom .project-btn {
    background-color: #6aa267;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 14px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.projects-item .text-bottom .project-btn:hover {
    background-color: #000;
}

/***--------Project Details---------***/

.project-details {
    
}

.project-details .project-thumb {
    position: relative;
    margin-bottom: 30px;
}

.project-details .project-title {
    display: inline-block;
}

.project-details .project-title h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 22px;
    padding-bottom: 28px;
    position: relative;
    text-transform: uppercase;
}

.project-details .project-title h3 span {
    color: #6aa267;
}

.project-details .project-title h3:after {
    background-color: #ddd;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}

.project-details .project-title h3:before {
    background-color: #6aa267;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 38px;
    z-index: 1;
}

.project-social {
    
}

.project-social span {
    color: #c9c9c9;
    float: left;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-right: 14px;
}

.project-social li {
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: -1px;
}

.project-social li a {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}

.project-details .details-tag {
    background-color: #000;
    padding: 40px 40px 24px;
}

.project-details .details-tag ul li {
    margin-bottom: 18px;
}

.project-details .details-tag ul li span:first-child {
    color: #fff;
    display: flex;
    font-family: "Oswald",sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.project-details .details-tag ul li span:last-child {
    color: #989898;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.project-details .challenge-tag {
    
}

.project-details .challenge-tag li {
    background-color: #f8f8f8;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 34px;
    overflow: hidden;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    margin-bottom: 12px;
}

.project-details .challenge-tag li:after {
    background-color: #6aa267;
    content: "";
    height: 50px;
    left: -8px;
    position: absolute;
    transform: skew(12deg);
    width: 50px;
    z-index: -1;
}

.project-details .challenge-tag i {
  color: #fff;
  font-size: 18px;
  left: 11px;
  line-height: 0;
  margin-right: 40px;
  position: relative;
  top: 1px;
}

/***Projects Carousel***/

#projects_carousel {
    overflow: hidden;
}

#projects_carousel.owl-carousel .owl-nav .owl-next {
    right: 0;
}

#projects_carousel.owl-carousel .owl-nav .owl-prev,
#projects_carousel.owl-carousel .owl-nav .owl-next {
    background-color: #6aa267;
    color: #fff;
    display: inline-block;
    height: 38px;
    width: 38px;
    top: -40px;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    position: absolute;

}

#projects_carousel.owl-carousel .owl-nav .owl-prev:hover,
#projects_carousel.owl-carousel .owl-nav .owl-next:hover {
    background-color: #000;
}

#projects_carousel:hover.owl-carousel .owl-nav .owl-prev,
#projects_carousel:hover.owl-carousel .owl-nav .owl-next {
    top: 0;
}

#projects_carousel.owl-carousel .owl-nav .owl-prev {
    left: 0;
}


/*--------------------------------------------------------------
Service Css Style
----------------------------------------------------------------*/
.service-section4 {
  background-image: url("../images/bg/events-bg.jpg");
  background-position: center center;
  background-size: cover;
  padding: 70px 94px 77px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.service-section4: before {
  content: '';
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}


.service-item.style-4 {
    margin-bottom: 30px;
}

.service-item.style-4 .thumb {
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.service-item.style-4 .thumb img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.service-item.style-4:hover .thumb img {
    transform: scale(1.2);
}

.service-item.style-4 .thumb .service-link-box {
    left: calc(50% - 58px);
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.service-item.style-4:hover .thumb .service-link-box {
    opacity: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.service-item.style-4 .thumb .service-link-box a {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #444;
    border-radius: 50px;
    box-shadow: 0 0 0 900px rgba(252, 171, 3, 0.4);
    color: #444;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6;
    transition: all 0.6s;
}

.service-item.style-4 .thumb .service-link-box a:hover {
    background-color: rgba(252, 171, 3, 0.6);
    border-color: #6aa267;
    color: #fff;
}

.service-item.style-4 .content {
    background-color: #000;
    box-shadow: 0 4px 4px 0 rgba(111, 111, 111, 0.04);
    padding: 12px 18px 8px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6;
    transition: all 0.6s;
}

.service-item.style-4:hover .content {
    background-color: #fff;
}

.service-item.style-4 .content h3 {
    color: #6aa267;
    font-size: 22px;
    letter-spacing: 1.2px;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-top:2px;
}

.service-item.style-4 .content h4 {
    color: #eee;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.9px;
    margin-bottom: 8px;
    position: relative;
    text-transform: uppercase;
}

.service-item.style-4:hover .content h4 {
    color: #000;
}

.service-item.style-4 .content h4:before {
    background-color: #6aa267;
    bottom: 3px;
    content: "";
    height: 1px;
    position: absolute;
    right: -45px;
    width: 36px;
}

.service-item.style-4 .content p {
    margin-bottom: 16px;
}

.service-item.style-4 .content .btn-theme {
    background-color: #6aa267;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 8px 18px;
    text-transform: uppercase;
}

.service-item.style-4 .content .btn-theme:hover {
    background-color: #000;
}

/***Service Css Style Two***/

.service-item.style-2 {
    position: relative;
    overflow: hidden;
}

.service-item.style-2.img-1 {
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.service-item.style-2.img-1:after,
.service-item.style-2.img-2:after  {
    left: -50%;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.service-item.style-2.img-1:after {
    content: url("../images/service/s2-1.jpg");
}

.service-item.style-2.img-2:after {
    content: url("../images/service/s2-2.jpg");
}

.service-item.style-2:hover.img-1:after,
.service-item.style-2:hover.img-2:after {
    left: 0;
}

.service-item.style-2 .content {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 5px 7px 0 rgba(111, 111, 111, 0);
    padding: 28px;
}

.service-item.style-2:hover .content {
    box-shadow: 0 5px 7px 0 rgba(111, 111, 111, 0.05);
    background-color: rgba(9, 20, 38, 0.9);
    border-color: #eee;
}

.service-item.style-2 .content h5 {
    color: #6aa267;
    font-size: 22px;
    letter-spacing: 0.7px;
    margin-bottom: 22px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.service-item.style-2 .content h5:before {
    background-color: #eee;
    bottom: 0;
    content: "";
    height: 1px;
    left: -28px;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.service-item.style-2 .content h5:after {
    background-color: #6aa267;
    bottom: 0;
    content: "";
    height: 1px;
    left: -28px;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.service-item.style-2:hover .content h5:after {
    width: 100%;
}

.service-item.style-2 .content h5 .icon {
    color: #000;
    display: inline-block;
    font-size: 42px;
    margin-right: 18px;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.service-item.style-2:hover .content h5 .icon {
    color: #6aa267;
}

.service-item.style-2 .content p {
    margin-bottom: 16px;
}

.service-item.style-2 .content .btn-link {
    background-color: #6aa267;
    border: 1px solid #6aa267;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 7px 14px;
    text-transform: uppercase;
}

.service-item.style-2 .content .btn-link:hover {
    background-color: #fff;
    color: #6aa267;
}

/****-------Service Details-------*****/

.service-details-sidebar {
    padding-right: 30px;
    padding-left: 30px;
}

.service-details-sidebar .service-list {
}

.service-details-sidebar .service-list ul li {
    margin-bottom: 8px;
}

.service-details-sidebar .service-list ul li:last-child {
    margin-bottom: 0;
}

.service-details-sidebar .service-list ul li a {
    background-color: #f9f9f9;
    color: #666;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.9px;
    padding: 12px 18px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.service-details-sidebar .service-list ul li a:hover {
    background-color: #6aa267;
    color: #fff;
}

.service-details-sidebar .service-list ul li a.active {
    background-color: #6aa267;
    color: #fff;
}

.border-bottom-1px {
    border-bottom: 1px solid #eee;
}

.service-details-sidebar .service-list ul li a i {
    float: right;
    font-size: 12px;
    position: relative;
    right: 12px;
    top: 4px;
}

.service-details-sidebar .download-box {
    
}

.service-details-sidebar .download-box .download-item {
    margin-bottom: 12px;
}

.service-details-sidebar .download-box .download-item a {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 15px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.service-details-sidebar .download-box .download-item:hover a {
    background: #6aa267;
}

.service-details-sidebar .download-box .download-item a i {
    color: #6aa267;
    margin-right: 16px;
}

.service-details-sidebar .download-box .download-item:hover a i {
    color: #000;
}

.service-details-sidebar .contact-box {
    position: relative;
}

.service-details-sidebar .contact-box:after {
    bottom: 0;
    content: url("../images/icons/shape-1.jpg");
    display: inline-flex;
    -webkit-display: inline-flex;
    -moz-display: inline-flex;
    -ms-display: inline-flex;
    -o-display: inline-flex;
    height: 170px;
    position: absolute;
    right: 0;
    width: 110px;
    z-index: -1;
}

.service-details-sidebar .contact-box .contact-item {
  border: 1px solid #6aa267;
  padding: 18px 24px 28px;
}

.service-details-sidebar .contact-box .contact-item h4 {
    display: inline-block;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    padding-bottom: 18px;
    position: relative;
    text-transform: uppercase;
}

.service-details-sidebar .contact-box .contact-item h4:before {
    background-color: #6aa267;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 38px;
    z-index: 1;
}

.service-details-sidebar .contact-box .contact-item h4:after {
    background-color: #ddd;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}

.service-details-sidebar .contact-box .contact-item p {
  color: #a2a2a2;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-bottom: 14px;
  text-transform: capitalize;
}

.service-details-sidebar .contact-box .contact-item a {
    background-color: #6aa267;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.7px;
    padding: 6px 16px;
    text-transform: uppercase;
}

/***Service Details Min***/

.service-details {
    
}

.service-details .thumb {
    margin-bottom: 30px;
}

.service-details .content {
    
}

.service-details .content h4 {
    color: #6aa267;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.service-details .content p {
font: 12px;
font-weight: bold;
color: #000; 
}

.service-details .content li {
font: 12px;
font-weight: 200;
color: #000; 
}



.service-details .content .service-tab {
    
}

.service-tab .nav-tabs {
  border-bottom: 1px solid #eee;
}

.service-tab .nav-tabs .nav-link {
    border: 1px solid #eee;
    font-family: "Oswald",sans-serif;
    font-weight: 500;
    letter-spacing: 0.6px;
    margin-right: 6px;
    text-transform: uppercase;
}

.service-tab .nav-tabs .nav-item.show .nav-link,
.service-tab .nav-tabs .nav-link.active {
    background-color: #6aa267;
    border-color: #6aa267;
    color: #fff;
    font-family: "Oswald",sans-serif;
}

.service-tab .tab-content {
    border-color: #eee;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 24px 28px;
}

/* Service Box / Icon Box Style Css*/

.service-item {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item.style-1 {
  display: flex;
  padding: 20px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-item.style-1 i {
  font-size: 30px;
  color: #4d4d4d;
  padding:0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item.style-1:hover i {
  color: #6aa267;
}
.service-item.style-1 .content {
  padding-left: 1em;
}
.service-item.style-1 .content h5 {
  font-size: 16px;
} 
.service-item.style-1 .content h5 a {
  color: #4d4d4d;
}
.service-item.style-1 .content h5:hover a {
  color: #6aa267;
} 


.service-item.style-2 .content h5 {
    font-size: 16px;
}
.service-item.style-2 .service-icon i {
    font-size: 42px;
    margin-bottom: 15px;
}

.service-item.style-3 {
    display: flex;
    padding: 20px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item.style-3 i {
    font-size: 30px;
    color: #4d4d4d;
    padding:0;
    margin-right: 15px;
    margin-top: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*--------------------------------------------------------------
Inner Css Style
----------------------------------------------------------------*/

.inner-area {
  padding-bottom: 70px;
  padding-top: 132px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.inner-area:after {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.inner-area h2 {
    color: #6aa267;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.inner-area p {
    color: #e9e9e9;
    font-family: "Oswald",sans-serif;
    font-size: 18px;
    letter-spacing: 0.8px;
    margin-top: 8px;
    text-transform: capitalize;
}

.inner-area p a {
    color: #6aa267;
}

.inner-area p a:before {
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    color: #fff;
    margin: 0 8px;
}

/*--------------------------------
FAQ CSS Start
----------------------------------*/

.faq-col {
    margin-bottom: 30px;
}

.faq-col .panel-group {
    
}

.faq-col .panel-group .panel-title {
    background-color: #6aa267;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 12px 32px;
}

.faq-col .panel-group p {
    color: #222;
    font-size: 14px;
    font-weight: 600;
}

.faq-col .panel-group .content {
    border: 1px solid #6aa267;
    padding: 26px 30px;
}

/*--------------------------------------------------------------
Contact Details Css Style
----------------------------------------------------------------*/
.contact-details {
  background: url(../img/events-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.contact-details: before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.contact-details .title {
    display: inline-block;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 24px;
    position: relative;
    text-transform: uppercase;
}

.contact-details .title span {
    color: #6aa267;
}

.contact-details .title:after {
    background-color: #6aa267;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.form-row {

}

.form-row .form-group {

}

.form-row .form-group input.form-control {
    background-color: #fbfbfb;
    border: 1px solid #eee;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    height: 56px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    padding-bottom:10px;
}

.form-row textarea.form-control {
    background-color: #fbfbfb;
    border: 1px solid #eee;
    font-family: "Oswald",sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    padding: 22px;
    text-transform: capitalize;
}

.form-row .btn.btn-theme {
    font-family: "Oswald",sans-serif;
    font-weight: 600;
    padding: 12px 24px;
    text-transform: uppercase;
}

.contact-details .service-item.style-1 {
    padding: 18px 24px;
    border: 1px solid #eee;
    background-color: rgba(0, 0, 0, 0.6);
}

contact-details .service-item.style-1:hover {
    background-color: #f7f7f7;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.contact-details .service-item .style-1 .content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #6aa267;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact-details .content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #6aa267;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact-details .service-item.style-1 i {
    background-color: #6aa267;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    font-size: 30px;
    height: 60px;
    line-height: 54px;
    margin-right: 20px;
    text-align: center;
    width: 60px;
}
.map iframe{
    margin-bottom:-6px;
}

/*** 

====================================================================
	Case Section
====================================================================

***/

.case-section {
  background: url(../img/about.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 95px 0px 0px;
}

.case-section:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.case-section .sec-title h2{
    font-size: 18px;
    color: #fff;
    font-weight: 500;    
}

.case-section.alternate{
	background-color: #ffffff;
	padding-bottom: 60px;
}

.case-block{
	position: relative;
}

.case-block .inner-box{
	position: relative;
	text-align:center;
}

.case-block .inner-box .image{
	position: relative;
}

.case-block .inner-box .image img{
	position: relative;
	width:100%;
	display: block;
}

.case-block .inner-box .image{
	position: relative;
}

.case-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	transition:all 700ms ease;
}

.case-block .inner-box .image .overlay-box:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background:rgba(0, 255, 0, 0.3);
	-moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.case-block .inner-box:hover .overlay-box:before{
	-moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.case-block .inner-box:hover .overlay-box{
	opacity:1;
}

.case-block .inner-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 30px;
}

.case-block .inner-box .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.case-block .inner-box .overlay-inner .content h3{
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.case-block .inner-box .overlay-inner .content h3 a{
	position: relative;
	color:#ffffff;
}

.case-block .inner-box .overlay-inner .content .text{
	position: relative;
	font-size: 14px;
	line-height: 1.9em;
	margin-bottom: 15px;
}

.case-block .inner-box .overlay-inner .content .read-more{
	position: relative;
	color:#ffffff;
	font-size: 16px;
}

.case-block .inner-box .overlay-inner .content .read-more .fa{
	position: relative;
	top: 1px;
	margin-left: 4px;
}

.case-section .lower-box{
	position: relative;
	padding: 50px 0px;
	text-align: center;
}

.case-section .lower-box .case-text{
	position: relative;
	color:#fff;
	font-size: 18px;
	padding:0px 15px;
}

.case-section .lower-box .case-text a{
	position: relative;
	color:#6aa267;
}

.case-section .owl-dots{
	display:none;
}

.case-section .owl-nav{
	position: absolute;
	left: 0px;
	bottom: -35px;
	width:100%;
}

.case-section .owl-nav .owl-prev{
	position: absolute;
	left: 200px;
	width:50px;
	height: 50px;
	color:#ffffff;
	font-size: 20px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	background-color: #c3c3c3;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.case-section .owl-nav .owl-next{
	position: absolute;
	right: 200px;
	width:50px;
	height: 50px;
	color:#ffffff;
	font-size: 20px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	background-color: #c3c3c3;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.case-section .owl-nav .owl-prev:hover,
.case-section .owl-nav .owl-next:hover{
	background-color: #6aa267;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position: relative;
	padding: 95px 0px 65px;
}

.team-member{
	position:relative;
	margin-bottom:50px;
    padding: 20px 10px;
}

.team-member .inner-box{
	position:relative;
	text-align:center;
	overflow:hidden;
	border:1px solid #ececec;
}

.team-member .image-box{
	position:relative;
	display:block;
	background:#fbfbfb;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.team-member .image-box .image{
	position:relative;
	display:block;
	padding-top: 25px;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.team-member .inner-box:hover .image-box .image{
	-webkit-transform:translateX(-50px);
	-ms-transform:translateX(-50px);
	-o-transform:translateX(-50px);
	-moz-transform:translateX(-50px);
	transform:translateX(-40px);
}

.team-member .image-box .image img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.team-member .image-box .social-icon-two{
	position:absolute;
	right:15px;
	top:0px;
	text-align:center;
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	transform:translateY(-100%);
	transition: all 1000ms ease;
	-webkit-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
}

.team-member .inner-box:hover .image-box .social-icon-two{
	top:15px;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	-o-transform:translateY(0%);
	-moz-transform:translateY(0%);
	transform:translateY(0%);
}

.team-member .lower-content{
	position:relative;
	margin-left:15px;
	margin-right:15px;
	margin-top:-90px;
	margin-bottom:15px;
	padding:25px 15px 25px;
	border:1px solid #ececec;
	background-color:#ffffff;
}

.team-member .lower-content h6{
	position:relative;
	font-weight:700;
	text-transform:capitalize;
}

.team-member .lower-content h6 a{
	color:#222222;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.team-member .lower-content h6 a:hover{
	color:#6aa267;
}

.team-member .lower-content .designation{
	position:relative;
	font-size:14px;
	color:#6aa267;
	text-transform:capitalize;
}

.team-member .lower-content .text{
	position:relative;
	color:#000;
	font-size:14px;
	line-height:1.8em;
	margin-top:8px;
}

/*** 

====================================================================
	Map Info Section
====================================================================

***/

.map-info-section{
	position:relative;
}

.map-info-section .outer-container{
	position:relative;
}

.map-info-section .outer-container .left-column{
    position: absolute;
    width: 50%;
    left: 0px;
    height: 100%;
	float:left;
}

.map-info-section .outer-container .left-column .map-outer .map-canvas {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 100%;
    min-height: 400px;
}

.map-info-section .outer-container .right-column{
    position: relative;
    width: 50%;
    float: right;
}

.map-info-section .outer-container .right-column:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,4,9,0.84);
}

.map-info-section .outer-container .right-column .content{
	position:relative;
    max-width: 600px;
    float: left;
    width: 100%;
	padding: 85px 15px 80px 80px;
}

.map-info-section .outer-container .right-column .content h3{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.3em;
	padding-bottom:25px;
	margin-bottom:25px;
}

.map-info-section .outer-container .right-column .content h3:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:4px;
	background-color:#ffffff;
}

.map-info-section.alternate .outer-container .right-column .content h3{
	margin-bottom:0px;
}

.map-info-section.alternate .outer-container .right-column .content h3 span{
	color:#b78b4b;
}

.map-info-section.alternate .outer-container .right-column .content h3:after{
	display:none;
}

.map-info-section .outer-container .right-column .content .text{
	position:relative;
	color:#ebecfe;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:25px;
}

.map-info-section .outer-container .right-column .content .consult{
	position:relative;
	color:#ebecfe;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:10px;
}

/*** 

====================================================================
	Consult Form
====================================================================

 ***/

.quote-form{
	position:relative;
}

.quote-form .row{
	margin:0px -4px;
}

.quote-form .form-group{
	position:relative;
	margin-bottom:8px;
	padding:0px 4px;
}

.quote-form .form-group input[type="text"],
.quote-form .form-group input[type="tel"],
.quote-form .form-group input[type="email"],
.quote-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	color:#333333;
	height:50px;
	font-size:15px;
	border-radius:4px;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.quote-form .form-group input[type="text"]:focus,
.quote-form .form-group input[type="tel"]:focus,
.quote-form .form-group input[type="email"]:focus,
.quote-form .form-group textarea:focus{
	border-color:#ee2d50;
}

.quote-form .form-group textarea::-webkit-input-placeholder,
.quote-form .form-group input::-webkit-input-placeholder{
	color:#333333;
}

.quote-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:15px 20px;
	color:#333333;
	height:125px;
	resize:none;
	font-size:15px;
	background:none;
	border-radius:4px;
	border-bottom:1px solid rgba(255,255,255,0.50);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.quote-form .form-group .btn-detail{
	position:relative;
	text-align:center;
	margin-left:30px;
	color:#ffffff;
	display:inline-block;
}

.quote-form button{
	width:100%;
	cursor: pointer;
	font-size: 16px;
	border-radius:4px;
	padding:11px 10px;
	text-transform: capitalize;
}

.quote-form button .icon{
	border-radius:0px 5px 5px 0px;
}

.gallery-page-case{
	padding-bottom:0px !important;
}

/*** 

====================================================================
	subscribe-style-one
====================================================================

***/

.subscribe-style-one{
	position:relative;
	z-index: 9;
	padding:50px 0px 50px;
	background-color: #ffffff;
}

.subscribe-style-one.alternate{
	background-color: #f5f5f5;
}

.subscribe-style-one h2{
	position:relative;
	color:#222222;
	font-weight:400;
	text-transform:capitalize;
}

.subscribe-style-one .text{
	position:relative;
	font-size:15px;
	color:#444444;
}

.subscribe-style-one form{
	position:relative;
	margin-top: 10px;
}

.subscribe-style-one .form-group{
    position: relative;
    display: block;
    z-index:1;
	margin-top:10px;
	margin-bottom: 0px;
	padding-right:180px;
}

.subscribe-style-one .form-group input[type="text"],
.subscribe-style-one .form-group input[type="tel"],
.subscribe-style-one .form-group input[type="email"],
.subscribe-style-one .form-group textarea {
    position: relative;
    width: 100%;
	max-width:100%;
    line-height: 30px;
    padding: 10px 22px;
    height: 52px;
	display:inline-block;
    font-size: 14px;
    background: #ffffff;
	border:1px solid #f0f0f0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-style-one .form-group input[type="email"]:focus{
	border-color:#13b5ea;
}

.subscribe-style-one .form-group input[type="submit"],
.subscribe-style-one .form-group button {
	position: absolute;
	top: 0px;
	right: 0px;
	float:right;
	cursor: pointer;
	display:inline-block;
	padding:11px 40px 11px;
}

@media only screen and (max-width: 5000px){
	.page-wrapper{
		overflow:hidden;	
	}
}

@media only screen and (max-width: 1600px){
	
	.main-menu .navigation > li{
		margin-right: 20px;
	}
	
}

@media only screen and (max-width: 1400px){
	
	.main-header .header-upper .logo-box{
		margin-right: 35px;
	}
	
	.main-header .header-upper .outer-container{
		padding: 0px 30px;
	}
	
	.main-menu .navigation > li{
		margin-right: 14px;
	}
	
}

@media only screen and (max-width: 1340px){

	.page-wrapper{
		overflow:hidden;	
	}
	
}

@media only screen and (max-width: 1140px){
	
	.main-header{
		margin:0px !important;
	}
	
	.call-to-action h4{
		font-size:20px;
	}
	
	.main-header.header-style-two .nav-outer{
		padding-left:15px;
		padding-right:15px;
	}
	
	.service-block-three .inner-box .image-box .caption,
	.service-block-three .inner-box .image-box .overlay-box h3{
		font-size:15px;
	}
	
	.main-footer .footer-info-section .info-block .inner .text{
		font-size:13px;
	}
	
	.service-block-three .inner-box .image-box .overlay-box h6{
		font-size:15px;
	}
	
	.page-wrapper{
		overflow:hidden;	
	}
	
	.main-menu .navigation > li{
		margin-left:0px;
	}
	
	.fluid-section-one .content-column .inner-column{
		padding-left:20px;
	}
	
	.main-header .info-box strong{
		font-size:13px;
	}
	
	.main-header .info-box{
		margin-left:25px;
		display:inline-block;
		float:none;
	}
	
	.rtl .main-slider .content .text,
	.about-section-two .image-box{
		padding-left:0px;
	}
	
	.news-block-two .inner-box .content-column .inner-column h3{
		font-size:20px;
	}
	
	.services-block-two .inner-box .lower-box h3{
		font-size:15px;
	}
	
	.header-style-two .nav-outer::before,
	.header-style-two .nav-outer .side-curve,
	.main-header .outer-box{
		display:none;
	}
	
	.main-header.header-style-two .outer-box{
		display:block;
	}
	
	.header-style-two .nav-outer{
		padding-left:15px;
		float:none !important;
	}
	
	.main-header .outer-box .buttons-box .theme-btn{
		font-size:16px;
	}
	
	.main-header .outer-box .option-box > li{
		margin-left:15px;
	}
	
	.news-block-three .inner-box .lower-content h3,
	.services-section .title-box h3{
		font-size:25px;
	}
	
	.case-section .owl-nav .owl-prev{
		left:15px;
	}
	
	.about-content-box,
	.shop-form .billing-inner{
		padding-right:0px;
	}
	
	.case-section .owl-nav .owl-next{
		right:15px;
	}
	
	.bottom-parallax,
	.bottom-parallax .main-footer{
		height:100%;
		position:relative !important;
	}
	
	.main-header.header-style-two .outer-box .option-box{
		margin-right:0px;
	}
	
	.map-info-section .outer-container .right-column .content{
		padding-left:15px;
	}
	
	/* .services-single .inner-service .lower-content h2{
		font-size:30px;
	} */
	
}

@media only screen and (min-width: 768px){
	
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
	
}

@media only screen and (max-width: 1023px){
	
	.main-header .main-box .logo-box {
		position:relative;
		left:0px;
		top:0px;
		right:0px;
		bottom:0px;
		margin:0px;
		text-align:left;
	}
	
	.partner-block .inner-box{
		padding-top:0px;
	}
	
	.career-block .inner-box,
	.career-section .title-column .inner-column,
	.career-section .row .m-block:nth-child(2) .inner-box:after,
	.career-section .row .m-block:nth-child(3) .inner-box:after,
	.career-section .row .m-block:nth-child(5) .inner-box:after,
	.career-section .row .m-block:nth-child(6) .inner-box:after{
		border:0px;
	}
	
	.rtl .main-header.header-style-one .nav-outer{
		width:100%;
	}
	
	.subscribe-style-one .form-group input[type="email"]{
		max-width:100%;
	}
	
	.call-to-action h4{
		margin-top:0px;
	}
	
	.info-section .info-column{
		width:50%;
	}
	
	.main-footer .widgets-section{
		border:none;
	}
	
	.about-section-two .image-box{
		padding-left:0px;
	}
	
	.case-single-section .lower-section .text .column{
		margin-bottom:50px;
	}
	
	.main-header .nav-outer{
		float:left;
	}
	
	.main-header .nav-toggler{
		display:block;
	}
	
	.main-slider .tparrows,
	.fixed-header .sticky-header,
	.main-footer .widgets-section .footer-widget:before,
	.main-header .header-top .top-right::before,
	.main-header .header-top .top-right:after,
	.main-header .header-top .top-right .list,
	.main-header .header-upper .contact-number{
		display:none;
	}
	
	.main-header.header-style-two .outer-box .buttons-box{
		display:none;
	}
	
	.main-header .header-top .top-right .social-nav{
		margin-left:0px;
		width:100%;
	}
	
	.main-menu .navigation > li > a{
		font-size:14px;
	}
	
	.main-header .options-box{
		margin-top:0px;
		position:absolute;
		left:0px;
		top:25px;
		z-index:12;
		display:none;
		right:auto;
	}
	
	.main-header .header-upper .upper-right{
		padding-top:0px;
		width:100%;
		text-align:center;
		padding-bottom:20px;
	}
	
	.main-menu .navigation > li{
		margin-right:25px;
	}
	
	.header-style-two .main-menu .navigation > li{
		margin-right:20px;
	}
	
	.main-header .header-upper .logo-box{
		margin-bottom: 30px;
		margin-right: 0px;
		width:100%;
		text-align:center;
	}
	
	.main-header .header-upper .outer-container{
		padding:0px 15px;
	}
	
	.main-slider h1{
		font-size:80px;
		padding-left: 0px;
	}
	
	.main-slider h3 span{
		font-size:50px;
	}
	
	.career-section .title-column .inner-column .sec-title h2 br,
	.case-section .owl-nav,
	.main-slider h1:before{
		display:none;
	}
	
	.fluid-section-one .image-column,
	.fluid-section-one .content-column{
		position:relative;
		width:100%;
		display:block;
	}
	
	.fluid-section-one .content-column .inner-column{
		max-width:100%;
		padding-left:15px;
		margin-left:0px;
		padding-right:15px;
	}
	
	.fluid-section-one .image-column{
		background-image:none !important;
		margin-left:0px;
	}
	
	.fluid-section-one .image-column .image-box{
		display:block;
	}
	
	.header-top .top-left,
	.header-top .top-right{
		width:100%;
		text-align:center;
	}
	
	.services-section .title-box h3{
		margin-bottom:25px;
	}
	
	.fact-counter .column{
		margin-bottom:90px;
	}
	
	.fact-counter-section .fact-counter{
		padding-bottom:30px;
	}
	
	.subscribe-style-one .text{
		margin-bottom:15px;
	}
	
	.main-footer .widgets-section .footer-widget{
		padding-left:0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
	
	.main-footer .footer-info-section{
		margin-top:40px;
	}
	
	.main-footer .footer-info-section .info-block .inner .text{
		font-size:14px;
	}
	
	.fluid-section-one .content-column .inner-column{
		padding:40px 15px 30px;
	}
	
	.nav-toggler{
		top:60px;
	}
	
	.map-info-section .outer-container .right-column .content{
		max-width:100%;
	}
	
	.map-info-section .outer-container .left-column{
		position:relative;
		width:100%;
	}
	
	.map-info-section .outer-container .right-column{
		position:relative;
		width:100%;
	}
	
	.map-info-section .outer-container .left-column .map-outer .map-canvas{
		position:relative;
	}
	
}

@media only screen and (max-width: 767px){
	
	.header-upper .logo-outer {
		position:relative;
		left:0px;
		top:0px;
		right:0px;
		bottom:0px;
		width:100%;
		margin:0px;
	}
	
	.main-header .header-top .top-right,
	.main-header .header-top .top-left{
		width:100%;	
	}
	
	.sec-title h2{
		font-size:25px;	
	}
	
	.main-menu{
		width:100%;
		display:block;
	}
	
	.main-menu .navbar-collapse {
	   max-height:300px;
	   max-width:none;
		overflow:auto;
		float:none !important;
		width:100% !important;
		padding:0px 0px 0px;
		border:none;
		margin:0px 0px 15px;
		-ms-border-radius:0px;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		-o-border-radius:0px;
		border-radius:0px;
		box-shadow:none;
   }
   
	.main-menu .navbar-collapse.in,
	.main-menu .collapsing{
		padding:0px 0px 0px;
		border:none;
		margin:0px 0px 15px;
		-ms-border-radius:0px;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		-o-border-radius:0px;
		border-radius:0px;
		box-shadow:none;	
	}
	
	.main-menu .navbar-header{
		position:relative;
		float:none;
		display:block;
		text-align:right;
		width:100%;
		padding:15px 0px;
		right:0px;
		z-index:12;
	}
	
	.main-menu .navbar-header .navbar-toggle{
		display:inline-block;
		z-index:12;
		border:1px solid #cc8809;
		float:none;
		margin:0px 0px 0px 0px;
		border-radius:0px;
		background:#cc8809;
	}
	
	.main-menu .navbar-header .navbar-toggle .icon-bar{
		background:#ffffff;	
	}
	
	.main-menu .navbar-collapse > .navigation{
		float:none !important;
		margin:0px !important;
		width:100% !important;
		background:#2c2c2c;
		border:1px solid #ffffff;
		border-top:none;
	}
	
	.main-menu .navbar-collapse > .navigation > li{
		margin:0px !important;
		float:none !important;
		padding:0px !important;
		width:100%;
	}
	
	.main-menu .navigation > li > a,
	.main-menu .navigation > li > ul:before{
		border:none;	
	}
	
	.main-menu .navbar-collapse > .navigation > li > a{
		padding:10px 10px !important;
		border:none !important;
	}
	
	.main-menu .navigation li.dropdown > a:after,
	.main-menu .navigation > li.dropdown > a:before,
	.main-menu .navigation > li > ul > li > a::before,
	.main-menu .navigation > li > ul > li > ul > li > a::before{
		color:#ffffff !important;
		right:15px;
		font-size:16px;
		display:none !important;
	}
	
	.main-menu .navbar-collapse > .navigation > li > ul,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul{
		position:relative;
		border:none;
		float:none;
		visibility:visible;
		opacity:1;
		display:none;
		margin:0px;
		left:auto !important;
		right:auto !important;
		top:auto !important;
		padding:0px;
		outline:none;
		width:100%;
		background:#2c2c2c;
		-webkit-border-radius:0px;
		-ms-border-radius:0px;
		-o-border-radius:0px;
		-moz-border-radius:0px;
		border-radius:0px;
		transition:none !important;
		-webkit-transition:none !important;
		-ms-transition:none !important;
		-o-transition:none !important;
		-moz-transition:none !important;
	}
		
	.main-menu .navbar-collapse > .navigation > li > ul,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul{
		/* border-top:1px solid rgba(255,255,255,1) !important;	*/
	}
	
	.main-menu .navbar-collapse > .navigation > li,
	.main-menu .navbar-collapse > .navigation > li > ul > li,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li{
		border-top:1px solid rgba(255,255,255,1) !important;
		border-bottom:none;
		opacity:1 !important;
		top:0px !important;
		left:0px !important;
		visibility:visible !important;
	}
	
	.main-menu .navbar-collapse > .navigation > li:first-child{
		border:none;	
	}
	
	.main-menu .navbar-collapse > .navigation > li > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a{
		padding:10px 10px !important;
		line-height:22px;
		color:#ffffff;
		background:#2c2c2c;
		text-align:left;
	}
	
	.main-menu .navbar-collapse > .navigation > li > a:hover,
	.main-menu .navbar-collapse > .navigation > li > a:active,
	.main-menu .navbar-collapse > .navigation > li > a:focus{
		background:#cc8809;
	}
	
	.main-menu .navbar-collapse > .navigation > li:hover > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
	.main-menu .navbar-collapse > .navigation > li.current > a,

	.main-menu .navbar-collapse > .navigation > li.current-menu-item > a{
		background:#2c2c2c;
		color:#ffffff !important;
	}
	
	.main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn,
	.header-style-two .nav-outer .btn-outer{
		display:block;
	}
	
	.sec-title .text br,
	.main-slider .owl-nav,
	.main-slider .schedule-box,
	.main-menu .navbar-collapse > .navigation li.dropdown:after,
	.main-menu .navigation > li > ul:before{
		display:none !important;	
	}
	
	.main-header .btn-outer{
		left:0px;
		top:0px;
		right:auto;
		margin-top:15px;
		text-align:left;
		z-index:12;
	}
	
	.main-header .main-box .logo-box{
		float:none;
		text-align:center;
		padding-bottom:10px;
	}
	
	.main-header .options-box{
		display:block;
	}
	
	.main-header .btn-outer{
		display:block;
	}
	
	.main-header.light-version .main-box .logo-box{
		padding-bottom:0px;
	}
	
	.main-header .options-box .options-nav > li{
		margin-left:0px;
		margin-right:20px;
	}
	
	.main-header .search-box-outer .dropdown-menu{
		left:0px;
		top:47px;
	}
	
	.sidebar-page-container .comments-area .comment-box.reply-comment{
		margin-left:0px;
	}
	
	.main-header .info-box{
		padding-left:0px;
		text-align:center;
		width:100%;
		margin-left:0px;
		margin-bottom: 20px;
	}
	
	.main-header .info-box:last-child{
		margin-bottom:0px;
	}
	
	.main-header .info-box .icon-box{
		position:relative;
		margin:0 auto;
		margin-bottom:15px;
	}
	
	.main-header .main-box .outer-container{
		padding:0px;
	}
	
	.main-header .header-lower .outer-box{
		position:absolute;
		z-index:12;
		display:block;
	}
	
	.main-menu .navbar-header .navbar-toggler{
		display: inline-block;
		z-index: 12;
		width: 50px;
		height: 40px;
		float: none;
		padding: 0px;
		text-align: center;
		border-radius: 0px;
		background: none;
		border: 1px solid #ffffff;
	}
	
	.main-menu .navbar-header .navbar-toggler .icon-bar{
		position: relative;
		background: #ffffff;
		height: 2px;
		width: 26px;
		display: block;
		margin:0 auto;
		margin:5px 11px;
	}
	
	.header-style-one .main-menu .navbar-header .navbar-toggler{
		border-color:#13b5ea;
	}
	
	.header-style-one .main-menu .navbar-header .navbar-toggler .icon-bar{
		background: #13b5ea;
	}
	
	.main-header .header-lower .outer-box .appointment-box .appointment-btn{
		padding:23px 25px 22px 25px;
	}
	
	.main-header .nav-outer{
		width:100%;
	}
	
	.welcome-section .sec-title .text{
		padding:0px;
		border:none;
	}
	
	.main-menu .cart-box{
		position:absolute;
		left: 0px;
		top:0px;
		padding-left: 0px;
		margin: 26px 0px;
		border-left: none;
		z-index:30;
	}
	
	.main-slider h1{
		font-size:60px;
		padding-left: 0px;
	}
	
	.main-slider h3{
		font-size:20px;
	}
	
	.main-slider h3 span{
		font-size:28px;
	}
	
	.main-slider .text{
		font-size:16px;
	}
	
	.header-top .top-righ,
	.main-header .outer-box .buttons-box,
	.main-slider .text br{
		display:none;
	}
	
	.main-slider .slide{
		padding:120px 0px;
	}
	
	.main-header .outer-box .option-box > li{
		margin-left:0px;
		margin-right: 20px;
	}
	
	.main-header.header-style-two .header-upper .logo-box{
		width:100%;
		text-align: center;
	}
	
	.main-header.header-style-two .header-upper .upper-right{
		width:100%;
		padding-top: 0px;
	}
	
	.header-style-two .nav-outer{
		padding-right:15px;
	}
	
	.header-top .top-left .text{
		text-align:center;
		padding: 10px 0px;
	}
	
	.main-header .header-lower .search-box-outer .dropdown-menu{
		left:0px !important;
	}
	
	.main-header .outer-box .option-box .cart-box .cart-panel{
		left:0px !important;
		right:auto;
	}
	
	.blog-single .inner-box .lower-content h2{
		font-size:22px;
	}
	
	.blog-single .inner-box .lower-content .post-meta li{
		font-size:14px;
	}
	
	.main-footer .footer-info-section .info-block{
		margin-bottom:0px;
	}
	
	.main-footer .footer-info-section .info-block:last-child{
		margin-bottom:10px;
	}
	
	.main-footer .footer-bottom .copyright,
	.main-footer .footer-bottom .nav-column{
		text-align:center;
	}
	
	.main-slider h1{
		font-size:56px;
	}
	
	.video-section h2,
	.main-slider .title{
		font-size:28px;
	}
	
	.main-slider .text{
		font-size:15px;
	}
	
	.info-section .info-column{
		width:100%;
	}
	
	.shop-page .prod-tabs .reviews-container .rev-thumb{
		position:relative;
	}
	
	.info-section .info-column .inner-box{
		padding-bottom:0px;
	}
	
	.info-section .info-column:last-child .inner-box{
		padding-bottom:30px;
	}
	
	.call-to-action .btn-column{
		text-align:center;
	}
	
	.call-to-action h4{
		text-align:center;
		margin-bottom: 20px;
	}
	
	.author-box .author-comment .inner-box,
	.sidebar-page-container .comments-area .comment,
	.shop-page .prod-tabs .reviews-container .review-box,
	.partner-block .inner-box{
		padding-left:0px;
	}

	.sidebar-page-container .comments-area .comment-box .author-thumb,
	.author-box .author-comment .inner-box .image{
		position:relative;
		margin-bottom:20px;
	}
	
	.partner-block .inner-box .icon-box{
		position:relative;
		margin-bottom: 25px;
		display: inline-block;
	}
	
	.blog-single .inner-box .lower-content .text blockquote{
		margin-left:0px;
	}
	
	.cart-section .coupon-outer .pull-right{
		width:100%;
	}
	
	.news-block-two .inner-box .content-column .inner-column{
		padding-left:15px;
		padding-right:15px;
	}
	
	.page-title h1{
		font-size:32px;
	}
	
	/* .main-header .header-top,
	.main-header .header-upper,
	.main-header .header-lower{
		display:none;
	} */
	
	.nav-toggler{
		top:12px;
	}
	
	.rtl .info-section .info-column .inner-box .info-box .inner .icon{
		position:relative;
		margin-bottom:20px;
		display:inline-block;
	}
	
	.rtl .info-section .info-column .inner-box .info-box .inner{
		text-align:center;
	}
	
	.rtl .info-section .info-column .inner-box .info-box .inner{
		padding-right:0px;
	}
	
	.info-section .info-column .inner-box .info-box .inner{
		padding-left:0px;
		text-align:center;
	}
	
	.info-section .info-column .inner-box .info-box .inner .icon{
		position:relative;
		margin-bottom:20px;
		display:block;
	}
	
	.rtl .call-to-action h4{
		text-align:center;
	}
	
	.rtl .shop-page .prod-tabs .reviews-container .review-box,
	.rtl .partner-block .inner-box{
		padding-right:0px;
	}
	
	.fluid-section-one .content-column .inner-column .text,
	.services-section .title-box .text{
		font-size:15px;
	}
	
	.comming-soon .content .content-inner .text{
		font-size:17px;
	}
	
	.comming-soon .content .content-inner .text br{
		display:none;
	}
	
	.comming-soon .content .content-inner h1{
		font-size:50px;
	}
	
}

@media only screen and (max-width: 599px){
	
	.about-content-box h4 span{
		position:relative;
		display:block;
		margin-bottom:10px;
	}
	
	.about-content-box h4{
		font-size:18px;
		margin-top:0px;
		padding-left:0px;
		margin-bottom:15px;
	}
	
	.header-top .top-left{
		display:none;
	}
	
	.services-section .title-box h3{
		font-size:20px;
	}
	
	.main-slider .price,
	.fluid-section-one .content-column .inner-column h2,
	.main-slider h3.light, .main-slider h3.alternate{
		font-size:26px;
	}
	
	.main-slider h1{
		font-size:34px;
	}
	
	.main-slider .theme-btn{
		margin-right:10px;
	}
	
	.styled-form .submit-text,
	.styled-form .form-group.social-links-two,
	.shop-page .prod-tabs .tab-btns .tab-btn{
		width:100%;
	}
	
	.page-title h1,
	.services-single .inner-service .lower-content h2,
	.subscribe-style-one h2{
		font-size:24px;
	}
	
	.breadcrumb-outer .bread-crumb{
		padding:15px 25px;
	}
	
	.video-section .text br{
		display:none;
	}
	
	.blog-single .inner-box .lower-content .text p{
		font-size:15px;
	}
	
	.case-block .inner-box .overlay-inner{
		padding:10px 15px;
	}
	
	.case-single-section .lower-section h3{
		font-size:20px;
	}
	
	.about-content-box .sec-title{
		margin-bottom:20px;
	}

}

@media only screen and (max-width: 479px) {
	
	.main-header .search-box-outer .dropdown-menu{
		top:44px;	
	}
	
	.comming-soon .emailed-form .form-group input[type="submit"],
	.comming-soon .emailed-form button{
		position:relative;
		left:0px;
		top:0px;
		width:100%;
		display:block;
		margin-top:10px;
	}
	
	.main-slider .theme-btn{
		margin-bottom:10px !important;
	}
	
	.subscribe-style-one .form-group button{
		position:relative;
		width:100%;
		margin-top:12px;
	}
	
	.rtl .subscribe-style-one .form-group{
		padding-left:0px;
	}
	
	.about-content-box h4 span{
		position:relative;
	}
	
	.about-content-box h4{
		padding-left:0px;
	}
	
	.styled-pagination li{
		margin-left:2px;
		margin-right: 2px;
	}
	
	.main-header .outer-box .option-box .cart-box .cart-panel{
		min-width:275px;
	}
	
	.cart-total-box{
		padding:20px 10px;
	}
	
	.post-share-options .pull-right{
		width:100%;
		margin-top:10px;
	}
	
	.rtl .main-slider .link-box .theme-btn,
	.rtl .main-slider .content.centered .theme-btn{
		margin-right:0px;
	}
	
	.subscribe-style-one .form-group,
	.rtl .about-content-box h4{
		padding-right:0px;
	}
	
	.rtl .about-content-box h4 span{
		position:relative;
		top:0px;
		display:block;
	}
	
	.services-block-two .inner-box .overlay-box .content h3{
		margin-bottom:15px;
	}
	
	.main-footer .footer-info-section .info-block .inner{
		margin-left:15px;
	}
	
	.shop-page .prod-tabs .reviews-container .rev-header .time,
	.cart-section .coupon-outer .pull-left,
	.cart-section .apply-coupon .form-group,
	.cart-section .apply-coupon .form-group input[type="text"],
	.cart-section .apply-coupon .form-group .coupon-btn,
	.cart-section .coupon-outer .cart-btn,
	.cart-section .apply-coupon .form-group{
		width:100%;
	}
	
	.main-header .nav-toggler,
	.services-block-two .inner-box .overlay-box .content .text,
	.case-block .inner-box .overlay-inner .content .text,
	.service-block-three .inner-box .image-box .overlay-box .text,
	.main-slider .text br{
		display:none;
	}
	
}

@media screen and (max-width: 1479px) {
     .slide-text {
        top: 34%;
    }

    .slide-text .title-box h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .slide-text .sub-title h4 {
        padding: 14px 16px;
        font-size: 14px;
    }

    .slide-text .btn-box .btn-theme {
        padding: 8px 20px;
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    /*Home Style Css*/

    .carousel-item .slide-image {
    }

    .slide-text {
        top: 39%;
    }

    .slide-text .sub-title h4 {
        font-size: 14px;
        padding: 14px 22px;
    }

    .slide-text .title-box h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 26px;
    }

    .slide-text .btn-box .btn-theme {
        font-size: 14px;
        padding: 8px 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*Home Css Style*/

    .top-bar .social-icons ul li {
        margin-right: 11px;
    }

    /*Welcome Feature Css Style*/

    .welcome-feature .content h2 {
        font-size: 17px;
    }

    .welcome-feature .icon-box {
       line-height: 42px; 
    }

    /*Service Css Style*/

    .service-item.style-4 .content h3 {
        font-size: 19px;
    }

    /*Service Css Style Two*/

    .service-item.style-2 .content h5 {
        font-size: 19px;
        margin-bottom: 14px;
        padding-bottom: 16px;
    }

    .service-item.style-2 .content h5 .icon {
        font-size: 32px;
        margin-right: 12px;
    }

    /*Service Css Style Details*/

    .service-details-sidebar .service-list ul li a {
       font-size: 12px; 
    }

    .service-details-sidebar .download-box .download-item a {
        font-size: 12px;
    }

    /*Projects Css Style*/

    .projects-item.style-2 .text-bottom h4 {
        font-size: 17px;
        line-height: 28px;
    }

    /*About Features Css Style*/

    .about-features .thumb .about-video h4 {
        font-size: 18px;
    }

    /*About Features Css Style Two*/

    .about-features.style-2 .company-list.mr-50 {
        margin-right: 42px !important;
    }

    /*Contact Css Style*/

    .contact-text .contact-info .icon-box {
        border: none;
    }

    .contact-text .contact-info h6 {
        font-size: 11px;
    }
}

@media (max-width: 991px) {

    /*Home Css Style Details*/

    .header .col-lg-10 {
        width: 54%;
    }

    .header .col-lg-2 {
        width: 46%;
    }

    /*Service Css Style Details*/

    .service-details-sidebar .contact-box {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /*Section Title Css Style*/

    .section-title h2 {
        font-size: 38px;
    }

    .section-title h4 {
        font-size: 15px;
    }

    /*Welcome Feature Css Style*/

    .welcome-feature-section .col-md-4 {
        padding: 0;
    }

    .welcome-feature .content {
        margin-left: 12px;
    }

    .welcome-feature .content h2 {
        font-size: 17px;
        padding-left: 7px;
    }

    .welcome-feature .icon-box {
        display: none; 
    }

    /*Service Css Style*/

    .service-section4 .col-md-4 {
        padding: 0;
    }

    .service-item.style-4 {
        border-right: 1px solid #fff;
    }

    .service-item.style-4 .content h3 {
        font-size: 15px;
    }

    .service-item.style-4 .thumb .service-link-box a {
        font-size: 14px;
        padding: 6px 8px;
    }

    /*Content Divider Css Style*/
    .contact-divider .contact-item h3 {
        font-size: 28px;
    }

    .contact-divider .contact-btn-item h3 {
        font-size: 28px;
    }

     /*Company Section Css Start*/

    .about-features .content h1 {
        font-size: 34px;
        margin-bottom: 12px;
    }

    .about-features .content .company-list {
        margin-bottom: 20px;
    }

    .about-features .content .company-list.mr-50 {
        margin-right: 20px !important;
    }

   .about-features .content .company-list li {
        font-size: 14px;
    }

    .about-features .content .company-list li i {
        display: none;
    }

    .about-features .content .p-text {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 18px;
    }

    .about-features .content .company-funfact h2 {
        font-size: 36px;
    }

    .about-features .content .company-funfact h4 {
        font-size: 18px;
    }

    .about-features .thumb .about-video h4 {
       display: none;
    }

    .about-features .thumb .about-video .about-video-btn {
        font-size: 38px;
        left: 16px;
        line-height: 24px;
        transform: translateX(-50%);
    }

    .about-features .thumb .about-video .about-video-btn:before {
       display: none;
    }

    .about-features .thumb {
        margin-top: 86px;
    }
}

@media (max-width: 767px) {
    /* about section */
    .about-features.style-2 .thumb-2 img{
        width:100%;
        padding-bottom: 70px;
    }
    .about-features.style-2 .thumb-2:after{
        bottom:70px;
    }
    /* welcome section */
    .welcome-feature-section.style-2 .section-title h2:after{
        display:none;
    }
    .welcome-feature-section.style-2 .section-title h4{
        margin-left:25px;
    }
    .welcome-feature-section.style-2 .section-title h2{
        margin-left:15px;
        font-size: 35px;
        line-height: 45px;
    }
    /* testimonial section */
    .testimonials-post{
        padding:30px 34px 37px;
    }
    /*Content Divider Css Style*/

    .contact-divider .contact-item {
        text-align: center;
    }

    .contact-divider .contact-item h3 {
        font-size: 26px;
    }

    .contact-divider .contact-item p {
        margin-bottom: 10px;
    }

    .contact-divider .contact-btn-item {
        text-align: center;
    }


    .border-style-3::after {
        left: 190px !important;
    }

    .footer-item  {
        text-align: center;
    }

    .blog-small-item {
        margin-bottom: 56px;
    }

    .theme-sidebar .search-sidebar .search-box .form-group .form-control {
        width: 100%;
    }

    /*Home Css Style Details*/

    .header .col-lg-10 {
        width: 100%;
    }

    .header .col-lg-2 {
        width: 100%;
    }

    /*About Features*/

    .about-features .content .company-funfact .funfact-item {
        text-align: center;
        width:32%;
    }
    .about-features .content .company-funfact h4{
        font-size: 18px;
    }

    .about-features .thumb .about-video {
        text-align: center;
    }

    .company-list  {
        margin-left: 26px;
    }
    
    .about-features .content h5 {
        margin-left: 33%;
        text-align: center;
    }
    
    .about-features .content h1 {
        text-align: center;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    /*Welcome Feature Css Style*/

    .welcome-feature .content h2 {
        padding-left: 88px;
    }
}

@media (max-width: 576px) {
    .error-page h1 {
        font-size: 142px;
        line-height: 168px;
    }
}

@media (min-width: 481px) and (max-width: 575px) {
    /*Welcome Feature Css Style*/

    .welcome-feature .content h2 {
        padding-left: 88px;
    }
}

@media (max-width: 371px) {
    /*Section Title Css Style*/
        
    .section-title h2 {
        font-size: 34px;
    }

    /*Welcome Feature Css Style*/

    .welcome-feature .content h2 {
        font-size: 17px;
    }

    .welcome-feature .icon-box {
       line-height: 42px; 
    }
}

@media (max-width: 351px) {
    /*Service Css Style*/

    .service-item.style-4 .content h3 {
        font-size: 19px;
    }
}

@media (max-width: 349px) {
    .about-features .thumb .about-video h4 {
        display: none;
    }

    .about-features .thumb .about-video .about-video-btn:before {
        display: none;
    }

    .about-features .thumb .about-video .about-video-btn {
        position: relative;
        right: -82px;
        top: 8px;
    }
}

@media (max-width: 344px) {
    /*Service Css Style*/

    .service-item.style-4 .content h3 {
        font-size: 19px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .header.header-style-1 {
        background-color: #000;
    }

    .header.header-style-1 .menu-style.menu-style-1 .main-navigation {
        background-color: #000;
    }

    .top-bar {
        display: none;
    }

    .about-features .thumb .about-video .about-video-btn {
        left: 0;
        right: 0;
        margin: 0 auto;
    }


    .dropdown-buttons {
        display: none;
    }
}

@media (max-width: 320px) {

    .company-list  {
        margin-left: 0;
    }
    
    .about-features .content h5 {
        margin-left: 0;
        text-align: left;
    }
    
    .about-features .content h1 {
        text-align: left;
        font-size: 38px;
    }

    .about-features .content .company-funfact .funfact-item {
        text-align: left;
    }
}


