@charset "UTF-8";
/*
Template Name: Windox
Template URI: 
Description: Window & Door Services HTML Template 
Author: Capricorn Studio
Author URI: 
Version: 1.0
 */
/*-- Google Font Import 
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/*------------Typography----------------- */
html {
    margin: 0 !important;
}

html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
//Proxima Nova
@font-face {
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    font-display: swap;
    src:  local('ProximaNova'), local('ProximaNova-Regular');
    src:  url('https://alpaswellnesscenters.org/wp-content/themes/alpas-wellness/src/assets/fonts/ProximaNova-Regular.eot');
    src:  url('https://alpaswellnesscenters.org/wp-content/themes/alpas-wellness/src/assets/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://alpaswellnesscenters.org/wp-content/themes/alpas-wellness/src/assets/fonts/ProximaNova-Regular.woff') format('woff'),
        url('https://alpaswellnesscenters.org/wp-content/themes/alpas-wellness/src/assets/fonts/ProximaNova-Regular.ttf') format('truetype')
}

@font-face {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-display: swap;
    src:  local('ProximaNova'), local('ProximaNova-Semibold');
    src:  url('https://alpaswellnesscenters.org/wp-content/themes/alpas-wellness/src/assets/fonts/ProximaNova-Semibold.eot');
    src:  url('https://alpaswellnesscenters.org/wp-content/themes/alpas-wellness/src/assets/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('https://alpaswellnesscenters.org/wp-content/themes/alpas-wellness/src/assets/fonts/ProximaNova-Semibold.woff') format('woff'),
        url('https://alpaswellnesscenters.org/wp-content/themes/alpas-wellness/src/assets/fonts/ProximaNova-Semibold.ttf') format('truetype')
}

//Pitch Sans
@font-face {
    font-family: 'Pitch Sans';
    font-weight: 500;
    font-display: swap;
    src:  local('PitchSans'), local('PitchSans-Medium');
    src:  url('https://alpaswellnesscenters.org/wp-content/themes/alpas-wellness/src/assets/fonts/PitchSans-Medium.eot');
    src:  url('https://alpaswellnesscenters.org/wp-content/themes/alpas-wellness/src/assets/fonts//PitchSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://alpaswellnesscenters.org/wp-content/themes/alpas-wellness/src/assets/fonts/PitchSans-Medium.woff') format('woff'),
        url('https://alpaswellnesscenters.org/wp-content/themes/alpas-wellness/src/assets/fonts/PitchSans-Medium.ttf') format('truetype')
}

@font-face {
    font-family: 'Pitch Sans';
    font-weight: 600;
    font-display: swap;
    src:  local('PitchSans'), local('PitchSans-SemiBold');
    src:  url('https://alpaswellnesscenters.org/wp-content/themes/alpas-wellness/src/assets/fonts/PitchSans-SemiBold.eot');
    src:  url('https://alpaswellnesscenters.org/wp-content/themes/alpas-wellness/src/assets/fonts/PitchSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('https://alpaswellnesscenters.org/wp-content/themes/alpas-wellness/src/assets/fonts/PitchSans-SemiBold.woff') format('woff'),
        url('https://alpaswellnesscenters.org/wp-content/themes/alpas-wellness/src/assets/fonts/PitchSans-SemiBold.ttf') format('truetype')
}
body {
  font-family: Pitch Sans,Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: #181818;
  font-weight: 400;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #181818;
}
a:hover {
  color: #1D1D1D;
}

p {
  font-size: 16px;
  line-height: 28px;
  position: relative;
  color: #3c3936;
  font-family: Proxima Nova Rg, Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid #777;
}

.fix {
  overflow: hidden;
}

/*Section Padding CSS*/
.section-padding {
  padding: 120px 0;
  border-bottom: 1px solid #3c3936;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 100px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 90px 30px;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 20px;
  }
}

.section-title h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

.section-title h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
  color: #4E6225;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 45px;
    line-height: 55px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 45px;
    line-height: 50px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 15px 0;
  }
}

.section-title h3 {
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-title h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.section-title h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  opacity: 0.6;
}

.section-title p {
  margin: 0;
}

.section-title img {
  border-radius: 0;
  height: 50px;
  position: relative;
  bottom: 0;
}
@media (max-width: 767px) {
  .section-title img {
    height: 40px;
  }
}

.section-title span {
  color: #4E6225;
}

/*Button Style */
.theme-btn, .dark-btn, .white-btn, .bordered-btn {
  display: inline-flex;
  background: #4E6225;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-transform: capitalize;
  padding: 18px 30px;
  border: 2px solid #4E6225;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .theme-btn, .dark-btn, .white-btn, .bordered-btn {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .theme-btn, .dark-btn, .white-btn, .bordered-btn {
    padding: 15px 20px;
  }
}
.theme-btn:hover, .dark-btn:hover, .white-btn:hover, .bordered-btn:hover {
  background: #1D1D1D;
  border-color: #1D1D1D;
  color: #fff;
}
.mobile_box {
	display:none;
}
@media (max-width: 767px) {
  .mobile_box {
	display:block;
}
.mobile_box a {
    width: 100%;
    background: #3c3936;
    text-align: center;
    display: block;
    border-color: #3c3936;
    margin-bottom: -2px;
    z-index: 200;
    position: relative;
}
	.mobile_box a:hover {
    background: #4e6225;
    border-color: #4e6225;
    color: #fff;
}
	div#number-sticky.number-sticky {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
}
    .absolute-header .header-sticky {
        top: 50px;
    }
	.header-banner .row {
   
    padding: 0 10px;
}
	.header-area .header-inner-box .logo {
        margin-top: 129px;
    }
	.header-area .header-sticky .header-inner-box .logo {
		margin-top: 0;
	}
}

.bordered-btn {
  background: transparent;
  border-color: #4E6225;
  color: #4E6225;
}
.bordered-btn:hover {
  background: #4E6225;
  color: #fff;
  border-color: #4E6225;
}
.white-btn-nb {
    border-color: #fff;
    color: #4E6225;
    background: #fff;
}
.white-btn-nb:hover {
    border-color: #4E6225;
    color: #fff;
    background: #4E6225;
}
.white-btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.white-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #333;
}

.dark-btn {
  background: #1D1D1D;
  border-color: #1D1D1D;
  color: #fff;
}
.dark-btn:hover {
  background: #fff;
  color: #333;
  border-color: #fff;
}

/*Form Style CSS */
input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #ddd;
  padding: 13px 20px;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

textarea {
  height: 200px;
}

input[type=submit],
button[type=submit] {
  background: #4E6225;
  border-color: #4E6225;
  border-radius: 0;
  display: inline-block;
  color: #fff;
  width: 35%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  input[type=submit],
  button[type=submit] {
    width: 100%;
  }
}

input[type=submit]:hover,
button[type=submit]:hover {
  border-color: rgb(203, 103, 30);
  background: rgb(203, 103, 30);
  color: #fff;
}

@media (max-width: 600px) {
    #service-1 .mt-30 {
        margin-top: 0px !important;
    }
	.process-bg-wrap {
        margin-bottom: 30px;
    }
}
input::placeholder,
textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
}

input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}

/*Bootstrap Customize CSS*/
@media (max-width: 767px) {
  .container-fluid {
    padding: 0 10px;
  }
}

.container {
  max-width: 1300px;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

/* Bacground Color & Overlay CSS 
============== */
.theme-bg {
  background: #4E6225;
}


.dark-bg {
  background: #3c3936;
}

.gray-bg {
  background: #f4f3f0;
}
.light_gray-bg {
  background: #eae8e263;
}

.white-bg {
  background: #fff;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.overlay, .overlay-5, .overlay-4, .overlay-3, .overlay-2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #171717;
  opacity: 0.1;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-2 {
  opacity: 0.2;
}

.overlay-3 {
  opacity: 0.3;
}

.overlay-4 {
  opacity: 0.4;
}

.overlay-5 {
  opacity: 0.5;
}

.overlay.active, .active.overlay-2, .active.overlay-3, .active.overlay-4, .active.overlay-5 {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

.text-dark {
  color: #181818 !important;
}

.text-white {
  color: #fff !important;
}

.fix {
  overflow: hidden;
}

.separator {
  display: block;
  background-color: #ddd;
  width: 30px;
  height: 3px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.b-none {
  border: none !important;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.banner-section p {
    
    margin-right: 10%;
}
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}
.star_box {
    width: 100%;
    display: block;
    float: left;
}
.absolute-header .header-sticky {
  background: #3c3936;
}
.circle-button {
  position: absolute;
  display: inline-block;
  left: 30%;
  bottom: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-button {
    left: 20%;
  }
}
@media (max-width: 767px) {
  .circle-button {
    display: none;
  }
}

.circle-button.in-bord:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #eee;
  border-radius: 50%;
  background: #4E6225;
}

.circle-button .rotate-circle svg {
  width: 200px;
  fill: #fff;
}

.circle-button .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-20px) translateY(-20px);
  -ms-transform: translateX(-20px) translateY(-20px);
  transform: translateX(-20px) translateY(-20px);
  display: inline-block;
  width: 0;
  height: 0;
}

.circle-button .arrow svg {
  width: 40px;
  height: 40px;
  color: #fff;
}

.circle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button .in-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button.no-animate .rotate-circle {
  -webkit-animation: none;
  animation: none;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fz-30 {
  font-size: 32px !important;
  font-weight: 400;
}

.text-u {
  text-transform: uppercase !important;
}

.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*Margin & Padding */
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pt-190 {
  padding-top: 190px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pt-300 {
  padding-top: 300px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pt-400 {
  padding-top: 400px;
}

.pb-400 {
  padding-bottom: 400px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-150 {
  padding-left: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-200 {
  padding-right: 200px;
}

.pl-250 {
  padding-left: 250px;
}

.pr-250 {
  padding-right: 250px;
}

.pl-300 {
  padding-left: 300px;
}

.pr-300 {
  padding-right: 300px;
}

.pl-350 {
  padding-left: 350px;
}

.pr-350 {
  padding-right: 350px;
}

.pl-400 {
  padding-left: 400px;
}

.pr-400 {
  padding-right: 400px;
}

.pl-450 {
  padding-left: 450px;
}

.pr-450 {
  padding-right: 450px;
}

.pl-500 {
  padding-left: 500px;
}

.pr-500 {
  padding-right: 500px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mt-170 {
  margin-top: 170px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mt-180 {
  margin-top: 180px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mt-190 {
  margin-top: 190px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mt-250 {
  margin-top: 250px;
}

.mb-250 {
  margin-bottom: 250px;
}

.mt-300 {
  margin-top: 300px;
}

.mb-300 {
  margin-bottom: 300px;
}

.mt-350 {
  margin-top: 350px;
}

.mb-350 {
  margin-bottom: 350px;
}

.mt-400 {
  margin-top: 400px;
}

.mb-400 {
  margin-bottom: 400px;
}

.mt-450 {
  margin-top: 450px;
}

.mb-450 {
  margin-bottom: 450px;
}

.mt-500 {
  margin-top: 500px;
}

.mb-500 {
  margin-bottom: 500px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-150 {
  margin-left: 150px;
}

.mr-150 {
  margin-right: 150px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-200 {
  margin-right: 200px;
}

.ml-250 {
  margin-left: 250px;
}

.mr-250 {
  margin-right: 250px;
}

.ml-300 {
  margin-left: 300px;
}

.mr-300 {
  margin-right: 300px;
}

.ml-350 {
  margin-left: 350px;
}

.mr-350 {
  margin-right: 350px;
}

.ml-400 {
  margin-left: 400px;
}

.mr-400 {
  margin-right: 400px;
}

.ml-450 {
  margin-left: 450px;
}

.mr-450 {
  margin-right: 450px;
}

.ml-500 {
  margin-left: 500px;
}

.mr-500 {
  margin-right: 500px;
}

.mtm-30 {
  margin-top: -30px;
}

/* Preloader*/
#loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#loader:before, #loader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 2px solid #4E6225;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: loaderCircleAnim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#loader:after {
  animation-delay: 1s;
}

@keyframes loaderCircleAnim {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
/* Mouse Cursor */
.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .mouseCursor {
    display: none;
  }
}

.cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #4E6225;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  margin: 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: #fff;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

/*-- Search Form --*/
.search-box button {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 20px;
}

.search-box button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  height: 40px;
  border-left: 2px solid #eee;
  margin-top: -20px;
}

.search-box button:hover {
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: #141414;
  padding: 45px 0 30px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 400px;
}

.search-active .search-popup .search-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.search-popup .upper-text .text {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 80px;
  top: 60px;
  font-size: 30px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  background: none;
  color: #fff;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #888E9B;
  width: 100%;
  padding-top: 140px;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
  position: absolute;
  right: -140px;
  bottom: 5px;
  background: transparent !important;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  color: #888E9B;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.form-group input::placeholder {
  font-size: 30px;
  color: #888E9B;
}

/* Off Canvas Menu CSS */
.menu-trigger span {
  background-color: #333;
  display: block;
  height: 2px;
  margin: 8px auto;
  margin-left: 5px;
  width: 30px;
  transition: all 0.1s;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.menu-trigger:hover span:nth-child(2) {
  margin-left: 5px;
}

.header-area.absolute-header .menu-trigger span {
  background: #fff;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  right: -320px;
  background: #fff;
  box-shadow: -6px -3px 16px -8px rgba(0, 0, 0, 0.25);
  width: 350px;
  padding: 50px;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.off-canvas-menu.show-off-canvas-menu {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.off-canvas-menu p {
  font-size: 16px;
  color: #b4afaf;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  opacity: 0.5;
}

.menu-close {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #777;
  padding: 7px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
}

.menu-close:hover {
  color: #333;
}

.extra-info {
  background: #1D1D1D none repeat scroll 0 0;
  height: 100%;
  padding: 40px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 400px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-icon {
  margin-top: 0;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.close-icon > button i {
  color: #fff;
  font-size: 30px;
}

.side-info {
  padding-top: 10px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-list p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
}

.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}

.contact-list p span {
  display: block;
  overflow: hidden;
}

.offcanvas-overlay {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas-overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.extra-info .site-logo-2 {
  width: 220px;
  text-align: center;
  margin-top: 20px;
}

.social-area-wrap a i {
  font-size: 16px;
}

.social-area-wrap a {
  width: 40px;
  height: 40px;
  background: #181818;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.social-area-wrap a:hover {
  opacity: 0.5;
}

/* Header Top Area */
.header-top-area {
  padding: 12px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-top-area {
    display: none;
  }
}
.header-top-area span {
  margin-right: 15px;
}
.header-top-area span i {
  color: #fff;
  margin-right: 10px;
}
.header-top-area .social-area a i {
  font-size: 15px;
  color: #181818;
  margin-right: 20px;
}
.header-top-area .social-area a i:hover {
  color: #4E6225;
}
.header-top-area.dark-bg span {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.header-top-area.dark-bg .social-area a i {
  color: #fff;
}
.header-top-area.dark-bg .social-area a i:hover {
  color: #4E6225;
}

/* Header Area  */
.header-area .navigation {
  height: 100px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  background: #fff;
}
.header-area .header-inner-box {
  display: block;
  justify-content: space-around;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box {
    justify-content: space-between;
  }
}
.header-area .header-inner-box .logo {
  height: 90px;
  float: left;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #1D1D1D;
}
@media (max-width: 767px) {
  .header-area .header-inner-box .logo {
    font-size: 30px;
  }
}

/* Menu Area  */
.main-menu ul {
  line-height: 1;
}
.main-menu ul > li {
  display: inline-block;
  line-height: 1;
  margin: 0 17px;
  position: relative;
}
.main-menu ul > li > a {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  padding: 40px 0;
  overflow: hidden;
  color: #181818;
}
.main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 218px;
  background-color: #272727;
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  padding: 15px 0px;
}
.main-menu ul > li > ul li {
  display: block;
  margin-right: 0;
}
.main-menu ul > li > ul li a {
  display: block;
  color: #A3A7AD !important;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 400;
}
.main-menu ul > li > ul li a:hover {
  color: #fff !important;
}
.main-menu ul > li > ul li a i {
  transform: rotate(-45deg);
  font-size: 15px;
  position: absolute;
  right: 20px;
  bottom: 11px;
  transition: 0.3s;
}
.main-menu ul > li > ul li a:hover i {
  transform: rotate(0);
}
.main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}

.main-menu ul li {
  position: relative;
}
.main-menu ul li a.navlink:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #171717;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.main-menu ul li a.navlink:hover:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.main-menu ul li.active {
  position: relative;
}

.main-menu ul li.active a {
  color: #1D1D1D;
}

.main-menu ul li.active:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #171717;
}

.main-menu ul > li > ul li a.active {
  color: #fff !important;
  position: relative;
  padding-left: 50px;
}

.main-menu ul > li > ul li a.active:before {
  position: absolute;
  content: "";
  bottom: 50%;
  left: 25px;
  width: 16px;
  height: 2px;
  background: #fff;
  margin-bottom: -1px;
  transition: 0.2s ease-out;
}

.header-three .main-menu ul li a {
  color: #fff;
}
.header-three .main-menu ul li.active a {
  color: #fff;
}

/* Mobile Nav */
.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: #1D1D1D;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}
.mobile-nav.show {
  right: 0px;
}
.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 10px;
}
.mobile-nav .sidebar-nav {
  margin-top: 60px;
}
.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  outline-width: 0;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #2a2d36;
}
.mobile-nav .sidebar-nav .metismenu ul li {
  display: block;
}
.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}
.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}
.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
  font-weight: 500;
}
.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #1D1D1D;
}

.header-area .container {
  background: #fff;
}

.header-area.absolute-header .container {
  background: transparent;
}

#hamburger {
  color: #171717;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  display: none;
}
#hamburger i {
  cursor: pointer;
}
@media (max-width: 1199px) {
  #hamburger {
    display: block;
  }
}

.dark-bg #hamburger i {
  color: #fff;
}

.absolute-header #hamburger i {
  color: #fff;
}

.action-bar {
  margin-top: 60px;
  padding-left: 20px;
}

.action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
  font-size: 16px;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar .theme-btn, .action-bar .bordered-btn, .action-bar .white-btn, .action-bar .dark-btn {
  margin-top: 30px;
  display: inline-block;
}

/* Header Right  */
.header-right {
  display: inline-block;
  float: right;
  margin-top: 19px;
}

.header-right .search-trigger i {
  font-size: 24px;
  margin-right: 40px;
  position: relative;
  top: 2px;
}
.header-right .search-trigger i:hover {
  cursor: pointer;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right .search-trigger i {
    display: none;
  }
}

.contact-number {
  align-items: center;
  gap: 15px;
  margin-right: 30px;
}
.contact-number .icon i {
  font-size: 24px;
  background: #eee;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contact-number .title h4 {
  font-size: 22px;
  font-weight: 500;
}

.social-area a i {
  font-size: 22px;
  color: #fff;
  margin-right: 20px;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-trigger {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu-trigger {
    display: none;
  }
}

/* Absolute/Transparent Header  */
.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.absolute-header {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .header-area.absolute-header {
    margin-top: 0;
  }
}

#header-3.header-area.absolute-header {
  margin-top: 0;
}

#header-5.header-area.absolute-header {
  margin-top: 0;
}

.header-area.absolute-header .navigation {
  background: inherit;
}

.header-area.absolute-header .logo {
  color: #fff;
}

.header-area.absolute-header .main-menu ul > li > a {
  color: #fff;
}

.header-area.absolute-header .main-menu ul li a:before {
  background: #fff;
}

.header-area.absolute-header .main-menu ul li.active:before {
  background: #fff;
}

.header-area.absolute-header .search-trigger i {
  color: #fff;
}

.header-area.absolute-header .contact-number .title h4 {
  color: #fff;
}

.header-area .theme-btn,
.header-area .dark-btn,
.header-area .white-btn,
.header-area .bordered-btn {
  padding: 15px;
}

#header-3 .container {
  max-width: 1260px !important;
}
#header-3 .main-menu {
  flex: 0 0 40%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #header-3 .main-menu {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  #header-3 .main-menu {
    flex: 0 0 0%;
  }
}
#header-3 .main-menu ul > li {
  margin: 0 10px;
}
#header-3 .logo {
  flex: 0 0 30%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #header-3 .logo {
    flex: 0 0 25%;
  }
}
@media (max-width: 767px) {
  #header-3 .logo {
    flex: 0 0 50%;
  }
}
#header-3 .header-right {
  flex: 0 0 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #header-3 .header-right {
    flex: 0 0 25%;
  }
}
@media (max-width: 767px) {
  #header-3 .header-right {
    flex: 0 0 0%;
  }
}

#home-1.hero-area {
  position: relative;
  z-index: 1;
}

#home-1 .hero-area-banner {
  background-image: url(../img/hero-area/1.jpg);
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  color: #fff;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner {
    background-position: top;
    height: 750px;
  }
}
#home-1 .hero-area-banner .hero-area-content {
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1 .hero-area-banner .hero-area-content {
    padding-left: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner .hero-area-content {
    padding-bottom: 60px;
  }
}
#home-1 .hero-area-banner h1 {
  color: #fff;
  font-size: 62px;
  font-weight: 600;
  line-height: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-1 .hero-area-banner h1 {
    font-size: 60px;
    line-height: 60px;
    margin: 40px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1 .hero-area-banner h1 {
    font-size: 50px;
    line-height: 55px;
    margin: 40px 0 0;
  }
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  #home-1 .hero-area-banner h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
#home-1 .hero-area-banner p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1 .hero-area-banner p {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner p {
    margin-top: 50px;
  }
}
#home-1 .service-info {
  padding-left: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1 .service-info {
    padding-right: 180px;
  }
}
#home-1 .service-info h4 {
  color: #fff;
}
#home-1 .service-info i {
  font-size: 60px;
}

.hero-img-wrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-2 .section-title h1 {
    font-size: 45px;
    line-height: 50px;
  }
}

#home-3.hero-area {
  position: relative;
  z-index: 1;
}

#home-3 .hero-area-banner {
  background-image: url(../img/hero-area/3.jpg);
  background-size: cover;
  background-color: #ddd;
  color: #fff;
  width: 100%;
  height: 900px;
  display: flex;
  align-items: end;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #home-3 .hero-area-banner {
    height: 700px;
  }
}
#home-3 .hero-area-banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #171717;
  opacity: 0.2;
  z-index: -1;
}
@media (max-width: 767px) {
  #home-3 .hero-area-banner {
    background-position: top;
  }
}
#home-3 .hero-area-banner .hero-area-content {
  padding-bottom: 250px;
  padding-left: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .hero-area-banner .hero-area-content {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  #home-3 .hero-area-banner .hero-area-content {
    padding-left: 0;
    padding-bottom: 120px;
  }
}
#home-3 .hero-area-banner h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-3 .hero-area-banner h1 {
    font-size: 70px;
    line-height: 80px;
    margin: 40px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .hero-area-banner h1 {
    font-size: 60px;
    line-height: 70px;
    margin: 40px 0 0;
  }
}
@media (max-width: 767px) {
  #home-3 .hero-area-banner h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  #home-3 .hero-area-banner h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
#home-3 .hero-area-banner p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .hero-area-banner p {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #home-3 .hero-area-banner p {
    margin-top: 50px;
  }
}
#home-3 .service-info {
  padding-left: 0px;
}
#home-3 .service-info h4 {
  color: #fff;
}
#home-3 .service-info i {
  font-size: 60px;
}

#home-4.hero-area {
  position: relative;
  z-index: 1;
}

#home-4 .hero-area-banner {
  background-image: url(../img/hero-area/4-2.jpg);
  background-size: cover;
  background-color: #ddd;
  color: #fff;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#home-4 .hero-area-banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #171717;
  opacity: 0.2;
  z-index: -1;
}
@media (max-width: 767px) {
  #home-4 .hero-area-banner {
    background-position: top;
  }
}
#home-4 .hero-area-banner .hero-area-content {
  padding-bottom: 150px;
}
#home-4 .hero-area-banner h1 {
  color: #fff;
  font-size: 120px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 120px;
  letter-spacing: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-4 .hero-area-banner h1 {
    font-size: 80px;
    line-height: 90px;
    margin: 40px 0 0;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  #home-4 .hero-area-banner h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  #home-4 .hero-area-banner h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
#home-4 .hero-area-banner p {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-4 .hero-area-banner p {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #home-4 .hero-area-banner p {
    margin-top: 50px;
  }
}

#home-4 .section-title span {
  color: #4E6225;
  padding-left: 150px;
}
@media (max-width: 767px) {
  #home-4 .section-title span {
    padding-left: 0;
  }
}

/* Hero Area # 05 */
#home-5 .single-slide-item {
  background-image: url(../img/slider/slide-1.png);
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  color: #fff;
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #home-5 .single-slide-item {
    height: 600px;
  }
}
#home-5 .hero-area-content {
  padding-left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-5 .hero-area-content {
    padding-left: 0;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  #home-5 .hero-area-content {
    padding-left: 0;
    padding-top: 60px;
  }
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border: 2px solid;
  font-size: 20px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -25px;
  color: #4E6225;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 15px;
}

.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
  visibility: visible;
  opacity: 0.3;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
  background: #4E6225;
  color: #fff;
  border-color: #4E6225;
  opacity: 1;
}

/* Service Slider  */
.feature_slider_wrap {
  background: #4E6225;
}

.feature_slider_item {
  display: flex;
  align-items: center;
  height: 100px;
  gap: 60px;
}
@media (max-width: 767px) {
  .feature_slider_item {
    height: 100px;
  }
}

.feature_slider_item h5 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature_slider_item h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .feature_slider_item h5 {
    font-size: 20px;
  }
}

.feature_slider_item h5.stroke {
  -webkit-text-stroke: 0.8px #fff;
  -webkit-text-fill-color: #4E6225;
}

.feature_slider_item img {
  display: inline-block;
  margin-right: 20px;
}

.feature_slider_item img {
  width: 30px;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature_slider_item img {
    width: 24px;
  }
}

@media (max-width: 767px) {
  .feature_slider_item img {
    width: 20px;
    height: auto;
  }
}
.feature_slider_item {
  animation: abotech-scroller 27s linear infinite;
  will-change: transform;
  white-space: nowrap;
}

@keyframes abotech-scroller {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes migency-scroller-reverse {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
#service-1 .single-service-wrap {
  text-align: center;
  padding: 30px;
}
#service-1 .single-service-wrap .service-img img {
  border-radius: 50%;
  width: 220px;
  height: 220px;
}
#service-1 .service-info {
  margin-top: 30px;
}
#service-1 .service-info span {
  color: #777;
  font-size: 17px;
}
#service-1 .service-info h4 {
  font-size: 26px;
  font-weight: 600;
  margin: 10px 0 20px;
}
#service-1 .service-link {
  width: 45px;
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  transition: 0.3s;
}
#service-1 .service-link i {
  font-size: 20px;
}
#service-1 .single-service-wrap:hover .service-link {
  background: #4E6225;
  border-color: #4E6225;
  color: #fff;
}

#service-2 .single-service-item {
  border-right: 1px solid #ddd;
  padding: 45px 70px 35px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #service-2 .single-service-item {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-2 .single-service-item {
    border-right: none;
  }
}
@media (max-width: 767px) {
  #service-2 .single-service-item {
    border-right: none;
  }
}
#service-2 .single-service-item .service-icon i:before {
  font-size: 60px;
  color: #4E6225;
}
#service-2 .single-service-item .service-title h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #181818;
  letter-spacing: -1px;
  margin: 40px 0;
}
#service-2 .single-service-item:hover .service-icon i:before {
  color: #1D1D1D;
}

.read_more_link {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #181818;
  z-index: 1;
  overflow: hidden;
}

.read_more_link .link_text {
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}

.read_more_link .link_icon i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.single-service-item:hover .read_more_link .link_text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-2.pt-60 {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #service-2.pt-60 {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  #service-2 .mt-60 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  #service-2.section-padding {
    padding-bottom: 0px;
  }
}

#service-3 .service-content-wrap {
  max-width: calc(100% - 40px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-3 .service-item-wrap {
    margin-top: 60px;
  }
}
#service-3 .single-service-item {
  padding: 60px 40px;
  margin-top: 0;
  margin-bottom: 30px;
  background: #fff;
  border: none;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.03);
  transition: 0.3s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #service-3 .single-service-item {
    padding: 60px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-3 .single-service-item .service-content-wrap {
    margin-bottom: 60px;
  }
}
#service-3 .single-service-item .service-icon i:before {
  font-size: 55px;
  color: #4E6225;
}
#service-3 .single-service-item h4 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 30px 0px 20px;
}
#service-3 .single-service-item:hover {
  background: #4E6225;
}
#service-3 .single-service-item:hover .service-icon i:before {
  color: #fff;
}
#service-3 .single-service-item:hover h4 {
  color: #fff;
}
#service-3 .single-service-item:hover p {
  color: #fff;
}
#service-3 .single-service-item:nth-of-type(2) {
  display: none;
}

@media (max-width: 767px) {
  .mtm-30 {
    margin-top: 0;
  }
}

/* Service Details  */
.service-details-area {
  background: #f6f6f6;
}

.feature-img {
  margin-bottom: 30px;
}
.feature-img img {
  width: 100%;
}

.service-details-wrap h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 20px 0;
}

.service-details-wrap p {
  text-align: justify;
}

.service-details-img {
  margin-bottom: 30px;
}

.sidebar-wrap {
  padding: 45px 35px;
  position: sticky;
  top: 100px;
  transition: top 0.3s ease;
}
@media (max-width: 767px) {
  .sidebar-wrap {
    padding: 45px 30px;
  }
}
.sidebar-wrap h5 {
  font-size: 20px;
  font-weight: 600;
}
.sidebar-wrap input, .sidebar-wrap textarea {
  border: none;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
}
.sidebar-wrap textarea {
  height: 150px;
}
.sidebar-wrap form {
  margin-top: 30px;
}

.sidebar-wrap input[type=submit] {
  width: 180px;
  margin-top: 30px;
}

.contact-info {
  margin-top: 50px;
}

.contact-list-item {
  margin-top: 20px;
}
.contact-list-item li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 17px;
}
.contact-list-item li i {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 24px;
  color: #4E6225;
}

.service-page .play-btn a i {
  font-size: 30px;
  color: #fff;
}
.service-page .play-btn {
  background: #4E6225;
  width: 90px;
  height: 90px;
}

#about-1 .about-content-wrap {
  padding-right: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-1 .about-content-wrap {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  #about-1 .about-content-wrap {
    padding-right: 0px;
  }
}
#about-1 span.contact-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-1 span.contact-icon {
    width: 50px;
    height: 50px;
    margin-left: 5px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #about-1 span.contact-icon {
    width: 50px;
    height: 50px;
    margin-left: 5px;
    margin-right: 10px;
  }
}
#about-1 span.contact-icon i {
  font-size: 20px;
}
#about-1 span.contact-num {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #about-1 span.contact-num {
    font-size: 16px;
  }
}
#about-1 .about-img-wrap {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-1 .about-img-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #about-1 .about-img-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
#about-1 .about-img-wrap .image-one img {
  max-width: calc(100% - 150px);
}
#about-1 .about-img-wrap .image-two {
  position: absolute;
  top: 30%;
  left: 0;
}
@media (max-width: 767px) {
  #about-1 .about-img-wrap .image-two {
    bottom: -40px;
  }
}
#about-1 .about-img-wrap .image-two img {
  max-width: calc(100% - 60px);
}

#about-2 .about-img-wrap {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-2 .about-img-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #about-2 .about-img-wrap {
    margin-top: 60px;
  }
}
#about-2 .image-one {
  padding-right: 160px;
  padding-bottom: 100px;
}
#about-2 .image-two {
  position: absolute;
  top: 40%;
  left: 40%;
}
@media (max-width: 767px) {
  #about-2 .image-two {
    bottom: 0;
    top: auto;
  }
}
#about-2 .about-content-wrap {
  padding-left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-2 .about-content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #about-2 .about-content-wrap {
    padding-left: 0;
  }
}
#about-2 .about-key {
  overflow: hidden;
}
#about-2 .about-key li {
  margin-bottom:25px;
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  #about-2 .about-key li {
    width: 100%;
  }
}
#about-2 .about-key li i {
  position: relative;
  top:2px;
}
#about-2 .about-key li i:before {
	font-size: 32px;
    color: #4E6225;
    margin-right: 10px;
    position: absolute;
    top: -22px;
}
#about-2 .about-key p {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #262B3E;
  position: relative;
  padding-left: 35px;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-2.pb-200 {
    padding-bottom: 300px;
  }
}
@media (max-width: 767px) {
  #about-2.pb-200 {
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-page .about-content-wrap {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .about-page .about-content-wrap {
    margin-top: 100px;
  }
}

.founder-year-wrap {
  position: absolute;
  top: -70px;
  right: 0;
  text-align: end;
}
.founder-year-wrap h1 {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: 5px;
  color: #4E6225;
}
@media (max-width: 767px) {
  .founder-year-wrap h1 {
    font-size: 50px;
  }
}
.founder-year-wrap span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #4E6225;
}


#about-3 .about-img-wrap {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-3 .about-img-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #about-3 .about-img-wrap {
    margin-top: 0px;
  }
}
#about-3 .image-one {
  padding-right: 160px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #about-3 .image-one {
    padding-right: 100px;
    padding-bottom: 50px;
  }
}
#about-3 .image-two {
  position: absolute;
  top: 40%;
  left: 40%;
}
@media (max-width: 767px) {
  #about-3 .image-two {
    bottom: -40px;
    top: auto;
  }
}
#about-3 .about-content-wrap {
  margin-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-3 .about-content-wrap {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  #about-3 .about-content-wrap {
    margin-left: 30px;
    margin-top: 120px;
  }
}
#about-3 .about-feature {
  margin-top: 40px;
}
#about-3 .about-feature h4 {
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-top: 25px;
}
#about-3 .about-feature h4 span {
  color: #ddd;
  margin-right: 10px;
}
#about-3 .about-feature h4:nth-of-type(2) {
  border-bottom: none;
}
#about-3 .about-desc {
  background: #171717;
  background-size: cover;
  width: 330px;
  height: 240px;
  position: absolute;
  bottom: 0;
  right: -40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 45px;
}
@media (max-width: 767px) {
  #about-3 .about-desc {
    right: 0;
    width: 250px;
    height: 200px;
    padding: 35px;
  }
}
#about-3 .about-desc h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 767px) {
  #about-3 .about-desc h3 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-3 .mt-120 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #about-3 .mt-120 {
    margin-top: 60px;
  }
}

#about-4 .about-content-wrap {
  max-width: calc(100% - 30px);
}

.ceo-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ceo-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .ceo-wrapper {
    margin-top: 30px;
  }
}

.ceo-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.ceo-info {
  margin-left: 20px;
}

.ceo-info h5 {
  font-size: 20px;
  font-weight: 600;
}

.ceo-info span {
  font-size: 18px;
  color: #777;
  margin-top: 5px;
}

.about-desc-wrap {
  margin-top: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-desc-wrap {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-desc-wrap {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .about-desc-wrap {
    margin-top: 60px;
  }
}

.about-desc-wrap p {
  text-align: justify;
}

span.dropcap_style {
  background-color: transparent;
  color: #181818;
  font-size: 60px;
  font-weight: 500;
  height: 50px;
  line-height: 55px;
  margin: 0;
  text-align: left;
  width: auto !important;
  min-width: 40px;
  padding-right: 5px;
  overflow: visible;
  float: left;
}

#about-5 {
  position: relative;
}
#about-5 .about-bg-wrap {
  max-width: calc(100% - 100px);
  position: relative;
  z-index: 1;
  padding-left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-5 .about-bg-wrap {
    max-width: calc(100% - 50px);
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #about-5 .about-bg-wrap {
    max-width: calc(100% - 0px);
    padding-left: 0;
  }
}
#about-5 .about-bg-wrap-2 {
  max-width: calc(100% - 60px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-5 .about-bg-wrap-2 {
    max-width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  #about-5 .about-bg-wrap-2 {
    max-width: calc(100% - 0px);
  }
}
#about-5 .about-content-wrap h3 {
  color: #797C7F;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-5 .about-content-wrap h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #about-5 .about-content-wrap h3 {
    font-size: 20px;
  }
  #about-5 .about-content-wrap h3 br {
    display: none;
  }
}
@media (max-width: 767px) {
  #about-5 .about-content-wrap p br {
    display: none;
  }
}

.single-counter-box {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .single-counter-box {
    margin-bottom: 60px;
    text-align: center;
  }
}
.single-counter-box h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .single-counter-box h6 {
    font-size: 17px;
  }
}

.single-counter-box .counter-number span {
  font-size: 65px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-counter-box .counter-number span {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter-box .counter-number span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .single-counter-box .counter-number span {
    font-size: 50px;
  }
}

.single-counter-box p.counter-number {
  font-size: 70px;
  color: #181818;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-counter-box p.counter-number {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter-box p.counter-number {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .single-counter-box p.counter-number {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .counter-section.section-padding {
    padding-bottom: 30px;
  }
}

#counter-2 .counter-area {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  #counter-2 .counter-area {
    height: 700px;
  }
}
#counter-2 .single-counter-box {
  text-align: center;
}
@media (max-width: 767px) {
  #counter-2 .single-counter-box {
    margin-bottom: 100px;
  }
}
#counter-2 .single-counter-box span {
  font-size: 150px;
  font-weight: 500;
  color: #777;
  margin: 30px 0 10px;
  opacity: 0.1;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(-50px, -125px);
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #counter-2 .single-counter-box span {
    font-size: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #counter-2 .single-counter-box span {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  #counter-2 .single-counter-box span {
    font-size: 120px;
  }
}
#counter-2 .single-counter-box h6 {
  color: #181818;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #counter-2 .single-counter-box h6 {
    font-size: 18px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  #counter-2 .single-counter-box h6 {
    font-size: 16px;
    margin-top: 25px;
  }
}
#counter-2 .single-counter-box p {
  font-size: 40px;
  color: #fff;
}
#counter-2 .single-counter-box.two .counter-number span {
  color: #616366;
}

#counter-2.pt-60 {
  padding-top: 0;
}

@media (max-width: 767px) {
  #counter-2.counter-area.section-padding {
    padding-bottom: 30px;
  }
}

/* CTA Section  */
@media (max-width: 767px) {
  .cta-section {
    text-align: center;
  }
}

.cta-section h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  color: #fff;
}
@media (max-width: 767px) {
  .cta-section h3 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
}

.cta-btn {
  display: inline-flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .cta-btn {
    margin-top: 10px;
  }
}

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

/* portfolio # 01 */
#portfolio-1 .portfolio-section {
  position: relative;
}
#portfolio-1 .single-portfolio-wrapper {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  #portfolio-1 .single-portfolio-wrapper {
    margin-bottom: 60px;
  }
}
#portfolio-1 .portfolio-bg {
  transition: all 0.5s ease;
  transform: scale(1);
}
#portfolio-1 .portfolio-bg img {
  height: 500px;
  width: 776px !important;
  object-fit: cover;
}
#portfolio-1 .portfolio-details {
  position: absolute;
  bottom: 20px;
  left: 20px;
  transform: translateX(-101%);
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
}
#portfolio-1 .portfolio-details span {
  background: #fff;
  padding: 10px;
  border-radius: 0;
  font-size: 16px;
  color: #4E6225;
}
#portfolio-1 .portfolio-details h5 {
  background: #fff;
  display: block;
  font-weight: 500;
  padding: 10px 20px;
  margin: 10px 0;
}
#portfolio-1 .single-portfolio-wrapper:hover .portfolio-details {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition: all 0.7s ease;
  transition-delay: 50ms;
  transition-duration: 0.5s;
}
#portfolio-1 .single-portfolio-wrapper:hover .portfolio-bg {
  transform: scale(1.07, 1.07);
}
#portfolio-1 .portfolio-slider .owl-nav button.owl-prev,
#portfolio-1 .portfolio-slider .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border: 2px solid #3c3936;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  right: 60px;
  top: -45px;
  margin-top: -25px;
  color: #ddd;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #portfolio-1 .portfolio-slider .owl-nav button.owl-prev,
  #portfolio-1 .portfolio-slider .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
#portfolio-1 .portfolio-slider .owl-nav button.owl-prev i,
#portfolio-1 .portfolio-slider .owl-nav button.owl-next i {
  color: #333;
}
#portfolio-1 .portfolio-slider .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
#portfolio-1 .portfolio-slider .owl-nav button.owl-prev:hover,
#portfolio-1 .portfolio-slider .owl-nav button.owl-next:hover {
  background: #3c3936;
  border-color: #3c3936;
}
#portfolio-1 .portfolio-slider .owl-nav button.owl-prev:hover i,
#portfolio-1 .portfolio-slider .owl-nav button.owl-next:hover i {
  color: #fff;
}

.portfolio-slider .owl-stage-outer {
  overflow: inherit;
}

.portfolio-slider:after {
  position: absolute;
  content: "";
  width: 500%;
  top: 0;
  left: -500%;
  background: #F5F4EC;
  opacity: 0.7;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #portfolio-1 p.pl-90.mb-0 {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  #portfolio-1 p.pl-90.mb-0 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  #portfolio-1.pb-90 {
    padding-bottom: 0;
  }
}

.single-portfolio-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .single-portfolio-wrap {
    width: 100%;
  }
}
.single-portfolio-wrap img {
  width: 100%;
  object-fit: cover;
}
.single-portfolio-wrap.big img {
  height: 700px;
}
@media (max-width: 767px) {
  .single-portfolio-wrap.big img {
    height: 350px;
  }
}
.single-portfolio-wrap.small img {
  height: 350px;
}
.single-portfolio-wrap.wide {
  width: 100%;
}
.single-portfolio-wrap.wide img {
  height: 350px;
}

.single-portfolio-wrap .details {
  background: #141414;
  width: 100%;
  height: 100%;
  padding: 50px 35px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-portfolio-wrap .info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  margin-top: -20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-portfolio-wrap h5 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

.single-portfolio-wrap h6 {
  font-size: 16px;
  color: #777;
}

.single-portfolio-wrap:hover .details {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.single-portfolio-wrap:hover .details .info {
  opacity: 1;
  margin-top: 0;
}

#portfolio-3 .portfolio-section {
  position: relative;
  z-index: 1;
}
#portfolio-3 .single-portfolio-wrapper:hover .portfolio-details {
  transition: all 0.4s;
  transform: translateY(0);
  bottom: 40px;
  opacity: 1;
}
#portfolio-3 .single-portfolio-wrapper {
  position: relative;
  overflow: hidden;
}
#portfolio-3 .single-portfolio-wrapper:hover .portfolio-bg {
  transform: scale(1.07);
}
#portfolio-3 .portfolio-bg {
  transition: all 0.5s ease;
  transform: scale(1);
}
#portfolio-3 .portfolio-details {
  position: absolute;
  transition: all 0.4s;
  transform: translateY(100%);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 0 0;
  width: 60%;
  max-width: 100%;
  background-color: #fff;
  opacity: 0;
  text-align: center;
}
#portfolio-3 .portfolio-details h4 {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #portfolio-3 .portfolio-details h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #portfolio-3 .portfolio-details h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #portfolio-3 .portfolio-details {
    width: 85%;
    max-width: 85%;
  }
}
#portfolio-3 .portfolio-details p {
  color: #4E6225;
}
#portfolio-3 .portfolio-content {
  margin: 15px 0 20px;
}
@media (max-width: 767px) {
  #portfolio-3 .portfolio-section .mt-40 {
    margin-top: 0;
  }
}

.portfolio-img-slider .owl-stage-outer {
  overflow: inherit;
}

.portfolio-img-slider:after {
  position: absolute;
  content: "";
  width: 300%;
  top: 0;
  left: -500%;
  background: #F5F4EC;
  opacity: 0.7;
  z-index: 1;
}

@media (max-width: 767px) {
  #portfolio-3 .mt-40 {
    margin-top: 0;
  }
}

#portfolio-4 .single-portfolio-item {
  align-content: center;
  height: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #portfolio-4 .single-portfolio-item {
    height: 500px;
  }
}
@media (max-width: 767px) {
  #portfolio-4 .single-portfolio-item {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #portfolio-4 .single-portfolio-item img {
    height: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #portfolio-4.portfolio-section.section-padding {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #portfolio-4.portfolio-section.section-padding {
    padding-bottom: 30px;
  }
}

.portfolio-img-slider {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-img-slider {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .portfolio-img-slider {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #portfolio-4 .portfolio-desc.pl-90 {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #portfolio-4 .portfolio-desc.pl-90 {
    padding-left: 0;
    margin-top: 30px;
  }
}

#project-standard .single-project-wrapper {
  margin-bottom: 60px;
}
#project-standard .project-title {
  position: relative;
  padding-left: 30px;
}
#project-standard .project-title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #4E6225;
}
#project-standard .project-title h3 {
  font-size: 24px;
  margin-top: 20px;
}
#project-standard .project-title h6 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #8b8b8b;
  margin-top: 5px;
}
#project-standard .project-title a {
  font-size: 17px;
  margin-top: 6px;
}
#project-standard .project-slider-2 .owl-stage-outer {
  overflow: inherit;
}
#project-standard .project-slider-2:before,
#project-standard .project-slider-2:after {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  top: 0;
  left: -500%;
  background: #fff;
  opacity: 0.7;
  z-index: 1;
}
#project-standard .project-slider-2:after {
  left: auto;
  right: -500%;
}

.project-list-content {
  padding-left: 60px;
  max-width: calc(100% - 80px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .project-list-content {
    padding-left: 0;
    margin-top: 30px;
    max-width: calc(100% - 40px);
  }
}

.project-list-content:hover .read_more_link .link_text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

#portfolio-metro .single-portfolio-wrap.small img {
  height: 350px;
  padding-bottom: 25px;
}
#portfolio-metro .single-portfolio-wrap.small .details {
  height: 326px;
}

#project-grid .single-project-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  #project-grid .single-project-item {
    margin-bottom: 30px;
  }
}
#project-grid .single-project-item .project-bg {
  height: 305px;
}
#project-grid .single-project-item .project-info {
  position: absolute;
  transition: all 0.4s;
  transform: translateY(100%);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 25px 15px;
  width: 70%;
  max-width: 70%;
  background-color: #fff;
  opacity: 0;
  text-align: center;
}
#project-grid .single-project-item .project-info h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}
#project-grid .single-project-item .project-info p {
  margin: 0;
  color: #4E6225;
}
#project-grid .single-project-item:hover .project-info {
  transition: all 0.4s;
  transform: translateY(0);
  bottom: 40px;
  opacity: 1;
}

.project-grid .single-project-item {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .project-menu {
    text-align: center;
  }
}

.project-menu li a {
  cursor: pointer;
  display: block;
  color: #808996;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
  padding: 8px 15px;
  transition: all 0.5s;
  margin-top: 5px;
}

.project-menu a.active,
.project-menu a:hover {
  color: #fff;
  background: #4E6225;
}

.project-item {
  position: relative;
  padding: 15px;
}

.project-box {
  overflow: hidden;
  position: relative;
}

.project-box .project-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.project-box .project-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.project-box .project-img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
}

.project-box .project-detail {
  opacity: 0;
  color: #FFF;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  overflow: hidden;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  text-align: center;
}

.project-box .project-detail h4 {
  color: #fff;
  font-size: 20px;
}

.project-box .project-detail p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}

.project-box .project-detail p i {
  color: #fff;
  font-size: 20px;
}

.project-box:hover .project-detail {
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}

.project-box:hover .project-img:after {
  background: rgba(23, 23, 23, 0.87);
}

.project-box:hover .project-img > img {
  transform: scale(1.05);
}

.white-popup-block {
  background: #FFF;
  padding: 30px 15px 15px 15px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

button.mfp-arrow {
  display: none;
}

.mfp-counter {
  display: none;
}

.project-item.minus-top {
  margin-top: -150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-item.minus-top {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .project-item.minus-top {
    margin-top: 0;
  }
}

.project-item p {
  margin: 0;
  margin-top: 15px;
}

.project-slider .owl-nav button.owl-prev,
.project-slider .owl-nav button.owl-next {
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.project-slider .owl-nav button.owl-prev:hover,
.project-slider .owl-nav button.owl-next:hover {
  background: #4E6225;
  border-color: #4E6225;
  color: #fff;
}

.project-slider .owl-nav {
  position: absolute;
  bottom: -40px;
  left: 0;
  display: flex;
}

.project-slider .owl-nav i {
  font-size: 20px;
}

.project-details-content h3 {
  font-size: 35px;
  font-weight: 500;
  margin: 30px 0;
}

.project-details-content p {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .project-details-inner {
    margin-top: 60px;
  }
}

.single-details-item h5 {
  font-weight: 500;
}

.single-details-item span {
  font-size: 18px;
  color: #777;
}

.project-details-info h3 {
  font-size: 35px;
}

.project-details-info p {
  font-size: 20px;
  margin: 30px 0;
}

.project-details-info {
  position: sticky;
  top: 150px;
  transition: top 0.3s ease;
}

.project-details-wrap .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-details-wrap .nav-links a {
  font-size: 18px;
  font-weight: 500;
}
.project-details-wrap .nav-links span i {
  font-size: 22px;
}
.project-details-wrap .nav-previous i {
  margin-right: 20px;
}
.project-details-wrap .nav-next i {
  margin-left: 20px;
}

.project-desc h3 {
  font-size: 35px;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .client-area.pt-100 {
    padding-top: 50px;
  }
}

.single-client {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 215px;
}
.single-client img {
  max-width: inherit;
  width: 150px !important;
  opacity: 0.5;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-client {
    margin-left: 0;
    width: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-client {
    margin-left: 0;
    width: inherit;
  }
}
@media (max-width: 767px) {
  .single-client {
    margin-left: 0;
    width: inherit;
  }
}

.clients-img-inner img {
  width: 150px !important;
 /* filter: grayscale(1);
  opacity: 0.5; */
}

.client-area .owl-dots {
  display: none;
}

.single-clients-wrap img {
  opacity: 0.2;
  transition: 0.3s ease;
}
.single-clients-wrap img:hover {
  opacity: 1;
}

#testimonial-1 .author-wrap {
  display: flex;
  align-items: center;
}
#testimonial-1 .author-thumb img {
  width: 70px !important;
  height: 70px;
  border-radius: 50%;
}
#testimonial-1 .author-desc {
  padding-left: 20px;
}
#testimonial-1 .author-desc h5 {
  font-size: 20px;
}
#testimonial-1 .author-desc span {
  font-size: 15px;
  color: #898a9c;
}
#testimonial-1 .single-testimonial-item {
  background: #fff;
  padding: 65px 50px 70px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #f6f6f6;
  transition: 0.3s;
}
#testimonial-1 .single-testimonial-item p {
  margin-bottom: 50px;
  font-size: 17px;
  color: #333333 !important;
}
#testimonial-1 .testimonial-icon i {
	font-size: 38px;
    background: #fff;
    padding: 15px;
    position: absolute;
    top: -33px;
    color: #6C757D;
    z-index: 9;
    left: 37px;
    border-radius: 100px;
}
#testimonial-1 .single-testimonial-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #4E6225;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}
#testimonial-1 .single-testimonial-item:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.testimonial-area .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd;
  margin-right: 10px;
  margin-top: 20px;
}

.testimonial-area .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 10px;
  background: #4E6225;
}

.testimonial-area .testimonial-one .owl-dots {
  text-align: center;
  margin-top: 50px;
}

#testimonial-2.testimonial-section {
  background: #120600;
  position: relative;
}

#testimonial-2 .testimonial-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #ddd;
  background-image: url(../img/testimonial-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-2 .testimonial-bg {
    display: none;
  }
}
@media (max-width: 767px) {
  #testimonial-2 .testimonial-bg {
    display: none;
  }
}
#testimonial-2 .testimonal-inner {
  width: 50%;
  padding: 120px 85px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-2 .testimonal-inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #testimonial-2 .testimonal-inner {
    width: 100%;
    padding: 60px 30px;
  }
}
#testimonial-2 .quote-icon img {
  width: inherit !important;
  margin: 0 auto;
}
#testimonial-2 .testimonial-text {
  margin: 40px 0;
}
#testimonial-2 .author-thumb {
  width: 80px;
  height: 80px;
  display: inline-block;
}
#testimonial-2 .author-thumb img {
  border-radius: 50%;
}
#testimonial-2 .testimonial-title h5 {
  color: #fff;
  margin-top: 30px;
}
#testimonial-2 .testimonial-title p {
  margin-top: 7px;
}

#testimonial-3 .single-testimonial-item {
  background: #fff;
  padding: 40px 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-3 .single-testimonial-item {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #testimonial-3 .single-testimonial-item {
    padding: 40px;
  }
}
#testimonial-3 .testimonial-section.gray-bg .single-testimonial-item {
  border: none;
}
#testimonial-3 .testimonial-icon img {
  width: 50px !important;
}
#testimonial-3 .testimonial-content {
  margin-top: 20px;
}
#testimonial-3 .testimonial-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
#testimonial-3 .testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 50px;
  gap: 15px;
}
#testimonial-3 .testimonial-thumb img {
  border-radius: 50%;
  width: 80px;
  height: auto;
}
#testimonial-3 .testimonial-title h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
#testimonial-3 .testimonial-title {
  padding-left: 15px;
}
#testimonial-3 .testimonial-title p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}
#testimonial-3 .testimonial-carousel .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}
#testimonial-3 .testimonial-carousel .owl-dots button.owl-dot span {
  width: 17px;
  height: 8px;
  background: #333;
  margin-right: 10px;
  margin-top: 20px;
  transition: 0.3s;
}
#testimonial-3 .testimonial-carousel .owl-dots button.owl-dot.active span {
  width: 45px;
  height: 8px;
  background: #fff;
}
#testimonial-3 .testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}

.single-blog-item {
  margin-bottom: 30px;
}
.single-blog-item:hover h4 {
  color: #0B0D26;
}

.blog-content {
  background: #fff;
  padding: 25px 25px 50px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
}

.blog-img {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  transform: scale(1, 1);
}
.blog-img img {
  width: 100%;
  transition: all 0.35s ease-in-out;
}
.blog-img img:hover {
  transform: scale(1.07);
}

.blog-meta {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  margin: 20px 0;
  color: #777;
}
@media (max-width: 767px) {
  .blog-meta {
    margin: 10px 0;
  }
}

.blog-title h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .blog-title h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.blog-info {
  font-size: 16px;
  opacity: 0.5;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.blog-carousel .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd;
  margin-right: 10px;
  margin-top: 20px;
}

.blog-carousel .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 10px;
  background: #F35C27;
}

.blog-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.pagination {
  margin-top: 30px;
}

.page-link {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4E6225;
  border-color: #4E6225;
  color: #fff;
}

.page-item:first-child .page-link {
  display: inline-flex;
  background: #4E6225;
  border-color: #4E6225;
  border-radius: 0;
}

.page-link,
.page-link.active {
  border-radius: 0;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddd;
  border-color: #ddd;
  color: #1D1D1D;
}
.page-link:hover,
.page-link.active:hover {
  background: #4E6225;
  border-color: #4E6225;
  color: #fff;
}

.blog-meta-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blog-meta-wrap {
    flex-direction: column;
  }
}
.blog-meta-wrap .blog-meta p {
  font-size: 16px;
  margin: 0;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .blog-meta-wrap .blog-meta p {
    margin-top: 10px;
  }
}
.blog-meta-wrap .blog-meta p i {
  font-size: 18px;
  margin-right: 10px;
  color: #171717;
}

.blog-content-wrap {
  max-width: calc(100% - 15px);
}
@media (max-width: 767px) {
  .blog-content-wrap {
    max-width: calc(100% - 0px);
  }
}
.blog-content-wrap h2 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-content-wrap h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content-wrap h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog-content-wrap h2 {
    font-size: 24px;
  }
}
.blog-content-wrap p {
  text-align: justify;
}
.blog-content-wrap .social-icon i {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  background: #1D1D1D;
  border-color: #1D1D1D;
  border-radius: 50%;
  padding: 10px;
}
.blog-content-wrap .social-icon i:hover {
  background: #4E6225;
  border-color: #4E6225;
  color: #fff;
}

.blog-quote-wrap {
  background: #eee;
  padding: 40px 50px;
  display: flex;
  align-items: start;
  justify-content: space-around;
  height: 250px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-quote-wrap {
    padding: 40px 35px;
  }
}
@media (max-width: 767px) {
  .blog-quote-wrap {
    flex-direction: column;
    padding: 30px;
    height: auto;
  }
}
.blog-quote-wrap .quote-icon {
  width: 100px;
}
.blog-quote-wrap .quote-icon i {
  font-size: 45px;
}
.blog-quote-wrap .blog-quote-text {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .blog-quote-wrap .blog-quote-text {
    padding-left: 0;
  }
}
.blog-quote-wrap .blog-quote-text p {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .blog-quote-wrap .blog-quote-text p {
    margin-top: 20px;
    font-size: 17px;
  }
}
.blog-quote-wrap h6.blog-author {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 80px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .blog-quote-wrap h6.blog-author {
    padding-left: 0px;
  }
}
.blog-quote-wrap h6.blog-author:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 60px;
  height: 2px;
  background: #061815;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .blog-quote-wrap h6.blog-author:before {
    display: none;
  }
}
.blog-quote-wrap h6.blog-author span {
  font-weight: 400;
}
.blog-quote-wrap h2 {
  margin: 30px 0;
}

.blog-tag-wrap span {
  background: #fff;
  padding: 10px 16px;
  margin-left: 15px;
}

.pagination-wrap {
  padding: 35px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.pagination-wrap a {
  font-size: 16px;
  color: #061815;
  display: flex;
  align-items: center;
}

.pagination-wrap a i {
  font-size: 25px;
  margin-right: 15px;
}

.commetns-section-wrap {
  margin-top: 30px;
}

.single-comments-wrap {
  background: #eee;
  padding: 35px 25px;
  margin: 35px 0px;
  position: relative;
}
.single-comments-wrap .single-comments-inner {
  display: flex;
}
@media (max-width: 767px) {
  .single-comments-wrap .single-comments-inner {
    flex-direction: column;
  }
}
.single-comments-wrap .single-comments-inner .comments-autor-thumb {
  flex: 0 0 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-comments-wrap .single-comments-inner .comments-autor-thumb {
    flex: 0 0 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-comments-wrap .single-comments-inner .comments-autor-thumb {
    flex: 0 0 140px;
  }
}
.single-comments-wrap .single-comments-inner .comments-content {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .single-comments-wrap .single-comments-inner .comments-content {
    padding-left: 0;
    margin-top: 20px;
  }
}
.single-comments-wrap .single-comments-inner .comments-content h6 {
  font-size: 20px;
}
.single-comments-wrap .single-comments-inner .comments-content p.comments-date {
  font-size: 16px;
  color: #171717;
  font-weight: 500;
  text-decoration: underline;
  margin: 14px 0;
}
.single-comments-wrap a.reply-btn {
  background: #0B0D26;
  color: #fff;
  padding: 6px 15px;
  position: absolute;
  top: 35px;
  right: 55px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .single-comments-wrap a.reply-btn {
    right: 25px;
  }
}
.single-comments-wrap a.reply-btn:hover {
  background: #1D1D1D;
  color: #fff;
}

.comments-form-wrap {
  background: #fff;
  padding: 35px;
}
.comments-form-wrap h3 {
  margin: 0 0 30px;
}
.comments-form-wrap .comments-form input,
.comments-form-wrap .comments-form textarea {
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.comments-form-wrap .comments-form textarea {
  height: 130px;
}

.blog-sidebar {
  position: sticky;
  top: 150px;
}

.blog-sidebar h5 {
  font-size: 24px;
  margin-bottom: 25px;
}

.search-bar-wrap {
  background: #eee;
  padding: 35px;
}
.search-bar-wrap input {
  border: none;
  background: #fff;
  padding: 15px;
  border-radius: 0;
}
.search-bar-wrap i {
  font-size: 18px;
  background: #171717;
  border: 0;
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
}
.search-bar-wrap i:hover {
  cursor: pointer;
}

.blog-category {
  border: 1px solid #eee;
  margin: 30px 0;
  padding: 35px;
}

.blog-category ul li {
  display: block;
}

.blog-category ul li a {
  font-size: 17px;
  font-weight: 500;
  color: #061815;
  margin-bottom: 25px;
}
.blog-category ul li a:hover {
  color: #4E6225;
}

.blog-category ul li i {
  margin-right: 15px;
}

.recent-post-wrap {
  margin: 30px 0;
  border: 1px solid #eee;
  padding: 30px;
}
@media (max-width: 767px) {
  .recent-post-wrap {
    padding: 30px;
  }
}

.single-recent-post {
  padding: 25px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.recent-post-thumbs {
  flex: 0 0 100px;
}

.recent-post-content {
  padding-left: 15px;
}
.recent-post-content p {
  color: #1D1D1D;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .recent-post-content p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .recent-post-content p {
    margin: 0;
    font-size: 16px;
  }
}
.recent-post-content a h6 {
  font-size: 18px;
  color: #061815;
}
@media (max-width: 767px) {
  .recent-post-content a h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
.recent-post-content a h6:hover {
  color: #1D1D1D;
}

.popular-tag-wrap {
  border: 1px solid #eee;
  margin: 30px 0;
  padding: 35px;
}
.popular-tag-wrap span {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #eee;
  color: #061815;
  padding: 10px 15px;
  margin: 5px;
}
.popular-tag-wrap span:hover {
  background: #4E6225;
  border-color: #4E6225;
  color: #fff;
  cursor: pointer;
}

.blog-standard .blog-content {
  background: none;
  box-shadow: none;
  padding-left: 0;
  padding-bottom: 20px;
  padding-right: 60px;
}

.blog-standard .blog-title h4 a {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
}

.blog-standard .blog-content p {
  margin-top: 20px;
}

.single-blog-item:hover .read_more_link .link_text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

.blog-meta-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blog-meta-wrap {
    flex-direction: column;
  }
}
.blog-meta-wrap .blog-meta p {
  font-size: 16px;
  margin: 0;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .blog-meta-wrap .blog-meta p {
    margin-top: 10px;
  }
}
.blog-meta-wrap .blog-meta p i {
  font-size: 18px;
  margin-right: 10px;
  color: #171717;
}

.blog-content-wrap {
  max-width: calc(100% - 15px);
}
@media (max-width: 767px) {
  .blog-content-wrap {
    max-width: calc(100% - 0px);
  }
}
.blog-content-wrap h2 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-content-wrap h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content-wrap h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog-content-wrap h2 {
    font-size: 24px;
  }
}
.blog-content-wrap p {
  text-align: justify;
}
.blog-content-wrap .social-icon i {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  background: #1D1D1D;
  border-color: #1D1D1D;
  border-radius: 50%;
  padding: 10px;
}
.blog-content-wrap .social-icon i:hover {
  background: #4E6225;
  border-color: #4E6225;
  color: #fff;
}

.blog-quote-wrap {
  background: #eee;
  padding: 40px 50px;
  display: flex;
  align-items: start;
  justify-content: space-around;
  height: 250px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-quote-wrap {
    padding: 40px 35px;
  }
}
@media (max-width: 767px) {
  .blog-quote-wrap {
    flex-direction: column;
    padding: 30px;
    height: auto;
  }
}
.blog-quote-wrap .quote-icon {
  width: 100px;
}
.blog-quote-wrap .quote-icon i {
  font-size: 45px;
}
.blog-quote-wrap .blog-quote-text {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .blog-quote-wrap .blog-quote-text {
    padding-left: 0;
  }
}
.blog-quote-wrap .blog-quote-text p {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .blog-quote-wrap .blog-quote-text p {
    margin-top: 20px;
    font-size: 17px;
  }
}
.blog-quote-wrap h6.blog-author {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 80px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .blog-quote-wrap h6.blog-author {
    padding-left: 0px;
  }
}
.blog-quote-wrap h6.blog-author:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 60px;
  height: 2px;
  background: #061815;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .blog-quote-wrap h6.blog-author:before {
    display: none;
  }
}
.blog-quote-wrap h6.blog-author span {
  font-weight: 400;
}
.blog-quote-wrap h2 {
  margin: 30px 0;
}

.blog-tag-wrap span {
  background: #fff;
  padding: 10px 16px;
  margin-left: 15px;
}

.pagination-wrap {
  padding: 35px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.pagination-wrap a {
  font-size: 16px;
  color: #061815;
  display: flex;
  align-items: center;
}

.pagination-wrap a i {
  font-size: 25px;
  margin-right: 15px;
}

.commetns-section-wrap {
  margin-top: 30px;
}

.single-comments-wrap {
  background: #eee;
  padding: 35px 25px;
  margin: 35px 0px;
  position: relative;
}
.single-comments-wrap .single-comments-inner {
  display: flex;
}
@media (max-width: 767px) {
  .single-comments-wrap .single-comments-inner {
    flex-direction: column;
  }
}
.single-comments-wrap .single-comments-inner .comments-autor-thumb {
  flex: 0 0 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-comments-wrap .single-comments-inner .comments-autor-thumb {
    flex: 0 0 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-comments-wrap .single-comments-inner .comments-autor-thumb {
    flex: 0 0 140px;
  }
}
.single-comments-wrap .single-comments-inner .comments-content {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .single-comments-wrap .single-comments-inner .comments-content {
    padding-left: 0;
    margin-top: 20px;
  }
}
.single-comments-wrap .single-comments-inner .comments-content h6 {
  font-size: 20px;
}
.single-comments-wrap .single-comments-inner .comments-content p.comments-date {
  font-size: 16px;
  color: #171717;
  font-weight: 500;
  text-decoration: underline;
  margin: 14px 0;
}
.single-comments-wrap a.reply-btn {
  background: #0B0D26;
  color: #fff;
  padding: 6px 15px;
  position: absolute;
  top: 35px;
  right: 55px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .single-comments-wrap a.reply-btn {
    right: 25px;
  }
}
.single-comments-wrap a.reply-btn:hover {
  background: #1D1D1D;
  color: #fff;
}

.comments-form-wrap {
  background: #fff;
  padding: 35px;
}
.comments-form-wrap h3 {
  margin: 0 0 30px;
}
.comments-form-wrap .comments-form input,
.comments-form-wrap .comments-form textarea {
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.comments-form-wrap .comments-form textarea {
  height: 130px;
}

.blog-sidebar {
  position: sticky;
  top: 150px;
}

.blog-sidebar h5 {
  font-size: 24px;
  margin-bottom: 25px;
}

.search-bar-wrap {
  background: #eee;
  padding: 35px;
}
.search-bar-wrap input {
  border: none;
  background: #fff;
  padding: 15px;
  border-radius: 0;
}
.search-bar-wrap i {
  font-size: 18px;
  background: #171717;
  border: 0;
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
}
.search-bar-wrap i:hover {
  cursor: pointer;
}

.blog-category {
  border: 1px solid #eee;
  margin: 30px 0;
  padding: 35px;
}

.blog-category ul li {
  display: block;
}

.blog-category ul li a {
  font-size: 17px;
  font-weight: 500;
  color: #061815;
  margin-bottom: 25px;
}
.blog-category ul li a:hover {
  color: #4E6225;
}

.blog-category ul li i {
  margin-right: 15px;
}

.recent-post-wrap {
  margin: 30px 0;
  border: 1px solid #eee;
  padding: 30px;
}
@media (max-width: 767px) {
  .recent-post-wrap {
    padding: 30px;
  }
}

.single-recent-post {
  padding: 25px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.recent-post-thumbs {
  flex: 0 0 100px;
}

.recent-post-content {
  padding-left: 15px;
}
.recent-post-content p {
  color: #1D1D1D;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .recent-post-content p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .recent-post-content p {
    margin: 0;
    font-size: 16px;
  }
}
.recent-post-content a h6 {
  font-size: 18px;
  color: #061815;
}
@media (max-width: 767px) {
  .recent-post-content a h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
.recent-post-content a h6:hover {
  color: #1D1D1D;
}

.popular-tag-wrap {
  border: 1px solid #eee;
  margin: 30px 0;
  padding: 35px;
}
.popular-tag-wrap span {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #eee;
  color: #061815;
  padding: 10px 15px;
  margin: 5px;
}
.popular-tag-wrap span:hover {
  background: #4E6225;
  border-color: #4E6225;
  color: #fff;
  cursor: pointer;
}

.contact-section {
  background-size: cover;
  background-position: center;
  height: 750px;
}
@media (max-width: 767px) {
  .contact-section {
    height: 600px;
  }
}

.contact-form-wrap {
  background: #fff;
  z-index: 20;
  position: relative;
}

.contact-form-inner {
  padding:50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-inner {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact-form-inner {
    padding: 60px 30px;
  }
}

.contact-form-inner input,.contact-form-inner textarea {
  border: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #f4f3f0;
  border-bottom: 1px solid #9e9c9a4f !important;
  margin-top: 5px;
}

.contact-form-inner input[type=submit] {
  margin-top: 30px;
  margin-bottom: 0;
  padding: 15px;
}

#contact-page .contact-form-wrap {
  width: 100%;
  background: #fff;
  padding: 40px;
  padding-top: 60px;
}
@media (max-width: 767px) {
  #contact-page .contact-form-wrap {
    padding: 20px;
  }
}
#contact-page .contact-form-wrap input {
  border: none;
  background: #F4F4F6;
  margin-bottom: 20px;
}
#contact-page .contact-form-wrap textarea {
  border: none;
  background: #F4F4F6;
  margin-bottom: 20px;
}
#contact-page .contact-form-wrap input[type=submit] {
  background: #4E6225;
  margin-top: 15px;
}
#contact-page .contact-intro-wrap {
  padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contact-page .contact-intro-wrap {
    margin-top: 60px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #contact-page .contact-intro-wrap {
    margin-top: 60px;
    padding-left: 0;
  }
}
#contact-page .contact-info-wrap {
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #contact-page .contact-info-wrap {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  #contact-page .contact-info-wrap {
    padding-left: 0;
  }
}
#contact-page .contact-info-wrap p {
  margin-top: 15px;
}
#contact-page .contact-info-wrap h3 {
  font-size: 30px;
  font-weight: 600;
}
#contact-page .info-icon {
  background: #fff;
  display: inline-flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
#contact-page .info-icon i {
  color: #4E6225;
  font-size: 20px;
}
@media (max-width: 767px) {
  #contact-page .info-icon {
    position: static;
  }
}
#contact-page .single-contact-wrap {
  position: relative;
  margin-bottom: 45px;
}
#contact-page .info-content {
  padding-left: 70px;
}
@media (max-width: 767px) {
  #contact-page .info-content {
    padding-left: 0;
    margin-top: 30px;
  }
}
#contact-page .info-content p {
  margin: 0;
}
#contact-page .info-content h4 {
  margin-bottom: 12px;
}

.contact-page iframe {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: -1;
  filter: grayscale(1);
}

.category-section .container {
  max-width: 1140px;
}

@media (max-width: 767px) {
  .single-cat-item {
    margin-bottom: 60px;
  }
}

.cat-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.cat-info:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #ddd;
}
.cat-info:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #333;
  transition: 0.4s ease;
}

.single-cat-item:hover .cat-info::after {
  width: 100%;
}

.cat-title-wrap {
  display: inline-flex;
  align-items: center;
}

h5.cat-title {
  font-size: 28px;
  font-weight: 500;
  margin: 25px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h5.cat-title {
    font-size: 20px;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  h5.cat-title {
    font-size: 20px;
    margin: 10px 0;
  }
}

span.cat-item-num {
  font-size: 28px;
  font-weight: 500;
  margin-right: 0;
  display: inline-block;
  opacity: 0;
  text-indent: -50px;
  white-space: nowrap;
  will-change: text-indent, opacity, margin-right;
  transition: text-indent 0.4s ease-out, opacity 0.4s ease-out, margin-right 0.2s ease-out;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  span.cat-item-num {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  span.cat-item-num {
    font-size: 20px;
  }
}

.single-cat-item:hover span.cat-item-num {
  opacity: 1;
  text-indent: 0;
  margin-right: 0.45em;
}

.cat-link {
  width: 35px;
  height: 35px;
  border: 2px solid #ddd;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  visibility: hidden;
}
.cat-link i {
  font-size: 16px;
}

.single-cat-item:hover .cat-link {
  visibility: visible;
}

@media (max-width: 767px) {
  .category-section.section-padding {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .feature-img-wrap {
    margin-top: 60px;
  }
}

.feature-img-wrap img {
  width: 50%;
  float: left;
  overflow: hidden;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .feature-img-wrap img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .feature-img-wrap img {
    width: 50%;
    margin-bottom: 30px;
  }
}

.feature-content-wrap {
  padding-left: 60px;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-content-wrap {
    padding-left: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .feature-content-wrap {
    padding-left: 30px;
    margin-top: 30px;
  }
}

.single-feature-item {
  background: #fff;
  padding: 50px 45px;
  position: relative;
  z-index: 1;
  margin-bottom:0px;
  height:100%;
}
@media (max-width: 767px) {
  .single-feature-item {
    padding: 20px;
    margin-bottom: 0;
  }
}
.single-feature-item .feature-icon i:before {
  font-size: 50px;
  color: #4E6225;
}
.single-feature-item h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0 20px;
}
.single-feature-item p {
  color: #333;
}
.single-feature-item:hover:before {
  opacity: 0.5;
  visibility: visible;
  z-index: -1;
}
.single-feature-item .read_more_link {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #181818;
  z-index: 1;
  overflow: hidden;
  margin-top: 20px;
  display: none;
}
.single-feature-item .read_more_link .link_text {
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.single-feature-item .read_more_link .link_icon i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}
.single-feature-item:hover .read_more_link .link_text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

#feature-2 .single-feature-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 10px;
}
@media (max-width: 767px) {
  #feature-2 .single-feature-item {
    margin-bottom: 30px;
  }
}
#feature-2 .single-feature-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
#feature-2 .single-feature-item .feature-info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 25px;
}
#feature-2 .single-feature-item .feature-info-wrap .feature-num {
  transform: translateY(-30px);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
#feature-2 .single-feature-item .feature-info-wrap .feature-num span {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
#feature-2 .single-feature-item .feature-info-wrap .feature-title {
  transform: translateY(60px);
  transition: transform 0.3s ease-out;
}
#feature-2 .single-feature-item .feature-info-wrap .feature-title h4 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 8px;
}
#feature-2 .single-feature-item .feature-info-wrap .feature-title p {
  color: #4E6225;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
#feature-2 .single-feature-item:hover .feature-num {
  transform: translateY(0);
  opacity: 1;
}
#feature-2 .single-feature-item:hover .feature-title {
  transform: translateY(30px);
}
#feature-2 .single-feature-item:hover .feature-title p {
  opacity: 1;
}
#feature-2 .single-feature-item:hover::before {
  opacity: 0.9;
  background: #171717;
}

.video-section {
  background-image: url(../img/video-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 550px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-section {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .video-section {
    height: 300px;
  }
}

.video-section.video-2 {
  background-image: url(../img/video-bg-2.jpg);
}

.video-section {
  position: relative;
  z-index: 1;
}

.play-btn {
  width: 130px;
  height: 130px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.4s;
  z-index: 99;
  transform: translate(-50px, -50px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .play-btn {
    width: 100px;
    height: 100px;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .play-btn {
    width: 100px;
    height: 100px;
  }
}

.play-btn a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  z-index: 999;
}
.play-btn a:hover {
  color: #4E6225;
}

@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
.play-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #555;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.project-list button {
  border: none;
  margin: 0;
  color: #333;
  padding: 12px 33px;
  border-right: 1px solid #ddd;
}
@media (max-width: 767px) {
  .project-list button {
    margin: 10px 10px;
  }
}

.project-list button:nth-of-type(3) {
  border-right: none;
}

.project-list button.nav-link {
  font-size: 18px;
}

.project-list button.nav-link.active {
  background: #4E6225;
  color: #fff !important;
}

.project-list .nav-link:focus, .nav-link:hover {
  color: #4E6225;
}

@media (max-width: 767px) {
  .process-bg-wrap {
    margin-top: 30px;
  }
}

.team-members-wrap {
  max-width: calc(100% - 60px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-members-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .team-members-wrap {
    margin-top: 60px;
    max-width: calc(100% - 0px);
  }
}

.single-team-member {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
}
.single-team-member:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0A0A0A;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.single-team-member .team-bg {
  transition: transform 0.3s ease;
}
.single-team-member .team-hover-info {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  text-align: center;
}
.single-team-member .team-hover-info h5 {
  position: relative;
  font-size: 24px;
  color: #fff;
  top: 10px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.single-team-member .team-hover-info span {
  position: relative;
  font-size: 18px;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
  top: 10px;
}
.single-team-member .social-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  bottom: 30px;
  z-index: 9;
  text-align: center;
}
.single-team-member .social-icon i {
  position: relative;
  font-size: 18px;
  color: #fff;
  margin: 6px;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.single-team-member:hover::before {
  visibility: visible;
  opacity: 0.8;
  z-index: 9;
}

.single-team-member:hover .team-hover-info h5 {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition-delay: 0.2s;
}

.single-team-member:hover .team-hover-info span {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition-delay: 0.3s;
}

.single-team-member:hover .social-icon i:nth-of-type(1) {
  opacity: 1;
  transition-delay: 0.4s;
}

.single-team-member:hover .social-icon i:nth-of-type(2) {
  opacity: 1;
  transition-delay: 0.5s;
}

.single-team-member:hover .social-icon i:nth-of-type(3) {
  opacity: 1;
  transition-delay: 0.6s;
}

.single-team-member:hover .social-icon i:nth-of-type(4) {
  opacity: 1;
  transition-delay: 0.7s;
}

.single-team-member:hover .team-bg {
  transform: scale(1.1, 1.1);
}

.team-content-wrap {
  max-width: calc(100% - 60px);
}

#team-page .single-counter-item {
  padding: 10px;
}

.subscribed-form {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  position: relative;
}
@media (max-width: 767px) {
  .subscribed-form {
    width: 100%;
  }
}
.subscribed-form input {
  border: none;
  border-bottom: 1px solid #181818;
  padding: 10px 0;
}

.newsletter-two .subscribed-form input {
  border-bottom: 1px solid #181818;
}

.subscribed-form .submit-btn i {
  font-size: 24px;
  color: #4E6225;
}

.subscribed-form input::placeholder {
  color: #777;
  font-weight: 500;
}

.newsletter-two .subscribed-form input::placeholder {
  color: #181818;
}

.submit-btn {
  position: absolute;
  right: 0;
}

/* Service Slider  */
.service_slider_wrap {
  background: #4E6225;
}

.slider_item {
  display: flex;
  align-items: center;
  height: 200px;
  gap: 120px;
}
@media (max-width: 767px) {
  .slider_item {
    height: 100px;
  }
}

.slider_item h5 {
  font-size: 72px;
  font-weight: 600;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_item h5 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .slider_item h5 {
    font-size: 28px;
  }
}

.slider_item h5.stroke {
  -webkit-text-stroke: 0.8px #fff;
  -webkit-text-fill-color: #4E6225;
}

.slider_item img {
  display: inline-block;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_item img {
    width: 36px;
  }
}
@media (max-width: 767px) {
  .slider_item img {
    width: 30px;
  }
}

.slider_item {
  animation: abotech-scroller 27s linear infinite;
  will-change: transform;
  white-space: nowrap;
}

@keyframes abotech-scroller {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes migency-scroller-reverse {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
/* Custom Accordion  */
.cp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 30px 0px 30px 40px;
  background-color: transparent;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  border: none;
  border-bottom: 1px solid #423b3b;
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 20px 30px;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 20px 0px;
    font-size: 18px;
    line-height: 30px;
    padding-left: 20px;
  }
}

.cp-custom-accordion .accordion-buttons span {
  font-size: 15px;
  margin-right: 15px;
  color: #777;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 25px 28px;
  }
}
.cp-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f068";
  font-family: "Line Awesome Free";
  top: 25%;
  transform: rotate(-180deg);
  left: 0;
  font-size: 20px;
  font-weight: 500;
  opacity: 1;
  color: #1D1D1D;
  border: 1.5px solid #ddd;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons::after {
    top: 12px;
    right: 0;
    font-size: 16px;
  }
}
.cp-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f067";
}

.cp-custom-accordion .collapsed {
  position: relative;
}

.cp-custom-accordion .accordion-body {
  background-color: transparent;
  color: #878787;
  padding: 25px 0;
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  z-index: 1;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-body {
    font-size: 16px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.counter-wrap {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-wrap {
    margin-top: 60px;
  }
}

.counter-img {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-img img {
    width: 100%;
  }
}

.counter-content {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 20px;
}
@media (max-width: 767px) {
  .counter-content {
    bottom: -40px;
    gap: 15px;
  }
}

.single-counter-item {
  padding: 35px;
  text-align: left;
}
@media (max-width: 767px) {
  .single-counter-item {
    width: 140px;
    padding: 20px;
  }
}

.single-counter-item h6 {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 767px) {
  .single-counter-item h6 {
    font-size: 16px;
  }
}

.single-counter-item h1 {
  font-size: 65px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .single-counter-item h1 {
    font-size: 40px;
    margin-bottom: 0;
  }
}

.single-counter-item p {
  color: #fff;
}
@media (max-width: 767px) {
  .single-counter-item p {
    margin: 0;
    display: none;
  }
}

.faq-section .cp-custom-accordion .accordion-buttons::after {
  right: 0;
  left: auto;
}

.faq-section .cp-custom-accordion {
  padding-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-section .cp-custom-accordion {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .faq-section .cp-custom-accordion {
    padding-left: 0;
  }
}

.faq-section .cp-custom-accordion .accordion-buttons {
  font-size: 24px;
  font-weight: 600;
  padding-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-section .cp-custom-accordion .accordion-buttons {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .faq-section .cp-custom-accordion .accordion-buttons {
    font-size: 16px;
  }
}

.mission-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.author-info h6 {
  opacity: 0.5;
}

.author-info h5 {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .mission-section .section-title h2 {
    font-size: 30px;
  }
}

.instragram-inner {
  display: flex;
}

.instragram-item a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.instragram-item a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url(../img/instragram/instagram.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.instragram-item a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}

.instragram-item a:hover::before {
  opacity: 1;
  visibility: visible;
}

.instragram-item a:hover::after {
  opacity: 0.6;
  visibility: visible;
}

.progress-bar-area {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .progress-bar-area {
    margin-top: 60px;
  }
}

/* Footer Area  */
.footer-area {
  background: #3c3936;
  color: #d4d2c6;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area {
    padding: 100px 50px;
  }
}
@media (max-width: 767px) {
  .footer-area {
    padding: 50px 30px;
    margin-top: 0;
  }
}
.footer-area .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}
.footer-area h5 {
  font-size: 20px;
  font-weight: 600;
  color: #d4d2c6;
  margin: 20px 0;
  opacity: .5;
}
.footer-area p {
  font-size: 16px;
  margin-top: 5px;
  color: #d4d2c6;
}
@media (max-width: 767px) {
  .footer-area p {
    font-size: 15px;
  }
}
.footer-area ul li a {
  font-size: 17px;
  display: block;
  color: #d4d2c6;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 767px) {
  .footer-area ul li a {
    padding: 6px 0;
  }
}
.footer-area ul li a:hover {
  opacity: 0.5;
}

.footer-up {
  padding: 80px 0;
}
.footer-up .social-area i {
  color: #eee;
  font-size: 20px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-up {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .footer-up {
    padding: 0;
  }
}

.footer-bottom {
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0;
  background: #3c3936;
  border-top: 1px solid #3c3936;
}
.footer-bottom p {
  font-size: 16px;
  margin: 0;
  color: #fff;
  opacity:0.6;
}
@media (max-width: 767px) {
  .footer-bottom p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .footer-bottom {
    text-align: center;
  }
}

.company-email a {
  color: #f6f6f6;
  font-size: 17px;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 10px;
}
.company-email a:hover {
  color: #fff;
}

.phone-number p {
  font-size: 20px;
  color: #fff;
}

/* Breadcrumb Section  */
.breadcrumb-area {
  background-image: url(../img/bread-bg.jpg);
}

.breadcrumb-area {
  height: 400px;
  background-size: cover;
  background-position: center bottom;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.breadcrumb-area .breadcrumb-title {
  position: relative;
  z-index: 999;
  margin-top: 60px;
}
.breadcrumb-area .breadcrumb-title h1 {
  font-size: 55px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 40px;
  }
}
.breadcrumb-area .breadcrumb-icon i {
  font-size: 24px;
  color: #fff;
  margin-top: 30px;
}

.breadcrumb-area.white-bg {
  height: 300px;
}

.breadcrumb-area.white-bg .breadcrumb-icon i {
  color: inherit;
  font-weight: 600;
}

.blog-dtl-bg {
  background: url(../img/blog/blog-details.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .blog-dtl-bg {
    height: 600px;
  }
}
.blog-dtl-bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #090A1A;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .blog-banner-wrap {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .blog-banner-wrap h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.banner-section span {
  text-transform: uppercase;
  font-size: 14px;
  background: #4E6225;
  padding: 6px 14px;
  letter-spacing: 1px;
}

.banner-section .blog-meta p {
  color: #fff;
}

.price-item-inner {
  background: #fff;
  text-align: center;
  padding: 50px 30px 60px;
}
@media (max-width: 767px) {
  .price-item-inner {
    padding: 50px 15px 60px;
  }
}
.price-item-inner .price-title h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 20px 0;
}
.price-item-inner .price-amount {
  margin-bottom: 50px;
}
.price-item-inner .price-amount h1 {
  font-size: 60px;
  margin: 20px 0;
}
.price-item-inner .price-amount h6 {
  font-size: 18px;
  color: #777;
}
.price-item-inner .price-feature {
  margin-top: 40px;
}
.price-item-inner .price-feature ul li {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .price-item-inner .price-feature ul li {
    font-size: 16px;
  }
}
.price-item-inner .price-feature ul li i {
  margin-right: 15px;
}
.price-item-inner .price-feature ul li i:before {
  color: #4E6225;
  font-size: 18px;
  font-weight: 600;
  margin-left: 15px;
}
.price-item-inner .price-btn {
  margin-top: 40px;
}

.single-price-item {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  padding: 25px;
}
@media (max-width: 767px) {
  .single-price-item {
    padding: 15px;
  }
}
.single-price-item.active {
  margin-top: -20px;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0 23px 90px rgba(0, 0, 0, 0.05);
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .single-price-item.active {
    margin-top: 0;
    padding: 0;
  }
}

.quote-form-wrap {
  background: #fff;
}

.quote-form {
  padding: 90px 70px 90px;
}
@media (max-width: 767px) {
  .quote-form {
    padding: 60px 30px;
  }
}

span.form-control-wrap {
  display: block;
}

.quote-form input {
  border: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-left: 30px;
}

.quote-form input[type=submit] {
  padding-left: 20px;
}

.quote-form textarea {
  border: none;
  border-bottom: 1px solid #ddd;
  height: 80px;
  resize: none;
  padding-left: 30px;
}

.quote-form input::placeholder {
  font-weight: 500;
}

.quote-form textarea::placeholder {
  font-weight: 500;
}

.quote-form input[type=submit] {
  margin-top: 30px;
}

span.form-icon {
  position: relative;
  z-index: 1;
}

span.form-icon:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f007";
  top: 20px;
  left: 0;
  font-size: 16px;
  color: #777;
}

span.form-icon.user-icon:before {
  content: "\f007";
}

span.form-icon.phone-icon:before {
  content: "\f095";
}

span.form-icon.email-icon:before {
  content: "\f0e0";
}

span.form-icon.subject-icon:before {
  content: "\f89f";
}

span.form-icon.text-icon:before {
  content: "\e215";
}

 .section-title.small h2 {
  font-size: 48px;
    line-height: 60px;
}

 .navbar-brand img {
    width: 250px;
    margin-top: 6px;
}

.single-feature-item path {
  fill: #4E6225;
}

.dark-bg p {
  color: #fff;
  margin-top: 25px;
}

#about-1 span.contact-icon {
  
  background: #4e6225;
  margin-left: 0px;
  color: #fff;
}



#testimonial-1 .single-testimonial-item {
   
    text-align: left;
}


#testimonial-1 .testimonial-twos .testimonial-icon i {

  left: 36px;
}

.footer-area p a,.privacy a {
  font-size: 16px;
  margin-top: 5px;
  color: #d4d2c6;
}

@media only screen and (max-width: 990px) {
	.header-area .header-inner-box .logo {
        width: 100%;
        text-align: center;
    }
	
}
div#portfolio-1 {
    overflow: hidden;
}
.contact-form-inner {

}
 
.contact-form-inner .gform_wrapper .gform_heading {
  margin-bottom: 1.6666666667vw;
  display: none;
}

 
.contact-form-inner .gform_wrapper .nice-select {
  width: 100%;
  background-color: #f4f3f0;
  border-bottom: 1px solid #9e9c9a4f !important;
  color: #909090;
  margin-bottom: 21px;
  border-radius: 0;
  border: 0;
  height: 48px;
  padding: 3px 13px;
  margin-top: 5px;
}
 
.contact-form-inner .section-title h2 {
  font-size: 32px;
  line-height: 44px;
}
.gfield--type-honeypot {
  display: none;
}
.gform_wrapper .gfield.gfield--width-half {
  width: 48%;
  float: left;
  margin-right: 3%;
}

.gform_wrapper .gfield.gfield--width-half:nth-child(2n+3) {
  margin-right: 0;
}

.contact-form-inner .btn:after {
  background-image: url(https://alpaswellnedev.wpenginepowered.com/wp-content/themes/alpas-wellness/dist/images/arrow-light.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.1111111111vw;
  margin-left: 2.2222222222vw;
  position: relative;
  width: 1.1111111111vw;
  right: 35px;
  position: absolute;
}
.contact-form-inner .gform_wrapper button.button {
  margin-top: .6944444444vw;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  background-color: #4f6225;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: Pitch Sans, Helvetica, Arial, sans-serif;
  font-weight: 600;
  outline: none;
  padding: 1.5277777778vw 1.6666666667vw;
  position: relative;
  text-align: left;
  z-index: 1;
  font-size: 20px;
}

.contact-form-inner .gform_wrapper button.button:hover{
	background: #1D1D1D;
    border-color: #1D1D1D;
    color: #fff;
}



/*add new style*/


.contact-section {
	height:auto;
	overflow: hidden;
	position: relative;
}
.header-banner .row {
    display: flex;
    align-items: center;
}
.banner-section h1{
	color: #ffffff;
	font-weight: 700;
	font-size: 60px;
	line-height: 72px;
	margin-bottom: 12px;
	width:82%;
}
.contact-form-wrap label {
    text-transform: uppercase;
    font-size: 14px !important;
}
.banner-section p{
	color:#ffffff;
	font-weight:500;
	font-size: 22px;
	line-height: 39px;
	margin-bottom: 1px;
	width: 77%;
}
.contact-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000;
    top: 0;
    opacity: 0.6;
    z-index: 0;
	left: 0;
}
.contact-form-inner textarea {
	height:100px;
}
.contact-form-inner .gform_wrapper button.button {
    display: block;
    text-align: center;
    float: right;
    padding: 18px 28px;
    text-align: left;
	align-items: center;
    display: flex;
}
.contact-form-inner {
    float: left;
    background: #ffffff;
}

.client-section{
	background:#FCFAF9;
	Padding: 40px  0;
	border-top: 1px solid #3c3936;
	border-bottom: 1px solid #3c3936;
}
.client-section .container h3{
	font-size: 19px;
	line-height: 40px;
	margin: 10px 0 30px 0;
	text-align:center;
	font-weight: 600;
	color: #212529;
	text-transform: uppercase;
	/*margin-bottom: 55px;*/
	opacity: 0.6;
}
.insurance-logo{
	mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
}

.header-banner a.theme-btn {
	position:relative;
}
p.star-rating{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 35px;
	margin-top: 20px;
	background: #ffffff3b;
	padding: 15px 20px;
	border-radius: 30px;
	color: #ffffff;
	text-align: left;
	width: auto;
	float: left;
}
.banner-section i {
    color: #F1B92B;
}
.author-thumb {
	display:none;
}
#testimonial-1 .author-desc {
    padding-left: 0 !important;
}
#testimonial-1 .author-wrapper
	display:inline !important;
}
#testimonial-1 .single-testimonial-item p, #testimonial-1 .author-desc{
	text-align:center;
}
#testimonial-1 .author-wrap {
    display: inline;
}

@media only screen and (max-width: 900px) {
	.footer-area img {
		width: 100%;     
	}
}
@media only screen and (max-width: 768px) {
.header-banner .row .banner-section {
        width: 100%;
        margin-bottom: 30px;
        margin-top: 53px;
        text-align: center;
    }
	.banner-section h1 {
		width:100%;
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 12px;
	}
	.banner-section p {
		font-size: 20px;
		line-height: 34px;
		width: 100%;
	}
	p.star-rating {
		float: none;
		text-align: center;
		width: 100%;
		font-size: 14px;
	}
	.header-banner .row .form-section{
		width:100%;		
	}
	#about-1 .about-content-wrap{
		 padding: 20px;
	}
	#portfolio-1 .portfolio-slider .owl-nav button.owl-prev, #portfolio-1 .portfolio-slider .owl-nav button.owl-next {
		top:0px  !important;
	}
	.footer-up .logo{
		width:50%;
		display:inline;
	}
	.footer-up {
		text-align:center;
	}
	section-title {
        margin-top: 20px;
    }
	#portfolio-1.pb-90 {
        padding-bottom: 80px !important;
    }
	#about-2 .image-one {
		padding-right: 160px;
		padding-bottom: 68px;
		margin-bottom: 100px;
	}
	#portfolio-4 {
		text-align:center;
	}
	#portfolio-4 img {
		width:25%;
	}
	.footer-area img {
		width: 35%;     
		margin-bottom: 20px;
	}
}


@media only screen and (max-width: 480px) {
	p.star-rating {
		font-size: 11px;
	}
	.banner-section h1 {
		font-size: 42px;
		line-height: 56px;
		margin:35px 0;
	}
	.section-title.small h2 {
	    font-size: 32px;
		line-height: 40px;
	}
	.owl-dots {
		text-align:center;
	}
	.client-section .container h3 {
		font-size: 18px;
		line-height: 24px;
		margin: 0px 0 20px 0;
	}
	.gform_wrapper .gfield.gfield--width-half {
		width: 100%;
	}
}

/* 03-06-2025 */
.section-padding {
    background: #f4f3f0;
}

.footer-area {
	/*background-image: url(https://alpaswellnedev.wpenginepowered.com/wp-content/themes/alpas-wellness/dist/images/accordion-bg.png);*/
    border-bottom: 1px solid #5b5b5b
}
.gray-img-bg {
	background-image: url(https://alpaswellnedev.wpenginepowered.com/wp-content/themes/alpas-wellness/dist/images/accordion-bg.png);
}
.gray-img-bg h2, 
.gray-img-bg h6, 
.gray-img-bg p,  
.gray-img-bg .service-info span, 
.gray-img-bg .service-info h4, 
.gray-img-bg .service-info p{
	color:#d4d2c6 !important;
}
.gray-img-bg .service-info span {
	color:#ffffff !important;
	opacity: 0.6;
}

.header-banner a.theme-btn:hover {
	Bacground:#fdfdfd;
}

.bg-main {
	background-size:cover;
	background-repeat:no-repeat;
}

#service-1 .single-service-wrap .service-img:after {
    content: '';
    width: 240px;
    height: 240px;
    position: absolute;
    border-radius: 100%;
    top: -10px;
    left: 55px;
    border: 2px solid #f4f3f052;
}
#service-1 .single-service-wrap .service-img img {
    border-radius: 50%;
    width: 220px;
    position: relative;
    height: 220px;
    z-index: 2;
    border: 2px solid #ffffff70;
}
.service-img {
    position: relative;
}
.progress-wrap svg.progress-circle path {
    stroke: #6C757D !important;
}
.flex-center-cont{
	display: flex;
    align-items: center !important;
}
#portfolio-4{
	padding: 30px 10px !important;
}
#portfolio-4 .section-title h2 {
	font-size: 32px;    
	width: 75%;
}

@media only screen and (max-width: 1024px) {
	#service-1 .single-service-wrap .service-img:after {
		display:none;
	}
	#service-1 .single-service-wrap .service-img img {
		border: 0px solid #ffffff70;
	}
}

#about-2 .about-key li {
    width: 100% !important;
    display: flex;
    align-items: baseline;
}
#about-2 .about-key p {
    padding-left: 45px;
}

#portfolio-1 .single-portfolio-item {
	position:relative;
}
#portfolio-1 .single-portfolio-item span{
	position: absolute;
    bottom: 9px;
    z-index: 1;
    color: #ffffff;
    left: 0;
    background: #00000070;
    width: 100%;
    margin-bottom: 0px;
    height: auto;
    text-align: center;
    font-size: 24px;
    padding: 50px 20px;
}

.process-section h3{
	font-size: 45px;
    font-weight: 700;
    line-height: 60px;
    color: #4E6225;
}

@media only screen and (max-width: 990px) {
	#service-1 .col-md-6{
		padding-top:calc(var(--bs-gutter-x) * .5);
		padding-bottom:calc(var(--bs-gutter-x) * .5);
	}
}

@media only screen and (max-width: 768px) {
	#portfolio-4 .section-title h2 {
		width: 100%;
	}
	#service-1 .col-md-6 {
		padding-top: 1.5rem;
	}
	#about-2 .pl-40 {
        padding-left: calc(var(--bs-gutter-x) * .5); 	
	}
}

@media only screen and (max-width: 480px) {
	#about-2 .about-key li i {
		top: 2px;
	}
}
