/* *************************Herosection styling *********************** */
@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}

body {
  font-family: "Nunito", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  padding: 0px;
  margin: 0px;
}

.top_heading_paragraph {
    font-size: 18px;
    font-weight: 300;
    color: #666666;
    font-family: "Nunito", sans-serif;
    max-width: 804px;
    margin: 0  auto 19px;
}

/* ************************* custom_heading section styling *********************** */


.main_cta_btn{
    background: #0ABAEA;
    border-radius: 50px;
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16.98px;
    text-align: center;
    color: #fff;
    padding: 11px 23px;
    border: 1px solid #0ABAEA;
    cursor: pointer;
}
.main_cta_btn:hover {
    background-color: transparent;
    color: #0abaea;
}

.section-title {
  text-align: center;
  margin-bottom: 25px;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 37px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.4;
}

.section-title .bar {
  height: 5px;
  width: 90px;
  background: #cdf1d8;
  margin: 8px auto;
  position: relative;
  border-radius: 30px;
}

span.blue_text {
  color: #0abaea;
}

.section-title .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #c679e3;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -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;
}



@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}


@media (max-width:426px) {
  .section-title h2 {
    font-size: 30px;
  }

  .top_heading_paragraph {
    font-size: 14px;

  }
}

#hero_section {
  padding: 200px 0px 100px 0px;
  background:black;
}

#hero_section .top_heading_hero_Sec .top_heading {
  display: flex;
  align-items: center;
}

#hero_section .top_heading_hero_Sec .top_heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

#hero_section .top_heading_hero_Sec h3 {
  color: #1d1d1b;
  font-family: "Nunito", Sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  margin-bottom: 0px;
}

#hero_section .top_heading_hero_Sec .image_container {
  display: flex;
}

#hero_section .top_heading_hero_Sec .image_container img {
  width: 100%;
  height: 100%;
}

#hero_section .top_heading_hero_Sec .images_box {
  height: 50px;
}

#hero_section .top_heading_hero_Sec .images_box:nth-child(2) {
  scale: 1.5;
  margin-left: 7px;
  width: 54px;
  height: 53px;
}

#hero_section .top_heading_hero_Sec .sub_heading {
  color: #ffffff;
  font-family: "Nunito", Sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  margin-bottom: 0px;
}

#hero_section .top_heading_hero_Sec .main_heading {
  text-align: left;
  font-family: "Nunito", Sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  color: white;
}

#hero_section .top_heading_hero_Sec .main_headings_typing {
  text-align: left;
  font-family: "Nunito", Sans-serif;
  font-size: 60px;
  line-height: 60px;
}

#hero_section .hero_heading {
  margin-top: 30px;
  margin-bottom: 30px;
}

#hero_section .typed {
  font-family: "Nunito", Sans-serif;
  font-weight: bold;
  color: #0abaea;
  font-weight: 800;
}

#hero_section .typed-cursor {
  font-weight: 200;
}

#hero_section .hero_button {
  font-family: "Nunito", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #ffffff;
  border-radius: 100px 100px 100px 100px;
  text-decoration: none;
  background: #09bae9;
  padding: 20px 32px 20px 32px;
  display: block;
  width: fit-content;
}

#hero_section .hero_button {
  font-family: "Nunito", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #ffffff;
  border-radius: 100px 100px 100px 100px;
  text-decoration: none;
  background: #09bae9;
  padding: 20px 32px 20px 32px;
}

.w-vulcan-button-wrapper.w-css-reset {
  display: none !important;
}

.video_background {
  width: 800px;
  height: 700px;
}

.video_background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom_container .rows {
  display: flex;
}

#hero_section .right {
  width: 60%;
}

.right_hero_for_video {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  border: 10px solid #ffffff2b;
}

#hero_section .hero_para {
  color: white;
  max-width: 60%;
}

@media (max-width: 1025px) {
  #hero_section .right {
    width: 70%;
  }

  #hero_section {
    padding: 150px 0px 78px 0px;
  }

  #hero_section .top_heading_hero_Sec .sub_heading {
    font-size: 18px;
    line-height: 19px;
  }

  #hero_section .top_heading_hero_Sec .main_heading {
    font-size: 40px;
    line-height: 45px;
  }

  #hero_section .hero_heading {
    margin-top: 24px;
    margin-bottom: 12px;
  }

  #hero_section .top_heading_hero_Sec .main_headings_typing {
    font-size: 40px;
    line-height: 39px;
  }

  #hero_section .hero_para {
    font-size: 13px;
    line-height: 25px;
  }

  #hero_section .hero_button {
    font-size: 14px;
    padding: 15px 29px 15px 29px;
  }
}

@media (max-width: 768px) {
  #hero_section {
    padding: 137px 0px 39px 0px;
  }

  #hero_section .custom_container .rows {
    flex-direction: column;
    gap: 25px;
  }

  #hero_section .right {
    width: 100%;
  }

  #hero_section .hero_button {
    font-size: 15px;
    padding: 9px 34px 9px 34px;
  }
}

@media (max-width: 600px) {
  #hero_section {
    padding: 125px 0px 34px 0px;
  }

  #hero_section .top_heading_hero_Sec {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #hero_section .top_heading_hero_Sec .sub_heading {
    font-size: 17px;
    line-height: 18px;
  }

  #hero_section .top_heading_hero_Sec .main_heading {
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }

  #hero_section .hero_heading {
    margin-top: 15px;
    margin-bottom: 12px;
  }

  #hero_section .top_heading_hero_Sec .main_headings_typing {
    font-size: 34px;
    line-height: 39px;
  }

  #hero_section .hero_para {
    font-size: 12px;
    line-height: 23px;
    max-width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 426px) {
  #hero_section {
    padding: 101px 0px 26px 0px;
  }

  #hero_section .top_heading_hero_Sec .sub_heading {
    font-size: 15px;
  }

  #hero_section .top_heading_hero_Sec .main_heading {
    font-size: 26px;
    line-height: 33px;
    text-align: center;
  }

  #hero_section .top_heading_hero_Sec .main_headings_typing {
    font-size: 29px;
    line-height: 26px;
  }

  #hero_section .hero_para {
    font-size: 11px;
    line-height: 17px;
  }

  #hero_section .hero_button {
    font-size: 13px;
    padding: 7px 24px 7px 24px;
  }
}

@media (max-width: 375px) {
  #hero_section {
    padding: 96px 0px 32px 0px;
  }

  #hero_section .top_heading_hero_Sec .sub_heading {
    font-size: 15px;
    line-height: 17px;
  }

  #hero_section .top_heading_hero_Sec .main_heading {
    font-size: 23px;
    line-height: 27px;
    text-align: center;
  }

  #hero_section .top_heading_hero_Sec .main_headings_typing {
    font-size: 30px;
  }

  #hero_section .hero_para {
    font-size: 12px;
    line-height: 19px;
  }

  #hero_section .hero_button {
    font-size: 13px;
    padding: 7px 28px 7px 28px;
  }
}

/* ************************* SectionProcess styling *********************** */
/* .section.Process {
    padding: 100px 0px 100px;
  } */
div#process {
  padding: 100px 0 0 0;
}

.container_process {
  max-width: 1280px;
  margin: auto;
  padding: 0px 30px 60px 30px;
}

.border-hr {
  position: relative;
  margin-top: 2em;
}

.progress-images-group,
.progress-images-group *,
.col-solutions_carousel,
.col-solutions_carousel * {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.progress-images-group {
  height: 300px;
  position: relative;
  width: 100%;
}

.title_pro {
  position: absolute;
  top: 74px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #0abaea;
}

.progress-images-group .group-01 {
  z-index: 1;
  top: 111px;
}

.process_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.progress-images-group [class*="group-"] {
  position: absolute;
  right: 0;
  left: 0;
}

.progress-images-group [class*="group-"] {
  position: absolute;

  right: 0;
  left: 0;
}

.progress-images-group .group-02 {
  bottom: 61px;
  height: 38px;
  overflow: hidden;
  z-index: 0;
}

.progress-images-group .group-03 {
  z-index: -1;
}

.progress-images-group .group-03 {
  top: 206px;
}

.progress-images-group:hover .title_pro {
  top: 0px;
}

.progress-images-group:hover .group-01 {
  top: 50px;
}

.progress-images-group:hover .group-02 {
  bottom: 61px;
  height: 116px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .process_container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 769px) {
  .process_container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .process_container {
    grid-template-columns: 1fr;
  }
}

/* @media (max-width: 769px) {
  #process {
    display: none;
  }
} */
.wrapper {
  padding: 0px !important;
}

/* *************************Industries In Focus  section styling *********************** */

.industires.domain-indus {
  padding: 65px 0 0px 0;
  position: relative;
}

.blog_upper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  gap: 10px;
}

.view_all_blog {
  font-size: 16px;
  font-weight: normal;
  color: #212026;
  position: relative;
  display: inline-block;
  font-family: "Nunito", Sans-serif;
  margin-right: 15px;
}

.view_all_blog i {
  font-size: 22px;
  vertical-align: middle;
  margin-left: 15px;
}

.view_all_blog::after {
  content: "";
  position: absolute;
  right: -15px;
  top: -12px;
  width: 33px;
  height: 51px;
  background: #eee;
  z-index: -1;
  transition: 0.2s all ease-out;
}

.view_all_blog:hover {
  color: #0abaea;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.view_all_blog:hover::after {
  width: 100%;
  transition: 0.2s all ease-out;
}

.domains-infocus-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.domains-infocus-boxes li {
  position: relative;
  background: #f4f4f6;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(16% - 10px);
  overflow: hidden;
}

.domains-infocus-boxes li a {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
  z-index: 2;
  transition: 0.2s all ease-in-out;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: normal;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}

.domains-infocus-boxes li:after {
  content: "";
  position: absolute;
  background: #439bc2;
  bottom: 0;
  height: 4px;
  width: 100%;
  transition: all ease 0.4s;
}

.domains-infocus-boxes li a i {
  font-size: 32px;
  display: block;
  margin-bottom: 10px;
}

.domains-infocus-boxes li:hover a,
.domains-infocus-boxes li:hover i {
  color: #fff;
  transition: 0.2s all ease-in-out;
}

.domains-infocus-boxes li:hover:after {
  height: 100%;
}

@media screen and (max-width: 1280px) {
  .industires.domain-indus {
    padding: 50px 0 0px 0;
  }

  .domains-infocus-boxes li {
    width: calc(25% - 15px);
  }
}

@media screen and (max-width: 767px) {
  .domains-infocus-boxes li {
    width: calc(33.33% - 15px);
  }
}

@media screen and (max-width: 576px) {
  .domains-infocus-boxes li {
    width: calc(50% - 10px);
  }

  .industires.domain-indus {
    padding: 30px 0 0px 0;
  }
}

@media screen and (max-width: 567px) {
  .domains-infocus-boxes {
    gap: 15px;
  }
}

/* ************************* letsStart  section  styling *********************** */
.lets_start_box_2 {
  height: 400px;
  position: relative;
  margin-bottom: 40px;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0c1442;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 25px;
  color: white;
}

.lets_start_cbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: white;
}

.lets_start_cbox h4 {
  font-size: 40px;
  margin-bottom: 20px;
}

.lets_start_cbox p {
  font-size: 18px;
}

.lets_start_cbox h4,
.lets_start_cbox p {
  color: var(--white-color);
  text-align: center;
}

.btnSimple.white {
  background: #fff;
  color: #012a5e;
}

.btnSimple {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: "Nunito", Sans-serif;
  font-size: 18px;
  color: #fff;
  outline: 0;
  padding: 0 35px;
  cursor: pointer;
  overflow: hidden;
  line-height: 48px;
  text-align: center;
  background: #ef323a;
  border: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width:1138px) {
  .lets_start_cbox h4 {
    font-size: 27px;
    margin-bottom: 8px;
  }

  .lets_start_cbox p {
    font-size: 15px;
  }

  .btnSimple {
    font-size: 13px;
  }

  .lets_start_box_2 {
    height: 350px;
    position: relative;
    margin-bottom: 0px;
  }
}

@media (max-width:992px) {
  .lets_start_cbox {
    width: 600px;
  }

  .lets_start_box_2 {
    height: 300px;
  }
}

@media (max-width:769px) {
  .lets_start_cbox h4 {
    font-size: 23px;
  }

  .btnSimple {
    padding: 0 25px;
    line-height: 41px;
  }
}

@media (max-width:600px) {
  .lets_start_cbox {
    width: 70%;
  }
}

@media (max-width:426px) {
  .lets_start_cbox h4 {
    font-size: 17px;
  }

  .lets_start_cbox p {
    font-size: 14px;
  }

  #particles-js {
    border-radius: 10px;
  }
}

/* *************************achievement section styling *********************** */

.Achievement {
  /* background-color: #fdf8f4; */
  background-image: url(https://themexriver.com/appilo-theme/it-solution/wp-content/uploads/sites/45/2021/02/achive-bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 60px 0px 90px 0px;
}

.rotation_box {
  padding: 50px 0px 0px 0px;
  z-index: 3;
}

.it-up-achivement-innerbox {
  width: 190px;
  height: 190px;
  margin: 0 auto;
  padding-top: 22px;
  border-radius: 100%;
}

.it-up-achivement-innerbox .inner-border {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #0abaea;
  animation-duration: 1500ms;
  animation: rotate-anim 10s infinite linear;
  animation-play-state: running;
}
.icon_circle:nth-child(1)  .it-up-achivement-innerbox .inner-border{
  border-color: #ff678b;
}
.icon_circle:nth-child(2)  .it-up-achivement-innerbox .inner-border{
  border: 2px solid #10a6fe;
}
.icon_circle:nth-child(3)  .it-up-achivement-innerbox .inner-border{
  border-color: #f28d14;
}
.icon_circle:nth-child(4)  .it-up-achivement-innerbox .inner-border{
  border-color: #41cd5c;
}
/* 
.icon_circle:nth-child(1)  .it-up-achivement-text h3{
  color: #ff678b;
}
.icon_circle:nth-child(1)  .it-up-achivement-text strong{
  color: #ff678b;
}
.icon_circle:nth-child(2)  .it-up-achivement-text h3{
  color: #10a6fe;
}
.icon_circle:nth-child(2) .it-up-achivement-text strong{
  color: #10a6fe;
}
.icon_circle:nth-child(3)  .it-up-achivement-text h3{
  color: #f28d14;
}
.icon_circle:nth-child(3)   .it-up-achivement-text strong{
  color: #f28d14;
}
.icon_circle:nth-child(4)  .it-up-achivement-text h3{
  color: #41cd5c;
}
.icon_circle:nth-child(4)    .it-up-achivement-text strong{
  color: #41cd5c;
} */

.it-up-achivement-icon img:first-child {
  max-width: 52px;
}

.it-up-achivement-icon img {
  max-width: 62px;
}

.it-up-achivement-innerbox .inner-border:before,
.it-up-achivement-innerbox .inner-border:after {
  top: -6px;
  left: 0;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%);
}

.col-lg-3:nth-child(2) .it-up-achivement-innerbox .inner-border:before,
.col-lg-3:nth-child(2) .it-up-achivement-innerbox .inner-border:after {
  background: linear-gradient(90deg, #1cb6f6 0%, #1161dd 100%);
}

.col-lg-3:nth-child(3) .it-up-achivement-innerbox .inner-border:before,
.col-lg-3:nth-child(3) .it-up-achivement-innerbox .inner-border:after {
  background: linear-gradient(90deg, #fd5d0a 0%, #ffe3ab 100%);
}

.col-lg-3:nth-child(4) .it-up-achivement-innerbox .inner-border:before,
.col-lg-3:nth-child(4) .it-up-achivement-innerbox .inner-border:after {
  background: linear-gradient(90deg, #2fc678 0%, #6add1a 100%);
}

.it-up-achivement-innerbox .inner-border:after {
  top: auto;
  bottom: -6px;
}

.it-up-achivement-innerbox .it-up-achivement-icon {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.it-up-achivement-innerbox .it-up-achivement-icon {
  animation: icon-bounce 2s ease-out infinite;
}

/* .it-up-achivement-innerbox:hover .inner-border {
    animation-play-state: running;
  } */
/* .it-up-achivement-innerbox:hover {
   scale:1.3;
   transition: .5s;
  } */
@-webkit-keyframes rotate-anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes icon-bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

.it-up-achivement-innerbox .it-up-achivement-text h3 {
  color: #000;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
}

.it-up-achivement-innerbox .it-up-achivement-text p {
  color: #010101;
}

.it-up-achivement-innerbox .it-up-achivement-text strong {
  color: #000;
  font-size: 40px;
  line-height: 1;
  font-family: "Nunito";
}

.top_heading h2 {
  color: #000000;
  font-family: "Nunito", Sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
}

@media (max-width: 1024px) {
  .Achievement {
    padding: 60px 0px 50px 0px;
  }

  .it-up-achivement-innerbox .it-up-achivement-text h3 {
    font-size: 30px;
  }

  .it-up-achivement-innerbox .it-up-achivement-text strong {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .it-up-achivement-innerbox {
    margin-bottom: 56px;
  }

  .top_heading h2 {
    font-size: 32px;
  }
}

@media (max-width: 700px) {
  .it-up-achivement-innerbox {
    margin-bottom: 40px;
  }

  .top_heading h2 {
    font-size: 28px;
  }
}

@media (max-width:426px) {
  .Achievement {
    padding: 30px 0px 30px 0px;
  }

  div#process {
    padding: 30px 0 0 0;
  }
}

/**************************************************************** BlogArticle  css **************************************************** */

#BlogArticle {
  padding: 30px 0px 60px 0px;
}

.elementskit-post-image-card {
  background-color: #02010100;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: block;
  max-width:500px;
  margin:auto;
  
}

.elementskit-entry-header {
  position: relative;
}

.elementskit-entry-thumb {
  border-radius: 20px 20px 20px 20px;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
  display: block;

}

.elementskit-entry-thumb>img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    border-radius: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    max-height: 260px;
    height: 260px;
    object-fit: cover;
}

.elementskit-post-image-card:hover .elementskit-entry-thumb>img {
  -webkit-transform: scale(1.05) rotate(2deg);
  transform: scale(1.05) rotate(2deg);
  opacity: .8;
}

.elementskit-meta-lists.elementskit-style-tag {
  left: -10px;
  top: auto;
  bottom: 30px;
  position: absolute;
}

.elementskit-meta-lists>.elementskit-single-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #000000;
  width: 55px;
  height: 55px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.elementskit-meta-lists>.elementskit-single-meta .elementskit-meta-wraper {
  display: block;
  margin: 7px 0;
  line-height: 1;
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.elementskit-meta-lists>.elementskit-single-meta strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2px;
  color: #ffd100;
}

.elementskit-meta-lists.elementskit-style-tag>.elementskit-single-meta::before {
  position: absolute;
  content: "";
  color: #912f3d;
  border-bottom: solid currentColor;
  border-top: solid transparent;
  border-width: 5px;
  border-right: solid currentColor;
  border-left: solid transparent;
  border-width: 5px;
  left: 0%;
  top: -10px;
}

.blog-post-body {
  padding: 0px 0px 0px 30px;
  position: relative;
}

.blog-post-body:before {
  content: "";
  height: 100px;
  width: 2px;
  top: 50%;
  left: 0%;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.ekit-highlight-border::before {
  content: "";
  width: 2px;
  background: black;
  position: absolute;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

.ekit-highlight-border .entry-title {
  text-align: left;
  margin: 16px 0px 16px 0px;
  color: white;

}

.ekit-highlight-border .entry-title a {
    font-size: 23px;
    color: black;
    font-weight: 600;
    width: 118%;
    display: block;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.ekit-highlight-border .entry-title p {
  color: #7a7a7a;
  text-align: left;
  margin: 0px 0px 10px 0px;
  font-size: 16px;
}

.btn-wraper {
  display: flex;
  justify-content: start;
}

.elementskit-btn {
  border-radius: 5px;
  font-size: 15px;
  padding: 15px 30px;
  display: inline-block;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  background-color: #0ABAEA;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media (max-width:769px){
.elementskit-entry-thumb>img {
    max-height: 100%; 
}
}
@media (max-width:600px){
.ekit-highlight-border .entry-title a {
    font-size: 20px;
}
.ekit-highlight-border .entry-title p{
    font-size: 14px;
}
#BlogArticle {
    padding: 30px 0px 0px 0px;
}
}

/**************************************************************** OurServices  css **************************************************** */
.our-services.home-service {
  padding-top: 84px;
  padding-bottom: 55px;
}

.our-services .list-item {
  background-color: transparent;
  padding: 30px 15px;
  border-radius: 25px;
  margin-bottom: 25px;
  width: 280px;
  border: 2px solid #0BDBE4;
  position: relative;
  z-index: 10;
}

.our-services .list-item:not(.active) {
  background: url('../images/not-active-img.png') center center/cover;
  left: 0;
  transition: all 1s ease;
  background-color: white;
}

.our-services .list-item>img,
.our-services .list-item svg {
  width: 30px;
  height: 30px;

}

.our-services .list-item svg path {
  fill: black;
}

.our-services .list-item.active svg path {
  fill: white;
}


.our-services .list-item svg {
  margin-right: 15px;
}

.our-services .list-item p {
  font-size: 16px;
  width: 68%;
  margin-bottom: 0;
  text-align: left;
}

.our-services .list-item .arrow-white,
.our-services .list-item .arrow-black {
  position: absolute;
  right: 30px;
}

.our-services .list-item .arrow-white {
  display: none;
}

.our-services .list-detail-item a {
  display:inline-block;
  margin-top:20px;
}
@media (min-width: 1200px) {
  .our-services .list-detail {
    width: 60.333%;
  }
}

.our-services .list-detail-item {
  display: none;
}



.our-services .list-detail-item.active {
  display: unset;
}

.our-services .list-detail-item .img-box {
  border-radius: 20px;
  background: linear-gradient(to left, #0ABAEA 0%, #0BDBE4 -4%, #0ABAEA 114%);
  padding: 10px;
  margin-bottom: 30px;
}
.our-services .list-item:hover {
  border: none;
  box-shadow: 5px 5px 10px #0abaea5c;
  left: 30px;
  transition: all 1s ease;
  background: linear-gradient(to left, #0ABAEA 0%, #0BDBE4 -4%, #0ABAEA 114%),
  /* Gradient with lighter shade */
  url('../images/active-bg.png') center right/contain;
}
.our-services .list-item:hover svg path {
  fill: white;
}
.our-services .list-item:hover p {
  color: white;
}
.our-services .list-item:hover .arrow-black {
  display: none;
}
.our-services .list-item:hover .arrow-white {
  display: block;
}
.our-services .list-detail-item .img-box img {
  display: block;
  width: 100%;
}
.home-service.our-services .list-detail-item ul li a {
 
  margin: 0px;
}
.our-services .list-detail-item img {
  width: unset;
  height: 245px;
  margin: 0 auto;
}

.our-services .list-detail-item h2 {
  font-family: 'Montserrat-Bold';
  font-size: 28px;
  color: #333333;
  margin-bottom: 20px;
}

.our-services .list-detail-item h2 span {
  color: #0abaea;
}

.our-services .list-detail-item p {
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}

a.learn-more {
  color: #FF7733;
  text-decoration: underline;
  font-size: 22px;
  display: inline-block;
  margin: 18px 0px 8px;
}

.our-services .list-detail-item ul {
  padding-left: 0;
  list-style-type: disclosure-closed;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 26px;
}
.our-services .list-detail-item li {
  width: 100%;
  float: left;

  padding-left: 40px;
  margin-bottom: 10px;
}

.our-services .list-detail-item ul li a {
  color: #333333;
  font-family: 'Montserrat-Regular' !important;
  font-size: 15px;
}

.home-service.our-services .list-detail-item ul li a {
  font-size: 16px;
}

.our-services .list-item {
  padding: 17px 15px;
  border-radius: 6px;
}


.list-detail .orange-arrow-img {
  width: 52px !important;
  padding-left: 5px;
  height: 13px !important;
}

.our-services .list-item.active {
  border: none;
  box-shadow: 5px 5px 10px #0abaea5c;
  left: 30px;
  transition: all 1s ease;
  background: linear-gradient(to left, #0ABAEA 0%, #0BDBE4 -4%, #0ABAEA 114%),
    /* Gradient with lighter shade */
    url('../images/active-bg.png') center right/contain;
}

.our-services .list-item.active p {
  color: white;
}

.our-services .list-item.active .arrow-black {
  display: none;
}

.our-services .list-item.active .arrow-white {
  display: block;
}
@media (max-width: 900px) {
  .our-services .list-item .arrow-white {
    display: none;
}
.our-services .list-item .arrow-black {
  display: none;
}
  .our-services .list-item:hover .arrow-white {
    display: none;
}
.our-services .list-item:hover  .arrow-black {
  display: none;
}
  .our-services .list-item.active .arrow-white {
    display: none;
}
.our-services .list-item.active   .arrow-black {
  display: none;
}
.our-services .list-item.active{

  left: 9px;
}
.our-services .list-item p {
  font-size: 15px;
}
.our-services .list-item {
  width: 191px;
}
.list-detail {
  max-width: 100%;
  flex: 1;

}
.our-services .list-detail-item li {
  padding-left: 10px;
  margin-bottom: 10px;
}
.our-services .list-detail-item ul {
  margin-left: 20px;
  padding-left:10px;
}
}
@media (max-width: 700px) { 
  .our-services .list {
    width: 100%;
    max-width: 100%;
    flex: 1;
    display: flex;
    gap: 20px;
    overflow: auto; /* scroll enable rakhein */
    scrollbar-width: none; /* Firefox ke liye scrollbar hide kare */
  }
  
  .our-services .list::-webkit-scrollbar {
    display: none; /* Chrome, Edge, Safari ke liye scrollbar hide kare */
  }
  
.our-services .list-detail-item {
  width: 100%;
  max-width: 100%;
  flex: 1;
}
.our-services .row {
  flex-wrap: nowrap;
    flex-direction: column;
}
.our-services .list-item p {
  font-size: 12px;
}
.our-services .list-item {
  padding: 7px 14px;
  margin-bottom: 18px;
}
.our-services .list-item>img, .our-services .list-item svg {
  width: 26px;
  height: 22px;
}
}
@media (max-width: 500px) {
  .our-services.home-service {
    padding-top: 30px;
    padding-bottom: 30px;
}
  .our-services .list-detail-item img {
    height: fit-content;
}
.our-services .list-detail-item .img-box {
  margin-bottom: 18px;
}
.our-services .list-detail-item h2 {
  font-size: 23px;
  margin-bottom: 13px;
}
.our-services .list-detail-item p {
  font-size: 15px;
}
.our-services .list-detail-item a {
  margin-top: 15px;
  font-size: 12px;
}
.home-service.our-services .list-detail-item ul li a {
  font-size: 13px;
}
 }


 /* <!-- *************************************Review section ********************** --> */



      .review_section_main {
        background: #F9FBFF;
        padding: 100px 0px;
      }
      .review_section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 28px;
  align-items: start;
}
      /* Content styling */
      .review_section  .testimonial {
        background: white;
          border-radius: 8px;
          padding: 30px 40px;
        
          box-shadow:0px 1px 2px 0px rgba(23, 21, 71, 0.15);
          height: fit-content;
          margin-bottom: 35px;
      }
      .top_review_heading h2 {
        display: flex;
  align-items: center;
  gap: 20px;
  color: #0abaea; 
  font-size: 15px;
  margin-bottom: 10px;
      }
      .top_review_heading h3{
        color: #12103e;
    font-size: 53px;
    margin-bottom: 10px;
    font-weight: 800;
      }

      .top_review_heading b{        
  color: #0abaea; 
      }

.testimonial h2 {
  font-size: 27px;
  color: #0abaea; 
    font-weight: 800;
      }
      .top_review_heading svg {
      margin: 0px !important;
      animation: rotation_3 3s ease-in-out infinite;
      }
      @keyframes rotation_3 {
        0% {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

100% {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
}
      .main_video_img {
        padding: 0px !important;
      }
      .main_video_img img{
       max-width: 100%;
       max-height: 400px;
       object-fit: cover;
       object-position: top;
      }
      .review_section  svg {
         margin-bottom: 20px;
      }
  .review_body {
    padding: 30px 40px;
  }
      .testimonial h4 {
          color: #333;
          margin-bottom: 10px;
          font-size: 1.2rem;
      }

      .testimonial p {
          color: #555;
          font-size: 16px;
          line-height: 25px;
      }

   .review_circle  {
display: flex;
align-items: start;
gap: 15px;
margin-top: 20px;
}
   .review_circle img {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  border: 2px solid black;
}
.mobile_review {
  display: none;
}
.testimonial svg path {
  stroke:#0abaea;
}

      /* Responsive adjustments */
      @media (max-width: 769px) {
        .review_section_main {
          padding: 50px 0px;
      }
        .review_section {
          grid-template-columns: 1fr;
      }
      .mobile_review {
        display: block;
      }
      .des_review {
        display: none;
      }
      .top_review_heading h3 {
        font-size: 45px;
    }
      .top_review_heading b {
        margin-right:10px;
    }
    .top_review_heading h3 br{
      display: none;
  }
      }

          /* Responsive adjustments */
          @media (max-width: 500px) {
            .review_section_main {
              padding: 30px 0px;
          }

            .top_review_heading h3 {
              font-size: 30px;
          }
          .main_video_img img {
            max-height: 250px;
          
        }
        .review_body {
          padding: 22px 20px;
      }
      .testimonial h2 {
        font-size: 21px;
        margin-bottom: 0px;
    }
   
    .review_section  .testimonial {
      padding: 21px 22px;
      margin-bottom: 28px;
}
          }



          /* <!-- *************************************meeting section ********************** --> */
.meeting_container {

  background: linear-gradient(to left, #0ABAEA 0%, #0BDBE4 -4%, #0ABAEA 114%),
  /* Gradient with lighter shade */
  url('../images/active-bg.png') center right/contain;
  border-radius: 30px;

}
.main_heading_meeting {
    font-size: 30px;
    max-width: 400px;
    line-height: 50px;
    font-weight: bold;
    color: white;
}
.first_row h1 {
    font-size: 35px;
    max-width: 500px;
    line-height: 50px;
    font-weight: bold;
    color: white;
}
.first_row p {
  font-size: 20px;
  color: white;
}
.first_row {
  display:flex;
  align-items: center;
  justify-content: center;
}
.meeting_container  .main_cta_btn{
  margin-top: 15px !important;
  display: inline-block;
  background: black;
}
.meeting_container .main_cta_btn:hover{
  background: transparent;
  border-color: black;
  color: black;
}
@media (max-width: 500px) {
  .first_row h1 {
    font-size: 26px;
    line-height: 35px;

  }
  .first_row p {
    font-size: 16px;
}
.meeting_container img {
    width: 73%!important;
    margin: auto;
    display: block  !important;
}
}