@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");


body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span {
    font-family: "Poppins", sans-serif;
    line-height: normal;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

body {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

figure {
    margin-bottom: 0;
}
.terms_Sec ul li {
    display: none;
}

.padding_70 {
    padding: 70px 0;
}

.paddingTop_90 {
    padding-top: 90px;
}

.paddingBottom_60 {
    padding-bottom: 60px;
}

.padding_60 {
    padding: 60px 0;
}

.container {
    max-width: 1360px;
}

.paddingTop_60 {
    padding-top: 60px;
}

.navbar {
    padding: 0.8rem 3%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar-brand img {
    height: 45px;
}

.navbar-nav .nav-link {
    font-weight: 500;
    padding: 10px 15px;
    color: #000;
}

ul.navbar-nav {
    gap: 40px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #003366;
}

.dropdown-toggle::after {
    margin-left: 5px;
}

.banner_sec {
    background-image: url(../images/banner_img.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.banner_txt {
    background: rgba(0, 0, 0, 0.6);
    padding: 30px;
    max-width: 800px;
    position: absolute;
    bottom: 20%;
    color: #fff;
}

h2.ttl {
    font-size: 35px;
    line-height: normal;
}

p.ttl_pera {
    font-size: 17px;
}
    

/***** navigation ***/


.navbar {
  background: #ffffff;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar .logo {
  text-decoration: none;
  color: #122f48;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

/* nav menu button */

.menu-btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 2;
}

.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
  content: "";
  position: absolute;
}

.navbar .menu-btn__lines,
.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
  width: 1.5rem;
  height: 0.1rem;
  background: #132f48;
  transition: all 0.4s ease-in-out;
}

.navbar .menu-btn__lines::before {
  transform: translateY(-0.5rem);
}

.navbar .menu-btn__lines::after {
  transform: translateY(0.5rem);
}

.navbar .menu-items {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 0;
}

.navbar ul li {
  list-style: none;
  transition: 0.3s ease;
}

.navbar ul li .arrow {
  transition: all 0.3s ease-out;
}

.navbar ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 15px !important;
}

/* dropdown menu */

.navbar .dropdown {
  position: relative;
}
.expand-btn:after {
  content: " \25BE";
  opacity: 0.4;
  margin-left: 5px;
}
li.last_navigation a {
    background: #051d63;
    padding: 8px 15px !important;
    border-radius: 4px;
    color: #fff !important;
}
.navbar .dropdown-menu,
.menu-right {
  position: absolute;
  background: #e9ecef;
  width: 230px;
  line-height: 30px;
  border-radius: 0 0 5px 5px;
  top: 70px;
  border-top: 1px solid white;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

.navbar .menu-right {
  top: 0;
  left: 100%;
}
.navbar .dropdown-menu,
.menu-left {
  left: unset;
  right: 0;
}
.navbar .menu-left {
  left: -100%;
}

.navbar .menu-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 1.5rem;
  font-size: 14px;
}
.navbar .menu-item:hover {
  color: #051d63;
}

.menu-item.first-item {
  padding: 1.5rem 1rem;
}

.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown-right:hover .menu-right {
  left: 100%;
  opacity: 1;
  visibility: visible;
  padding-left: 0;
}

.navbar .dropdown-right:hover .menu-left {
  left: -100%;
}

/* mega menu  */

.navbar .mega-menu {
  position: absolute;
  left: 0;
  width: 100vw;
  top: 65px;
  border-top: 1px solid #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
}

.mega-menu .content {
  background: #e9ecef;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
  justify-content: space-between;
  -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

.blog .content {
  grid-template-columns: repeat(4, 1fr);
}

.content .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 3rem;
}

.content .col .img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  overflow: hidden;
}

.content .col .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.content .col img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.content .col .img-wrapper:hover img {
  transform: scale(1.1);
}

.content .col .menu-title {
  color: #051d63;
  font-size: 1.2rem;
  line-height: 3rem;
  font-weight: bold;
}

.content .col p {
  line-height: 1.2rem;
  margin-top: 5px;
  color: #112f48;
}

.content .col .mega-links {
  border-left: 1px solid #3c3c3c;
}

.content .col .read-more {
  font-size: 16px;
  display: flex;
  padding-top: 1rem;
  color: #03a9f4;
  transition: color 0.3s ease;
  justify-content: flex-end;
  padding-right: 10px;
}

.col .mega-links li,
.col .mega-links li a {
  padding: 0 1rem;
}

.menu-items li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

.content .col .read-more:hover {
  color: #051d63;
}

/* container */
/* .container {
  margin: 100px auto auto;
  padding: 0 15px;
  max-width: 1200px;
  text-align: center;
} */


/* h1 {
  font-weight: 700;
  line-height: 10vw;
  color: #ffffff;
  text-transform: uppercase;
} */

/* animation menu hamburger */
.menu-btn.open .menu-btn__lines {
  transform: translateX(1rem);
  background: transparent;
}

.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: #132f48;
}

.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: #132f48;
}
.navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
li.dropdown:hover .dropdown-menu.sample {
    display: block;
}
.staff_augu-col img {
    max-width: 50px;
}
.staff_augu-col {
    text-align: center;
}
.staff_augu-row {
    display: flex;
    flex-wrap: wrap;
}
.staff_augu-col {
    text-align: center;
    width: 32%;
    padding: 20px;
    background: #f1f1f1;
    margin: 5px;
}
.staff_augu-col h3 {
    font-size: 20px;
    margin: 10px 0;
}
section.staff_augu_main {
    padding: 30px 0 50px;
}
.staff_augu_main h2.ttl {
    margin-bottom: 10px;
}



.mobile_none{
    display: none;
}
.desktop_none{
    display: none;
}
section.banner_sec.inside_pages_bg.cloud_assesment_bg.contactus_bg{
    background-image: url(../images/contactus-banner.png) !important;
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
}

/* Responsive style */

@media screen and (max-width: 1024px) {
  .navbar {
    padding: 10px 20px;
  }

  .overflow {
    overflow: hidden;
  }

  .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .overlay--active {
    opacity: 1;
    visibility: visible;
  }

  .menu-btn {
    display: flex;
  }

  .navbar .menu-items {
    position: fixed;
    height: 100%;
    max-height: initial;
    overflow-y: auto;
    width: 80%;
    top: 65px;
    left: 0;
    background: #fcfcfc;
    display: block;
    transform: translateX(-100vh);
    transition: 0.3s ease-out;
    padding-bottom: 100px;
  }

  .menu-items.open {
    transform: translateY(0);
  }

  .menu-items li:first-child {
    margin-top: 20px;
  }

  .menu-items li a {
    padding: 10px 1rem;
    display: block;
    font-size: 18px;
  }

  .menu-items .dropdown-right .right-arrow {
    transform: rotate(90deg);
  }

  .menu-item.first-item {
    padding: 1rem 1rem;
  }

  /* DROPDOWN, MEGA MENUS */
  .menu-items .dropdown-menu,
  .menu-items .menu-right,
  .menu-items .mega-menu {
    position: static;
    opacity: 1;
    top: 4rem;
    visibility: visible;
    margin-left: -18px;
    width: auto;
    max-height: 0;
    transform: scaleX(0);
    transform-origin: left;
    overflow: hidden;
    transition: all 0.5s ease;
  }

  .menu-items .dropdown-menu,
  .menu-items .menu-right {
    padding-left: 1rem;
    width: 102%;
    margin-left: -10px;
  }

  .menu-items .mega-menu .col {
    padding-left: 1rem;
  }

  .expand-btn.open + .sample {
    max-height: 100%;
    transform: scaleZ(1);
  }

  .expand-btn.open + .blog.sample {
    max-height: 100%;
    transform: scaleZ(1);
    max-width: fit-content;
  }

  .navbar .sample {
    border-top: none;
  }

  .sample li {
    margin: 0;
  }

  .sample li:last-child {
    border-bottom: none;
  }

  .sample li a {
    font-size: 1rem;
  }

  .mega-menu .content {
    grid-template-columns: auto;
    padding: 1rem 1rem 0 1rem;
  }

  .mega-menu .content .col {
    width: 100%;
    padding-top: 1rem;
    margin-bottom: 0.5rem;
  }

  .col .mega-links li,
  .col .mega-links li a {
    padding: 0 0.5rem;
  }

  .content .col .mega-links {
    border-left: 0;
    padding-left: 0.5rem;
  }
  .col .mega-links li {
    margin: 0;
  }
}


/***  ENd navigation ****/


.button_ct {
    background: #000;
    /* background: linear-gradient(180deg, rgba(64, 145, 243, 1) 0%, rgba(25, 104, 237, 1) 100%); */
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 0;
    max-width: 120px;
    width: 100%;
}
a.button_ct{
    display: block;
    text-decoration: none;
    text-align: center;
}

.section1_inside_left h3 {
    line-height: 35px;
    font-size: 30px;
    position: relative;
    font-weight: 600;
}

.section1_inside_left h3 span {
    color: #1f6fee;
}

p.ct_number {
    font-size: 45px;
    margin: 0;
    font-weight: bold;
    opacity: .3;
    line-height: normal;
    left: -13px;
    position: absolute;
    top: -41px;
}

.sectionct_1 {
    position: relative;
}

.sectionct_1 {
    background-image: url(../images/bg_ct.png);
    background-position: left top;
    background-size: 600px;
    background-repeat: no-repeat;
}

.Testimonials_slider h2.ttl {
    line-height: 37px;
    margin-bottom: 5px;
}

.section1_inside_right {
    margin-top: 0;
}
.claftech_sectio_ROW{
    padding: 60px 0;
}
.section1_inside_left.section1_inside__new h3 {
    margin-bottom: 23px;
}

section.sectionct_1.sectionct_2 {
    background: #f5f5f5;
}

.section1_inside_right.section1_inside_right__new {
    margin-top: 83px;
}

.sectionct_2_bg {
    background-image: url(../images/bg_ct.png);
    background-position: right top;
    background-size: 600px;
    background-repeat: no-repeat;
}

.sectionct_2_bg p.ct_number {
    top: -28px;
}

section.sectionct_3 {
    /* background: #006EA3;
    background: linear-gradient(180deg, rgba(0, 110, 163, 1) 0%, rgba(0, 72, 191, 1) 100%); */
    background: #051d63;
    margin-bottom: 90px;
    padding-bottom: 30px;
}

.ttl_sec .ttl {
    font-size: 33px;
    margin-bottom: 0;
    line-height: 35px;
    padding-bottom: 8px;
    font-weight: 500;
}

.ttl_sec p {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

.sectionct_3 h2,
.sectionct_3 p {
    color: #fff;
}

.about_img img {
    object-fit: cover;
    height: 310px;
    width: 100%;
}

.about_strip {
    background-color: #f5f5f5;
    padding: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.about_strip p {
    color: #000;
}

.about_strip h3 {
    font-size: 19px;
    margin-bottom: 0;
}

.about_section {
    position: relative;
}

.aboutUs_right_cnt h3 {
    color: #fff;
    line-height: 26px;
    margin-bottom: 10px;
    font-size: 20px;
}

.about_right_imgcnt img {
    max-width: 25px;
}

.about_right_imgcnt {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 20px;
}

.aboutUs_right {
    margin-top: 21px;
}

.vision_img {
    position: relative;
}

.vision_btn img {
    width: 35px;
    display: block;
}

.vision_btn img {
    width: 25px;
    display: block;
}

.vision_btn {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    max-width: 300px;
    width: 100%;
    padding: 30px;
    border-top-right-radius: 100px;
}

.vision_btn a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}

.vision_img>img {
    object-fit: cover;
    height: 300px;
    width: 100%;
}

.about_right_imgcnt.visition_left_imgcnt h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
}

.about_right_imgcnt.visition_left_imgcnt {
    background: #fafafa;
    padding: 20px;
    border: 1px solid #DBDBDB;
}

.strength_rightImg img {
    max-width: 95%;
    margin-top: 16px;
    float: left;
}

.about_right_imgcnt.visition_left_imgcnt img {
    max-width: 50px;
}

.about_right_imgcnt.visition_left_imgcnt .aboutUs_right_cnt p {
    margin-bottom: 0;
}

.about_right_imgcnt.visition_left_imgcnt {
    margin-bottom: 10px;
}

.wrapper {
    margin-top: 20px;
}

.home_slider.Testimonials_slider {
    margin-top: 35px;
    padding-bottom: 40px;
}

section.contact_strip {
    background: #051d63;
    /* background: #006EA3;
    background: linear-gradient(180deg, rgba(0, 110, 163, 1) 0%, rgba(0, 72, 191, 1) 100%); */
}

.contact_strip_para h2 {
    color: #fff;
    max-width: 950px;
}

.contact_strip_para {
    padding: 60px 0;
}

.contact_strip_bg {
    background-image: url(../images/contact_strip_bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 27%;
}

button.contact_button {
    background: #002DA4;
    color: #fff;
    padding: 12px 20px;
    margin-top: 11px;
}

button.contact_button a {
    color: #fff;
    text-decoration: none;
}

button.contact_button span img {
    max-width: 21px;
    margin-left: 6px;
}

.footer_dev {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer_Dev_Sec img {
    max-width: 200px;
}

.padding_60 {
    padding: 60px 0;
}

/* Let's Connect form */
.lets-connect { background:#f4f6f8; padding: 60px 0; }
.connect-title { font-size:36px; color:#0f2740; margin-bottom:24px; font-weight:700; }
.connect-card { background:#ffffff; border-radius:10px; padding:34px; -webkit-box-shadow:0 25px 60px rgba(16,24,40,0.06); box-shadow:0 25px 60px rgba(16,24,40,0.06); }
.connect-form label{ display:block; font-size:14px; color:#333; margin-bottom:8px; font-weight:600; }
.connect-form .form-control { background:#f6f6f6; border:1px solid #efefef; height:48px; border-radius:6px; }
.connect-form textarea.form-control { background:#fff; border-radius:6px; min-height:140px; }
.submit-btn{ background:#1495f7; border:none; color:#fff; padding:10px 32px; border-radius:4px; font-weight:600; }
.submit-btn:hover{ background:#0f88e6; }
@media (min-width: 992px){ .connect-card{ margin:0 120px; } }
@media (max-width: 767px){ .connect-title{ text-align:center; } .connect-card{ padding:22px; } }

footer.footersec {
    background-image: url(../images/footer_bg.png);
    background-position: 100%;
    background-repeat: repeat;
    background-size: 100%;
}

.footer_Dev_Sec svg {
    width: 200px;
    height: auto;
    margin-top: -10px;
}

.footer_Dev_Sec p {
    margin-bottom: 10px;
}

.footer_Dev_Sec ul h2 {
    line-height: normal;
    font-size: 20px;
    position: relative;
}

.footer_Dev_Sec ul h2::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 3px;
    background: #1A69ED;
    top: -4px;
}

.footer_Dev_Sec ul li a {
    text-decoration: none;
    color: #000;
    padding-top: 7px;
    display: block;
}

.footer_terms {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.footer_terms {
    display: flex;
    justify-content: space-between;
}

.terms_Sec ul li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
}

.terms_Sec p {
    font-size: 13px;
}

.section1_inside_left h3 {
    margin-bottom: 12px;
}

.slider__item h3 {
    position: absolute;
    bottom: 25px;
    color: #fff;
    font-size: 20px;
    left: 15px;
}

.slider__item h3 img {
    max-width: 21px;
    margin-left: 5px;
}

.slider__item {
    position: relative;
}

ul.social-icons {
    display: flex;
    gap: 10px;
    margin: 23px 0 5px;
}

ul.social-icons li a img {
    max-width: 30px;
}

ul.social-icons li a {
    padding-top: 0;
}

*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}



.slick-slider {
    min-width: 0;
}

.slick-list {
    overflow: hidden;
}

.slick-track {
    display: flex;
    align-items: flex-start;
}

.slider,
.slider_testimonials {
    position: relative;
    padding: 0px;
}


.slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
}

.slider_testimonials .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
}

.slider .slick-arrow.slick-prev {
    left: 0;
    background: url(https://img.icons8.com/ios/50/000000/long-arrow-left.png) 0 0 / 100% no-repeat;
    top: -26px;
    left: 94%;
}

.slider_testimonials .slick-arrow.slick-prev {
    left: 0;
    background: url(https://img.icons8.com/ios/50/000000/long-arrow-left.png) 0 0 / 100% no-repeat;
    top: -37px;
    left: 94%;
}

.slider_testimonials .slick-arrow.slick-prev {
    left: 89%;
}

.slider .slick-arrow.slick-next,
.slider_testimonials .slick-arrow.slick-next {
    right: 0;
    background: url(https://img.icons8.com/ios/50/000000/long-arrow-right.png) 0 0 / 100% no-repeat;
    top: -26px;
}

.slider_testimonials .slick-arrow.slick-next {
    right: 0;
    background: url(https://img.icons8.com/ios/50/000000/long-arrow-right.png) 0 0 / 100% no-repeat;
    top: -37px;
}

.slider .slick-arrow.slick-disabled,
.slider_testimonials .slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slider__item {
    padding: 0px 4px;
}

.slider__item img {
    max-width: 100%;
}

.slider_testimonials .slick-arrow.slick-next::after {
    content: "";
    position: absolute;
    height: 45px;
    width: 45px;
    border: 1px solid #000;
    border-radius: 50%;
    left: -7px;
    top: -6px;
}

.slider_testimonials .slick-arrow.slick-prev::after {
    content: "";
    position: absolute;
    height: 45px;
    width: 45px;
    border: 1px solid #000;
    border-radius: 50%;
    left: -7px;
    top: -6px;
}

.Testimonials_slider h2.ttl {
    line-height: 37px;
}

.Testimonials_slider h2.ttl span {
    font-size: 20px;
}

.inside_pages_bg {
    background-image: url(../images/about_banner_bg.jpg);
}

.inside_pages_bg .banner_txt {
    background: rgba(11, 47, 128, 0.6);
    bottom: 0;
    border-top-left-radius: 60px;
    border-top-right-radius: 20px;
}

.section1_inside_left.aboutus_section_left h3 {
    display: flex;
    align-items: center;
    gap: 8px;
}
p.last_text-aboutus {
    margin: 0;
    font-size: 18px;
}
p.line_about {
    height: 32px;
    width: 2px;
    background: #000;
    position: relative;
    top: 9px;
}
img.aboutus__left {
    object-fit: cover;
    height: 300px;
    width: 100%;
}
.explore_bttn a {
    display: block;
    background: #206EEE;
    color: #fff;
    max-width: 103px;
    text-align: center;
    padding: 8px 18px;
    text-decoration: none;
    font-weight: 600;
}
.section1_inside_right.section1_inside_right_aboutus {
    margin-top: 0;
}
.learnMote_btn img {
    max-width: 13px;
    margin-left: 2px;
}
.services_Box figure img {
    width: 56px;
}
.services_Box {
    background-image: url(../images/services_bg.png);
    background-size: 100%;
    padding: 60px 30px;
}
.services_section {
    background: #fff;
    padding: 0;
}
.services_Box figure img {
    width: 80px;
    margin-bottom: 25px;
}
.aboutus_services_sec {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}
.services_section {
    background: #fff;
    padding: 0;
    width: 33%;
    text-align: center;
}
.learnMote_btn {
    margin-top: 34px;
}
.services_Box h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.learnMote_btn a {
    color: #000;
    text-decoration: none;
}
.services_section {
    background: #fff;
    padding: 0;
    width: 32.5%;
    text-align: center;
    margin-top: 0;
}
.section1_inside_left.aboutus_section_left.ourmission_sec h3 {
    color: #fff;
}
p.line_about.mission_section {
    background: #fff;
}
.countupwrapper {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    /* margin-top: 190px; */
    align-items: center;
}
.countwithplus {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    line-height: 35px;
}
span.text {
    color: #000;
    font-size: 18px;
    text-align: center;
    margin: 0;
    font-weight: normal;
    display: block;
    font-weight: 500;
}
.healthcare_count .containernew.containernewborder::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    border: 1px solid #b6b6b6;
    top: 0;
    left: -25%;
    border-radius: 2px;
}
.healthcare_count .containernew.containernewborder::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    border: 1px solid #b6b6b6;
    top: 0;
    right: -25%;
    border-radius: 2px;
}
.healthcare_count .containernew.containernewborderright::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    border: 1px solid #b6b6b6;
    top: 0;
    right: -18%;
    border-radius: 2px;
}
.aboutuscountwapper span.num {
    font-size: 55px;
}
span.num {
    color: #000;
    place-items: center;
    font-weight: 600;
    font-size: 46px;
}
span.num3 {
    font-size: 30px;
    color: #000;
    text-align: center;
}
section.sectionct_3.aboutus_sec3 {
    margin-bottom: 0;
}
.countupwrapper .containernew {
    width: 15vw;
}
section.counter_aboutus {
    background: #F7F7F7;
}
section.counter_aboutus {
    background: #F7F7F7;
    padding-top: 60px;
}
.aboutus_circle_img {
    /* background-image: url(../images/history_line.jpg); */
    background-size: 100%;
    height: 204px;
    display: flex;
    position: relative;
}
.aboutus_circle_img img {
    max-width: 98px;
}
.aboutus_circle_img .aboutus_circle_1 {
    width: 25%;
    text-align: center;
}
.aboutus_circle_img .aboutus_circle_1 {
    width: 15%;
    text-align: center;
    position: absolute;
    left: 10%;
    top: 0;
}
.aboutus_circle_1.aboutus_circle_12 {
    left: 26%;
    top: auto;
    bottom: 1%;
}
.aboutus_circle_1.aboutus_circle_13 {
    left: 43%;
}
.aboutus_circle_1.aboutus_circle_14 {
    left: 58.5%;
    top: auto;
    bottom: 1%;
}
.aboutus_circle_1.aboutus_circle_15 {
    left: 75%;
}
.aboutus_circle_1.aboutus_circle_11.aboutus_circle_122 {
    left: 26%;
    top: -27%;
}
.aboutus_circle_1.aboutus_circle_12.aboutus_circle_111 {
    left: 10%;
    top: 5%;
    bottom: auto;
}
.aboutus_circle_1.aboutus_circle_14.aboutus_circle_133 {
    left: 43%;
    top: 5%;
    bottom: auto;
}
.aboutus_circle_1.aboutus_circle_13.aboutus_circle_144 {
    left: 59%;
    top: -27%;
}
.aboutus_circle_1.aboutus_circle_15.aboutus_circle_155 {
    top: 5%;
}
.footer_dev .footer_Dev_Sec:first-child {
    margin-top: -11px;
}
.cloud_assesment_bg{
    background-image: url(../images/cloud_assesment_bg.jpg);
}

p.cloud_assesment_para {
    font-size: 18px;
}
section.sectionct_1.cloud_assesment_sec1 {
    background-image: none;
}
.cloud_assesment_sec1_left {
    display: flex;
    align-items: center;
}
.cloud_assesment_sec1_left .section1_inside_left {
    width: 50%;
}
.cloud_assesment_sec1_left .section1_inside_content {
    width: 50%;
}
.cloud_assesment_sec1_left .section1_inside_content p {
    font-size: 18px;
    position: relative;
}
.cloud_assesment_sec1_left .section1_inside_content p::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background: #bebebe;
    left: -128px;
}
.cloud_assesment_serve {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.cloud_assesment_serve .services_inner {
    width: 31.8%;
    text-align: center;
}
.cloud_assesment_serve .services_inner h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 11px;
    margin-top: 10px;
}
.cloud_assesment_serve .services_inner img {
    max-width: 117px;
}
.cloud_assesment_serve .services_inner p {
    margin-bottom: 0;
    padding: 0 40px;
}
section.sectionct_3.cs_services {
    padding-bottom: 70px;
    margin-bottom: 0;
}
.paddingBottom_40 {
    padding-bottom: 40px;
}
.cs_services .cs_ulList {
    padding: 0;
    list-style: disc;
    margin: 0;
    padding-left: 15px;
}
.cs_services .cs_ulList li{
    font-size: 15px;
}
p.cs_services1 {
    font-size: 16px;
}
.cs_asses_services figure img {
    object-fit: cover;
    height: 347px;
    width: 100%;
}
.aboutus_circle_1 h3 {
    font-size: 22px;
}
.aboutus_circle_1.aboutus_circle_12.aboutus_circle_111 h3 {
    color: #ff8408;
}
.aboutus_circle_1.aboutus_circle_12 h3 {
    color: #fec104;
}
.aboutus_circle_1.aboutus_circle_14.aboutus_circle_133 h3 {
    color: #0090ff;
}
.aboutus_circle_1.aboutus_circle_14 h3 {
    color: #3929a3;
}
.aboutus_circle_1.aboutus_circle_15.aboutus_circle_155 h3 {
    color: #bb31bc;
}
.cs_services .cs_ulList li {
    padding-bottom: 5px;
}
.ca_Benifts_sec figure img {
    max-width: 88px;
}

.ca_benifs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
}

.ca_Benifts_sec p {
    margin: 0;
    font-size: 17px;
    text-align: left;
    font-weight: 500;
}
.ca_Benifts_sec {
    width: 32%;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 29px;
}
section.sectionct_3.ca-approch_sec4 {
    padding-bottom: 0;
    margin-bottom: 20px;
}
.ca_approch_cnt p {
    font-size: 17px;
    width: 48%;
    border: 1px solid;
    text-align: center;
    margin-bottom: 0;
    padding: 10px;
    font-weight: 500;
}
.ca_approch_cnt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}
figure.ca_left-img img {
    object-fit: cover;
    height: 460px;
    width: 100%;
}
.ca_col-right{
    padding: 90px 0;
}
p.ttl_full {
    max-width: 900px;
    margin: 0 auto;
}
.remote_r_sec1_inside h3 {
    color: #fff;
    font-size: 25px;
}
.remote_r_sec1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.remote_r_sec1_inside {
    width: 48%;
    border: 1px solid #66a1ce;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.remote_r_sec1_inside_cnt p {
    margin-bottom: 0;
}
.remote_r_sec1_inside figure img {
    max-width: 30px;
}
.remote_r_sec2_inside figure img {
    max-width: 50px;
}
.remote_r_sec3_inside figure img {
    max-width: 45px;
}
.remote_r_sec4_inside figure img {
    max-width: 50px;
}
.remore_sec3_left {
    padding-top: 60px;
}
section.remote_resouse_Sec3 {
    background: #F2F2F2;
}
.remore_sec3_right figure img {
    object-fit: cover;
    width: 100%;
    height: 430px;
}
.slider__item.remote_sec4_slider_inside h3 {
    position: static;
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}
.remote_sec4_slider_inside img {
    text-align: center;
    max-width: 80px;
    display: block;
    margin: 0 auto 10px;
}
.infrastructure_slider .remote_sec4_slider_inside img{
    max-width: 100%;
}
.remote_sec4_slider .slick-track{
    gap: 30px;
}
.slider__item.remote_sec4_slider_inside{
    background: #F5F5F5;
    padding: 20px;
    min-height: 280px;
}
.offshore_slider .services_section{
    width: 100%;
}
.offshore_slider .services_Box h3{
    position: static;
    margin-bottom: 0;
    color: #000;
}
.offshore_slider .services_Box{
    padding: 60px 20px 0;
    min-height: 285px;
}
.offshore_sec3_inside h3 {
    line-height: 33px;
    margin-bottom: 7px;
}
.offshore_sec3_inside_right1 figure img {
    object-fit: cover;
    height: 255px;
    width: 100%;
}
section.ofshore_sec4 {
    background: #f4f4f4;
    padding: 60px 0;
}
p.offshote_ttl {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
}
.offshore_sec5_inside figcaption {
    position: absolute;
    bottom: 30px;
    left: 20px;
    color: #fff;
    z-index: 9;
    font-size: 30px;
    font-weight: 600;
}
.offshore_sec5_inside img {
    object-fit: cover;
    height: 400px;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}
.offshore_sec5_inside {
    position: relative;
    overflow: hidden;
}
.offshore_sec5_inside::after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .6);
    height: 100%;
    width: 100%;
    bottom: 0;
}
.offshore_sec5_inside:hover img{
    transform: scale(1.2);
    transition: transform 0.5s ease-in-out;
}
section.banner_sec.inside_pages_bg.aboutus_bg.cloud_support_bg{
    background-image: url(../images/cloud_support_bg.jpg);
}


section.banner_sec.inside_pages_bg.aboutus_bg.devops_bg{
 background-image: url(../images/devops_bg.png);
}
section.banner_sec.inside_pages_bg.cloud_assesment_bg.remote_resources_bg{
 background-image: url(../images/remote_resouce_bg.jpg);
}
section.banner_sec.inside_pages_bg.cloud_assesment_bg.staff-augumentation_bg{
 background-image: url(../images/staff-augumentions-bg.png);
}




section.cloud_support_sec1 p {
    margin-bottom: 0;
}

.cloud_support_section_3 .offshore_slider .services_Box{
    min-height: 355px;
}
.slider_new__item .services_section {
    width: 100%;
    min-height: 362px;
}

.slider_new__item {
    width: 24.2%;
}
.slider_new {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.slider_new .services_Box {
    padding: 60px 30px 20px;
    background-repeat: no-repeat;
    min-height: 350px;
}
.slider_new__item {
    width: 23.9%;
}
.cloud_support_section_3 .slider_new__item .services_section {
    width: 100%;
    min-height: 341px;
}

.cloud_support_section_3 .slider_new__item {
    width: 31.9%;
}
.cloud_support_section_3 .slider_new .services_Box{
        background-position: center;
}
.learn_more_new img {
    margin-left: 4px;
    max-width: 16px;
}
.cloud_support_sec5{
    background: #0070A2;
}
.cloud_support_sec5 .ttl_sec h2, .cloud_support_sec5 .ttl_sec p{
    color: #fff;
}
.ul_cloud_support5 li {
    color: #fff;
    margin-bottom: 7px;
    font-size: 17px;
}
.ul_cloud_support5 ul {
    margin: 0;
    padding-left: 20px;
}
.cloud_support_sec5_flex {
    display: flex;
    gap: 50px;
}
.cloud_support_sec5_left {
    padding: 40px 0;
    width: 100%;
}
.cloud_support_sec5_right {
    width: 40%;
}
.cloud_support_sec6{
    background: #F2F2F2;
}
.timer_cs_img{
    background-image: url(../images/cirlce_timer.png);
}
.cloud_support_timer {
    display: flex;
    gap: 20px;
}
.timer_cs1.timer_cs {
    width: 25%;
}
.timer_cs_img p {
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.timer_cs_img p span {
    font-size: 50px;
  
}
.timer_cs1.timer_cs p {
    text-align: center;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
}
.timer_cs_img p{
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    padding-top: 47px;
}
.timer_cs_img {
    background-image: url(../images/cirlce_timer.png);
    background-size: contain;
    height: 150px;
    width: 150px;
    margin: 0 auto;
    padding-bottom: 0;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
section.banner_sec.inside_pages_bg.aboutus_bg.infrastructure_bg{
    background-image: url(../images/infrastructure_bg.jpg);
}
.infrastructure_slider .slider__item.remote_sec4_slider_inside{
    padding: 0;
}
.infrastructure_slider .slider__item.remote_sec4_slider_inside h3{
    text-align: left;
}.section1_inside_right
.infrastructure_slider .remote_sec4_slider_inside img{
    max-width: 100%;
}
.infrastructure_slider_div{
    padding: 10px 20px 20px;
}.section1_inside_right
.application_services_bg{
     background-image: url(../images/application_bg.jpg);
}
.section1_inside_left_h3_new_desktop{
    display: block;
}
.section1_inside_left.aboutus_section_left .section1_inside_left_h3_new_mobile {
    display: none;
}
.staff_augu_main.analytics_section .staff_augu-col {
    text-align: center;
    width: 24%;
    padding: 20px;
    background: #f1f1f1;
    margin: 5px;
}
section.staff_augu_main.analytics_section {
    padding: 50px 0;
}
.row_mobile-web {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.row_mobile-web .ttl_sec.web-mobile-right {
    width: 68%;
}
.row_mobile-web .web-mobile-right {
    width: 30%;
}
.ttl_sec.web-mobile-right h2, .ttl_sec.web-mobile-right p {
    text-align: left !important;
}
.connect-title{
    margin: 0 120px 20px;
}

.banner_sec.inside_pages_bg.aboutus_bg{
    background-image: url(../images/about-usbanner.png);
}

section.banner_sec.inside_pages_bg.cloud_assesment_bg.analysit_new{
    background-image: url(../images/analyse_banner.png);
}
section.banner_sec.inside_pages_bg.cloud_assesment_bg.erp_staffing_new{
    background-image: url(../images/erp-banner.png);
}
section.banner_sec.inside_pages_bg.cloud_assesment_bg.mobi-web-new{
    background-image: url(../images/mobowebbanner.png);
}
section.banner_sec.inside_pages_bg.cloud_assesment_bg.data-analyst{
    background-image: url(../images/data-analyst-banner.png);
}
section.banner_sec.inside_pages_bg.cloud_assesment_bg.cloud-infrastructure{
    background-image: url(../images/cloud-infra-banner.png);
}

@media (max-width: 991px) {
    .slider,
    .slider_testimonials {
        padding: 0px 40px;
    }
     .wrapper {
        padding: 50px 10px;
    }
    .footer_dev {
        display: flex;
        flex-wrap: wrap;
        padding-top: 27px;
    }
    .footer_Dev_Sec {
        width: 46%;
    }
    ul.social-icons {
        margin: 10px 0 5px;
    }
    .footer_dev .footer_Dev_Sec:first-child {
        margin-top: 0;
        width: 100%;
    }
    .section1_inside_left.aboutus_section_left h3 {
        display: block;
        align-items: center;
        gap: 8px;
    }
    p.line_about{
        display: none;
    }
    .section1_inside_right.section1_inside_right_aboutus {
        margin-top: 15px;
    }
    
    /* Timeline Tablet Styles */
    .aboutus_circle {
        padding: 50px 0;
    }
    
    .aboutus_circle_img {
        height: auto;
        min-height: 180px;
    }
    
    .aboutus_circle_img .aboutus_circle_1 {
        width: 18% !important;
        padding: 15px 10px;
    }
    
    .aboutus_circle_1 h3 {
        font-size: 20px;
    }
    
    .aboutus_circle_1 p {
        font-size: 13px;
    }
    
    .aboutus_circle_img img {
        max-width: 80px;
    }
    
}

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    
    .mobile_block{
        display: block;
    }
    .desktop_block{
        display: none;
    }
.staff_augu_main.analytics_section .staff_augu-col{
        width: 100%;
}

    .connect-title {
    margin: 0 0 15px 0;
    text-align: left;
}

    .row_mobile-web .ttl_sec.web-mobile-right {
        width: 100%;
    }
    .row_mobile-web .web-mobile-right {
        width: 100%;
    }
    .staff_augu-col {
        width: 100%;
    }
    figure.ca_left-img img {
        width: 100%;
        object-fit: cover;
        height: 250px;
        padding: 15px;
    }
    .ca_col-right .ttl_sec p {
        font-size: 14px;
    }
    .ca_approch_cnt p {
        font-size: 14px;
        gap: 10px;
    }


    .section1_inside_left_h3_new_desktop{
    display: none !important;
    }
    h3.section1_inside_left_h3_new_mobile .ct_number {
        font-size: 25px;
        position: static;
        line-height: 25px;
        color: #34383d;
        opacity: 9;
        font-weight: 600;
    }
    .section1_inside_left_h3_new_mobile{
        display: block;
    }
    .section1_inside_left.section1_inside__new h3 {
        margin-bottom: 5px;
    }
    .strength_rightImg img {
        max-width: 100%;
        float: none;
    }
    .strength_rightImg{
        /* display: none; */
    }
    .claftech_sectio_ROW {
        padding: 30px 0;
    }
    .padding_70 {
        padding: 40px 0;
    }
    .inside_pages_bg {
        height: 350px;
    }
    .padding_60 {
        padding: 30px 0;
    }
    .slider,
    .slider_testimonials {
        padding: 0 !important;
    }
    .services_section {
        background: #fff;
        padding: 0;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .services_Box {
        padding: 60px 15px 20px;
    }
    
     .wrapper {
        padding: 50px 10px;
    }
    .countupwrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .countupwrapper .containernew {
        width: 47%;
    }
    .healthcare_count .containernew.containernewborder::before{
        left: -11px;
     }
    .healthcare_count .containernew.containernewborderright::after {
        right: -5px;
    }
    
    /* Timeline Mobile Styles */
    .aboutus_circle {
        padding: 40px 15px;
    }
    
    .aboutus_circle_cont {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    
    .aboutuse_circle {
        display: none;
    }
    
    /* Stack both timeline rows vertically on mobile */
    .aboutus_circle_img {
        height: auto;
        min-height: auto;
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 0;
        position: relative;
        display: flex !important;
    }
    
    /* Base styles for all timeline items */
    .aboutus_circle_img .aboutus_circle_1 {
        width: 100% !important;
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
    }
    
    /* Year-only items - style as header section (top of box) */
    .aboutus_circle_1.aboutus_circle_12.aboutus_circle_111,
    .aboutus_circle_1.aboutus_circle_14.aboutus_circle_133,
    .aboutus_circle_1.aboutus_circle_15.aboutus_circle_155,
    .aboutus_circle_img:first-of-type .aboutus_circle_1.aboutus_circle_12,
    .aboutus_circle_img:first-of-type .aboutus_circle_1.aboutus_circle_14 {
        margin-bottom: 0 !important;
        padding: 20px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border-radius: 10px 10px 0 0;
        text-align: center;
        box-shadow: none;
    }
    
    .aboutus_circle_1.aboutus_circle_12.aboutus_circle_111 h3,
    .aboutus_circle_1.aboutus_circle_14.aboutus_circle_133 h3,
    .aboutus_circle_1.aboutus_circle_15.aboutus_circle_155 h3,
    .aboutus_circle_img:first-of-type .aboutus_circle_1.aboutus_circle_12 h3,
    .aboutus_circle_img:first-of-type .aboutus_circle_1.aboutus_circle_14 h3 {
        color: #fff !important;
        font-size: 32px;
        font-weight: 700;
        margin: 0;
    }
    
    /* Content items - style as body section (bottom of box) */
    .aboutus_circle_1.aboutus_circle_11,
    .aboutus_circle_1.aboutus_circle_11.aboutus_circle_122,
    .aboutus_circle_1.aboutus_circle_13,
    .aboutus_circle_1.aboutus_circle_13.aboutus_circle_144 {
        margin-bottom: 25px !important;
        margin-top: 0 !important;
        padding: 25px 20px;
        background: #f5f5f5;
        border-radius: 0 0 10px 10px;
        text-align: center;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        border-top: none;
    }
    
    /* 2020 content in first row - special styling */
    .aboutus_circle_img:first-of-type .aboutus_circle_1.aboutus_circle_15:not(.aboutus_circle_155) {
        margin-bottom: 25px !important;
        margin-top: 0 !important;
        padding: 25px 20px;
        background: #f5f5f5;
        border-radius: 0 0 10px 10px;
        text-align: center;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        border-top: none;
    }
    
    /* Combine year and content visually - remove gap between them */
    .aboutus_circle_1.aboutus_circle_12.aboutus_circle_111 + .aboutus_circle_1.aboutus_circle_11.aboutus_circle_122,
    .aboutus_circle_1.aboutus_circle_14.aboutus_circle_133 + .aboutus_circle_1.aboutus_circle_13.aboutus_circle_144,
    .aboutus_circle_img:first-of-type .aboutus_circle_1.aboutus_circle_12 + .aboutus_circle_1.aboutus_circle_11,
    .aboutus_circle_img:first-of-type .aboutus_circle_1.aboutus_circle_14 + .aboutus_circle_1.aboutus_circle_13 {
        margin-top: -1px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    
    /* Special handling for 2020 - combine year (last in second row) with content (last in first row) */
    .aboutus_circle_img:last-of-type {
        margin-bottom: 0;
    }
    .aboutus_circle_img:first-of-type {
        margin-top: 0;
    }
    /* Make 2020 year (last item in second row) connect visually with 2020 content (last item in first row) */
    .aboutus_circle_img:last-of-type .aboutus_circle_1.aboutus_circle_15.aboutus_circle_155 {
        margin-bottom: 0 !important;
    }
    .aboutus_circle_img:first-of-type .aboutus_circle_1.aboutus_circle_15:not(.aboutus_circle_155) {
        margin-top: -1px !important;
    }
    
    /* Display items year-wise in chronological order: 2016, 2017, 2018, 2019, 2020 */
    /* Make both rows flex containers */
    .aboutus_circle_img {
        display: flex !important;
        flex-direction: column;
    }
    
    /* Reorder containers - show second row first (has 2016, 2018, 2020), then first row (has 2017, 2019) */
    .aboutus_circle_cont {
        display: flex;
        flex-direction: column;
    }
    .aboutus_circle_img:last-of-type {
        order: 1; /* Second row first */
    }
    .aboutus_circle_img:first-of-type {
        order: 2; /* First row second */
    }
    
    /* Second row: Order items as 2016 (year+content), 2018 (year+content), 2020 (year) */
    .aboutus_circle_img:last-of-type .aboutus_circle_1.aboutus_circle_12.aboutus_circle_111 {
        order: 1; /* 2016 year */
    }
    .aboutus_circle_img:last-of-type .aboutus_circle_1.aboutus_circle_11.aboutus_circle_122 {
        order: 2; /* 2016 content */
    }
    .aboutus_circle_img:last-of-type .aboutus_circle_1.aboutus_circle_14.aboutus_circle_133 {
        order: 3; /* 2018 year */
    }
    .aboutus_circle_img:last-of-type .aboutus_circle_1.aboutus_circle_13.aboutus_circle_144 {
        order: 4; /* 2018 content */
    }
    .aboutus_circle_img:last-of-type .aboutus_circle_1.aboutus_circle_15.aboutus_circle_155 {
        order: 5; /* 2020 year */
    }
    
    /* First row: Order items as 2017 (year+content), 2019 (year+content), 2020 (content) */
    .aboutus_circle_img:first-of-type .aboutus_circle_1.aboutus_circle_12 {
        order: 1; /* 2017 year */
    }
    .aboutus_circle_img:first-of-type .aboutus_circle_1.aboutus_circle_11 {
        order: 2; /* 2017 content */
    }
    .aboutus_circle_img:first-of-type .aboutus_circle_1.aboutus_circle_14 {
        order: 3; /* 2019 year */
    }
    .aboutus_circle_img:first-of-type .aboutus_circle_1.aboutus_circle_13 {
        order: 4; /* 2019 content */
    }
    .aboutus_circle_img:first-of-type .aboutus_circle_1.aboutus_circle_15:not(.aboutus_circle_155) {
        order: 5; /* 2020 content */
    }
    
    /* Connect 2020 year (last in second row) with 2020 content (last in first row) */
    .aboutus_circle_img:last-of-type {
        margin-bottom: 0;
    }
    .aboutus_circle_img:first-of-type {
        margin-top: 0;
    }
    .aboutus_circle_img:last-of-type .aboutus_circle_1.aboutus_circle_15.aboutus_circle_155 {
        margin-bottom: 0 !important;
    }
    .aboutus_circle_img:first-of-type .aboutus_circle_1.aboutus_circle_15:not(.aboutus_circle_155) {
        margin-top: -1px !important;
        border-radius: 0 0 10px 10px;
    }
    
    .aboutus_circle_img .aboutus_circle_1 img {
        max-width: 70px;
        margin: 0 auto 15px;
        display: block;
    }
    
    .aboutus_circle_1 h3:not(:only-child) {
        font-size: 20px;
        margin-bottom: 12px;
        font-weight: 600;
        color: #000;
    }
    
    .aboutus_circle_1 p {
        font-size: 14px;
        line-height: 1.6;
        margin: 0;
        color: #333;
    }
    p.last_text-aboutus {
        font-size: 15px;
        margin-top: 10px;
    }
    
    h2.ttl {
        font-size: 26px;
        line-height: normal;
    }
    .section1_inside_left h3 {
        font-size: 27px;
        line-height: 32px;
    }
    .about_strip{
        position: relative;
    }
    section.sectionct_3 {
        margin-bottom: 40px;
        padding-bottom: 0;
    }
    .vision_sec {
        margin-bottom: 15px;
    }
    .paddingBottom_60 {
        padding-bottom: 20px;
    }
    .ttl_sec .ttl {
        font-size: 28px;
    }
    .ttl_sec p {
        font-size: 16px;
        line-height: normal;
    }
    .slider .slick-arrow.slick-next {
        right: 0 !important;
    }
    .slider .slick-arrow.slick-prev{
        left: 80% !important;
    }
    .slider_testimonials .slick-arrow.slick-next::after{
        border: none !important;
    }
    .slider_testimonials .slick-arrow.slick-prev::after{
        border: none !important;
    }
    .slider_testimonials .slick-arrow.slick-next{
        left: 90% !important;
    }
    .slider_testimonials .slick-arrow.slick-prev{
        left: 80% !important;
    }
    .ttl_sec p br {
        display: none;
    }   
    .wrapper {
        padding: 0 !important;
    }
    .cloud_support_section_3 .slider_new__item {
        width: 100%;
    }
    .cloud_support_sec5_flex {
        display: block;
    }
    .cloud_support_sec5_right img {
        object-fit: cover;
        height: 250px;
        width: 100%;
        padding-bottom: 21px;
    }
    .cloud_support_sec5_left {
        padding: 6px 15px;
    }
    .cloud_support_sec5_right{
        width: 100%;
    }
    .remote_sec4_slider_inside img{
        max-width: 100%;
    }
    .ca_col-right {
        padding: 40px 0;
    }
    .ca_approch_cnt{
        margin-top: 20px;
        gap: 10px;
        justify-content: center;
    }
    .ca_approch_cnt p{
        width: 45%;
        gap: 10px;
    }
    .timer_cs1.timer_cs {
        width: 47%;
    }
    .cloud_support_timer {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .timer_cs1.timer_cs p {
        font-size: 15px;
        line-height: normal;
        padding-top: 26px;
    }
    .timer_cs_img p span {
        font-size: 35px;
    }
    .timer_cs_img {
        height: 100px;
        width: 100px;
    }
.footer_dev{padding-top: 0px;}
    
    
}
