/*
@File: Induxtro Template Styles

* This file contains the styling for the actual tepmlate, this
is the file you need to edit to change the look of the
tepmlate.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Preloader CSS
** - Header CSS
** - Main Banner CSS
** - Contact Info Boxes CSS
** - Services Boxes CSS
** - About CSS
** - Boxes CSS
** - Bg Common Style CSS
** - Services CSS
** - Testimonials CSS
** - Big Dream CSS
** - How We Work CSS
** - Project CSS
** - Partner CSS
** - CTA CSS
** - Team CSS
** - Why Choose Us CSS
** - Get a Quote CSS
** - FAQ CSS
** - Blog CSS
** - Contact Information CSS
** - Subscribe CSS
** - Shop CSS
** - Services Details CSS
** - Project Details CSS
** - Team Details CSS
** - Blog Details CSS
** - Product Details CSS
** - Cart CSS
** - Checkout CSS
** - Page Title CSS
** - Sidebar CSS
** - Pagination CSS
** - 404 Error CSS
** - Login CSS
** - Signup CSS
** - Coming Soon CSS
** - Contact Us CSS
** - Footer CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
body {
  font-family: "Rubik", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

p {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  color: #000000;
  line-height: 1.9;
  margin-bottom: 15px;text-align: justify;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin-bottom: 15px;
  color: #0d1028;text-transform: uppercase;
}

a {
  outline: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:focus {
  text-decoration: none;
  outline: 0;
}

.ptb-100 {
  padding-top: 46px;
  padding-bottom: 46px;
}

.pb-100 {
  padding-bottom: 100px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.bg-f7f7f7 {
  background-color: #f7f7f7;
}

.bg-black {
  background-color: #0f4919;
}

/*btn btn-primary*/
.btn {
  font-weight: 500;
  font-size: 15px;
  border: none;
  border-radius: 0;
  position: relative;
  color: #ffffff;
  padding: 15px 30px 12px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn i {
  margin-left: 5px;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.btn-primary {
  background: #0d1028;
  color: #ffffff;
  z-index: 1;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 13px 27px 0 rgba(255, 82, 2, 0.11);
          box-shadow: 0 13px 27px 0 rgba(255, 82, 2, 0.11);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background: #0d1028;
  -webkit-box-shadow: 0 13px 27px 0 rgba(255, 82, 2, 0.11);
          box-shadow: 0 13px 27px 0 rgba(255, 82, 2, 0.11);
}

.btn-primary::before, .btn-primary::after {
  content: '';
  position: absolute;
  top: 0;
  width: 51%;
  height: 100%;
  z-index: -1;
  background:#80b729;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-primary::after {
  right: 0;
}

.btn-primary::before {
  left: 0;
}

.btn-primary.disabled, .btn-primary:disabled {
  background: #0d1028;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus {
  color: #ffffff;
  background: #0d1028;
  -webkit-box-shadow: 0 13px 27px 0 rgba(255, 82, 2, 0.11);
          box-shadow: 0 13px 27px 0 rgba(255, 82, 2, 0.11);
}

.btn-primary:hover::after, .btn-primary:hover::before, .btn-primary:focus::after, .btn-primary:focus::before {
  width: 0;
}

/*owl carousel btn*/
.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

/*section-title*/
.section-title {
  margin-bottom: 60px;
}

.section-title .bar {
  position: relative;
  background: #0d1028;
  width: 70px;
  height: 3px;
  overflow: hidden;
  margin-bottom: 12px;
}

.section-title h2 {
  margin-bottom: 6px;
  font-size: 36px;
  font-weight: 700;text-transform: uppercase;
}

.section-title span {
  display: block;
  text-transform: uppercase;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
}

.section-title p {
  border-left: 2px solid #e1e1e1;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 25px;
}

.section-title .btn-primary {
  background: transparent;
  color: #0d1028;
  padding: 12px 30px 10px;
  border: 2px solid #0d1028;
}

.section-title .btn-primary:not(:disabled):not(.disabled).active, .section-title .btn-primary:not(:disabled):not(.disabled):active, .show > .section-title .btn-primary.dropdown-toggle {
  background: #0f4919;
  color: #ffffff;
  border-color: #0f4919;
}

.section-title .btn-primary::after, .section-title .btn-primary::before {
  display: none;
}

.section-title .btn-primary:hover, .section-title .btn-primary:focus {
  background: #0f4919;
  color: #ffffff;
  border-color: #0f4919;
}

/*form-control*/
.form-group {
  margin-bottom: 15px;
}

.form-control {
  height: 45px;
  padding: 15px;
  font-size: 14px;
  background-color: #e4e4e4;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-ms-input-placeholder {
  color: #999999;
}

.form-control::placeholder {
  color: #999999;
}

.form-control:focus {
  border-color: #0f4919;
  background: #ffffff;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

/*================================================
Preloader CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0f4919;
  text-align: center;
  z-index: 9999999;
}

.preloader .spinner {
  margin: -60px auto 0;
  width: 90px;
  height: 70px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  left: 0%;
  right: 0;
  top: 50%;
}

.preloader .spinner div {
  background-color: #ffffff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
          animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.preloader .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.preloader .spinner .rect3 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

.preloader .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.preloader .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

/*================================================
Header CSS
=================================================*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99;
}

.header-info {
  
    
    text-align: right;
}

.header-info p {
  margin-bottom: 0;
  margin-top: -3px;
  float: left;
  text-align: left;padding: 0 6px;
}

.header-info p i {
  color: #0f4919;
  position: relative;
  top: 0;
  margin-right: 4px;
}

.header-info p a {
  color: #ececec;
  font-size: 13px;
}

.header-info p a:hover, .header-info p a:focus {
  color: #0f4919;
}

.header-info ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header-info ul li {
  margin-right: 8px;
  display: inline-block;
}

.header-info ul li a {
  display: inline-block;
  color: #464646;
  font-size: 14px;
}

.header-info ul li a:hover, .header-info ul li a:focus {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  color: #0f4919;
}

.header-info ul li a i::before {
  font-size: 14px;
}

.header-info ul li:last-child {
     margin-right: -50px;
}

.header-middle {
  padding-top: 6px;
    padding-bottom: 6px;
}

.header-middle .header-information {
  text-align: right;
}

.header-middle .header-information ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header-middle .header-information ul li {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  text-align: left;
  margin-left: 15px;
}

.header-middle .header-information ul li .icon i {
  position: absolute;
  left: 0;
  top: 0;
  color: #0f4919;
}

.header-middle .header-information ul li .icon i::before {
  font-size: 20px;
}

.header-middle .header-information ul li h5 {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 0;
}

.header-middle .header-information ul li p {
  color: #ececec;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 14px;
}

.header-middle .header-information ul li p a {
  color: #ececec;
  display: inline-block;
  margin: 0 6px;
  font-size: 14px;
}

.header-middle .header-information ul li p a:hover, .header-middle .header-information ul li p a:focus {
  color: #0f4919;
}

.header-middle .header-information ul li p a:first-child {
  margin-left: 0;
}

.header-middle .header-information ul li:last-child {
  padding-left: 0;
}

.header-middle .header-information ul li .btn {
  padding: 14px 20px 14px 75px;
  font-size: 14px;
  margin-top: -28px;
}

.header-middle .header-information ul li .btn .flaticon-edit {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  line-height: 56px;
  background: #6da90f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 0;
}

.header-middle .header-information ul li .btn .flaticon-edit::before {
  font-size: 18px;
}

.header-middle .header-information ul li .btn .flaticon-edit:hover, .header-middle .header-information ul li .btn .flaticon-edit:focus {
  background: #ffffff;
  color: #0f4919;
}

.header-middle .header-information ul li .btn:hover .flaticon-edit, .header-middle .header-information ul li .btn:focus .flaticon-edit {
  background: #6da90f;
  color: #ffffff;
}

.header-middle .header-information ul li:nth-child(1) {
  padding-top: 5px;
}

.header-middle .header-information ul li:nth-child(2) {
  padding-top: 5px;
}

.induxtro-mobile-nav {
  display: none;
}

.induxtro-mobile-nav.mean-container .mean-nav ul li a.active {
  color: #0f4919;
}

.induxtro-nav {
  background: transparent;
}

.induxtro-nav .navbar {
  border-bottom: 1px solid #3e4453;
  padding-left: 0;
  padding-right: 0;
}

.induxtro-nav nav ul {
      padding: 0;
    
    list-style-type: none;
    text-align: right;
    
    width: 100%;
    display: block;
}

.induxtro-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 15px 0;display: inline-block;border-bottom: 2px solid transparent;
}

.induxtro-nav nav .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 13px;
    color: #24435e;
    padding: 0 12px;
    text-transform: uppercase;
}
.induxtro-nav.is-sticky nav .navbar-nav .nav-item a { color:#20201e;}
.induxtro-nav.is-sticky nav .navbar-nav .nav-item:hover a { color:#80b729;}
.induxtro-nav nav .navbar-nav .nav-item a:hover, .induxtro-nav nav .navbar-nav .nav-item a:focus, .induxtro-nav nav .navbar-nav .nav-item a.active {
  color: #0f4919;
}
.induxtro-nav nav .navbar-nav .nav-item:hover {
		    border-bottom: 2px solid #b0cb1f;
	}

.induxtro-nav nav .navbar-nav .nav-item a i {
  margin-right: 2px;
  position: relative;
  top: -2px;
}

.induxtro-nav nav .navbar-nav .nav-item a i::before {
  font-size: 13px;
}

.induxtro-nav nav .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.induxtro-nav nav .navbar-nav .nav-item:hover a {
  color: #0d1028;
}

.induxtro-nav nav .navbar-nav .nav-item:hover a i::before {
  content: "\f145";
}
.nav-item .dropdown-menu li a i:before { content: "\f134" !important; }
.induxtro-nav nav .navbar-nav .nav-item .dropdown-menu {
     background: #fff;
    position: absolute;
    top: 80px;
    left: 0;
    width: 210px;
    z-index: 99;
    display: block;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: left;
}

.induxtro-nav nav .navbar-nav .nav-item .dropdown-menu li {
  position: relative;display:block;
  padding: 0;
}

.induxtro-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 13px;
  font-weight: 500;
  padding: 10px 12px;
  margin: 0;
  display: block;
  color: #525252;
}

.induxtro-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .induxtro-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .induxtro-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #0f4919;
}

.induxtro-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: 210px;
  display: block;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.induxtro-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #525252;
    background: #fff;
}

.induxtro-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .induxtro-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .induxtro-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
     color: #000;
    background: #0f4919;
}

.induxtro-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: 0px !important;
}

.induxtro-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
        color: #2b2a29;
    background: #0f4919;    
}
.induxtro-nav nav .navbar-nav .nav-item .dropdown-menu li  { border:none;}
.induxtro-nav nav .navbar-nav .nav-item .dropdown-menu li  a {
 color:#24435e;
}
.induxtro-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.induxtro-nav nav .others-option {
  margin-left: 35px;
}

.induxtro-nav nav .others-option ul li {
  display: inline-block;
}

.induxtro-nav nav .others-option ul li span, .induxtro-nav nav .others-option ul li a {
  display: inline-block;
  color: #ffffff;
  background: #0f4919;
  padding: 10px 15px;
  border-radius: 1px;
  margin: 0 -2px;
  border-left: 1px solid #de4702;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.induxtro-nav nav .others-option ul li span:hover, .induxtro-nav nav .others-option ul li span:focus, .induxtro-nav nav .others-option ul li a:hover, .induxtro-nav nav .others-option ul li a:focus {
  background: #ffffff;
  color: #0f4919;
}

.induxtro-nav nav .others-option ul li span {
  border-left: none;
}

.induxtro-nav.is-sticky {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
    background-color: #fff !important;
    /* padding-left: 15px; */
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.induxtro-nav.is-sticky .navbar {
  border-bottom: none;
}

.header-top {
 background: #24435e;
    padding-top: 4px;
    padding-bottom: 4px;
}

.header-top .header-info {
  -webkit-clip-path: unset;
          clip-path: unset;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}

.header-top .header-info ul {
  text-align: right;
  display: block;
}

.induxtro-nav {
  padding-top: 0;
}

.induxtro-nav nav {
  border-bottom: none;
  
}

.induxtro-nav nav .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.induxtro-nav nav .others-option {
  position: absolute;
  right: 0;
  top: 12px;
  margin-left: 0;
}

.induxtro-nav nav .others-option ul li span, .header-style-two .induxtro-nav nav .others-option ul li a {
  background: #333333;
  border-left: 1px solid #434343;
}

.induxtro-nav nav .others-option ul li span:hover, .header-style-two .induxtro-nav nav .others-option ul li span:focus, .induxtro-nav nav .others-option ul li a:hover, .header-style-two .induxtro-nav nav .others-option ul li a:focus {
  background: #ffffff;
}

.induxtro-nav nav .others-option ul li span {
  border-left: none;
}

.header-style-three {
  position: relative;
  background:#fff;
       border-bottom: 1px solid #f3f3f3;
}

.header-style-three .induxtro-nav nav {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
   
  border-radius: 15px 15px 0 0;
  
}
.header-style-three .induxtro-nav.is-sticky nav {
        width: 86%;
    margin: 0 auto;
}
.header-style-three .induxtro-nav nav .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.header-style-three .induxtro-nav nav .others-option {
  position: absolute;
  right: 5px;
  top: 5px;
  margin-left: 0;
}

.header-style-three .induxtro-nav nav .others-option ul li span, .header-style-three .induxtro-nav nav .others-option ul li a {
  background: transparent;
  border-left: 1px solid #434343;
}

.header-style-three .induxtro-nav nav .others-option ul li span:hover, .header-style-three .induxtro-nav nav .others-option ul li span:focus, .header-style-three .induxtro-nav nav .others-option ul li a:hover, .header-style-three .induxtro-nav nav .others-option ul li a:focus {
  background: transparent;
  color: #0f4919;
}

.header-style-three .induxtro-nav nav .others-option ul li span {
  border-left: none;
}

.header-style-three .header-middle .header-information ul li h5 {
  color: #dedede;
}

.header-style-three .header-middle .header-information ul li p {
  color: #828893;
}

.header-style-three .header-middle .header-information ul li p a {
  color: #828893;
}

.header-style-three .header-middle .header-information ul li p a:hover, .header-style-three .header-middle .header-information ul li p a:focus {
  color: #0f4919;
}

.searchBoxTop {
  position: fixed;
  z-index: 9999;
  top: -170px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 3px solid #0f4919;
  -webkit-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.searchBoxTop.active {
  top: 0;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.searchBoxTop .seachBoxContainer {
  padding: 45px 0;
}

.searchBoxTop .seachBoxContainer .container {
  position: relative;
}

.searchBoxTop form {
  position: relative;
}

.searchBoxTop form .form-control {
  height: 50px;
  padding-left: 20px;
}

.searchBoxTop form button[type="submit"] {
  border: 1px solid #0f4919;
  color: #ffffff;
  background-color: transparent;
  padding: 0 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #0f4919;
  outline: 0 !important;
}

.searchBoxTop form button[type="submit"]:hover, .searchBoxTop form button[type="submit"]:focus {
  background: #0d1028;
  border-color: #0d1028;
}

.searchBoxTop .searchClose {
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: 42px;
  width: 30px;
  height: 30px;
}

.searchBoxTop .searchClose::before, .searchBoxTop .searchClose::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 47%;
  margin-top: -30/2;
  margin-left: -3/2;
  display: block;
  height: 30px;
  width: 3px;
  background-color: #0d1028;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.searchBoxTop .searchClose::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.searchBoxTop .searchClose:hover::before, .searchBoxTop .searchClose:hover::after, .searchBoxTop .searchClose:focus::before, .searchBoxTop .searchClose:focus::after {
  background-color: #0f4919;
}

/*================================================
Main Banner CSS
=================================================*/
.main-banner {
  height: 800px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.main-banner::before {
 /* content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #0d1028;
  opacity: .70;
  width: 100%;
  height: 100%;
  z-index: -1;*/
}

.main-banner .container {
  position: relative;
}

.item-bg1 {
  background-image: url(../images/banner-1.jpg);
}

.item-bg2 {
  background-image: url(../images/banner-2.jpg);
}

.item-bg3 {
  background-image: url(../images/banner-3.jpg);
}

.item-bg4 {
  background-image: url(../images/banner-4.jpg);
}

.item-bg5 {
  background-image: url(../images/banner-5.jpg);
}

.item-bg6 {
  background-image: url(../images/main-banner6.jpg);
}

.item-bg7 {
  background-image: url(../images/main-banner7.jpg);
}

.item-bg8 {
  background-image: url(../images/main-banner8.jpg);
}

.item-bg9 {
  background-image: url(../images/main-banner9.jpg);
}

.main-banner-content {
  margin-top: 50px;
}

.main-banner-content h1 {
  color: #0d1028;
  font-size: 40px;
  margin-bottom: 0;font-weight:bold;
}

.main-banner-content h1 span {
  color: #80b729;
}

.main-banner-content p {
  font-size: 17px;
  color: #0d1028;
  margin-top: 10px;
  margin-bottom: 25px;
}

.banner-image {
  position: absolute;
  right: 0;
  top: -148px;
}

.learn-more-btn {
  color: #0d1028;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.learn-more-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0f4919;
  width: 110%;
  z-index: -1;
  height: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.learn-more-btn:hover, .learn-more-btn:focus {
  color: #0f4919;
}

.learn-more-btn:hover::before, .learn-more-btn:focus::before {
  left: 25px;
  width: 100%;
}

.home-banner-two .main-banner {
  height: 950px;
}

.home-banner-two .main-banner .main-banner-content {
  margin-top: -160px;
}

.home-banner-two .main-banner::before {
  opacity: .88;
}

.home-banner-two.home-slides.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  right: 9%;
  top: 50%;
  margin-top: -120px;
}

.home-banner-three .main-banner {
  height: 68vh;
}

.home-banner-three .main-banner .main-banner-content {
  margin-top: 0;
}

.home-banner-three.home-slides.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  right: 0;
  top: auto;
  margin-top: 0;
  left: 0;
  bottom: 25px;
}

.home-banner-three.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot {
  display: inline-block;
}

.home-banner-three.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
  margin: 0 4px;
}

.home-banner-four .main-banner {
  height: 700px;
}

.home-banner-four .main-banner::before {
  background: #ffffff;
}

.home-banner-four .main-banner .main-banner-content {
  margin-top: 0;
}

.home-banner-four .main-banner .main-banner-content h1 {
  color: #0d1028;
}

.home-banner-four .main-banner .main-banner-content p {
  color: #0d1028;
}

.home-banner-four .main-banner .main-banner-content .learn-more-btn {
  color: #0d1028;
}

.home-banner-four .main-banner .main-banner-content .learn-more-btn:hover, .home-banner-four .main-banner .main-banner-content .learn-more-btn:focus {
  color: #0f4919;
}

.home-banner-four.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
  border: 1px solid #828893;
}

.home-banner-four.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span::before {
  background: #828893;
}

.home-banner-four.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span, .home-banner-four.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span {
  border-color: #0f4919;
}

.home-banner-four.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span::before, .home-banner-four.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span::before {
  background: #0f4919;
}

.home-slides.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  right: 8%;
  top: 50%;
  margin-top: -30px;
}

.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot {
  display: block;
  outline: 0 !important;
}

.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 4px 0;
  outline: 0 !important;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  position: relative;
  padding: 0;
  text-align: center;
  border: 1px solid #0d1028;
}

.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #0d1028;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 8px;
  height: 8px;
  top: 3px;
  border-radius: 50%;
}

.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span, .home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span {
  border-color: #0f4919;
}

.home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span::before, .home-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span::before {
  background: #0f4919;
}

/*================================================
Contact Info Boxes CSS
=================================================*/
.contact-info-boxes {
  position: relative;
  margin-top: -69px;
  z-index: 2;
}

.contact-info-boxes .box {
  position: relative;
  padding-left: 35px;
}

.contact-info-boxes .box .icon i {
  position: absolute;
  left: 0;
  top: 0;
  color: #0f4919;
}

.contact-info-boxes .box .icon i::before {
  font-size: 20px;
}

.contact-info-boxes .box h5 {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 0;
}

.contact-info-boxes .box p {
  color: #ececec;
  margin-bottom: 0;
  margin-top: 4px;
  font-size: 14px;
}

.contact-info-boxes .box p a {
  color: #ececec;
  display: inline-block;
  margin: 0 6px;
  font-size: 14px;
}

.contact-info-boxes .box p a:hover, .contact-info-boxes .box p a:focus {
  color: #0f4919;
}

.contact-info-boxes .box p a:first-child {
  margin-left: 0;
}

.contact-info-boxes .box .btn {
  padding: 25px 30px 22px 80px;
}

.contact-info-boxes .box .btn .flaticon-edit {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  line-height: 70px;
  background: #e05110;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 0;
}

.contact-info-boxes .box .btn .flaticon-edit::before {
  font-size: 18px;
}

.contact-info-boxes .box .btn .flaticon-edit:hover, .contact-info-boxes .box .btn .flaticon-edit:focus {
  background: #ffffff;
  color: #0f4919;
}

.contact-info-boxes .box .btn:hover .flaticon-edit, .contact-info-boxes .box .btn:focus .flaticon-edit {
  background: #0f4919;
  color: #ffffff;
}

/*================================================
Services Boxes CSS
=================================================*/
.services-boxes-area {
  padding-left: 15px;
}

.services-boxes-area .col-lg-3:last-child .services-box {
  border-right: 0;
}

.services-box {
  position: relative;
  padding-left: 85px;
  padding-right: 15px;
  z-index: 1;
  border-right: 1px solid #dfdfdf;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  text-align: center;
  color: #0f4919;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-box .icon i::before {
  font-size: 25px;
}

.services-box h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.services-box .back-icon {
  position: absolute;
  right: 40px;
  bottom: -14px;
  color: #ebebeb;
  z-index: -1;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-box .back-icon i::before {
  font-size: 110px;
}

.services-box:hover {
  border-color: #0f4919;
}

.services-box:hover .icon {
  background: #0f4919;
  color: #ffffff;
  border-radius: 50%;
}

.services-box:hover .back-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  right: 80%;
  bottom: 25%;
}

.read-more-btn {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #0d1028;
}

.read-more-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0f4919;
  width: 110%;
  z-index: -1;
  height: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.read-more-btn:hover, .read-more-btn:focus {
  color: #0f4919;
}

.read-more-btn:hover::before, .read-more-btn:focus::before {
  left: 25px;
  width: 100%;
}

/*================================================
About CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
}

.about-image {
  text-align: right;
  position: relative;
  z-index: 1;
}

.about-image img {
    margin-top: 20px;
    margin-right: 52px;
    margin-bottom: 60px;
    display: inline-block;
    border: 2px solid #b8b8b8;
    border-radius: 4px;
}

.about-image span {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
}

.about-image::before {
  
}

.about-content-image {
  position: relative;
  text-align: center;
  z-index: 1;
}

/*.about-content-image::before {
  content: '';
  position: absolute;
  background: #0f4919;
  left: -40px;
  top: 0;
  width: 150px;
  height: 150px;
  border-radius: 5px;
  z-index: -1;
}*/

.about-content-image img {
  margin-top: 20px;
}

.about-content span {
  text-transform: uppercase;
  display: block;
  color: #80b729;
}

.about-content h3 {
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.about-content p {
  margin-bottom: 0;
}

.about-content ul {
  padding: 0;
  margin:0;
  list-style-type: none;
  overflow: hidden;
}

.about-content ul li {
  float: left;
  width: 45%;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.about-content ul li i {
  color: #0f4919;
}

.about-content ul li i::before {
  margin-right: 3px;
}

.about-content .btn {
  margin-top: 25px;
}

.about-funfacts {
  margin-top: 100px;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}

.about-funfacts .single-about-funfact h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: -10px;
}

.about-funfacts p {
  color: #80b729;
  margin-bottom: 0;
}

.about-features {
  margin-bottom: 54px;
}

.funfacts-three {
  padding-top: 18px;
  margin-bottom: 6px;
}

.single-features-box {
  border: 1px solid #E8E8E8;
  padding: 35px 25px;
  position: relative;
  text-align: center;
  z-index: 1;min-height: 248px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0f4919;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.single-features-box .icon {
  color:#006332;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features-box .icon i::before {
  font-size: 40px;
}

.single-features-box h3 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features-box:hover {
  border-color: #0f4919;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.single-features-box:hover .icon, .single-features-box:hover h3, .single-features-box:hover p {
  color: #ffffff;
}

.single-features-box:hover::before, .single-features-box:hover:focus {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.se-too::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #006332;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.se-too:hover {
  border-color: #0f4919;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.se-too:hover .icon, .se-too:hover h3, .se-too:hover p {
  color: #ffffff;
}

.se-too:hover::before, .se-too:hover:focus {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.map-image {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  text-align: center;
}

/*about-style-two*/
.about-area-two {
  position: relative;
  z-index: 1;
}

.about-inner {
  border: 7px solid #e1e1e1;
}

.about-inner .about-inner-image {
  border-right: 7px solid #e1e1e1;
}

.about-inner .about-inner-content {
  padding-left: 25px;
  padding-right: 25px;
}

.about-inner .about-inner-content span {
  text-transform: uppercase;
  display: block;
  color: #0f4919;
}

.about-inner .about-inner-content h3 {
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #ffffff;
}

.about-inner .about-inner-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.about-inner .about-inner-content ul {
  padding: 0;
  margin: 25px 0 10px;
  list-style-type: none;
  overflow: hidden;
}

.about-inner .about-inner-content ul li {
  float: left;
  width: 45%;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #ffffff;
}

.about-inner .about-inner-content ul li i {
  color: #0f4919;
}

.about-inner .about-inner-content ul li i::before {
  margin-right: 3px;
}

.about-inner .about-inner-content .btn {
  margin-top: 25px;
}

.about-inner .about-inner-content .btn-primary {
  background: #ffffff;
}

.about-inner .about-inner-content .btn-primary:hover, .about-inner .about-inner-content .btn-primary:focus {
  background: #ffffff;
  color: #0f4919;
}

/*about-style-three*/
.about-area-three {
  position: relative;
  z-index: 1;
}

.about-area-three .single-about-funfact {
  text-align: left;
  position: relative;
  z-index: 1;
}

.about-area-three .single-about-funfact::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 90px;
  border: 7px solid #ebebeb;
  left: -15px;
  top: -8px;
  z-index: -1;
}

/*================================================
Boxes CSS
=================================================*/
.boxes-area {
  position: relative;
  background: transparent;
  margin-top: -319px;
  z-index: 1;
}

.boxes-area .col-lg-4:first-child .single-box::before {
  content: '';
  position: absolute;
  left: -7px;
  bottom: -7px;
  width: 90px;
  height: 90px;
  border-bottom: 7px solid #0f4919;
  border-left: 7px solid #0f4919;
  z-index: 1;
}

.boxes-area .col-lg-4:last-child .single-box::before {
  content: '';
  position: absolute;
  right: -7px;
  bottom: -7px;
  width: 90px;
  height: 90px;
  border-bottom: 7px solid #0f4919;
  border-right: 7px solid #0f4919;
  z-index: 1;
}

.single-box {
  padding: 35px 25px;
  background: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.single-box .icon {
  color: #0f4919;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-box .icon i::before {
  font-size: 45px;
}

.single-box h3 {
  font-size: 22px;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-box h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50px;
  height: 2px;
  background: #0f4919;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-box p {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-box a {
  color: #0f4919;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.single-box a:hover, .single-box a:focus {
  letter-spacing: 1px;
}

.single-box .back-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #f2f2f2;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-box .back-icon i::before {
  font-size: 85px;
}

.single-box:hover, .single-box.active {
  background: #0f4919;
}

.single-box:hover .icon, .single-box.active .icon {
  color: #ffffff;
}

.single-box:hover h3, .single-box.active h3 {
  color: #ffffff;
}

.single-box:hover h3::before, .single-box.active h3::before {
  background: #ffffff;
}

.single-box:hover p, .single-box.active p {
  color: #ffffff;
}

.single-box:hover a, .single-box.active a {
  color: #ffffff;
}

.single-box:hover .back-icon, .single-box.active .back-icon {
  color: #e05110;
}

.boxes-area-two .box {
  text-align: center;
  padding: 30px 20px;
}

.boxes-area-two .box .icon {
  color: #0f4919;
}

.boxes-area-two .box .icon i::before {
  font-size: 35px;
}

.boxes-area-two .box h3 {
  color: #ffffff;
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 12px;
}

.boxes-area-two .box p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 20px;
}

.boxes-area-two .box .read-more {
  color: #0f4919;
}

.boxes-area-two .box .read-more:hover, .boxes-area-two .box .read-more:focus {
  letter-spacing: 1px;
}

.boxes-area-two .box.active {
  background: #0f4919;
  padding: 30px 20px;
}

.boxes-area-two .box.active .icon {
  color: #ffffff;
}

.boxes-area-two .box.active .btn-primary {
  color: #0d1028;
  background: #0d1028;
  font-size: 13px;
  padding: 10px 20px;
}

.boxes-area-two .box.active .btn-primary:hover, .boxes-area-two .box.active .btn-primary:focus {
  background: #0d1028;
  color: #ffffff;
}

.boxes-area-two .box.active .btn-primary::before, .boxes-area-two .box.active .btn-primary::after {
  background: #ffffff;
}

/*================================================
BG Common Style CSS
=================================================*/
.bg-common-style {
  background-image: url(../images/main-banner6.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.quote-common-content {
  background: #ffffff;
  position: relative;
}

.quote-common-content .quote {
  padding: 25px;
  position: relative;
  z-index: 1;
}

.quote-common-content .quote p {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #0d1028;
}

.quote-common-content .quote::after {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: -40px;
  right: 40%;
  border-style: solid;
  border-width: 20px;
  border-color: transparent #ffffff transparent transparent;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quote-common-content .name {
  text-align: right;
  padding: 20px 35px;
  background: #0f4919;
}

.quote-common-content .name h3 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
}

.quote-common-content i {
  position: absolute;
  left: 5px;
  color:#0f4919;
  top: -30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.quote-common-content i::before {
  font-size: 40px;
}

.video-btn {
  text-align: center;
}

.video-btn a {
  display: inline-block;
  color: #0d1028;
  background: #ffffff;
  width: 75px;
  text-align: center;
  height: 75px;
  -webkit-animation: ripple-orange 1s linear infinite;
          animation: ripple-orange 1s linear infinite;
  line-height: 75px;
  border-radius: 50%;
}

.video-btn a i::before {
  font-size: 35px;
}

.video-btn a:hover, .video-btn a:focus {
  background: #0d1028;
  color: #ffffff;
}

@-webkit-keyframes ripple-orange {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 69, 0, 0.6), 0 0 0 20px rgba(255, 69, 0, 0.6), 0 0 0 40px rgba(255, 69, 0, 0.6);
            box-shadow: 0 0 0 0 rgba(255, 69, 0, 0.6), 0 0 0 20px rgba(255, 69, 0, 0.6), 0 0 0 40px rgba(255, 69, 0, 0.6);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 69, 0, 0.6), 0 0 0 40px rgba(255, 69, 0, 0.6), 0 0 0 60px rgba(255, 69, 0, 0);
            box-shadow: 0 0 0 20px rgba(255, 69, 0, 0.6), 0 0 0 40px rgba(255, 69, 0, 0.6), 0 0 0 60px rgba(255, 69, 0, 0);
  }
}

@keyframes ripple-orange {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 69, 0, 0.6), 0 0 0 20px rgba(255, 69, 0, 0.6), 0 0 0 40px rgba(255, 69, 0, 0.6);
            box-shadow: 0 0 0 0 rgba(255, 69, 0, 0.6), 0 0 0 20px rgba(255, 69, 0, 0.6), 0 0 0 40px rgba(255, 69, 0, 0.6);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 69, 0, 0.6), 0 0 0 40px rgba(255, 69, 0, 0.6), 0 0 0 60px rgba(255, 69, 0, 0);
            box-shadow: 0 0 0 20px rgba(255, 69, 0, 0.6), 0 0 0 40px rgba(255, 69, 0, 0.6), 0 0 0 60px rgba(255, 69, 0, 0);
  }
}

/*================================================
Services CSS
=================================================*/
.services-area {
  padding-bottom: 70px;
}

.single-services {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
}

.single-services .services-image {
  overflow: hidden;
  position: relative;
}

.single-services .services-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services .services-image .icon {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #0f4919;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}

.single-services .services-image .icon i::before {
  font-size: 25px;
}

.single-services .services-content {
  padding: 30px 25px;
}

.single-services .services-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.single-services .services-content h3 a {
  color: #0d1028;
}

.single-services .services-content h3 a:hover, .single-services .services-content h3 a:focus {
  color: #0f4919;
}

.single-services:hover, .single-services:focus {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.single-services:hover .services-image img, .single-services:focus .services-image img {
  -webkit-transform: scale(1.2) rotate(4deg);
          transform: scale(1.2) rotate(4deg);
}

/*services style two*/
.single-services-box {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box .services-image {
  position: relative;    background: #c5c5c5;
}

.single-services-box .services-image .icon {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #0f4919;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}

.single-services-box .services-image .icon i::before {
  font-size: 25px;
}

.single-services-box .services-content {
      padding: 12px 15px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -29px;
}

.single-services-box .services-content h3 {
font-size: 19px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.single-services-box .services-content h3 a {
  color: #0d1028;
}

.single-services-box .services-content h3 a:hover, .single-services-box .services-content h3 a:focus {
  color: #0f4919;
}

.single-services-box .services-content .icon {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 3px;
  color: #ececec;
}

.single-services-box .services-content .icon i::before {
  font-size: 45px;
}

.single-services-box .services-content .link-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}

.single-services-box .services-content .link-icon a {
  color: #cecece;
}

.single-services-box .services-content .link-icon a:hover, .single-services-box .services-content .link-icon a:focus {
  color: #0f4919;
}

.single-services-box:hover, .single-services-box:focus {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

/*================================================
Testimonials CSS
=================================================*/
.testimonials-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-image: url(../images/testimonial-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.testimonials-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #0d1028;
  opacity: .88;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.testimonials-area .section-title h2 {
  color: #ffffff;
}

.testimonials-area .btn-primary {
  color: #ffffff;
}

.testimonials-area .container {
  position: relative;
}

.single-testimonials {
  border: 1px solid #ffffff;
  padding: 30px;
}

.single-testimonials .client-info {
  position: relative;
  padding-left: 80px;
  padding-top: 10px;
  padding-bottom: 3px;
  margin-bottom: 25px;
}

.single-testimonials .client-info img {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
}

.single-testimonials .client-info h5 {
  color: #ffffff;
  margin-bottom: 8px;
  font-size: 18px;
}

.single-testimonials .client-info span {
  display: block;
  color: #ffffff;
  font-size: 13px;
}

.single-testimonials p {
  color: #ffffff;
}

.single-testimonials ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.single-testimonials ul li {
  display: inline-block;
  color: #0f4919;
}

.testimonials-slides.owl-theme .owl-nav {
  margin-top: 0;
    position: absolute;
    top: 38%;width: 100%;
}
.testimonials-slides.owl-theme .owl-nav .owl-next { right:0;position:absolute;}
.testimonials-slides.owl-theme .owl-nav .owl-prev { left:0;position:absolute;}
.testimonials-slides.owl-theme .owl-nav [class*='owl-'] {
  color: #ffffff;
    margin: 0 0 0 6px;
    background: #006332;
    cursor: pointer;
    border-radius: 0;
    padding: 8px 18px 5px !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: 0 !important;
    font-size: 22px;
}

.testimonials-slides.owl-theme .owl-nav [class*='owl-']:hover, .testimonials-slides.owl-theme .owl-nav [class*='owl-']:focus {
  background: #0f4919;
  color: #ffffff;
}

/*testimonials-style-two*/
.single-feedback {
  background-color: #f8f8f8;
  padding: 45px;
  text-align: center;
}

.single-feedback .client-img {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  display: inline-block;
}

.single-feedback .client-img img {
  width: unset !important;
  display: inline-block !important;
}

.single-feedback .client-img i {
  color: #0f4919;
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background: #ffffff;
  line-height: 25px;
  border-radius: 50%;
}

.single-feedback .client-img i::before {
  font-size: 13px;
}

.single-feedback p {
  color: #0d1028;
  margin-bottom: 0;
}

.single-feedback ul {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
}

.single-feedback ul li {
  display: inline-block;
  color: #0f4919;
}

.single-feedback .client-info {
  margin-top: 15px;
}

.single-feedback .client-info h5 {
  font-size: 18px;
  margin-bottom: 6px;
}

.single-feedback .client-info span {
  display: block;
  font-size: 14px;
  color: #828893;
}

/*================================================
Big Dream CSS
=================================================*/
.big-dream-area {
  position: relative;
  z-index: 1;
}

.big-dream-image {
  background-image: url(../images/big-dream.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.big-dream-image img {
  display: none;
}

.big-dream-image .video-icon {
  display: inline-block;
  color: #ffffff;
  background: #0f4919;
  width: 75px;
  text-align: center;
  height: 75px;
  -webkit-animation: ripple-white 1s linear infinite;
          animation: ripple-white 1s linear infinite;
  line-height: 75px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -35px;
}

.big-dream-image .video-icon i::before {
  font-size: 35px;
}

.big-dream-content {
  max-width: 540px;
  margin-left: 30px;
}

.big-dream-content .section-title {
  margin-bottom: 20px;
}

.big-dream-content p {
  margin-bottom: 0;
}

.big-dream-content ul {
  padding: 0;
  margin: 25px 0 0;
  list-style-type: none;
  overflow: hidden;
}

.big-dream-content ul li {
  float: left;
  width: 50%;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.big-dream-content ul li i {
  color: #0f4919;
}

.big-dream-content ul li i::before {
  margin-right: 3px;
}

.big-dream-content .btn {
  margin-top: 20px;
}

.big-dream-inner-area {
  margin-top: 100px;
}

.single-dream-box {
  position: relative;
  padding-left: 60px;
}

.single-dream-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #0f4919;
}

.single-dream-box .icon i::before {
  font-size: 35px;
}

.single-dream-box h3 {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.cargo-image {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: -1;
  opacity: .7;
}

@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}

/*================================================
How We Work CSS
=================================================*/
.how-we-work .col-lg-4:last-child .single-work-process .arrow-img {
  display: none;
}

.how-we-work .col-lg-4:first-child .single-work-process .arrow-img {
  top: 33%;
}

.single-work-process {
  background: #ffffff;
  padding: 30px 25px;
  text-align: center;
  position: relative;
}

.single-work-process h3 {
  margin-top: 25px;
  margin-bottom: 12px;
  font-size: 22px;
}

.single-work-process .icon img, .single-work-process h3, .single-work-process p {
  position: relative;
  z-index: 2;
}

.single-work-process p {
  margin-bottom: 0;
}

.single-work-process::before, .single-work-process::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-work-process::after {
  border-right: 3px solid #0f4919;
  border-bottom: 3px solid #0f4919;
  right: 0;
  bottom: 0;
}

.single-work-process::before {
  border-left: 3px solid #0f4919;
  border-top: 3px solid #0f4919;
  left: 0;
  top: 0;
}

.single-work-process:hover::after, .single-work-process:hover::before {
  width: 40px;
  height: 40px;
  opacity: 1;
  visibility: visible;
}

.single-work-process .arrow-img {
  position: absolute;
  right: -100px;
  top: 25%;
  z-index: 1;
}

/*================================================
Project CSS
=================================================*/
.projects-area {
  position: relative;
  z-index: 1;
}

.projects-area .map-image {
  bottom: auto;
  top: 0;
}

.projects-area .section-title h2 {
  color: #0d1028;
}

.projects-area .btn-primary {
  color: #0d1028;
}

/*.projects-area.bg-black::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #ffffff;
  z-index: -1;
}*/

.projects-area-two.bg-black .shorting-menu .filter {
  color: #ffffff;
}

.shorting-menu .filter {
  border: none;
  background: transparent;
  padding: 10px 20px;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  outline: 0 !important;
  border: 1px solid #0f4919;
  color: #0d1028;
  font-weight: 500;
  margin-right: 4px;
}

.shorting-menu .filter.active, .shorting-menu .filter:hover, .shorting-menu .filter:focus {
  background: #0f4919;
  color: #ffffff;
  border-color: #0f4919;
}

.shorting-menu .filter i {
  margin-right: 3px;
}

.shorting {
  margin-top: 50px;
}

.shorting .mix {
  display: none;
}

.single-projects {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;    border: 1px solid #e2e2e2;    box-shadow: 1px 2px 4px #383838;
}

.single-projects::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0d1028;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-projects::after {
  content: '';
  position: absolute;
  width: 93%;
  height: 100%;
  border: 2px solid #0f4919;
  border-bottom: none;
  left: 15px;
  top: 15px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-projects .btn-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -45px auto 0;
  text-align: center;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-projects .btn-box a {
  display: inline-block;
  color: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #0f4919;
  margin: 0 3px;
  border-radius: 50%;
}

.single-projects .btn-box a i::before {
  font-size: 18px;
}

.single-projects .btn-box a:hover, .single-projects .btn-box a:focus {
  color: #0f4919;
  background: #ffffff;
}

.single-projects .projects-content {
 /* position: absolute; */
    /* bottom: -125px; */
    /* width: 100%; */
    /* height: auto; */
    /* left: 0; */
   
    /* z-index: 2; */
    
    
    /* opacity: 0; */
    /* visibility: hidden; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-projects .projects-content h3 {
  color: #ffffff;
  font-size: 18px;margin-bottom:0;
}

.single-projects .projects-content h3 a {
      color: #ffffff;
    padding: 14px 6px;
    background: #6f6f6f;
    text-align: center;
    display: block;
    font-size: 16px;
}
.single-projects .projects-content h3 a:hover { background:#0f4919; }
.single-projects .projects-content span {
  display: block;
  color: #ffffff;
}

/*.single-projects:hover::before, .single-projects:focus::before {
  opacity: .88;
  visibility: visible;
}

.single-projects:hover::after, .single-projects:focus::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-projects:hover .btn-box, .single-projects:focus .btn-box {
  opacity: 1;
  visibility: visible;
  margin: -75px auto 0;
}

.single-projects:hover .projects-content, .single-projects:focus .projects-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}*/

.projects-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  line-height: 1;
}

.projects-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  margin: 0 3px;
  background: #b2b2b2;
  outline: 0 !important;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover, .projects-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:focus, .projects-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0 !important;
}

.projects-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span, .projects-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:focus span, .projects-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span {
  background: #0f4919;
  outline: 0 !important;
}

/*project-style-two*/
.projects-area-two {
  position: relative;
  padding-bottom: 70px;
  z-index: 1;
}

.projects-area-two .map-image {
  bottom: auto;
  top: 0;
}

.projects-area-two .section-title h2 {
  color: #ffffff;
}

.projects-area-two .btn-primary {
  color: #ffffff;
}

.single-projects-box {
  border: 3px solid #ffffff;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

.single-projects-box .projects-image {
  position: relative;
}

.single-projects-box .projects-image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0d1028;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-projects-box .projects-content {
  background: #ffffff;
  text-align: center;
  padding: 30px 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-projects-box .projects-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-projects-box .projects-content h3 a {
  color: #0d1028;
}

.single-projects-box .projects-content span {
  display: block;
  color: #0d1028;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-projects-box .btn-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 20px auto 0;
  text-align: center;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-projects-box .btn-box a {
  display: inline-block;
  color: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #0f4919;
  margin: 0 3px;
  border-radius: 50%;
}

.single-projects-box .btn-box a i::before {
  font-size: 18px;
}

.single-projects-box .btn-box a:hover, .single-projects-box .btn-box a:focus {
  color: #0f4919;
  background: #ffffff;
}

.single-projects-box:hover, .single-projects-box:focus {
  border-color: #0f4919;
}

.single-projects-box:hover .projects-image::before, .single-projects-box:focus .projects-image::before {
  opacity: .88;
  visibility: visible;
}

.single-projects-box:hover .projects-content, .single-projects-box:focus .projects-content {
  background: #0f4919;
}

.single-projects-box:hover .projects-content h3 a, .single-projects-box:focus .projects-content h3 a {
  color: #ffffff;
}

.single-projects-box:hover .projects-content span, .single-projects-box:focus .projects-content span {
  color: #ffffff;
}

.single-projects-box:hover .btn-box, .single-projects-box:focus .btn-box {
  opacity: 1;
  visibility: visible;
  margin: -10px auto 0;
}

/*================================================
Partner CSS
=================================================*/
.partner-item {
  background: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.partner-item a {
  display: block;
  padding:0;
}

.partner-item a img {
  display: inline-block !important;
  width: auto !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.partner-item::before, .partner-item::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.partner-item::after {
  border-right: 3px solid #0d1028;
  border-bottom: 3px solid #0d1028;
  right: 0;
  bottom: 0;
}

.partner-item::before {
  border-left: 3px solid #0d1028;
  border-top: 3px solid #0d1028;
  left: 0;
  top: 0;
}

.partner-item:hover a img, .partner-item:focus a img {
  opacity: .66;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.partner-item:hover::after, .partner-item:hover::before, .partner-item:focus::after, .partner-item:focus::before {
  width: 40px;
  height: 40px;
  opacity: 1;
  visibility: visible;
}

/*================================================
CTA CSS
=================================================*/
.cta-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cta-area .cta-content {
  text-align: center;
  max-width: 1060px;
  margin: 0 auto;
}

.cta-area .cta-content h2 {
  color: #ffffff;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 20px;
}

.cta-area .cta-content p {
  color: #ffffff;
  margin: 0 auto;
  max-width: 846px;
  font-size: 14px;
}

.cta-area .cta-content .btn {
  margin-top: 30px;
}

.cta-area .cta-content .btn-primary {
  background: #ffffff;
}

.cta-area .cta-content .btn-primary:hover, .cta-area .cta-content .btn-primary:focus {
  background: #ffffff;
  color: #0f4919;
}

.cta-area.bg-image {
  background-position: center center;
  background-image: url(../images/cta-bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cta-area.bg-image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #0d1028;
  opacity: .88;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*cta-style-two*/
.cta-area-two {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-image: url(../images/cta-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cta-area-two::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #0d1028;
  opacity: .88;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cta-area-two::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffff;
  width: 100%;
  height: 22%;
  z-index: -1;
}

.cta-area-two .cta-content {
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
}

.cta-area-two .cta-content h2 {
  color: #ffffff;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 20px;
}

.cta-area-two .cta-content p {
  color: #ffffff;
  margin: 0 auto;
  max-width: 535px;
  font-size: 14px;
}

.cta-area-two .cta-inner-content {
  background: #0f4919;
  padding: 35px 25px;
  margin-top: 40px;
}

.cta-area-two .cta-inner-content .single-cta-box {
  text-align: center;
}

.cta-area-two .cta-inner-content .single-cta-box .icon {
  width: 70px;
  height: 70px;
  display: inline-block;
  line-height: 70px;
  color: #0f4919;
  border-radius: 50%;
  background: #0d1028;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cta-area-two .cta-inner-content .single-cta-box .icon i::before {
  font-size: 30px;
}

.cta-area-two .cta-inner-content .single-cta-box h3 {
  font-size: 22px;
  margin-top: 20px;
  text-transform: capitalize;
  color: #ffffff;
}

.cta-area-two .cta-inner-content .single-cta-box p {
  color: #ffffff;
  font-size: 14px;
}

.cta-area-two .cta-inner-content .single-cta-box:hover .icon {
  background: #ffffff;
}

/*================================================
Team CSS
=================================================*/
.team-area {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}

.single-team {
  margin-bottom: 30px;
}

.single-team .team-img {
  position: relative;
  text-align: left;
}

.single-team .team-img img {
  width: 88% !important;
  display: inline-block !important;
}

.single-team .team-img .social {
  height: 100%;
  background: #ffffff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-img .social ul {
  padding: 0;
  margin: 0;
  position: relative;
  top: 50%;
  margin-top: -110px;
  list-style-type: none;
}

.single-team .team-img .social ul li a {
  width: 45px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  color: #9f9f9f;
  background: #e4e4e4;
}

.single-team .team-img .social ul li a.facebook {
  color: #ffffff;
  background: #3C5A99;
}

.single-team .team-img .social ul li a.facebook:hover, .single-team .team-img .social ul li a.facebook:focus {
  background: #0f4919;
  color: #ffffff;
}

.single-team .team-img .social ul li a.twitter {
  color: #ffffff;
  background: #38A1F3;
}

.single-team .team-img .social ul li a.twitter:hover, .single-team .team-img .social ul li a.twitter:focus {
  background: #0f4919;
  color: #ffffff;
}

.single-team .team-img .social ul li a.linkedin {
  color: #ffffff;
  background: #0077B5;
}

.single-team .team-img .social ul li a.linkedin:hover, .single-team .team-img .social ul li a.linkedin:focus {
  background: #0f4919;
  color: #ffffff;
}

.single-team .team-img .social ul li a.instagram {
  color: #ffffff;
  background: #231F20;
}

.single-team .team-img .social ul li a.instagram:hover, .single-team .team-img .social ul li a.instagram:focus {
  background: #0f4919;
  color: #ffffff;
}

.single-team .team-img .social ul li a:hover, .single-team .team-img .social ul li a:focus {
  background: #0f4919;
  color: #ffffff;
}

.single-team .team-content {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 35px 25px;
  text-align: center;
  margin-left: 40px;
  margin-top: -40px;
}

.single-team .team-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.single-team .team-content h3 a {
  color: #0d1028;
}

.single-team .team-content h3 a:hover, .single-team .team-content h3 a:focus {
  color: #0f4919;
}

.single-team .team-content span {
  display: block;
  font-size: 14px;
  color: #0f4919;
}

.single-team:hover .team-img .social, .single-team:focus .team-img .social {
  opacity: 1;
  visibility: visible;
  width: 45px;
}

.team-slides.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 30px;
}

.team-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  margin: 0 3px;
  background: #b2b2b2;
  outline: 0 !important;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover, .team-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:focus, .team-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0 !important;
}

.team-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span, .team-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:focus span, .team-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span {
  background: #0f4919;
  outline: 0 !important;
}

.engineer-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: .7;
}

.construction-image {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: .7;
}

.settings-image {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50px;
  opacity: .7;
  z-index: -1;
}

/*team-style-two*/
.single-team-box {
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 30px;
    background: #ececec;
    border: 1px solid #e4e4e4;
}

.single-team-box .team-img {
  position: relative;
  overflow: hidden;
}

.single-team-box .team-img .social {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  background: #0d1028;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .team-img .social ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-team-box .team-img .social ul li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

.single-team-box .team-img .social ul li a {
  color: #ffffff;
  display: block;
}

.single-team-box .team-img .social ul li a:hover, .single-team-box .team-img .social ul li a:focus {
  color: #0f4919;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.single-team-box .team-content {
  
  -webkit-transition: 0.5s;
  transition: 0.5s;
    padding: 10px;
    text-align: left;
    position: relative;
    z-index: 1;
}

.single-team-box .team-content::before {
   
}

.single-team-box .team-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .team-content h3 a {
  color: #0d1028;
}

.single-team-box .team-content h3 a:hover, .single-team-box .team-content h3 a:focus {
  color: #0f4919;
}

.single-team-box .team-content span {
  display: block;
  font-size: 14px;
  color: #0f4919;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box:hover .team-content::before, .single-team-box:focus .team-content::before, .single-team-box.active .team-content::before {
  width: 100%;
}

.single-team-box:hover .team-content h3, .single-team-box:focus .team-content h3, .single-team-box.active .team-content h3 {
   
}

.single-team-box:hover .team-content span, .single-team-box:focus .team-content span, .single-team-box.active .team-content span {
   
}

.single-team-box:hover .team-img .social, .single-team-box:focus .team-img .social, .single-team-box.active .team-img .social {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}

/*team-style-three*/
.team-box {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

.team-box .team-content {
  position: absolute;
  left: 0;
  right: 0;
  padding: 4px;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  z-index: 1;
}

.team-box .team-content h3 {
     font-size: 17px;
    margin-bottom: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-box .team-content h3 a {
  color: #0d1028;
}

.team-box .team-content h3 a:hover, .team-box .team-content h3 a:focus {
  color: #0f4919;
}

.team-box .team-content span {
  display: block;
  font-size: 14px;
  color: #006332;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-box .team-content ul {
  padding: 0;
  margin: 15px 0 -55px;
  list-style-type: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.team-box .team-content ul li {
  display: inline-block;
}

.team-box .team-content ul li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #0d1028;
  border-radius: 50%;
  color: #ffffff;
}

.team-box .team-content ul li a:hover, .team-box .team-content ul li a:focus {
  background: #ffffff;
  color: #0d1028;
}

.team-box .team-content::before {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  background: rgb(255 255 255 / 83%);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: .95;
}

.team-box:hover .team-content::before, .team-box:focus .team-content::before {
  background: #0f4919;
}

.team-box:hover .team-content h3, .team-box:focus .team-content h3 {
  color: #ffffff;
}

.team-box:hover .team-content span, .team-box:focus .team-content span {
  color: #ffffff;
}

.team-box:hover .team-content ul, .team-box:focus .team-content ul {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}

.team-slider .team-box {
  margin-bottom: 0;
}

/*================================================
Why Choose Us CSS
=================================================*/
.why-choose-us {
  position: relative;
  z-index: 1;
  background: #80b729;
}

.why-choose-us-image {
  background-image: url(../images/why-choose-us.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.why-choose-us-image img {
  display: none;
}

.why-choose-us-content {
  max-width: 565px;
  margin-left: 30px;
}

.why-choose-us-content .section-title {
  margin-bottom: 20px;
}

.why-choose-us-content .section-title h2 {
  color: #0d1028;
}

.why-choose-us-content .section-title .bar {
  background: #0d1028;
}

.why-choose-us-content .section-title span {
  color: #0d1028;
}

.why-choose-us-content p {
  margin-bottom: 0;
  color: #000000;
}

.why-choose-us-content .single-inner-box {
     text-align: center;
    position: relative;
    margin-top: 30px;
    padding-left: 0;
}

.why-choose-us-content .single-inner-box .icon {
 /*position: absolute; */
    /* left: 0; */
    /* top: 0; */
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #639c08;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    margin: 0 auto 12px;
}

.why-choose-us-content .single-inner-box .icon i::before {
  font-size: 25px;
}

.why-choose-us-content .single-inner-box h3 {
  color: #0d1028;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.why-choose-us-content .single-inner-box p {
  color: #000000;
  font-size: 14px;
}
.why-choose-us-content .single-inner-box p	i {
	font-size: 12px;
    padding-right: 4px;
}
.why-choose-us-content .single-inner-box:hover .icon {
  background: #ffffff;
  color: #0f4919;
}

/*why-choose-us-two*/
.why-choose-content .section-title {
  margin-bottom: 10px;
}

.why-choose-content .single-inner-box {
  margin-top: 30px;
}

.why-choose-content .single-inner-box .icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #e5e5e5;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #0f4919;
}

.why-choose-content .single-inner-box .icon i::before {
  font-size: 25px;
}

.why-choose-content .single-inner-box h3 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 8px;
}

.why-choose-content .single-inner-box:hover .icon {
  background: #0f4919;
  color: #ffffff;
}

/*================================================
Get a Quote CSS
=================================================*/
.quote-area {
  position: relative;
  z-index: 1;
}

.quote-image {
  background-image: url(../images/quote.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.quote-image img {
  display: none;
}

.quote-content {
  max-width: 540px;
  margin-left: 30px;
}

.quote-content .section-title {
  margin-bottom: 35px;
}

.quote-content form .row {
  margin-left: -8px;
  margin-right: -8px;
}

.quote-content form .row .col-lg-6, .quote-content form .row .col-lg-12 {
  padding-right: 8px;
  padding-left: 8px;
}

.quote-content form .btn {
  margin-top: 15px;
}

.quote-form {
  background: #0f4919;
  padding: 35px;
  margin-left: 20px;
}

.quote-form h3 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #ffffff;
}

.quote-form form label {
  color: #ffffff;
}

.quote-form form .form-control {
  border: none;
  color: #ffffff;
  background: #0d1028;
  font-size: 13px;
}

.quote-form form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}

.quote-form form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}

.quote-form form .form-control::-ms-input-placeholder {
  color: #c1c1c1;
}

.quote-form form .form-control::placeholder {
  color: #c1c1c1;
}

.quote-form form .btn {
  display: block;
  width: 100%;
}

.quote-form form .btn-primary {
  background: #0d1028;
  color: #0d1028;
}

.quote-form form .btn-primary:hover, .quote-form form .btn-primary:focus {
  background: #0d1028;
  color: #ffffff;
}

.quote-form form .btn-primary::before, .quote-form form .btn-primary::after {
  background: #ffffff;
}

.contact-image {
  position: absolute;
  right: 20px;
  top: 90px;
  z-index: -1;
  opacity: .7;
}

.faq-quote-area {
  position: relative;
  z-index: 1;
}

.faq-quote-area .faq-content {
  max-width: unset;
  margin-right: 0;
}

.faq-quote-area .quote-content {
  max-width: unset;
  margin-left: 0;
}

.faq-quote-area .contact-image {
  opacity: 1;
}

/*================================================
FAQ CSS
=================================================*/
.faq-area {
  position: relative;
  z-index: 1;
}

.faq-image {
  background-image: url(../images/faq.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.faq-image img {
  display: none;
}

.faq-content {
  max-width: 540px;
  margin-left: auto;
  margin-right: 50px;
}

.faq-content .section-title {
  margin-bottom: 35px;
}

.faq-content .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.faq-content .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 5px;
}

.faq-content .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-content .accordion .accordion-title {
  display: block;
  padding: 12px 20px 9px 51px;
  text-decoration: none;
  color: #0d1028;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #ffffff;
}

.faq-content .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #0f4919;
  color: #ffffff;
  line-height: 44px;
}

.faq-content .accordion .accordion-title.active {
  border-bottom-color: #e1e1e1;
}

.faq-content .accordion .accordion-title.active i::before {
  content: "\f145";
}

.faq-content .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 15px;
}

.faq-content .accordion .accordion-content.show {
  display: block;
}

.info-image {
  position: absolute;
  left: 20px;
  top: 100px;
  z-index: -1;
  opacity: .7;
}

.faq-accordion {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 5px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  display: block;
  padding: 12px 20px 9px 51px;
  text-decoration: none;
  color: #0d1028;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #ffffff;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #0f4919;
  color: #ffffff;
  line-height: 44px;
}

.faq-accordion .accordion .accordion-title.active {
  border-bottom-color: #e1e1e1;
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\f145";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 15px;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-contact {
  margin-top: 45px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  border-radius: 4px;
}

.faq-contact h3 {
  font-size: 25px;
  margin-bottom: 25px;
}

.faq-contact form .form-control {
  background: transparent;
}

/*================================================
Blog CSS
=================================================*/
.blog-area.bg-style {
  position: relative;
  z-index: 1;
}

.blog-area.bg-style::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 37%;
  background: #0d1028;
}

.single-blog-post {
  position: relative;
  margin-bottom: 30px;
}

.single-blog-post::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: linear-gradient(to bottom, transparent, black);
}

.single-blog-post .blog-post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .blog-post-content ul {
  padding: 0;
  margin: 0 0 15px;
  list-style-type: none;
}

.single-blog-post .blog-post-content ul li {
  display: inline-block;
  position: relative;
  padding: 0 7px;
}

.single-blog-post .blog-post-content ul li a {
  display: inline-block;
  color: #ffffff;
}

.single-blog-post .blog-post-content ul li a:hover, .single-blog-post .blog-post-content ul li a:focus {
  color: #0f4919;
}

.single-blog-post .blog-post-content ul li::before {
  content: '';
  position: absolute;
  left: -3px;
  top: 3px;
  background: #ffffff;
  width: 2px;
  height: 15px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.single-blog-post .blog-post-content ul li:first-child::before {
  display: none;
}

.single-blog-post .blog-post-content h3 {
  font-size: 22px;
  margin-bottom: 0;
  line-height: 31px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .blog-post-content h3 a {
  color: #ffffff;
  display: block;
}

.single-blog-post .blog-post-content h3 a:hover, .single-blog-post .blog-post-content h3 a:focus {
  color: #0f4919;
}

.single-blog-post .blog-post-content .read-more {
  display: inline-block;
  color: #0f4919;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .blog-post-content .read-more i::before {
  font-size: 22px;
}

.single-blog-post:hover .blog-post-content, .single-blog-post:focus .blog-post-content {
  bottom: 20px;
}

.single-blog-post:hover .blog-post-content h3, .single-blog-post:focus .blog-post-content h3 {
  margin-bottom: 15px;
}

.single-blog-post:hover .blog-post-content .read-more, .single-blog-post:focus .blog-post-content .read-more {
  opacity: 1;
  visibility: visible;
}

.blog-slides.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: 1;
  margin-top: 10px;
}

.blog-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  margin: 0 3px;
  background: #b2b2b2;
  outline: 0 !important;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover, .blog-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:focus, .blog-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0 !important;
}

.blog-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span, .blog-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:focus span, .blog-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span {
  background: #0f4919;
  outline: 0 !important;
}

/*blog-style-two*/
.single-blog-post-box {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

.single-blog-post-box .blog-image {
  overflow: hidden;
}

.single-blog-post-box .blog-image a {
 
}

.single-blog-post-box .blog-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
 
    display: inherit;
}

.single-blog-post-box .blog-post-content {
  padding: 8px 10px;
  background: #ffffff;
}

.single-blog-post-box .blog-post-content h3 {
  font-size: 22px;
  margin-bottom: 0;
  line-height: 31px;
}

.single-blog-post-box .blog-post-content h3 a {
  color: #0d1028;font-size: 16px;
}

.single-blog-post-box .blog-post-content h3 a:hover, .single-blog-post-box .blog-post-content h3 a:focus {
  color: #0f4919;
}

.single-blog-post-box .blog-post-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-blog-post-box .blog-post-content ul.tags {
  margin-bottom: 15px;
}

.single-blog-post-box .blog-post-content ul.tags li {
  display: inline-block;
  position: relative;
  padding: 0 7px;
}

.single-blog-post-box .blog-post-content ul.tags li a {
  display: inline-block;
  color: #828893;
}

.single-blog-post-box .blog-post-content ul.tags li a:hover, .single-blog-post-box .blog-post-content ul.tags li a:focus {
  color: #0f4919;
}

.single-blog-post-box .blog-post-content ul.tags li::before {
  content: '';
  position: absolute;
  left: -3px;
  top: 3px;
  background: #828893;
  width: 2px;
  height: 15px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.single-blog-post-box .blog-post-content ul.tags li:first-child {
  padding-left: 0;
}

.single-blog-post-box .blog-post-content ul.tags li:first-child::before {
  display: none;
}

.single-blog-post-box .blog-post-content ul.post-meta {
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
}

.single-blog-post-box .blog-post-content ul.post-meta li {
  display: inline-block;
  margin-right: 8px;
}

.single-blog-post-box .blog-post-content ul.post-meta li i {
  color: #0f4919;
  margin-right: 4px;
}

.single-blog-post-box .blog-post-content ul.post-meta li a {
  color: #828893;
}

.single-blog-post-box .blog-post-content ul.post-meta li a:hover, .single-blog-post-box .blog-post-content ul.post-meta li a:focus {
  color: #0f4919;
}

.single-blog-post-box:hover .blog-image a img, .single-blog-post-box:focus .blog-image a img {
   
}

/*================================================
Contact Information CSS
=================================================*/
.contact-information {
  padding-bottom: 100px;
  padding-top: 70px;
}

.single-information-box {
  position: relative;
  border: 2px solid #232643;
  padding: 35px 25px;
  text-align: center;
  z-index: 1;
}

.single-information-box .icon {
  color: #0f4919;
}

.single-information-box .icon i::before {
  font-size: 35px;
}

.single-information-box h3 {
  color: #ffffff;
  font-size: 22px;
  margin-top: 15px;
}

.single-information-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-information-box ul li {
  color: #ececec;
  margin-bottom: 5px;
  font-size: 13px;
}

.single-information-box ul li:last-child {
  margin-bottom: 0;
}

.single-information-box ul li a {
  color: #ececec;
}

.single-information-box ul li a:hover, .single-information-box ul li a:focus {
  color: #0f4919;
}

.single-information-box .back-icon {
  color: #1b1d31;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10px;
  z-index: -1;
}

.single-information-box .back-icon i::before {
  font-size: 145px;
}

/*================================================
Subscribe CSS
=================================================*/
.subscribe-area {
  background: #0f4919;
  padding-top: 30px;
  padding-bottom: 30px;
}

.subscribe-area .subscribe-content {
  position: relative;
  padding-left: 70px;
}

.subscribe-area .subscribe-content .icon {
  color: #ffffff;
  position: absolute;
  left: 0;
  top: -13px;
}

.subscribe-area .subscribe-content .icon i::before {
  font-size: 55px;
}

.subscribe-area .subscribe-content h5 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 8px;
}

.subscribe-area .subscribe-content span {
  font-size: 14px;
  color: #ffffff;
  display: block;
}

.subscribe-area form {
  position: relative;
}

.subscribe-area form .form-control {
  border: none;
  background: #ffffff;
  height: 50px;
}

.subscribe-area form .btn-primary {
  background: #2d3046;
}

.subscribe-area form .btn-primary:hover, .subscribe-area form .btn-primary:focus {
  background: #2d3046;
  color: #ffffff;
}

.subscribe-area form .btn-primary::before, .subscribe-area form .btn-primary::after {
  background: #0d1028;
}

.subscribe-area form .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 15px;
  height: 50px;
}

.subscribe-area form .validation-danger {
  color: #ffffff;
  margin-top: 15px;
}

.subscribe-area form .validation-success {
  color: #ffffff;
  margin-top: 15px;
}

/*================================================
Shop CSS
=================================================*/
.woocommerce-topbar {
  margin-bottom: 30px;
}

.single-product {
  -webkit-box-shadow: 0 10px 50px 0 rgba(46, 65, 90, 0.1);
          box-shadow: 0 10px 50px 0 rgba(46, 65, 90, 0.1);
  margin-bottom: 30px;
}

.single-product .product-img {
  position: relative;
    overflow: hidden;
   
    background: #ffffff;
}

.single-product .product-img img {
  -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s;
    transition: 0.5s; 
   
}
.single-product .product-img a {
  }

.single-product .product-img .add-to-cart-btn {
  display: block;
  position: absolute;
  left: 0;
  bottom: -45px;
  width: 100%;
  background: #0d1028;
  color: #ffffff;
  height: auto;
  letter-spacing: 1px;
  padding: 12px 20px 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  overflow: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-product .product-img .add-to-cart-btn i {
  position: absolute;
  right: 20px;
  top: 10px;
}

.single-product .product-content {
  padding: 0;
    text-align: center;
}

.single-product .product-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-product .product-content h3 a {
  color: #0d1028;
    display: block;
    background: #000;
    padding: 8px 0;
    background: #ececec;
    font-size: 16px;
}

.single-product .product-content h3 a:hover, .single-product .product-content h3 a:focus {
  color: #0f4919;
}


.single-product .product-content .row h5 {
  text-align: left;
  font-size: 15px;
  margin-bottom: 0;
}

.single-product .product-content .row h5 span {
  font-size: 14px;
  text-decoration: line-through;
  position: relative;
  top: -1px;
  color: #828893;
}

.single-product .product-content .row ul {
  text-align: right;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-product .product-content .row ul li {
  display: inline-block;
  color: #ffb708;
}

.single-product:hover .product-img img {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}

.single-product:hover .product-img .add-to-cart-btn {
  bottom: 0;
}

.nice-select.form-control {
  background: transparent;
  padding-top: 12px;
  padding-left: 12px;
}

/*================================================
Services Details CSS
=================================================*/
.services-details-desc h3 {
  font-size: 25px;
  margin-bottom: 12px;
}
.services-details-desc h4 {
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 24px;
    font-weight: normal;
    border-top: 1px solid #d2d2d2;
    padding-top: 20px;
}

.services-details-desc p {
  margin-bottom: 15px;
}

.services-details-desc .services-image-slides {
  margin-bottom: 30px;
  margin-top: 25px;
}

.services-details-desc .services-image-slides.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 15px;
}

.services-details-desc .services-image-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot {
  outline: 0 !important;
}

.services-details-desc .services-image-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  outline: 0 !important;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  position: relative;
  padding: 0;
  text-align: center;
  border: 1px solid #ffffff;
}

.services-details-desc .services-image-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 8px;
  height: 8px;
  top: 3px;
  border-radius: 50%;
}

.services-details-desc .services-image-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span, .services-details-desc .services-image-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span {
  border-color: #0f4919;
}

.services-details-desc .services-image-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span::before, .services-details-desc .services-image-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span::before {
  background: #0f4919;
}

.services-details-desc .services-features-list {
  padding: 0;
  margin: 20px 0 10px;
  list-style-type: none;
  overflow: hidden;
}

.services-details-desc .services-features-list li {
  float: left;
  width: 45%;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.services-details-desc .services-features-list li i {
  color: #0f4919;
}

.services-details-desc .services-features-list li i::before {
  margin-right: 3px;
}

.services-details-desc blockquote, .services-details-desc .blockquote {
  background: #f7f7f7;
  padding: 30px 20px;
  margin-bottom: 25px;
  border-left: 4px solid #0f4919;
}

.services-details-desc blockquote p, .services-details-desc .blockquote p {
  margin-bottom: 0;
  color: #0d1028;
  font-weight: 600;
  font-size: 16px;
}

.services-details-desc .our-work-benefits .accordion {
  list-style-type: none;
  padding: 0;
  margin: 25px 0 0;
}

.services-details-desc .our-work-benefits .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 5px;
}

.services-details-desc .our-work-benefits .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.services-details-desc .our-work-benefits .accordion .accordion-title {
  display: block;
  padding: 12px 20px 9px 51px;
  text-decoration: none;
  color: #0d1028;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #ffffff;
}

.services-details-desc .our-work-benefits .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #0f4919;
  color: #ffffff;
  line-height: 44px;
}

.services-details-desc .our-work-benefits .accordion .accordion-title.active {
  border-bottom-color: #e1e1e1;
}

.services-details-desc .our-work-benefits .accordion .accordion-title.active i::before {
  content: "\f145";
}

.services-details-desc .our-work-benefits .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 15px;
}

.services-details-desc .our-work-benefits .accordion .accordion-content.show {
  display: block;
}

/*================================================
Project Details CSS
=================================================*/
.project-details-info {
  background: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 30px;
}

.project-details-info ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.project-details-info ul li {
  color: #828893;
  font-size: 16px;
  margin-bottom: 14px;
}

.project-details-info ul li span {
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
  color: #0d1028;
}

.project-details-info ul li a {
  display: inline-block;
  color: #828893;
}

.project-details-info ul li a:hover, .project-details-info ul li a:focus {
  color: #0f4919;
}

.project-details-info ul li:last-child {
  margin-bottom: 0;
}

.project-details-info ul li ul {
  display: inline-block;
}

.project-details-info ul li ul li {
  display: inline-block;
  margin-bottom: 0;
}

.project-details-info ul li ul li a {
  width: 35px;
  height: 35px;
  background: #2d3046;
  text-align: center;
  color: #ffffff;
  line-height: 35px;
  border-radius: 50%;
}

.project-details-info ul li ul li a i::before {
  font-size: 14px;
}

.project-details-info ul li ul li a:hover, .project-details-info ul li ul li a:focus {
  background: #0f4919;
  color: #ffffff;
}

.project-details-desc {
  margin-top: 30px;
}

.project-details-desc h3 {
  font-size: 25px;
  margin-bottom: 12px;
}

.project-details-desc p {
  margin-bottom: 15px;
}

.project-details-desc p:last-child {
  margin-bottom: 0;
}

.project-details-desc blockquote, .project-details-desc .blockquote {
  background: #f7f7f7;
  padding: 30px 20px;
  margin-bottom: 25px;
  border-left: 4px solid #0f4919;
}

.project-details-desc blockquote p, .project-details-desc .blockquote p {
  margin-bottom: 0;
  color: #0d1028;
  font-weight: 600;
  font-size: 15px;
}

.project-next-and-prev {
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-top: 30px;
  position: relative;
  padding: 30px;
}

/*================================================
Team Details CSS
=================================================*/
.team-member-image img {
  width: 100%;
}

.team-details-info h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.team-details-info span {
  display: block;
  color: #0f4919;
  margin-bottom: 12px;
}

.team-details-info p {
  margin-bottom: 0;
}

.team-details-info ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.team-details-info ul.member-contact {
  margin-top: 15px;
  margin-bottom: 15px;
}

.team-details-info ul.member-contact li {
  color: #828893;
  margin-bottom: 10px;
}

.team-details-info ul.member-contact li span {
  display: inline-block;
  color: #0d1028;
  margin-bottom: 0;
  font-weight: 500;
}

.team-details-info ul.member-contact li a {
  color: #828893;
  display: inline-block;
}

.team-details-info ul.member-contact li a:hover, .team-details-info ul.member-contact li a:focus {
  color: #0f4919;
}

.team-details-info ul.member-contact li:last-child {
  margin-bottom: 0;
}

.team-details-info ul.social li {
  display: inline-block;
}

.team-details-info ul.social li a {
  width: 35px;
  height: 35px;
  background: #2d3046;
  text-align: center;
  color: #ffffff;
  line-height: 35px;
  border-radius: 50%;
  display: inline-block;
}

.team-details-info ul.social li a i::before {
  font-size: 14px;
}

.team-details-info ul.social li a:hover, .team-details-info ul.social li a:focus {
  background: #0f4919;
  color: #ffffff;
}

.overview-desc {
  margin-top: 30px;
}

.overview-desc h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.overview-desc .skills {
  position: relative;
}

.overview-desc .skills .skill-item {
  position: relative;
  margin-bottom: 25px;
}

.overview-desc .skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 10px;
}

.overview-desc .skills .skill-item .skill-header .skill-title {
  font-size: 17px;
  margin-bottom: 0;
}

.overview-desc .skills .skill-item .skill-header .skill-percentage {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #828893;
}

.overview-desc .skills .skill-item:last-child {
  margin-bottom: 0;
}

.overview-desc .skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
}

.overview-desc .skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  border-bottom: 7px solid #d5d5d5;
  border-radius: 30px;
}

.overview-desc .skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 7px;
  background: #0f4919;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  border-radius: 30px;
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details-area {
  position: relative;
}

.blog-details-area .blog-details {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background: #ffffff;
}

.blog-details-area .blog-details .article-img {
  position: relative;
}

.blog-details-area .blog-details .article-img .date {
  position: absolute;
  bottom: 15px;
  width: 80px;
  left: 15px;
  height: 90px;
  text-align: center;
  font-size: 22px;
  font-style: italic;
  background: #0f4919;
  color: #ffffff;
  border-radius: 5px;
  padding-top: 15px;
  line-height: 30px;
}

.blog-details-area .blog-details .article-content {
  padding: 30px;
}

.blog-details-area .blog-details .article-content ul.category {
  padding: 0;
  list-style-type: none;
  margin: 0;
  margin-bottom: 30px;
}

.blog-details-area .blog-details .article-content ul.category li {
  display: inline-block;
}

.blog-details-area .blog-details .article-content ul.category li a {
  background: #0f4919;
  color: #ffffff;
  padding: 5px 15px 4px;
  display: inline-block;
  border-radius: 3px;
}

.blog-details-area .blog-details .article-content h3 {
  font-size: 22px;
  margin-bottom: -2px;
  line-height: 30px;
}

.blog-details-area .blog-details .article-content p {
  margin-bottom: 0;
  margin-top: 15px;
}

.blog-details-area .blog-details .article-content .blockquote {
  margin-bottom: 20px;
  margin-top: 20px;
  background: #f7f7f7;
  padding: 30px;
  border-left: 4px solid #0f4919;
}

.blog-details-area .blog-details .article-content .blockquote p {
  margin-top: 0;
  font-size: 18px;
}

.blog-details-area .post-controls-buttons {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 35px;
  background: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
          box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.blog-details-area .comments-area {
  background: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
          box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  padding: 30px;
}

.blog-details-area .comments-area .comments-title, .blog-details-area .comments-area .comment-reply-title {
  font-size: 25px;
  margin-bottom: 25px;
}

.blog-details-area .comments-area .comment-reply-title {
  margin-bottom: 8px;
}

.blog-details-area .comments-area ol, .blog-details-area .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .comments-area ol li ol li, .blog-details-area .comments-area ol li ul li, .blog-details-area .comments-area ul li ol li, .blog-details-area .comments-area ul li ul li {
  margin-top: 15px;
  margin-left: 35px;
  margin-bottom: 15px;
}

.blog-details-area .comments-area ol li .comment-body, .blog-details-area .comments-area ul li .comment-body {
  background: #f7f7ff;
  padding: 25px 20px;
  position: relative;
}

.blog-details-area .comments-area ol li .comment-body .comment-meta, .blog-details-area .comments-area ul li .comment-body .comment-meta {
  position: relative;
  padding-left: 80px;
  padding-top: 8px;
}

.blog-details-area .comments-area ol li .comment-body .comment-meta .comment-author img, .blog-details-area .comments-area ul li .comment-body .comment-meta .comment-author img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.blog-details-area .comments-area ol li .comment-body .comment-meta .comment-author .fn, .blog-details-area .comments-area ul li .comment-body .comment-meta .comment-author .fn {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

.blog-details-area .comments-area ol li .comment-body .comment-meta .comment-author .says, .blog-details-area .comments-area ul li .comment-body .comment-meta .comment-author .says {
  display: none;
}

.blog-details-area .comments-area ol li .comment-body .comment-meta .comment-metadata a, .blog-details-area .comments-area ul li .comment-body .comment-meta .comment-metadata a {
  display: inline-block;
  color: #828893;
}

.blog-details-area .comments-area ol li .comment-body .comment-meta .comment-metadata a:hover, .blog-details-area .comments-area ol li .comment-body .comment-meta .comment-metadata a:focus, .blog-details-area .comments-area ul li .comment-body .comment-meta .comment-metadata a:hover, .blog-details-area .comments-area ul li .comment-body .comment-meta .comment-metadata a:focus {
  color: #0f4919;
}

.blog-details-area .comments-area ol li .comment-body .comment-content, .blog-details-area .comments-area ul li .comment-body .comment-content {
  margin-top: 20px;
}

.blog-details-area .comments-area ol li .comment-body .reply, .blog-details-area .comments-area ul li .comment-body .reply {
  position: absolute;
  right: 30px;
  top: 30px;
}

.blog-details-area .comments-area ol li .comment-body .reply a, .blog-details-area .comments-area ul li .comment-body .reply a {
  display: inline-block;
  background: #0d1028;
  padding: 5px 15px;
  color: #ffffff;
}

.blog-details-area .comments-area ol li .comment-body .reply a:hover, .blog-details-area .comments-area ol li .comment-body .reply a:focus, .blog-details-area .comments-area ul li .comment-body .reply a:hover, .blog-details-area .comments-area ul li .comment-body .reply a:focus {
  background: #0f4919;
}

.blog-details-area .comments-area .comment-respond {
  margin-top: 30px;
}

.blog-details-area .comments-area .comment-respond .comment-notes {
  font-size: 14px;
  margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-comment input, .blog-details-area .comments-area .comment-respond .comment-form-comment textarea, .blog-details-area .comments-area .comment-respond .comment-form-author input, .blog-details-area .comments-area .comment-respond .comment-form-author textarea, .blog-details-area .comments-area .comment-respond .comment-form-email input, .blog-details-area .comments-area .comment-respond .comment-form-email textarea, .blog-details-area .comments-area .comment-respond .comment-form-url input, .blog-details-area .comments-area .comment-respond .comment-form-url textarea {
  display: block;
  width: 100%;
  height: 45px;
  outline: 0 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  border: 1px solid #eeeeee;
  padding: 15px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond .comment-form-comment input:focus, .blog-details-area .comments-area .comment-respond .comment-form-comment textarea:focus, .blog-details-area .comments-area .comment-respond .comment-form-author input:focus, .blog-details-area .comments-area .comment-respond .comment-form-author textarea:focus, .blog-details-area .comments-area .comment-respond .comment-form-email input:focus, .blog-details-area .comments-area .comment-respond .comment-form-email textarea:focus, .blog-details-area .comments-area .comment-respond .comment-form-url input:focus, .blog-details-area .comments-area .comment-respond .comment-form-url textarea:focus {
  border-color: #0f4919;
}

.blog-details-area .comments-area .comment-respond .comment-form-comment textarea, .blog-details-area .comments-area .comment-respond .comment-form-author textarea, .blog-details-area .comments-area .comment-respond .comment-form-email textarea, .blog-details-area .comments-area .comment-respond .comment-form-url textarea {
  height: auto;
}

.blog-details-area .comments-area .comment-respond .form-submit input {
  display: inline-block;
  background: #0f4919;
  border: none;
  color: #ffffff;
  padding: 8px 30px;
  text-transform: uppercase;
  font-weight: 600;
  outline: 0 !important;
  margin-top: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond .form-submit input:hover, .blog-details-area .comments-area .comment-respond .form-submit input:focus {
  background: #0d1028;
  -webkit-box-shadow: 0 13px 27px 0 rgba(255, 82, 2, 0.11);
          box-shadow: 0 13px 27px 0 rgba(255, 82, 2, 0.11);
}

/*================================================
Product Details CSS
=================================================*/
.shop-details-area {
  padding-bottom: 70px;
}

.shop-details {
  background: #ffffff;
  padding: 0px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.shop-details .product-img-slides.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 15px;
}

.shop-details .product-img-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot {
  outline: 0 !important;
}

.shop-details .product-img-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  outline: 0 !important;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  position: relative;
  padding: 0;
  text-align: center;
  border: 1px solid #ffffff;
}

.shop-details .product-img-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 8px;
  height: 8px;
  top: 3px;
  border-radius: 50%;
}

.shop-details .product-img-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span, .shop-details .product-img-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span {
  border-color: #0f4919;
}

.shop-details .product-img-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot:hover span::before, .shop-details .product-img-slides.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span::before {
  background: #0f4919;
}

.shop-details .product-entry-summary h3 {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.shop-details .product-entry-summary h4 {
  font-size: 16px;
  margin: 17px 0;
}

.shop-details .product-entry-summary h4 span {
  color: #828893;
  text-decoration: line-through;
}

.shop-details .product-entry-summary p {
  margin-bottom: 17px;
}

.shop-details .product-entry-summary ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.shop-details .product-entry-summary ul.product-categories li {
  display: inline-block;
  font-weight: 500;
}

.shop-details .product-entry-summary ul.product-categories li a {
  color: #828893;
  font-weight: 400;
}

.shop-details .product-entry-summary ul.product-categories li a:hover, .shop-details .product-entry-summary ul.product-categories li a:focus {
  color: #0f4919;
}

.shop-details .product-entry-summary ul.share-social li {
  display: inline-block;
}

.shop-details .product-entry-summary ul.share-social li:first-child {
  font-weight: 500;
  margin-right: 4px;
}

.shop-details .product-entry-summary ul.share-social li a {
  width: 35px;
  background: #2d3046;
  height: 35px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 35px;
  display: inline-block;
}

.shop-details .product-entry-summary ul.share-social li a:hover, .shop-details .product-entry-summary ul.share-social li a:focus {
  background: #0f4919;
}

.shop-details .product-entry-summary form {
  margin-top: 30px;
  margin-bottom: 30px;
}

.shop-details .product-entry-summary form .form-control {
  display: inline-block;
  width: 120px;
  background: transparent;
}

.shop-details .product-entry-summary form .btn {
  display: inline-block;
  padding: 13px 30px 10px;
  position: relative;
  top: 0;
}

.shop-details .shop-details-tabs {
  margin-top: 40px;
}

.shop-details .shop-details-tabs #tabs {
  padding: 0;
  margin: 0 0 30px;
  list-style-type: none;
}

.shop-details .shop-details-tabs #tabs li {
  display: inline-block;
  padding: 12px 50px 8px;
  cursor: pointer;
  margin-right: -4px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #eaeaea;
}

.shop-details .shop-details-tabs #tabs li.active {
  background-color: #ffffff;
  position: relative;
}

.shop-details .shop-details-tabs #tabs li.active::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: #0f4919;
}

.shop-details .shop-details-tabs #tabs li.inactive {
  background-color: #eeeeee;
  padding: 12px 50px;
}

.shop-details .shop-details-tabs .content {
  display: none;
}

.shop-details .shop-details-tabs .content.show {
  display: block;
}

.shop-details .shop-details-tabs .content h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.shop-details .shop-details-tabs .content .additional-information {
  padding: 0;
  margin: 25px 0 0;
  list-style-type: none;
}

.shop-details .shop-details-tabs .content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px;
  color: #828893;
}

.shop-details .shop-details-tabs .content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.shop-details .shop-details-tabs .content .additional-information li span {
  display: inline-block;
  width: 45%;
}

.shop-details .shop-details-tabs .content .shop-reviews b {
  margin: 15px 0;
  display: inline-block;
  font-weight: 500;
}

.shop-details .shop-details-tabs .content .shop-reviews p {
  margin-bottom: 0;
}

.shop-details .shop-details-tabs .content .shop-reviews ul {
  padding: 0;
  margin: 10px 0 0;
  list-style-type: none;
}

.shop-details .shop-details-tabs .content .shop-reviews ul li {
  display: inline-block;
  position: relative;
}

.shop-details .shop-details-tabs .content .shop-reviews ul li a {
  color: #FF9800;
  display: block;
}

.shop-details .shop-details-tabs .content .shop-reviews .review-form {
  margin-top: 20px;
  max-width: 620px;
}

.shop-details .shop-details-tabs .content .shop-reviews .review-form .form-control {
  background: transparent;
}

.shop-related-prodcut {
  margin-top: 70px;
}

.shop-related-prodcut .section-title {
  margin-bottom: 40px;
}

/*================================================
Cart CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
  text-align: center;
}

.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  font-weight: 500;
  border-color: #eaedff;
  padding: 15px 20px;
}

.cart-table table tbody tr td {
  vertical-align: middle;
  color: #828893;
  border-color: #eaedff;
}

.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-table table tbody tr td.product-thumbnail a img {
  width: 130px;
}

.cart-table table tbody tr td.product-name a {
  color: #828893;
  font-weight: 500;
  display: inline-block;
}

.cart-table table tbody tr td.product-name a:hover {
  color: #0f4919;
}

.cart-table table tbody tr td.product-remove a {
  color: red;
}

.cart-table table tbody tr td.product-quantity .form-control {
  background: transparent;
}

.cart-buttons {
  margin-top: 45px;
}

.cart-buttons .coupon-box {
  position: relative;
  max-width: 570px;
}

.cart-buttons .coupon-box .form-control {
  height: 50px;
}

.cart-buttons .coupon-box button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 200px;
  border: none;
  background: #0f4919;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  cursor: pointer;
  outline: 0 !important;
  color: #ffffff;
}

.cart-buttons .coupon-box button:hover {
  background: #0d1028;
}

.cart-totals {
  margin-top: 45px;
  background: #ffffff;
  padding: 40px;
  max-width: 600px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-left: auto;
}

.cart-totals h3 {
  font-size: 22px;
  margin-bottom: 25px;
}

.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #828893;
  overflow: hidden;
}

.cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-totals ul li span {
  float: right;
  color: #828893;
}

/*================================================
Checkout CSS
=================================================*/
.user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 25px 15px;
  margin-bottom: 35px;
  border-top: 3px solid #0f4919;
}

.user-actions i {
  color: #0f4919;
  margin-right: 4px;
}

.user-actions span {
  display: inline-block;
  color: #0f4919;
}

.user-actions span a {
  font-weight: 500;
  display: inline-block;
  color: #0d1028;
}

.user-actions span a:hover, .user-actions span a:focus {
  color: #0f4919;
}

.checkout-area .title {
  font-size: 22px;
  margin-bottom: 20px;
}

.billing-details {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 25px;
  border-radius: 5px;
}

.billing-details .form-group label {
  display: block;
  color: #828893;
  margin-bottom: 7px;
}

.billing-details .form-group label .required {
  color: red;
}

.billing-details .form-group .form-control {
  background: transparent;
}

.billing-details .form-check {
  margin-bottom: 15px;
}

.billing-details .form-check .form-check-label {
  color: #828893;
}

.order-details {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 25px;
  border-radius: 5px;
}

.order-details .order-table table {
  margin-bottom: 0;
  text-align: left;
}

.order-details .order-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  font-weight: 500;
  border-color: #eaedff;
  padding: 15px 20px;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #828893;
  border-color: #eaedff;
  font-size: 15px;
}

.order-details .order-table table tbody tr td.product-name a {
  color: #828893;
  display: inline-block;
}

.order-details .order-table table tbody tr td.product-name a:hover {
  color: #0f4919;
}

.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
  color: #0d1028;
  font-weight: 500;
}

.order-details .payment-method {
  margin-top: 40px;
  border-top: 1px solid #eaedff;
  padding-top: 35px;
}

.order-details .payment-method p {
  font-size: 14px;
}

.order-details .payment-method p [type="radio"]:checked, .order-details .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.order-details .payment-method p [type="radio"]:checked + label, .order-details .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #0d1028;
  position: relative;
  margin-bottom: 8px;
}

.order-details .payment-method p [type="radio"]:checked + label::before, .order-details .payment-method p [type="radio"]:not(:checked) + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-method p [type="radio"]:checked + label::after, .order-details .payment-method p [type="radio"]:not(:checked) + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #0f4919;
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.order-details .payment-method p [type="radio"]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.order-details .payment-method p [type="radio"]:checked + label::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.order-details .btn.order-btn {
  display: block;
  margin-top: 25px;
}

/*================================================
Page Title CSS
=================================================*/
.page-title-area {
      padding-top: 70px;
    padding-bottom: 70px;
  z-index: 1;
  position: relative;
  background-position: center center;
  background-image: url(../images/page-title-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  
}

.page-title-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #0d1028;
  opacity: .88;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-title-area h1 {
  font-size: 40px;
  color: #ffffff;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.page-title-area h1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #006332;
  width: 80px;
  height: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
          clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
}

.page-title-area ul {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
}

.page-title-area ul li {
  display: inline-block;
  margin-right: 15px;
  color: #0f4919;
  position: relative;
}

.page-title-area ul li a {
  display: block;
  color: #ffffff;
}

.page-title-area ul li a:hover, .page-title-area ul li a:focus {
  color: #0f4919;
}

.page-title-area ul li a i {
  position: relative;
  top: -1px;
  margin-right: 2px;
}

.page-title-area ul li a i::before {
  font-size: 12px;
}

.page-title-area ul li::before {
  content: '';
  position: absolute;
  left: -11px;
  top: 4px;
  width: 2px;
  height: 14px;
  background: #ffffff;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
}

.page-title-area ul li:first-child::before {
  display: none;
}

/*================================================
Sidebar CSS
=================================================*/
.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget .widget-title {
  font-size: 22px;
  margin-bottom: 25px;
  position: relative;
}

.sidebar .widget .widget-title::before {
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  background: #0f4919;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


.sidebar .widget:hover .widget-title::before, .sidebar .widget:focus .widget-title::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sidebar .widget.service_list {
  background: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

.sidebar .widget.service_list ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.sidebar .widget.service_list ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 35px;
  color: #5d6576;
  font-weight: 500;
  z-index: 1;
}

.sidebar .widget.service_list ul li a:hover, .sidebar .widget.service_list ul li a:focus, .sidebar .widget.service_list ul li a.active {
  background: #0f4919;
  color: #ffffff;
  padding-left: 20px;
}

.sidebar .widget.service_list ul li a:hover::before, .sidebar .widget.service_list ul li a:focus::before, .sidebar .widget.service_list ul li a.active::before {
  width: 5px;
}

.sidebar .widget.service_list ul li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}

.sidebar .widget.service_list ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #0d1028;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget.service_list ul li:last-child a {
  border-bottom: none;
}

.sidebar .widget.widget_download ul {
  padding: 0;
  list-style-type: none;
  padding: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

.sidebar .widget.widget_download ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 35px;
  color: #5d6576;
  font-weight: 500;
  z-index: 1;
}

.sidebar .widget.widget_download ul li a:hover, .sidebar .widget.widget_download ul li a:focus, .sidebar .widget.widget_download ul li a.active {
  background: #0d1028;
  color: #ffffff;
  padding-left: 20px;
}

.sidebar .widget.widget_download ul li a:hover::before, .sidebar .widget.widget_download ul li a:focus::before, .sidebar .widget.widget_download ul li a.active::before {
  width: 5px;
}

.sidebar .widget.widget_download ul li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}

.sidebar .widget.widget_download ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #0f4919;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget.widget_download ul li:last-child a {
  border-bottom: none;
}

.sidebar .widget.widget_contact ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .widget.widget_contact ul li {

  padding-left: 23px;
  position: relative;
  margin-bottom: 12px;
  color: #828893;
}

.sidebar .widget.widget_contact ul li a {
  color: #828893;
  display: block;
}

.sidebar .widget.widget_contact ul li a:hover, .sidebar .widget.widget_contact ul li a:focus {
  color: #0f4919;
}

.sidebar .widget.widget_contact ul li i {
  color: #0f4919;
  position: absolute;
  left: 0;
  top: 0;
}

.sidebar .widget.widget_contact ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget.widget_search {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  padding: 15px;
}

.sidebar .widget.widget_search form {
  position: relative;
}

.sidebar .widget.widget_search form .form-control {
  background: transparent;
}

.sidebar .widget.widget_search form button {
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  border: none;
  background: transparent;
  color: #0f4919;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget.widget_search form button:hover, .sidebar .widget.widget_search form button:focus {
  color: #0d1028;
}

.sidebar .widget.widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .widget.widget_categories ul li {
  position: relative;
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
}

.sidebar .widget.widget_categories ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #0f4919;
  margin-top: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget.widget_categories ul li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.sidebar .widget.widget_categories ul li a {
  color: #828893;
}

.sidebar .widget.widget_categories ul li a:hover {
  color: #0f4919;
}

.sidebar .widget.widget_categories ul li:hover::before {
  border-radius: 50%;
}

.sidebar .widget.widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .widget.widget_recent_entries ul li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 15px;
}

.sidebar .widget.widget_recent_entries ul li a {
  display: block;
}

.sidebar .widget.widget_recent_entries ul li a img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 85px;
  height: 65px;
}

.sidebar .widget.widget_recent_entries ul li h5 {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 2px;
}

.sidebar .widget.widget_recent_entries ul li h5 a {
  color: #0d1028;
  display: inline-block;
}

.sidebar .widget.widget_recent_entries ul li h5 a:hover, .sidebar .widget.widget_recent_entries ul li h5 a:focus {
  color: #0f4919;
}

.sidebar .widget.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget.widget_tag_cloud .tagcloud a {
  font-size: 15px !important;
  border: 1px dashed #eeeeee;
  padding: 7px 20px;
  margin-top: 6px;
  color: #828893;
  display: inline-block;
}

.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  background: #0f4919;
  color: #ffffff;
  border-color: #0f4919;
}

.sidebar .widget.widget_archive ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .widget.widget_archive ul li {
  position: relative;
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
}

.sidebar .widget.widget_archive ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #0f4919;
  margin-top: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget.widget_archive ul li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.sidebar .widget.widget_archive ul li a {
  color: #828893;
  display: inline-block;
}

.sidebar .widget.widget_archive ul li a:hover {
  color: #0f4919;
}

.sidebar .widget.widget_archive ul li:hover::before {
  border-radius: 50%;
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
  margin-top: 30px;
}

.pagination-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.pagination-area ul li a {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 5px;
  background-color: #ffffff;
  border-radius: 0 !important;
  text-align: center;
  line-height: 40px;
  color: #0d1028;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  border: none;
}

.pagination-area ul li a.active, .pagination-area ul li a:hover, .pagination-area ul li a:focus {
  background: #0f4919;
  color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/*================================================
404 Error CSS
=================================================*/
.error-area {
  background-color: #f1f1f1;
  padding: 30px 15px;
  height: 100vh;
  text-align: center;
}

.error-area h1 {
  font-size: 120px;
  font-weight: bold;
  line-height: 90px;
  margin: 0;
  color:#006332;
}

.error-area h3 {
  margin: 20px 0 0;
}

.error-area p {
  margin: 10px 0 15px;
}

/*================================================
Login CSS
=================================================*/
.login-area {
  background: -webkit-gradient(linear, left bottom, right top, from(#0f4919), color-stop(#f75206), color-stop(#ef520a), color-stop(#e8510d), to(#e05110));
  background: linear-gradient(to right top, #0f4919, #f75206, #ef520a, #e8510d, #e05110);
  height: 100vh;
}

.login-area .login-form {
  max-width: 520px;
  background: #ffffff;
  margin: 0 auto;
}

.login-area .login-form h3 {
  background: #e1f2ff;
  padding: 20px;
  font-size: 25px;
  margin-bottom: 0;
  text-align: center;
}

.login-area .login-form form {
  padding: 20px 30px;
}

.login-area .login-form form label {
  font-weight: 500;
}

.login-area .login-form form .form-control {
  background: transparent;
}

.login-area .login-form .btn {
  display: block;
  width: 100%;
}

.login-area .login-form p {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}

.login-area .login-form p a {
  color: #0d1028;
  font-weight: 600;
  display: inline-block;
}

.login-area .login-form p a:hover, .login-area .login-form p a:focus {
  color: #0f4919;
}

/*================================================
Signup CSS
=================================================*/
.signup-area {
  background: -webkit-gradient(linear, left bottom, right top, from(#0f4919), color-stop(#f75206), color-stop(#ef520a), color-stop(#e8510d), to(#e05110));
  background: linear-gradient(to right top, #0f4919, #f75206, #ef520a, #e8510d, #e05110);
  height: 100vh;
}

.signup-area .signup-form {
  max-width: 520px;
  background: #ffffff;
  margin: 0 auto;
}

.signup-area .signup-form h3 {
  background: #e1f2ff;
  padding: 20px;
  font-size: 25px;
  margin-bottom: 0;
  text-align: center;
}

.signup-area .signup-form form {
  padding: 20px 30px;
}

.signup-area .signup-form form label {
  font-weight: 500;
}

.signup-area .signup-form form .form-control {
  background: transparent;
}

.signup-area .signup-form .btn {
  display: block;
  width: 100%;
}

.signup-area .signup-form p {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}

.signup-area .signup-form p a {
  color: #0d1028;
  font-weight: 600;
  display: inline-block;
}

.signup-area .signup-form p a:hover, .signup-area .signup-form p a:focus {
  color: #0f4919;
}

/*================================================
Coming Soon CSS
=================================================*/
.coming-soon {
  position: relative;
  z-index: 1;
  background-image: url(../images/main-banner1.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100vh;
  text-align: center;
}

.coming-soon::before {
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0d1028;
  opacity: .88;
  content: '';
  position: absolute;
}

.coming-soon .coming-soon-content {
  max-width: 650px;
  margin: 0 auto;
}

.coming-soon .coming-soon-content h1 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 55px;
}

.coming-soon .coming-soon-content p {
  color: #c7c3c7;
  margin-top: 20px;
  margin-bottom: 35px;
}

.coming-soon .coming-soon-content form {
  position: relative;
}

.coming-soon .coming-soon-content form .form-control {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  height: 55px;
}

.coming-soon .coming-soon-content form .form-control:focus {
  border-color: #0f4919;
}

.coming-soon .coming-soon-content form button {
  position: absolute;
  right: -1px;
  height: 100%;
  background: #0f4919;
  top: 0;
  color: #ffffff;
  border: none;
  width: 130px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0 50px 50px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0 !important;
  border: none;
}

.coming-soon .coming-soon-content form button:hover {
  background: #0d1028;
}

.coming-soon .coming-soon-content #timer {
  margin-bottom: 35px;
}

.coming-soon .coming-soon-content #timer div {
  display: inline-block;
  font-size: 45px;
  font-weight: 500;
  color: #ffffff;
  width: 135px;
  height: 135px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  padding-top: 34px;
  line-height: 40px;
  margin: 0 5px;
}

.coming-soon .coming-soon-content #timer span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

/*================================================
Contact Us CSS
=================================================*/
#map {
  height: 400px;
  width: 100%;
}

.contact-box {
  background: #ffffff;
  padding: 20px 20px 20px 90px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
		   
    margin-bottom: 20px;
}

.contact-box .icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 47px;
  border: 1px dashed #0f4919;
  border-radius: 50%;
  color: #0f4919;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-box .icon i::before {
  font-size: 20px;
}

.contact-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-box .content p {
  margin-bottom: 0;
}

.contact-box .content p a {
  color: #828893;
}

.contact-box .content p a:hover, .contact-box .content p a:focus {
  color: #0f4919;
}

.contact-box:hover, .contact-box:focus {
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
          box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.contact-box:hover .icon, .contact-box:focus .icon {
  background: #0f4919;
  color: #ffffff;
}

.contact-form {
  margin-top: 50px;
}

.leave-your-message h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.leave-your-message .stay-connected {
  margin-top: 25px;
}

.leave-your-message .stay-connected h3 {
  margin-bottom: 20px;
}

.leave-your-message .stay-connected ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.leave-your-message .stay-connected ul li {
  margin-bottom: 10px;
}

.leave-your-message .stay-connected ul li:last-child {
  margin-bottom: 0;
}

.leave-your-message .stay-connected ul li a {
  font-weight: 500;
  display: inline-block;
  color: #828893;
}

.leave-your-message .stay-connected ul li a i {
  width: 35px;
  height: 35px;
  text-align: center;
  display: inline-block;
  line-height: 35px;
  border: 1px solid;
  border-radius: 50%;
  margin-right: 10px;
}

.leave-your-message .stay-connected ul li a i::before {
  font-size: 15px;
}

.leave-your-message .stay-connected ul li a:hover, .leave-your-message .stay-connected ul li a:focus {
  color: #0f4919;
}

#contactForm {
  background: #ffffff;
  padding: 25px 25px 10px;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

#contactForm label {
  font-weight: 500;
}

#contactForm .form-control {
  background: transparent;
}

#contactForm ul {
  padding: 0;
  margin: 0;
}

#contactForm ul li {
  color: red;
  margin-top: 10px;
  font-size: 14px;
}

#contactForm .text-danger, #contactForm .text-success {
  margin-bottom: 0;
  margin-top: 20px;
}

#contactForm .h4 {
  font-size: 15px;
}

/*================================================
Footer CSS
=================================================*/
.footer-area {
  background: #181818;
}

.single-footer-widget .logo {
      margin-bottom: 20px;
 
    padding: 5px;
    text-align: center;
    border-radius: 5px;
}

.single-footer-widget .logo a {
 display: inline-block;
   
}

.single-footer-widget p {
  color: #ffffff;
  font-size: 14px;
}

.single-footer-widget h3 {
  color: #ffffff;
  font-size: 22px;
  position: relative;
  margin-bottom: 35px;
}

.single-footer-widget h3::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  background: #0f4919;
  width: 60px;
  height: 2px;
}

.single-footer-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget ul.list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.single-footer-widget ul.list li::before {
      content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: #ffffff;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border: 2px solid #0f4919;
}

.single-footer-widget ul.list li a {
  font-size: 14px;
  color: #ffffff;
}

.single-footer-widget ul.list li a:hover, .single-footer-widget ul.list li a:focus {
  color: #0f4919;
}

.single-footer-widget ul.list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget ul.contact-info li {
      color: #a9a9a9;
    margin-bottom: 6px;
    font-weight: normal;
    font-size: 14px;
}

.single-footer-widget ul.contact-info li span {
  font-weight: normal;color:#fff;
}

.single-footer-widget ul.contact-info li a {
  color: #a9a9a9;
}

.single-footer-widget ul.contact-info li a:hover, .single-footer-widget ul.contact-info li a:focus {
  color: #0f4919;
}

.single-footer-widget ul.contact-info li:last-child {
  margin-bottom: 0;
}

.single-footer-widget ul.social {
  margin-top: 20px;
}

.single-footer-widget ul.social li {
  display: inline-block;
}

.single-footer-widget ul.social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 41px;
  background: #212121;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.single-footer-widget ul.social li a:hover, .single-footer-widget ul.social li a:focus {
  color: #ffffff;
  background: #0f4919;
}

.copyright-area {
  background: #101010;
  margin-top: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.copyright-area p {
  color: #ffffff;
  margin-bottom: 0;
}

.copyright-area ul {
  padding: 0;
  text-align: right;
  margin: 0;
  list-style-type: none;
}

.copyright-area ul li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}

.copyright-area ul li::before {
  content: '';
  position: absolute;
  right: -15px;
  top: 11px;
  width: 5px;
  background: #f0f0f0;
  height: 2px;
}

.copyright-area ul li a {
  color: #f0f0f0;
  display: inline-block;
}

.copyright-area ul li a:hover, .copyright-area ul li a:focus {
  color: #0f4919;
}

.copyright-area ul li:last-child {
  margin-right: 0;
}

.copyright-area ul li:last-child::before {
  display: none;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 15px;
  right: 15px;
  color: #ffffff;
  background-color: #0f4919;
  z-index: 4;
  display: none;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top i::before {
  font-size: 20px;
}

.go-top:hover {
  color: #ffffff;
  background: #0d1028;
}
.menu-custome {
	    padding-left: 10px;
    padding-top: 12px;
}
.logo { }
.induxtro-nav .logo { display:none;}
.induxtro-nav.is-sticky .logo { display:block;    width: 16%;}
/*# sourceMappingURL=style.css.map */


.goog-logo-link {
    display:none !important;
} 
    
.goog-te-gadget{
    color: transparent !important;
}
.ttm-row.services-section {
    padding: 125px 0 51px;
}
.ttm-bgcolor-darkgrey, .ttm-bgcolor-darkgrey > .ttm-bg-layer, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-black, .ttm-btn.ttm-btn-style-border.ttm-btn-color-black:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover, .ttm-icon_element-background-darkgrey, .ttm-bgcolor-darkgrey .ttm-stickable-header.fixed-header, .ttm-header-style-overlay .ttm-stickable-header.fixed-header, .wrap-form input[type="submit"]:hover, .twentytwenty-handle, .calendar thead th, .calendar.small .calendar-frame tbody td.today, .ttm-testimonial-box-view-style3 .testimonial-content:before, .ttm-tabs.ttm-tab-style-vertical ul.tabs li a, .ttm-tabs.ttm-tab-style-horizontal ul.tabs li a, .featured-icon-box.style4 a.di_link:hover, .ttm-pricing-plan .ttm-ptable-main, .ttm-pricing-plan:not(.ttm-ptablebox-featured-col) .ttm-ptable-icon, .products .product .ttm-shop-icon a, .ttm-nextprev-bottom-nav .nav-previous a:hover, .ttm-nextprev-bottom-nav .nav-next a:hover, .comment-list a.comment-reply-link:hover, div.product button.cart_button, .form-submit input, a.checkout-button, .coupon button, .ttm-cart-form button, .place-order button {
    background-color: #033b4a;
}
.bg-img5 {
    background-image: url(../images/row-bgimage-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ttm-bg {
    position: relative;
}
.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer {
    opacity: .97;
}
.ttm-bgcolor-darkgrey, .ttm-bgcolor-darkgrey > .ttm-bg-layer, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-black, .ttm-btn.ttm-btn-style-border.ttm-btn-color-black:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover, .ttm-icon_element-background-darkgrey, .ttm-bgcolor-darkgrey .ttm-stickable-header.fixed-header, .ttm-header-style-overlay .ttm-stickable-header.fixed-header, .wrap-form input[type="submit"]:hover, .twentytwenty-handle, .calendar thead th, .calendar.small .calendar-frame tbody td.today, .ttm-testimonial-box-view-style3 .testimonial-content:before, .ttm-tabs.ttm-tab-style-vertical ul.tabs li a, .ttm-tabs.ttm-tab-style-horizontal ul.tabs li a, .featured-icon-box.style4 a.di_link:hover, .ttm-pricing-plan .ttm-ptable-main, .ttm-pricing-plan:not(.ttm-ptablebox-featured-col) .ttm-ptable-icon, .products .product .ttm-shop-icon a, .ttm-nextprev-bottom-nav .nav-previous a:hover, .ttm-nextprev-bottom-nav .nav-next a:hover, .comment-list a.comment-reply-link:hover, div.product button.cart_button, .form-submit input, a.checkout-button, .coupon button, .ttm-cart-form button, .place-order button {
    background-color: #033b4a;
}
.ttm-bg-layer, .ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer {
    opacity: .90;
}
.ttm-bgcolor-darkgrey, .ttm-bgcolor-darkgrey > .ttm-bg-layer, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-black, .ttm-btn.ttm-btn-style-border.ttm-btn-color-black:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover, .ttm-icon_element-background-darkgrey, .ttm-bgcolor-darkgrey .ttm-stickable-header.fixed-header, .ttm-header-style-overlay .ttm-stickable-header.fixed-header, .wrap-form input[type="submit"]:hover, .twentytwenty-handle, .calendar thead th, .calendar.small .calendar-frame tbody td.today, .ttm-testimonial-box-view-style3 .testimonial-content:before, .ttm-tabs.ttm-tab-style-vertical ul.tabs li a, .ttm-tabs.ttm-tab-style-horizontal ul.tabs li a, .featured-icon-box.style4 a.di_link:hover, .ttm-pricing-plan .ttm-ptable-main, .ttm-pricing-plan:not(.ttm-ptablebox-featured-col) .ttm-ptable-icon, .products .product .ttm-shop-icon a, .ttm-nextprev-bottom-nav .nav-previous a:hover, .ttm-nextprev-bottom-nav .nav-next a:hover, .comment-list a.comment-reply-link:hover, div.product button.cart_button, .form-submit input, a.checkout-button, .coupon button, .ttm-cart-form button, .place-order button {
    background-color: #fff;
}
.ttm-bg-layer, .ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.section-title.with-desc {
    margin-bottom: 40px;
}
.section-title {
    position: relative;
    margin-bottom: 40px;
}
.ttm-bgcolor-darkgrey .section-title h5 {
	color: rgba(255,255,255,.75);
}
.ttm-textcolor-white, .ttm-btn.ttm-btn-color-white, .ttm-textcolor-white h1, .ttm-textcolor-white h2, .ttm-textcolor-white h3, .ttm-textcolor-white h4, .ttm-textcolor-white h5, .ttm-textcolor-white h6, .ttm-bgcolor-darkgrey h1, .ttm-bgcolor-darkgrey h2, .ttm-bgcolor-darkgrey h3, .ttm-bgcolor-darkgrey h4, .ttm-bgcolor-darkgrey h5, .ttm-bgcolor-darkgrey h6, .ttm-bgcolor-skincolor h1, .ttm-bgcolor-skincolor h2, .ttm-bgcolor-skincolor h3, .ttm-bgcolor-skincolor h4, .ttm-bgcolor-skincolor h5, .ttm-bgcolor-skincolor h6, .ttm-bgcolor-skincolor a, .ttm-textcolor-white a, .ttm-textcolor-white .ttm-social-links-wrapper ul li a, .ttm-icon_element-color-white, .ttm-btn-style-fill.ttm-btn-color-skincolor, .ttm-btn-style-fill.ttm-btn-color-skincolor:hover, .ttm-bgcolor-skincolor .ttm-btn.ttm-btn-color-white:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-black, .ttm-btn.ttm-btn-style-border.ttm-btn-color-black:hover, .ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:hover, .ttm-fbar-position-right .ttm-fbar-btn a, #site-header-menu #site-navigation .menu > ul ul li.active > a, #site-header-menu #site-navigation .menu > ul ul li:hover > a, .ttm-header-style-infostack .ttm-header-icons .ttm-header-cart-link a, .ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a, .ttm-header-text-area .header-info-widget h3, .ttm-bgcolor-skincolor .section-title h2.title, .ttm-bgcolor-darkgrey .section-title h2.title, .ttm-bgcolor-skincolor .inside h4, .ttm-bgcolor-darkgrey .inside h4, .ttm-bgcolor-skincolor .ttm-fid-icon-wrapper i, .ttm-bgcolor-darkgrey .ttm-fid-icon-wrapper i, .ttm-bgcolor-skincolor .featured-title h5, .ttm-bgcolor-darkgrey .featured-title h5, .featured-icon-box.style4:hover .ttm-icon, .featured-icon-box.style4:hover .featured-title h5, .featured-icon-box.style4:hover .featured-desc, .featured-icon-box.style5:hover .ttm-icon, .featured-icon-box.style5:hover .ttm-btn.ttm-btn-color-white:hover, .featured-imagebox-team:hover .ttm-team-position, .featured-imagebox-team:hover .featured-title h5 a, .featured-imagebox-team .ttm-team-box-view-overlay .featured-title h5 a, .featured-imagebox-team:hover .ttm-team-box-view-overlay .featured-title h5 a, .featured-imagebox-team .ttm-team-box-view-overlay a, .testimonial-content blockquote:after, .ttm-post-format-icon, .ttm-box-post-date, .ttm_subscribe_form .btn[type="submit"], .footer .social-icons li>a:hover, .featured-imagebox-portfolio .featured-content .featured-title h5, .featured-imagebox-portfolio .featured-content .featured-title h5 a, .ttm-portfolio-box-view-overlay .category a:hover, .ttm-portfolio-box-view-overlay .featured-iconbox.ttm-media-link a, .accordion .ttm-style-classic .toggle-title, .accordion .toggle.ttm-style-classic .toggle-title a, .accordion .toggle.ttm-style-classic .toggle-title:after, .accordion .toggle.ttm-style-classic.ttm-toggle-title-bgcolor-grey.active a, .accordion .toggle.ttm-style-classic.ttm-toggle-title-bgcolor-grey.active .toggle-title:after, .calendar thead th, .calendar header .header-label, .bbpress-forums ul li.bbp-header, .ttm-testimonial-box-view-style3 .testimonial-content:before, .ttm-tabs ul.tabs li.active a, .calendar.small .calendar-frame tbody td:hover, .calendar.small .calendar-frame tbody td.today, .social-icons.circle li>a:hover, .widget.widget-nav-menu ul li.active a, .widget.widget-nav-menu ul li a:hover, .widget-nav-menu ul li.active::after, .widget-nav-menu ul li:hover:after, .sidebar .widget .tagcloud a:hover, .ttm-pagination .page-numbers.current, .ttm-pagination .page-numbers:hover, .ttm-tabs.ttm-tab-style-vertical ul.tabs li a, .ttm-pricing-plan .ttm-ptablebox-price, .ttm-pricing-plan .ttm-ptablebox-price, .ttm-pricing-plan .ttm-ptablebox-cur-symbol-before, .products .product .ttm-shop-icon a, div.product button.cart_button, .form-submit input, a.checkout-button, .ttm-sidebar-right .product-list-widget .price ins .product-Price-amount, .ttm-tabs.tabs-for-single-products ul.tabs li:hover a, #totop.top-visible, .label-new {
    color: #fff;
}
.section-title h2.title {
    
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    color: #033b4a;
    margin-bottom: 5px;    text-transform: uppercase;
}
.section-title.with-desc .title-desc {
    margin-top: 6px;
    display: inline-block;
}
.mt-10 {
    margin-top: 10px !important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.featured-icon-box.style5 {
    
    padding: 40px 35px 20px 30px;
    position: relative;    margin-bottom: 20px;
    overflow: hidden;text-align: center;
}
.featured-icon-box.style5:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: .55s cubic-bezier(.68,1.55,.265,0.55);
    -moz-transition: .55s cubic-bezier(.68,1.55,.265,0.55);
    -ms-transition: .55s cubic-bezier(.68,1.55,.265,0.55);
    -o-transition: .55s cubic-bezier(.68,1.55,.265,0.55);
    transition: .55s cubic-bezier(.68,1.55,.265,0.55);
}
.featured-icon-box .featured-icon, .featured-content, .featured-imagebox-team .featured-content h5, .featured-imagebox-team .featured-content .ttm-team-position, .ttm-btn, button, .team-member.style-3 .team-social-icon ul li, .featured-icon-box.style-2:hover .featured-icon, .owl-item, img, span, .featured-icon-box, .portfolio-filter button, .team-hover, .team-social, .price-table, .price-table:hover .price-value, .featured-icon, .product-item:hover, .product-overlay, .product-btn, .team-member.style-4:before, .team-member.style-4 .team-description, .dropdown-item, .about-2:before, .testimonial-content, .testimonial .testimonial-content::after, .testimonial .testimonial-content::before, .team-member, .team-social, .team-description, .post, .portfolio-item a.popup, .team-title, .post .post-desc, #totop {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.ttm-textcolor-white, .ttm-btn.ttm-btn-color-white, .ttm-textcolor-white h1, .ttm-textcolor-white h2, .ttm-textcolor-white h3, .ttm-textcolor-white h4, .ttm-textcolor-white h5, .ttm-textcolor-white h6, .ttm-bgcolor-darkgrey h1, .ttm-bgcolor-darkgrey h2, .ttm-bgcolor-darkgrey h3, .ttm-bgcolor-darkgrey h4, .ttm-bgcolor-darkgrey h5, .ttm-bgcolor-darkgrey h6, .ttm-bgcolor-skincolor h1, .ttm-bgcolor-skincolor h2, .ttm-bgcolor-skincolor h3, .ttm-bgcolor-skincolor h4, .ttm-bgcolor-skincolor h5, .ttm-bgcolor-skincolor h6, .ttm-bgcolor-skincolor a, .ttm-textcolor-white a, .ttm-textcolor-white .ttm-social-links-wrapper ul li a, .ttm-icon_element-color-white, .ttm-btn-style-fill.ttm-btn-color-skincolor, .ttm-btn-style-fill.ttm-btn-color-skincolor:hover, .ttm-bgcolor-skincolor .ttm-btn.ttm-btn-color-white:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-black, .ttm-btn.ttm-btn-style-border.ttm-btn-color-black:hover, .ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:hover, .ttm-fbar-position-right .ttm-fbar-btn a, #site-header-menu #site-navigation .menu > ul ul li.active > a, #site-header-menu #site-navigation .menu > ul ul li:hover > a, .ttm-header-style-infostack .ttm-header-icons .ttm-header-cart-link a, .ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a, .ttm-header-text-area .header-info-widget h3, .ttm-bgcolor-skincolor .section-title h2.title, .ttm-bgcolor-darkgrey .section-title h2.title, .ttm-bgcolor-skincolor .inside h4, .ttm-bgcolor-darkgrey .inside h4, .ttm-bgcolor-skincolor .ttm-fid-icon-wrapper i, .ttm-bgcolor-darkgrey .ttm-fid-icon-wrapper i, .ttm-bgcolor-skincolor .featured-title h5, .ttm-bgcolor-darkgrey .featured-title h5, .featured-icon-box.style4:hover .ttm-icon, .featured-icon-box.style4:hover .featured-title h5, .featured-icon-box.style4:hover .featured-desc, .featured-icon-box.style5:hover .ttm-icon, .featured-icon-box.style5:hover .ttm-btn.ttm-btn-color-white:hover, .featured-imagebox-team:hover .ttm-team-position, .featured-imagebox-team:hover .featured-title h5 a, .featured-imagebox-team .ttm-team-box-view-overlay .featured-title h5 a, .featured-imagebox-team:hover .ttm-team-box-view-overlay .featured-title h5 a, .featured-imagebox-team .ttm-team-box-view-overlay a, .testimonial-content blockquote:after, .ttm-post-format-icon, .ttm-box-post-date, .ttm_subscribe_form .btn[type="submit"], .footer .social-icons li>a:hover, .featured-imagebox-portfolio .featured-content .featured-title h5, .featured-imagebox-portfolio .featured-content .featured-title h5 a, .ttm-portfolio-box-view-overlay .category a:hover, .ttm-portfolio-box-view-overlay .featured-iconbox.ttm-media-link a, .accordion .ttm-style-classic .toggle-title, .accordion .toggle.ttm-style-classic .toggle-title a, .accordion .toggle.ttm-style-classic .toggle-title:after, .accordion .toggle.ttm-style-classic.ttm-toggle-title-bgcolor-grey.active a, .accordion .toggle.ttm-style-classic.ttm-toggle-title-bgcolor-grey.active .toggle-title:after, .calendar thead th, .calendar header .header-label, .bbpress-forums ul li.bbp-header, .ttm-testimonial-box-view-style3 .testimonial-content:before, .ttm-tabs ul.tabs li.active a, .calendar.small .calendar-frame tbody td:hover, .calendar.small .calendar-frame tbody td.today, .social-icons.circle li>a:hover, .widget.widget-nav-menu ul li.active a, .widget.widget-nav-menu ul li a:hover, .widget-nav-menu ul li.active::after, .widget-nav-menu ul li:hover:after, .sidebar .widget .tagcloud a:hover, .ttm-pagination .page-numbers.current, .ttm-pagination .page-numbers:hover, .ttm-tabs.ttm-tab-style-vertical ul.tabs li a, .ttm-pricing-plan .ttm-ptablebox-price, .ttm-pricing-plan .ttm-ptablebox-price, .ttm-pricing-plan .ttm-ptablebox-cur-symbol-before, .products .product .ttm-shop-icon a, div.product button.cart_button, .form-submit input, a.checkout-button, .ttm-sidebar-right .product-list-widget .price ins .product-Price-amount, .ttm-tabs.tabs-for-single-products ul.tabs li:hover a, #totop.top-visible, .label-new {
    color: #2b2a29;
}
.featured-title h5 {
    font-size: 20px;
    line-height: 28px;

    margin-bottom: 10px;
    font-weight: 600;
}
.ttm-bgcolor-darkgrey .section-title h5, .ttm-bgcolor-skincolor .featured-desc, .ttm-bgcolor-darkgrey .featured-desc, .ttm-bgcolor-skincolor .inside h3, .ttm-bgcolor-darkgrey .inside h3, .ttm-bgcolor-skincolor .testimonials .testimonial-caption h5, .ttm-bgcolor-skincolor .testimonial-content blockquote, .ttm-bgcolor-darkgrey .testimonial-content blockquote, .testimonials .testimonial-caption label {
    color: rgba(255,255,255,.75);
}
.featured-icon-box.style5 .featured-icon {
    margin-bottom: 30px;
}
.featured-icon-box .featured-icon, .featured-content, .featured-imagebox-team .featured-content h5, .featured-imagebox-team .featured-content .ttm-team-position, .ttm-btn, button, .team-member.style-3 .team-social-icon ul li, .featured-icon-box.style-2:hover .featured-icon, .owl-item, img, span, .featured-icon-box, .portfolio-filter button, .team-hover, .team-social, .price-table, .price-table:hover .price-value, .featured-icon, .product-item:hover, .product-overlay, .product-btn, .team-member.style-4:before, .team-member.style-4 .team-description, .dropdown-item, .about-2:before, .testimonial-content, .testimonial .testimonial-content::after, .testimonial .testimonial-content::before, .team-member, .team-social, .team-description, .post, .portfolio-item a.popup, .team-title, .post .post-desc, #totop {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.featured-icon-box .ttm-icon {
    margin-bottom: -10px;
}
.ttm-icon.ttm-icon_element-size-lg {
    height: 58px;
    width: 100px;
    line-height: 60px;
}
.ttm-textcolor-skincolor, .ttm-btn-color-skincolor, .ttm-icon_element-color-skincolor, a:hover, .ttm-textcolor-white a:hover, .ttm-btn.ttm-btn-color-white:hover, .top-contact li i, .ttm-topbar-wrapper .social-icons li>a:hover, .ttm-fbar-box .search_field i, .breadcrumb-wrapper span:last-child, .ttm-header-style-classicinfo .header-widget .header-icon i, .ttm-header-style-infostack .header-widget .header-icon i, #site-header-menu #site-navigation .menu > ul > li:hover > a, #site-header-menu #site-navigation .menu > ul > li.active > a, #site-header-menu #site-navigation .menu > ul, .ttm-header-style-overlay #site-header-menu .fixed-header #site-navigation .menu ul.dropdown > li.active > a, .ttm-header-style-overlay #site-header-menu .fixed-header #site-navigation .menu ul.dropdown > li:hover > a, .ttm-header-text-area .header-info-widget h2, .row-title h2.title strong, .ttm-list-icon-color-skincolor i, .ttm-fid-icon-wrapper i, .ttm-bgcolor-darkgrey .testimonial-caption h5, .featured-icon-box.style4 a.di_link, .featured-imagebox-team .ttm-media-link a:hover, .featured-imagebox-team .ttm-team-box-view-overlay .ttm-team-position, .featured-imagebox-team:hover .ttm-team-box-view-overlay .ttm-team-position, .featured-imagebox-team:hover .ttm-team-box-view-overlay .featured-title h5 a:hover, .featured-imagebox-team .ttm-social-links-wrapper ul li a:hover, .featured-imagebox-post .post-meta .ttm-meta-line i, .ttm-team-list-title i, .footer .social-icons li>a, .ttm-portfolio-box-view-overlay .category a, .ttm-portfolio-box-view-overlay .featured-content .featured-title h5 a:hover, .ttm-portfolio-box-view-overlay .featured-iconbox.ttm-media-link a:hover, .tribe-events-vanue i, .social-icons.circle li>a, .ttm-bgcolor-darkgrey .ttm-testimonial-box-view-style2 .testimonial-content:before, ul.ttm-timelistbox-block li .service-time strong, .ttm-blog-classic .post-meta .ttm-meta-line i, .widget.widget-latest-tweets p.tweet-text:before, .comment-meta:hover, .comment-meta a:hover, section.error-404 .ttm-big-icon, .ttm-form-coupon-info::before, .products .price .product-Price-amount, .products .star-ratings ul li, div.product .summary .star-rating {
    color: #006332;
}
.ttm-icon {
    margin-bottom: 35px;
    display: inline-block;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
}
.featured-icon-box.style5 .ttm-icon.ttm-icon_element-size-lg img {
    font-size: 50px;
}
.ttm-icon.ttm-icon_element-size-lg img {
    font-size: 45px;
}
.ttm-icon img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.ttm-bgcolor-skincolor, .ttm-bgcolor-skincolor > .ttm-bg-layer, .ttm-btn-style-fill.ttm-btn-color-skincolor, .ttm-icon_element-background-color-skincolor, .ttm-btn-color-black:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-black:hover, .tp-caption.video-icon-btn, .ttm-video-btn .ttm-btn-play, .ttm-btn-play:after, .ttm-btn-play:before, .ttm-fbar-position-right .ttm-fbar-btn a, .ttm-fbar-box-w .submit_field button, .ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:hover, .ttm-icon_element-background-skincolor, .ttm-header-style-classicinfo .ttm-contact, .ttm-header-style-classicinfo .ttm-contact:after, #site-header-menu #site-navigation .menu > ul ul li.active > a, #site-header-menu #site-navigation .menu > ul ul li:hover > a, .ttm-header-floating-text, #site-header-menu #site-navigation .sep-img, .featured-imagebox-team.ttm-team-box-view-overlay:hover .featured-content, .ttm-post-format-icon, .ttm-box-post-date, .featured-imagebox-team .ttm-media-link a, .ttm_subscribe_form .btn[type="submit"], .footer .social-icons li>a:hover, .wrap-form input[type="submit"], .featured-icon-box.style4:hover, .featured-icon-box.style4:hover .featured-icon-box-inner, .ttm-portfolio-box-view-overlay .featured-iconbox.ttm-media-link a, .ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_skincolor, .accordion .ttm-style-classic.active .toggle-title, .featured-imagebox-event.ttm-box-view-top-image .ttm-meta-date, .accordion .ttm-style-classic .toggle-title, .calendar header, .calendar.small .calendar-frame tbody td:hover, .bbpress-forums ul li.bbp-header, .ttm-bgcolor-darkgrey .ttm-testimonial-box-view-style3 .testimonial-content:before, .ttm-tabs ul.tabs li.active a, .ttm-tabs.ttm-tab-style-vertical ul.tabs li.active a, .ttm-tabs.ttm-tab-style-horizontal ul.tabs li.active a, .ttm-tabs.tabs-for-single-products ul.tabs li:hover a, .social-icons.circle li>a:hover, .ttm-nextprev-bottom-nav .nav-next a, .ttm-nextprev-bottom-nav .nav-previous a, .widget .ttm_info_widget, .widget.widget-nav-menu ul li.active a, .widget.widget-nav-menu ul li a:hover, .sidebar .widget .tagcloud a:hover, .ttm-pagination .page-numbers.current, .ttm-pagination .page-numbers:hover, .comment-list a.comment-reply-link, .ttm-pricing-plan:not(.ttm-ptablebox-featured-col) .ttm-ptable-main, .ttm-pricing-plan .ttm-ptable-icon, .products .product .onsale, .ttm-sidebar-right .product-list-widget .price ins, .products .product .ttm-shop-icon a:hover, div.product button.cart_button:hover, .form-submit input:hover, a.checkout-button:hover, .coupon button:hover, .ttm-cart-form button:hover, .place-order button:hover, #totop.top-visible, .label-new, .testimonial-slide.owl-theme .owl-dots .owl-dot.active span, .testimonial-content .quote-icon::after, .featured-imagebox-case:before {
    background-color: #01d6a3;
}
.featured-icon-box.style5:hover:before {
    bottom: 0;
}
.featured-icon-box.style5:hover {
    z-index: 1;
}
.ttm-bgcolor-skincolor, .ttm-bgcolor-skincolor > .ttm-bg-layer, .ttm-btn-style-fill.ttm-btn-color-skincolor, .ttm-icon_element-background-color-skincolor, .ttm-btn-color-black:hover, .ttm-btn.ttm-btn-style-fill.ttm-btn-color-black:hover, .tp-caption.video-icon-btn, .ttm-video-btn .ttm-btn-play, .ttm-btn-play:after, .ttm-btn-play:before, .ttm-fbar-position-right .ttm-fbar-btn a, .ttm-fbar-box-w .submit_field button, .ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:hover, .ttm-icon_element-background-skincolor, .ttm-header-style-classicinfo .ttm-contact, .ttm-header-style-classicinfo .ttm-contact:after, #site-header-menu #site-navigation .menu > ul ul li.active > a, #site-header-menu #site-navigation .menu > ul ul li:hover > a, .ttm-header-floating-text, #site-header-menu #site-navigation .sep-img, .featured-imagebox-team.ttm-team-box-view-overlay:hover .featured-content, .ttm-post-format-icon, .ttm-box-post-date, .featured-imagebox-team .ttm-media-link a, .ttm_subscribe_form .btn[type="submit"], .footer .social-icons li>a:hover, .wrap-form input[type="submit"], .featured-icon-box.style4:hover, .featured-icon-box.style4:hover .featured-icon-box-inner, .ttm-portfolio-box-view-overlay .featured-iconbox.ttm-media-link a, .ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_skincolor, .accordion .ttm-style-classic.active .toggle-title, .featured-imagebox-event.ttm-box-view-top-image .ttm-meta-date, .accordion .ttm-style-classic .toggle-title, .calendar header, .calendar.small .calendar-frame tbody td:hover, .bbpress-forums ul li.bbp-header, .ttm-bgcolor-darkgrey .ttm-testimonial-box-view-style3 .testimonial-content:before, .ttm-tabs ul.tabs li.active a, .ttm-tabs.ttm-tab-style-vertical ul.tabs li.active a, .ttm-tabs.ttm-tab-style-horizontal ul.tabs li.active a, .ttm-tabs.tabs-for-single-products ul.tabs li:hover a, .social-icons.circle li>a:hover, .ttm-nextprev-bottom-nav .nav-next a, .ttm-nextprev-bottom-nav .nav-previous a, .widget .ttm_info_widget, .widget.widget-nav-menu ul li.active a, .widget.widget-nav-menu ul li a:hover, .sidebar .widget .tagcloud a:hover, .ttm-pagination .page-numbers.current, .ttm-pagination .page-numbers:hover, .comment-list a.comment-reply-link, .ttm-pricing-plan:not(.ttm-ptablebox-featured-col) .ttm-ptable-main, .ttm-pricing-plan .ttm-ptable-icon, .products .product .onsale, .ttm-sidebar-right .product-list-widget .price ins, .products .product .ttm-shop-icon a:hover, div.product button.cart_button:hover, .form-submit input:hover, a.checkout-button:hover, .coupon button:hover, .ttm-cart-form button:hover, .place-order button:hover, #totop.top-visible, .label-new, .testimonial-slide.owl-theme .owl-dots .owl-dot.active span, .testimonial-content .quote-icon::after, .featured-imagebox-case:before {
    background-color: #0f4919;
}
.featured-icon-box.style5:hover:before {
    bottom: 0;
}
.featured-icon-box.style5:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: .55s cubic-bezier(.68,1.55,.265,0.55);
    -moz-transition: .55s cubic-bezier(.68,1.55,.265,0.55);
    -ms-transition: .55s cubic-bezier(.68,1.55,.265,0.55);
    -o-transition: .55s cubic-bezier(.68,1.55,.265,0.55);
    transition: .55s cubic-bezier(.68,1.55,.265,0.55);
}
section.reg-sub-section {
    margin-top: 00px;
}
section.reg-sub-section .inner-reg-sub {
   
    overflow: hidden;
     
}
section.reg-sub-section .inner-reg-sub .register-box {
    padding: 0;
    text-align: center;
    float: left;
    width: 50%;
    
   
    
}

section.reg-sub-section .inner-reg-sub .subscribe-box {
    padding: 0;
    text-align: center;
    float: right;
    
    width: 50%;
   
   
}
 
p.para-full  {
   color: #2b2a29;
    font-size: 39px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin: 0 12px;
    text-transform: uppercase;
    font-family: arial;
 }
p.para-full span	{
	    display: block;
    font-size: 16px;
	}
	p.para-fulls  {
   color: #fff;
    font-size: 39px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin: 0 12px;
    text-transform: uppercase;
    font-family: arial;
 }
 p.para-fulls span	{
	    display: block;
    font-size: 16px;
	}
	.block__search {
    padding-top: 90px;
    padding-bottom: 90px;
}
.search-options {
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.search-options a.special {
    font-weight: 700;
}
.search-options a {
    color: #737373;
    font-size: 17px;
    margin: 2px 15px;
    display: inline-block;
}
.pr-main-block ul {
	    margin-top: 40px;
    list-style-type: none;
    padding: 0;text-align:center;
}
.pr-main-block ul li { display:inline-block;padding-bottom:15px;}
.pr-main-block ul li:nth-child( odd ) a {
	       color: #006332;
    font-weight: normal;
     
    padding:0 10px;
}
.pr-main-block ul li:nth-child( even ) a {
	    color: #000;
      
    padding:0 10px;
}

 .container-fluid {
    width: 86% !important;
}
.selectors { width: 100%;overflow: hidden;overflow-x: auto;white-space: nowrap;}
.selectors a {     width: 19%;
    border: 1px solid #ececec;
    margin: 6px 0 4px 4px;}
.selectors::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.selectors::-webkit-scrollbar
{
	height: 6px;
	background-color: #F5F5F5;
}

.selectors::-webkit-scrollbar-thumb
{
	background-color: #5f5f5f;
    border-radius: 12px;cursor:pointer;
}

.sidebar.ttm-sidebar-left .content-area, .sidebar .sidebar-right {
    padding-left: 30px;
}
.sidebar .sidebar-right, .sidebar .sidebar-left {
    margin-top: -37px;
    padding-top: 60px;
    padding-bottom: 70px;
    float: right;
}
.ttm-bgcolor-grey, .sidebar .ttm-bgcolor-grey>.ttm-bg-layer {
    background-color: #f9fafa;
}
.ttm-col-bgimage-yes, .ttm-col-bgcolor-yes {
    z-index: 1;
}
.ttm-bg {
    position: relative;
}
.ttm-bgcolor-grey, .sidebar .ttm-bgcolor-grey>.ttm-bg-layer {
    background-color: #ebf1ee;
    margin-top: 46px;
    padding-top: 45px;
	    padding-left: 110px;
    padding-right: 110px;
}
.ttm-right-span .ttm-col-wrapper-bg-layer, .col-bg-img-one .ttm-right-span .ttm-col-wrapper-bg-layer {
    margin-right: -200px;
}
.ttm-right-span .ttm-col-wrapper-bg-layer {
     
}
.ttm-bg-layer, .ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.sidebar .widget-area .widget:last-child {
    margin-bottom: 20px;
}
.sidebar .widget-area .widget {
    position: relative;
    margin: 40px 0 40px;
}
.products {
    clear: both;
}
.widget .widget-title {
    font-weight: 600;
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 25px;
}
.sidebar .widget-title {
    padding-left: 26px;
}
.sidebar .widget-title:before {
    display: block;
    margin-bottom: 0;
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 17px;
    height: 2px;
    background-color: #000;
}
form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}
.wrap-form.ttm-contactform label:nth-last-child(-n+3) {
    margin: 0 0 10px;
}
.wrap-form label {
    width: 100%;
    margin: 0;
}
.form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}
textarea, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], .uneditable-input {
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #242424;
    padding: 9px 15px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid #dadada;
    font-size: 15px;
    outline: none;
    line-height: inherit;
    letter-spacing: 1px;
}
.key-tag span {
	    font-weight: bold;
    color: #006332;
}
.key-tag {
	    color: #000;
    margin-bottom: 2px;
}
.project-tab {
    padding: 10%;
    margin-top: -8%;
}
.project-tab #tabs{
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    /* background-color: transparent; */
    /* border-color: #000; */
    border-bottom: 3px solid #b0cb1f;
    font-size: 16px;
    font-weight: bold;
    background: #006332;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #006332;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.pdf-main { width:100%;display:inline-block;}
.pdf-main a {
	    font-size: 16px;
    color: #333;
    margin-bottom: 6px;
    display: block;
}
.pdf-main a i {
	font-size: 19px;
    padding-right: 6px;
    color: #006332;
}
.text-area p {
	color:#4c4c4c;
}
.text-area li { margin-bottom:10px;}
.text-area p b {
	font-size: 18px;
}
.pdf-link { font-size: 18px;
    font-weight: bold;
    color: #000;}
.pdf-link a i {
	    font-size: 24px;
    color: #006332;
    padding-right: 4px;
}
.global-sidebar {
     width: 25%;
  height: 100%;  
  
   
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
}
.main-timeline {
    position: relative
}
.main-timeline ol {
  margin: 0;
  list-style: none;
  padding: 0;
  --hue: 1;
  --unit: 1rem;
}
.event-date {
  margin: 0 0 0.25rem;
    font-weight: bold;
    color: #006332;
    font-size: 28px;
}
.event-description {
     margin: 0;
    font-size: 14px;
    color: #2b2a29;
    font-weight: bold;
}
.timelin {
	width: 100%;
    display: inline-block;
    background: url(../images/mro-bg.jpg) no-repeat center;position:relative;background-size:cover;
}
.timelin:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: .90;
}
.main-timeline ol li {
  --height: 7rem;
  position: relative;
  display: block;
  background-color: hsl(calc(var(--hue)*360/20),90%,65%);
  border-color: hsl(calc(var(--hue)*360/20),90%,65%);
  padding: 1rem;
  margin: 2rem 0;
}

.main-timeline ol li:nth-child(9n)::before, .main-timeline ol li:nth-child(8n)::before {
 content: "";
    background-color: inherit;
    position: absolute;
    display: block;
    width: var(--unit);
    height: var(--unit);
    left: calc(50% - (var(--unit)/2));
    top: -8%;
}
 

.main-timeline ol li:nth-child(5n)::after, .main-timeline ol li:nth-child(7n)::after, .main-timeline ol li:nth-child(2n)::after, .main-timeline ol li:nth-child(4n)::after {border-left-color: #0f4919 !important;}
.main-timeline ol li:nth-child(2n)::after, .main-timeline ol li:nth-child(4n)::after {border-right-color: #5b5b5e !important;}
.main-timeline ol li:nth-child(8n)::after {border-right-color: transparent !important;
    border-bottom-color: #5b5b5e !important;
    border-left-color: transparent !important;}
.main-timeline ol li:nth-child(3n)::after{border-right-color: #0f4919 !important;}
.main-timeline ol li:nth-child(6n)::after{border-left-color: #5b5b5e !important;}
.main-timeline ol li:nth-child(9n)::after, .main-timeline ol li:nth-child(8n)::after {
    content: "";
    position: absolute;
    display: block;
    left: calc(37% + var(--unit));
    top: calc(-16% - (var(--unit)));
    border: var(--unit) solid transparent;
    border-bottom-color: #0f4919;
    border-right-color: transparent !important;
}
.main-timeline ol li:nth-child(5n)::before, .main-timeline ol li:nth-child(6n)::before, .main-timeline ol li:nth-child(7n)::before {
     top: calc(var(--height)/2 + var(--unit)/2);
    left: 100%;
}
.main-timeline ol li:nth-child(5n)::after,  .main-timeline ol li:nth-child(6n)::after, .main-timeline ol li:nth-child(7n)::after {
 top: calc(var(--height)/2);
    left: calc(100% + (var(--unit)));
    border: var(--unit) solid transparent;
    border-left-color: inherit;
}
.main-timeline ol li:nth-child(10n)::before {
 content: "";
    background-color: inherit;
    position: absolute;
    display: block;
    width: var(--unit);
    height: var(--unit);
    left: -16px;
    top: calc(50% - (var(--unit)/2));
}
.main-timeline ol li:nth-child(10n)::after {
  content: "";
    position: absolute;
    display: block;
    left: calc(-26% + var(--unit));
    top: calc(50% - (var(--unit)));
    border: var(--unit) solid transparent;
    border-right-color: #5b5b5e;
}
.main-timeline ol li::before {
 content: "";
    background-color: inherit;
    position: absolute;
    display: block;
    width: var(--unit);
    height: var(--unit);
    left: -16px;
    top: calc(50% - (var(--unit)/2));
}
.main-timeline ol li::after {
  content: "";
    position: absolute;
    display: block;
    left: calc(-26% + var(--unit));
    top: calc(50% - (var(--unit)));
    border: var(--unit) solid transparent;
    border-right-color: inherit;
}
.main-timeline ol li:first-child::before,
.main-timeline ol li:first-child::after {
  content: none;
}
.main-timeline ol li:nth-child(20n+2) .event-date, .main-timeline ol li:nth-child(20n+4) .event-date, .main-timeline ol li:nth-child(20n+6) .event-date, .main-timeline ol li:nth-child(20n+8) .event-date, .main-timeline ol li:nth-child(20n+10) .event-date {color:#fff;}
.main-timeline ol li:nth-child(20n+2) .event-description, .main-timeline ol li:nth-child(20n+4) .event-description, .main-timeline ol li:nth-child(20n+6) .event-description, .main-timeline ol li:nth-child(20n+8) .event-description, .main-timeline ol li:nth-child(20n+10) .event-description {color:#fff;}
.main-timeline ol li:nth-child(20n+1){
  --hue: 1;background: #0f4919;
}
.main-timeline ol li:nth-child(20n+2){
  --hue: 2;background: #5b5b5e;
}
.main-timeline ol li:nth-child(20n+3){
  --hue: 3;background: #0f4919;
}
.main-timeline ol li:nth-child(20n+4){
  --hue: 4;background: #5b5b5e;
}
.main-timeline ol li:nth-child(20n+5){
  --hue: 5;background: #0f4919;
}
.main-timeline ol li:nth-child(20n+6){
  --hue: 6;background: #5b5b5e;
}
.main-timeline ol li:nth-child(20n+7){
  --hue: 7;background: #0f4919;
}
.main-timeline ol li:nth-child(20n+8){
  --hue: 8;background: #5b5b5e;
}
.main-timeline ol li:nth-child(20n+9){
  --hue: 9;background: #0f4919;
}
.main-timeline ol li:nth-child(20n+10){
  --hue: 10;background: #5b5b5e;
}
.main-timeline ol li:nth-child(20n+11){
  --hue: 11;
}
.main-timeline ol li:nth-child(20n+12){
  --hue: 12;
}
.main-timeline ol li:nth-child(20n+13){
  --hue: 13;
}
.main-timeline ol li:nth-child(20n+14){
  --hue: 14;
}
.main-timeline ol li:nth-child(20n+15){
  --hue: 15;
}
.main-timeline ol li:nth-child(20n+16){
  --hue: 16;
}
.main-timeline ol li:nth-child(20n+17){
  --hue: 17;
}
.main-timeline ol li:nth-child(20n+18){
  --hue: 18;
}
.main-timeline ol li:nth-child(20n+19){
  --hue: 19;
}
.main-timeline ol li:nth-child(20n+20){
  --hue: 20;
}
@media (min-width: 550px) and (max-width: 899px){
.main-timeline ol  li {
    margin: 1rem;
    width: calc(50% - 4rem);
    float: left;
    min-height: var(--height);
  }
   
}
@media (min-width: 900px) and (max-width: 1199px){
  .main-timeline ol li {
    margin: 1rem;
    width: calc(33.33% - 4rem);
    float: left;
    min-height: 7rem;
  }
   
}
@media (min-width: 1200px){
  .main-timeline ol {
    max-width: 1600px;
    margin: 0 auto;
  }
  .main-timeline ol li {
   margin: 1rem;
    width: 22%;
    float: left;
    min-height: 12rem;text-align:center;    min-height: 193px;
  }
   
}



.circle-main {
	    text-align: center;
    
    margin: 18px auto 28px;
     
}
.circle-main h2 {
	       font-size: 75px;
    color: #0f4919;
    font-weight: bold;
}
.circle-main p {
	      font-weight: bold;
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;text-align: center;
}
 
.about-sec-app {
    background: url(../images/bg-light2.png) #fbfbfb;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center center;    padding: 14px 0 36px;
}
.about-sec-app-se {
    background: -webkit-linear-gradient(top,#f9ffd7 0,#e8ecd2 100%);
      padding: 34px 0 40px;
}
.text-l {
    text-align: left!important;
}
.common-heading {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10;
}
.common-heading h2 {
    margin-bottom: 60px;
	font-size: 40px;
    line-height: 52px;
}
.common-heading p {
	    font-size: 17px;
    line-height: 28px;
}
.funfct {
    box-shadow: 0 11px 20px rgb(123 149 162 / 15%);
    line-height: 26px;
    padding: 28px 6px;
    border-radius: 8px 8px 8px 40px;
    margin-top: 30px;
    position: relative;
    text-align: center; 
}
.srcl1 {
    background: #f3f5ff;
    border-bottom: 4px solid #b0bdff;
}
.funfct img {
    width: 65px;
    margin: 0 auto 15px;
    display: block;
}
.funfct .services-cuntr {
    display: inline-block;
    font-weight: 900;
    font-size: 30px;
    color: #050748;
    padding: 15px 0;
}
.funfct .services-cuntr {
    display: inline-block;
    font-weight: 900;
    font-size: 30px;
    color: #050748;
    padding: 15px 0;
}
.funfct p {
    font-weight: 600;
    color: #fff;
	font-size: 17px;
    line-height: 28px;
}
.srcl2 {
    background: #005f25;
    border-bottom:none;
}
.srcl3 {
       background: #32343f;
    border-bottom: none;
}
.srcl4 {
    background: #0f4919;
    border-bottom:none;
}
.srcl5 {
    background: #fbfff1;
    border-bottom: 4px solid #ffdaa2;
}
.srcl1 {
    background: #565655;
    border:none;
}






.funfcts {
    
    position: relative;cursor:pointer;
    text-align: center;margin-bottom:50px;
}
.srcl1s {
    
}
/*.srcl1s:hover {
    background: #ffc000;
    border-bottom: 4px solid #92d050;
    border-top: 4px solid #92d050;
}*/
 
.funfcts img {
    width: 114px;
    margin: 0 auto 24px;
    display: block;
}
.funfcts .services-cuntr {
    display: inline-block;
    font-weight: 900;
    font-size: 30px;
    color: #050748;
    padding: 15px 0;
}
.funfcts .services-cuntr {
    display: inline-block;
    font-weight: 900;
    font-size: 30px;
    color: #050748;
    padding: 15px 0;
}
.funfcts h2	{
	    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0;
	}
.funfcts p {
    font-weight: normal;
    color: #404040;
	font-size: 16px;
    line-height: 28px;text-align: center;
}
.srcl2s img {
    background: #2b2a29;
   
}
/*.srcl2s:hover {
    background: #92d050;
    border-bottom: 4px solid #bfbfbf;
	border-top: 4px solid #bfbfbf;
}*/
.srcl3s img {
       background: #006332;
    
}
/*.srcl3s:hover {
       background: #bfbfbf;
    border-bottom: 4px solid #00b050;
	border-top: 4px solid #00b050;
}*/
.srcl4s {
    background: #effff6;
    border-bottom: 4px solid #00b050;
	border-top: 4px solid #00b050;
}
/*.srcl4s:hover {
    background: #00b050;
    border-bottom: 4px solid #ffc000;
	border-top: 4px solid #ffc000;
}*/
.srcl5s {
    background: #fbfff1;
    border-bottom: 4px solid #ffdaa2;
	border-top: 4px solid #ffdaa2;
}
.srcl1s img {
   background: #ffc000;
    
}
.free-list-main {
    border: 1px solid #e2e2e2;
     
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 15px;
}
.free-list-img {
        padding: 0 0 0 15px;
}
.free-list-dec {
    font-size: 13px;
    color: #777777;
    text-decoration: none;
    padding: 3px 0;
}
.free-list-dec a {
    text-decoration: none;
}
.free-list-dec h3 {
       font-size: 15px;
    color: #505050;
    font-weight: 500;
    margin: 0 0 3px 0;
    text-transform: capitalize;
}
.free-list-dec a:hover h3 { color:#006332; }
.contact-btn {
   display: inline-block;
    outline: none;
    font-size: 15px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding: 8px 10px;
    border-radius: 4px;
    color: #fff;
    background: #1c7448;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-top: 10px;
}
.contact-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0f4919;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 4px;
}
.contact-btn:hover, .contact-btn:focus, .contact-btn:active {
    color: white;
}
.contact-btn:hover:before, .contact-btn:focus:before, .contact-btn:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.free-list-main:hover {
    border-color: #b0cb1f;
}


.tabs{
   
  padding-top:0;
  padding-bottom:0;
}

.tabs .tab-pane{
  margin-left:20px;
}

.tabs h3{
  font-size:20px;
  margin-top:10px;
  margin-bottom:60px;
}

.tabs p{
  font-size:14px;
}

.tabs a{
  font-size: 18px;
    font-weight: bold;
    color: #505050;
     
}

.tabs li{
  background-color: #fff;
    margin-top: 1px;
    
    padding-top: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
	box-shadow:0 15px 39px -11px #ececec;
	    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
}
.tabs li a img {    width: 34px;
    vertical-align: middle;
    display: inline-block;
    padding-right: 4px;}
.tabs li a {     display: block;
    padding: 8px 10px;}
.tabs li.active{
  background-color: #b0cb1f;
    border: 1px solid #9eb715;
}
.cl-logo {
	width: 100%;
    display: inline-block;
    border: 1px solid #e2e2e2;
    background: #fff;margin-bottom:10px;
}
.cl-logo a { padding:0;}
.mt16 {
    margin-top: 16px;
}
.itm-media-object .media .img-ab- {
    background: #f5f5f5;
    border-radius: 8px;
    width: 100px;
    padding: 10px;
}
.tilt-3d .base {
    transform-style: preserve-3d;
    transform: perspective(1000px);
}
.itm-media-object .media img {
    width: 100%;
}
.tilt-3d .layer {
    transform: translateZ(20px);
}
.itm-media-object .media-body {
    margin-left: 15px;margin-top: 14px;
}
.itm-media-object h4 {
    text-align: left;
    margin-bottom: 10px;
	font-size: 22px;
    line-height: 32px;
	color: #050748;
    font-weight: normal;
}
.itm-media-object p {
	font-size: 17px;
    line-height: 28px;
	}
.csr-1 {
    position: relative;
    background: url(../images/covid.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;background-attachment:fixed;
}
.csr-1:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #036434;
    opacity: .86;
}
.fl-fl {
  background: #25D366;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 256px;
  position: fixed;
  right: -212px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fl-fl i {
  font-size: 26px;
  color: #fff;
  padding: 10px 0;
   
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
	font-size: 13px;
    font-weight: normal;
}

.float-fb {
  top: 160px;
}

.float-tw {
  top: 215px;
}
.float-en {
  top: 270px;
}
.leadership-block {
    padding-top: 90px;
    padding-bottom: 90px;
}
.leadership-block .nav-tabs {
    margin-bottom: 60px;
    border-bottom: 1px solid #b5b5b5;
}
.leadership-block .nav-tabs .nav-item.show .nav-link, .leadership-block .nav-tabs .nav-link.active {
    color: #000;
    font-weight: 700;
    border-bottom: 4px solid #000 !important;background: none;
}
.leadership-block .nav-tabs .nav-link {
    width: 33%;
    font-size: 24px;
    color: #a3a3a3;
    letter-spacing: 2px;
    padding: 20px 0;
    border-bottom: 1px solid #b5b5b5 !important;
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-top: 0 none !important;
    border-radius: 0 none !important;
}
.manager-block { padding:0;list-style-type:none;}
.manager-block li {     width: 13.5%;
    display: inline-block;
    margin-right: 4px;
    vertical-align: top;text-align:center;margin-bottom:15px;}
	.manager-block li h3 {     font-size: 16px;
    margin: 8px 0 0;}
	.manager-block li  p { font-size:12px;text-align:center;} 
	.serv-tag ul li {
  width:24%;
	}
	.v4-pril-inn {
    border-radius: .052083333in;
}
.v4-pril-inn {
    overflow: hidden;
}
[class~=ed-sub-menu]:after, .v4-pril-inn {
    position: relative;
}
.v4-pril-inn-top {
text-align: center;color: #ecf0f1;
    background: #f3b700;
    padding: 0 12px;
}

.v4-pril-inn-top h2 {
    font-weight: normal;margin-bottom: 15pt;font-size: 18pt;
}
[class~=v4-pril-inn-bot] ul, [class~=v4-pril-inn-top] p {
    margin-top: 0pt;margin-right: 0pt;margin-bottom: 0pt;margin-left: 0pt;
}
[class~=v4-pril-curr] {
        color: #fba507;
    display: inline-block;
    /* vertical-align: middle; */
    line-height: .416666667in;
    font-size: 32px;
    padding-right: 8px;
}
[class~=v4-pril-price] b {
    line-height: 52.5pt;color: #222;font-size: 32px;
}
[class~=v4-pril-mon] {
    color: #ccc;
}
[class~=v4-pril-inn-bot] {
    text-align: center;background: #222;border-image: none;border-top-color: currentColor;border-top-style: none;border-top-width: 0px;min-height:360px;
}
[class~=v4-pril-inn-bot] ul {
    padding-top: 0pc;padding-right: 0in;padding-bottom: 0pc;padding-left: 0pc;margin-bottom: 35px;list-style-type: none;list-style: none;
}
[class~=v4-pril-inn-bot] ul, [class~=v4-pril-inn-top] p {
    margin-top: 0pt;
}
[class~=v4-pril-inn-top] p, [class~=v4-pril-inn-bot] ul {
    margin-right: 0pt;
}
[class~=v4-pril-inn-top] p, [class~=v4-pril-inn-bot] ul {
    margin-left: 0pt;text-align: center;
}
.v4-pril-inn-bot ul li {
    padding-top: 0pc;padding-right: .260416667in;padding-bottom: 0pc;padding-left: .260416667in;line-height: 45px;color: #fff;
}
.v4-pril-inn-bot ul li i {
    color: #ef9d07;margin-right: .9375pc;
}
[class~=full-btn] {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    display: block !important;
    font-size: 18px;
    outline: none;
    background: linear-gradient(to bottom,#c0a135,#f4d763);
    line-height: 33.75pt;
    height: 2.8125pc;
    color: #131e30;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
}
.v4-pril-inn-top h2 {
    font-weight: normal;margin-bottom: 15pt;font-size: 18pt;color:#fff;
}
.carousel-caption {    bottom: 0;
    background: rgb(0 99 50 / 66%);
    border-radius: 4px;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
    
    padding: 180px 0;}
.carousel-caption h5 { font-size: 66px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;margin-bottom:0;
     }
	 .carousel-caption h5.caro-s { font-size: 57px;}
	 .carousel-caption h5 span {
	 	    font-size: 35px;
    margin-top: 0px;
    display: block;
	 }
	.carousel-caption p {
	    text-align: center;
    color: #fff;font-size:18px;text-transform:uppercase;
	}
	.carousel-control-next, .carousel-control-prev { z-index:9999;opacity:1;}
.gl-ri {
	background: #000;
    padding: 18px;
}
.gl-ri h3 { font-size:22px;color:#fff;}
.gl-ri p { color:#fff;}




.cu-blog .blog-post-content { position:inherit;}
.single-blog-post.cu-blog:before { display:none;}
.cu-blog {
    min-height: 212px;
    background: #dadada;
    box-shadow: 0 0 20px rgb(0 0 0 / 40%) inset;
    border-radius: 12px;
    padding: 12px 0px;
}
.cu-blog .blog-post-content h3 { margin-bottom:15px;}
.cu-blog .blog-post-content h3 a { color:#232323;}
.cu-blog:hover .blog-post-content, .cu-blog:focus .blog-post-content { bottom:0;position:inherit;}
.cu-blog .blog-post-content p { color:#505050;text-align:center;}


.article-img .owl-nav {
    margin-top: 0;
    position: absolute;
    bottom: 60%;
    width: 100%;
}
.article-img .owl-nav .owl-prev {
	left: 260px;
    position: absolute !important;
	background: #006332 !important;
    color: #fff !important;
    width: 30px;
    height: 30px;
}
.article-img .owl-nav .owl-next {
right: 260px;
    position: absolute !important;
    background: #006332 !important;
    color: #fff !important;
    width: 30px;
    height: 30px;
}