.overviewContainer {
    margin: 1rem auto 2rem auto; 
    position: relative;
	font-family: 'GilroyRegular';
}


.allmaterials {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;   
    box-shadow: 2px 2px 5px 1px gainsboro; 
    width: 24%;
    height: fit-content;
    padding: 0;
}
.job-grids {
    cursor: pointer;
    background-color: white;   
    box-shadow: 0px 0px 3px 1px rgb(232, 232, 232); 
    width: 95%;
    height: fit-content;
    padding: 0.5rem;
    margin: 1rem 0.5rem;
    position: relative; 
    transition: 0.1s ease;
    border-radius: 0px;
    overflow: hidden;
} 
.job-grids:hover {
    transform: scale(1.02);
}

.job-grids .jobImg {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem; 
    z-index: 5;
    padding: 0.25rem;
    border-radius: 0px; 
    border: 1px solid #f2f2f2;
    box-shadow: 0px 0px 3px 1px #f2f2f2;
    background-color: white;
    width: 3rem;
    height: 2.5rem;
    overflow: hidden;
}
.job-grids .jobDesc {
    position: relative; 
    background-color: white;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
} 
 
.job-grids .jobDesc .JobTitle { 
    height: 1.25rem;
    color: rgb(164, 164, 164);
    font-size: 0.9rem;
    font-weight: 600;
    overflow: hidden;
}
.job-grids .jobDesc .JobCmpy {
    font-weight: 500;
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
}
.job-grids .jobDesc .JobDetails {
    font-size: 0.8rem;
    font-weight: 450;
    color: gray;
    margin-bottom: 0.25rem;
    overflow: hidden;
}
.job-grids .jobDesc .JobDetails i { 
    color: rgb(120, 118, 118);
    margin-right: 0.2rem;
}
.job-grids .jobDesc .JobEdu {
    color: cornflowerblue;
    font-size: 0.8rem;
    font-weight: 550; 
    margin-bottom: 0.25rem;
    overflow: hidden;
}



.jbdesc {
    background-color: white;   
    box-shadow: 0px 0px 3px 1px gainsboro; 
    box-shadow: 2px 2px 5px 1px gainsboro; 
    width: 75%;
    height: fit-content;
    padding: 1rem;
    margin: 1rem 0;
}
.jbdesc .desctitle {
    padding: 0.5rem 1rem;
    color: #e06767;
    font-weight: 600;
    font-size: 1.25rem;
}
.jbdesc .briefdesc { 
    padding: 0.5rem 1rem 1rem 1rem; 
    overflow: hidden; 
    color: rgb(90, 90, 90);
}
.whoDiv {
    background-color: white;   
    box-shadow: 2px 2px 5px 1px gainsboro; 
    width: 75%;
    height: fit-content;
    padding: 1rem;
    margin: 1rem 0;
}
.whoDiv .desctitle {
    padding: 0.5rem 1rem;
    color: #e06767;
    font-weight: 600;
    font-size: 1.25rem;
}
.whoDiv .imageDiv img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.whoDiv .contentDiv {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}
.whoDiv .descDiv {
    color: rgb(90, 90, 90);
}
.whoDiv .descDiv * { 
    font-size: 1rem !important;
    font-family: "GilroyRegular" !important; 
} 
.bottom-blurred {
    mask-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.jbdesc .briefdesc * { 
    font-size: 1rem !important;
    font-family: "GilroyRegular" !important; 
} 
.jbdesc .showDesc {
    cursor: pointer;
    color: mediumslateblue;
    font-weight: 600;
    padding: 0.5rem 1rem;
    font-size: 1rem; 
}
.jbdesc .spectbl {
    margin: 1rem 0;
}
.jbdesc .specdesc {
    color: goldenrod;
    font-weight: 450;
}
.jbdesc .spectitle {
    color: gray;
    padding: 0.25rem 1rem;
    font-size: 0.95rem;
    font-weight: 450;
    border: none;
}
.jbdesc .specdesc {
    color: cornflowerblue;
    padding: 0.25rem 8rem;
    font-size: 0.95rem;
    font-weight: 450;
    border: none;
}



.breadcrumbDiv {
    font-size: 0.9rem;
    margin: 1rem auto;
}



.job-lists {
    background-color: white;   
    box-shadow: 2px 2px 5px 1px gainsboro; 
    width: 75%;
    height: fit-content;
    padding: 1rem 1.5rem;
    margin: 1rem 0;
    position: relative; 
} 
.overviewmainContainer {
    margin: 6vh auto 1rem auto; 
    position: relative;
	font-family: 'GilroyRegular';
}
.training-list {
    width: 100%;
    margin: 0;
    background-color: black;   
}

.job-lists .jobDesc { 
    position: relative; 
    background-color: white;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
} 
.training-list .jobDesc {
    background-color: black;   
}
.job-lists .jobImg {
    position: absolute;
    top: 1rem;
    right: 1.5rem; 
    padding: 0.25rem;
    border-radius: 0px; 
    border: 1px solid gainsboro;
    box-shadow: 1px 1px 5px 0px gainsboro;
    background-color: white;
    width: 8rem;
    height: 6rem;
    overflow: hidden;
}
.training-list .jobImg {
    background-color: black;   
    width: 30%;
    height: 88%;
    border: none;
    box-shadow: 0px 0px 5px 1px rgb(236, 236, 236);
}

.job-grids .jobImg img, .job-lists .jobImg img {
    width: 100%; 
    height: 100%;
} 

.job-lists .jobDesc .JobTitle { 
    height: 2rem;
    font-size: 1.3rem;
    font-weight: 600;
    color: gray;
    overflow: hidden;
}
.training-list .jobDesc .JobTitle { 
    color: rgb(228, 226, 226);
}
.job-lists .jobDesc .JobCmpy {
    font-weight: 550;
    font-size: 1rem;
    margin-bottom: 0.75rem;
    color: black;
}
.training-list .jobDesc .JobCmpy { 
    color: rgb(228, 226, 226);
}
.job-lists .jobDesc .JobDetails {
    font-size: 1.1rem;
    font-weight: 550;
    color: gray;
    margin-bottom: 0.25rem;
    overflow: hidden;
}
.training-list .jobDesc .JobDetails { 
    color: rgb(228, 226, 226);
}
.job-lists .jobDesc .JobDetails i { 
    color: rgb(120, 118, 118);
    margin-right: 0.25rem;
}
.training-list .jobDesc .JobDetails i { 
    color: rgb(228, 226, 226);
}
.job-lists .jobDesc .JobEdu {
    color: cornflowerblue;
    font-size: 1rem;
    font-weight: 550; 
    margin-bottom: 0.25rem;
    overflow: hidden;
}
.training-list .jobDesc .drone-price span {
    color: rgb(228, 226, 226);
}
.job-lists .jobDate {
    display: inline-block;
    color: gray;
    font-size: 1rem; 
}
.training-list .jobDate {
    margin-top: 0.5rem;
    color: rgb(203, 202, 202);
}
.job-lists .jobBottom {
    padding: 1.5rem 0 0.5rem 0;
    display: flex;
    align-items: center;
    position: relative;
}
.job-lists .jobSave {
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 600; 
} 
.job-lists .jobApply {
    font-size: 1rem !important;
    font-weight: 600; 
}
.job-lists .jobApply i {
    background-color: rgb(44, 45, 44); color: white; border-radius: 50%; padding: 0.2rem 0.25rem;
}


.addsaveColor {
    color: blue;
}
.removesaveColor {
    color: mediumseagreen;
} 
.addcontactColor {
    color: mediumseagreen;
} 



.each-drone {
    cursor: pointer;
    border-radius: 0px;
    padding: 0.75rem;
    margin: 0;
    background: white;
    transition: transform .2s;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: transform 0.1s ease;
}
.drone-grid {
    width: 100%;
    flex-direction: column;
    justify-content: start;
    padding-bottom: 0;
}
.each-drone .offerContainer {
    position: absolute;
    top: 0;
    right: -0.5rem;
    z-index: 3;
    background: rgb(71, 71, 71);
    color: #fff;
    padding: 6px 12px;
    font-size: 0.75rem;
    font-weight: 600;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.each-drone .offerContainer::after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
    border-width: 8px 8px 0 0;
    border-style: solid;
    border-color: rgb(71, 71, 71) transparent transparent transparent;
}
.each-drone .imgContainer {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 0px;
    box-shadow: 0 1px 3px rgba(36, 39, 44, .1);
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
}
.each-drone .imgContainer img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease;
    transition: transform 0.8s ease;
}
.img-first {
    opacity: 1;
    z-index: 2;
}
.img-second {
    opacity: 0;
    z-index: 1;
}
.each-drone:hover .img-first {
    opacity: 0;
}
.each-drone:hover .img-second {
    opacity: 1;
    transform: scale(1.5);
}
.each-drone .contentContainer {
    padding: 0;
    margin: 0;
}
.drone-grid .contentContainer {
    width: 100%;
}
.each-drone .drone-price {
    color: gray;
    font-weight: 600;
}
.drone-grid .drone-price {
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

 
.drone-grid .JobTitle { 
    height: 1.25rem;
    color: rgb(164, 164, 164);
    font-size: 0.95rem;
    font-weight: 600;
    overflow: hidden;
    margin-top: 0.25rem;
}
.drone-grid .JobCmpy {
    font-weight: 500;
    font-size: 0.85rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.drone-grid .JobDetails {
    font-size: 0.85rem;
    font-weight: 450;
    color: gray;
    margin-bottom: 0.25rem;
    overflow: hidden;
}
.drone-grid .JobDetails i { 
    color: rgb(120, 118, 118);
    margin-right: 0.25rem;
}
.drone-grid .JobEdu {
    color: cornflowerblue;
    font-size: 0.85rem;
    font-weight: 550; 
    margin-bottom: 0.25rem;
    overflow: hidden;
}
.drone-grid .jobDate {
    display: block;
    color: gray;
    font-size: 0.85rem; 
}
.drone-grid .jobBottom {
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.drone-grid .jobSave {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600; 
    margin-right: 1rem;
} 
.drone-grid .jobApply {
    font-size: 0.85rem !important;
    font-weight: 600; 
}
.drone-grid .jobApply i {
    background-color: rgb(44, 45, 44); color: white; border-radius: 50%; padding: 0.2rem 0.25rem;
}


.sliderLeft {
    width: 75%;
    background-color: white;
    box-shadow: 0px 0px 3px 1px gainsboro;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem 1.75rem 1rem;
    position: relative;
}
.sliderLeft .sliderLeftCaptions {
    font-family: "GilroyRegular";
    width: 100%;
    color: #e06767;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 0.25rem 0.25rem 1rem 0.75rem;
}
.sliderWrapper {
    width: 100%; 
    overflow: hidden; 
}
.slider {
    display: flex;
    transition: transform 0.3s ease-in-out; 
    width: max-content; 
}
.slides {
    width: 17rem; 
    height: 19rem;
    margin: 0.5rem 0.75rem; 
    flex-shrink: 0; 
    background-color: #f2f2f2;
    box-shadow: 0px 0px 3px 1px gainsboro;
    border-radius: 10px;
    position: relative;
    transition: 0.2s ease;
}
.spareSlider .slides {
    width: 18rem; 
    height: 21rem;
}
.slides:hover {
    transform: scale(1.03);
}

.prev-btn, .next-btn {
    cursor: pointer;
    color: gray;
    background-color: white; 
    border: 1px solid gainsboro;
    box-shadow: 0px 0px 10px 2px #f2f2f2;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.25rem 0.6rem;
    font-size: 1rem;
}
.sliderViewallBtn {
    font-family: "GilroyRegular";
    cursor: pointer;
    color: cornflowerblue; 
    position: absolute;
    z-index: 3;
    top: 4%; 
    right: 0.75rem; 
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    font-weight: 550;
    letter-spacing: 0.1rem;
}

.prev-btn {
    left: 0.75rem; 
}
.next-btn {
    right: 0.75rem; 
}

.prev-btn:hover, .next-btn:hover {
    color: mediumseagreen;
    border: 2px solid mediumseagreen;
}
.sliderViewallBtn:hover { 
    color: blue; 
}

.slides .slideImg {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0.25rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: white;
    width: 100%;
    height: 60%;
    overflow: hidden;
}
.slides .slideImg .carousel, .slides .slideImg .carousel .carousel-inner, .slides .slideImg .carousel .carousel-item {
    width: 100%;
    height: 100%;
    border-radius: 10px;   
}
.slides .slideImg .carousel .carousel-item {
    background-color: gainsboro;
    border-radius: 10px;   
}
.slides .slideImg .carousel .carousel-item .w-100 {
    width: inherit;
    height: inherit;
    border-radius: 10px;   
}

.slides .slideDesc {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: white;
    width: 100%;
    height: 40%;
    padding: 0.25rem 0.5rem;
} 

.jobslides {
    height: 18rem;
}
.jobslides .slideImg img {
    width: 100%; 
    height: 100%;
}
.slides .slideDesc .slideTitle { 
    font-family: "GilroyRegular";
    color: black;
    font-size: 0.9rem;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
}
.slides .slideDesc .slidePrice {
    font-family: "GilroyRegular";
    color: gray;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
}
.slides .slideDesc .slideCountry {
    font-family: "GilroyRegular";
    color: cornflowerblue;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
}
.jobslides {
    height: 18rem !important;   
}

.conceptsAccord {
    margin: 0 1rem;
}
.accordion .accordion-button {
    position: relative;
    font-weight: 600;
    color: rgb(52, 89, 156);
    background: #e7f0fc;
}
.accordion .accordion-button .contentTime {
    position: absolute;
    height: 100%;
    width: fit-content;
    right: 4rem;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: gray;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
}
.accordion .accordion-button:focus {
    outline: none;
    box-shadow: none;
    background: #cfe2ff;
}
.accordion .accordion-body {
    color: rgb(90, 90, 90);
}
.accordion .accordion-body .briefdesc { 
    padding: 0; 
    overflow: hidden; 
    color: rgb(90, 90, 90);
}
.accordion .accordion-body .briefdesc * { 
    font-size: 1rem !important;
    font-family: "GilroyRegular" !important; 
} 