@import url("https://fonts.googleapis.com/css?family=Muli:300,400,500,700,900");
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
       overflow-x: hidden;

}

body {
    font-family: "Muli", sans-serif;
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
    text-align: left;
    background-color: #fff;
    font-weight: 400;
    color: #6c757d;
    overflow-x: hidden;
    /*overflow-y: scroll;*/
 
}

/*--------------------
 TYPOGRAPHY
-----------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Muli", sans-serif;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0.5rem;
    color: #212529;
}

.h1,
h1 {
    font-size: 2.125rem;
    line-height: 40px;
}

.h2,
h2 {
    font-size: 1.625rem;
}

.h3,
h3 {
    font-size: 1.375rem;
}

.h4,
h4 {
    font-size: 1.125rem;
}

.h5,
h5 {
    font-size: 0.9375rem;
}

.h6,
h6 {
    font-size: 0.75rem;
}

.lead {
    font-size: 1.0625rem;
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.section-title {
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.bg-grey {
    background: #f4f7fc;
}

/*--------------------
Common Styles
-----------------*/
.section-heading {
    margin-bottom: 30px;
}

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

.img-thumbnail {
    padding: 0.25rem;
    border: 1px solid #dee2e6;
    background-color: #fff;
}

.section {
    position: relative;
    padding: 8.125rem 0;
}

@media (min-width: 768px) {
    .section {
        padding: 3.5rem 0;
    }
}

.section-top {
    padding-top: 8.125rem;
}

/* .section-bottom {
    padding-bottom: 7.5rem;
    padding-top: 5rem;
    padding-bottom: 8.125rem;
} */
.section-bottom1 {
    padding-bottom: 2rem;
}

@media (min-width: 768px) {
    .section-top {
        padding-top: 10.3125rem;
    }
}

.bg-grey {
    background: #f4f7fc;
}

/*-------------------
  BUTTONS STYLE
----------------=----*/
/* .btn {
  font-size: .6875rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  padding: 1.2rem 2.7rem;
  border: 0.1rem solid transparent;
  transition: all 0.2s ease-in-out;
  letter-spacing: .5px;
} */

.btn-circle {
    display: inline-flex;
    width: 4.20313rem !important;
    height: 4.20313rem !important;
    padding: 0 !important;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.btn-outline-dark {
    border: 1px solid #222;
}

.btn-white {
    background: #fff;
    color: #212529;
}

.btn-trans-white {
    border: 1px solid #fff;
    color: #fff;
}

.btn-outline-dark:hover {
    background: #222 !important;
    color: #fff !important;
}

.btn.btn-link {
    color: #212529;
}

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

.btn-circled {
    border-radius: 75px;
}

.bg-primary,
.btn-primary,
.btn-white:hover {
    background: #4e6f5c !important;
    border-color: #4e6f5c !important;
    color: #fff;
}

.bg-dark,
.btn-primary:hover {
    background: #232323 !important;
    border-color: #232323 !important;
    color: #fff;
}

.shadow-sm-2 {
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

/*------------------------
 BACKGROUND
----------------------------*/
.bg-cover {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.bg-cover,
.bg-overlay,
.bg-overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg-overlay:before {
    content: "";
    opacity: 0.55;
    background-color: #212529;
}

.box-shadow {
    box-shadow: 0 25px 100px -5px rgba(0, 0, 0, 0.15);
}

.mt50 {
    margin-top: 80px;
}

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

.bg-primary {
    background: #4e6f5c !important;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: underline;
    color: #4e6f5c;
}

/*----------------------
 HEADER STYLE
-----------------------*/
.header-socials {
    line-height: 22px;
    margin-bottom: 0px;
}

.header-socials li {
    padding: 8px;
}

.header-socials li a {
    color: #4e6f5c;
}

/*-----------------
 LOGO BAR
-------------------*/
.logo-bar {
    padding: 10px 0px 10px;
}

.top-info-block {
    margin-right: 30px;
}

.top-info-block h5,
.top-info-block p {
    margin-bottom: 0px;
}

.icon-block {
    margin-right: 20px;
    color: #4e6f5c;
    font-size: 40px;
    line-height: 20px;
    font-weight: 400;
}

.top-info-block:last-child {
    margin-right: 0px;
}

.header-bar {
    overflow: visible;
    position: relative;
    padding-bottom: 30px;
}

.main-navigation {
    border-bottom: 1px solid #e4e4e4 !important;
}

/*-----------------------
 HOME-3
---------------------------*/
.header-white {
    background: #4e6f5c;
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
}

.trans-navigation .navbar-brand h4,
.site-navigation .navbar-brand h4,
.site-navigation .navbar-brand h3,
.trans-navigation .navbar-brand h3 {
    color: #fff;
}

.banner-content.style-2 {
    padding-top: 200px;
}

.trans-navigation .navbar-brand {
    padding-top: 13px;
}

.site-navigation.header-white {
    border-bottom: 1px solid transparent;
}

.site-navigation .navbar-brand {
    padding-top: 13px;
    margin-right: 20px;
}

.banner-content2 {
    padding: 200px 0px;
}

.banner-content2 .display-4 {
    color: #fff;
    font-weight: 600;
}

.banner-content2 p.lead {
    color: #fff;
}

/* =========================
PRELOADER
=======================*/
#page-loader {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1050;
}

.loader-icon {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 3px solid rgba(19, 19, 19, 0.1) !important;
    border-left: 3px solid rgba(19, 19, 19, 0.1) !important;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-right: 3px solid #1453f2 !important;
    border-top: 3px solid rgba(19, 19, 19, 0.1) !important;
    height: 50px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.colored-border {
    border-color: #fff;
}

.fa-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/*--------------------------
PAGE BANNER
--------------------------*/
.page-banner-area {
    padding: 180px 0px;
}

.page-contact {
    position: relative;
    padding: 80px 0px;
    background: url("/images/contact.jpg") fixed 50% 50% no-repeat;
    background-size: cover;
}

.page-career {
    position: relative;
    padding: 120px 0px;
    background: url("../images/career9.jpg") fixed 50% 50% no-repeat;
    background-size: cover;
}
.page-service {
    position: relative;
    padding: 180px 0px;
    background: url("../images/banner/service.jpg") fixed 50% 50% no-repeat;
    background-size: cover;
}

.page-about {
    position: relative;
    padding: 120px 0px;
    background: url("../images/about5.jpg") fixed 50% 50% no-repeat;
    background-size: cover;
}
.page-solution {
    position: relative;
    padding: 120px 0px;
    background: url("../images/solutions/solution-baner.jpg") fixed 50% 50%
        no-repeat;
    background-size: cover;
}
.page-solution-service {
    position: relative;
    padding: 120px 0px;
    background: url("../images/solutions/product-services.jpg") fixed 50% 50%
        no-repeat;
    background-size: cover;
}
.page-support {
    position: relative;
    padding: 100px 0px;
    background: url("../images/support.jpg") fixed 50% 50% no-repeat;
    background-size: cover;
}
.page-support p {
    font-size: 1.1em;
    letter-spacing: 1px;
}
.support-inner {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    align-items: center;
    padding: 0px 60px 100px 60px;
}
.support-inner .text {
    background: #fff;
    padding: 60px;
    box-shadow: 0 2px 10px -1px rgb(68 68 68 / 30%);
    flex: 1.5;
    position: relative;
    left: 40px;
}
.support-inner .text .text-inner {
    max-width: 88%;
}
.support-inner .image {
    position: relative;
    flex: 1.2;
    left: -25px;
}
.support-inner .image img {
    object-fit: contain;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    width: 400px;
    height: 280px;
}
.support-block {
    position: relative;
}
.support-block::before {
    background: #e6e6e6;
    bottom: 0px;
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
}
.support-registration {
    background-color: #e6e6e6;
}
@media screen and (max-width: 767px) {
    .support-inner {
        padding: 0px;
        flex-direction: column;
        padding-top: 40px;
    }
    .support-inner .text {
        order: 2;
        padding: 20px;
        box-shadow: none;
        left: 0px;
    }
    .support-inner .image {
        order: 1;
        left: 0px;
        width: 90%;
        margin: 0 auto;
    }
    .support-inner .image img {
        width: 100%;
        height: 200px;
    }
}
.btn-support {
    background: #fff;
    border: 2px solid #38c172;
    color: #000;
    border-radius: 0%;
    font-size: 1.1rem;
}
.support-header {
    border-left: 5px solid #fff;
    padding: 5px 10px;
}

.page-our_work {
    position: relative;
    padding: 120px 0px;
    background: url("../images/work-baner.jpg") fixed 50% 50% no-repeat;
    background-size: cover;
}
.home-solution {
    background-color: #4e6f5c;
    color: #fff;
}
.bottom-border-white {
    width: 50px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 10px;
}
.main-img {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 99;
}

.page-pricing {
    position: relative;
    padding: 180px 0px;
    background: url("../images/banner/img2.jpg") fixed 50% 50% no-repeat;
    background-size: cover;
}

.page-project {
    position: relative;
    padding: 180px 0px;
    background: url("../images/banner/p-4.jpg") fixed 50% 50% no-repeat;
    background-size: cover;
}

.page-banner-content h1 {
    color: #fff;
}

.page-banner-content p {
    color: #eee;
}

.form-control {
    border-radius: 0px;
    /* height: 45px; */
}

/*-------------------
   MENU
----------------------*/
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    content: "";
    vertical-align: middle;
    background: no-repeat 50%;
    background-size: 100% 100%;
}

.main-nav {
    margin-bottom: -45px;
    z-index: 999;
}

.navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #a02b2d;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #a02b2d;
}
.navbar-dark .navbar-nav .nav-link:active {
    color: #a02b2d;
}
.show .nav-link {
    color: #440a0b !important;
}
.rounded-radius {
    border-radius: 5px;
}

.navbar {
    position: relative;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e4e4e4;
}

.navbar:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    transition: opacity 0.15s linear;
    opacity: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.fixed-top {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}

.navbar-dark {
    color: #fff;
}

.navbar-light {
    color: #212529;
}

.navbar-light:before {
    opacity: 1;
}

.navbar .nav-item-divider {
    display: none;
}

.navbar .nav-item-divider .nav-link {
    opacity: 0.25;
}

/* .nav-item .dropdown .dropdown-menu {
  transition: all 300ms ease;
  display:flex;
  visibility: hidden;
  opacity: 0;
  top: 120%;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  border: 0px;
  padding: 20px;
  position: absolute;


} */

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header-bar.fixed-header .main-navigation {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(20, 27, 40, 0.9);
    border-color: transparent;
}

/*-------------------
  DROPDOWN MENU
----------------------*/
.dropdown-menu {
    opacity: 0;
}

.dropdown-menu.show {
    -webkit-animation: 0.2s forwards b;
    animation: 0.2s forwards b;
}

@-webkit-keyframes b {
    to {
        opacity: 1;
    }
}

@keyframes b {
    to {
        opacity: 1;
    }
}

/* .dropdown-item {
  font-size: .6875rem;
  font-weight: 500;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: background-color .1s;
  text-transform: uppercase;
} */

.dropdown-item:hover {
    color: black;
    text-decoration: none;
    /* background-color: #4e6f5c; */
}

/*----------------------
 BANNER STYLE
-----------------------*/
.py-7 {
    padding: 1rem 0;
}

.py-8 {
    padding: 8.5rem 0;
}

.main-banner h5 {
    margin-bottom: 20px;
}

.main-banner h1.display-4 {
    line-height: 65px;
}

.main-banner p.lead,
.banner-content p.lead {
    margin-bottom: 2.5rem !important;
}

/*-------------------------
 HOME -2
-----------------------------*/
#banner {
    position: relative;
    background: url("/images/banner3.jfig") no-repeat;
    background-size: cover;
}
#banner-home {
    position: relative;
    overflow: hidden;
    /* background-size: cover; */
}
.video-bg,
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.video-overlay {
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none; /* Allows right clicking on the video to pause etc */
}
.video-bg video {
    /* min-width: 100%; */
    /* min-height: 100%; */
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.callout-content {
    position: relative;
    text-align: center;
    margin: 50px 0; /* This adds some space around the video */
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.banner-title {
    font-weight: 500;
    color: #c8d1d8;
}

.banner-btn {
    background-color: #c8d1d8;
    /* width: 200px; */
    /* padding: 10px; */
    /* font-size: 24px; */
    /* color: transparent; */
}
.banner-content {
    width: 400px;
    /* padding: 150px 0px; */
    padding-right: 30px;
}

.banner-content p {
    color: #eee;
    padding-right: 80px;
    margin-bottom: 30px !important;
}

.banner-content .display-4 {
    color: #fff;
    font-weight: 600;
}

/* #banner .overlay {
  opacity: .7;
} */

.banner-contact-form {
    padding: 45px 40px;
    margin-top: 30px;
}

.banner-contact-form .form-control {
    border-radius: 0px;
    height: 45px;
}

.banner-contact-form textarea.form-control {
    height: auto;
}

#banner-3 {
    position: relative;
    background: url("../images/banner/banner.jpg") no-repeat;
    background-size: cover;
}

#banner-4 {
    position: relative;
    background: url("../images/banner/banner-2.jpg") no-repeat;
    background-size: cover;
}

/*----------------------
 FEATURE STYLE
-----------------------*/
.img-icon-block {
    position: relative;
}

.img-icon-block:before {
    position: absolute;
    content: "";
    top: -27px;
    background-color: #4e6f5c;
    opacity: 0.3;
    width: 80px;
    right: 70px;
    height: 80px;
    border-radius: 50%;
    z-index: 1;
}

.img-icon-block i {
    font-size: 58px;
    z-index: 2 !important;
    color: #333;
    position: relative;
}

/*--------------------------
ABOUT-2
---------------------------*/
#about .img-block {
    position: relative;
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}
.about-block {
    padding: 20px;
    position: relative;
}
.about-block:hover {
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
/* #about .img-block img {
  border: 5px solid #4e6f5c;
} */

.pt-6 {
    padding-top: 4.5rem;
}

.img-icon i {
    font-size: 60px;
}

/*----------------------
 SERVICE
-----------------------*/
h5.subtitle {
    color: #4e6f5c;
    margin-bottom: 10px;
    font-weight: 300;
}

.service-heading {
    margin-bottom: 50px;
}

.service-images {
    margin-bottom: -200px;
    border: 10px solid #fff;
    z-index: 9999;
}

.service-content {
    padding-top: 60px;
    padding-left: 15px;
}

.service-content h1 {
    margin-bottom: 20px;
    margin-top: 15px;
}

.service-icon {
    margin-right: 20px;
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    background: #4e6f5c;
    text-align: center;
    border-radius: 50%;
    padding-top: 5px;
}

.service-block {
    margin-bottom: 50px;
    padding-right: 50px;
}

.service-inner-content h4 {
    text-transform: uppercase;
}

/*----------------------
 WEB SERVICES
-----------------------*/
#services-2 {
    position: relative;
    background: url("../images/bg/6.jpg") no-repeat fixed 50% 50%;
    background-size: cover;
}

#services-2:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        30deg,
        rgba(121, 110, 255, 0.95) 0%,
        rgba(33, 200, 122, 0.95) 100%
    );
}

.web-service-block {
    text-align: center;
    padding: 35px 25px;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 10px;
}

.web-service-block i {
    font-size: 70px;
    margin-bottom: 30px;
    display: block;
    color: #fff;
}

.web-service-block h3 {
    color: #fff;
}

.web-service-block p {
    color: #eee;
    margin-top: 15px;
}

.web-service-block:hover {
    background: #fff;
    border-color: transparent;
}

.web-service-block:hover i {
    color: #4e6f5c;
}

.web-service-block:hover h3 {
    color: #111;
}

.web-service-block:hover p {
    color: #111;
}

.service-img {
    margin-bottom: -200px;
    border: 10px solid #fff;
    z-index: 9999;
}

/*----------------------
 PRoject
-----------------------*/
#projects-wrap {
    position: relative;
    /* background: url("../images/bg/banner_bg.jpg") no-repeat; */
    background-size: cover;
}

#projects-wrap p.lead {
    color: #a9a9a9 !important;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.96);
    opacity: 0.7;
}

.overlay.feature-overlay {
    background-color: rgba(0, 0, 0, 0.96);
    opacity: 1;
}

#projects {
    margin-top: -95px;
}
#projects1 {
    margin-top: -50px;
}
.single-project {
    padding: 10px;
    margin-top: 10px;
}
.single-project:hover {
    margin-top: 0px;
    transition: all 0.5s;
}
.single-project img {
    border-radius: 10px;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
}

.project-content {
    /* text-align: center; */
    padding: 40px 20px;
    position: relative;
    background-color: #fff;
}

.project-content .btn {
    padding: 0.7rem 1.7rem;
    border-radius: 25px;
}

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

.project-content h4 {
    text-transform: capitalize;
}

.project-content-block {
    padding: 70px 40px;
    margin-left: -120px;
    background: #f4f7fc;
    position: absolute;
    bottom: -70px;
    border: 15px solid #fff;
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.project-content-block h4 {
    color: #4e6f5c;
}

.project-content-block p {
    margin-top: 25px;
}

/*-------------------------
 PORTFOLIO-2
---------------------------*/
.single-work {
    transition: all 300ms ease-in-out;
}

.overlay-content-block {
    position: absolute;
    content: "";
    bottom: 20px;
    width: 100%;
    left: 30px;
    padding: 30px 20px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    border-radius: 5px 0px 0px 5px;
}

.overlay-content-block a {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    border-radius: 100%;
    position: absolute;
    left: 30px;
    top: -23px;
    background: #4e6f5c;
    color: #fff;
}

.overlay-content-block h4 {
    margin-bottom: 0px;
    margin-top: 10px;
}

.work-block {
    position: relative;
    border: 5px solid #fff;
}

.work-block img {
    width: 100%;
    border-radius: 5px;
}

.work-block:hover .overlay-content-block {
    opacity: 1;
    visibility: visible;
}

/* ==============================
  SINGEL PROJECTS
=============================*/
.project-details-info {
    margin: 40px 0px;
}

.info-block-2 {
    float: left;
    margin-right: 65px;
    margin-bottom: 40px;
}

.project-info ul {
    margin-top: 40px;
}

.project-info ul li {
    margin-bottom: 30px;
    padding-right: 20px;
}

.project-lg-images img {
    width: 100%;
}

/*----------------------
 PROCESS
-----------------------*/
.process-block {
    text-align: center;
}

.process-block img {
    border-radius: 5px;
    margin-bottom: 30px;
}

.process-block h3 {
    margin-bottom: 15px;
}

/*----------------------
 PRICING
-----------------------*/
.price-block {
    margin: 20px 0px 30px;
}

.price-block h2 {
    font-size: 80px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.price-block h2 small {
    position: absolute;
    top: 20px;
    font-size: 16px;
    left: -9px;
}

.price-block h6 {
    font-size: 14px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 7px;
    text-transform: capitalize;
    width: 50%;
    margin: 10px auto;
}

.price-features {
    margin: 30px 0px 50px;
}

.price-features li {
    font-size: 16px;
    padding: 5px 0px;
    position: relative;
    padding-left: 30px;
}

.price-features li:before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    left: 0px;
    top: 5px;
    color: #4e6f5c;
    font-weight: 900;
}

.pricing-block .price-features li {
    padding-left: 0px;
}

.pricing-block .price-features li:before {
    display: none;
}

/*--------------------------
PRICING-2
---------------------------*/
.pricing-box {
    border: 1px solid #eee;
    padding: 60px;
    transition: all 300ms ease-in-out;
}

.pricing-box .price-block h2 span {
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
}

.pricing-box:hover {
    background: #1d1c1c;
    border-color: #1d1c1c;
}

.pricing-box:hover .price-features li {
    color: #eee;
}

.pricing-box:hover .price-block h2 {
    color: #fff;
}

.pricing-box:hover h3 {
    color: #fff;
}

.pricing-box:hover .btn {
    background: #fff !important;
    color: #000 !important;
}

/*----------------------
 BLOG SECTION
-----------------------*/
.blog-box {
    position: relative;
}

.blog-box .blog-img-box img {
    border-radius: 5px;
    box-shadow: 0 7px 12px rgba(0, 0, 0, 0.08);
}

.single-blog {
    padding-top: 25px;
    position: relative;
}

.bg-light .single-blog {
    padding: 40px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.blog-content ul {
    margin-bottom: 10px;
}

.blog-content a h3 {
    transition: all 0.3s ease 0s;
    margin: 15px 0px;
}

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

.blog-content:hover a h3 {
    color: #4e6f5c;
}

.blog-content h6 span {
    display: inline-block;
    padding-left: 10px;
}

.blog-content h6 span:after {
    display: none;
}

/*------------------------------------
SECTION TESTIMONIAL
-------------------------------------*/
#section-testimonial {
    padding-bottom: 120px;
    background: #f9faff;
}

.mb25 {
    margin-bottom: 25px;
}

.test-inner {
    position: relative;
    padding: 30px;
    background: #fff;
    border-top-right-radius: 35px;
    margin-bottom: 25px;
    transition: all 0.7s ease;
}

.test-inner:hover {
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.test-inner i {
    font-size: 60px;
    opacity: 0.09;
    position: absolute;
    right: 40px;
    bottom: 20px;
}

.test-author-thumb {
    margin-bottom: 15px;
}

.test-author-thumb img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 1px dotted #ddd;
    padding: 5px;
}

.test-author-info {
    margin-left: 20px;
    margin-top: 20px;
}

/*----------------------
 TETSIMONIAL-2
-------------------------*/
.testimonial .content img {
    margin: 0 auto 30px;
    border: 3px solid #fff;
}

.img-md {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

/*---------------------------
CONTACT PAGE
-----------------------------*/
#contact-info {
    padding-top: 90px;
}

.contact-info-block {
    border: 1px solid #eee;
    padding: 40px 20px;
    border-radius: 5px;
}

.contact-info-block h4 {
    margin-bottom: 0px;
}

.contact-info-block i {
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
    color: #4e6f5c;
}

.form-control:focus,
.form-control:hover {
    border-color: #4e6f5c;
    box-shadow: none;
}

/* --------------
    MAP
-----------------*/
#map {
    height: 400px;
    width: 100%;
}

/*----------------------
 FOOTER
-----------------------*/
#footer {
    padding: 80px 0px;
    position: relative;
}

#footer .footer-brand {
    font-size: 30px;
}

#footer .footer-links {
    padding-left: 0;
    list-style-type: none;
}

#footer {
    /* background: url("/images/bg/10.jpg"); */
    background-size: cover;
}

.footer-overlay {
    background: #435c4e;
    opacity: 1;
}

.footer-widget p {
    color: #fff;

    line-height: 30px;
    font-size: 14px;
}

.footer-widget h3 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 200;
}

.footer-links a {
    color: #fff;
    line-height: 30px;
    font-size: 15px;
    text-transform: capitalize;
}

.footer-links i {
    width: 25px;
}

.footer-copy {
    color: #fff;
    font-size: 16px;
    position: relative;
}

.footer-copy:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    width: 66%;
    height: 1px;
    background: #fff;
}

.current-year {
    color: #fff !important;
}
.service-center-btn {
    border: 1px solid #fff;
    color: #fff;
    font-size: 1rem;
    border-radius: 25px;
}
.service-center-btn:hover {
    color: #fff;
}
.help-content h3 {
    font-weight: 400;
    padding: 10px 0px;
}
.help-content h1 {
    font-size: 2rem;
}

/*-----------------------------
 SCROLL TO TOP
--------------------------------*/
.scroll-to-top {
    position: fixed;
    content: "";
    right: 30px;
    bottom: 50px;
    z-index: 999;
    background: #4e6f5c;
    color: #fff !important;
    border-radius: 100%;
    opacity: 0;
}

.scroll-to-top i {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 60px;
    display: block;
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.scroll-to-top:hover,
.scroll-to-top:focus {
    text-decoration: none;
}

.reveal {
    transition: all 0.3s;
    cursor: pointer;
    opacity: 1;
}

/*----------------------------------
    MEDIUM LAYOUT: 1280px
-----------------------------------*/
@media (max-width: 1200px) {
    .dropdown-item {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .dropdown-item + .dropdown-item {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .navbar .dropdown-menu {
        -webkit-transform: translateY(0.5rem);
        transform: translateY(0.5rem);
        opacity: 0;
    }
    .navbar .dropdown-menu.show {
        -webkit-animation: 0.2s forwards d;
        animation: 0.2s forwards d;
    }
    @-webkit-keyframes d {
        to {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }
    @keyframes d {
        to {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }
    .navbar .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
    }
    .navbar .nav-item-divider {
        display: block;
    }
}

/*----------------------------------
    TABLET LAYOUT: 768px
------------------------------------*/
@media (max-width: 992px) {
    .section-title {
        font-size: 30px;
    }
    .background-text {
        font-size: 60px;
    }
    .main-banner h1.display-4 {
        line-height: 62px;
        font-size: 30px;
    }
    .main-nav .navbar-brand h4 {
        color: #fff;
    }
    .top-info-block {
        text-align: center;
        margin: 10px 0px;
        clear: both;
    }
    .icon-block {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .main-navigation {
        margin-top: 20px;
    }
    .main-nav .navbar-brand h4 {
        color: #fff;
    }
    .section-title {
        font-size: 22px;
    }
    .feature-block {
        margin-bottom: 80px;
    }
    .service-img {
        margin-bottom: 0px;
    }
    .service-content {
        padding-bottom: 70px;
    }
    .process-block,
    .pricing-block {
        margin-bottom: 40px;
    }
    .section-heading {
        margin-bottom: 2rem;
    }
    .project-content-block {
        text-align: center;
        margin-left: 0px;
        padding: 70px 20px;
        position: relative;
        bottom: 0px;
        margin-top: 40px;
    }
    .project-content-block h4 {
        font-size: 14px;
    }
    .blog-box {
        margin-bottom: 50px;
    }
    .footer-copy {
        text-align: center;
    }
    .footer-copy:before {
        display: none;
    }
    .banner-content p {
        padding-right: 0px;
    }
    .pricing-box {
        margin-top: 30px;
    }
    .main-navigation.menu-2 {
        margin-top: 20px;
        position: absolute;
        width: 100%;
    }
    .top-info-block {
        margin: 0px 20px;
        text-align: left;
    }
    .top-info-block .icon-block {
        margin-right: 10px;
    }
    .img-icon-block:before {
        right: auto;
    }
    #map {
        margin-top: 40px;
    }
    .contact-info-block {
        margin-bottom: 25px;
    }
    #work-wrap p.lead {
        margin-bottom: 40px;
    }
}

/*----------------------------------
    WIDE MOBILE LAYOUT: 7680px
-----------------------------------*/
@media (max-width: 768px) {
    .display-4 {
        font-size: 2.5rem;
    }
    .top-info-block {
        margin: 10px 15px;
        clear: both;
    }
    .icon-block {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .main-navigation {
        margin-top: 20px;
    }
    .main-nav .navbar-brand h4 {
        color: #fff;
    }
    .section-title {
        font-size: 22px;
    }
    .feature-block {
        margin-bottom: 80px;
    }
    .service-img {
        margin-bottom: 0px;
    }
    .service-content {
        padding-bottom: 70px;
    }
    .process-block,
    .pricing-block {
        margin-bottom: 40px;
    }
    .pricing-block.zoom-in {
        -webkit-transform: none;
        transform: none;
    }
    .section-heading {
        margin-bottom: 30px;
    }
    .project-content-block {
        text-align: center;
        margin-left: 0px;
        padding: 70px 20px;
        position: relative;
        bottom: 0px;
        margin-top: 40px;
    }
    .project-content-block h4 {
        font-size: 14px;
    }
    .testimonial-heading {
        margin-bottom: 50px;
    }
    .blog-box {
        margin-bottom: 50px;
    }
    .footer-copy {
        text-align: center;
    }
    .footer-copy:before {
        display: none;
    }
    .banner-content p {
        padding-right: 0px;
    }
    .pricing-box {
        margin-top: 30px;
    }
    .main-navigation.menu-2 {
        margin-top: 20px;
        position: absolute;
        width: 100%;
    }
    .img-icon-block:before {
        right: auto;
    }
    .page-banner-area {
        padding: 160px 0px 110px;
    }
    .info-block-2 {
        margin-right: 35px;
        margin-bottom: 40px;
    }
    .navbar-collapse.collapse.show {
        padding-bottom: 30px;
        background: #4e6f5c;
    }
    #map {
        margin-top: 40px;
    }
    .contact-info-block {
        margin-bottom: 25px;
    }
    #work-wrap p.lead {
        margin-bottom: 40px;
    }
}

/* Extra Small Devices, Phones */
@media (max-width: 640px) {
    .main-navigation {
        margin-top: 40px;
    }
    a.navbar-brand h4 {
        color: #fff;
    }
    .section-title {
        top: 0;
    }
    .background-text {
        display: none;
    }
    .display-4 {
        font-size: 2.5rem;
    }
    .navbar-collapse.collapse.show {
        padding-bottom: 30px;
        background: #4e6f5c;
    }
    .top-info-block {
        text-align: center;
        margin: 10px 0px;
        clear: both;
    }
    .icon-block {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .main-navigation {
        margin-top: 20px;
    }
    .main-nav .navbar-brand h4 {
        color: #fff;
    }
    .section-title {
        font-size: 22px;
    }
    .feature-block {
        margin-bottom: 80px;
    }
    .service-img {
        margin-bottom: 0px;
    }
    .service-content {
        padding-bottom: 70px;
    }
    .process-block,
    .pricing-block {
        margin-bottom: 40px;
    }
    .pricing-block.zoom-in {
        -webkit-transform: none;
        transform: none;
    }
    .section-heading {
        margin-bottom: 30px;
    }
    .project-content-block {
        text-align: center;
        margin-left: 0px;
        padding: 70px 20px;
        position: relative;
        bottom: 0px;
    }
    .project-content-block h4 {
        font-size: 14px;
    }
    .testimonial-heading {
        margin-bottom: 50px;
    }
    .blog-box {
        margin-bottom: 50px;
    }
    .footer-copy {
        text-align: center;
    }
    .footer-copy:before {
        display: none;
    }
    .project-content {
        text-align: center;
        padding: 50px 0px;
        position: relative;
    }
    .about-block {
        margin-top: 30px;
        text-align: center;
    }
    .banner-content p {
        padding-right: 0px;
    }
    .pricing-box {
        margin-top: 30px;
    }
    .main-navigation.menu-2 {
        margin-top: 20px;
        position: absolute;
        width: 100%;
    }
    .banner-content p {
        padding-right: 0px;
    }
    .pricing-box {
        margin-top: 30px;
    }
    .main-navigation.menu-2 {
        margin-top: 20px;
        position: absolute;
        width: 100%;
    }
    .banner-contact-form {
        padding: 45px 15px;
    }
    .web-service-block {
        margin-bottom: 30px;
    }
    .img-icon-block:before {
        right: auto;
    }
    #feature {
        padding-bottom: 0px;
    }
    .page-banner-area {
        padding: 160px 0px 110px;
    }
    #pricing-2 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .info-block-2 {
        margin-right: 35px;
        margin-bottom: 40px;
    }
    #map {
        margin-top: 40px;
    }
    .contact-info-block {
        margin-bottom: 25px;
    }
    #work-wrap p.lead {
        margin-bottom: 40px;
    }
    .navbar-toggler:focus {
        outline: none;
    }
}

/* Custom, iPhone Retina */
@media (max-width: 480px) {
    .bg-light {
        background: transparent !important;
    }
    .main-navigation {
        margin-top: 40px;
    }
    a.navbar-brand h4 {
        color: #fff;
    }
    .top-info-block {
        text-align: center;
        margin: 10px 0px;
        clear: both;
    }
    .icon-block {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .main-navigation {
        margin-top: 20px;
    }
    .main-nav .navbar-brand h4 {
        color: #fff;
        margin-top: 10px;
    }
    .section-title {
        font-size: 22px;
    }
    .banner-contact-form {
        padding: 45px 15px !important;
    }
    .feature-block {
        margin-bottom: 80px;
    }
    .service-img {
        margin-bottom: 0px;
    }
    .service-content {
        padding-bottom: 70px;
    }
    .process-block,
    .pricing-block {
        margin-bottom: 40px;
    }
    .pricing-block.zoom-in {
        -webkit-transform: none;
        transform: none;
    }
    .section-heading {
        margin-bottom: 30px;
    }
    .project-content-block {
        text-align: center;
        margin-left: 0px;
        padding: 70px 20px;
        position: relative;
        bottom: 0px;
        margin-top: 30px;
    }
    .project-content-block h4 {
        font-size: 14px;
    }
    .testimonial-heading {
        margin-bottom: 50px;
    }
    .blog-box {
        margin-bottom: 50px;
    }
    .footer-copy {
        text-align: center;
    }
    .footer-copy:before {
        display: none;
    }
    .about-block {
        margin-top: 30px;
        text-align: center;
    }
    .banner-content .display-4 {
        font-size: 28px;
        line-height: 38px;
    }
    .banner-content p {
        padding-right: 0px;
    }
    .pricing-box {
        margin-top: 30px;
    }
    .main-navigation.menu-2 {
        margin-top: 20px;
        position: absolute;
        width: 100%;
    }
    .navbar-collapse.collapse.show {
        padding-bottom: 30px;
        background: #4e6f5c;
    }
    .web-service-block {
        margin-bottom: 30px;
    }
    .section {
        padding: 60px 0px;
    }
    .section-bottom {
        padding-bottom: 60px;
    }
    .section-top {
        padding-top: 60px;
    }
    .main-banner h1.display-4 {
        line-height: 42px;
        font-size: 30px;
    }
    #projects {
        margin-top: 60px;
    }
    .img-icon-block:before {
        right: auto;
    }
    #feature {
        padding-bottom: 0px;
    }
    .page-banner-area {
        padding: 160px 0px 110px;
    }
    .display-4 {
        font-size: 30px;
    }
    .info-block-2 {
        margin-right: 35px;
        margin-bottom: 40px;
    }
    #map {
        margin-top: 40px;
    }
    .contact-info-block {
        margin-bottom: 25px;
    }
    #work-wrap p.lead {
        margin-bottom: 40px;
    }
    .navbar-toggler:focus {
        outline: none;
    }
}

/* Sidebar css */
#side-menu {
    /*background-color: #4e6f5c !important;*/
}
.list-group-item {
    border: none;
}

/*# sourceMappingURL=maps/style.css.map */
.widget-header {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.widget-header a {
    color: #343a40;
}
.widget-header a:hover {
    color: #3167eb;
}
.widget-header i {
    color: #969696;
}
.widget-header form {
    min-width: 280px;
}
.widget-header .title {
    display: block;
}
.widget-header .notify {
    position: absolute;
    top: 10px;
    right: 1px;
}
.widget-header:hover i {
    color: #3167eb;
}
.icon-xs,
.icon-sm,
.icon-md,
.icon-lg {
    display: inline-block;
    text-align: center;
    flex-shrink: 0;
    flex-grow: 0;
}

.icon-xs {
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    font-size: 16px;
}

.icon-sm {
    /* width: 48px; */
    height: 48px;
    line-height: 48px !important;
    font-size: 1rem;
}

.icon-md {
    width: 60px;
    height: 60px;
    line-height: 60px !important;
    font-size: 28px;
}

.icon-lg {
    width: 96px;
    height: 96px;
    line-height: 96px !important;
    font-size: 42px;
}
.icontext {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}
.icontext p {
    margin-bottom: 0;
}
.icontext .text {
    width: 100%;
    line-height: 1.2;
}
.icontext .icon {
    position: relative;
    margin-right: 10px;
    flex-shrink: 0;
    flex-grow: 0;
}
.icontext .title {
    display: block;
    margin-bottom: 0;
}
.product-image {
    text-align: center;
    height: 200px;
}
.product-image img {
    width: 100%;
    height: 100%;
}
#products .card {
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.breadcrumb {
    background-color: #fff;
}
.filter-title {
    font-size: 1.2rem;
    padding-bottom: 0;
}
.filter-card {
    border-radius: 0%;
    border: none;
    -webkit-box-shadow: 0 6px 5px -7px #777;
    -moz-box-shadow: 0 6px 5px -7px #777;
    box-shadow: 0 6px 5px -7px #777;
}
.filter-category {
    border-top: 3px solid #4e6f5c;
}
.sort-by-select {
    width: 160px;
    height: 35px;
    border-radius: 5px;
    background-color: #f8f9fa !important;
}
#sorting select option {
    border-radius: 10px !important;
}
.product-list-view a img {
    width: 140px;
    max-width: 140px;
    position: relative;
}
.featured-label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    border-radius: 0px;
}
.card {
    margin-bottom: 10px;
}
[data-toggle="collapse"] .fa:before {
    content: "\f078";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f077";
}

@import url("https://fonts.googleapis.com/css?family=Amaranth|Quicksand");

.image-viewer {
    /* margin: 25px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.image-viewer .main-image {
    width: 300px;
    height: 300px;
    align-self: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-viewer .main-image img {
    cursor: zoom-in;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.image-viewer .secondary-images {
    align-self: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.image-viewer .secondary-images .secondary-image {
    padding: 6.25px;
    height: 50px;
}
.image-viewer .secondary-images .secondary-image img {
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
}

.pricing,
.detail {
    padding: 12.5px;
}
.pricing {
    width: 15%;
    padding: 12.5px;
}
.pricing-price {
    text-align: right;
    margin: 12.5px 0;
    font-size: 3em;
}
.pricing-btn {
    width: 100%;
}
.detail {
    width: 30%;
}
.detail .detail-short-description {
    margin-top: 2em;
}
.detail .detail-long-description {
    margin-top: 3em;
    font-size: 0.8rem;
}
.lightbox {
    -webkit-transition: all 0.5s 0s ease-in-out;
    -moz-transition: all 0.5s 0s ease-in-out;
    -ms-transition: all 0.5s 0s ease-in-out;
    -o-transition: all 0.5s 0s ease-in-out;
    transition: all 0.5s 0s ease-in-out;
    position: fixed;
    top: -100%;
    bottom: 100%;
    left: 0;
    right: 0;
    background: rgba(208, 205, 147, 0.9);
    z-index: 501;
    opacity: 0;
}
.lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 0%;
    max-height: 0%;
}
.lightbox .lightbox-controls {
    position: relative;
    height: 100vh;
}
.lightbox .lightbox-controls .lightbox-control,
.lightbox .lightbox-controls .lightbox-controls-close,
.lightbox .lightbox-controls .lightbox-controls-previous,
.lightbox .lightbox-controls .lightbox-controls-next,
.lightbox
    .lightbox-controls
    .lightbox.show
    .lightbox-controls
    .lightbox-controls-previous,
.lightbox.show
    .lightbox-controls
    .lightbox
    .lightbox-controls
    .lightbox-controls-previous,
.lightbox
    .lightbox-controls
    .lightbox.show
    .lightbox-controls
    .lightbox-controls-next,
.lightbox.show
    .lightbox-controls
    .lightbox
    .lightbox-controls
    .lightbox-controls-next {
    height: 70px;
    width: 70px;
    position: absolute;
    z-index: 502;
    background: rgba(177, 172, 76, 0.9);
    color: white;
    font-size: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.lightbox .lightbox-controls .lightbox-controls-close {
    position: absolute;
    top: 0%;
    right: 0%;
}
.lightbox .lightbox-controls .lightbox-controls-previous {
    position: absolute;
    top: 50%;
    left: -20%;
    -webkit-transition: all 0.5s 0s ease-in-out;
    -moz-transition: all 0.5s 0s ease-in-out;
    -ms-transition: all 0.5s 0s ease-in-out;
    -o-transition: all 0.5s 0s ease-in-out;
    transition: all 0.5s 0s ease-in-out;
}
.lightbox .lightbox-controls .lightbox-controls-next {
    position: absolute;
    top: 50%;
    right: -20%;
    -webkit-transition: all 0.5s 0s ease-in-out;
    -moz-transition: all 0.5s 0s ease-in-out;
    -ms-transition: all 0.5s 0s ease-in-out;
    -o-transition: all 0.5s 0s ease-in-out;
    transition: all 0.5s 0s ease-in-out;
}
.lightbox.show {
    -webkit-transition: all 0.5s 0s ease-in-out;
    -moz-transition: all 0.5s 0s ease-in-out;
    -ms-transition: all 0.5s 0s ease-in-out;
    -o-transition: all 0.5s 0s ease-in-out;
    transition: all 0.5s 0s ease-in-out;
    top: 0%;
    bottom: 0%;
    opacity: 1;
}
.lightbox.show img {
    -webkit-transition: all 0.5s 0.5s ease-in-out;
    -moz-transition: all 0.5s 0.5s ease-in-out;
    -ms-transition: all 0.5s 0.5s ease-in-out;
    -o-transition: all 0.5s 0.5s ease-in-out;
    transition: all 0.5s 0.5s ease-in-out;
    max-width: 100%;
    max-height: 100%;
}
.lightbox.show .lightbox-controls .lightbox-controls-previous {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transition: all 0.5s 0.75s ease-in-out;
    -moz-transition: all 0.5s 0.75s ease-in-out;
    -ms-transition: all 0.5s 0.75s ease-in-out;
    -o-transition: all 0.5s 0.75s ease-in-out;
    transition: all 0.5s 0.75s ease-in-out;
}
.lightbox.show .lightbox-controls .lightbox-controls-next {
    position: absolute;
    top: 50%;
    right: 0%;
    -webkit-transition: all 0.5s 0.75s ease-in-out;
    -moz-transition: all 0.5s 0.75s ease-in-out;
    -ms-transition: all 0.5s 0.75s ease-in-out;
    -o-transition: all 0.5s 0.75s ease-in-out;
    transition: all 0.5s 0.75s ease-in-out;
}
.add-to-cart-btn {
    border-radius: 0%;
    width: 150px;
}
.project-tab {
    padding: 10%;
    margin-top: -8%;
}
.project-tab #tabs {
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title {
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #4e6f5c;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.nav-tabs .nav-link {
    border: 0px solid transparent !important;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #4e6f5c;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead {
    background: #f3f3f3;
    color: #333;
}
.project-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
tbody tr td:first-child {
    width: 25em;
    min-width: 25em;
    max-width: 25em;
    word-break: break-all;
}
.icon_pdf_ic {
    max-width: 18px;
    max-height: 22px;
}

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.classy-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running classy-load;
    animation: 2000ms linear 0s normal none infinite running classy-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #111111;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}
@-webkit-keyframes classy-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes classy-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.navigation {
    width: 100%;
    height: 70px;
    display: table;
    position: relative;
    font-family: inherit;
    background-color: #fff;
}
.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.navigation-portrait {
    height: 48px;
}
.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
}
.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.align-to-right {
    float: right;
}
.nav-header {
    float: left;
}
.navigation-hidden .nav-header {
    display: none;
}
.nav-brand {
    line-height: 70px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
}
.nav-brand:hover,
.nav-brand:focus {
    color: #343a40;
}
.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
}
.nav-logo > img {
    width: 115px;
    /* margin: 11px auto; */
    /* padding: 0 15px; */
    float: left;
}
.nav-logo:focus > img {
    outline: initial;
}
.navigation-portrait .nav-logo > img {
    width: 66px;
    margin: 6px auto 6px 0px;
    padding: 0;
}
.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -40px;
    display: none;
    cursor: pointer;
}
.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}
.navigation-portrait .nav-toggle {
    display: block;
}
.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}
.navigation-portrait
    .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}
.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer;
}
.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}
.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}
.navigation-portrait .nav-menu {
    width: 100%;
}
.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}
.navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none;
}
.nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left;
}
.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
    border-bottom: solid 1px #f0f0f0;
}
.nav-menu + .nav-menu > li:first-child {
    border-top: none;
}
.nav-menu > li > a {
    height: 70px;
    padding: 16px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #343a40;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}
.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
}
.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
    color: #27ae60;
}
.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.nav-menu > li > a > [class*="ion-"] {
    width: 16px;
    display: inline-block;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}
.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}
.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
}
.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
}
.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
    font-size: 12px;
}
.nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px;
}
.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
}
.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}
.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
}
.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}
.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}
.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nav-search {
    height: 70px;
    float: right;
    z-index: 19998;
}
.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
}
.navigation-hidden .nav-search {
    display: none;
}
.nav-search-button {
    /* width: 70px; */
    /* height: 70px; */
    /* line-height: 70px; */
    text-align: center;
    cursor: pointer;
    padding: 10px;
    /* background-color: #fbfcfd; */
}
.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
}
.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 27px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-search-icon:after,
.nav-search-icon:before {
    content: "";
    pointer-events: none;
}
.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav-search-button:hover .nav-search-icon {
    color: #27ae60;
}
.nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 80px;
    /* background-color: #fff; */
    z-index: 99;
}
.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
}
.navigation-portrait .nav-search-inner {
    height: 48px;
}
.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
    /* height: 70px; */
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 18px;
    text-align: center;
    color: #343a40;
    /* outline: none; */
    line-height: 36px;
    /* border: none; */
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}
.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 129px;
    top: 9px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}
.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}
.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none;
}
.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}
.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}
.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}
.navigation-portrait .nav-text + ul {
    margin-top: 15px;
}
.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}
.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}
.nav-dropdown .nav-dropdown {
    left: 100%;
}
.nav-menu > li > .nav-dropdown {
    border-top: solid 1px #f0f0f0;
    box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
}
.nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}
.nav-dropdown > li > a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #343a40;
    background-color: #fdfdfd;
}
.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
    color: #27ae60;
}
.nav-dropdown.nav-dropdown-left {
    right: 0;
}
.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right;
}
.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
}
.navigation-portrait
    .nav-dropdown
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > a {
    padding-left: 110px;
}
.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navigation-portrait
    .nav-dropdown
    .submenu-indicator
    .submenu-indicator-chevron {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent #27ae60 #27ae60 transparent;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}
.navigation-landscape
    .nav-dropdown.nav-dropdown-left
    .submenu-indicator
    .submenu-indicator-chevron {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}
.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}
.nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static;
}
.navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%;
}
.nav-dropdown-horizontal > li > a {
    position: relative;
}
.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.navigation-portrait
    .nav-dropdown-horizontal
    .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.megamenu-panel {
    width: 100%;
    padding: 15px 15px 15px 0px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
    background-color: #fff;
}
.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
}
.megamenu-panel [class*="container"] {
    width: 100%;
}
.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
}
.megamenu-panel-half {
    width: 50%;
}
.megamenu-panel-quarter {
    width: 25%;
}
.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%;
}
.megamenu-panel-row {
    width: 100%;
}
.megamenu-panel-row:before,
.megamenu-panel-row:after {
    display: table;
    content: "";
    line-height: 0;
}
.megamenu-panel-row:after {
    clear: both;
}
.megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
}
.megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
}
.navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
}
.navigation-portrait
    .megamenu-panel-row:first-child
    [class*="col-"]:first-child {
    margin-top: 0;
}
.megamenu-panel-row .col-1 {
    width: 5.583333333333%;
}
.megamenu-panel-row .col-2 {
    width: 14.166666666666%;
}
.megamenu-panel-row .col-3 {
    width: 22.75%;
}
.megamenu-panel-row .col-4 {
    width: 31.333333333333%;
}
.megamenu-panel-row .col-5 {
    width: 39.916666666667%;
}
.megamenu-panel-row .col-6 {
    width: 48.5%;
}
.megamenu-panel-row .col-7 {
    width: 57.083333333333%;
}
.megamenu-panel-row .col-8 {
    width: 65.666666666667%;
}
.megamenu-panel-row .col-9 {
    width: 74.25%;
}
.megamenu-panel-row .col-10 {
    width: 82.833333333334%;
}
.megamenu-panel-row .col-11 {
    width: 91.416666666667%;
}
.megamenu-panel-row .col-12 {
    width: 100%;
}
.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}
.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    background-color: #f8f9fa !important;
}
.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}
.megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    outline: 0;
    background-color: #fff;
}
.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5;
}
.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}
.megamenu-tabs-pane.active {
    display: block;
}
.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}
.megamenu-lists {
    width: 100%;
    display: table;
    background-color: #fff;
}
.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
}
.megamenu-list:last-child {
    margin: 0;
    border: none;
}
.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
}
.navigation-landscape .megamenu-list:last-child {
    border: none;
}
.megamenu-list > li > a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
}
.megamenu-list > li > a:hover {
    background-color: #4e6f5c;
    color: #fff;
}
.megamenu-list > li.megamenu-list-title > a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40;
}
.megamenu-list > li.megamenu-list-title > a:hover {
    background-color: transparent;
}
.navigation-landscape .list-col-2 {
    width: 50%;
}
.navigation-landscape .list-col-3 {
    width: 33%;
}
.navigation-landscape .list-col-4 {
    width: 25%;
}
.navigation-landscape .list-col-5 {
    width: 20%;
}
.navigation-landscape .list-col-8 {
    width: 70%;
}
.nav-menu > li > a {
    color: #343a40;
    text-transform: uppercase;
}
.nav-dropdown > li > a {
    color: #343a40;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
}
.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
    color: #fff;
    background-color: #54715e;
}
.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}
/* .active-tab-menu{
    background-color:#fff;
    color:gray !important;

} */

/* @media only screen and (min-width:320px) and (max-width:767px){
  .nav-dropdown > li > a,.megamenu-list > li > a{width:65%}
} */

/* .img-fluid {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
} */
.support-img {
    width: 150px;
}

/* about us  */

.about .content {
    background-color: #f6f9ff;
    padding: 40px;
}

.about h3 {
    font-size: 14px;
    font-weight: 700;
    color: #4e6f5c;
    text-transform: uppercase;
}

.about h2 {
    font-size: 24px;
    font-weight: 700;
    color: #012970;
}

.about p {
    margin: 15px 0 30px 0;
    line-height: 24px;
}

.about .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4e6f5c;
    box-shadow: 0px 5px 25px rgba(67, 192, 140, 0.3);
}

.about .btn-read-more span {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.about .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}

.about .btn-read-more:hover i {
    transform: translateX(5px);
}

/*--------------------------------------------------------------
  # Values
  --------------------------------------------------------------*/
.values .box {
    padding: 30px;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
    text-align: center;
    transition: 0.3s;
    height: 100%;
}

.values .box img {
    padding: 30px 50px;
    transition: 0.5s;
    transform: scale(1.1);
}

.values .box h3 {
    font-size: 24px;
    color: #012970;
    font-weight: 700;
    margin-bottom: 18px;
}

.values .box:hover {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
    transform: scale(1);
}

/*--------------------------------------------------------------
  # Counts
  --------------------------------------------------------------*/
.counts {
    padding: 50px 0 60px;
}

.counts .count-box {
    display: flex;
    align-items: center;
    padding: 30px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.counts .count-box i {
    font-size: 52px;
    line-height: 0;
    margin-right: 20px;
    color: #f47735;
}

.counts .count-box span {
    font-size: 22px;
    display: block;
    font-weight: 600;
    color: #0b198f;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
}

/*--------------------------------------------------------------
  # Features
  --------------------------------------------------------------*/
.features .feature-box {
    padding: 24px 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
}

.features .feature-box h3 {
    font-size: 18px;
    color: #012970;
    font-weight: 700;
    margin: 0;
}

.features .feature-box i {
    line-height: 0;
    background: #ecf3ff;
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s;
}

.features .feature-box:hover i {
    background: #4154f1;
    color: #fff;
}

.features .feture-tabs {
    margin-top: 120px;
}

.features .feture-tabs h3 {
    color: #012970;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .features .feture-tabs h3 {
        font-size: 28px;
    }
}

.features .feture-tabs .nav-pills {
    border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #012970;
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0;
}

.features .feture-tabs .nav-link.active {
    color: #4154f1;
    border-bottom: 3px solid #4154f1;
}

.features .feture-tabs .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #012970;
}

.features .feture-tabs .tab-content i {
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    color: #4154f1;
}

.features .feature-icons {
    margin-top: 120px;
}

.features .feature-icons h3 {
    color: #012970;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .features .feature-icons h3 {
        font-size: 28px;
    }
}

.features .feature-icons .content .icon-box {
    display: flex;
}

.features .feature-icons .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #012970;
}

.features .feature-icons .content .icon-box i {
    font-size: 44px;
    line-height: 44px;
    color: #0245bc;
    margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
    font-size: 15px;
    color: #848484;
}

ion */ :root {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #4154f1;
    text-decoration: none;
}

a:hover {
    color: #38c172;
    text-decoration: none;
}

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

/*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/
.management {
    background-color: #f6f9ff;
}
.image-adjust {
    max-width: 108% !important;
    height: 224px !important;
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
}

/* section {
    padding: 60px 0;
    overflow: hidden;
} */

.section-header {
    text-align: center;
    padding-bottom: 40px;
}

.section-header h2 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: #4e6f5c;
    text-transform: uppercase;
}

.section-header p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
    color: #212529;
}

@media (max-width: 768px) {
    .section-header p {
        font-size: 28px;
        line-height: 32px;
    }
}

/*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #012970;
    min-height: 40px;
    margin-top: 82px;
    color: #fff;
}

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

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500;
}

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

.breadcrumbs ol a {
    color: #fff;
    transition: 0.3s;
}

.breadcrumbs ol a:hover {
    text-decoration: underline;
}

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

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

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

/* //bootstrap tree view */
.tree,
.tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tree ul {
    margin-left: 1em;
    position: relative;
}
.tree ul ul {
    margin-left: 0.5em;
}
.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid;
}
.tree li {
    margin: 0;
    padding: 0 1em;
    line-height: 2em;
    color: #369;
    font-weight: 700;
    position: relative;
}
.tree ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0;
}
.tree ul li:last-child:before {
    background: #fff;
    height: auto;
    top: 1em;
    bottom: 0;
}
.indicator {
    margin-right: 5px;
}
.tree li a {
    text-decoration: none;
    color: #6c757d;
}
.tree li button,
.tree li button:active,
.tree li button:focus {
    text-decoration: none;
    color: #6c757d;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}
.timeline {
    width: 100%;
    height: 100px;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: start;
}

.timeline .events {
    position: relative;
    background-color: #96b26e;
    height: 3px;
    width: 100%;
    border-radius: 4px;
    margin: 5em 0;
}

.timeline .events ol {
    margin: 0;
    padding: 0;
    /* text-align: center; */
}

.timeline .events ul {
    list-style: none;
}

.timeline .events ul li {
    display: inline-block;
    width: 18.55%;
    margin: 0;
    padding: 0;
}

.timeline .events ul li a {
    /* font-family: 'Arapey', sans-serif; */
    /* font-style: italic; */
    font-size: 1em;
    color: #96b26e;
    text-decoration: none;
    position: relative;
    top: -37px;
}

.timeline .events ul li a:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0%;
    right: auto;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 3px solid #96b26e;
    background-color: #fff;
    transition: 0.3s ease;
    transform: translateX(-50%);
}

.timeline .events ul li a:hover::after {
    background-color: #96b26e;
    border-color: #96b26e;
    height: 17px;
    width: 17px;
}

.timeline .events ul li a.selected:after {
    background-color: #91b460;
    border-color: #97b868;
}

.events-content {
    width: 100%;
    height: 100px;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: left;
}

.events-content li {
    display: none;
    list-style: none;
}
.events-content li span {
    font-size: 0.8rem;
}
.events-content li.selected {
    display: initial;
}

.events-content li h2 {
    font-family: "Frank Ruhl Libre", serif;
    font-weight: 500;
    color: #919191;
    font-size: 2.5em;
}

/* Contact */

.contact-area {
    height: auto;
    width: 100%;
}

.contact-content {
    padding: 100px;
    background: #000 none repeat scroll 0 0;
}

.contact-content-right {
    padding: 100px;
}

.single-icon {
    padding-right: 20px;
}
.single-icon i {
    font-size: 24px;
    text-align: center;
    width: 50px;
    height: 50px;

    border: 1px solid #54715e;
    line-height: 46px;
    border-radius: 50%;
    margin-bottom: 20px;
    color: white;
    background-color: #54715e;
}

.single-icon p {
    font-size: 16px;
    line-height: 30px;
}

.contact-icon {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#google-map {
    height: 370px;
    margin-bottom: 20px;
}

.php-email-form .validate {
    display: none;
    color: red;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}

.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

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

.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;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

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

.php-email-form input::focus,
.php-email-form textarea::focus {
    background-color: #3ec1d5;
}

.php-email-form input {
    padding: 20px 15px;
}

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

.php-email-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
}

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

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

#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 80%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4 {
    font-size: 50px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
}
#myCarousel p {
    font-size: 24px;
    margin-bottom: 15px;
    color: #d5d5d5;
}
#myCarousel .carousel-item a {
    background: #f47735;
    font-size: 14px;
    color: #fff;
    padding: 13px 32px;
    display: inline-block;
}
#myCarousel .carousel-item a:hover {
    background: #394fa2;
    text-decoration: none;
}

#myCarousel .carousel-item h4 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
#myCarousel .carousel-item p {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
#myCarousel .carousel-item a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
#myCarousel .carousel-item .mask img {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    display: block;
    height: auto;
    max-width: 100%;
}
#myCarousel h4,
#myCarousel p,
#myCarousel a,
#myCarousel .carousel-item .mask img {
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {
    max-width: 1430px;
}
#myCarousel .carousel-item {
    height: 100%;
    min-height: 450px;
}
#myCarousel {
    position: relative;
    z-index: 1;
    background: url(https://i.imgur.com/6axE29k.jpg) center center no-repeat;
    background-size: cover;
}

.carousel-control-next,
.carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-color: #f47735;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1;
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
    opacity: 0;
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-left.active,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item-prev.active,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

/* //star rating review */
.reviews {
    margin-bottom: 10px;
    min-height: 21px;
}
.reviews-stars {
    position: relative;
    display: inline-block;
    line-height: 1;
    color: #89c53a;
    overflow: hidden;
    vertical-align: middle;
}
.reviews-stars:before {
    font-family: "fontello";
    content: "\e804 \e804 \e804 \e804 \e804";
}
.reviews-stars:after {
    font-family: "fontello";
    content: "\e803 \e803 \e803 \e803 \e803";
    position: absolute;
    left: 0;
    width: 0;
    overflow: hidden;
}
.reviews-stars.rating-1:after {
    width: 20%;
}
.reviews-stars.rating-2:after {
    width: 40%;
}
.reviews-stars.rating-3:after {
    width: 60%;
}
.reviews-stars.rating-4:after {
    width: 80%;
}
.reviews-stars.rating-5:after {
    width: 100%;
}
/*	rating
--------------------------	*/
.rating {
    /* overflow: hidden; */
    display: inline-block;
    font-size: 0;
    position: relative;
}
.rating-input {
    float: right;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 0 0 -16px;
    opacity: 0;
    display: none;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
    color: #ffd700;
}
.rating-star,
.rating:hover .rating-star {
    color: #b8b8b8;
    font-size: 24px;
    float: right;
    cursor: pointer;
}
.rating-label {
    margin-bottom: 0;
}

.contact-form {
    padding: 20px;
    background-color: #fff;
    border-top: 5px solid #54715e;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}
/* Relative positioning*/
#wrapper {
    position: relative;
    margin: 50px auto 20px auto;
    border: 1px solid #fafafa;
    /* box-shadow: 0 3px 3px rgba(0,0,0,.5); */
}

/* Hide the original tooltips contents */
.pin {
    display: none;
}

/* Begin styling the tooltips and pins */
#wrapper .tooltip-up,
.tooltip-down {
    position: absolute;
    background: url("/images/map-marker.png");
    width: 31px;
    height: 36px;
    cursor: pointer;
}
#wrapper .tooltip-up,
.tooltip-down::after {
    content: attr(data-city-name);
    margin: 30px 0px 0px -20px;
    position: absolute;
    font-size: 14px;
    font-weight: 600;
}
#wrapper .tooltip-down {
    background-position: 0 -36px;
}

#wrapper .map-tooltip {
    display: none;
    width: 200px;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 1000000;
    margin-left: -99px;
    padding: 15px;
    color: #222;
    border-radius: 5px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.7);
    background: #fff1d3;
    background: linear-gradient(top, #fff1d3, #ffdb90);
}

#wrapper .map-tooltip::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-bottom: 10px solid #fff1d3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

#wrapper .tooltip-down .map-tooltip {
    bottom: 12px;
    top: auto;
}

#wrapper .tooltip-down .map-tooltip::after {
    bottom: -10px;
    top: auto;
    border-bottom: 0;
    border-top: 10px solid #ffdb90;
}

#wrapper .map-tooltip h2 {
    font: bold 1.3em "Trebuchet MS", Tahoma, Arial;
    margin: 0 0 10px;
}

#wrapper .map-tooltip ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom-border {
    width: 50px;
    height: 3px;
    background-color: #ff928b;
    margin-bottom: 10px;
}
.bottom-border-lg {
    width: 100px;
    height: 3px;
    background-color: #ff928b;
    margin-bottom: 10px;
}
.brand-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.brand-container:hover {
    padding-top: 0px;
    transition: all 0.5s;
}

.icon-wrap {
    text-align: end;
    margin-right: 20px;
    padding: 3px 7px 0px 8px;
    border: 2px solid #54715e;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
   /* margin-bottom: 10px; */
    color: #54715e;
}
.icon-wrap span {
    font-weight: 600;
}

.icon-wrap:hover {
    color: #fff;
    margin-right: 10px;
    transition: all 0.5s;
    background-color: #54715e;
}
.search-input {
    width: 637px;
    margin-top: 1.5rem;
    padding: 0px 21px 0px 0px;
}

#feedback1 {
    height: 0px;
    width: 85px;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback1 a {
    display: block;
    background: url(pc.png) no-repeat;
    height: 52px;
    width: 155px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}
#feedback1 a:hover {
    background: url(pc-over.png) no-repeat;
}

#feedback {
    height: 0px;
    width: 85px;
    position: fixed;
    right: -45px;
    top: 40%;
    z-index: 1000;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    box-shadow: 0 3px 4px rgb(0 0 0 / 20%);
}
#feedback a {
    display: block;
    background: #a78174;
    height: 45px;
    padding-top: 10px;
    width: 155px;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    /* font-weight: bold; */
    text-decoration: none;
    border-bottom: 2px solid #fff;
}
#feedback a:hover {
    background: #4e6f5c;
}
.emp-login-btn {
    background-color: #cce7d4;
    padding: 1rem;
    color: black;
}
.emp-login-btn:hover {
    color: #4e6f5c;
}
.ui-state-active {
    background-color: #4e6f5c !important;
    border-color: #4e6f5c !important;
}