/*
Theme Name : Corodex Development Theme
Author : Shafaz
Description : Cooperative Website
Version : 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
html,
body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    overflow-x: hidden;
}

/* common changes over bootstrap */

img {
    max-width: 100%;
}

.text-primary {
    color: #002966 !important;
}

.bg-primary {
    background: #002966 !important;
}

p {
    text-align: justify;
}

a:hover {
    color: #002966 !important;
}

.btn-primary {
    border: 1px solid #002966 !important;
    color: #fff !important;
    background: #002966 !important;
}

.btn-primary:hover {
    background-color: #fff !important;
    color: #002966 !important;
}

.btn-outline-primary {
    background-color: #fff !important;
    color: #002966 !important;
    border: 1px solid #002966 !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background: #002966 !important;
    border: 1px solid #002966 !important;
}

button svg {
    width: 30px !important;
    height: 40px !important;
}

a svg {
    width: 25px !important;
    height: 30px !important;
}

.icon-bar a svg {
    width: 18px !important;
    height: 25px !important;
}


/* ovrlay menu  */

.offcanvas-body {
    overflow: scroll !important;
}

.offcanvas-body ul {
    list-style: none !important;
    justify-content: center !important;
}

.offcanvas-body li {
    padding: 20px 0px;
}

.offcanvas-body ul li {
    border-bottom: 1px solid #000;
}

.offcanvas-body a {
    text-decoration: none !important;
    color: black;
}

.offcanvas-body ul li:last-child,
.offcanvas-body ul li:nth-last-child(2) {
    border-bottom: none !important;
}

#heroCarousel {
    background: #000;
}

.nav-link:hover .nav-item {
    background: #f8f9fa;
}

/* .hero-controls {
    position: absolute;
    margin-top: -10rem;
    right: 0;
    margin-right: 3rem;
    z-index: 100;
} */

.carousel-caption {
    top: 50% !important;
    transform: translateY(-50%) !important;
    bottom: initial !important;
}

/* Hero Slider  */

#heroCarousel .carousel-inner {
    height: 100vh;
}

#heroCarousel img {
    opacity: .8;
}

#heroCarousel .carousel-caption {
    top: 50% !important;
    transform: translateY(-50%) !important;
    bottom: initial !important;
}

#heroCarousel .carousel-inner>.carousel-item>img {
    animation: zoom-in 20000ms linear 0s infinite alternate;
}

#heroCarousel .carousel-item {
    transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

#heroCarousel .carousel-item.active {
    transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

@keyframes zoom-in {
    0% {
        transform: scale(1);
        transition: transform 20000ms linear 0s;
    }

    100% {
        transform: scale(1.4);
        transition: transform 20000ms linear 0s;
    }
}

#heroCarousel h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.hero-controls {
    position: absolute;
    bottom: 10rem;
    z-index: 2;
}

.btn-outline-primary {
    background-color: #fff !important;
    color: #002966 !important;
    border: 1px solid #002966 !important;
}

.about-controls {
    position: absolute;
    right: 0;
    margin-top: -20px;
}

#about-us>.card {
    background: linear-gradient(to bottom, #fff 0%, #fff 60%, #F2F5F8 60%, #F2F5F8 100%);
}

#carouselAboutControls .d-md-block .carousel-control-prev,
#carouselAboutControls .d-md-block .carousel-control-next {
    width: 6vh;
    height: 6vh;
    border-radius: 5%;
    top: 50% !important;
    bottom: initial !important;
    transform: translateY(-50%);
    /* border: 2px solid #002966;
    background-color: #002966; */
    opacity: 1;
}

.carousel-caption h2 {
    font-size: 48px !important;
}

.carousel-caption h3 {
    font-size: 40px !important;
}

.carousel-caption h1 {
    font-size: 72px !important;
    margin-bottom: 20px !important;
}

#carouselAboutControls .d-md-block .carousel-control-prev {
    margin-left: -6rem !important;
}

#carouselAboutControls .d-md-block .carousel-control-next {
    margin-right: -6rem !important;
}

#about-us>.card>.card-body {
    height: auto !important;
    padding: 30px 0px !important;
    text-align: center;
}

#about-us>.card {
    padding: 0px 6rem !important;

}

.company-carousel .splide__slide__container,
#partners-carousel .splide__slide__container {
    border: 1px solid #ccc;
    border-radius: 10px !important;
}

.splide__slide__container {
    position: relative;
}

.img-overlay {
    opacity: 0;
    position: absolute !important;
    background-color: rgb(44 82 130 / 90%);
}

.splide__slide__container:hover .img-overlay {
    opacity: 1;
}

.overlay-btn {
    position: absolute;
    transition: .3s ease;
    align-items: center;
    top: 42%;
    left: 30%;
    text-align: center;
}


.my-carousel-progress {
    margin: 20px 0px;
    background: lightgray !important;
    border-radius: 20px;
}

.my-carousel-progress-bar, .my-projects-progress-bar  {
    background: #002966;
    height: 5px;
    transition: width 400ms ease;
    width: 0;
    border-radius: 20px;
}

.splide__arrows {
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
}

.splide__arrow {
    background: #fff !important;
    color: #002966;
    border-radius: 10% !important;
    border: 1px solid #002966;
    height: 2.6rem !important;
    width: 3.1rem !important;
    opacity: 1;
    position: static;
    display: block;
    transform: none;
    padding: 6px 10px;
}

.splide__arrow:hover {
    background: #002966 !important;
    color: #fff;
}

.splide__arrow:hover svg {
    fill: #002966 !important;
}

.splide__arrow svg {
    fill: #fff !important;
    width: 25px !important;
    height: 30px !important;
}

.splide__arrow--prev {
    left: -8em !important;
}

.splide__arrow--prev svg {
    transform: scaleX(1);
}


#projects {
    background: linear-gradient(to right, #F2F5F8 0%, #F2F5F8 60%, #fff 60%, #fff 100%);
}

#trustedPartners {
    background: linear-gradient(to right, #fff 0%, #fff 30%, #F2F5F8 30%, #F2F5F8 100%);
}

#partnersCarousel .carousel-item .card,
#successCarousel .carousel-item .card {
    margin-left: 20px !important;
}

.news-container img {
    height: 500px !important;
}

.useful-links li {
    list-style-type: none !important;
    margin-bottom: 10px;
}

.useful-links a {
    text-decoration: none !important;
    color: black;
}

.learn-about a {
    text-decoration: none !important;
    color: black !important;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1500;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #002966;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 6px;
}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 5px;
    transition: all 0.3s ease;
    color: white;
    font-size: 24px;
    border-bottom: 1px solid #fff;
}

.icon-bar a:last-child {
    border: none;
}

.icon-bar a svg {
    width: 16px;
    height: 16px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
    background-color: #fff;
    border: 1px solid #002966;
}

.icon-bar a:hover svg {
    color: #002966;
}

.mobile-footer {
    z-index: 2000 !important;
    box-shadow: 0px 0px 1px 0px black;
    position: fixed;
    bottom: 0;
    justify-content: space-around;
}

.slider-title {
    width: 0 !important
}

#industrialCarousel h6 {
    font-size: 16px !important;
    margin-bottom: 0px !important;
}

#industrialCarousel small {
    font-size: 8px !important;
}

.news-link svg {
    width: 16px !important;
    height: 25px !important;
    margin-top: -3px;
}

.header-img {
    background: #000;
}

.header-img img {
    object-fit: cover;
    opacity: 0.8;
    max-height: 100vh !important;
}

.header-img .title-header {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    position: absolute;
    right: 15%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    text-shadow: 1px 1px #000;
    font-size: 80px !important;
}

@media (max-width: 767px) {

    .carousel-caption h1 {
        font-size: 56px !important;
    }

    .carousel-caption h2 {
        font-size: 36px !important;
    }

    .carousel-caption h3 {
        font-size: 24px !important;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }

    #about-us>.card {
        padding: 0px 0rem !important;
    }

    #about-us>.card {
        background: linear-gradient(to bottom, #fff 0%, #fff 30%, #F2F5F8 30%, #F2F5F8 100%);
    }

    #trustedPartners {
        background: #F2F5F8;
    }

    #industrialCarousel .card img {
        height: 300px !important;
    }

    .news-container img {
        height: 350px !important;
    }

    .hero-controls {
        margin-top: -9rem;
        margin-right: 2rem;
    }

    .slider-title {
        width: 100% !important;
    }

    .offcanvas h2 {
        font-size: calc(1.825rem + .9vw);
    }

    .header-img .title-header {
        font-size: 60px !important;
    }
}


@media (max-width: 567px) {

    .hero-controls {
        margin-top: -10rem;
    }

    #projects {
        background: linear-gradient(to bottom, #F2F5F8 0%, #F2F5F8 50%, #fff 50%, #fff 100%);
    }

    .project-controls {
        margin-top: -20px !important;
    }

    .offcanvas-body {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        min-height: 100% !important;
    }

    .offcanvas-body ul {
        width: 100% !important;
    }

    .offcanvas-body li {
        padding: 14px 0px;
    }

    .offcanvas-body h1 {
        font-size: 20px;
    }

    .offcanvas-body h3 {
        font-size: 18px;
    }

    .offcanvas-body .view-journey {
        font-size: 12px;
    }

    .icon-bar {
        padding: 5px;
    }

    .header-img .title-header {
        font-size: 50px !important;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(0) !important;
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(0) !important;
    }
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translateX(0%) !important;
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translateX(0%) !important;
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.card-img-overlay {
    opacity: 0;
    position: absolute !important;
    background-color: rgb(44 82 130 / 90%);
}

.img-overlay {
    opacity: 0;
    position: absolute;
    background-color: rgb(44 82 130 / 80%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.img-overlay a {
    align-self: center;
}

.card-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    justify-content: center;
}

/* .overlay-btn {
    position: absolute;
    transition: .3s ease;
    align-items: center;
    top: 45%;
    left: 30%;
    text-align: center;
} */

.card:hover .card-img-overlay,
.card:hover .card-overlay,
.card:hover .img-overlay {
    opacity: 1;
}

@media screen and (min-width: 577px) {
    .cards-wrapper {
        display: flex;
    }

    .image-wrapper {
        height: 20vw;
        margin: 0 auto;
    }
}

.image-wrapper img {
    max-height: 100%;
}

/* Navbar */

button:focus,
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.nav-item .show {
    background: #f8f9fa;
}


.navbar-nav .nav-item {
    margin: 0 10px;
}

.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    padding: 2rem !important;
}

.dropdown-menu .dropdown-item {
    padding-bottom: 10px;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #008489;
    color: #fff;
}

.dropdown-menu {
    text-align: center;
    left: 5% !important;
    border: none !important;
    background: #f8f9fa;
}

.dropdown-mega-menu {
    width: 90% !important;
}

.dropdown-menu h1 {
    padding-bottom: 12px;
    /* border-bottom: 1px solid rgba(0, 0, 0, .125); */
    margin: 0;
}

.list-group-item {
    font-size: 14px;
    color: #3F3B51 !important;
    border: 0 !important;
    /* border-bottom: 1px solid rgba(0, 0, 0, .125); */
    padding: 8px 0 !important;
}

section {
    height: 100vh;
}

/* Responsive */
@media(max-width: 991.5px) {
    .navbar-brand {
        font-size: 30px
    }

    .navbar-nav .nav-item {
        margin: 5px 10px;
    }

    form {
        margin: 30px 0;
    }
}

.content-box {
    background: linear-gradient(to right, #F2F5F8 0%, #F2F5F8 50%, #fff 50%, #fff 100%);
}

.content-box-reverse {
    background: linear-gradient(to left, #F2F5F8 0%, #F2F5F8 50%, #fff 50%, #fff 100%);
}

.industries a {
    color: #000 !important;
    text-decoration: none !important;
}

.industries img {
    height: 300px !important;
}


/* projects page  */
.filters .form-group {
    margin-bottom: 10px !important;
}

.accordion-button {
    color: black !important;
    /* background: #F2F5F8; */
}

.accordion-button:not(.collapsed) {
    color: black !important;
    background: #F2F5F8;
}

.accordion-button {
    font-size: 20px !important;
}

.accordion-body {
    background: #F2F5F8;
}

@media (max-width: 567px) {
    .content-box {
        background: linear-gradient(to bottom, #F2F5F8 0%, #F2F5F8 40%, #fff 40%, #fff 100%);
    }

    .content-box-reverse {
        background: linear-gradient(to bottom, #F2F5F8 0%, #F2F5F8 50%, #fff 50%, #fff 100%);
    }
}

/* Pop up  modals */
.modal-dialog {
    max-width: 80% !important;
}

.modal-body {
    background: linear-gradient(to right, #fff 0%, #fff 70%, #F2F5F8 70%, #F2F5F8 100%);
    background-size: auto 400px;
    background-repeat: no-repeat;
}

.modal-body button svg {
    width: 25px !important;
    height: 35px !important;
}

@media (max-width: 767px) {
    .modal-body {
        background: linear-gradient(to top, #fff 0%, #fff 50%, #F2F5F8 50%, #F2F5F8 100%);
    }

    .modal-body button svg {
        width: 20px !important;
        height: 30px !important;
    }
}

.careers img,
.learn-about img {
    height: 300px !important;
}

.careers a {
    color: black;
    text-decoration: none;
}

.ccg-openings a {
    color: #000 !important;
    text-decoration: none !important;
}

.ccg-openings:hover {
    background-color: #002966;
}

.ccg-openings:hover a {
    color: white !important;
}

.list-group-item {
    background-color: #f8f9fa !important;
}

.show .nav-item {
    background: #f8f9fa !important;
}

@media (max-width: 767px) {
    .careers img {
        height: 200px !important;
    }

    .learn-about img {
        height: 180px !important;
    }
}

@media (max-width: 567px) {
    .careers img {
        height: 150px !important;
    }

    .learn-about img {
        height: 110px !important;
    }
}

.companies h1 {
    font-size: 1em !important;
}

.companies h3 {
    font-size: 30px !important;
}

.title-header h3::before {
    content: "";
    display: block;
    width: 20em;
    max-width: 80%;
    border-bottom: 2px solid #fff;
    margin: 20px auto 30px;
}

.title-header h1 {
    font-size: 4em;
}

.title-header h3 {
    font-size: 2em;
    font-weight: 400;
}

@media (max-width: 767px) {

    .title-header h3::before {
        max-width: 100%;
    }

    .title-header h1 {
        font-size: 3em;
    }

    .title-header h3 {
        font-size: 2em;
    }
}

@media (max-width: 567px) {
    .header-img .title-header {
        right: 10%;
        left: 10%;
    }

    .title-header h3::before {
        max-width: 90%;
        width: 24em;
    }

    .title-header h1 {
        font-size: 2.5em;
    }

    .title-header h3 {
        font-size: 1.5em;
    }

    .overlay-text {
        display: none !important;
    }

    .header-img .product-header {
        bottom: 15%;
        padding-top: .25rem;
        padding-bottom: .25rem;
        text-align: center !important;
        left: 10% !important;
        right: 10% !important;
        justify-content: center !important;
    }

    .header-img .product-header img {
        text-align: center;
        width: 100%;
    }

}

.header-img .product-header {
    bottom: 5%;
    position: absolute;
    /* right: 15%;
    left: 20%; */
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.header-img .product-header img {
    opacity: 1 !important;
}


/* footer */

.companies-mobile .list-group-item {
    border-bottom: 1px solid #000;
    background-color: #f8f9fa !important;
    border-radius: 0;

}

.companies-mobile {
    margin-right: 60px;
    padding-bottom: 10em !important;
    border-right: 2px solid #000 !important;
}

.scroll-buttons {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    bottom: 20%;
    right: 30px;
    z-index: 99;
}

.scroll-buttons button svg {
    height: 20px;
    width: 20px;
}

@media (max-width: 767px) {
    .list-group-item {
        font-size: 16px !important;
        display: flex;
        justify-content: space-between;
    }

    .dropdown-menu {
        width: 100% !important;
        left: 0 !important;
    }

    .dropdown-menu.show {
        display: flex !important;
        justify-content: space-evenly !important;
        transform: translate3d(0px, -61px, 0px) !important;
        border-radius: 0 !important;
    }

    .dropdown-menu a {
        padding: 20px 0;
    }

    .dropdown-menu.show .nav-link {
        background-color: #f8f9fa;
    }

    .dropdown-menu .dropdown-item {
        margin-bottom: 0px;
    }

    #trustedPartners img {
        height: 150px !important;
    }
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


#trustedPartners img {
    height: 200px;
}

.list-group-item:hover {
    color: #002966 !important;
}

.dropdown li:hover,
.dropdown-item:hover {
    background-color: #002966 !important;
    color: #fff !important;
}

.dropdown-menu {
    --bs-dropdown-spacer: : 0px !important;
    border-radius: 0px 0px 10px 10px !important;
    padding: 0;
}


.overlay-text {
    text-align: center !important;
    justify-content: center;
    align-items: center;
    color: white !important;
    margin: 0 auto;
}

#teams p {
    font-size: 12px !important;
    font-weight: 600;
}


/* chevron arrows */
[class^=arr-] {
    border: solid currentColor;
    border-width: 0 .2em .2em 0;
    display: inline-block;
    padding: .20em;
}

.arr-right {
    transform: rotate(-45deg);
}

.arr-left {
    transform: rotate(135deg);
}

.arr-up {
    transform: rotate(-135deg);
}

.arr-down {
    transform: rotate(45deg);
}

.object-fit-contain {
    object-fit: contain !important;
}


/* Preloader
-------------------------------------------------------*/

.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #00c9d0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: #002966;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*Mobile Frames*/
@media (max-width: 568px) {
    .carousel-caption h1 {
        font-size: 36px !important;
    }
}

/* project overlay  */
.project-overlay {
    position: absolute;
    transition: .3s ease;
    align-items: center;
    top: 45%;
    text-align: center;
    color: white !important;
    margin: 0 auto;
    padding: 0 30px;
}