/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

 :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #fd5f00;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Oxygen", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
    font-family: "Open Sans", sans-serif;
    /* color:rgb(16, 180, 7) ; */
}

.logo {
    width: 150px !important;
}

.slider-item .slider-text h1 {
    font-weight: 600 !important;
}

img {
    vertical-align: middle;
    border-style: none;
}

/* a {
    color: #c17743;
    text-decoration: none;
} */

/* a:hover {
    color: #ebab73;
    text-decoration: none;
} */

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

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 768px) {
    img {
        height: 400px;
    }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #e49047;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #e49047;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.nav .btnLogin-popup {
    width: 130px;
    height: 50px;
    /*border: 2px solid #fff;*/
    cursor: pointer;
    font-size: 1.1em;
    /*font-weight: 500;*/
    margin-left:40px;
    outline: none;
    border-radius: 6px;
    color: #fff;
    background: transparent;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #e9a86b;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

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

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    /* padding: 15px 0; */
}

#header.header-scrolled,
#header.header-inner-pages {
    /* background: rgba(40, 58, 90, 0.9); */
    background: #ec925d;
}

#header .logo {
    font-size: 40px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#header .logo a {
    color: rgb(16, 180, 7);
    font-weight: 700;
}

/* #header .logo img {
    max-height: 40px;
  } */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**



/* Custom CSS for the navigation */
.navbar-dark {
    background-color:  rgba(236, 146, 93, 0.7); /* Black background*/ 
} 
.navbar-nav .nav-link {
    color: rgb(16, 180, 7); /* White text */
    padding: 1rem; /* Adjust padding as needed */
}
.navbar-nav .dropdown-menu {
    background-color: #fff; /* Black background for dropdown */
    border: none;
}
.navbar-nav .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    font-weight: 500;
    color:rgb(189, 124, 5);
    white-space: nowrap;
    transition: 0.3s;/* White text for dropdown items */
}
/*.navbar-nav .dropdown-item:hover {
    background-color: #333;  Darker background on hover 
}*/
.navbar-brand img {
    height: 100; /* Adjust as needed */
    /* width:140; */
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
    padding:60px 0;
}
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-left: 28px;
    position: relative;
}

.about .content ul li+li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #e49047;
    line-height: 1;
}

.about .content p {
    color: black;
}

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

.about .content .btn-learn-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #e49047;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #e49047;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.about .content .btn-learn-more:hover {
    background: #e49047;
    color: #fff;
    text-decoration: none;
}

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

.container {
    margin: 0 0 0 40px;
    overflow: hidden;
    /* background-size: cover;
    background-position: center;
    height: 100vh; 
    width: 100%; */
}

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

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

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: rgb(16, 180, 7);
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: rgb(16, 180, 7);
    bottom: 0;
    left: calc(50% - 20px);
}

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

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

.clients img {
    width: 220px;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 5px 0;
    height: 220px;
}

.clients img:hover {
    filter: none;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media (max-width: 768px) {
    .clients img {
    width:180px;
    height: 180px;
    }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-left: 28px;
    position: relative;
}

.about .content ul li+li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #e49047;
    line-height: 1;
}

.about .content p {
    color: black;
}

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

.about .icon-box {
  padding: 25px;
  /*width: 400px;*/
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background-color: rgba(233, 166, 127, 0.9);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
}

.hr {
    margin :1rem 0;
    color: inherit;
    border-top:1px solid;
    opacity: 0.25;
}

.about .content .btn-learn-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #e49047;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #e49047;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.about .content .btn-learn-more:hover {
    background: #e49047;
    color: #fff;
    text-decoration: none;
}

.hero .container {
    box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
    background: #fff;
}

.hero .icon-box+.icon-box {
    margin-top: 50px;
}

.hero .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #f3f8fa;
    border-radius: 6px;
    transition: 0.5s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.hero .icon-box .icon i {
    color: #68A4C4;
    font-size: 32px;
}

.hero .icon-box:hover .icon {
    background: #68A4C4;
}

.hero .icon-box:hover .icon i {
    color: #fff;
}

.hero .icon-box .title {
    margin-left: 95px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.hero .icon-box .title a {
    color: #343a40;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.hero .icon-box .title a:hover {
    color: #68A4C4;
}

.hero .icon-box .description {
    margin-left: 95px;
    line-height: 24px;
    font-size: 14px;
}

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

.why-us .content {
    padding: 60px 100px 0 100px;
    text-align: center;
}

.why-us .content h3 {
    font-weight: 400;
    font-size: 34px;
    color: #e17731;
}

.why-us .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.why-us .content p {
    font-size: 15px;
    color:black;
}

.why-us .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

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

.why-us .accordion-list ul {
    padding: 0;
    list-style: none;
}

.why-us .accordion-list li+li {
    margin-top: 15px;
}

.why-us .accordion-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.why-us .accordion-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: none;
    cursor: pointer;
    color: rgb(16, 180, 7);
    
}

.why-us .accordion-list span {
    color: rgb(16, 180, 7);
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
}

.why-us .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.why-us .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
    display: none;
}

.why-us .accordion-list a.collapsed {
    color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
    color: rgb(16, 180, 7);
}

.why-us .accordion-list a.collapsed .icon-show {
    display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1024px) {

    .why-us .content,
    .why-us .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

    @media (max-width: 992px) {
    .why-us .img {
        min-height: 400px;
    }

.why-us .content {
    padding-top: 30px;
    }

    .why-us .accordion-list {
    padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .why-us .img {
    min-height: 200px;
    }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
    font-weight: 700;
    font-size: 32px;
    color: #e49047;
    font-family: "Poppins", sans-serif;
}

.skills .content ul {
    list-style: none;
    padding: 0;
}

.skills .content ul li {
    padding-bottom: 10px;
}

.skills .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #e49047;
}

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

.skills .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
}

.skills .progress .skill {
    padding: 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #e49047;
}

.skills .progress .skill .val {
    float: right;
    font-style: normal;
}

.skills .progress-bar-wrap {
    background: #e8edf5;
    height: 10px;
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #ee7b4a;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
    /* padding:0 100px 60px 100px ; */
}

.services .icon-box {
    /* box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 25px;
    transition: all ease-in-out 0.4s;
    background: #fff;
    position:relative; */
    padding: 25px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
}

.services .icon-box .icon {
    margin-bottom: 10px;
}

.services .icon-box .icon i {
    color: rgb(16, 180, 7);
    font-size: 36px;
    transition: 0.3s;
}

.services .icon-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
}

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

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: black;
}

.services .icon-box:hover {
    transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
    color: rgb(16, 180, 7);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(233, 166, 127, 0.9), rgba(233, 166, 127, 0.9)), url("../img/pic3.jpg") fixed center center;
    background-size: cover;
    padding: 70px 0;
}

.cta h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.cta p {
    color: #fff;
    font-size: 19px;
}

.cta .cta-btn {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

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

@media (max-width: 1024px) {
    .cta {
    background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    list-style: none;
    margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    margin: 10px 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    transition: all 0.3s;
    padding: 8px 20px;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
}

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

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

.portfolio .portfolio-item .portfolio-img {
    overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
    transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 3;
    right: 15px;
    transition: all 0.3s;
    background: rgba(55, 81, 126, 0.8);
    padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
    color: #f9fcfe;
    font-size: 14px;
    margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #fff;
    transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #e49047;
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
    transform: scale(1.15);
}

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

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

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #e49047;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e49047;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

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

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

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

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

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

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

.swiper-wrapper {
    /* height: 599px; */
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
    height: 100%;
}

.team .member .pic {
    /* overflow: hidden; */
    width: 180px;
    border-radius: 50%;
}

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

.team .member:hover {
    transform: translateY(-10px);
}

.team .member .member-info {
    padding-left: 30px;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: rgb(16, 180, 7);
}

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

.team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
}

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

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

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

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

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

.team .member .social a:hover i {
    color: #fff;
}

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

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
    padding-top: 40px;
}

.pricing .box {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    background: #fff;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 5px;
}

.pricing h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
    color: #e49047;
}

.pricing h4 {
    font-size: 48px;
    color: #e49047;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    margin-bottom: 25px;
}

.pricing h4 sup {
    font-size: 28px;
}

.pricing h4 span {
    color: #e49047;
    font-size: 18px;
    display: block;
}

.pricing ul {
    padding: 20px 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}

.pricing ul li {
    padding: 10px 0 10px 30px;
    position: relative;
}

.pricing ul i {
    color: #28a745;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 6px;
}

.pricing ul .na {
    color: #ccc;
}

.pricing ul .na i {
    color: #ccc;
}

.pricing ul .na span {
    text-decoration: line-through;
}

.pricing .buy-btn {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    color: #e49047;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    transition: 0.3s;
    border: 1px solid #e49047;
}

.pricing .buy-btn:hover {
    background: #e49047;
    color: #fff;
}

.pricing .featured {
    border-top-color: #e49047;
}

.pricing .featured .buy-btn {
    background: #e49047;
    color: #fff;
}

.pricing .featured .buy-btn:hover {
    background: #23a3df;
}

@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0 100px;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li+li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #e49047;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #e49047;
    transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
    color: #e49047;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    border-top: 3px solid rgb(101, 235, 101);
    border-bottom: 3px solid rgb(101, 235, 101);
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

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

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: rgb(16, 180, 7);
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: green;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .info .social-links {
    padding-left: 60px;
}

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

.contact .info .social-links a:hover {
    background: #e49047;
    color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #e49047;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid rgb(101, 235, 101);
    border-bottom: 3px solid rgb(101, 235, 101);
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

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

.contact .php-email-form .validate {
    display: none;
    color: rgb(26, 255, 0);
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: rgb(101, 235, 101);
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

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

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: rgb(101, 235, 101);
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

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

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

.contact .php-email-form .form-group {
    margin-bottom: 20px;
}

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

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

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #e49047;
}

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

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

.contact .php-email-form button[type=submit] {
    background: rgb(101, 235, 101);
    border: 0;
    padding: 12px 34px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

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

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

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #f3f5fa;
    min-height: 40px;
    margin-top: 72px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 68px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 600;
    color: #e49047;
}

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

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    font-size: 14px;
    background: #ec925d;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #f3f5fa;
    text-align: center;
    font-size: 15px;
    color: #444444;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #e49047;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}

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

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

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

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}

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

#footer .footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(101, 235, 101);
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    color: #5e5e5e;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: rgb(101, 235, 101);
    position: relative;
    padding-bottom: 12px;
}

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

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

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #407795;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

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

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

#footer .footer-top .footer-links a {
    color: #777777;

}

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

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

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

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

#footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

#footer .copyright {
    float: left;
}

#footer .credits {
    float: right;
    font-size: 13px;
}

#footer .credits a {
    transition: 0.3s;
}

@media (max-width: 768px) {
    #footer .footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #footer .copyright,
    #footer .credits {
        text-align: center;
        float: none;
    }

    #footer .credits {
        padding-top: 4px;
    }
}

.values {
    padding-bottom:20px;
}

.values .icon-box {
    padding: 25px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: #fff;
    box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
    transition: all 0.3s ease-in-out;
    text-align: center;
    border: 1px solid #fff;
}

.values .icon {
    margin: 0 auto 20px auto;
    padding-top: 17px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 72px;
    height: 72px;
}

.values .icon i {
    font-size: 36px;
    line-height: 1;
}

.values .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.values .title a {
    color: #111;
}

.values .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.values .icon-box-pink .icon {
    background: #fff;
}

.values .icon-box-pink .icon i {
    color: rgb(16, 180, 7);
}

.values .icon-box-pink:hover {
    border-color: rgb(16, 180, 7);
}

.values .icon-box-cyan .icon {
    background: #fff;
}

.values .icon-box-cyan .icon i {
    color: rgb(16, 180, 7);
}

.values .icon-box-cyan:hover {
    border-color: rgb(16, 180, 7);
}

.values .icon-box-green .icon {
    background: #fff;
}

.values .icon-box-green .icon i {
    color: rgb(16, 180, 7);
}

.values .icon-box-green:hover {
    border-color: rgb(16, 180, 7);
}

.values .icon-box-blue .icon {
    background: #fff;
}

.values .icon-box-blue .icon i {
    color: rgb(16, 180, 7);
}

.values .icon-box-blue:hover {
    border-color: rgb(16, 180, 7);
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    list-style: none;
    margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    margin: 10px 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    transition: all 0.3s;
    padding: 8px 20px;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
}

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

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

.portfolio .portfolio-item .portfolio-img {
    overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
    transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 3;
    right: 15px;
    transition: all 0.3s;
    background: rgba(55, 81, 126, 0.8);
    padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
    color: #f9fcfe;
    font-size: 14px;
    margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #fff;
    transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
    transform: scale(1.15);
}

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

  /* Upcoming Events Section */

.upcoming-details {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.upcoming .section-title h2 {
    animation:censusBounce ease 3s infinite;
    overflow:clip;
    -webkit-animation:censusBounce ease 3s infinite;
}

.upcoming-details .upcoming-description {
    padding-top: 30px;
}

.upcoming-description {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* .upcoming-container {
    background: #e9a86b;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
  } */

.upcoming-container .nav-item {
    padding: 0;
}

.upcoming-container .nav-item .nav-link {
    text-decoration: none;
    color: #e9a86b;
    display: block;
    border-bottom: 1px solid #e9a86b;
    transition: color 0.3s;
}

.upcoming-container .nav-item .nav-link:hover {
    color: #c17743;
}

.table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 15px 15px;
}

.table td {
    border: none;
    padding: 10px;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.1) ;
    border-radius: 10px ;
    background: #fff;
}


.date {
    display:inline-block;
    /* background-color: rgb(16, 180, 7); */
    padding: 5px 10px;
    border-radius: 5px;
    align-items: center;
    /*justify-content: flex-end;
    align-items: center;
    font-size: 1.2em;
    */color: #333;

}

.date i {
    margin-right: 5px;
}

.skew {
    display: inline-block;
    /* background: #d86720; */
    color: #fff;
    padding: 5px 15px;
    transform: skew(-10deg);
    border-radius: 5px;
}

.event-description {
    position: relative;
    width: 100%;
    text-align: justify;
    padding-top: 10px;
    font-size: 10pt;
    color: white;
}


/*--------------------------------------------------------------
# Event Section
--------------------------------------------------------------*/

.portfolio-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


/*I EDITED HERE 27 MARCH 2025*/

/*.fit-image {*/
/*    width: 100%; */
/*    height: 250px; */
/*    object-fit: cover;*/
/*}*/



.portfolio-item {
    /*background: #fff;*/
    /*margin-bottom: 30px;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
    /*transition: transform 0.3s ease-in-out;*/
}

.portfolio-item:hover {
    transform: translateY(-10px);
}

.portfolio-img img {
    width: 100%;
    height: 250px;
    display: block;
    object-fit: cover;
}

.portfolio-info {
    padding: 20px;
    text-align: center;
}

.portfolio-info p {
    font-size: 1.1em;
    color: black;
    margin-bottom: 20px;
}

.details-link {
    color: #e9a86b;
    font-size: 1.5em;
    text-decoration: none;
    transition: color 0.3s;
}

.details-link:hover {
    color: #d86a1b;
}

.details-link i {
    vertical-align: middle;
}

.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #47b2e4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #d86720;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
    margin-top: 20px;
}

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

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

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

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

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

.portfolio-details .portfolio-description p {
    padding: 0;
    color: black;
    font-size: 1.1em;
    text-align:justify;
}

@media (max-width: 576px) {
    .portfolio-img img {
        height: 100px;
    }
}


/* .home-slider {
    position: relative;
    z-index: 4;
} */

.home-slider .owl-item {
    opacity: .4;
}
.home-slider {
    height: 90vh; /* Full viewport height */
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .home-slider {
        height: auto;
    }
}




/*.slider-item {*/
/*    position: relative;*/
/*    height: 100%;*/
/*}*/
/*.slider-item img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    object-position: center;*/
/*}*/

.home-slider .owl-item.active {
    opacity: 1;
}

.home-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.home-slider .owl-nav .owl-prev,
.home-slider .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    opacity: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.home-slider .owl-nav .owl-prev:hover,
.home-slider .owl-nav .owl-prev:focus,
.home-slider .owl-nav .owl-prev:active,
.home-slider .owl-nav .owl-next:hover,
.home-slider .owl-nav .owl-next:focus,
.home-slider .owl-nav .owl-next:active {
    outline: none;
    opacity: 1;
}

/* .home-slider .owl-nav .owl-prev span:before,
.home-slider .owl-nav .owl-next span:before {
    font-size: 40px;
} */

.home-slider .owl-nav .owl-prev {
    left: 30px !important;
}

.home-slider .owl-nav .owl-next {
    right: 30px !important;
}

.home-slider.home-slider {
    z-index: 1;
    position: relative;
}

.home-slider.home-slider .btn-link {
    color: #fff;
}

.home-slider.home-slider .owl-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.home-slider.home-slider .owl-nav button {
    color: #fff;
}

.home-slider.home-slider:focus .owl-nav,
.home-slider.home-slider:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.home-slider.home-slider.inner-page .slider-item {
    position: relative;
    z-index: 10;
    height: calc(50vh - 117px);
    min-height: 550px;
}

.home-slider.home-slider.inner-page .slider-item .slider-text {
    color: #fff;
    height: calc(50vh - 117px);
    min-height: 550px;
}

.home-slider.home-slider .owl-dots .owl-dot span {
    background: none !important;
}

.home-slider.home-slider .owl-dots .owl-dot.active {
    width: 15px;
    opacity: 1;
}

.home-slider.home-slider .owl-dots .owl-dot.active span {
    background: white !important;
}

.home-slider.major-caousel .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-slider.major-caousel .owl-nav .owl-prev,
.home-slider.major-caousel .owl-nav .owl-next {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #495057;
}

.home-slider.major-caousel .owl-nav .owl-prev:hover,
.home-slider.major-caousel .owl-nav .owl-prev:focus,
.home-slider.major-caousel .owl-nav .owl-next:hover,
.home-slider.major-caousel .owl-nav .owl-next:focus {
    color: #6c757d;
    outline: none;
}


.home-slider.major-caousel .owl-nav .owl-prev.disabled,
.home-slider.major-caousel .owl-nav .owl-next.disabled {
    color: #dee2e6;
}

.home-slider.major-caousel .owl-nav .owl-prev {
    left: -60px !important;
}

.home-slider.major-caousel .owl-nav .owl-next {
    right: -60px !important;
}

.home-slider.major-caousel .owl-dots {
    bottom: -30px !important;
    position: relative;
}

.inner-page .slider-item {
    position: relative;
    height: calc(50vh - 117px);
    min-height: 550px;
}

.inner-page .slider-item .slider-text {
    color: #fff;
    height: calc(50vh - 117px);
    min-height: 550px;
}


/* 
.slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(100vh);
    min-height: 700px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    object-fit: cover;
    left:0 ;
    top:0 ;
}

.slider-item:before {
    content: "";
    position: absolute;
    top: 80%; 
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 500px;
    width: 100%;
    padding: 20px;
    /* padding:0 100px; */
    /* background: black; */
    /* background: -moz-linear-gradient(top, black 0%, rgba(145, 232, 66, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(145, 232, 66, 0)));
    background: -webkit-linear-gradient(top, black 0%, rgba(145, 232, 66, 0) 100%);*/
    /* background: -o-linear-gradient(top, black 0%, rgba(145, 232, 66, 0) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(145, 232, 66, 0) 100%); */
    /*background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(145, 232, 66, 0))); */
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#91e842', GradientType=0);  *//*
}

.slider-item .slider-text {
    color: #fff;
    height: 100%;
    min-height: 700px;
    width: 100%;
    padding: 20px;
    align-items:flex-end;
    bottom:0;
    position: relative;
    
}

.slider-item .slider-text .child-name {
    font-size: 40px;
    color: #fff;
}

.slider-item .slider-text h1 {
    font-size: 50px;
    color: black;
    line-height: 1.2;
    font-weight: 300 !important;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-left: 0.5em;
}

@media (max-width: 991.98px) {
    .slider-item .slider-text h1 {
        font-size: 40px;
    }
}

.slider-item .slider-text p {
    font-size: 20px;
    /* line-height: 1.5; *//*
    font-weight: 300;
    color: black;
    margin: 0 auto;
}

.slider-item .slider-text p a {
    color:white;
    float: left;
}
/* 
.slider-item .slider-text p a:hover {
    color: #fff;
    text-decoration: underline;
} *//*

.slider-item .slider-text p.sub-text {
    line-height: 2;
}

.slider-item .text-white {
    background-color: rgb(16, 180, 7);
} */

.owl-custom-nav {
    float: right;
    position: relative;
    z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block;
}

.section {
    padding:60px 0;
    overflow: 0;
}

.section-subscribe {
    padding: 2em 0;
}

.home-slider .home-slider-item .home-info p {
    color: #f9fcfe;
    font-size: 14px;
    margin-bottom: 0;
  }

.home-slider .home-slider-item .home-info .preview-link,
.home-slider .home-slider-item .home-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.home-slider .home-slider-item .home-info .preview-link:hover,
.home-slider .home-slider-item .home-info .details-link:hover {
  color: #e49047;
}

.home-slider .home-slider-item .home-info .details-link {
  right: 10px;
}

.icon-bell{
    animation: ring 0.5s infinite;
    -webkit-animation: ring 0.5s infinite;
}

.icon-container{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@keyframes ring {
    0% { transform:rotate(0) ; -webkit-transform:rotate(0) ; -moz-transform:rotate(0) ; -ms-transform:rotate(0) ; -o-transform:rotate(0) ;}
    25% { transform:rotate(15deg) ; -webkit-transform:rotate(15deg) ; -moz-transform:rotate(15deg) ; -ms-transform:rotate(15deg) ; -o-transform:rotate(15deg) ; }
    50% { transform:rotate(0) ; -webkit-transform:rotate(0) ; -moz-transform:rotate(0) ; -ms-transform:rotate(0) ; -o-transform:rotate(0) ; }
    75% { transform:rotate(-15deg) ; -webkit-transform:rotate(-15deg) ; -moz-transform:rotate(-15deg) ; -ms-transform:rotate(-15deg) ; -o-transform:rotate(-15deg) ; }
    100% { transform:rotate(0) ; -webkit-transform:rotate(0) ; -moz-transform:rotate(0) ; -ms-transform:rotate(0) ; -o-transform:rotate(0) ; }

}

.carousel-text {
    left:0;
    z-index: 96;
    bottom: 0;
    /* background: linear-gradient( rgb(24, 23, 23), rgb(122, 94, 94)) */
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    /* color: #212529; */
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    /* color: #16181b; */
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fd5f00;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    /* color: #6c757d; */
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #d9e1e9;
}