/************ General Styles ****************/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
* {
    box-sizing: border-box;
}

@font-face {
    font-family: poppins;
    src: url(../fonts/pxiEyp8kv8JHgFVrJJfecg.woff2);
    font-style: normal;
    font-weight: 400;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2);
    font-style: normal;
    font-weight: 400;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: poppins, serif !important; /* heading font-style */
}

h1 {
    font-weight: 500;
    font-size: 2.3em;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: Montserrat, serif !important; /* p font-style */
    color: #e0e0e0 !important;
    font-size: 1em !important;
    overflow-x: hidden !important;
}

p {
    color: #e0e0e0 !important;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #333;
}

::-webkit-scrollbar-thumb {
    background: #cf152d;
}

::-moz-selection {
    color: #fff;
    background: #cf152d;
}

::selection {
    color: #fff;
    background: #cf152d;
}

.up {
    position: fixed;
    bottom: 5%;
    right: 1%;
    width: 50px;
    height: 50px;
    z-index: 999999;
    opacity: 0;
    transition: all 0.3s linear;
}

.up a {
    color: #cf152d;
    font-size: 2.5em;
}

.overwrite {
    max-height: 200px;
    overflow: hidden;
    position: relative;
}

/************ Home Style ****************/
.home {
    background-image: url("../imgs/index-ban.jpg");
    /*background-size: 100% 100%;*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-repeat: no-repeat;*/
    height: 92vh;
    /*background-position: 100%;*/
    position: relative;
    padding: 0;
    /*overflow: hidden;*/
}

/*.home:after {*/
/*    content: "";*/
/*    display: block;*/
/*    background-image: url("../imgs/shadow.jpg");*/
/*    background-size: 100% 100%;*/
/*    background-repeat: no-repeat;*/
/*    background-position: 100%;*/
/*    width: 100%;;*/
/*    height: 20px;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/

.home-background {
    background-color: rgba(51, 51, 51, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home .row {
    padding: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    margin-top: 50px
}

.home .row p {
    margin-bottom: 50px;
    margin-top: 15px;
    font-size: 1.2em;
    letter-spacing: 2px
}

.home .row h1 {
    display: inline-block;
    font-weight: bold;
    font-size: 2.8em;
    min-height: 65px;
}

.home .input-group {
    width: 26%;
    display: inline-block;
    /*overflow: hidden;*/
}

.home .input-group:first-child {
    width: 35%;
}

.home .input-group:last-child {
    width: 8%;
}

.home .input-group>.form-control,
.home .input-group>.custom-select {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 0 10px;
    padding: 0 10px;
    border-radius: 0;
    border: 0 !important;
    font-weight: bold;
    font-size: 0.8em
}

.home .inputs {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /*border-bottom-left-radius: 30px !important;*/
}

.searchEffect {
    background-color: #f1f1f1;
    padding: 10px;
    padding-right: 25px;
    padding-top: 0;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
}

.home form {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.home input[type='text'] {
    /*width: 120% !important;*/
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

.home select {
    /*width: 80% !important;*/
    margin: 0
}

.home input[type='submit'] {
    width: 100% !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    background-color: #cf152d;
    color: #fff;
    text-transform: uppercase;
}

.typing {
    display: inline-block;
    align-items: center;
    justify-content: center;
    height: auto;
}

#typing::after {
    content: '|';
    position: relative;
    right: 0;
    animation: blink 0.5s step-end infinite;
}

@keyframes blink {
    from, to {
        color: transparent
    }
    50% {
        color: #fff;
    }
}

/************ Navbar Style ****************/
.navbar {
    background: linear-gradient(to bottom,rgba(0,0,0,.5) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,0) 100%,rgba(0,0,0,0) 100%)!important;
    position: relative;
}

.navbar:after {
    content : "";
    position: absolute;
    left    : 13%;
    bottom  : 0;
    height  : 1px;
    width   : 75%;
    border-bottom:1px solid #fff;
}

.navbar .navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 3;
    position:relative;
}

/*.navbar .logo-text {*/
/*    text-align: right;*/
/*    margin-right: 25px;*/
/*    color: #cf152d !important;*/
/*    font-size: 0.8em;*/
/*    font-weight: bolder;*/
/*    letter-spacing: 1px;*/
/*    text-transform: uppercase;*/
/*    margin-top: 0;*/
/*    line-height: unset;*/
/*    position: absolute;*/
/*}*/

.navbar .navbar-brand h3 {
    margin-left: 5px;
    font-weight: bold;
    letter-spacing: 3px;
    font-family: poppins, sans-serif !important;
    font-size: 1.2em;
    text-transform: uppercase;
    text-shadow: 1px 1px 10px #cf152d;
}

.navbar .navbar-brand img {
    width: 150px;
    height: 78px;
}

.navbar a {
    color: #fff !important;
    font-size: .9em;
    font-weight: bold;
    padding: 10px 15px !important;
    margin: 0 10px;
    /*border: 1px solid #fff*/
}

.dropdown-menu {
    left: 9% !important;
    top: 90% !important;
    background-color: #333 !important;
    border: 0;
    min-width: 13rem
}

.jobsclick {
    background-color: #333 !important
}

.navbar-light .navbar-nav .nav-link {
    /*transition: all 0.3s ease-in-out;*/
    padding: 15px 20px !important;
    border-radius: 5px
}

.navbar-light .navbar-nav .nav-link:before {
    display:block;
    content: '';
    border-bottom: solid 3px #fff;
    transform: scaleX(0);
    position: relative;
    bottom: -30px;
    transition: transform 250ms ease-in-out;
}

.navbar-light .navbar-nav .nav-link:hover:before { transform: scaleX(1); }
.navbar-light .navbar-nav .nav-link:before{ transform-origin:100% 50%; }
.navbar-light .navbar-nav .nav-link:before{  transform-origin:  0% 50%; }


.navbar-light .navbar-nav .lang .nav-link {
    padding: 2px 5px !important
}

.navbar-light .navbar-nav .lang .nav-link:first-of-type {
    padding: 2px 6px !important;
    margin-right: 0 !important
}

.navbar-nav .lang {
    display: flex;
    align-items: center;
}

.navbar-nav .lang a {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50% !important;
    border: 2px solid #fff;
    font-size: 0.7em;
    transition: all 0.5s linear
}

.navbar-nav .lang a:before {
    display: none;
    transform-origin: 0% 0%;
}

.navbar-nav .lang a.active,
.navbar-nav .lang a:hover {
    background-color: #cf152d;
    border: 2px solid #cf152d;
}

.home .required:after {
    bottom: 12px !important;
}

.searchResults {
    position: absolute;
    background-color: #fff;
    height: auto;
    max-height: 150px;
    /*min-height: 100px;*/
    width: 100% !important;
    /*width: calc(82% - 1px) !important;*/
    margin: auto;
    top: 73px;
    left: 0;
    z-index: 9999;
    color: #333 !important;
    overflow: hidden;
    overflow-y: scroll;
    padding: 10px 20px !important;
    /*display: none;*/
    border-radius: 3px;
    opacity: 0;
    /*border-bottom-left-radius: 30px !important;*/
    /*border-bottom-right-radius: 30px !important;*/
    box-shadow: 0 10px 20px rgba(207,21,45,0.1) /*box-shadow: 0px 1px 1px 0px rgba(207,21,45,1);*/ /*border: 1px solid #cf152d*/;
}

.inputs .closeSearch {
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    bottom: -25px;
    right: 10px;
    color: #cf152d;
    font-size: 1.5em;
    cursor: pointer;
    z-index: 9999999999;
    opacity: 0;
}


.searchResults .result {
    height: auto;
    padding: 5px 0px !important;
    border-bottom: 1px solid rgba(207,21,45,0.3);
    transition: all 0.2s linear;
}

.searchResults .result:hover {
    cursor: pointer;
    background-color: #f1f1f1;
}

.searchResults .result:hover h5 {
    color: #cf152d !important;
}

.searchResults .row {
    padding: 0;
    justify-content: space-around;
    /*margin-top: 0;*/
    margin-top: 0px;
    margin-bottom: 0px
}

.searchResults .row div {
    padding: 0;
    text-align: left;
}

.searchResults .result p {
    font-size: 0.9em !important;
    color: #333 !important;
    margin: 0
}

.searchResults .result h5 {
    font-size: 1.1em;
    color: #333;
    margin: 0;
    transition: all 0.2s linear;
}

.searchResults .result i {
    color: #cf152d;
    font-size: 1.3em;
    font-weight: bold;
    margin-right: 7px;
}





/************ About Style ****************/
.about {
    padding: 5%;
    background-color: rgba(221, 221, 221  , 0.4);
    transition: all 1s ease-in-out;
}

.about p {
    text-align: justify;
    letter-spacing: 1px;
    line-height: 2;
    font-weight: 400;
}

.about h3 {
    margin-bottom: 25px;
}

    .about button {
        margin-top: 10px;
        background-color: #cf152d;
        padding: 15px 25px;
        color: #fff !important;
        border: 2px solid #cf152d;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 0.8em;
        transition: all 0.3s ease-in-out;
    }

    .about button:hover {
        background-color: transparent;
        color: #cf152d!important;
        border: 2px solid #cf152d;
    }

.about * {
    color: #333 !important;
}

.about .row {
    justify-content: space-between;
    /*align-items: baseline;*/
}

.about .row .about-desc {
    padding-left: 10%
}

.about .row .about-desc h3 {
    font-size: 1.3em
}

.about .row:nth-of-type(2) {
    margin-top: 50px;
    justify-content: center;
}

.about .row:nth-of-type(2) p,
.about .row:nth-of-type(2) h5 {
    color: #333 !important
}

.about .row:nth-of-type(2) h5 {
    font-weight: 600;
}

.about .row:nth-of-type(2) > div {
    background-color: #fff;
    margin: 10px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1)
    /*box-shadow: 0px 1px 1px 0px rgba(207,21,45,1);*/
    /*border: 1px solid #cf152d*/
}

/************ categories Style ****************/
.categories {
    padding: 5% 0;
    transition: all 1s ease-in-out;
}

.categories * {
    color: #333 !important;
}

.categories .row {
    justify-content: center;
    margin-top: 3%
}

.categories .row:nth-of-type(2) {
    margin-top: 0
}

.categories .row:nth-of-type(1) > div {
    /*padding-bottom: 0*/
}

.categories .row > div {
    border-bottom: 1px solid rgba(207, 21, 45, 0.3);
    padding: 10px;
    margin: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.categories .row > div:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1)
    /*border: 0;*/
    /*box-shadow: 0px 0px 5px 0px rgba(207,21,45,0.3);*/
}

.categories .row > div:after {
    left: 80%;
    transition: all 1s
}

.categories .row > div:hover:after {
    content: "\2192";
    position: absolute;
    bottom: -7px;
    color: #cf152d;
    font-size: 30px;
    font-weight: bold;
    animation: slide 0.5s forwards;
}

@-webkit-keyframes slide {
    0% {
        left: 80%;
        opacity: 0;
    }
}

@keyframes slide {
    100% {
        left: 85%;
        opacity: 1;
    }
}

.categories .row div > h5 {
    transition: all 0.3s ease-in-out;
}

.categories .row div:hover > h5 {
    color: #cf152d !important;
}

.categories .row p,
.categories .row span{
    display: inline-block;
    font-size: 0.8em;
    color: #eee
}

.categories .row span {
    color: rgba(207,21,45,1) !important;
    font-weight: 600;
}

/************ Jobs Style ****************/
.jobs {
    padding: 5% 2%;
    background-color: rgba(221, 221, 221  , 0.4);
    transition: all 1s ease-in-out;
}

.jobs * {
    color: #333 !important;
}

.jobs .row {
    justify-content: center;
    margin-top: 3%
}

.jobs .jobs-navigate {
    display: flex;
    justify-content: end;

}

.jobs ul li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    /*border: 1px solid #333;*/
    margin-right: 5px;
    font-size: 0.8em;
    font-weight: bold;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}

.jobs ul .active {
    color: #cf152d !important;
    border: 2px solid #cf152d;
    border-radius: 5px
}

.jobs .row p,
.jobs .row span{
    display: inline-block;
    font-size: 0.8em;
    color: #eee
}

.jobs .row:nth-of-type(2) > div {
    display: flex;
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    align-items: center;
    margin-bottom: 30px
}

.jobs .job-summery {
    width: 35%;
    text-align: justify;
    /*height: 100%;*/
}

.jobs .job-summery p {
    font-size: 0.9em
}

.jobs .job-summery p:first-of-type {
    margin-bottom: 5px
}

.jobs .row:nth-of-type(2) > div:last-of-type {
    margin-bottom: 60px
}

.jobs .row:nth-of-type(2) > div > div:not(:last-child) {
    /*margin: 10px;*/
    margin-right: 100px
    /*padding: 20px;*/
}

.jobs .row:nth-of-type(2) .job-desc h5 {
    margin-bottom: 15px
}

.jobs .row:nth-of-type(2) .job-desc p {
    display: block;
    color: #777 !important;
}

.jobs .row:nth-of-type(2) .job-desc span {
    display: inline-block;
    margin-right: 15px;
}

.jobs .row:nth-of-type(2) .job-desc span i {
    font-size: 1.5em;
    color: #cf152d!important;
    font-weight: 500;
}

.jobs .row:nth-of-type(2) > div img {
    width: 150px;
    height: 78px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3)
}

.jobs button {
    margin-top: 10px;
    background-color: #cf152d;
    padding: 15px 25px;
    color: #fff !important;
    border: 2px solid #cf152d;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.8em;
    transition: all 0.3s ease-in-out;
}

.jobs button:hover {
    background-color: transparent;
    color: #cf152d!important;
    border: 2px solid #cf152d;
}

/************ Employees Style ****************/
.employee {
    background-image: url("../imgs/employees.jpeg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 400px;*/
    /*padding: 50px 0;*/
    margin: 0;
    overflow: hidden;
    position: relative;
    min-height: 600px;
    transition: all 1s ease-in-out;
}

.employee .row {
    justify-content: center;
    align-items: center;
}

.employee * {
    color: #fff !important;
}

.employee .employee-back {
    width: 100%;
    height: 100%;
    background: linear-gradient(150deg, rgba(51,51,51,1) 0%, rgba(207,21,45,1) 100%);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}

.employee .row:last-of-type {
    margin-top: 50px !important;
}

.employee .carousel img {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%
}

.employee .carousel-control-next-icon,
.employee .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.employee .carousel-item {
    padding: 100px 0
}

.employee .emp-comm {
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 2
}

/************ Newsletter Style ****************/
.newsletter {
    padding: 5% 2%;
    background-color: rgba(221, 221, 221  , 0.4);
    transition: all 1s ease-in-out;
}

.newsletter .row {
    justify-content: center;
    align-items: center;
}

.newsletter * {
    color: #333 !important;
}

.newsletter .form-control {
    margin: 10px
}

.newsletter .input-group input[type="text"]{
    width: 60%;
    height: 50px;
    border-radius: 10px !important;
}

.newsletter .input-group {
    align-items: center
}


.newsletter button {
    width: 30%;
    height: 50px;
    background-color: #cf152d;
    padding: 15px;
    color: #fff !important;
    border: 2px solid #cf152d;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.8em;
    border-radius: 10px !important;
    transition: all 0.3s ease-in-out;
}

.newsletter button i {
    color: #fff !important;
    font-size: 1.1em !important;
}

.newsletter button:not(:disabled):not(.disabled).active,
.newsletter button:not(:disabled):not(.disabled):active,
.newsletter button:focus {
    box-shadow: none !important;
    background-color: #cf152d !important;
    border-color: #cf152d !important;
}

.newsletter button:hover {
    background-color: transparent;
    color: #cf152d!important;
    border: 2px solid #cf152d;
}

/************ Contact Style ****************/
.contact {
    /*padding: 5% 2%;*/
    background-image: url("../imgs/contact.jpg");
    background-size: 63% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0%;
    background-color: #f1f1f1;
    position: relative;
    overflow: hidden;
    transition: all 1s ease-in-out;
}

.contact .contact-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    background: rgb(51,51,51);
    background: linear-gradient(150deg, rgba(51,51,51,1) 0%, rgba(207,21,45,1) 100%);
    opacity: 0.8;
}

.contact .row {
    justify-content: center;
    align-items: center;
}

.contact * {
    color: #fff !important;
}

.contact .col-md-5   {
    background-color: #f1f1f1;
    padding: 5%;
    transform: skew(-12deg);
    padding-left: 0;
    text-align: left;
}

.contact .col-md-5   * {
    transform: skew(6deg);
    /*background-color: #fff*/
}

.contact .icons-cont {
    margin-bottom: 50px
}

.contact .icons-cont:last-of-type {
    margin-bottom: 0
}

.contact .data {
    width: 75%;
    margin: 0 auto;
    position: relative;
    top: -55px;
}

.contact .data h5 {
    color: #333 !important;
    font-weight: bold;
    font-size: 1.1em
}

.contact .data p {
    color: #333 !important;
    font-weight: unset;
    font-size: 0.9em
}

.contact .icon {
    width: 90px;
    height: 70px;
    background-color: #fff;
    /*padding: 1%;*/
    position: relative;
    display: inline-block;
    /*line-height: 1*/
    text-align: center;
    left: -30px;
}

.contact .icon i {
    color: #cf152d !important;
    font-size: 3em;
    /*font-weight: bold;*/
}

.contact .icon:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 20px solid;
    border-color: inherit;
    border-left: 47px solid transparent;
    border-right: 45px solid transparent;
    position: absolute;
    top: -20px;
    left: 0px;
}
.contact .icon:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -20px;
    left: 0px;
    border-top: 20px solid;
    border-color: inherit;
    border-left: 47px solid transparent;
    border-right: 45px solid transparent;
}

/************ Footer Style ****************/
.footer {
    padding: 10px;
    background: rgb(51,51,51);
    /*background: linear-gradient(180deg, rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%);*/
    overflow: hidden;
}

.footer p {
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.footer i {
    font-size: 1.5em;
    margin: 0 15px;
    color: #fff;
    /*border: 2px solid #cf152d;*/
    padding: 10px;
    border-radius: 50%
}

.footer a:hover {
    color: transparent !important;
}

/************ Apply Page Style ****************/
.apply:before {
    content: "";
    z-index: -1;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../imgs/back-apply.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.apply {
    z-index: 2;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.apply .apply-back {
    background-color: rgba(255,255,255, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.swiper {
    width: 100%;
    height: 100vh;
    display: flex;
}

.swiper * {
    color: #333333 !important;
}

.swiper .left-side {
    position: fixed;
    width: 18%;
    top: 27vh;
    z-index: 2;
    padding: 30px
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

:root {
    --swiper-theme-color: #cf152d !important;
    --animate-delay: 0.5s;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right,10%)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
    transition: all 0.1s linear;
}

/*.swiper-pagination-bullet:hover {*/
/*    transform: scale(1.5);*/
/*}*/

.scroll {
    position: relative;
}

.scroll::before {
    animation: bounce 1.5s linear infinite;
    bottom: 2rem;
    color: #333;
    content: '╲╱';
    font-size: 1rem;
    height: 4rem;
    left: 50%;
    letter-spacing: -1px;
    line-height: 4rem;
    margin-left: -3rem;
    opacity: 0.8;
    position: fixed;
    text-align: center;
    width: 6rem;
}

@keyframes bounce {
    50% {
        transform: translateY(-50%);
    }
}

.apply .row {
    /*justify-content: space-evenly;*/
    align-items: center;
    margin-top: 27vh;
}

.apply * {
    color: #333 !important;
}

.apply p,
.apply label {
    font-size: 0.9em !important;
}

.apply .left-side p {
    font-size: 0.8em !important;
}

.apply button,
.apply button:not(.add):hover,
.apply button:not(.add):active,
.apply button:not(.add):visited,
.apply button:not(.add):focus {
    margin-top: 30px;
    background-color: #cf152d;
    padding: 10px 20px;
    color: #fff !important;
    border: 2px solid #cf152d;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.8em;
    transition: all 0.3s ease-in-out;
}

.apply button:not(.add):hover {
    color: #cf152d !important;
    background-color: transparent !important;
}

.apply .add,
.apply .add:hover,
.apply .add:active,
.apply .add:visited,
.apply .add:focus {
    font-size: 0.75em;
    text-transform: capitalize;
    font-weight: normal;
    background-color: unset !important;
    color: #cf152d !important;
    border: 0px !important;
    padding-left: 0;
    box-shadow: unset;
    float: left;
    margin-top: 0;
    transition: all 0.3s ease-in-out;
}

.apply .add i {
    font-size: 1em;
    color: #cf152d !important;
}

.apply .left-side,
.apply .middle-side,
.apply .right-side {
    /*border: 1px solid #333*/
}

.apply .left-side {
    text-align: center
}

.apply .left-side p {
    font-size: 0.8em;
    font-weight: bolder;
    /*letter-spacing: 1px;*/
    text-transform: uppercase;
    margin-top: 15%;
    text-align: left;
    line-height: 2em;

}

.apply .left-side a p {
    text-align: right;
    margin-right: 25px;
    color: #cf152d !important;
    font-size: 0.8em;
    font-weight: bolder;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
    line-height: unset
}

.apply .middle-side {
    background-color: #fff;
    padding: 70px 20px;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    position: relative;
    text-align: center;
    margin-top: 100px
}

.apply .middle-side:first-of-type {
    margin-top: 0
}

.apply .middle-side:before,
.apply .middle-side:after{
    content: "";
    position: absolute;
    top: 30px;
    /*left: 0;*/
    display: block;
    border-bottom: 10px solid #666;
    width: 95%;
    margin: auto;
}

.apply .middle-side:after {
    bottom: 30px;
    top: unset
}

.apply .middle-side h2 {
    position: absolute;
    top: -15px;
    right: 25px;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px
}

.apply .middle-side .form-row {
    justify-content: space-between;
    align-items: center;
    text-align: left
}

.apply .work .form-row:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.apply .general .form-row {
    justify-content: flex-start !important;
}

.apply .middle-side .files {
    align-items: center !important
}

/*.apply .middle-side input[type="file"] {*/
/*    padding-bottom: 35px*/
/*}*/

.apply .middle-side form {
    padding: 0 30px
}

.apply .middle-side .second-language,
.apply .middle-side .third-language{
    display: none
}

.apply .middle-side form input,
.apply .middle-side form select,
.apply .custom-file-label {
    border: 0;
    border-radius: 0px;
    border-bottom-right-radius: 3px;
    color: #333 !important;
    padding: 20px;
    font-size: 0.8em !important;
    font-weight: 500;
    letter-spacing: 1px;
    box-shadow: 1px 2px 3px #666;
}

.apply .custom-file-label {
    line-height: 0 !important;
}

.apply .custom-file-label::after {
    height: unset !important;
    line-height: 1 !important;
    padding: 0.75rem 0.75rem !important;

}

.apply .middle-side form select {
    padding: unset;
    text-indent: 15px;
    height: 40px
}

.apply .middle-side form input::placeholder {
    color: #333;
    opacity: 1;
}

.apply .middle-side form input:-ms-input-placeholder {
    color: #333;
}

.apply .middle-side form input::-ms-input-placeholder {
    color: #333;
}

.apply .right-side {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.apply .right-side,
.apply .left-side {
    position: fixed
}

.apply .right-side {
    right: 20px;
    top: 45vh;
}

.apply .left-side {
    top: 27vh;
}

.apply .left-side a:hover {
    text-decoration: none
}

.apply .apply-content .row {
    /*padding-top: 10px;*/
    /*height: 443px;*/
    /*overflow-y: scroll;*/
    /*scroll-behavior: smooth;*/
}

.apply .right-side ul {
    list-style: none;
    padding: 5px;
}

.apply .right-side ul li {
    /*content: '';*/
    width: 5px;
    height: 5px;
    padding: 3px;
    border-radius: 50%;
    background-color: #333;
    margin: 7px;
    cursor: pointer;
    /*float: right;*/
}

.apply .right-side ul .liActive {
    background-color: #cf152d;
}

/************ Pages Navbar Style ****************/
.pages-navbar {
    background: none !important;
    position: fixed !important;
    width: 100%;
    /*background-image: url("../imgs/pages-nav-back.png") !important;*/
    background-position: 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    z-index: 9999999;
    transition: all 0.5s linear
}

.pages-navbar a {
    color: rgba(207, 21, 45 ,1) !important;
    /*text-shadow: 1px 1px 1px rgba(207, 21, 45 ,0.6);*/
}

.pages-navbar .dropdown-menu {
    background-color: #fff !important;
}


/************ Category Page Style ****************/
.pages-home {
    background-image: url("../imgs/pages-nav-back.png");
    /*background-size: 100% 100%;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    padding-top: 200px;
    text-align: center;
    height: 35vh;
}

.pages-home * {
    color: #333 !important;
}

.pages-home h3 {
    font-size: 1.7em;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px
}

.pages-home p,
.pages-home span {
    display: inline-block;
    font-size: 0.9em;
    font-weight: 600;
}

.pages-home .line {
    display: block;
    height: 7px;
    width: 7px;
    margin: 15px auto;
    border-radius: 50%;
    background: rgba(207, 21, 41,.9);
    text-align: center;
    position: relative;
}

.pages-home .line:after, .pages-home .line:before {
    content: "";
    width: 67px;
    height: 1px;
    background: rgba(207, 21, 41,.9);
    position: absolute;
    top: 50%;
    color: #cf152d;
    transform: translateY(-50%);
}

.pages-home .line:before {
    left: 15px;
}

.pages-home .line:after {
    right: 15px;
}

.pages-home i {
    color: #cf152d !important;
    margin: 3px;
    font-size: 0.8em;
    font-weight: 500;
}

.pages-home .category-link {
    color: #cf152d !important;
}

.jobs-results {
    padding-top: 3%;
    width: 80%
}

.jobs-results * {
    color: #333 !important;
}

.jobs-results p {
    font-size: 0.9em
}

.jobs-results select {
    width: 25%;

}

.jobs-results .row:nth-of-type(2) {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}

.jobs-results select option {
    padding: 5px
}

.jobs-results .job {
    margin: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
    transition: all .6s linear;
}

.jobs-results .job:hover {
    border: 1px solid rgba(207, 21, 25, 0.5);
}

.jobs-results .job img {
    width: 100%;
    height: 180px;
    border-radius: 5px
}

.jobs-results .job a {
    font-size: .8em;
    font-weight: 500;
    color: #cf152d !important;
    transition: all .35s linear;
    display: flex;
    gap: 5px;
    line-height: 1;
    justify-content: flex-end;
    position: relative;
}

.jobs-results .job a:before {
    content: "";
    position: absolute;
    left: 73%;
    bottom: -2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #cf152d;
}

.jobs-results .job a:after {
    content: "\2192";
    position: absolute;
    left: 70%;
    bottom: -6px;
    font-size: 1.9em;
    transition: all .35s linear;
}

.jobs-results .job a:hover {
    text-decoration: unset;
}

.jobs-results .job a:hover:after {
    left: 71.5%;
}

.jobs-results .job h5 {
    margin: 15px 0;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.jobs-results .job p {
    font-size: 0.85em
}

@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 31.333333%;
        flex: 0 0 31.333333%;
    }
}

/************ Job Page Style ****************/

.job-details p,
.job-details ul li,
.job-details h5 {
    color: #555 !important;
    font-size: 0.95em;
    letter-spacing: 0.5px;
}

.job-details p {
    text-align: justify;
    line-height: 1.8
    /*margin-bottom: 35px*/
}

.job-details ul li {
    line-height: 1.4
}

.job-details ul li::marker,
.job-details i {
    color: #cf152d;
    font-size: 1.3em;
    font-weight: bold;
}

.job-details b {
    color: #333
}

.job-details h5 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333 !important
}

.job-details .col-md-4 div {
    width: 80%;
    border-radius: 5px;
    border-top: 5px solid #cf152d;
    border-bottom: 5px solid #cf152d;
}

.job-details .col-md-4 i {
    margin-right: 10px;
}

.job-details .col-md-4 p:not(:first-child) {
    margin-left: 20px;
}

.job-details .col-md-4 p:first-child {
    /*font-size: 1.1em*/
}

.job-details .col-md-4 p:last-child {
    margin-bottom: 0px;
}


.job-details .col-md-4 .links i {
    font-size: 1.5em;
}

.job-details .col-md-4 .links i:not(:first-child) {
    margin-left: 5px
}

.navbar-light .navbar-nav .lang .active {
    color: #fff !important;
}

.pages-navbar .navbar-nav .lang .nav-link {
    border: 2px solid #cf152d;
}

.job-details .col-md-4 .form-group,
.job-details .col-md-4 .custom-file {
    border: 0;
    width: 100%
}

.job-details .col-md-4 .form-group input,
.job-details .col-md-4 .custom-file label,
.categories-page .input-group input,
.categories-page .input-group-text {
    border: 0;
    border-radius: 0px;
    border-bottom-right-radius: 3px;
    color: #333 !important;
    padding: 20px;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 1px;
    box-shadow: 1px 2px 3px #666;
}

.job-details .col-md-4 .custom-file-label::after {
    height: calc(2.5em + 0.75rem);
    line-height: 2
}

.job-details .col-md-4 .custom-file label {
    line-height: 0
}

.job-details .col-md-4 button {
    background-color: #cf152d;
    padding: 10px 20px;
    color: #fff !important;
    border: 2px solid #cf152d;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.8em;
    transition: all 0.3s ease-in-out;
    width: 50%;
    display: block;
    margin: auto;
    border-radius: 0
}

.job-details .col-md-4 button:hover,
.job-details .col-md-4 button:active,
.job-details .col-md-4 button:visited,
.job-details .col-md-4 button:focus {
    color: #cf152d !important;
    background-color: transparent !important;
}

.listing {
    padding: 0;
    margin-bottom: 50px
}

.categories-page .input-group-text {
    background-color: #cf152d;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;
}

.categories-page .input-group-text i {
    color: #fff !important;


}

#categorySearch {
    /*width: 80% !important;*/
    /*border-top-right-radius: 30px;*/
    /*border-bottom-right-radius: 30px;*/
}

.required {
    position: relative !important;
}

.required:after,
.file-required:after,
.select-required:after {
    content: "*";
    font-size: 1.2em;
    position: absolute;
    color: #cf152d;
    right: 20px;
    bottom: -2px;
    z-index: 99999;
}

#applyButton {
    border-radius: 0;
}

.file-required:after {
    right: 90px;
    bottom: 0;
}

.select-required:after {
    right: 30px
}

.checkbox-required:after {
    right: -17px;
    bottom: -5px;
}

.alert,
.loading {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    width: 400px;
    padding: 15px;
    text-align: center;
    z-index:9999999999;
    display: none;
    font-size: 1em;
    font-weight: bold;
}

.loading {
    display: none;
}

.alert-success i,
.alert-danger i,
.loading i {
    display: block;
    font-size: 3.5em !important;
}

.alert-success i {
    color: #9fd683 !important
}

.alert-danger i,
.loading i {
    color: #f16f6f !important
}

.loading i {
    font-size: 2.5em !important;
    color: #cf152d !important;
}

.alert-success {
    background-color: rgba(255, 255, 255, 1);
    color: #155724 !important
}

.alert-danger,
.loading {
    background-color: rgba(255, 255, 255, 1);
    color: #721c24 !important
}

.loading {
    border-color: rgba(207, 21, 45, 0.4) !important;
}

.error-input {
    box-shadow: 1px 2px 3px #cf152d !important;
}

.error-input::placeholder {
    color: #cf152d !important;
}

.error-input option:disabled {
    color: #cf152d !important;
}

.lds-spinner {
    color: #333333;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.copied {
    font-size: 0.8em;
    /*border: 1px solid #cf152d;*/
    padding: 3px 5px;
    color: #cf152d;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 60%;
    opacity: 0;
    transition: all 0.1s linear;
}