/* ====================================

01. Typography style
02. Preloader style
03. Owl-Theme & Custom style
04. Navbar style
05. Header style
06. Slider Fade & Slider style
07. Parallax Header style
08. Video Background style
09. Banner Header style
10. About style
11. Team style
12. Team-Single style
13. FAQs (Accordion) style
14. Gallery Scroll style
15. Video Gallery style
16. Video Popup style
17. Testimonials style
18. Clients style
19. Blog style
20. Post style
21. Contact style
22. Form style
23. Button style
24. Footer style
25. toTop Button style
26. Overlay Effect Bg Image style
27. Responsive style

==================================== */
@import url('page-css/navbar.css');
@import url('page-css/slider.css');
@import url('page-css/owl-common.css');
@import url('page-css/service-page.css');
@import url('page-css/team.css');
@import url('page-css/blog-page.css');
@import url('page-css/gallery.css');
@import url('page-css/faq.css');
@import url('page-css/contact.css');


/* font */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300..700&amp;display=swap');

:root {
    /*--theme-base-color:#00ad4d;*/
    --theme-base-color:#6ca12b;
    --theme-secondary-color:#141414;
/*  --theme-text-color-first: #1b8fe6;
  --color-secondary: #f4f5f6;
  --color-tertiary: #0d1013;
  --color-gray: #f6f6f6;
  --color-subtitle: #f9004d;
  --bg-color-primary: #0582c5;
  --background-color-white: #63b336;
  --color-dark: #4a4a4a;
  --color-text:#4a4a4a;
  --color-black:#000000;
  --color-white:#FFF;
  --theme-color-first: #1b8fe6;*/
  



}

/* ======= Typography style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word; 
    -webkit-font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
   font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #707070;
    overflow-x: hidden !important;
    letter-spacing: 0.03px;
}

p {
    font-family: 'open sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    /*color: #707070;*/
    color: #2c2b2b;
    margin-bottom: 15px;
}
p b {
    color: #141414;
    font-weight: 400;
}
h1 {
    font-size: 45px;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 27px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 15px 0;
    color: #141414;
}

img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 600;
}
.text-dark {
    color: #141414;
}
.colr-white{
    color: #FFF !important;
}
.small,
small {
    font-size: 17px;
}
/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Manrope', sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="text"],
input[type="file"],

textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 14px 20px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Manrope', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #707070;
    background-image: none;
    border: none;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
}
.form-control {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 20px;
    font-size: 17px;
    font-family: 'Manrope', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
    color: #707070;
    background-color: transparent;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*border-radius: 30px;*/
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 30px;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #fff;
    border: none;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {

    border: none;
    background-color: #071d28;
    color: #fff;
}
select {
    padding: 10px;
    border-radius: 5px;
}
textarea:focus,
textarea:active,
textarea::placeholder {
    color: #707070;
}
table,
th,
tr,
td {
    border: 0px solid #707070;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
button[type="submit"],
input[type="submit"] {
    display: inline-block;
    height: auto;
    width: auto;
    padding: 18px 27px;
    border: none;
    border-radius: 4px;
   /* color: #fff;*/
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
}
button[type="submit"] i,
input[type="submit"] i {
    color: #fff;
}
button[type="submit"]:hover i,
input[type="submit"]:hover i {
    color: #fff;
}
button[type="submit"]:hover,
input[type="submit"]:hover {
    border: none;
    
}
select {
    max-width: 100%;
}
.form-select {
    display: block;
    width: 100%;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23887bb6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    color: #707070;
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-size: 11px 20px;
    border: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    padding-left: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 15px;
    border: 1px solid rgba(203, 157, 85, 0.3);
    outline: none;
}
.form-control:focus,
.form-select:focus,
select:focus {
    outline: none;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid rgba(203, 157, 85, 0.3);
}
input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin: 5px 30px 15px 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 12px;
}
input[type=checkbox]:before {
    content: '';
    width: 22px;
    height: 22px;
    border: 1px solid rgba(203, 157, 85, 0.3);
    background-color: rgba(203, 157, 85, 0.3);
    position: absolute;
    top: 0px;
    margin-left: -1px;
    border-radius: 3px;
}
input[type=checkbox]:after {
    font-family: "Font Awesome 6 Brands";
    content: '\f00c';
    font-weight: normal;
    color: #000;
    background: transparent;
    position: absolute;
    top: 1px;
    margin-left: -1px;
    left: 0;
    width: 22px;
    height: 22px;
    border: none;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.64, .09, .08, 1);
    will-change: opacity;
    font-size: 12px;
}
input[type=checkbox]:checked:after {
    opacity: 1
}
/* placeholder */
::-webkit-input-placeholder {
    color: #707070;
    font-family: 'Manrope', sans-serif;
    font-size: 17px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #707070;
}
::-moz-placeholder {
    color: #707070;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #707070;
}
.nav .container-xxl{
    padding: 0 15px;
    width: 1500px;
    margin: auto;
    max-width: 100%;
}
/* important */
.o-hidden {
    overflow: hidden;}
.position-re {
    position: relative;
}
.position-abso {
    position: absolute;
}
.my-class {
  top: auto !important;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
        background-position: center;
}
.bg-fixed {
    background-attachment: fixed;
}
.bg-lightgray {
    background-color: #f2f2f2;
}
.bg-lightbrown{
    background-color: #f6f5f0;
}
.bg-white {
    background-color: #fff;
}
.bg-black {
    background-color: #282018 !important;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 400;
}
.count {
    font-family: "Manrope", sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    /*    left: 0;*/
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
}
.v-middle2 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 12%;
    left: 0;
    -webkit-transform: translate(0%, -12%);
    transform: translate(0%, -12%);
    z-index: 9;
}
.rest {
    padding: 0 !important;
    margin: 0 !important;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.js .animate-box {
    opacity: 0;
}
:root {
    scroll-behavior: auto;
}
.position-relative {
    position: relative !important;
}
.icon-bg {
    background: #fff !important;
}
.d-n-tb{
    display: none;
}
hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
}
.br-5005 {
    border-radius: 5px 0 0 5px;
}
.br-0550 {
    border-radius: 0 5px 5px 0;
}
.br-5 {
    border-radius: 5px;
}
.br-10 {
    border-radius: 10px !important;
}
.br-15 {
    border-radius: 15px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt-120 {
    margin-top: 120px !important;
}
.mt--120 {
    margin-top: -120px !important;
}
.mt--180 {
    margin-top: -180px !important;
}
.mt-150 {
    margin-top: 150px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 15px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-60 {
    margin-bottom: 60px ;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-120 {
    margin-bottom: 120px !important;
}
.ml-10{
    margin-left: 10px;
}
.pl-0{
    padding-left: 0;
}
.pr-0{
    padding-right: 0;
}
.plr-0{
    padding-left: 0;
    padding-right: 0;
}
.pl-30{
    padding-left: 30px;
}
.pl-50{
    padding-left: 50px;
}
.pt-100{
    padding-top: 100px;
}
.pt-60 {
    padding-top: 60px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pb-120 {
    padding-bottom: 120px !important;
}
.no-padding {
    padding: 0 !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.br-20 {
    border-radius: 20px;
}
.br-15 {
    border-radius: 15px;
}
/* list style */
.list {
    position: relative;
    display: block;
}
.list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.list li + li {
    margin-top: 10px;
}
.list-icon {
    
}
.list-icon i {
    font-size: 17px;
    color: var(--theme-text-color-first);
}
.list-text {
    margin-left: 15px;
}
.list-text p {
    font-size: 17px;
    margin: 0;
    color: #141414;
}


/* ======= Preloader style ======= */
.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    overflow: hidden;
}
.preloader * {
    transition: all 0.3s;
}
.preloader .centered {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}
.preloader .centered:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.preloader .centered .cont {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
}
.preloader .centered .cont .loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    margin-left: -45px;
    margin-top: -45px;
}
.preloader .centered .cont .loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 45px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    overflow: hidden;
    transform-origin: 45px 45px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(208, 162, 119, 0.5));
    animation: rotate 1.2s infinite linear;
}
.preloader .centered .cont .loader-line-mask .loader-line {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(5, 86, 123, 0.5);
}
.preloader .centered .cont img {
    width: 38px;
    max-width: 38px;
}
.preloader lesshat-selector {
    -lh-property: 0;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.preloader [not-existing] {
    zoom: 1;
}
.preloader lesshat-selector {
    -lh-property: 0;
}
@keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
.preloader [not-existing] {
    zoom: 1;
}
.preloader lesshat-selector {
    -lh-property: 0;
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.preloader [not-existing] {
    zoom: 1;
}

/* ======= Section style ======= */
.section-padding {
    padding: 120px 0;
}
.section-title {
    position: relative;
   
}
.section-title span{
    letter-spacing: 1px;
    font-size: 14px;
    color: #6cba3c !important;
    font-weight: 500;
}
.section-title h1{
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    /*color: #000;*/
    position: relative;
    margin-bottom: 0;
    text-transform: capitalize;
}
.section-title h3 {
    font-weight: 400;
    margin-bottom: 10px;
    /*color: #000;*/
    font-size: 15px;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Manrope', sans-serif;
    
}
.section-title .sm-title{
    background-color: #ffb5c4;
    display: table;
    border-radius: 25px;
/*    margin: auto;*/
    padding: 10px 24px;
    display: none;
}
.section-title .sm-title h4 {
    font-weight: 400;
    margin-bottom: 0px;
    color: #462028;
    font-size: 15px;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Manrope', sans-serif;
  
}
.section-text{

}
.section-text p{

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



/*====== About Section ===========*/
.custom-row{
   
    padding: 20px 10px;
    border-radius: 10px;
}

.pot-img {
    
    right: 15%;
    position: absolute;
    z-index: +1;
    margin-top: 0px;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}


.scrolling {
    background: var(--theme-base-color);
    padding: 30px 0;
}
.scrolling.scrolling-ticker {
    padding: 20px 0;
}
.scrolling.scrolling-ticker .wrapper {
    --gap: 30px;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    align-items: center;
}
.scrolling.scrolling-ticker .wrapper .content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 50s linear infinite;
}
.scrolling.scrolling-ticker .wrapper .content span {
    font-family: "Playfair Display", sans-serif;
    display: inline-flex;
    align-items: center;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.2em;
    text-transform: capitalize;
    color: #fff;
    vertical-align: middle;
}
.scrolling.scrolling-ticker .wrapper .content span img {
    width: 100%;
    max-width: 30px;
    margin-right: 30px;
}
.scrolling.scrolling-ticker .wrapper .content span i{
    font-size: 30px;
    max-width: 30px;
    margin-right: 30px;
    font-weight: 300;
}
@keyframes scroll{
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}
@media only screen and (max-width: 991px) {
    .scrolling {
        padding: 15px 0;
    }
    .scrolling.scrolling-ticker .wrapper {
        --gap: 20px;
    }
    .scrolling.scrolling-ticker .wrapper .content span {
        font-size: 20px;
    }
    .scrolling.scrolling-ticker .wrapper .content span img {
        max-width: 20px;
        margin-right: 20px;
    }
}
@media only screen and (max-width: 767px){
    .scrolling.scrolling-ticker .wrapper {
        --gap: 15px;
    }
    .scrolling.scrolling-ticker .wrapper .content span {
        font-size: 17px;
    }
    .scrolling.scrolling-ticker .wrapper .content span img {
        max-width: 15px;
        margin-right: 15px;
    }
}

/*------- who we are ----------*/

.who-we-are{

}
.who-badge {
    background: #f8f8f8;
    padding: 8px 18px;
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #6cba3c;
    letter-spacing: 1px;
}
.who-badge::before {
    content: "• ";
    color: #6cba3c;
    font-size: 18px;
}
.who-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
}
.who-text {
    color: #555;
    font-size: 1rem;
    max-width: 600px;
}
.mission-img{

}
.mission-img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}
.mission-box {
    border-radius: 20px;
    padding: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mission-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.mission-box.light {
    background: linear-gradient(to bottom right, #e8f5e9, #a8d672);
    color: #000;
}
.mission-box.dark {
    background: #111;
    color: #fff;
}
.mission-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
}
.mission-box.dark h4 {
    color: #fff;
}
.mission-box.dark p {
    color: #cccccc;
}
    @media (max-width: 991px) {
      .mission-right {
        margin-top: 30px;
      }
    }


/*------- start service section ----------*/

.garden-services {
    padding: 100px 0;
}
.garden-services .wdth-auto {
    width: auto;
}
.service-item-block {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 400px;
    cursor: pointer;
    color: #fff;
    background: #000;
    margin-bottom: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
}
.service-item-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
    filter: brightness(0.75);
}
.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,128,0,0.8) 0%, rgba(0,80,0,0.6) 100%);
    clip-path: circle(0% at 80% 20%);
    transition: all 0.6s ease-in-out;
    z-index: 1;
}
.service-title {
    position: absolute;
    bottom: 50px; /* increased bottom to make room for content gap */
    left: 30px;
    right: 30px;
    z-index: 3;
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    transition: all 0.4s ease;
    /*text-shadow: 0 2px 6px rgba(0,0,0,0.5);*/
}
.service-content {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    z-index: 2;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
}
.service-content p {
    font-size: 0.95rem;
    color: #e4e4e4;
    line-height: 1.6;
    margin-bottom: 15px;
}
.service-content .btn {
    background: #fff;
    color: #065b06;
    border-radius: 50px;
    font-weight: 600;
    padding: 10px 28px;
    font-size: 0.9rem;
    transition: all 0.4s ease;
}
.service-content .btn:hover {
    background: #065b06;
    color: #fff;
}
.service-item-block:hover .overlay {
    clip-path: circle(150% at 80% 20%);
}
.service-item-block:hover img {
    transform: scale(1.05);
    filter: brightness(0.6);
}
.service-item-block:hover .service-content {
    opacity: 1;
    transform: translateY(0);
    z-index: 3;
}
.service-item-block:hover .service-title {
    transform: translateY(-100px);
    color: #fff;
}
@media screen and (max-width: 1024px) {

    .service-title{
        bottom: 100px;
    }

}
 @media (max-width: 768px) {
    .service-item-block {
        height: 350px;
        margin-bottom: 25px;
    }
    .service-title {
        font-size: 1.1rem;
        bottom: 50px;
        left: 20px;
    }
    .service-content {
        bottom: 15px;
        left: 20px;
        right: 20px;
      }
    }
/*------- end service section ----------*/


/*------- start process section -------*/

.process-wrapper {
    position: relative;
     
}
.process-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: #061909;
    z-index: -1;
}
    /*.process-bg {
      background-color: #061707;
      height: 300px;
      position: relative;
      z-index: 1;
    }

    .process-section {
      position: relative;
      top: -120px;
      z-index: 2;
    }
*/
.process-section h2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 60px;

}
.process-card {
    background: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border: none;
    position: relative;
}
.process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0,128,0,0.15);
}
.process-icon {
    width: 60px;
    height: 60px;
    background: #2f7d3d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin: 0 auto 20px;
    font-weight: 600;
    font-size: 1.2rem;
    transform: rotate(45deg);
    transition: 0.5s;
}
.process-icon span {
    transform: rotate(-45deg);
    display: block;
}
.process-card:hover .process-icon {
    background: #43a047;
    transform: rotate(405deg) scale(1.1);
}
.process-card h5 {
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
}
.process-card p {
    color: #555;
    font-size: 0.95rem;
    margin: 0;
}

@media (max-width: 768px) {

    .process-section {
        top: -60px;
    }
    .process-card {
        margin-bottom: 25px;
    }
    .process-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}
/*------- End Process-Section ----------*/


/*------- Start count Section ----------*/

.stats-section {
    background-color: #031807;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}
.stats-item h2 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}
.stats-item h2 span {
    color: #e79551; /* Orange accent */
}
.stats-item p {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
}

@media (max-width: 991px) {

    .stats-item {
        margin-bottom: 40px;
      }
    }

/*------- End count Section ----------*/


/*--- Start Testimonial Section ---*/

.rounded-bottom-10 {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
.testimonial-section {
   background: 
    linear-gradient(to bottom, #fff 0 300px, transparent 100px),
    url("../img/resource/testimonial-bg.jpg") center/cover no-repeat;
  
}
.testimonial-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    border:1px solid #f2f2f2;
    /*box-shadow: 0 5px 15px rgba(0,0,0,0.1);*/
}
.testimonial-img {
    border-radius: 15px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.quote-icon {
    font-size: 32px;
    color: #666;
}
.testimonial-card p{
    font-size: 18px;
    line-height: 32px;
}
.stars {
    color: #f5c518;

}

.testimonial-section .owl-theme .owl-dots {
    text-align: right;
    margin-top: 10px;
}
/*
.testimonial-section .owl-theme .owl-dots .owl-dot span {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span{
    background: #fff;
    border: 1px solid #fff;
}*/


.gallery{
    
}

.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.gallery .gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 0.6s ease;
    border-radius: 15px;
    display: block;
}
.gallery .gallery-item:hover img {
    transform: scale(1.15) rotate(2deg);
}
.gallery .gallery-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 15px;
    transform: translateY(30px);
}
.gallery .gallery-item:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}

/*--- Start Video Section ---*/
.video-wrapper{
   overflow: hidden;
   padding: 200px 0;
}
.video-wrapper .video-box {
    position: relative;
    width: 220px;
    height: 220px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}
.video-wrapper .video-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: transparent;
    font-size: 17px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.video-col {
    position: relative;
    display: block;
    margin-bottom: 15px !important;
    border-radius: 10px;
    overflow: hidden;
    isolation: isolate;
    /*height: 52vh;*/
}
.video-col img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.video-col .vieo-butn {
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 0 40px 0 0;
    z-index: 2;
}
.video-col .vieo-butn .icon {
    width: 90px;
    height: 90px;
    line-height: 55px;
    font-size: 17px;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.8);
    background-color: transparent;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

@media only screen and (min-width: 320px) and (max-width: 735px){

   .video-col{
        margin-top: 20px;
   }
    .video-wrapper {
    padding: 30px 0 0 0;
  }
}




/*------- start-contact-section ----------*/

.contact-section {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* gap: 30px;*/
    padding: 120px 0 0;
    /*background: rgba(0, 0, 0, 0.4);*/
    width: 100%;
    background:url(../img/resource/bg-contact.jpg) no-repeat;
    /* min-height: 100vh;*/
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}
.contact-img {
    flex: 1 1 350px;
    text-align: center;
}
.contact-img img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.contact-form-box {
    flex: 1 1 500px;
    background: #0d0d0d;
    padding: 40px;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.contact-form-box h5 {
    color: #84c225;
    font-weight: 600;
}
.contact-form-box h2 {
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
}
.form-control {
    background: #111;
    border: 1px solid #333;
    color: #fff;
}
.form-control:focus {
    border-color: #84c225;
    box-shadow: none;
}
.btn-send {
    background-color: #84c225;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 8px;
    transition: all 0.3s;
}
.btn-send:hover {
    background-color: #6ea01e;
}

@media (max-width: 992px) {
    .contact-section {
        flex-direction: column;
    }
    .contact-img {
      order: 1;
    }
    .contact-form-box {
        order: 2;
      }
    }
    @media (max-width: 768px) {

    .contact-section{
        padding: 120px 0;
    }
    .contact-img{
        display: none;
        }

    }


/* ======= Team style ======= */
.team {
    position: relative;
    background-color: #fff;
}
.team .item {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.team .item:hover .img::after {
    opacity: 1;
}
.team .item:hover .img .social-icons {
    opacity: 1;
    bottom: 15px;
}
.team .item .img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.team .item .img img {
    width: 100%;
    margin: 0;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    background-size: cover;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.team .item:hover .img {
    /*transform: scale(0.98);*/
}
.team .item .img::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.team .item .img .social-icons {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 20px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    z-index: 20;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.team .item .img .social-icons a {
    font-size: 17px;
    margin: 15px 1px;
    line-height: 1;
    color: #000;
    padding: 12px 15px;
    background-color: #FFF;
    border-radius: 4px;
}
.team .item .img .social-icons a:hover {
    color: #000;
    opacity: 1;
}
.team .item .info {
    padding: 30px 15px;
        box-shadow: 0 2px 15px rgb(0 0 0 / 10%);

}
.team .item .info h5 {
    font-size: 26px;
    color: var(--theme-base-color);
    margin-bottom: 5px;
}
.team .item .info p {
   
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    margin-bottom: 0px;
}


/* =========== Start Blog  Style Sheet =====*/

.blog-area{

}
.custom-card {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.date-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #569512;
    font-size: 18px;
    color: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    border: 3px solid #1c1c1c;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.date-badge span {
    display: block;
}
.card-overlay {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.85);
    padding: 15px 20px;
    color: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.overlay-content {
    transform: translateY(25px); /* default hidden position for text */
    transition: all 0.4s ease-in-out;
}
.overlay-content small {
    color: #569512;
    font-weight: 600;
}
.overlay-content h6{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.overlay-content a {
    display: inline-block;
    margin-top: 8px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
}
/* Hover Effect */
.custom-card:hover .overlay-content {
    transform: translateY(0); /* slide-up content */
}
.custom-card:hover .overlay-content a {
    opacity: 1;
    transform: translateY(0);
}
/*----- -------------*/


/* ======= Footer style ======= */
.footer {
    background: var(--theme-secondary-color);
}
.footer-logo {
    width: 180px;
    margin-bottom: 20px;
}
.footer .widget .widget-title {
    font-size: 21px;
    display: inline-block;
    position: relative;
    color: #fff;
}
/* first footer */
.first-footer {
        padding: 120px 0 0 0;
}
/* footer icon */
.icon-footer {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    background-color: var(--theme-base-color);
    color: #fff;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid var(--theme-base-color);
    border-radius: 100%;
}
.icon-footer i {
    width: 100%;
    text-align: center;
}
/* footer link */
.links.dark {
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255,255,255,0.1);
    box-shadow: none;
    border-radius: 3px;
}
.links.dark.footer-contact-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    padding: 20px 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
}
.footer-contact-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1032px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-contact-links-divider {
    width: 2px;
    min-height: 100%;
    margin-right: 20px;
    margin-left: 20px;
    background-color: rgba(255,255,255,0.1);
}
.footer-contact-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
.image-wrapper.footer-contact-link-icon {
    margin-right: 22px;
}
.footer-contact-link-wrapper h6 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 3px;
    margin-top: 5px;
}
.footer-contact-link-wrapper p {
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    margin-bottom: 0px;
}
/* second footer */
.second-footer {
    border-bottom: 2px solid rgba(255,255,255,0.1);
}
.second-footer .widget-area .widget {
    padding: 30px 0;
}
.second-footer .widget-area .widget p {
    color: rgba(255,255,255,0.8);
    margin-bottom: 25px;
}
/* usefull links */
.footer .ftr-links ul {
    margin: 0;
    padding: 0;
}
.footer .ftr-links ul li {
    margin-bottom: 5px;
}
.footer .ftr-links ul li:hover {
    color: #1e90ff;
}
.footer .ftr-links ul li i {
    font-size: 7px;
    margin-right: 3px;
}
.footer .ftr-links ul li a {
    color: rgba(255,255,255,0.8);
    position: relative;
    padding-left: 0px;
}
.footer .ftr-links ul li a:hover {
    color: var(--theme-base-color);
}
/* bottom footer */
.copyright {
    padding-top: 30px;
    padding-bottom: 30px;
}
.copyright p {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}
.copyright p a {
    color: var(--theme-base-color);
}
.copyright p a:hover {
    color: #fff;
}
.copyright p span {
    color: rgba(255, 255, 255, 0.01);
    padding: 0 5px;
}
/* social icons */
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    background: var(--theme-base-color);
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    border: 2px solid var(--theme-base-color);
    font-size: 17px;
    color: #fff;
}
/* newsletter */
.widget-newsletter {
    position: relative;
}
.widget-newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent !important;
    font-size: 15px;
    color: #fff;
    outline: none;
    padding: 0 90px 0 20px;
   border: 1px solid #4a4a4a;
   border-radius: 8px;
}
.widget-newsletter input::placeholder {
    color: rgba(255,255,255,0.8);
}
.widget-newsletter button {
    height: 50px;
    border: none;
    background: var(--theme-base-color);
    font-size: 15px;
    color: #f2f2f2;
    outline: none;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 4px;
    width: 50px;
}
.widget-newsletter button:hover {
    background: var(--theme-base-color);
    color: #fff;
}
@media screen and (max-width: 767px) {
    .footer-contact-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
    .footer-contact-links-divider {
    width: auto;
    min-height: 1px;
    margin: 20px 0px;
    }

}


/* ======= Button style ======= */
/* button 1 */
.button-1 {
    display: inline-block;
    height: auto;
    padding: 12px 27px;
    border: 1px solid #fff;
    border-radius: 50px;
    background-color: transparent;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    letter-spacing: 0.5px;
   
}
.button-1:hover {
    border: 1px solid var(--theme-base-color);
    background-color: var(--theme-base-color);
    color: #fff;
    /*transform: translate3d(0px, -6px, 0.01px);*/
}
/* button 2 */
.button-2 {
    display: inline-block;
    height: auto;
    padding: 12px 27px;
    border: 1px solid var(--theme-base-color);
    border-radius: 34px;
    background-color: var(--theme-base-color);
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.button-2:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #141414;
   
}
/* button 3 */
.button-3 {
    display: inline-block;
    height: auto;
    padding: 12px 27px;
    border: 1px solid var(--theme-base-color);
    border-radius: 6px;
    background-color: var(--theme-base-color);
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.button-3 i {
    margin-right: 5px;
}
.button-3:hover {
    border: 1px solid var(--theme-secondary-color);
    background-color: var(--theme-secondary-color);
    color: #fff;
    /*transform: translate3d(0px, -6px, 0.01px);*/
}

/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background-color: var(--theme-base-color);
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    content: '\f062';
    font-weight: 400;
    text-align: center;
    line-height: 55px;
    font-size: 17px;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: var(--theme-base-color);
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap::after {
    color: #fff;
}
.progress-wrap svg.progress-circle path {
    stroke: var(--theme-base-color);
}


/* ======= Overlay Effect Bg Image style ======= */
[data-overlay-dark] {
    position: relative;
}
[data-overlay-dark] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}
[data-overlay-dark] p {
    color: #707070;
}
[data-overlay-dark="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before {
    opacity: 1;
}


/* ======= Gallery Scroll style ======= */
.galleryscroll {
    position: relative;
}
.galleryscroll .item {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 0px;
    isolation: isolate;
}
.galleryscroll .item .img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    isolation: isolate;
}
.galleryscroll .item .img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.galleryscroll .item .img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.galleryscroll .item:hover .img > img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
/*.galleryscroll .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel.owl-loading{
    opacity: 1;
}*/
/*
.galleryscroll .owl-theme .owl-nav [class*=owl-],
.galleryscroll .owl-theme .owl-nav [class*=owl-] {
    
    background-color: #fff;
    color: #000;

}*/
/* magnific popup custom */
.mfp-counter {
    display: none;
}
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}
.mfp-bg,
body.mfp-zoom-out-cur {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}




/* ======= About Page style ======= */

.about {
    position: relative;
    overflow: hidden;
}
.about .container{

}
.about .left-img{
   
}
.about .cont{
    
    /*padding-right: 25%;*/
    padding: 0px 0 0px 50px;
}
.featured-box {
    border: 1px solid #e5e5e5;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
}
.featured-box:hover {
    border-color: var(--theme-base-color);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.featured-icon {
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
}
.featured-icon img{
    width: 15%;
}
.highlight {
    border: 1px solid #c89c5d;
}

@media screen and (max-width: 768px){

    .about .cont{
        padding: 20px 0 0 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 735px){

   .cont{
        padding: 20px 0 0 0;
   }
}



/* ======= Responsive style ======= */
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1220px;
    }

}
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .contact .item {
        margin-bottom: 30px;
    }
    .contact .item .contents .title {
        font-size: 21px;
    }
}




