@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Evogria';
    src: url(../font/Evogria.otf);
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
}

h1 {
    font-family: 'Evogria';
    font-size: 200px;
    line-height: 0.8;
    color: #faa732;
    font-weight: 500;
    margin: 0;
    text-shadow: 2.847px 10.625px 13px rgb(13 13 13 / 79%);
}

h2 {
    font-family: 'Evogria';
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: 'Evogria';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'Evogria';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'Evogria';
    font-size: 132px;
    line-height: 1;
    color: #faa732;
    font-weight: 500;
    margin: 0;
    text-shadow: 2.847px 10.625px 13px rgb(13 13 13);
    letter-spacing: -7px;
    margin-top: -7px;
}

h6 {
    font-family: 'Evogria';
    font-size: 32px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-align: center;
    margin: 0px 0 0 -38px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #e952cf;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #19add2;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 10px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 10px 23px;
    font-size: 13px;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.slick-slide {
    opacity: 1;
}

.main_slider {
    margin-bottom: 100px;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner-sec {
    height: 100vh;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    overflow: hidden;
    background-image: url(../images/bannerfull-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.baner-logo {
    text-align: center;
    padding: 20px 0 50px;
    position: relative;
    z-index: 999;
}

.banr-sitelink {
    text-align: center;
}

.banr-sitelink p {
    font-size: 25px;
    color: #fff;
    font-family: 'Evogria';
}

img.bnr-design-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

img.bnr-shade-btm {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}

img.bnrwhitlin {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

img.bnr-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

img.bnr-glowbtm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

img.bnr-topshade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}

.container-fluid {
    padding: 0 8%;
}

.banner-text {
    width: max-content;
    position: relative;
    z-index: 9999;
}

.banner-text h4 {
    position: absolute;
    top: 25%;
    left: 0;
    right: 2%;
    margin: 0 auto;
    width: max-content;
    font-size: 36px;
    color: #1e1d1d;
    font-weight: 900;
    padding: 2px 10px;
    transform: skew(7deg, 0deg);
    background: #fff;
    font-family: "Montserrat", sans-serif;
}

.job-post {
    font-family: 'Evogria';
    font-size: 57px;
    color: #000;
    padding: 6px 10px;
    background: #fff;
    line-height: 1;
    position: relative;
    width: max-content;
    transform: rotate(-2deg);
    top: -6px;
    left: 25px;
    box-shadow: 0px 5px 16px 3px #000;
    z-index: 2;
}

.job-post:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    background-image: url(../images/baner-text-yelowline.png);
    width: 100%;
    height: 30px;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
}

.banner-text img {
    position: relative;
    left: 40px;
    top: -2px;
}

.banner-text a {
    width: 330px;
    height: 72px;
    display: flex;
    border-radius: 70px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'Evogria';
    font-weight: 500;
    margin: 15px auto 0 18%;
    background-image: url(../images/btn-landpage.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.banr-sitelink {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

img.peplebaner {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 710px;
    z-index: 1;
}

.job-post img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}







/* Overlay */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(6px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Box */
.popup-box {
    width: 940px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    animation: zoomIn 1s ease;
    height: 662px;
    padding: 11px 15px;
    background-image: url(../images/popupimage.jpg);
    align-content: end;
    z-index: 0;
}

/* Image */
.popup-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    opacity: 0;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #fff;
    font-size: 24px;
    transition: 0.5s all;
}

/* Bottom Card */
.popup-content {
    background: #f2f2f2;
    border-radius: 14px;
    padding: 35px 21px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    width: 100%;
}

/* Heading */
.popup-content h2 {
    font-family: 'Evogria';
    font-size: 52px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #131313;
}

/* Text */
.popup-content p {
    font-size: 14px;
    color: #1e1e1e;
    margin-bottom: 25px;
    font-family: 'Montserrat';
    opacity: 60%;
    width: 82%;
    margin: 0 auto 20px;
}

/* Form */
.form-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* Input */
.form-box input {
    width: 100%;
    padding: 13px 25px;
    border-radius: 40px;
    border: 1px solid #c7c7c7;
    outline: none;
    font-size: 13px;
    height: 64px;
}

/* Button */
.form-box button {
    padding: 14px 28px;
    margin-left: 10px;
    border-radius: 40px;
    border: none;
    background: linear-gradient(135deg, #ff8c00, #ffa733);
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 203px;
    font-family: 'Evogria';
}

/* Animation */
@keyframes zoomIn {
    from {
        transform: scale(0.85);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.popup-box:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 97%;
    height: 97%;
    border: 1px solid #fff;
    border-radius: 14px;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.close-btn:hover {
    background: #ff920b;
    border-color: #ff920b;
}