/* Global Colors */
:root {
    --color-default: #282829;
    --color-default-rgb: 40, 40, 41;
    --color-background: #282829;
    --color-background-rgb: 40, 40, 41;
    --color-primary: #e84545;
    --color-primary-rgb: 232, 69, 69;
    --color-secondary: #32353a;
    --color-secondary-rgb: 50, 53, 58;
    --color-box-background: #ffffff;
    --color-box-background-rgb: 255, 255, 255;
    --color-inverse: #ffffff;
    --color-inverse-rgb: 255, 255, 255;
}

/* Nav Menu Colors */
:root {
    --color-nav: #3a3939;
    --color-nav-hover: #e84545;
    --color-nav-dropdown: #3a3939;
    --color-nav-dropdown-hover: #e84545;
    --color-nav-dropdown-background: #ffffff;
    --color-nav-mobile-background: #ffffff;
}

/* Smooth scroll */
:root {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    width: auto !important;

    min-height: 100vh;

    font-size: 1.125rem;
    line-height: 1.5;
    color: #282829;
    background-color: #f2f2f2;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body,
.tooltip,
.popover {
    font-family: "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", "Liberation Sans", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
}

code,
kbd,
pre,
samp,
.text-monospace {
    font-family: "Noto Mono", SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: kanit, "Segoe UI", "Noto Serif", sans-serif;
    font-weight: bold;
}
h1,
.h1 {
    font-size: 1.25rem;
}
@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 1.5rem;
    }
}
h2,
.h2 {
    font-size: 1.125rem;
}
@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 1.375rem;
    }
}
h3,
.h3 {
    font-size: 1rem;
}
@media (min-width: 1200px) {
    h3,
    .h3 {
        font-size: 1.25rem;
    }
}
h4,
.h4 {
    font-size: 0.875rem;
}
@media (min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1rem;
    }
}
h5,
.h5 {
    font-size: 0.875rem;
}
h6,
.h6 {
    font-size: 0.875rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}
@media (min-width: 1200px) {
    p {
        font-size: 1rem;
    }
}
a {
    color: #cc3333;
    text-decoration: none;
}
a:hover {
    color: #cc3333;
    text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

/*navbar*/

.sm-navbar {
    background: #cc3333 !important;
    z-index: 99;
    font-size: 0.8rem;
    text-transform: uppercase;
}
.sm-navbar .navbar-brand {
    text-decoration: none;
}
.sm-navbar .navbar-brand:hover {
    text-decoration: none;
}
.sm-toggler .navbar-toggler {
    border-color: transparent;
}
.sm-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.sm-navbar .navbar-nav > .nav-item > .nav-link {
    padding: 0.2rem 0.4rem 0.4rem;
    margin: 0 4px;
    color: #ffffff;
    border-radius: 5px;
    opacity: 1 !important;
}
.sm-navbar .navbar-nav > .nav-item > .nav-link:hover {
    color: #cc3333;
    text-decoration: underline 2px solid #cc3333;
    background-color: #ffffff;
}
.sm-navbar .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}
.sm-navbar .sm-tag {
    color: #ffffff;
}
/* buttons */
.sm-btn-view {
    background: #ffcc00;
    border: #ffcc00 1px solid;
}
.sm-btn-view:hover {
    background: #141000;
    color: #ffcc00;
    border: #ffcc00 1px solid;
}
.sm-btn-apply {
    background: #00ccff;
    border: #00ccff 1px solid;
    color: black;
}
.sm-btn-apply:hover {
    background: #141000;
    color: #ffcc00;
    border: #ffcc00 1px solid;
}

.sm-btn,
.sm-btn2,
.sm-btn3 {
    display: inline-block;
    text-align: center;
    font-size: 0.875rem;
    padding: 0.4rem 1rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    background: #ffcc00;
    border: #ffcc00 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.sm-btn2 {
    background: #3366ff;
    color: #fff;
}
.sm-btn3 {
    background: #00a65a;
    color: #fff;
}
.sm-btn-whatsapp {
    background: #25d366;
    color: #fff;
    border: #fff 1px solid;
}
.sm-btn:hover {
    background: #141000;
    color: #ffcc00;
    border: #ffcc00 1px solid;
}
.sm-btn2:hover {
    background: #00030c;
    color: #3366ff;
    border: #3366ff 1px solid;
}
.sm-btn3:hover {
    background: #00030c;
    color: #00a65a;
    border: #00a65a 1px solid;
}
.sm-btn-whatsapp:hover {
    background: #25d366;
    color: #4c6a5e;
    border: #4c6a5e 1px solid;
}

.page-content {
    padding: 60px 0;
}
/*------------Welcome-hero------------*/
.welcome-hero {
    position: relative;
    background: url(../images/banner.jpg) no-repeat;
    text-align: center;
    z-index: 1;
    width: 100%;
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
}
.welcome-hero:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 0, 73, 0.5);
    z-index: -1;
}
.welcome-hero-txt {
    padding-top: 100px;
}
.welcome-hero-txt h1 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 1.4;
}
.welcome-hero-txt p {
    font-size: 1rem;
    color: #fcfcfc;
    margin-top: 50px;
}
.welcome-hero-serch-box {
    margin: 50px 0 150px 0;
}
/*------------Search-hero------------*/
.search-hero {
    position: relative;
    text-align: center;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background: linear-gradient(to bottom, #000000, #ffcc00) !important;
    color: #000;
}
.search-hero:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 32, 0, 0.5);
    z-index: -1;
}
.search-hero-txt {
    padding-top: 100px;
}
.search-hero-txt h1 {
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 1.4;
}
.search-hero-txt p {
    font-size: 1.125rem;
    color: #fcfcfc;
    margin-top: 50px;
}
.search-hero-serch-box {
    margin: 50px 0 150px 0;
}
.sm-search {
    position: relative;
    width: 100%;
    display: block;
    background: #161e27;
    opacity: 1;
}
.search-job .form-group {
    position: relative;
}

.search-job .form-group label {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.search-job .form-group .form-field {
    position: relative;
    display: block;
}
.search-job .form-group .form-control {
    padding-left: 30px;
    display: block;
    width: 100%;
    font-size: 14px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.7) !important;
    background: white !important;
}
.search-job .form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.7) !important;
}
.search-job .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.7) !important;
}
.search-job .form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.7) !important;
}
.search-job .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.7) !important;
}
.search-job .form-group .form-control.btn {
    background: #ffcc00 !important;
    padding: 6px 0 !important;
    font-size: 0.8em;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
.search-job .form-group .form-control.btn:hover {
    background: #141000 !important;
    color: #ffcc00 !important;
    border: #ffcc00 1px solid;
}

.search-job .form-group .select-wrap {
    position: relative;
}
.search-job .form-group .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-job .form-group .icon {
    position: absolute;
    top: 51%;
    left: 10px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #3366ff;
}
/*******section*************/
.section-header {
    margin: 40px 0 20px;
}

.sm-card-list {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.5s;
    min-height: 100px;
}
.sm-card-list .card-title {
    font-size: 1em;
    transition: 1s;
    cursor: pointer;
}

.sm-card-list:hover {
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}
.card-text {
    height: 80px;
}
.sm-card img {
    height: 200px;
    object-fit: cover;
}
.sm-card-one img {
    height: 200px;
    object-fit: cover;
}
.sm-card-one .caption {
    font-size: 2rem;
    color: #fff;
}

.sm-card-link {
    position: relative;
}
.sm-overlay {
    position: relative;

    z-index: 1;
    width: 100%;
}
.sm-overlay:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 11, 233, 0.5);
    z-index: -1;
}
.sm-heart {
    font-weight: 800;
}
.sm-heart:hover {
    color: #cc3333;
    font-weight: 800;
}
.sm-heart-fill,
.sm-heart-fill:hover {
    color: #cc3333;
    font-weight: 800;
}

.sm-card-list .list-brief {
    font-size: 0.75rem;
    text-transform: capitalize;
    font-weight: 700;
}
.sm-card-list .list-brief .list-middle {
    border-left: 1px solid #dde0e4;
}
.sm-card-list .list-content p {
    font-size: 0.8125rem;
}

/* Carousel base class */
.carousel {
    min-height: 400px;
    max-height: 500px;
    margin-bottom: 10px;
}
.carousel img {
    min-width: 100%;
    min-height: 400px;
    max-height: 500px;
    object-fit: cover;
}

.carouselx-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carouselx .item {
    min-height: 400px;
    max-height: 500px;
    background-color: #777;
}
.carouselx-inner > .item > img {
    min-width: 100%;
    min-height: 400px;
    max-height: 500px;
    object-fit: cover;
}

#profile-description {
    max-width: 400px;
    margin-top: 50px;
    position: relative;
}
#profile-description .text {
    /*   width: 660px;  */
    margin-bottom: 5px;
    color: #000;
    padding: 0 15px;
    position: relative;
    font-family: Arial;
    font-size: 14px;
    display: block;
}
#profile-description .show-more {
    /*   width: 690px;  */
    color: #777;
    position: relative;
    font-size: 12px;
    padding-top: 5px;
    height: 20px;
    text-align: center;
    background: #f1f1f1;
    cursor: pointer;
}
#profile-description .show-more:hover {
    color: #1779dd;
}
#profile-description .show-more-height {
    height: 65px;
    overflow: hidden;
}
.sm-list-feature {
    font-size: 1rem;
    font-weight: 600;
}
.sm-list-feature ul {
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none;
}
.sm-list-feature ul li:before {
    content: "\2714\0020";
    color: #00a65a;
    margin-left: -20px;
}
.sm-footer {
    padding: 6em 2em;
    margin: 0;
    color: #d6d6d6;
    background: #161e27;
    background: -moz-linear-gradient(top, #161e27 0%, #111 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #161e27),
        color-stop(100%, #111)
    );
    background: -webkit-linear-gradient(top, #161e27 0%, #111 100%);
    background: -o-linear-gradient(top, #161e27 0%, #111 100%);
    background: -ms-linear-gradient(top, #161e27 0%, #111 100%);
    background: linear-gradient(top, #161e27 0%, #111 100%);
    font-size: 0.9rem;
    font-weight: 400;
}

.sm-footer .nav-link a {
    color: #d6d6d6;
}

.x-item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}
