.slider_section {
    margin-top: 70px;
}
.slider_section .home_carousel .carousel-indicators {
    z-index: 2;
    bottom: 35px;
    display: initial;
    margin: 0 auto;
}
.slider_section .home_carousel .carousel-indicators button {
    background-color: transparent !important;
    margin-right: 20px !important;
    height: 47px !important;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    text-indent: 0px !important;
    color: #0b0b23 !important;
    font-weight: 600 !important;
    position: relative;
    width: 175px;
    opacity: 0.75;
    width: max-content;
    padding: 7px 13px;
    margin-left: 13px;
}
.slider_section .home_carousel .carousel-indicators button:last-child {
    margin-right: 0;
}
.slider_section .home_carousel .carousel-indicators button.active {
    opacity: 1;
    border-bottom: 2px solid #1d74f5 !important;
}
.slider_section .home_carousel .carousel-inner .carousel-item {
    background-image: url(/img/home-new/Digital_Transformation_Banner2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 720px;
    width: 100%;
    transition: opacity 1s ease-in-out;
}
.slider_section .home_carousel .carousel-inner .carousel-item:nth-child(1) {
    background-image: url(/img/home-new/Digital_Transformation_Banner2.jpg);
}
.slider_section .home_carousel .carousel-inner .carousel-item:nth-child(2) {
    background-image: url(/img/home-new/Microsoft_AMM_Partner.jpg);
}
.slider_section .home_carousel .carousel-inner .carousel-item:nth-child(3) {
    background-image: url(/img/home-new/Banner_c2_AI_Cloud_Intel.jpg);
}
.btn_blue_cloudintel{
    min-width: 223px;
    height: 50px;
    font-size: 20px;
    font-weight: bold !important;
    border-radius: 6px !important;
    background: linear-gradient(to right, #6C31CB 0%, #1D74F5 100%);
    color: #fff !important;
    border: none;
    display: inline-block;
    line-height:47px;
    transition: all 0.2s;
    box-shadow: 0 3px 7px rgb(19 17 26 / 14%);
    text-align:center;
    font-size:16px;
    animation: moveDown 1s ease-in-out infinite alternate;
}
.cloudIntel_subtext{
    font-size:20px;
}
.cloudIntel_logo{
    width:240px;
}
.digital_trans{
    margin: 30px 0px;
    line-height: 33px;
    text-align: left;
}
/* .slider_section .home_carousel .carousel-inner .carousel-item:last-child {
    background-image: url(/img/home-new/Digital_Transformation_Banner.jpg);
} */
.slider_section .home_carousel .carousel-inner .carousel-item .carousel-caption {
    display: none;
}
.slider_section .home_carousel .carousel-inner .carousel-item .carousel-caption h5 {
    font-size: 14px !important;
    color: #0b0b23;
    font-weight: 600 !important;
}
.slider_section .home_carousel .carousel-inner .carousel-item .item_content {
    padding-top: 95px;
}
.slider_section .home_carousel .carousel-inner .carousel-item .item_content h3 {
    font-size: 52px !important;
    color: #0b0b23;
    font-weight: 600 !important;
}
.slider_section .home_carousel .carousel-inner .carousel-item .item_content h3 span {
    color: #1d74f5;
}
.slider_section .home_carousel .carousel-inner .carousel-item .item_content h3:nth-of-type(2) {
    color: #1d74f5;
}
.slider_section .home_carousel .carousel-inner .carousel-item .item_content p {
    font-size: 20px !important;
    color: #0b0b23;
    font-weight: 400 !important;
    margin: 40px 0px;
}
.banner_card_sec{
    margin-top: -10px;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.banner_card_sec .custom_card{
    background-color: #fff;
    padding: 12px 15px 18px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 0.1);
    height: 160px;
    width: 229px;
    margin-right: 20px;
}
.banner_card_sec .custom_card:last-child{
    margin-right: 0px;
}
.banner_card_sec .custom_card img{
    height: 35px;
}
.banner_card_sec .custom_card h5{
    font-size: 16px !important;
    color: #787878;
    font-weight: 600 !important;
    margin: 15px 0px !important;
}
.banner_card_sec .custom_card button,
.banner_card_sec .custom_card button:hover{
    background-color: #1D74F5;
    min-width: 120px !important;
    height: 28px !important;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 600 !important;
    line-height: 16px;
    cursor: default;
}
.modernize_section {
    background-image: linear-gradient(to right, #6c31cb, #1d74f5);
    color: #fff;
    position: relative;
    padding: 5rem 0rem;
}
.modernize_section::before {
    content: "";
    top: 0px;
    left: 0px;
    background: url("/img/home-new/Digital_Transformation.svg");
    width: 100%;
    position: absolute;
    height: 150px;
    background-size: cover;
}
.modernize_section .modernize_section_right h3,
.modernize_section .modernize_section_right p,
.modernize_section .modernize_section_right h5 {
    color: #fff !important;
}
.modernize_section .modernize_section_right h3 {
    font-size: 3rem !important;
    margin-bottom: 1.25rem;
    font-weight: 400 !important;
}
.modernize_section .modernize_section_right p {
    font-size: 1.5rem !important;
    margin-bottom: 1.85rem;
    line-height: 32px !important;
    font-weight: 400 !important;
}
.modernize_section .modernize_section_right p:nth-of-type(2) {
    font-weight: 600 !important;
}
.modernize_section .modernize_section_right h5 {
    font-weight: 600 !important;
    font-style: italic;
    font-size: 1.65rem !important;
}
.modernize_section .modernize_section_left {
    height: 100%;
    position: relative;
    margin-top: 1rem !important;
}
.modernize_section .modernize_section_left .modernize_box {
    width: 290px;
    height: 130px;
    border: 10px solid #eff0f7;
    border-radius: 20px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);;
    background: #fff;
    color: #0b0b23;
    padding: 0.7rem 1.25rem;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modernize_section .modernize_section_left .modernize_box p {
    font-size: 1.25rem !important;
    color: #0b0b23 !important;
    line-height: 27px !important;
}
.modernize_section .modernize_section_left .modernize_box span {
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    color: #0b0b23 !important;
    padding: 0 !important;
    display:block;
}
.modernize_section .modernize_section_left .modernize_box_1 {
    left: 0px;
    top: 0px;
}
.modernize_section .modernize_section_left .modernize_box_3 {
    left: 60px;
    top:215px;
}
.modernize_section .modernize_section_left .modernize_box_2 {
    right: 75px;
    top: 105px;
    z-index: 1;
}
.product_section {
    background: #0b0b23;
    color: #fff;
}
.product_section .row .col-md-7{
    padding-right: 0;
}
.product_section .row .col-md-5{
    padding-left: 0;
}
.product_section .row_margin {
    margin-top: 1.5rem;
}
.product_section .sub_title {
    margin-bottom: 6.313rem;
}
.product_section .logo {
    margin-bottom: 3.125rem;
    margin-top: -1rem;
}
.product_section .ai_logo {
    width:85%;
    margin-top:-8px;
}
.product_section .btn_container {
    display: flex;
    justify-content: space-between;
    margin-bottom:65px;
}
.product_section .btn_container .btn {
    width: 48%;
    font-size: 17px !important;
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_section .btn_container .btn::after {
    display: none;
}
.product_section .btn_container .btn_rounded_border img {
    margin-right: 10px;
}
.product_section .product_right h3 {
    font-size: 2.25rem !important;
    margin-bottom: 1rem;
    color: #fff !important;
}
.product_section .product_right p{
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 400 !important;
    line-height: 26px !important;
}
.product_section .product_points {
    margin-top: 1.25rem;
}
.product_section .product_points ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.product_section .product_points ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.product_section .product_points ul li:last-child {
    margin-bottom: 0;
}
.product_section .product_points ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    flex-basis: 50%;
    cursor: default;
}
.product_section .product_points ul li a:hover, .product_section .product_points ul li a:focus {
    text-decoration: none;
}
.product_section .product_points ul li a img {
    height: 40px;
}
.product_section .product_points ul li a p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.product_section .product_points ul li a p span {
    font-size: 18px !important;
    color: #fff !important;
    font-weight: 400 !important;
    margin-left: 20px;
    line-height: 22px;
    padding: 0 !important;
}
.product_section .discover_btn_container {
    margin-top: 30px;
}
.product_section.clouds_intel_section {
    background:url("/img/home-new/cloud_intel_bg.svg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}
.product_section.cost_manager_studio_section {
    background:url("/img/home-new/finops_bg.svg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}
.product_section.cloud_brain_section {
    background:url("/img/home-new/cloudbrain_bg.svg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}
.v-hidden{
 visibility:hidden;
}
/* .product_section.clouds_intel_section {
    background: #0b0b23;
}
.product_section.cost_manager_studio_section {
    background: #611bbc;
} */
.product_section.cost_manager_studio_section .discover_btn_container .hover_btn:hover::after {
    left: 350px;
}
/* .product_section.cloud_brain_section {
    background: #1d74f5;
} */
.product_section.cloud_brain_section .discover_btn_container .hover_btn:hover::after {
    left: 210px;
}
.product_section.open_5g_cloud_section {
    background: #fff !important;
    color: #0b0b23 !important;
    position:relative;
}
.product_section.open_5g_cloud_section::before
{ 
    content: "";
    position: absolute;
    right: 50px;
    top: 259px;
    background: url(/img/home-new/AI_Competence_Center_Background.svg) !important;
    background-position: top right;
    width: 500px;
    height: 500px;
}
.product_section.open_5g_cloud_section h2,
.product_section.open_5g_cloud_section p,
.product_section.open_5g_cloud_section h3,
.product_section.open_5g_cloud_section .product_points ul li a p span{
    color: #0b0b23 !important;
}
.product_section.open_5g_cloud_section .btn_container {
    display: flex;
    justify-content: space-between;
}
.product_section.open_5g_cloud_section .btn_container .btn {
    width: 48%;
    font-size: 1.25rem !important;
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_section.open_5g_cloud_section .btn_container .btn::after {
    display: none;
}
.product_section.open_5g_cloud_section .btn_container .btn_rounded_fill {
    background-color: #0b0b23 !important;
    color: #fff !important;
    border: 1px solid #0b0b23 !important;
}
.product_section.open_5g_cloud_section .btn_container .btn_rounded_fill:hover, .product_section.open_5g_cloud_section .btn_container .btn_rounded_fill:focus, .product_section.open_5g_cloud_section .btn_container .btn_rounded_fill.active {
    background-color: #1b1b47 !important;
    border: 1px solid #1b1b47 !important;
}
.product_section.open_5g_cloud_section .btn_container .btn_rounded_border {
    border: 2px solid #0b0b23 !important;
    color: #0b0b23 !important;
}
.product_section.open_5g_cloud_section .btn_container .btn_rounded_border img {
    margin-right: 10px;
}
.product_section.open_5g_cloud_section .btn_container .btn_rounded_border:hover, .product_section.open_5g_cloud_section .btn_container .btn_rounded_border:active, .product_section.open_5g_cloud_section .btn_container .btn_rounded_border:focus {
    background-color: rgba(233, 229, 229, .2) !important;
}
.product_section.open_5g_cloud_section .product_points ul li a p span {
    color: #0b0b23;
}
.product_section.open_5g_cloud_section .discover_btn_container .hover_btn {
    color: #0b0b23;
}
.product_section.open_5g_cloud_section .discover_btn_container .hover_btn::after {
    background: url(/img/home-new/right_arrow_dark.svg) no-repeat;
}
.product_section.open_5g_cloud_section .discover_btn_container .hover_btn:hover::after {
    left: 145px;
}
.product_section.global_presence_section {
    background: #fff;
    background-image: url(/img/home-new/global_presence_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}
.product_section.global_presence_section .global_presence_left h2 {
    color: #fff;
    line-height:1.2;
    margin-bottom: 20px;
}
.product_section.global_presence_section .global_presence_left h3 {
    font-size: 48px !important;
    color: #fff;
    font-weight: 600 !important;
    margin-bottom: 20px;
    line-height: 70px;
}
.product_section.global_presence_section .global_presence_left p {
    font-size: 36px !important;
    color: #fff;
    font-weight: 400 !important;
    font-style: italic;
    line-height: 54px;
}
.product_section.global_presence_section .global_presence_left ul {
    margin: 0;
    padding: 0;
    margin-top: 75px;
    list-style-type: none;
}
.product_section.global_presence_section .global_presence_left ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.product_section.global_presence_section .global_presence_left ul li a {
    text-decoration: none;
    cursor: default;
    flex-basis: 50%;
    position: relative;
}
.product_section.global_presence_section .global_presence_left ul li a sup {
    font-size: 30px !important;
    top: 17px;
    left: 62px;
    position: absolute;
    color: #fff !important;
    font-weight: 600;
}
.product_section.global_presence_section .global_presence_left ul li:first-child a:first-child sup {
    left: 120px;
}
.product_section.global_presence_section .global_presence_left ul li a span {
    font-size: 24px !important;
    color: #fff;
    font-weight: 400 !important;
    line-height: 27px;
    display: inline-block;
}
.product_section.global_presence_section .global_presence_left ul li:last-child {
    margin-bottom: 0;
}
.product_section.global_presence_section .global_presence_right {
    padding-left: 105px;
    margin-right: -175px;
}
.product_section.global_presence_section .global_presence_right .custom_nav_home .nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 90%;
}
.product_section.global_presence_section .global_presence_right .custom_nav_home .nav .nav-item {
    width: 33.33%;
}
.product_section.global_presence_section .global_presence_right .custom_nav_home .nav .nav-item .nav-link {
    font-size: 20px !important;
    background-color: #eff0f7;
    color: #0b0b23;
    font-weight: 600 !important;
    border-radius: 0;
    width: 100%;
    padding: .6rem 1rem;
}
.product_section.global_presence_section .global_presence_right .custom_nav_home .nav .nav-item .nav-link.active {
    background-color: #1d74f5;
    color: #fff;
    border-radius: 0;
}
.product_section.global_presence_section .global_presence_right .custom_nav_home .nav .nav-item:first-child .nav-link {
    border-radius: 12px 0px 0px 12px;
}
.product_section.global_presence_section .global_presence_right .custom_nav_home .nav .nav-item:last-child .nav-link {
    border-radius: 0px 12px 12px 0px;
}
.product_section.global_presence_section .global_presence_right .custom_nav_home .tab-content {
    color: #0b0b23;
}

.custom_nav_home .tab-pane {
    transform: translateX(-100%);
    transition: transform 0.15s ease-in-out;
    opacity: 0;
}

.custom_nav_home .tab-pane.active {
    transform: translateX(0);
    opacity: 1;
}
  
.product_section.global_presence_section .global_presence_right .global_presence_sec {
    padding-top: 7px;
}
.product_section.global_presence_section .global_presence_right .global_presence_sec h5 {
    font-size:32px !important;
    color: #0b0b23;
    font-weight: 600 !important;
    line-height: 35px;
}
.product_section.global_presence_section .global_presence_right .global_presence_sec p {
    font-size: 20px !important;
    color: #1d74f5;
    font-weight: 400 !important;
    margin: 20px 0px;
    line-height: 27px;
    height: 54px;
}
.product_section.global_presence_section .global_presence_right .global_presence_sec .hover_btn {
    color: #0b0b23;
}
.product_section.global_presence_section .global_presence_right .global_presence_sec .hover_btn::after {
    background: url(/img/home-new/right_arrow_dark.svg) no-repeat;
}
.product_section.global_presence_section .global_presence_right .global_presence_sec .hover_btn:hover::after {
    left: 110px;
}
.product_section.global_presence_section .global_presence_right .global_presence_sec .global_map_sec {
    background-image: url(/img/home-new/america_asia.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 402px;
    width: 100%;
    margin-top: 30px;
}
.product_section.global_presence_section .global_presence_right .global_presence_sec .global_map_sec.global_map_sec_asia {
    background-image: url(/img/home-new/locations_asia.svg);
}
.product_section.global_presence_section .global_presence_right .global_presence_sec .global_map_sec.global_map_sec_a_and_nz {
    background-image: url(/img/home-new/australia_new_zealand_locations.svg);
}
.product_section.global_presence_section .global_presence_right .global_presence_sec .global_map_sec.global_map_sec_emea {
    background-image: url(/img/home-new/locations_europe_middle_east.svg);
}
.product_section.global_presence_section .global_presence_right .global_presence_sec .global_map_sec.global_map_sec_america {
    background-image: url(/img/home-new/america_asia.svg);
}
.product_section.why_click2cloud_section {
    background: #eff0f7;
    color: #0b0b23;
    padding: 4.25rem 0rem;
}
.product_section.why_click2cloud_section h2,
.product_section.why_click2cloud_section p{
    color: #0b0b23 !important;
}
.product_section.why_click2cloud_section p {
    font-size: 24px !important;
    font-weight: 400 !important;
    margin: 22px 0px 33px 0px;
    line-height: 32px;
}
.product_section.why_click2cloud_section .card_sec .card_item {
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 210px;
    width: 100%;
    padding: 30px 27px;
    margin-bottom: 18px;
    color: #0b0b23;
    transition: all 0.5s ease;
}
.product_section.why_click2cloud_section .card_sec .card_item .item_head_img {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}
.product_section.why_click2cloud_section .card_sec .card_item .item_head_img img {
    width: 55px;
}
.product_section.why_click2cloud_section .card_sec .card_item .item_head_img img.img_static {
    display: inline-block;
}
.product_section.why_click2cloud_section .card_sec .card_item .item_head_img img.img_animate {
    display: none;
}
.product_section.why_click2cloud_section .card_sec .card_item .item_head_img h5 {
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 25px;
    margin-left: 20px;
    color: #0b0b23 !important;
}
.product_section.why_click2cloud_section .card_sec .card_item .item_desc {
    margin-top: 16px;
    text-align: left;
}
.product_section.why_click2cloud_section .card_sec .card_item .item_desc p {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 22px;
    margin: 0;
    color: #0b0b23 !important;
}
.product_section.why_click2cloud_section .card_sec .card_item:hover {
    background-image: linear-gradient(to right, #6c31cb, #1d74f5);
    color: #fff !important;
    padding-top: 20px;
    transition: all 0.5s ease;
}
.product_section.why_click2cloud_section .card_sec .card_item:hover .item_desc p,
.product_section.why_click2cloud_section .card_sec .card_item:hover  .item_head_img h5 {
    color: #fff !important;
}
.product_section.why_click2cloud_section .card_sec .card_item:hover .item_head_img img {
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.product_section.why_click2cloud_section .card_sec .card_item:hover .item_head_img img.img_static {
    display: none;
}
.product_section.why_click2cloud_section .card_sec .card_item:hover .item_head_img img.img_animate {
    display: inline-block;
    transform: scale(1.3);
}
.product_section.why_click2cloud_section .card_sec .row {
    margin: 0px -9px;
}
.product_section.why_click2cloud_section .card_sec .row .col-xxl-4 {
    padding: 0px 9px;
}
.product_section.why_click2cloud_section .card_sec .row .col-xxl-4:nth-child(4) .card_item, .product_section.why_click2cloud_section .card_sec .row .col-xxl-4:nth-child(5) .card_item, .product_section.why_click2cloud_section .card_sec .row .col-xxl-4:last-child .card_item {
    margin-bottom: 0;
}
.product_section.clients_testimonials_section {
    background-image: linear-gradient(to right, #eff0f7, #89c7fa);
    height: 660px;
}
.product_section.clients_testimonials_section  .slider-item img{
    width: 40px;
}
.product_section.clients_testimonials_section  .slider-item p{
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 15px 0px;
    line-height: 18px;
    height: 87px;
    font-family: 'Lato', sans-serif !important;
}
.clients_testimonials_section .slider-item h5{
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-top: 15px;
    font-family: 'Lato', sans-serif !important;
}
.clients_testimonials_section .slider-item  .client_info h6{
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: -2px;
    font-family: 'Lato', sans-serif !important;
}
.clients_testimonials_section .client_info span{
    font-size: 12px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.product_section.clients_testimonials_section .slider-item .testimonial_img{
    width: 70px !important;
    height: 70px !important;
    border-radius: 5px;
   }
.clients_testimonials_section  .slide_left{
    background-repeat: no-repeat !important;
    background-position: right;
    background-size: contain;
    height: 295px;
    width: auto;
    padding: 5px 225px 0px 30px;
}
.clients_testimonials_section  .slide_left_1{
    background-image: url('/img/testimonals/Travis_Wright.png') !important;
}
.clients_testimonials_section  .slide_left_2{
    background-image: url('/img/testimonals/Chris_Morgen.png');
}
.clients_testimonials_section  .slide_left_3{
    background-image: url('/img/testimonals/Tim_Sneath.png');
}
.clients_testimonials_section  .slide_left_4{
    background-image: url('/img/testimonals/Sunil_Peer.png');
}
.clients_testimonials_section  .slide_left_5{
    background-image: url('/img/testimonals/Sameer_Jameel.png');
}
.clients_testimonials_section  .slide_left_6{
    background-image: url('/img/testimonals/Dang_Nguyet_TU.png');
}
.clients_testimonials_section  .slide_left_7{
    background-image: url('/img/testimonals/Yara_Maher.png');
}
.clients_testimonials_section  .slide_left_8{
    background-image: url('/img/testimonals/Tomasz_Kozar.png');
}
.clients_testimonials_section  .slide_left_9{
    background-image: url('/img/testimonals/Jose_Pedro_Ramos.png');
}
.clients_testimonials_section  .slide_left_10{
    background-image: url('/img/testimonals/Ts._Christopher_Chai_Foo_Wen.png');
}
.clients_testimonials_section  .slide_left_11{
    background-image: url('/img/testimonals/Kory_Becker.png');
}
.product_section.clients_testimonials_section  .slider-item p{
    overflow-y: scroll; /* Enable vertical scrolling */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide scrollbar for IE/Edge */
}
.product_section.clients_testimonials_section  .slider-item p::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
}

.custom_slider_new .slider .slide-item .slide_left img {
    width: 47px;
}
.custom_slider_new .slider .slide-item .slide_left h5 {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-top: 15px;
}
.custom_slider_new .slider .slide-item .slide_left p {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 15px 0px;
    line-height: 18px;
}
.custom_slider_new .slider .slide-item .slide_left .client_info h6 {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: -4px;
}
.custom_slider_new .slider .slide-item .slide_left .client_info span {
    font-size: 12px !important;
    font-weight: 400 !important;
}
.custom_slider_new .slider .slide-item .slide_left .client_info span span {
    font-weight: 600 !important;
}
.custom_slider_new .slick-track {
    display: flex;
    /* transform: translate3d(-1785px, 0px, 0px) !important; */
}
.custom_slider_new .slider-item {
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    color: #0b0b23;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 320px !important;
    width: 580px !important;
    /* padding: 30px; */
    padding-top: 25px;
    border: 0 !important;
    margin-right: 10px;
  }
  .custom_slider_new .slick-dots {
    position: absolute;
    bottom: auto;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    top: -50px;
    right: 305px;
    display: flex;
    justify-content: flex-end;
}
.custom_slider_new .slick-dotted.slick-slider {
    margin-bottom: 0;
}


.custom_slider_new .slick-dots li button {
    width: 30px;
  }
  .custom_slider_new .slick-dots li button:before {
    content: "";
    background-color: #0b0b23;
    width: 30px;
    height: 10px;
    border-radius: 5px;
    opacity: 1;
  }
  .custom_slider_new .slick-dots li {
    margin-right: 15px;
  }
  .custom_slider_new .slick-dots li.slick-active {
    width: 80px;
  }
  .custom_slider_new .slick-dots li.slick-active button {
    width: 80px;
  }
  .custom_slider_new .slick-dots li.slick-active button:before {
    width: 80px;
    height: 10px;
    background-image: linear-gradient(to right, #6c31cb, #1d74f5);
  }
  .custom_slider_new .slick-next, 
  .custom_slider_new .slick-prev {
      top: -57px;
      right: 406px !important;
      left:unset !important;
      &::before{
          content:"";
          background:url("/img/home-new/Black_01.svg");
          width:35px;
          height:36px;
          display: inline-block;
          position: absolute;
          top: -6px;
          left: -10px;
          background-repeat: no-repeat;
      }
  }
  .custom_slider_new .slick-prev {
      right: 465px !important;
      &::before{
          content:"";
          background:url("/img/home-new/Black_02.svg");
      }
  }
 /* partenership section css start */
 .product_section.partnership_section {
    background-image: url(/img/home-new/partnership_bg_image.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    color: #fff;
    position: relative;
}
.partnership_section_head{
    position:absolute;
    top:4.25rem;
    width:100%;
    z-index:1;
}
.partnership_section::before{
    content:"";
    position: absolute;
    left:0px;
    top:0px;
    width: 285px;
    height: 100%;
    background-image: url(/img/home-new/recognition_before_effect.svg);
    z-index:3;
    background-size: contain;
}
.partnership_section::after{
    content:"";
    position: absolute;
    right:0px;
    top:0px;
    width: 370px;
    height: 100%;
    background-image: url(/img/home-new/recognition_after_effect.svg);
    z-index:3;
    background-size: contain;
}

.partnership_section .scroll-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 50px 10px;
    scrollbar-width: thin; 
    -ms-overflow-style: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    align-items:center;
    position: relative;
    z-index:2;
}
.openSource_slider .slick-track
{
    display:flex !important;
}
.partnership_section .scroll-container .card {
    flex: none;
    transition: transform 0.3s ease; 
    background:transparent;
    border:none;
    padding-top:3rem;
    width:250px !important;
    border:none !important;
}
.partnership_section .scroll-container .card  img{
    width:100%;
}
.partnership_section .scroll-container .card:hover {
    transform: scale(1.05);
}
.product_section.partnership_section h2,
.product_section.partnership_section p{
    color: #fff !important;
}
/* partenership section css end */
/*opensource section start*/
.opensource_section{
    background:url("/img/home-new/opensource-bg.jpg");
    height:460px;
    display: flex;
    align-items: center;
}
.opensource_section p,
.platform_section p,
.client_section p
{
    font-size: 24px;
    margin: 22px 0px 33px 0px;
    line-height: 32px;
    color: #fff !important;
}
/*opensource section end*/
.common_section.platform_section h2, 
.common_section.client_section h2,
.common_section.client_section p,
.platform_section p {
    color: #0b0b23 !important;
}
.common_section.client_section{
    background:#EFF0F7;
}
.client_logo_container{
    display: flex;
    align-items: center;
    overflow: hidden;
    min-width: 100%;
}
.client_logo_container_top img {
    animation: moveRight  60s linear infinite;
}
.client_logo_container_bottom img{
    animation: moveLeft  60s linear infinite;
}
@keyframes moveRight {
    0% {
        transform: translateX(-1000%);
         /* Start from the initial position */
    }
    100% {
        transform: translateX(0%); /* Move to the right completely */
    }
}
@keyframes moveLeft {
    0% {
        transform: translateX(0); /* Start from the initial position */
    }
    100% {
        transform: translateX(-1000%); /* Move to the right completely */
    }
}
.fade-container
{
    position: relative;
    margin-top: 30px;
}
@keyframes autoplay6 {
    0% {opacity: 0.0}
    4% {opacity: 1.0}
    33.33% {opacity: 1.0}
    37.33% {opacity: 0.0}
    100% {opacity: 0.0}
  }
  
.accomplishments-slider > * {
    animation: 9s autoplay6 infinite linear;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.0;
    height: auto;
    width: auto;
    background:#fff;
  }
.accomplishments-slider {
    height: auto;
    position: relative;
    width: auto;
    margin-top: 50px;
  }
  
.accomplishments-slider > *:nth-child(1) {
    animation-delay: 0s;
  }
.accomplishments-slider > *:nth-child(2) {
    animation-delay: 3s;
  }
.accomplishments-slider > *:nth-child(3) {
    animation-delay: 6s;
  }
.accomplishments-slider > *:nth-child(4) {
    animation-delay: 9s;
  }
@media only screen and (max-width:767px){
.slider_section .home_carousel .carousel-inner .carousel-item .item_content h3 {
    font-size: 30px !important;
}
.slider_section .home_carousel .carousel-inner .carousel-item .item_content p {
    font-size: 16px !important;
    margin: 10px 0px;
    line-height: 1.3;
}
.banner_card_sec{
    display:none;
}
.item_content{
    text-align: center;
    padding-top: 35px !important;
}
.slider_section .home_carousel .carousel-inner .carousel-item {
    height: calc(100vh - 145px);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slider_section .home_carousel .carousel-inner .carousel-item:first-child {
    background-image: url(/img/home-new/mobile_banner_c2c_ai-driven.svg);
}
.slider_section .home_carousel .carousel-inner .carousel-item:last-child {
    background-image: url(/img/home-new/mobile_banner_c2c_microsoftpartner.svg);
}
.indicator-text{
    display:none;
}
.slider_section .home_carousel .carousel-indicators button {
    margin-right: 0px !important;
    height: 5px !important;
    border: 3px solid #eff0f7 !important;
    position: relative;
    width: 50px;
    border-radius: 3px;
    padding:0px;
}

.slider_section .home_carousel .carousel-indicators button.active {
    border: 3px solid #1d74f5 !important;
}
.go_down_btn{
    display:none;
}
.slider_section .home_carousel .carousel-indicators {
    width: 100%;
    text-align: center;
}
.carousel_btn{
    position:absolute;
    bottom:70px;
    text-align: center;
    width:100%;
}
.modernize_section .modernize_section_left {
    height: auto;
    margin-bottom:1rem;
}
.modernize_section .modernize_section_left::before{
    content: "";
    top: -90px;
    left: 0;
    background: url(/img/home-new/Digital_Transformation-mobile.svg);
    width: 100%;
    position: absolute;
    height: 100%;
    background-size: cover;
    z-index: 1;
}
.modernize_box
{
    display:none !important;
}
.modernize_box_img
{
    max-width:88%;
    height:auto;
}
.modernize_section::before{
    display:none;
}
.modernize_box_img_sec{
    position:relative;
    text-align: center;
    z-index:2;
}
.modernize_section .modernize_section_right h3 {
    font-size: 30px !important;
}
.modernize_section .modernize_section_right p {
    font-size: 16px !important;
    line-height: 26px !important;
    margin-bottom: 15px;
}
.modernize_section .modernize_section_right h5 {
    font-size: 20px !important;
}
.product_section.clouds_intel_section {
    background: url(/img/home-new/cloud_intel_bg_mobile.svg);
    background-attachment: fixed;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    height: unset;
}
.product_section.cost_manager_studio_section {
    background: url(/img/home-new/finops_bg_mobile.svg);
    background-attachment: fixed;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    height: unset;
}
.product_section.cloud_brain_section {
    background: url(/img/home-new/cloudbrain_bg_mobile.svg);
    background-attachment: fixed;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    height: unset;
}
.v-visible-mobile
{
    visibility: visible !important;
}
.product_section .sub_title {
    margin-bottom:10px;
}
.product_section .row .col-md-5 {
    padding-left: 15px;
}
.product_section .row .col-md-7 {
    padding-right: 15px;
}
.product_section .product_right h3 {
    font-size: 30px !important;
    margin-top:25px;
}
.product_section .btn_container_mobile .btn {
    width: auto;
    font-size: 13px !important;
    text-align: center !important;
    height: 40px;
    min-width: auto !important;
    padding: 0px 10px !important;
}
.product_section .btn_container_mobile .btn:first-child{
    margin-right:10px;
}
.product_section .btn_container_mobile {
    flex-wrap:wrap;
    margin-bottom: 25px;
}
.product_section .btn_container_mobile .cloudsIntel_logo
{
    height:40px;
    margin-bottom: 20px;
}
.product_section .btn_mobile{
  display:flex;
  margin-bottom: 20px;
}
.product_section.global_presence_section {
    padding-top:0px;
}
.global_presence_left
{
    padding:2rem 0rem;
}
.global-presense-mobile{
   
    background-image: linear-gradient(to right, #6c31cb, #1d74f5);
   
}
.product_section.global_presence_section .global_presence_left p {
    font-size: 16px !important;
    line-height: 16px;
}
.product_section.global_presence_section .global_presence_left h3 {
    margin-bottom: 0px;
}
.product_section.global_presence_section .global_presence_left ul li {
    margin-bottom: 10px;
}
.product_section.global_presence_section .global_presence_left ul li a span {
    font-size: 18px !important;
}
.product_section.global_presence_section .global_presence_left ul {
    margin-top: 30px;
}
.product_section.global_presence_section .global_presence_right {
    padding:3rem 0rem 0rem;
    margin-right:0px;
}
.product_section.global_presence_section .global_presence_right .global_presence_sec p {
    font-size: 16px !important;
    line-height:22px;
}
.product_section.global_presence_section .global_presence_right .global_presence_sec .global_map_sec {
    height: 200px;
    background-size:100% 100%;
}
.product_section.why_click2cloud_section .card_sec .card_item {
    margin-bottom: 18px !important;
}
.custom_slider_new{
    margin-right:0px !important;
}
.custom_slider_new .slick-dots {
   
    bottom: -50px;
    width: 100%;
    top: unset;
    right: auto;
    justify-content: center;
}
.clients_testimonials_section h2{
    text-align:center;
}
.product_section.why_click2cloud_section.clients_testimonials_section .clients_testimonials_subhead{
    font-size:16px !important;
    text-align:center;
    margin: 10px 0px 15px 0px;
    line-height: 21px;
}
.product_section.why_click2cloud_section p {
    font-size: 16px !important;
    margin: 10px 0px 15px 0px;
    line-height: 32px;
}
.product_section.why_click2cloud_section .card_sec .card_item .item_head_img {

    align-items: center;
}
.product_section.clients_testimonials_section  .slider-item img{
    width: 20px;
}
.clients_testimonials_section .slide_left {
    height: 100px;
    width: auto;
    padding: 5px 30px 0px 30px;
}
.clients_testimonials_section .slider-item h5 {
    font-size: 18px !important;
    padding-right: 65px;
}
.product_section.clients_testimonials_section  .slider-item p{
    margin: 30px 0px 15px;
    line-height: 18px;
    height: 70px;
}
  .opensource_section {
    background: url(/img/home-new/opensource-bg-mobile.jpg);
    height:auto;
}
.opensource_section h2,
.opensource_section p
{
  text-align:center;
}
.opensource_section p,
.platform_section p,
.client_section p
{
    font-size: 16px !important;
    margin: 10px 0px 15px 0px;
}
.product_section.global_presence_section .global_presence_right .custom_nav_home .nav {
    width: 100%;
}
.product_section.global_presence_section .global_presence_right .custom_nav_home .nav .nav-item .nav-link {
    font-size: 16px !important;
}
.product_section.global_presence_section .global_presence_right .global_presence_sec h5 {
    font-size: 25px !important;
    line-height: 30px;
}
.product_section.why_click2cloud_section .card_sec .card_item .item_head_img h5 {
    font-size: 20px !important;
}
.product_section.why_click2cloud_section .card_sec .card_item .item_desc p {
    font-size: 16px !important;
}
.product_section.why_click2cloud_section .card_sec .card_item .item_desc p {
    font-size: 16px !important;
}
.client_logo_container_top img ,
.client_logo_container_bottom img {
    width: 50%;
    max-width: 50%;
}
.product_section.clients_testimonials_section {
    background-image: linear-gradient(to right, #eff0f7, #89c7fa);
    height: auto;
    padding-bottom: 6rem;
    padding-top: 2rem;
}
.modernize_section{
    padding-top:5rem !important;
}
.partnership_section .scroll-container .card {
 
    width:150px !important;
}
.partnership_section::after,
.partnership_section::before{

    width: 110px;
}
.partnership_section .scroll-container {
    padding: 0px 10px;
}
.accomplishments-slider{
    display:none;
}
}
@media only screen and (max-width:390px){
    .custom_slider_new .slider-item {
        height: 320px !important;
      }
}
@media only screen and (max-width:1199px){
    .clients_testimonials_section{
        .slider-item{
            h5{
                font-size:18px !important;
                padding-right:0px;
            }
        }
        .slide_left{
            background-image: none !important;
        }
        img {
            width: 20px !important;
        }
        .client_info{
            display: flex;
            margin-top:20px;
            .client_info_1{
                margin-left:18px;
            }
            h6{
                font-size: 17px !important;
            }
            span{
               font-size: 14px;
            }
        } 
    }  
    .custom_slider_new .slick-prev {
        right: 75px !important;
    }
    .custom_slider_new .slick-next {
        right: 20px !important;
    }
    .custom_slider_new {
        margin-top: 75px;
    }
    .clients_testimonials_section .slide_left {
        padding: 5px 30px 0px 30px;
    }
}
@media only screen and (max-width:1199px) and (min-width:768px) {
    .custom_slider_new .slick-prev {
        right: 465px !important;
    }
    .custom_slider_new .slick-next{
        right: 406px !important;
    }
    
}
@media only screen and (max-width:1366px) and (min-width:992px) {
    .product_section .btn_container .btn {
        font-size: 15px !important;
    
}
}