.back-ground-color{
    background-color: #F2F4F9;
    height: 500px;
}
.revolution-learning {
    color: #1A858B;
    width: 720px;
    height: 230px;
    font-size: 49px;
    margin-top: 30px;
    font-family:poppins, sans-serif;
}
.revolution-summary {
    color: #090E2F;
    font-size: 18px;
    font-weight: normal;
    margin-top: -85px;
    font-family:poppins, sans-serif;
}
.horizontal-line{
    margin-top: 15px;
}
.revolution-img{
    margin-top: 45px;
}
.career-at-creowiz{
    color: #090E2F;
    font-size: 16px;
    font-weight: bold;
    font-family:poppins, sans-serif;
}
.depart {
    margin-left: 65px;
    font-family:poppins, sans-serif;
}
/* ======================================= */
.facebook {
    /* margin-left: 63px; */
    color: #FFFFFF;
    font-size: 34px;
    /* margin-top: 80px; */
}
.twitter {
    /* margin-left: 52px; */
    color: #FFFFFF;
    font-size: 34px;
    /* margin-top: 80px; */
}
.whatsapp{
    /* margin-left: 52px; */
    color: #FFFFFF;
    font-size: 34px;
    /* margin-top: 80px; */
}
.youtube{
    /* margin-left: 52px; */
    color: #FFFFFF;
    font-size: 34px;
    /* margin-top: 80px; */
    background-color: transparent;
}
.insta{
    margin-left: 7px;
    color: #FFFFFF;
    font-size: 34px;
    /* margin-top: 80px; */
}
.paragraph{
    text-align: center;
    color: white;
    margin-top: 30px;
    font-size: 20px;
    
}
.background-img{
    background: linear-gradient(to right, #1A858B, #1BCAD4);
    /* background-color:#1A858B; */
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    height: 500px
}
.coming-soon{
    color: white;
    font-size: 90px;
}

.customized-button {
    background-color: whitesmoke;
    color: rgb(41, 38, 38);
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    margin-top: 38px;
    margin-bottom: 45px;
    border: 2px solid #1A858B;
    transition: color 0.3s ease, border-color 0.3s ease;
}
.customized-button:hover {
    color: #eef7f7;
    /* Change text color on hover */
    border-color: #181e1f;
    /* Change border color on hover */
    background-color: transparent;
}







/* =============================== */

/* Styles for the select menu */
.select-menu {
    position: relative;
    display: inline-block;
  }
  
  .select-btn {
    background-color: #3498db;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .select-btn .sBtn-text {
    margin-right: 10px;
  }
  
  /* Styles for the dropdown content */
  .select-dropdown {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    display: none;
  }
  
  .select-dropdown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .select-dropdown a:hover {
    background-color: #ddd;
  }
  
  
/* <!-- =======================Why CreoWiz ?======================= --> */
.creowiz-purpose {
    text-align: center;
    font-family: poppins, sans-serif;
    font-weight: bolder;
    color: #090E2F;
}
.creowiz-purpose-content{
    text-align: center;
    color: #090E2F;
    font-family: poppins, sans-serif;
    font-size: 17px;
    font-weight: 500;
}
.card {
    margin-top: 25px;
}
.inclusive {
    font-size: 25px;
    color: #090E2F;
    font-weight: bolder;
    margin-top: 6px;
    font-family: poppins,sans-serif;
}
.content-of-inclusive {
    font-size: 14px;
    color: #090E2F;
    font-weight: 500;
    font-family: poppins,sans-serif;
}
.why-creowiz-img {
    width: 100%; 
    height: auto; 
    display: block; 
    max-width: 100%;
    object-fit: cover;
}
.card-body{
    width: 100%; 
    height: auto;
    
}
.meet-our-team{
    width: 100%; 
    height: auto; 
    display: block; 
    max-width: 100%;
    object-fit: cover;
}
/*============================== employees-story======================= */
.section-bg-color{
    background-color: #F2F4F9;
    height: 700px;
    width: auto;
}
.employee-story {
    text-align: center;
    margin-top: 35px;
}
.employee-story-content{
    text-align: center;
}
/* swiper js */
body {
    position: relative;
    height: 100%;
  }

  /* body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
  } */

  .swiper-container {
    width: 80%; /* Adjust the width as needed for your smaller section */
    height: 300px; /* Adjust the height as needed for your smaller section */
    margin: 0 auto; /* Center the swiper */
  }

  .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
    display: flex; /* Display image and content side by side */
    align-items: center; /* Vertically align content and image */
  }

  .image-box {
    flex: 1; /* Take up available space */
    padding-right: 20px; /* Add some spacing between content and image */
  }

  .image-box img {
    max-width: 234px;
    height: 167px;
    margin-left: 220px;
}
  .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }

  .swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
  }

  .swiper-slide .subtitle {
    font-size: 21px;
  }

  .swiper-slide .text {
    font-size: 18px;
    max-width: 400px;
    line-height: 1.3;
    text-align: center;
    margin-left: 133px;
    color: rgb(9, 14, 47);
    margin-top: 10px;
}








/* =================================footer======================= */
.footer {
    background-color: #164F52;
}

.footerLogoDiv {
    background-color: #FFFFFF;
    width: 60%;
    background: #FFFFFF;
    box-shadow: 0px 11px 8px #00000045;
    border-radius: 0px 0px 60px 0px;
    /* margin-right: 27px; */
    /* margin-left: 95px; */
    width: 190px;
}

.footerLogo {
    width: 170px;
}

.footer-text1 {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    /* display: flex; */
    /* align-items: flex-start; */
    text-align: justify;
    margin-top: 35px;
    font-family: poppins,sans-serif;
}

.footer-number {
    margin-left: -25px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: poppins,sans-serif;
}
.whatsapp-icon{
    color: #FFFFFF;
    font-size: 23px;
    margin-top: 4px;
    font-family: poppins,sans-serif;
}
.whatsapp-icon-text {
    margin-left: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: -23px;
    font-family: poppins,sans-serif;
}

.footer-text {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    /* display: flex; */
    /* align-items: flex-start; */
    text-align: justify;
    font-family: poppins,sans-serif;
} 
.footer-text.privacyandpolicy {
    transition: transform 0.2s, color 0.2s;
  }

  .footer-text.privacyandpolicy:hover {
    transform: scale(1.0); /* Adjust the scale factor to control the zoom effect. */
    color: red; /* Change the color to your preferred hover color. */
  }

.footer-links {
    margin-top: 100px;
    font-family: poppins,sans-serif;
}

.horizontal-line1 {
    margin: 1rem 0;
    /* color: inherit; */
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    /* margin-left: -1px; */
    margin-right: 50px;
    color: aliceblue;
    margin-top: 55px;
    font-family: poppins,sans-serif;
}

.horizontal-line0 {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    margin-left: 2px;
    margin-right: 100px;
    color: aliceblue;
}

.after-horizontal {
    font-size: 13px;
    font-family: poppins,sans-serif;
}

.training-time {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: justify;
    font-family: poppins,sans-serif;
}

.time-day {
    font-size: 15px;
    font-weight: 300;
    color: #FFFFFF;
    font-family: poppins,sans-serif;
    text-align: justify;
}

.footer-button {
    color: #1A858B;
    width: 100px;
    height: 35px;
    background-color: #FFFFFF;
    margin-top: 15px;
}

.footer-button:hover {
    transform: scale(1.05);
    /* Increase the scale value for more zoom */
    background-color: #FFFFFF;
    color: #1A858B;
}

.facebook-logo {
    color: #FFFFFF;
    /* width: 47px; */
    height: 30px;
}

.cell-phone {
    padding-right: 13px;
    color: #ffff;
}

.collabration-details {
    background: #F2F4F9 0% 0% no-repeat padding-box;
    padding: 30px 0px 30px 0px;
    margin-bottom: 70px;
    margin-top: 100px;
}
.facebook1 {
    color: #FFFFFF;
    font-size: 21px;
    margin-left: 5px;
}
.social-media-logo {
    margin-top: -27px;
}
.twitter1{
    color: #FFFFFF;
    font-size: 21px;
    margin-left: 7px;
}
.youtube1{
    color: #FFFFFF;
    font-size: 21px;
    margin-left: 10px;
}
.insta1{
    color: #FFFFFF;
    font-size: 21px;
    margin-left: 20px;
}








/* Reset some default styles */


.custom-select {
    position: relative;
}

.select-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: white;
}

.options {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 200px;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 5px 5px;
    display: none;
}

.options li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
    background-color: #1A858B;
    color: white;
}

/* Style the selected option */
.selected-item {
    font-weight: bold;
}

.select-box i {
    transform: rotate(0deg);
    transition: transform 0.2s ease;
}

.select-box.active .options {
    display: block;
}

.select-box.active i {
    transform: rotate(180deg);
}
