@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;800&display=swap');

/* Core */
* {
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, li, label {
    color: #dbd7cb;
}
.error-msg {
    margin-top: 10px;
    color: #F44336;
    font-size: 14px;
}
label.form-label span {
    color: #F44336;
}
p {
    font-size: 16px;
    letter-spacing: 0.8px;
}
.site-p {
    /* max-width: 1190px;
    margin: 0 auto 80px auto;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.6px; */
}
.site-p.full {

}
a {
    transition: all 0.5s;
}
a:hover {
    color: #dbd7cb !important;
}
body, html, main {
    height: 100%;
    margin: 0;
}
h6 {
    line-height: 22px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
img {
    /* transition: all 0.5s; */
    /* cursor: pointer; */
}
img:hover {
    /* opacity: .5; */
}
.banner {
    /* The image used */
  
    /* Full height */
    height: 100%;
  
    /* Center and scale the image nicely */
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.banner-text > div > div > div {
    position: absolute;
    bottom: 50px;
}
.logo {
    margin-top: 10px;
}
.site-h1 {
    text-transform: uppercase;
    margin: 0 0px 20px 0;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 80px;
}

.custom-btn-line {
    border: 3px solid #c5ab83;
    text-decoration: none;
    color: #c5ab83;
    transition: all 0.5s;
    cursor: pointer;
    display: flex;
    width: 300px;
    height: 60px;
    padding: 15px 95px 16px 95px;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
}
.custom-link {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.custom-btn {
    padding: 15px 70px;
    text-decoration: none;
    color: #000000;
    background: #c5ab83;
    cursor: pointer;
    transition: all 0.5s;
}
.custom-btn:hover {
    background: #dbd7cb;
    color: #000000 !important;
}
.c-1 {
    color: #c5ab83;
}
.c-2 {
    color: #c5ab83;
}
.c-3 {
    color: #c5ab83;
}
.b-1 {
    color: #c5ab83;
}
.b-2 {
    color: #c5ab83;
}
.b-3 {
    background: #111e1d;
}

/* Header */
ion-menu-button {
    display: none;
}
.main-menu {
    display: flex;
    justify-content: flex-end;
}
.main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-menu ul li {
    display: initial;
    position: relative;
    padding: 30px 0;
}
.main-menu ul li a {
    padding: 14px 0;
    display: inline-block;
    cursor: pointer;
    text-align: end;
    text-decoration: none;
    color: #fff !important;
    position: relative;
    margin: 0 60px;
    font-weight: 600;
     /* 156.25% */
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.main-menu ul li a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #ffffff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.main-menu ul li a:hover:after, .main-menu ul li a.active:after { 
    width: 100%; 
    left: 0; 
}
.main-menu ul ul {
    position: absolute;
    top: 90px; /* the height of the main nav */
    right: 0;
    width: auto;
    background: #121e1d;
    padding: 20px 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    width: 220px;
}
.main-menu  ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 80px;
}
.main-menu  ul ul li {
	padding: 0 0 0 0;
	width: 220px;
	float:none;
	display:list-item;
	position: relative;
}
.main-menu ul ul a {
    padding: 14px 0;
    margin: 0 20px;
}
.main-menu ul ul:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 30px solid #131e1d;
    transform: rotate(-180deg);
}
.main-menu > ul > li:nth-child(2) > a:after {
    display: none;
}
.main-header {
    padding: 40px 0;
}
.side-menu, .side-menu * {
    background: #111e1d !important;
    --background: #111e1d !important;
    color: #fff !important;
    --color: #fff !important;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #121e1d;
    padding: 20px 0;
    transition: all 0.5s;
    z-index: 999;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 50%) !important;
}

/* Home */
.banner-text a {
    margin-top: 20px;
    display: inline-block;
}
.banner-text {
}
section.banner-text h3 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 1.2px;
}
.maintenance {
    background: #111e1d;
    position: relative;
}
.our-clients .site-p {
    color: #000;
    font-weight: 600;
    line-height: 25px; /* 156.25% */
    letter-spacing: 1.6px;
}
.our-client h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px; /* 166.667% */
    letter-spacing: 1.2px;
}
.our-client-img img {
    transition: all 0.5s;
    transform: scale(1);
}
.our-client:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.our-clients {
    transition: all 0.5s;
    text-align: center;
    background: #dbd7cb;
}
.our-clients, .maintenance, .our-packages, .well-trained, .contacts, .packages-types, .package-details {
    padding: 150px 0;
}
.our-clients h1 {
    color: #c5ab83;
}
.our-client {
    padding: 50px 0;
    cursor: pointer;
}
.our-client-img {
    min-height: 160px;
}
.our-clients .custom-link {
    padding-top: 60px;
    display: block;
}
.our-clients .custom-link:hover {
    text-decoration: underline;
    color: #000 !important;
}

.our-packages {
    background: #111e1d;
    position: relative;
}
.our-packages .custom-btn {
    margin-top: 30px;
    display: inline-block;
}
.our-package {
    max-width: 35%;
}
.our-packages .site-h1 {
    color: #c5ab83;
}
.our-packages .site-p b {
    font-weight: 400;
}
.our-package .site-p {
    margin-bottom: 40px;
    color: #D1D1D1;
    line-height: 30px; /* 187.5% */
    letter-spacing: 0.8px;
}

.home-contact-details {
    padding: 240px 0;
    background-position: center !important;
    background-size: cover !important;
}
.home-contact-details a {
    color: #C7AC81;
    text-decoration: none;
}
.home-contact-details p {
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    letter-spacing: 0.8px;
}
section.contacts p {
    font-weight: 600;
    line-height: 25px; 
    letter-spacing: 1.6px;
    margin-bottom: 94px;
}
.home-contact-details .custom-btn-line {
    margin-top: 20px;
    display: inline-block;
}
.home-contact-details .custom-btn-line:hover, .banner-text .custom-btn-line:hover {
    background: #c5ab83;
    color: #000 !important;
}

/* Footer */
footer.main-footer {
    background: #121e1d;
    padding: 100px 0;
}
.footer-icon a {
    color: #fff;
    font-size: 22px;
    margin-right: 40px;
}
.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu ul li {
    display: initial;
}

.footer-menu ul li a {
    padding: 0 0 0 50px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    
     /* 187.5% */
    letter-spacing: 0.8px;
    font-weight: 300;
}

/* About Us */
.about-page .our-clients {
    background: #121e1d;
    padding: 200px 0;
}
.about-page .our-clients .row {
    padding: 0 200px;
}
.about-page .our-clients .site-p {
    color: #dbd7cb;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    letter-spacing: 0.8px;
    margin-bottom: 151px;
}
.about-page .home-contact-details {
    font-weight: 100;
}
.about-page .our-package .site-p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.8px;
}

.well-trained {
    background: #131e1d;
}
.well-trained p, section.well-trained li {
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    letter-spacing: 0.8px;
}
.well-trained li {
    margin-top: 50px;
    max-width: 80%;
}
.well-trained ul {
    padding: 0 0 0 15px;
}
.well-trained .col-lg-8 {
    text-align: center;
}

.management-solution {
    padding: 50px 0;
    background: #dbd7cb;
}
.management-solution h3 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 166.667% */
    letter-spacing: 1.2px;
}
section.management-solution a:hover {
    background: #c4aa85;
}
.management-solution .custom-btn-line {
    float: right;
}


.mission-box, .vision-box {
    width: 50%;
    padding: 150px 140px;
    float: left;
}
.mission-box {
    background: #dbd7cb;
}

.mission-vision {
    display: flex;
    color: #000;
}
.mission-vision * {
    color: #000;
}
.vision-box {
    background: #c5ab83;
}
.mission-vision h2 {
    text-align: center;
    margin-bottom: 41px;
    font-size: 40px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 4px;
}
.mission-vision p {
    
     /* 187.5% */
    font-weight: 400;
    line-height: 30px; /* 187.5% */
}

.in-numbers {
    text-align: center;
    background: #111e1d;
    padding: 100px 0 250px 0;
}
.in-numbers p {font-weight: 400;line-height: 30px; /* 187.5% */letter-spacing: 0.8px;margin-bottom: 178px;}
.in-number p {
    font-weight: 300;
}
.in-number h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px; /* 156.25% */
    letter-spacing: 1.6px;
}
.in-numbers .col-lg-3 {
    width: 20%;
}

/* Contact */
.contacts {
    background: #131e1d;
}
input, select {
    background: #121e1d !important;
    border-radius: 0 !important;
    padding: 15px 10px !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    box-shadow: none !important;
}
.my-custom-class {
    --background: #0000 !important;
    --box-shadow: none !important;
}
* ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6f7675 !important;
    opacity: 1; /* Firefox */
}
  
* :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6f7675 !important;
}
  
* ::-ms-input-placeholder { /* Microsoft Edge */
    color: #6f7675 !important;
}
.form-btn {
    --background: #c5ab83;
    color: #141e1d;
    height: 55px;
    --border-radius: 0 !important;
    font-weight: 600;
}
.contacts .site-h1 {
    color: #c4aa85;
}
.contact-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.contact-details a {
    color: #D1D1D1;
    text-decoration: none;
    margin-bottom: 40px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 166.667% */
    letter-spacing: 1.2px;
}
.contact-details a ion-icon {
    font-size: 2.2rem;
    position: relative;
    top: 10px;
    margin-right: 15px;

}
.contacts .col-lg-7 {
    border-right: 1px solid #fff;
}
.contact-form {
    padding: 0 80px 0px 0px;
}
.contact-details {
    padding: 0 0 0 80px;
}
.contacts .col-lg-5 {
    position: relative;
}
.contact-form .custom-btn-line {
    width: 100%;
    text-align: center;
    display: block;
    height: auto;
}

/* Packages Page */
.packages-type {
    padding: 0 30px;
    
}
.packages-type a {
    display: block;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    text-decoration: none;
    padding: 410px 0 70px 0;
}
.packages-types .row {
    margin: 0 -40px;
}
section.packages-types {
    text-align: center;
}
section.packages-types {
    text-align: center;
}
.packages-type h2 {
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    word-spacing: 10px;
    color: #d2cec2;
    letter-spacing: 3px;
    margin-bottom: 70px;
}
.packages-type span {
    background: #c5ab83;
    display: block;
    padding: 17px 0;
    color: #000;
    margin-top: 40px;
    transition: all 0.5s;
}
.packages-types h1 {
    margin-bottom: 100px;
}
.packages-type a:hover span {
    background: #d2cec2;
}
.packages-type a:hover {
    opacity: .7;
}

.package-details-box {
    padding: 0 0 0 80px;
    cursor: pointer;
}
.package-details-text {
    text-align: center;
}
.package-details-text h6 {
    color: #dbd7cb;
    font-size: 1.1rem;
    line-height: 1.6rem;
}
.package-details-box .custom-btn {
    display: block;
    text-align: center;
    margin-top: 70px;
}
.package-details-icon {
    height: 100px;
}
.package-details-text {
    margin-bottom: 60px;
}
.package-details .site-p {
    margin-bottom: 60px;
}
.package-details-box:hover .zoom-in-zoom-out {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.2, 1.2);
    }
    100% {
      transform: scale(1, 1);
    }
}
section.package-details.b-3 {
    padding: 100px 0;
}
.gold .package-details-box {
    padding: 0 0 0 80px;
    cursor: pointer;
    padding: 0 80px 0 0;
}
input {
    color-scheme: #fff;
}
/* Responsive */
.side-menu .logo {
    margin: 0 auto 30px auto;
    display: block;
}
.side-menu ion-label {
    font-weight: 500;
    border-bottom: 1px solid #ffffff29;
    padding: 0px 0 10px 0;
    margin-bottom: 0px;
}
ion-list#inbox-list {
    border: none !important;
}
ion-menu {
    --ion-background-color: #111e1d !important;
    --ion-text-color: var(--ion-color-primary-contrast);
    ion-toolbar {
      --background: #111e1d !important;
      background: #111e1d !important;
    }
    ion-list {
      background: transparent;
    }
}
ion-menu.md[_ngcontent-ng-c3739107551] ion-item.selected[_ngcontent-ng-c3739107551] {
    --background: none !important;
    --color: none !important;
}
ion-modal#example-modal {
    --width: fit-content;
    --min-width: 250px;
    --height: fit-content;
    --border-radius: 6px;
    --box-shadow: 0 28px 48px rgba(0, 0, 0, 0.4);
}
ion-modal#example-modal .wrapper {
    margin-bottom: 10px;
}

/* Modal */
.custom-modal, .custom-modal * {
    color: #000;
    --background: #fff;
}
.custom-modal p, .custom-modal img {
    padding: 0 10px;
}