.headerLogo {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.headerLogo img {
    max-width: 8rem;
    width: 100%;
}
.headerLogo .partnerLogoArea {
    position: relative;
    width: 100%;
}
.headerLogo .partnerLogoArea img {
    position: absolute;
    right: 0;
    top: -1rem !important;
    max-width: 15rem;
}

.flex-container {
    display: flex;
    justify-content: space-evenly;
}

.flex-container .flex-inner {
    display: flex;
}

.flex-inner .flex-inner-img-area {
    padding-right: 1rem;
}
.flex-inner .flex-inner-img-area img {
    max-width: 6rem;
}

.flex-inner .flex-inner-content-area h3 {
    font-size: 1.3rem;
    margin-bottom: 0px !important;
}

.flex-inner .flex-inner-content-area p {
    color: #2a2c76;
    text-align: left;
}

.flex-inner .flex-inner-content-area ul {
    padding: 0;
}

.flex-inner .flex-inner-content-area ul li {
    list-style: none;
    font-size: 1rem;
    color: #2a2c76;
}

.flex-container > div {
    margin: 10px;
    padding: 20px;
    font-size: 30px;
}

.workshopArea .cardWorkshop {
    background: #2a2c76;
    border-radius: 1rem;
    padding: 1rem;
    margin: 0.5rem;
    text-align: center;
}
.workshopArea p {
    color: #fff !important;
    text-align: center !important;
}
.workshopArea h3 {
    font-size: 1.5rem;
    color: #fff !important;
}
.carousel-caption {
    top: 20px !important;
    left: 5% !important;
    text-align: left !important;
}
.carousel-caption h1 {
    color: #fff;
    font-size: 3.5rem;
}
.carousel-caption h2 {
    color: #fff;
    font-size: 3.5rem;
    margin-bottom: 0px;
}
.carousel-caption h3 {
    color: #fff;
    font-size: 2.5rem;
    font-style: italic;
    font-family: 'caviar_dreamsregular';
}

.contentArea p {
    font-size: 17px !important;
    text-align: justify;
}
.listArea {
    margin-top: 2rem;
    background-color: #f0f0f2;
    border-radius: 2rem;
    font-size: 17px;
}
.listArea ul li {
    line-height: 2.2rem;
}
.referanceArea {
    text-align: center;
}
.referanceArea img {
    max-width: 10rem;
    margin-top: 1rem;
}
.t12Area .t12 {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 1rem;
    padding: 0.5rem;
}

.t12Area .t12Card {
    border-radius: 1rem;
    padding: 1rem;
    margin: 2rem;
}

.t12Card p {
    text-align: center;
}

.whyCloudcan {
    text-align: center;
    justify-content: center;
}
.whyCloudcan p {
    text-align: center;
}
.whyCloudcan img {
    max-width: 5rem;
}
.referencesArea {
    text-align: center;
}
.referencesArea img {
    max-width: 10rem;
}

.visMob {
    display: none !important;
}

.formArea {
    width: 100%;
    margin-top: 3rem;
    padding-bottom: 5rem;
}

/*-----------------------------
Making WordPress Contact Form 7 Plugin form responsive and full width with CSS customization
Add this code snippet to your WordPress theme's style.css file.
-------------------------------*/
div.wpcf7 .wpcf7-form-control {
    max-width: 50%;
}
.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 input[type='tel'],
textarea {
    font-size: 16px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 0.5rem;
}

/* Make Contact Form 7 Select Dropdown field responsive & full width */
.wpcf7 select {
    border-radius: 3px;
    margin: 0;
    padding: 4px;
    text-indent: 0px;
    width: 50%;
    z-index: 100;
}
/* Make Contact Form 7 text field full width & responsive */
.wpcf7-text {
    width: 50%;
}

/* Some additional CSS customization to the whole Contact Form 7 form */
div.wpcf7 {
    padding: 20px 10px 10px 10px;
    -webkit-border-radius: 4px; /* Making form border rounded */
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.formSubmit .submit {
    background-color: #2a2c76;
    font-size: 1rem;
    padding: 0.5rem;
    width: 6rem;
    height: auto;
    border: none;
    font-family: 'caviar_dreamsbold';
    color: #fff;
    border-radius: 1rem;
}
.formSubmit .submit:hover {
    background-color: #fff;
    color: #2a2c76;
}

.info-area {
    background-color: #9fa7ed;
    color: #fff;
    border-radius: 1rem;
}
.info-area h3 {
    font-size: 1.3rem !important;
    color: #fff;
}
.info-area ul {
    line-height: 2rem;
}
.info-area ul li {
    list-style: none;
}
@media only screen and (max-width: 600px) {
    .visDesk {
        display: none !important;
    }
    .visMob {
        display: flex !important;
    }
    .carousel-caption {
        top: 10px !important;
        left: 5% !important;
        text-align: left !important;
    }
    .carousel-caption h1 {
        color: #fff;
        font-size: 1rem;
        margin-bottom: 0px;
    }
    .carousel-caption h2 {
        color: #fff;
        font-size: 1.5rem;
        margin-bottom: 0px;
    }
    .carousel-caption h3 {
        color: #fff;
        font-size: 1rem;
    }
    .workshopArea .cardWorkshop {
        margin: 0 !important;
        margin-top: 1rem !important;
    }
    .flex-container {
        display: block;
    }
    .headerLogo .partnerLogoArea img {
        position: absolute;
        right: 0;
        top: -1rem;
        max-width: 12rem;
    }
    .flex-container > div {
        margin: 0px;
        padding: 6px;
        font-size: 0px;
    }
}
