@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
}

/* ---------Header--------css------------------------ */
/* .header-row{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex
  ;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
} */

/* .top_header_marushika.header {
  display: flex;
 
  
  justify-content: space-between;
} */


/* ------Custom Header CSS-------*/

/* .header_logo img{
  width: 8%;
} */

/* General Header Styling */
header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: #fff;
  padding: 12px;
  padding-left: 12rem;
  padding-right: 12rem;
  transition: all ease-out 0.5s;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo img {
  width: 80px; /* Adjusted for responsiveness */
}

.main-ty {
  display: flex;
  align-items: center;
}

.main-ty a i {
  font-size: 28px;
  color: #0c548c;
}

#menu-btn {
  font-size: 28px;
  cursor: pointer;
  color: #0c548c;
}


/* RESPONSIVE STYLES */

/* Small Devices - Phones */
@media screen and (max-width: 576px) {
  header {
    padding: 12px;
    padding-left: 2rem;
    padding-right: 2rem;
    transition: all ease-out 0.5s;
  }
  
  .header-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/* Medium Devices - Tablets */
@media screen and (max-width: 768px) {
  header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header_logo img {
    width: 70px;
  }

  .main-ty a i {
    font-size: 24px;
  }
}
/* Medium Devices - Tablets */
@media screen and (min-width: 768px) {
  header {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header_logo img {
    width: 70px;
  }

  .main-ty a i {
    font-size: 24px;
  }
}

/* Large Devices - Desktops */
@media screen and (min-width: 1024px) {
  header {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .header_logo img {
    width: 80px;
  }
  .banner-image img {
  width: 110%;
  scale: 120%;
}
}


.main-ty {
  display: flex;
  align-items: center;
}


.main-ty a i {
  font-size: 28px;
}

.main-ty a {
  color: #0c548c;
  font-size: 16px;
}


.para-type h3 {
  font-size: 20px;
  color: #0c548c;
  font-weight: 700;
}

.main-ty a:hover {
  color: #0c548c;
}


.active {
  background-color: rgb(255, 255, 255);
}


div#menu-btn:hover {
  /* border: 2px solid #663399; */
  transition: border-color 0.2s ease;
  /* box-shadow: 0 0 10px 0 #663399 inset, 0 0 20px 2px #663399; */
}

i.fa-solid.fa-ellipsis {
  font-size: 40px;
  color: #0c548c;
}


div#menu-btn {
  font-size: 40px;
  /* Set the desired font size */
  padding: 10px 20px;
  font-weight: 300;
  user-select: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0c548c;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

i.fa.fa-bars {
  font-size: 30px;
  font-weight: 600;
  color: rebeccapurple;
}

.fa-angle-left::before {
  content: "";
  color: #0e6ab1;
  ;
}


/* Style for the submenu */
.menu-item .submenu {                                                             
  display: none;
  padding-left: 130px;
  list-style: none;
  margin: 0;
  background-color: #fff;
  color: #0c548c;
  font-family: inherit;
  font-weight: normal;
  width: auto;
  height: auto;
  opacity: 1;
  transform: none;
}

.menu-item .submenu li {
  padding: 5px 0;
  margin: 0;
  font-size: 12px;
}
.submenu li:hover, .sub-submenu li:hover {
    text-decoration: none!important;
}
.submenu li a:hover, .sub-submenu li a:hover {
    text-decoration: underline!important;
}

.menu-item .submenu li a {
  color: #0c548c;
  padding: 0;
  /*height: 20px;*/
  font-size: 12px;
  line-height:1rem;
  text-align:left;
}

/* .menu-item .submenu li a:hover,
.menu-item .submenu li:hover {
  background-color: #954ae137;
} */

.menu-item.dropdown:hover .submenu,
.menu-item.dropdown.active .submenu {
  display: block;
}
/* 
.menu-item.dropdown:hover {
  background-color: transparent;
}

.menu-item.dropdown.active > a {
  background-color: #eee;
} */





/*-------End Header CSS-------------*/


/* ---------------slick slider arrow design--------------------- */
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 26px;
  line-height: 1;
  opacity: .75;
  color: #0c548c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ---------------slick slider arrow design--------------------- */



/* 
.top_header_marushika.header.active {
  display: flex;
 
  justify-content: space-evenly;
 
}

.header_logoMarushika img {
  width: 85px;
 
}

.left_content {
  text-align: left;
} */

/* .top_header_marushika.header {
  display: flex;
 
  
  justify-content: space-evenly;
  gap: 9%;
} */


/* .headroom.is-sticky {
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.headroom {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    padding-top: 15px;
}

i.fa.fa-bars {
    color: #c679e3;
    font-size: 5vh;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    padding-top: 15px;
}

.header {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  height: 100vh;
  font-family: "Open Sans", sans-serif;
}


.header_logoMarushika img {
  width: 14vh;
  display: flex;
  position: relative;
  right: 0px;
  align-items: center;
  transform: translateX(205px);
} */

/* header {
  padding-left: 12rem;
  padding-right: 12rem;
 
} */

a {
  text-decoration: none;
  color: inherit;
}

.fadeInDown {
  opacity: 1 !important;
  transform: translateY(40px) !important;
}



.left_content h1 {
  /*font-size: clamp(30px, 5vw, 45px);*/
  font-size: clamp(40px, 5vw, 40px);
  font-weight: 500;
  margin-bottom: 20px;
  max-width: 600px;
  width: 100%;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
}

.rtu {
  background-color: #44ce6f !important;
}

.team-content .team-info h3 {
  font-size: clamp(15px, 3vw, 16px);
  font-family: "Poppins", sans-serif;
}

.team-content .team-info p {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}


/* #menu-btn {
  position: absolute;
  top: 47px;
  right: 194px;
  padding: 10px 20px;
  border: 1px solid transparent;
  font-weight: 300;
  user-select: none;
  transition: border-color 0.3s;
  transform: translateY(-85%);
} */

/* #menu-btn:hover {
  cursor: pointer;
  border-color: #fff;
} */

#menu-btn i {
  margin-left: 10px;
}


#menu__panel {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  z-index: 9999;
  background-color: #ffffff;
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.5);
  user-select: none;
  transform: translateX(300px);
  transition: transform 0.5s;
  overflow-y: scroll;
}

.menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  top: 40px;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-item {
  width: 100%;
  height: 60px;
  opacity: 0;
  transform: translateY(0);
  transition: all 0.3s;
}

.menu-item:hover {
  background-color: #954ae137;
}

.menu-item i {
  margin: 0 9px;
  color: #0c548c;
  font-size: clamp(20px, 5vw, 26px);
}

/* .menu-item a {
  display: inline-block;
  width: 100%;
  height: 70px;
  padding-left: 50px;
  line-height: 70px;
  text-decoration: none !important;
  color: #c679e3;
} */

.menu-item a {
  display: flex;
  width: 100%;
  min-height: 20px;
  padding-left: 65px;
  line-height: 67px;
  text-decoration: none !important;
  color: #0e6ab1;
  gap: 17px;
  align-items: center;
  text-align: justify;
}


.menu__close {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  transition: transform 0.5s;
}

.menu__close:hover {
  cursor: pointer;
}


/* Styles for medium-sized screens (e.g., tablets) */
@media (max-width: 768px) {
  /* .header.headroom.is-sticky,
  .headroom {
    padding-top: 10px;
    padding-bottom: 10px;
  } */

  #menu-btn {
    top: 30px;
    right: 15px;
  }

  .p:last-child {
    margin: 0 auto;
    text-align: justify !important;
  }

  .section-title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }



  /* 29 nov changes type==== */

  .para-type h3 {
    font-size: 14px;
    color: #0c548c;
  }



}



/* ---------------  header style for page------------ */

#secure_it {
  padding: 1rem 10px;
  background-image: url(./Marushika/banner-bg1.jpg);
  height: 910px;
  width: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: -142px 62%;
  position: relative;
}


.btn-primary:hover {
  background-color: #c679e3;
  -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 255, 0.25);
  box-shadow: 0 13px 27px 0 rgba(198, 121, 255, 0.25);
}

.btn {
  font-weight: 600;
  font-size: 14px;
  border: none;
  padding: 15px 40px;
  position: relative;
  border-radius: 4px;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


.ptrem {
  padding-top: 12rem;
}

.left_content p {
  margin-bottom: 30px;
  color: #6084a4;
  line-height: 1.9;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

a.btn.btn-primary {
  /* background: #c679e3; */
  background: linear-gradient(135deg,#bbd7ea 0%, #0c548c 100%);
  /* background: linear-gradient(135deg, #9a56ff 0%, #74161f 100%); */
  -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}

a.btn {
  font-weight: 600;
  font-size: 14px;
  border: none;
  padding: 15px 40px;
  position: relative;
  border-radius: 4px;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background: #0e314c;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}

.custom-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #44ce6f;
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s, color 0.3s;
  /* Added color transition */
}


/* Styles for the overlay effect on hover */
.custom-button::before,
.custom-button::after {
  content: "";
  position: absolute;
  background: #44ce6f;
  height: 100%;
  width: 0;
  top: 0;
  transition: width 0.5s;
  z-index: -1;
  /* Ensure the overlay is below the text */
}

.custom-button::before {
  left: 0;
}

.custom-button::after {
  right: 0;
}

.custom-button:hover {
  background-color: transparent;
  color: green;
  /* Adjust the text color on hover */
}

.custom-button:hover::before,
.custom-button:hover::after {
  width: 50%;
}

/* -------------button desing -----------end ------------- */

.banner-image {
  display: flex;
  justify-content: end;
  align-items: end;
  text-align: end;
  width: 100%;
}


/* --------------Box area --------css ---------- */

.single-box {
  border: 1px dashed #cdf1d8;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
  box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
}

.single-box::before {
  background: linear-gradient(135deg, #9a56ff 0%, #e36cd9 100%);
}

.single-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-box .icon {
  display: inline-block;
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-box h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 15px;
  -webkit-transition: 0.2s;
  transition: 0.5s;
  color: #000;
}

.single-box .parap {
  -webkit-transition: 0.2s;
  transition: 0.5s;
  color: #6084a4;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  text-align: justify;
}

p.cloud_hosting_para {
  margin: 0 !important;
}

.single-box:hover {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  border-color: transparent;
}

.single-box:hover.single-box.bg-f78acb .icon {
  background-color: #fff;
}

.single-box:hover.single-box.bg-c679e3 .icon {
  background-color: #fff;
}

.single-box:hover.single-box.bg-eb6b3d .icon {
  background-color: #fff;
}

.boxes-area {
  position: relative;
  padding-bottom: 80px;
  margin-top: -130px;
  z-index: 1;
}

.single-box:hover .icon {
  background: #ffffff;
  color: #44ce6f;
}

.single-box:hover {
  background-color: #bc60ee;
  /* color: #fff; */
}

.single-box:hover .titlet {
  color: #fff;
}

.single-box:hover .parap {
  color: #fff;
}

.single-box.bg-f78acb .icon {
  color: #f78acb;
  background: rgba(247, 138, 203, 0.3);
}

.single-box.bg-c679e3 .icon {
  color: #c679e3;
  background: #edc3fc;
}

.single-box.bg-eb6b3d .icon {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}


/* --------------service area -------------- */


/* --------left side css -------------- */

.section-title .bar::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  /* background: #44ce6f; */
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}


.section-title h2 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: clamp(20px, 5vw, 26px);
  font-weight: 600;
}



/* ------Bottom ---transform code-------- */


.services-content .box:hover {
  /* background: linear-gradient(135deg, #9a56ff 0%, #e36cd9 100%); */
  background: linear-gradient(135deg, #9a56ff 0%, #70a2c8  100%);

}

/* .services-content .box {
  width: 100%;
  height: 140px;
  margin-bottom: 12px;
} */
.section-title.cloud_hosting_left h2 {
  margin-top: 40px;
}


.services-content .box {
  position: relative;
  z-index: 1;
  display: block;
  background: linear-gradient(135deg,#bbd7ea 0%, #0c548c 100%);
  padding: 15px 12px;
  /* color: #6084a4; */
  font-weight: 500;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-top: 20px;
  font-size: 14px;
}


.services-content .box:hover {
  color: #ffffff;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.services-content .box:hover svg {
  color: #ffffff;
}

.services-content .box svg {
  color: #c679e3;
}

.services-content .box svg {
  margin-right: 5px;
  display: inline-block;
  color: #c679e3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 25px;
}


input[type="range"] {
  width: 108px;
  -webkit-appearance: none;
  background: #ffe1fd;
  border-radius: 5px;
  height: 5px;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

input[type="range"]:hover {
  opacity: 1;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c679e3;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #c679e3;
  cursor: pointer;
}


.section-title h2 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: clamp(20px, 5vw, 28px);
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.section-title p {
  color: #6084a4;
  line-height: 1.9;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  text-align: justify;
}


.barmargin {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* --------left side css  end-------------- */

.services-area {
  background-color: #f7fafd;
  padding: 4rem 20px;
}

.rotate_img_body {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.rotate_img_body {
  position: relative;
  /* width: 100%; */
  width: clamp(13rem, 100%, 560px);
  aspect-ratio: 1;
}

.overlay_rotation {
  position: absolute;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0 0;
}

.rotate_img_body>img {
  width: 50%;
  aspect-ratio: 1;
  margin: auto;
}



.rotatemed {
  animation: rotate 20s infinite linear;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}





/* ----------Feature Area part start ------------------------- */
#feature_area_body {
  padding: 5rem 20px;
}


.features_area {
  background-color: #f7fafd;
}

.sec_title_part {
  text-align: center;
  margin-bottom: 60px;
}


.section-title h2 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: clamp(20px, 5vw, 28px);
  font-weight: 600;
}

.section-title p {
  max-width: 520px;
  margin: 0 auto;
}

.single-features {
  position: relative;
  background: #ffffff;
  padding-left: 95px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
}

.single-features:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.single-features .icon.bg-c679e3 {
  color: #c679e3;
  background: #edc3fc;
}

.single-features .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}


.single-features:hover .icon {
  background-color: #c679e3;
}

.single-features:hover .icon svg {
  color: #fff;
}

.single-features .icon {
  position: absolute;
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  color: #44ce6f;
  left: 20px;
  top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features h3 {
  font-size: clamp(14px, 2vw, 18px);
  margin-bottom: 15px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0e314c;
  font-weight: 500;
}

p {
  color: #6084a4;
  line-height: 1.9;
}

/* ----------Feature Area part End ------------------------- */

/* -----------------------our_awesome_work Start and End---------------- */
#our_awesome_work {
  background-color: #f9f6f6;
  overflow: hidden;
  padding: 4rem 10px;
}

.single-team {
  background: #ffffff;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  max-height: 565px;
}

.single-team .team-image {
  position: relative;
  z-index: 1;
  padding-left: 35px;
  padding-right: 35px;
  overflow: hidden;
}

.single-team .team-image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  background: #f9f6f6;
  height: 10px;
  width: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-image img {
  border: 3px solid #cdf1d8;
  width: auto !important;
  border-radius: 50%;
  display: inline-block !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 125px !important;
  height: 125px !important;
  object-fit: cover;
  padding: 3px;
}

.single-team .team-content {
  padding-left: 35px;
  padding-right: 35px;
  height: 350px;
}

/* .single-team .team-info {
  background: linear-gradient(135deg, #9a56ff 0%, #e36cd9 100%);
} */

.single-team .team-info {
  /* background: linear-gradient(135deg, #9a56ff 0%, #e36cd9 100%); */
  color: #fff;
  padding: 10px 15px;
  border-radius: 75px;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* background: linear-gradient(135deg, rgb(154, 86, 255) 0%, rgb(116, 22, 31) 100%); */
  background: linear-gradient(135deg, rgb(156, 127, 200) 0%, rgb(58, 64, 196) 100%);
}

/* .single-team .team-info {
  background: linear-gradient(135deg, #9a56ff 0%, #e36cd9 100%);
  color: #fff;
  padding: 10px 15px;
  border-radius: 75px;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
} */
.single-team .team-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-team .team-content ul li {
  display: inline-block;
  margin: 0 3px;
}

.single-team .team-content ul li {
  display: inline-block;
  margin: 0 3px;
}


a.director_linkdin i {
  font-size: 35px;
  color: #0a66c2;
}


.single-team .team-content ul li a {
  color: #44ce6f;
}

.single-team .team-content ul li a svg {
  width: 19px;
}

.single-team:hover {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.single-team:hover .team-info {
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
}


#our_awesome_work {
  background-color: #f9f6f6;
}



.slider-container {
  padding: 0 20px;
}

/* Add styles for your card */
.slick-slide {
  margin: 0 10px;/
}



.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: black;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #c679e3;
}

.slick-dots li button {
  margin-top: 30px;
}

.bg_color_img img{
    transform: scale(1.5);  
    transform-origin: center center; 
    transition: transform 0.3s ease; 
}

/* -----------------------our_awesome_work Start and End---------------- */

/* -----------Funfacts -- area user_expection-------------- */
#user_expection {
  background-image: url(/Marushika/map.png);
  padding: 4rem 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.funfacts-area .section-title h2 {
  max-width: 520px;
  margin: 0 auto;
  line-height: 37px;
}

.contact-cta-box {
  margin: 80px auto 0;
  max-width: 600px;
  border: 1px dashed #ebebeb;
  padding: 27px;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: space-around;
}

.contact-cta-box h3 {
  font-size: clamp(14px, 3vw, 20px);
  margin-bottom: 6px;
}

.funfact {
  text-align: center;
}

.funfact h3 {
  color: #c679e3;
  margin-bottom: 7px;
}

.funfact p {
  line-height: initial;
}

p:last-child {
  margin-bottom: 0;
  font-size: 16px;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
}

/* -----------Funfacts -- area user_expection-------------- */

/* -----------------------User are Saying--------------------- */
.useraresaying {
  background-color: #f7fafd;
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(50px, -50px) rotate(90deg);
    transform: translate(50px, -50px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(100px, 0) rotate(180deg);
    transform: translate(100px, 0) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(50px, 50px) rotate(270deg);
    transform: translate(50px, 50px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(360deg);
    transform: translate(0, 0) rotate(360deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(50px, -50px) rotate(90deg);
    transform: translate(50px, -50px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(100px, 0) rotate(180deg);
    transform: translate(100px, 0) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(50px, 50px) rotate(270deg);
    transform: translate(50px, 50px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(360deg);
    transform: translate(0, 0) rotate(360deg);
  }
}


@keyframes movebounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
    transform: translateY(0);
  }

  40% {
    transform: translateX(20px);
    transform: translateY(-20px);
  }

  60% {
    transform: translateX(-20px);
    transform: translateY(-20px);
  }
}

.shape5 {
  position: absolute;
  right: 5%;
  top: 10%;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
  opacity: .2;
}


.shape4 {
  position: absolute;
  right: 25%;
  bottom: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}



@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(50px, -50px) rotate(90deg);
    transform: translate(50px, -50px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(100px, 0) rotate(180deg);
    transform: translate(100px, 0) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(50px, 50px) rotate(270deg);
    transform: translate(50px, 50px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(360deg);
    transform: translate(0, 0) rotate(360deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(50px, -50px) rotate(90deg);
    transform: translate(50px, -50px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(100px, 0) rotate(180deg);
    transform: translate(100px, 0) rotate(180deg);
  }

  75% {
    -webkit-transform: translate(50px, 50px) rotate(270deg);
    transform: translate(50px, 50px) rotate(270deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(360deg);
    transform: translate(0, 0) rotate(360deg);
  }
}

.shape4 {
  position: absolute;
  right: 25%;
  bottom: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}


.shape7 {
  position: absolute;
  left: 25%;
  top: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
  width: 80px;
  height: 80px;
  border-radius: 8px;
}

/* Define the animationFramesOne animation */
@keyframes animationFramesOne {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-50px) rotate(90deg);
  }

  50% {
    transform: translateY(0) rotate(180deg);
  }

  75% {
    transform: translateY(50px) rotate(270deg);
  }

  100% {
    transform: translateY(0) rotate(360deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-50px) rotate(90deg);
  }

  50% {
    transform: translateY(0) rotate(180deg);
  }

  75% {
    transform: translateY(50px) rotate(270deg);
  }

  100% {
    transform: translateY(0) rotate(360deg);
  }
}

.shape1 {
  position: absolute;
  top: 20%;
  z-index: -1;
  left: 30px;
  -webkit-animation: rotate3d 4s linear infinite;
  animation: rotate3d 4s linear infinite;
  opacity: .4;
}

.shape2 {
  position: absolute;
  z-index: -1;
  top: 60%;
  left: 15%;
}

.shape6 {
  position: absolute;
  z-index: -1;
  top: 40%;
  right: 10%;
}

.shape8 {
  position: absolute;
  z-index: -1;
  top: 15%;
  right: 10%;
}

.feedback-area {
  position: relative;
  z-index: 1;
  background: #f7fafd;
  padding: 4rem 20px;
}

.slider_bottom_main_body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider_bottm {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  border: 10px solid #f7fafd;
}

.slider_img {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}


.team-content p{
    text-align: justify;
}



/* -----------------------User are Saying--------------------- */

/* <!-- ---------------------------Ready to Talk ----------------------------------- --> */
.ready-to-talk {
  text-align: center;
  position: relative;
  padding-top: 80px;
  padding-bottom: 160px;
  background: linear-gradient(135deg, #70a2c8 0%, #d36ce3 100%);
}

.ready-to-talk h3 {
  font-size: clamp(18px, 4vw, 28px);
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.ready-to-talk p {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 16px;
}

.ready-to-talk span a {
  margin-left: 15px;
  color: #ffffff;
  text-decoration: underline;
}

/* .partner-section h5 {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}

.partner-section {
  text-align: center;
  position: relative;
  margin-top: -120px;
  background: transparent;
}

.partner-section .partner-inner {
  background: #ffffff;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  margin-top: 25px;
}

.partner-section .partner-inner a {
  display: block;
  margin-top: 25px;
  position: relative;
}

.partner-section .partner-inner a img:last-child {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.partner-section .partner-inner a:hover img:last-child {
  opacity: 1;
  top: 0;
  visibility: visible;
}
*/

.partner-section {
  text-align: center;
  position: relative;
  margin-top: -120px;
  background: transparent;
}

.partner-section .partner-inner {
  background: #ffffff;
  padding: 30px; /* Uniform padding */
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  margin-top: 25px;
}

.partner-section .partner-inner a {
  display: block;
  position: relative;
}

.partner-section .partner-inner a img {
  max-width: 100%;
  max-height: 100px; /* Set a uniform height */
  object-fit: contain;
  transition: 0.5s;
}

.partner-section .partner-inner a img:last-child {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}

.partner-section .partner-inner a:hover img:last-child {
  opacity: 1;
  top: 0;
  visibility: visible;
}

/* For the partner image class */
.partner-img {
  display: inline-block;
  width: 100%;
  max-width: 100px; /* Fixed width for uniformity */
  height: auto;
  object-fit: contain;
}

/* Aligning images on the same baseline */
 .row3,.row2,.row1 {
  display: flex;
  justify-content: space-between;
  align-items: baseline; 
} 

.row .col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px; /* Ensure equal bottom padding */
}

.commendimage {
  transform: scale(1.3);
}

/* .ibrmimage {
  transform: scale(1.5);
}




/* <!-- ---------------------------Ready to Talk ----------------------------------- --> */
/* -----------------------------slider bottom css  start and close ------------------------- */

.slider_bottm {
  display: flex;
  max-width: 700px;
  width: 100%;
  padding: 40px;
  gap: 50px;
  background-color: #fff;
  border-radius: 5px;
}

.slider_img {
  border-radius: 100%;
}

.slider_img img {
  border-radius: 100%;
  border: 2px solid #c679e3;
  padding: 2px;
}

.slider_bottm .slider_content_part span {
  color: #44ce6f;
  display: block;
  margin-top: 8px;
  margin-bottom: 18px;
}

.slider_bottm .slider_content_part p {
  max-width: 600px;
}

.slider_bottm .slider_content_part h3 {
  font-size: 18px;
  margin: 0;
}

/* -----------------------------slider bottom css  start and close ------------------------- */

/* ----------Footer css start and close ------------------ */
.single-footer-widget ul.list li {
  margin-bottom: 10px;
}

.footer-area {
  padding-top: 80px;
  position: relative;
  z-index: 1;
  background-image: url("./Marushika/map.png");
  background-position: center center;
}

.footer-area .map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: -1;
  bottom: 0;
  opacity: .7;
}

@-webkit-keyframes rotate3d {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }

  to {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
    transform: rotate3d(0, 1, 0, 360deg);
  }
}

@keyframes rotate3d {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }

  to {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
    transform: rotate3d(0, 1, 0, 360deg);
  }
}

.shape1 {
  position: absolute;
  top: 20%;
  z-index: -1;
  left: -30px;
  -webkit-animation: rotate3d 4s linear infinite;
  animation: rotate3d 4s linear infinite;
  opacity: 0.4;
}


@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}


.shape8 {
  position: absolute;
  z-index: -1;
  top: 15%;
  right: 10%;
}

.empower_line_height {
  /* margin-top: 14px; */
  line-height: 22px;
}

.footer_logo {
  width: 30%;
  margin-bottom: 10px;
}

.single-footer-widget img {
    width: 50%;
    margin-bottom: 16px;
}


.single-footer-widget h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.single-footer-widget ul.list li a {
  color: #6084a4;
}

.single-footer-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a {
  color: #0e314c;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
  outline: 0 !important;
}

.single-footer-widget ul.footer-contact-info {
  margin-bottom: 20px;
}

.single-footer-widget ul.footer-contact-info li {
  position: relative;
  color: #6084a4;
  margin-bottom: 8px;
  padding-left: 25px;
}

.single-footer-widget ul.footer-contact-info li svg {
  position: absolute;
  left: 0;
  width: 15px;
  top: 0;
}

.single-footer-widget ul.footer-contact-info li {
  position: relative;
  color: #6084a4;
  margin-bottom: 8px;
  padding-left: 25px;
}

.single-footer-widget ul.footer-contact-info li a {
  color: #6084a4;
}

.single-footer-widget ul.social-links li a.facebook {
  border-color: #4267b2;
  color: #4267b2;
}

.single-footer-widget ul.social-links li a.twitter {
  border-color: #38A1F3;
  color: #38A1F3;
}

.single-footer-widget ul.social-links li a.instagram {
  border-color: #231F20;
  color: #231F20;
}

.single-footer-widget ul.social-links li a svg {
  width: 15px;
}

.single-footer-widget ul.social-links li a {
  width: 32px;
  text-align: center;
  line-height: 29px;
  height: 32px;
  border: 1px solid #44ce6f;
  border-radius: 50%;
  color: #44ce6f;
}

.single-footer-widget ul.social-links li a {
  border-color: #44ce6f;
}

ul.social-links {
  display: flex;
  gap: 6px;
  display: none;
}


/* --------copyright part ----------------------- */
.copyright-area {
  margin-top: 80px;
  border-top: 1px solid #d8ebfd;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

p:last-child {
  margin-bottom: 0;
  /* text-align: justify; */
}

.copyright-area p a {
  font-weight: 600;
}

a:hover,
a:focus {
  color: #c679e3;
}

.black {
  color: #000;
}

/* ----------Footer css start and close ------------------ */

/* ------------------------------------------------Responshive css  ----------------------------------------- */

@media only screen and (max-width: 1496px) {
  .section-title {
    text-align: left;
  }

  .col-lg-6.col-md-12.services-content {
    margin-bottom: 20px;
  }

  section#our_awesome_work {
    padding: 5rem 10px;
  }

}


section#secure_it {
  text-align: center;
}

.contact-cta-box {
  margin: 80px auto 0;
  max-width: 600px;
  border: 1px dashed #ebebeb;
  padding: 27px;
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.single-features {
  margin-bottom: 10px;
}



.single-team .team-content ul li a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #c679e3;
}

.single-footer-widget ul.social-links li a.facebook:hover {
  background: #4267b2;
  color: #ffffff;
}

.single-footer-widget ul.social-links li a.twitter:hover {
  border-color: #38A1F3;
  color: #ffffff;
  background: #4267b2;

}

.single-footer-widget ul.social-links li a.instagram:hover {
  background: #231F20;
  color: #ffffff;
}

.single-footer-widget ul.social-links li a.instagram:hover {
  border-color: #fff;
  color: #ffff;
}

.single-footer-widget ul.social-links li a.linkedin:hover {
  border-color: #0077B5;
  color: #0077B5;
}

/* ---------------------------------left -right padding ------------------------------------ */

@media only screen and (min-width:1300px) and (max-width:2500px) {

  section#secure_it {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  section.boxes-area {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  section.services-area {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  section.design_and_development {
    padding-left: 12rem;
    padding-right: 10rem;
  }

  section#feature_area_body {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  footer.footer-area.bg-f7fafd {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  footer.footer-area {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  section.ready-to-talk {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  section.partner-area.partner-section {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  section#useraresaying {
    padding-left: 12rem;
    padding-right: 12rem;
  }

}

@media only screen and (max-width:500px) {
  /* .header_logoMarushika img {
    width: 55px;
  }

  .top_header_marushika.header {
    display: flex;
    
    justify-content: space-evenly;
    gap: 0%;
  } */

  /* ==== 29 nov changes ====== */
  .para-type h3 {
    font-size: 13px;
    color: #0077B5;
    display: none;
  }

  /* ==== 29 nov changes ====== */


  a.btn {
    font-weight: 600;
    font-size: 11px;
    border: none;
    padding: 13px 25px;
    position: relative;
    border-radius: 4px;
    z-index: 1;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .boxes-area {
    position: relative !important;
    padding-bottom: 43px !important;
    margin-top: 12px !important;
    z-index: 1;
  }

  .services-area {
    background-color: #f7fafd;
    padding: 1rem 0px !important;
  }

  .rotate_img_body>img {
    width: 84%;
    aspect-ratio: 1;
    margin: auto;
  }

  .sec_title_part {
    text-align: center;
    margin-bottom: 47px;
  }

  #feature_area_body {
    padding: 3rem 0px;
  }

  .services-area {
    background-color: #f7fafd;
    padding: 2rem 0px;
  }

  #secure_it {
    padding: 0rem 0px;
    background-image: url(./Marushika/banner-bg1.jpg);
    height: 910px;
    width: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: -142px 62%;
    position: relative;
  }

  .boxes-area {
    position: relative !important;
    padding-bottom: 43px !important;
    margin-top: -60px !important;
    z-index: 1;
  }



  section#our_awesome_work {
    padding: 2rem 0px;

  }

  #user_expection {
    background-image: url("./Marushika/map.png");
    padding: 2rem 0px;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .funfact {
    text-align: center;
    margin-bottom: 26px;
  }

  .contact-cta-box {
    margin: 21px auto 0;
    max-width: 600px;
    border: 1px dashed #ebebeb;
    padding: 27px;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .feedback-area {
    position: relative;
    z-index: 1;
    background: #f7fafd;
    padding: 2rem 0px;
  }

}


@media only screen and (min-width:768px) and (max-width:992px) {
  .boxes-area {
    position: relative;
    padding-bottom: 43px;
    margin-top: 153px;
    z-index: 1;
  }

}

@media only screen and (min-width:320px) and (max-width:767px) {

  /* .always_deliver{
  font-size: 20px !important;
} */

  .boxes-area {
    position: relative;
    padding-bottom: 43px;
    margin-top: 93px;
    z-index: 1;
  }

  .left_content {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .banner-image {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }


  .services-area {
    background-color: #f7fafd;
    padding: 3rem 20px;
  }

  .cloud_hosting_left {
    text-align: start;
    align-items: start;
    margin-top: 30px;
  }

  .funfacts-area .section-title h2 {
    max-width: 520px;
    margin: 0 auto;
    font-size: clamp(20px, 3vw, 21px);
    line-height: 37px;
  }

  .contact-cta-box {
    text-align: center;
  }

  .top_contente {
    margin-bottom: 10px;
  }

  .or_get_started {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    gap: 5px;
  }

  .banner-image img {
    width: 68%;
    margin-top: 58px;
  }

  .left_content h1 {
    font-size: clamp(30px, 5vw, 45px);
    font-weight: 500;
    margin-bottom: 20px;
    max-width: 600px;
    width: 100%;
    line-height: 35px;
    font-family: "Poppins", sans-serif;
  }

}


/* -----------------------------Cin number css ------------------------------------------ */
.cin_number p{
    text-align: center;
}
.cin_number.text-center p {
  margin-top: 1%;
}

/* .cin_number.text-center p span {
  color: red;
} */

/* -----------------------------Cin number css ------------------------------------------ */

.icon img {
  width: 60%;
}

.banner-image img {
  width: 100%;
}

.single-team .team-image img:hover {
  border: 3px solid #38A1F3;
}

.smart_sol_f {
  object-fit: cover;
}

a {
  text-decoration: none !important;
}

a h2 {
  color: #000;
}



/* ----------------------------black and white img hover -----------css ---------------------- */
.partner-inner img {
  width: 60%;
}

.services-content .box img {
  width: 12%;
}

.slider_img img {
  width: 100px;
  height: 100px;
}

.slider_img img:hover {
  border: 2px solid #77121f;
  transition: all ease-in-out.3s;
}

.slider_bottm {
  width: 100%;
  height: 416px;
}

.bg_color_img.commend_img img {
  width: 37%;
}

.bg_color_img.bel_img img {
  width: 126px;
}

.bg_color_img.aws_logo_img img {
  width: 82px;
}

.services-details-image img {
  width: 100%;
}


.text_color_heading_middle {
  color: #38A1F3;
}
@media only screen and (min-width:320px) and (max-width:570px) {



  
}

/*--------Header CSS-----------*/
