@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");

/*   font-family: "Poppins", sans-serif; */

* {
  padding: 0;

  margin: 0;

  box-sizing: border-box;
}

body {
  font-size: 14px;

  line-height: 23px;

  color: #464646;

  font-family: "Poppins", sans-serif;
}
p:last-child {
	margin-bottom: 0px;
}
img {
  width: 100%;

  object-fit: contain;
}

h2 {
  color: #000;

  font-family: Poppins;

  font-size: 38px;

  font-weight: 500;

  line-height: 45.6px;

  text-align: left;
}

h6 {
  color: #095bab;

  text-transform: uppercase;

  font-size: 16px;

  line-height: 24px;
}

/*=== Menu section ===*/

.menu_outer .container {
  display: grid;

  grid-template-columns: 205px 1fr auto;

  padding: 0 67px;

  grid-gap: 0 45px;

  align-items: center;
}

.menu_outer {
  padding: 20px 0;

  border-bottom: 1px solid #8e8e8e;
}

.menu_outer .header_resp_section div#mega-menu-wrap-menu-1 {
  background: transparent;
}

.menu_outer #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 a.mega-menu-link {
  color: #171c17 !important;

  font-size: 15px;

  font-weight: 400;

  line-height: 27px;

  text-align: left;

  font-family: "Poppins", sans-serif;

  background: transparent !important;

  height: auto;

  padding: 0 0 0 0;
}

.header-book-now a {
  width: auto;

  height: auto;

  padding: 12px 20px 12px 20px;

  border-radius: 50px;

  display: inline-block;

  color: #095bab !important;

  border: 1px solid #095bab;

  font-size: 15px;

  font-weight: 600;

  line-height: 24px;

  letter-spacing: 0.01em;

  text-align: left;

  font-family: "Poppins", sans-serif;

  transition: 0.3s;

  -webkit-transition: 0.3s;
}

.header-book-now a:hover {
  color: #fff !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  display: flex;

  grid-gap: 0 35px;
	justify-content: flex-end;
}

/*=== End of menu section ===*/

/*=== Banner section ===*/

.home-banner-outer .elementor-element h6 {
  color: #fff;

  text-transform: uppercase;

  font-size: 16px;

  line-height: 24px;

  margin: 0px;
}
.home-banner-outer .elementor-element h1 {
	 color: #fff;

  font-family: "Poppins", sans-serif;

  font-size: 55px;

  font-weight: 600;

  line-height: 70px;

  text-align: center;
	margin: 0px;
  margin-bottom: 20px;
}
.home-banner-outer .elementor-element .elementor-widget-container, 
.home-banner-outer .elementor-element p {
	color: #fff;
}
.home-banner-outer .elementor-element p:last-child {
	margin-bottom: 0px;
}
.home-banner-outer .elementor-element h2 {
  color: #fff;

  font-family: "Poppins", sans-serif;

  font-size: 32px;

  font-weight: 400;

  line-height: initial;

  text-align: left;
	margin: 0px;
  margin-bottom: 20px;
}

.home-banner-outer .elementor-element h1 span {
	position: relative;
    z-index: 99;
    color: #fff;
}
.home-banner-outer .elementor-element h1 span::before {
	position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #095bad;
    transform: rotate(3deg);
    z-index: -1;
}
.home-banner-outer .elementor-element p {
	color: #fff;
}
.elementor-element.home-new-amber-right a.elementor-button {
background: #fff;
  color: #095bad;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  border-radius: 50px;
  padding: 12px 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
	z-index: 0;
}
.elementor-element.home-new-amber-right a.elementor-button:hover {
	color: #fff;
	border: 1px solid #fff;
}
.elementor-element.home-new-amber-right a.elementor-button:hover:after {
	z-index: -1;
	background: #095bad;
}
.elementor-element.home-banner-left a.elementor-button {
  background: #095bad;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  border-radius: 50px;
  padding: 12px 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
	z-index: 0;
}
.elementor-element.home-banner-left a.elementor-button:after {
	z-index: -1;
}
.elementor-element.home-banner-left a.elementor-button:hover {
background: #095bad;

  color: #095bad !important;
}
.elementor-element.home-banner-left a.elementor-button:hover span {
	color: #095bad;
}
.elementor-element.home-banner-left a.elementor-button:hover::after {
	background: #fff;
}
.elementor-element.home-banner-left a.elementor-button:hover svg path {
	fill: #095bad;
}

.elementor-element.home-banner-outer {
  background-repeat: no-repeat;

  background-position: left !important;

  background-size: contain;
}

.elementor-element.home-banner-outer .home-banner-left {
  width: 100%;

  max-width: 722px;
}

.elementor-element.home-banner-outer {
  background-position: right !important;

  background-size: contain;
}

.elementor-element.home-banner-left .Banner-button,
.elementor-element.home-banner-left .Banner-button .elementor-element {
  padding-left: 0;
}

.page-header {
  display: none;
}

.elementor-element.home-banner-outer .elementor-element-d601c29 {
  max-width: 530px;
}

/*=== End of Banner section ===*/

/*=== Logo SECTION ===*/

.elementor-element.home-logo-img {
  padding: 70px 0 0;
}

.elementor-element.home-logo-img .elementor-widget-container {
  font-size: 32px;

  text-align: center;

  font-weight: 400;

  color: #000;

  line-height: initial;
	font-family: "Poppins", sans-serif;
}

/* Carousel and animation css starts */

.rc-carousel {
  --box-gap: 6.5rem;

  --tile-size: 8rem;

  width: 100%;

  max-width: calc(
    (var(--tile-size) + var(--box-gap)) * ((var(--tiles) / 2) - 1)
  );

/*   margin: var(--box-gap) auto; */

  overflow: hidden;

  position: relative;

  z-index: 10;
}

.rc-carousel::before,
.rc-carousel::after {
  content: "";

  position: absolute;

  top: 0;

  width: 5rem;

  height: 100%;

  z-index: inherit;

  background: rgb(255, 255, 255);

  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(222, 222, 226, 0) 62%
  );
}

.rc-carousel::before {
  left: 0;

  --direction: left;
}

.rc-carousel::after {
  right: 0;

  transform: rotate(180deg);
}

.rc-carousel-strip {
  width: -webkit-fit-content;

  width: -moz-fit-content;

  width: fit-content;

  -webkit-animation: slideX 20s linear infinite;

  animation: slideX 20s linear infinite;
}

.rc-carousel-strip.reverse {
  /* reverse animation */

  animation-direction: reverse;
}

.rc-carousel-strip:hover {
  -webkit-animation-play-state: paused;

  animation-play-state: paused;
}

.rc-carousel-box {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: nowrap;

  flex-wrap: nowrap;

  gap: var(--box-gap);
}

.rc-carousel-item {
  -ms-flex-negative: 0;

  flex-shrink: 0;

  width: var(--tile-size);

  height: var(--tile-size);
}

.rc-carousel-item-image {
  display: block;

  width: 100%;

  height: 100%;

  -o-object-fit: contain;

  object-fit: contain;

  -o-object-position: center;

  object-position: center;
}

@-webkit-keyframes slideX {
  100% {
    -webkit-transform: translateX(0);

    transform: translateX(0);
  }

  0% {
    -webkit-transform: translateX(
      calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
    );

    transform: translateX(
      calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
    );
  }
}

@keyframes slideX {
  100% {
    -webkit-transform: translateX(0);

    transform: translateX(0);
  }

  0% {
    -webkit-transform: translateX(
      calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
    );

    transform: translateX(
      calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
    );
  }
}

/* Animation won't work if you preferes reduced motion */

@media (prefers-reduced-motion) {
  /* styles to apply if a user's device settings are set to reduced motion */

  .rc-carousel::before,
  .rc-carousel::after {
    display: none;
  }

  .rc-carousel-box {
    flex-wrap: wrap;

    justify-content: center;
  }

  .rc-carousel-box [aria-hidden="true"] {
    display: none;
  }

  .rc-carousel-strip {
    animation: none;
  }
}

/* reduced motion css ends */

/* Carousel and animation css ends */

/*=== End of Logo SECTION ===*/

/*=== Counter section ===*/

.elementor-element.home-counter .elementor-counter-title {
  color: #3b3b3b;

  font-family: "Poppins", sans-serif;

  font-size: 18px;

  text-transform: capitalize;

  font-weight: 600;
}

.elementor-element.home-counter .elementor-counter-number-wrapper {
  color: #095bad;

  font-size: 50px;

  font-weight: 700;

  font-family: "Poppins", sans-serif;
}

.elementor-element.home-counter .elementor-element.e-child {
  border-right: 3px solid #ddd;
}

.elementor-element.home-counter .elementor-element.e-child:last-child {
  border: 0;
}

.elementor-element.home-counter .elementor-counter-title {
  color: #3b3b3b;

  font-family: "Poppins", sans-serif;

  font-size: 18px;

  text-transform: capitalize;

  font-weight: 500;

  line-height: 24px;

  text-align: center;

  padding-top: 13px;

  max-width: 180px;

  margin: 0 auto;

  display: table;
}

.elementor-element.home-logo-img .e-con-inner {
  border-bottom: 3px solid #ddd;
}

.elementor-element.home-counter .e-con-inner {
  padding-top: 50px;
}
.parallax_box p {
	font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    text-align: left;
    color: #fff;
}

/*=== End of counter section ===*/

/*=== Blog section ===*/

.elementor-element.product-outer
  .elementor-widget-heading
  h2.elementor-heading-title {
  font-size: 32px;

  font-weight: 400;

  line-height: 40px;

  text-align: left;

  font-family: "Poppins", sans-serif;

  color: #171c17;

  position: relative;
}

.elementor-element.product-outer {
  padding: 60px 0 70px;

  background: #f4f9ff;

  margin: 50px 0 0;
}

.elementor-element.product-outer
  .elementor-widget-heading
  h2.elementor-heading-title {
  font-size: 32px;

  font-weight: 400;

  line-height: 40px;

  text-align: left;

  font-family: "Poppins", sans-serif;

  color: #171c17;

  position: relative;

  width: auto;

  display: inline-block;

  margin-bottom: 25px;
}


.home-product-img a,
.home-product-img a span {
  float: left;

  width: 100%;
}

.home-product-content {
  display: inline-block;
}

.home-product-content a {
  float: left;

  width: auto;
}

.home-product-content p {
  width: 100%;

  float: left;

  margin-bottom: 10px;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;
}

.home-product-outer {
  display: grid;

  grid-template-columns: 1fr 1fr 1fr;

  grid-gap: 0 30px;
}

.home-product-img {
  display: inline-block;

  float: left;

  width: 100%;
}

.home-product-img a {
  height: 0;

  padding-bottom: 62%;

  position: relative;

  width: 100%;
	overflow: hidden;
}
.home-product-img {
	border-radius: 15px;
	overflow: hidden;
}
.home-product-img a span img {
  position: absolute;
	transition: .3s all ease-in-out;
  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 15px;
}
.home-product-grid:hover .home-product-img a span img {
	transform: scale(1.08);
}
.home-product-grid h4 {
  font-family: "Poppins", sans-serif;

  font-size: 20px;

  font-weight: 500;

  line-height: 32px;

  text-align: left;

  color: #171c17;
	margin-top: 15px;

  margin-bottom: 5px;
}

.home-product-btn a {
  width: auto;

  float: left;

  position: relative;

  font-family: "Poppins", sans-serif;

  font-size: 16px;

  font-weight: 500;

  line-height: 24px;

  letter-spacing: 0.01em;

  text-align: left;

  border-radius: 50px;

  padding: 3px 12px;

  transition: 0.3s;

  -webkit-transition: 0.3s;

  color: #fff !important;

  border: 1px solid #095bab;
	background: #095bab;
}

.home-product-btn a h4 {
  color: #fff;

  font-family: "Poppins", sans-serif;

  font-size: 14px;

  font-weight: 500;

  line-height: 21px;

  text-align: left;

  margin: 0;
}

.home-product-btn a:hover {
  background: #fff;

  color: #095bab !important;
}

.home-product-btn a:hover h4 {
  color: #095bab !important;
}

/*=== End of Blog section ===*/

/*=== Why HiperBrains? ===*/

.elementor-element.home-about-left h2.elementor-heading-title {
margin: 0px 0 0px;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    color: #171717;
    position: relative;
    width: auto;
    display: inline-block;
    margin-bottom: 0;
}

.elementor-element.home-about-left img {
  height: auto;
}

.elementor-element.home-about-left ul li {
  list-style: none;

  margin-top: 0px;

  color: #222;

  font-weight: 700;

  margin-bottom: 10px;

  font-size: 16px;

  padding: 12px 10px;

  border-radius: 12px;

  border: 1px solid #000;

  display: block;

  width: 100%;

  background-color: #fff;

  font-family: "Poppins", sans-serif;
}

.elementor-element.home-about-left ul {
  padding-top: 20px;
}
ul li,  
p, 
.elementor-element.home-about-left .elementor-widget-container p, 
.elementor-element.home-about-left .elementor-widget-container {
 font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    text-align: left;
    color: #464646;
}

.elementor-element.home-about-outer {
  padding: 30px 0 0;
}
.elementor-element.home-about-outer.about-page-about {
	padding: 20px 0px 20px;
	background: #f9f9f9;
}
.home-product-grid .home-product-btn {
  float: left;

  width: 100%;

  margin-top: 5px;

  padding: 0 0px 20px;
}

.home-product-grid {
  box-shadow: 0 0 13px 6px #0000000d;

  border-radius: 10px;

  background: #fff;
}

.home-product-content {
  padding: 0 20px;
}

.elementor-element.elementor-element-64850eb.product-outer {
  margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}


.elementor-element.home-about-left
  .elementor-element-15d88e7
  .elementor-element {
  padding: 0;
}

.elementor-element.home-about-left .elementor-element-15d88e7 {
  padding: 0;
}

.elementor-element.home-about-outer .e-con-inner {
  align-items: center !important;
}

/*=== Why HiperBrains? ===*/

/*== Home-story ===*/

.elementor-element.home-story-outer h5 {
  font-family: "Poppins", sans-serif;

  font-size: 16px;

  font-weight: 500;

  line-height: 24px;

  text-align: left;

  text-transform: uppercase;

  color: #095bab;
}

.elementor-element.home-story-outer h4 {
  font-size: 32px;

  font-weight: 400;

  line-height: 38.4px;

  text-align: left;

  color: #171c17;

  font-family: "Poppins", sans-serif;
}

.elementor-element.home-story-right .elementor-widget-container {
  font-family: "Poppins", sans-serif;

  font-size: 16px;

  font-weight: 400;

  line-height: 27.2px;

  text-align: left;

  color: #464646;
}

.elementor-element.home-story-outer {
  padding: 60px 0 30px;
}


.elementor-element.home-video-outer h2 {
  text-align: center;

  color: #fff;

  font-size: 32px;

  font-weight: 400;

  line-height: initial;

  margin: 0px;
	margin-bottom: 20px;
	display: block;
}
.elementor-element.home-video-outer p {
	color: #fff;
	text-align: center;
	margin: 0px;
}

.elementor-element.home-video-outer .video_outer {
  border-radius: 15px;
}

.video_outer::before {
  position: absolute;

  content: "";

  width: 75%;

  height: 100%;

  top: 10%;

  right: 50px;

  background-color: transparent;

  border: 2px dashed #fff;

  border-radius: 40px;
}

.elementor-element.home-video-outer::before {
  position: absolute;

  content: "";

  background-image: url(../images/pattern-green.png);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  width: 100%;

  height: 100%;

  z-index: 0;
	background-attachment: fixed;

  mix-blend-mode: luminosity;
}

.home-video-outer .elementor-widget-video iframe {
  max-width: 76%;

  width: 100%;

  margin: 0 auto;
}

.elementor-element.home-banner-outer.home-cta-outer {
  padding: 50px 0 30px;
}

.home-cta-outer .elementor-element-7a56ad1 .elementor-widget-container {
  color: #fff;

  font-weight: 400;

  margin-top: 53px;
}

.elementor-element.home-banner-outer.home-cta-outer {
  padding: 50px 0 30px;
	background: linear-gradient(35deg, #012345 14.61%, #095bab 99.92%) !important;
}

/* .elementor-element.home-banner-outer.home-cta-outer::before {
  position: absolute;

  content: "";

  background-image: url(../images/pattern-green.png);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  width: 100%;

  height: 100%;

  z-index: 0;
	background-attachment: fixed;
}
 */
/*== End of Home-story ===*/

/*=== Footer section ===*/

footer.footer-outer .header-top {
  display: grid;

  grid-template-columns: 1.5fr 1fr;

  padding: 50px 80px 0;
}

.header-top-left a {
  width: 210px;

  float: left;
}

.header-top-middle ul li {
  list-style: none;
}

.header-top-middle ul li a {
  color: #171c17;

  font-family: "Poppins", sans-serif;

  font-size: 18px;

  font-weight: 400;

  line-height: 27px;

  text-align: left;

  white-space: nowrap;
}

.header-top-middle ul {
  display: flex;

  column-gap: 53px;
}

.header-top-right ul.social-icon {
  display: flex;

  justify-content: end;
}

.header-top-right ul.social-icon li {
  list-style: none;

  width: 29px;

  height: 29px;

  margin-left: 14px;
}

.header-top-right ul.social-icon li a {
  background: url("../images/fot-facebook.png");

  background-size: contain;

  background-position: left center;

  background-repeat: no-repeat;

  width: 100%;

  height: 100%;

  float: left;
}

.header-top-right ul.social-icon li a.insta {
  background: url("../images/fot-insta.png");

  background-size: contain;

  background-position: left center;

  background-repeat: no-repeat;
}

.header-top-right ul.social-icon li a.youtube {
  background: url("../images/fot-yt.png");

  background-size: contain;

  background-position: left center;

  background-repeat: no-repeat;
}

.header-top-right ul.social-icon li a.linkedin {
  background: url("../images/fot-li.png");

  background-size: contain;

  background-position: left center;

  background-repeat: no-repeat;
}

.header-bottom {
  padding: 20px 80px 0;

  display: grid;

  grid-template-columns: 1.5fr 1fr 1fr;
}

.header-bottom-left ul {
  padding: 20px 0 0;
}

.header-bottom-left ul li a {
  font-family: "Poppins", sans-serif;

  font-size: 18px;

  font-weight: 400;

  line-height: 27px;

  text-align: left;

  color: #171c17;
}

.header-bottom-right {
  grid-column: span 2;
}

ul.contact-form {
  display: flex;

  width: 100%;
}

ul.contact-form li.scasend {
  position: absolute;

  right: 16px;

  list-style: none;

  margin: 6px 0 0;
}

ul.contact-form li.scaphone {
  width: 100%;

  list-style: none;
}

ul.contact-form li.scaphone input {
  background: #f8f8f8;

  border: 0;

  border-radius: 50px;

  padding: 20px 116px 20px 36px;

  font-family: Poppins;

  font-size: 16px;

  font-weight: 400;

  line-height: 27.2px;

  color: #464646;
}

.header-bottom-left ul li {
  list-style: none;

  padding-left: 30px;

  background: url("../images/footer-mail.png");

  background-size: 23px;

  background-position: left center;

  background-repeat: no-repeat;

  margin-bottom: 15px;
}

.header-bottom-left ul li:nth-child(2) {
  background: url("../images/footer-phone.png");

  background-size: 23px;

  background-position: left center;

  background-repeat: no-repeat;
}

ul.contact-form li.scasend input.wpcf7-submit {
  background: #095bab;

  border: 0;

  color: #fff;

  font-family: Poppins;

  font-size: 18px;

  font-weight: 600;

  line-height: 24px;

  letter-spacing: 0.01em;

  padding: 15px 50px;

  border-radius: 50px;

  min-width: 190px;
}

footer.footer-outer {
  padding-bottom: 40px;

  background: #f1f1f1;
}

/*=== End of footer section ===*/

.elementor-element.home-industries .industry-title h2.elementor-heading-title {
  font-size: 32px;

  font-weight: 400;

  line-height: 40px;

  text-align: left;

  font-family: "Poppins", sans-serif;

  color: #171c17;

  position: relative;

  width: auto;

  display: inline-block;

  margin-bottom: 0;
}

.elementor-element.industry-grid .elementor-widget-heading {
  color: #095bab;

}

.elementor-element.industry-grid
  .elementor-widget-heading
  h2.elementor-heading-title {
  font-size: 20px;

  text-align: center;

  font-weight: 400;

  color: #000;

  line-height: 30px;

  width: 100%;
}
.elementor-element.industry-grid {
  gap: 0;
}
.elementor-element.home-industries {
  padding: 50px 0 50px;

}
.elementor-element.product-outer {
  margin-top: 0;
}
.elementor-element.homenew-cloud-end, 
.elementor-element.homenew-cloud-right {
	margin-top: -150px;	
}
.elementor-element.homenew-cloud-end {
	padding: 86px 52px 52px 52px;
}
.elementor-element.homenew-cloud-right-img {
	position: relative;
	z-index: 9;
}
.elementor-element.future-Technology h3 {
	font-weight: 400;
    color: #095bad;
	font-size: 22px;
	line-height: inline;
}
.elementor-element.homenew-cloud-end h3 {
	font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    color: #fff;
    position: relative;
    width: auto;
    margin: 0px;
}
.elementor-element.testimonial-outer {
  padding: 50px 0 20px;
}

.elementor-element.testimonial-outer h2.elementor-heading-title {
  font-weight: 400;

  font-size: 32px;

  color: #171c17;

  line-height: initial;

  margin: 0px 0 10px;

  font-family: "Poppins", sans-serif;

  text-align: center;

  width: 100%;
}

.elementor-element.testimonial-outer .testimonial-nav-arrow {
  display: none;
}

.elementor-element.testimonial-outer .sp-testimonial-item {
  max-width: 630px;

  width: 100%;

  padding: 20px;

  background: #fff;

  border-radius: 10px;
}

.elementor-element.testimonial-outer .sp-testimonial-item::before {
  content: "";

  width: 40px;

  height: 40px;

  position: absolute;

  top: 8px;

  right: 15px;

  background: url("../images/testimonial.webp") no-repeat left center;

  background-size: contain;

  z-index: 9;
}

.elementor-element.testimonial-outer
  .testimonial-pagination
  span.swiper-pagination-bullet-active {
  background-color: #095bab !important;
}

.elementor-element.get-started-right ul.contact-form {
  display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
}
.elementor-element.get-started-right ul.contact-form .scasend, 
.elementor-element.get-started-right ul.contact-form .tecacp {
	grid-column: 2 span;
	
}
.elementor-element.get-started-right ul.contact-form .tecacp p {
	column-gap: 10px;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 5px;
}
.elementor-element.get-started-right ul.contact-form .tecacp p a {
	color: #fff;
	text-decoration: underline;
}
.elementor-element.get-started-right ul.contact-form .tecacp ul {
	padding-left: 30px;
	height: 250px;
	overflow-y: auto;
	max-height: 250px;
	padding-right: 10px;
}

.elementor-element.get-started-right ul.contact-form .tecacp ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.elementor-element.get-started-right ul.contact-form .tecacp ul::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.elementor-element.get-started-right ul.contact-form .tecacp ul::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}
.elementor-element.get-started-right ul.contact-form .tecacp ul li {
	list-style: disc;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 5px;
}
.elementor-element.get-started-right ul.contact-form li.scasend {
  position: relative;

  right: 0;
}

.elementor-element.get-started-right ul.contact-form li input {
  width: 100%;

  border: 1px solid #cfcdcd !important;

  margin-bottom: 0px !important;

  padding: 10px !important;

  border-radius: 4px !important;

  font-family: "poppins", sans-serif;

  font-size: 15px;
	background: #fff;
	color: #095bab;
}
.elementor-element.home-about-left {
	min-height: auto;
}
.elementor-element.get-started-right ul.contact-form li {
  list-style: none;
	margin-bottom: 15px;
}
.card-content {
	margin-bottom: 20px;
}
.elementor-element.get-started-right
  ul.contact-form
  .scaphone
  input.wpcf7-phonetext {
  padding: 10px 10px 10px 80px !important;
}
.elementor-element.contact-page-right {
	max-width: 770px;
	width: 100%;
	margin: 0 auto;
}
.elementor-element.get-started-right {
  padding: 15px 25px 0 25px !important;

  background: #095bab;

  border-top: 5px solid #095bab;

  gap: 0 !important;
}
.contact-page-right h2 {
	color: #fff;
	text-align: center;
	padding: 45px 25px 0px;
	font-size: 25px;
}

.elementor-element.get-started-left h2 {
  font-weight: 400;

  font-size: 32px;

  color: #171c17;

  line-height: initial;

  margin: 0px 0 20px;

  font-family: "Poppins", sans-serif;
}

.elementor-element.get-started-left {
  padding-right: 25px;
}

.elementor-element.get-started-left h4 {
  color: #171c17;
}

.elementor-element.get-started-right
  ul.contact-form
  li.scasend.btn-style-one
  input {
  max-width: 200px;

  border-radius: 50px !important;

  margin: 0 auto;

  display: table;
}

ul.home-contact-icon li {
  list-style: none;

  padding-left: 30px;

  position: relative;

  margin-bottom: 10px;
}

ul.home-contact-icon li::before {
  content: "";

  width: 18px;

  height: 18px;

  position: absolute;

  top: 1px;

  left: 0;

  background: url("../images/location-pin.png") no-repeat left center;

  background-size: contain;

  z-index: 9;
}

ul.home-contact-icon li:nth-child(2)::before {
  content: "";

  width: 18px;

  height: 17px;

  position: absolute;

  top: 3px;

  left: 0;

  background: url("../images/email.png") no-repeat left center;

  background-size: contain;

  z-index: 9;
}

.elementor-element.get-started-outer {
  padding: 70px 0;
}

.elementor-element.get-started-left .e-n-tabs-mobile .elementor-element {
  padding: 0;
}

.lf-tech-outer {
  padding: 50px 0 0;
}

.lf-tech-outer .e-con-inner h2.elementor-heading-title {
  font-size: 32px;

  font-weight: 400;

  line-height: 40px;

  text-align: left;

  font-family: "Poppins", sans-serif;

  color: #171c17;

  position: relative;

  width: auto;

  display: inline-block;

  margin-bottom: 0;
}

.elementor-element.lf-benefits h2.elementor-heading-title,
.elementor-element.job-opening-section h2.elementor-heading-title {
  font-size: 32px;

  font-weight: 400;

  line-height: 40px;

  text-align: left;

  font-family: "Poppins", sans-serif;

  color: #171c17;

  position: relative;

  width: auto;

  margin: 0 auto;

  display: table;
}

/* .elementor-element.lf-benefits h2.elementor-heading-title::before,

.elementor-element.job-opening-section h2.elementor-heading-title::before {

    content: '';

    position: absolute;

    width: 100px;

    height: 3px;

    background: #095bab;

    top: 25px;

    right: -120px;

} */

.elementor-element.why-working-section {
  background: #f1f1f1;

  padding: 50px 15px 50px;

  margin: 30px 0 0;
}

.elementor-element.lf-benefits ul li {
  list-style: none;

  margin-top: 0px;

  color: #222;

  font-weight: 700;

  margin-bottom: 10px;

  font-size: 16px;

  padding: 12px 10px;

  border-radius: 12px;

  border: 1px solid #171c17;

  display: block;

  width: auto;

  background-color: #fff;

  font-family: "Poppins", sans-serif;

  float: left;

  margin-right: 10px;
}

.elementor-element.why-working-section h2.elementor-heading-title,
body h2 {
  font-size: 32px;

  font-weight: 400;

  line-height: 40px;

  text-align: left;

  font-family: "Poppins", sans-serif;

  color: #171c17;

  position: relative;

  width: auto;
	margin: 0px;
}
.elementor-element.why-working-section.title_white h2.elementor-heading-title {
	color: #fff;
}
.elementor-element.why-working-section span.swiper-pagination-bullet {
  width: 10px;

  height: 10px;
}

.elementor-element.job-opening-section {
  padding: 50px 15px 30px;
}

.elementor-element.job-opening-section h2.elementor-heading-title {
  margin-bottom: 10px;
}

.elementor-element.job-opening-section div.awsm-grid-item a.awsm-job-item {
  background: #fff;

  border-radius: 26px;

  border: 1px solid #707070;

  margin-bottom: 30px;

  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);

  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;
}
@media (min-width: 767px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item.mega-current-menu-parent > a.mega-menu-link, 
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-menu-item.mega-current-menu-item.mega-page_item a.mega-menu-link
	{
		color: #095bad !important;
	}
}
.about_grid {
	display: grid !important;
}
.elementor-element.job-opening-section
  div.awsm-grid-item
  a.awsm-job-item:hover {
  box-shadow: 6px 10px #095bad;

  background: transparent;
}

.elementor-element.job-opening-section
  div.awsm-grid-item:hover
  h2.awsm-job-post-title {
  color: #0959a9 !important;
}

.elementor-element.job-opening-section
  div.awsm-grid-item
  h2.awsm-job-post-title {
  font-size: 18px;

  font-weight: 600;

  line-height: 48px;

  text-align: left;

  font-family: "Poppins", sans-serif;

  color: #171c17;

  position: relative;

  width: auto;

  display: inline-block;

  margin-bottom: 0;
}

.elementor-element.lf-benefits ul {
  display: flex;

  flex-wrap: wrap;

  justify-content: center;
}

.elementor-element.job-opening-section span.awsm-job-more {
  color: #095bad;

  margin: 10px 0 0;

  display: inline-block;
}

/*=== industry page ===*/
.subbaner-outer {
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  background-position: top;
}
.sub-banner-title h2 {
  width: 100%;
  color: #fff;
  font-size: 40px;
  margin-bottom: 10px;
}
.sub-banner-title {
  padding: 50px 0;
}
.industry-img-outer .e-con-inner {
  /* border-bottom: 1px solid #000; */
  padding: 50px 0 !important;
}
.industry-rightimg-design .e-con-inner, 
.industry-leftimg-design .e-con-inner {
  border-bottom: 1px solid #171c17;
}
.bredcrum-outer {
  background-color: #ececec;
  padding: 5px 0px;
}
.industry-leftimg-design .industry-left img {
  height: 250px;
  object-fit: cover;
  width: 100%;
  border-radius: 15px;
  margin-right: 10px;
}
.industry-rightimg-design .industry-right img {
  height: 250px;
  object-fit: cover;
  width: 100%;
  border-radius: 15px;
}
.industry-rightimg-design .industry-left h2, 
.industry-leftimg-design .industry-right h2 {
  font-size: 32px;
  color: #171c17;
	font-weight: 400;
}

.industry-rightimg-design .industry-left {
  margin-right: 10px;
}
/* .industry-leftimg-design {
  padding: 50px 0;
}
.industry-rightimg-design {
  padding: 50px 0;
} */
/* .industry-img-outer > .e-con-inner:last-child {
  border-bottom: none;
} */
.industry-leftimg-design .industry-right .elementor-button {
  width: auto;
  float: left;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  border-radius: 50px;
  padding: 12px 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  color: #095bad;
  border: 1px solid #095bad;
  background-color: transparent;
  transition: 0.3s ease;
}
.industry-rightimg-design .industry-left .elementor-button {
  width: auto;
  float: left;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  border-radius: 50px;
  padding: 12px 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  color: #095bab;
  border: 1px solid #095bab;
  background-color: transparent;
}

/*=== product hiperbrains ===*/
.hp-what-outer .hp-what-left h2 {
  margin-bottom: 20px;
  font-size: 32px;
  color: #171c17;
  font-weight: 400;
}
.hp-what-outer {
  padding: 50px 0;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.hp-what-outer .hp-what-right ul {
  list-style-type: none;
}
.hp-what-outer .hp-what-right ul li {
  margin: 15px 0;
}
.hp-what-outer ul li span {
  font-size: 25px;
}
.hp-what-outer .hp-what-right ul li {
  margin: 15px 0;
  display: flex;
  gap: 20px;
}
.hp-what-outer .hp-what-right ul li p {
  font-weight: 400;
  line-height: 2rem;
}
.hp-what-outer .hp-what-right ul li p strong {
  color: #171c17;
}
.hp-what-outer .hp-what-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.why-hb-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
  /* background-color: #f7f7f7; */
  background-color: #f1f1f1;
}

.why-hb-outer h2.elementor-heading-title {
  color: #171c17;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
	margin: 0px;
}

.why-hb-outer .why-hb-grid {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.why-hb-outer .why-hb-grid-outer {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-hb-outer .why-hb-grid-outer:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.why-hb-outer .why-hb-grid-outer img {
  width: 64px;
  height: 64px;
  margin-bottom: 15px;
}

.why-hb-outer .why-hb-grid-outer h2 {
  font-size: 18px;
  color: #222;
  margin-bottom: 10px;
  font-weight: 400;
	line-height: normal;
	text-align: center;
}

.why-hb-outer .why-hb-grid-outer p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}
.hb-work-outer {
  padding: 50px 0;
}
.hb-work-outer h2.elementor-heading-title {
  color: #171c17;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
}
.hb-work-outer .hb-work-left img {
  border-radius: 10px;
  width: 100%;
  position: relative;
  z-index: 99; 
	height: 360px;
	object-fit: cover;
}
.hb-work-outer .hb-work-left .elementor-widget-container {
  position: relative;
}
.hb-work-outer .hb-work-left .elementor-widget-container img::after {
  content: "";
  width: 100%;
  background: #171c17;
  height: 200px;
  float: left;
  position: absolute;
  left: 0;
  bottom: -40px;
  border-radius: 20px;
  background: rgba(77, 185, 97, 0.1);
}
.hb-work-right h3.elementor-icon-box-title {
  font-size: 1.25rem;
  color: #222;
  margin-bottom: 10px;
  font-weight: 600;
}
.hb-work-right span.elementor-icon {
  background-color: #095bab !important;
  width: 75px;
  height: 75px;
  border-radius: 50px;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  position: relative;
  z-index: 99;
  border: 11px solid #f1f1f1;
}
.hb-work-right span.elementor-icon:nth-of-type(1)::before {
  content: "1";
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hb-work-right span.elementor-icon:nth-of-type(2)::before {
  content: "2";
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hb-work-right span.elementor-icon:nth-of-type(3)::before {
  content: "3";
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hb-work-right span.elementor-icon:nth-of-type(4)::before {
  content: "4";
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hb-work-right span.elementor-icon::after {
  content: "";
  width: 1px;
  position: absolute;
  background: #095bab;
  top: 52px;
  height: 100px;
  left: 50%;
}
.product-faq-outer {
  padding: 50px 0;
}
.product-faq-outer .product-faq-left h2.elementor-heading-title {
  color: #171c17;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
}
.product-faq-outer .product-faq-right img {
  border-radius: 10px;
}
.product-faq-left summary.e-n-accordion-item-title {
  border: 2px solid #171c17;
  border-radius: 1.6rem;
  margin-bottom: 2.4rem;
  padding: 1.2rem 2.2rem 1.2rem 2.2rem;
}
.product-faq-left .elementor-element .e-con-full.e-flex.e-con.e-child {
  background-color: #f2faf2;
  border: 2px solid transparent;
  margin-bottom: 2.4rem;
  border-radius: 1.6rem;
}
.product-faq-left {
  margin-right: 40px;
}
.elementor-element.hb-work-right .elementor-view-stacked:last-child span.elementor-icon::after {
	display: none;
}
.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover, 
.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true], .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
	background-color: #095bab !important;
}

.flexslider .slides li {
    position: relative;
}

.metaslider .caption-wrap {
    max-width: 50%;
    position: absolute;
    opacity: 1 !important;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: transparent !important;
    max-height: 100%;
    bottom: auto !important;
    left: 6% !important;
}

.metaslider .caption-wrap h1 {
    font-size: 45px;
    position: relative;
    color: #273272;
    margin-bottom: 20px;
}

.metaslider .caption-wrap h1::before {
    position: absolute;
    content: '';
    width: 20%;
    height: 7px;
    background-color: #273272;
    top: -20px;
    display: none;
}

.metaslider .caption-wrap a.banner-button {
    color: #fff;
    border-color: #f37321;
    background-color: #f37321;
    padding: 15px 25px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    border-radius: 5px;
    letter-spacing: 1px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    display: inline-block;
    margin-top: 10px;
}

.metaslider .caption-wrap a.banner-button:hover {
    border-color: #273272;
    background-color: #273272;
}


section.home-banner-outer .caption h2 {
    margin-bottom: 30px;
    color: #fff;
}

section.home-banner-outer .elementor-widget-wrap {
    padding: 0px !important;
}
.slider-outer .caption h2 {
	font-size: 50px;
    font-weight: 400;
    color: #fff;
    line-height: initial;
    letter-spacing: 1px;
    margin: 0px 0 15px;
    width: auto;
    text-align: initial;
	position: relative;
}
.slider-outer .caption h2::before {
	content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background: #fff;
    top: 25px;
    right: -120px;
}
.slider-outer .caption p {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    line-height: initial;
    margin: 0px;
}

.elementor-element.contact-page-left img {
	width: 50px;
}
.Technology-p p {
	margin-bottom: 0px;
}
.elementor-element.about_us_what_we_do_section h2.elementor-heading-title {
	font-weight: 400;
    font-size: 32px;
    color: #171c17;
    line-height: initial;
    margin: 0px 0 0px;
}
.elementor-element.about-cta .elementor-element.about-cta-content {
	background-color: rgb(0 0 0 / 60%);
	padding: 80px;
}
.elementor-element.about-cta .elementor-element.about-cta-content h2.elementor-heading-title {
	font-weight: 400;
    font-size: 32px;
    color: #fff;
    line-height: initial;
    margin: 0px 0 0px;
}
.elementor-element.about-cta .elementor-element.about-cta-content p {
	color: #fff;
}
.elementor-element.about-cta .elementor-element.about-cta-content a.elementor-button {
	width: auto;
    height: auto;
    padding: 12px 20px 12px 20px;
    border-radius: 50px;
    display: inline-block;
    color: #fff !important;
	background: #095bab;
    border: 1px solid #095bab;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.elementor-element.about-cta .elementor-element.about-cta-content a.elementor-button:hover {
	 color: #095bab !important;
	background: #fff;
}
.elementor-section.about-page-title  {
	padding: 50px 0px 20px;
}
.elementor-section.about-page-title h2.elementor-heading-title {
	margin: 0px 0 0px;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    color: #171c17;
    position: relative;
    width: auto;
    display: inline-block;
    margin-bottom: 0;
}
.elementor-element.why_choose_left_outer {
	backdrop-filter: blur(14px) brightness(0.92);
    -webkit-backdrop-filter: blur(14px) brightness(0.92);
}
.elementor-element.bfsi-done-right {
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    
	height: 100%;
	background-color: #fbfbfb;
    width: 100%;
    box-shadow: 0px 1px 1px 0px #e2e2e2;
    border-radius: 10px;
	transform: none; 
	will-change: transform;
}
.elementor-element.bfsi-done-right:hover {
	transform: translatey(-10px); 
	will-change: transform;
}
.elementor-element.innovation_div_outer h2.elementor-heading-title,  
.elementor-element.Why_Partner  h2.elementor-heading-title {
	font-weight: 400;
    font-size: 32px;
    color: #171c17;
    line-height: 38px;
    margin: 0px 0 0px;
}
.elementor-element.why_partner_box {
	margin: 0px 0px 0px 0px;
    padding: 030px 030px 030px 030px;
	border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #000000;
    border-radius: 020px 020px 020px 020px;
}
.elementor-element.why_partner_box p {
	color: #171c17;
}
.elementor-element.why_partner_box h3 {
	color: #000;
	font-weight: 400;
	font-size: 22px;
}
.elementor-element.why_partner_box:hover {
	background-color: #095aae;
}
.elementor-element.why_partner_box:hover h3, 
.elementor-element.why_partner_box:hover p {
	color: #fff;
}
.elementor-section.about-page-img .elementor-element.about-page-left-one img, 
.elementor-section.about-page-img .elementor-element.about-page-left-two img, 
.elementor-section.about-page-img .elementor-element.about-page-right-three img {
	border-radius: 15px;
}
.elementor-element.revolutionizing_box {
	margin: 0px 0px 0px 0px;
    padding: 030px 030px 030px 030px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #000000;
    border-radius: 020px 020px 020px 020px;
}
.elementor-element.revolutionizing_box ul {
	padding-left: 15px;
}
.elementor-element.revolutionizing_box h4 {
	font-weight:400;
	margin: 0px;
	color: #171c17;
	padding-bottom: 18px;
}
.elementor-element.revolutionizing_box.blue_bg ul li, 
.elementor-element.revolutionizing_box.blue_bg p, 
.elementor-element.revolutionizing_box.blue_bg h4, 
.elementor-element.revolutionizing_box ul li, 
.elementor-element.revolutionizing_box p, 
.elementor-element.revolutionizing_box h4 {
	color: #fff;
}
.elementor-element.revolutionizing_box.blue_bg, 
.elementor-element.revolutionizing_box {
	background: #095aae;
}
.elementor-element.about-whatwe-do {
	padding
}
.about_us_what_we_do_section .elementor-icon-box-title span {
	font-size: 22px;
	font-weight: 400;
}
.about_us_what_we_do_section h3.elementor-icon-box-title  {
	padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}
.elementor-element.home-logo-img .rc-carousel {
	margin-top: 0px;
}
.elementor-element.bfsi-done-right p {
	color: #333;
}
.elementor-element.bfsi-done-right h3.elementor-icon-box-title {
	margin-top: 0px;
}
.elementor-element.bfsi-done-right h3.elementor-icon-box-title span {
	font-size: 22px;
	font-weight: 400;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li > a.mega-menu-link:hover {
	color: #fff !important;
	background: #095bad !important;
}
.elementor-element.contact-page-right h4 {
	font-weight: 400;
	margin: 0px;
}
.flex-control-nav {
	display: none !important;
}
.elementor-element.home-video-outer {
	background: #095BAB;
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
.row {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
	display: flex;
    flex-wrap: wrap;

}
.container {
    padding-left: 15px;
    padding-right: 15px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.home-blog-outer {
    padding: 60px 0px;
    background-attachment: fixed;
    background-size: cover;
}

.element-item {
	padding: 0px 15px;
}
.element-list{position:relative;}
.element-list .blog_content > a {
	background: #095bad;
    color: white;
    text-decoration: none;
    padding: 6px 14px 6px 14px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
}
.element-list .blog_content > a:hover {
	color: #095bad;
	background: #fff;
}
.element-list .blog_content h3 {
	margin: 0px;
	margin-bottom: 10px;
	line-height: 25px;
}
.element-list .blog_content{position: absolute;
    right: 0px;
    left: 0px; background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); bottom:0; border-bottom-left-radius:25px; border-bottom-right-radius:25px; padding: 25px; padding-bottom:40px;}
.latest-blog-outer .blog_content p{color:#fff;} 
.latest-blog-outer .search-form .search-field{height:50px}
.latest-blog-outer .search-form .search-submit{height:50px; line-height:7px; border:none!important;}
.latest-blog-outer .search-form .search-submit:hover{color:#fff!important; border:none!important;}
.latest-blog-outer h2{font-size:35px; text-align: center; font-weight: 600;}
.latest-blog-outer .home-blog-content p{width:100%; color:#666!important}
.element-list .home-blog-content p{ width:100%; color:#fff!important}
.latest-blog-outer .home-blog-content h3 a{background:none;font-size:20px; padding-left:0px; font-weight:700; color: #fff;}
.latest-blog-outer .blog_img img{width:100%}
.latest-blog-outer .news-item{margin-top:20px;}
.latest-blog-outer .blog-category h2, .latest-blog-outer .blog-tags h2, .latest-blog-outer .blog-search h3{font-size:25px; position: relative;}
.latest-blog-outer .blog-category h2::after, .latest-blog-outer .blog-search h3::after, .latest-blog-outer .blog-tags h2::after{content: "";
  width: 17%;
  height: 5px;
  background: #095bad;
  position: absolute;
  bottom: -10px;
  left: 0;}
.latest-blog-outer .blog-options p{border:1px solid #ccc; border-radius:25px; padding:5px 15px; 
	margin:5px;}
.latest-blog-outer .blog-options p a{font-size:14px;}
.latest-blog-outer .blog-options p:hover{background:#095bad; border:1px solid #095bad;}
.latest-blog-outer .blog-options p:hover a{color:#fff;}
.latest-blog-outer .blog-options{display:flex; flex-flow:wrap}
.latest-blog-outer .blog-search{margin-top:30px;}
.latest-blog-outer .blog-search h2 {
  font-size: 25px;
  position: relative;
}
.blog-search .search-form .search-submit{background:#095bad!important;}
.blog-search .search-form .search-field{border:1px solid #ccc!important;}
.blog-search .search-form label{display:none;}
.blog-search li{list-style-type:none}
.home-blog-outer{padding:60px 0px; background-attachment:fixed;background-size:cover}
.home-blog-outer .blFilter .pagination .current{ background:#ccc; border-radius:50%; padding:3px; margin-right:10px; width:38px; text-align:center; font-size:18px}
.home-blog-outer .blFilter .pagination a.page-numbers{ background:#095bad; border-radius:50%; padding:3px; margin-right:10px; width:38px;text-align:center; line-height:30px; color:#fff;  font-size:18px}
.home-blog-outer .blFilter .pagination a.next, .home-blog-outer .blFilter .pagination a.prev{font-size:25px;}
.events_outer{background:#f6f6f6;}
.events_outer .event-list{display:flex; margin-bottom:40px; width:100%}
.events_outer .event-list .events_content{padding: 20px 40px;
background: #fff; width:75%;transition: all .2s ease; box-shadow:4px 3px 5px #ccc; border-top-right-radius:10px; border-bottom-right-radius:10px;}
.events_outer .event-list .events_content:hover{ transition: all .2s ease; box-shadow:none}
.events_outer .events_content .event_author, .events_outer .events_content .event_location, .events_outer .events_content .event_booth{margin-bottom:15px; color:#333; font-weight:normal;}
.events_outer .events_content i{ color:#fff; font-size:15px!important; width:32px; text-align:center; background:#095bad; border-radius:50%; padding:8px;}
.events_outer .events_content .event_content_hover{margin-bottom:30px;}
.events_outer .events_content h3{font-size:21px;}
.events_outer .events_content p{font-size:18px; line-height:28px!important;margin-top:15px;}
.events_outer .events_content .event_location{font-size:18px;}
.events_outer .events_img{width:25%; background:#d9d9d9;}
.events_outer .events_img img{width:100%; height:100%; object-fit: cover;}
.events_outer .events_content .events_readmore{background:#095bad; color:#fff; padding:10px; margin-top:20px; float:right; border-radius:5px;}
.events_outer h2{margin-top:30px; font-weight: 600;}
.pressrelease section{margin-top:10px!important;}
.pressrelease {
    padding: 50px 0px 29px 0px;
    float: left;
    width: 100%;
    background: #f6f6f6;
	margin-top:0px!important;
}
.pressrelaese-tile {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #ddf0ff;
    margin-bottom: 28px!important;
}
.pressrelease img {
    width: 100%;
    border-radius: 6px;
}
.presRead {
    padding: 8px 20px 8px 20px;
    color: #095bad !important;
    font-size: 15px;
    background: none;
    border-radius: 25px;
    font-weight: 500;
    border: 1px solid #095bad;
	display: inline-block;
}
.press-info {
    background: white;
    padding: 28px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #ddf0ff;
    margin-bottom: 18px;
}
.press-info p {
    color: #333;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 25px;
}
.press-info span {
    color: #1296ff;
}
.sharebutton {
    float: left;
    font-size: 20px;
    padding-left: 13px;
    padding-right: 13px;
    line-height: 40px;
    margin-right: 6px;
}
.sharebutton a {
    color: white !important;
}
.facebook_share {
    background-color: #516eab;
}
.twitter_share {
    background-color: #29c5f6;
}
.linkedin_share {
    background-color: #0077b5;
}
.googleplus_share {
    background-color: #db4a39;
}
.whatsapp_share{background-color: #db4a39;}
.sharelabel {
    margin-bottom: 10px;
    font-size: 15px;
    font-family: 'Poppins',sans-serif;
}
.owl-nav{margin:20px auto; text-align:center}
.owl-nav button{background:none!important;}
.owl-nav .owl-next span, .owl-nav .owl-prev span {
    border: none!important;
    background: #095bad;
    color: #fff;
    /* padding: 5px; */
    margin: 0px 8px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: block;
    font-size: 29px;
    line-height: 22px;
}
.blog-page-title {
	padding: 0px 15px;
	width: 100%;
	text-align: center;
}
.blog-page-title-main {
	width: 100%;
}
.events_outer {
	padding:30px 0px;
}
.pressrelaese-tile .row {
	flex-wrap: nowrap;
	gap: 20px;
}
.pressrelaese-tile .row .img-div img {
	width: 170px;
	min-width: 170px;
	height: 170px;
	object-fit: contain;
}
.latest-blog-outer .element-list {
	border-radius: 30px;
	overflow: hidden;
}
.latest-blog-outer .blog_img a {
	display: block;
}
.elementor-element.privacy-policy-outer {
	padding: 40px 15px;
}
.elementor-element.privacy-policy-outer h5 {
	border-bottom-left-radius: 19px;
    border-top-left-radius: 19px;
    margin: 20px 0px;
    font-size: 20px !important;
    font-weight: 500 !important;
    padding-bottom: 10px;
    color: #000000;
    background: #e5f7ff;
    line-height: 20px;
    padding-top: 10px;
    padding-left: 17px;
    border-left: 7px solid #095bad;
    width: 100%;
}


/* scadea blog page===================================================== */

.single_list_content a{color:#095bad; font-weight:bold;}
.single_title h4 {
    font-size: 36px;
    margin-bottom: 25px;
}
.single_title p, .single_title a {
    color: #0a93d3;
}
.single_list_content h2 {
    border-bottom-left-radius: 19px;
    border-top-left-radius: 19px;
    margin: 20px 0px;
    font-size: 20px!important;
    font-weight: 500!important;
    padding-bottom: 10px;
    color: #000000;
    background: #e5f7ff;
    line-height: 20px;
    padding-top: 10px;
    padding-left: 17px;
    border-left: 7px solid #095bad;
	width: 100%;
}
.single_list_content p {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 24px;
   
}
.single_list_content ul li{font-size:16px;}
.single_author_info {
    border-top: 1px solid #cdcdcd;
    padding-top: 20px;
	display: none;
}
.single_author_left {
    float: left;
    width: 5%;
	
}
.single_author_left img {
    width: 100%;
}
.single_author_right {
    float: right;
    width: 93%;
}
.single_author_right h3 {
    border: none !important;
    padding-left: 0 !important;
    text-transform: capitalize !important;
    margin-bottom: 2px !important;
}
.single_author_info h3 {
    margin-bottom: 25px;
    border-left: 4px solid #095bad;
    padding-left: 10px;
    font-family: 'poppins',sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: gray;
    font-size: 20px;
}
.back_btn_singleblog {
    position: fixed;
    left: 0;
    bottom: 75px;
    background: #095bad;
    padding: 10px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.back_btn_singleblog a {
    color: white;
}
.single_author_right h3 a {
    color: #095bad !important;
}
.single_author_right h3 {
    border: none !important;
    padding-left: 0 !important;
    text-transform: capitalize !important;
    margin-bottom: 2px !important;
}
.single_title p, .single_title a {
    color: #095bad;
}
.single_blog_right {
	display: none;
}
.single_blog_right .search-form .search-submit {
    background: #095bad!important;
}
.single_blog_right .search-form .search-submit {
    height: 50px;
    line-height: 7px;
    border: none!important;
}
.single_blog_right .widget_search h3{margin-bottom:0px;}
.single_blog_right .widget_search {
    margin: 12px 0px 30px 0px;
    list-style: none;
    box-shadow: 0 0 31px 0 rgb(207 228 237);
    padding: 20px;
    position: relative;
}
.single_blog_right .widget_search .search-field {
    border: 1px solid #ccc!important;
	outline:0!important;
	width:100%;
}
.socialshare {
    margin-top: 16px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
	display: none;
}
.sharelabel {
    margin-bottom: 10px;
    font-size: 15px;
    font-family: 'Poppins',sans-serif;
}
.blog_single_outer {
    clear: both;
}
.single_blog_left {
    padding: 45px 0px 50px 0px;
}


@media screen and (min-width: 1401px) and (max-width: 1750px){
.three-icon__single {
  padding: 48px 50px 47px!important;
}
}

.elementor-section.subbaner-outer {
  background: #095bab;
  position: relative;
}

.elementor-section.subbaner-outer .subbanner-left h2 {

    font-size: 20px !important;
    text-transform: capitalize;
    color: #fff;
    line-height: inherit;
    font-weight: 200;
}
.elementor-section.subbaner-outer .subbanner-left p {
  font-size: 30px;
  font-weight: 400 !important;
  margin-top: 0;
  color: #fff !important;
  line-height: initial;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 10px;
    line-height: 22px;
}
.error-page {
	padding-top: 30px;
	padding-bottom: 50px;
}
.error-page a {
	padding: 8px 20px 8px 20px;
    color: #095bad !important;
    font-size: 15px;
    background: none;
    border-radius: 25px;
    font-weight: 500;
    border: 1px solid #095bad;
}
.latest-blog-outer .blog_img img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}
.footer-outer .widget.widget_nav_menu{
	list-style: none;
}
.custom-subbaner-outer {
	background: #095bab;
    position: relative;
	padding: 30px 15px;
	min-height: 300px;
	height: 100%;
	height: 100%;
    display: flex;
    align-items: center;
}
.custom-subbaner-outer::before {
	position: absolute;
	content: '';
	background-image: url(../images/pattern-green.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	left: 0px;
}
.custom-subbaner-outer h2 {
	font-size: 20px !important;
    text-transform: capitalize;
    color: #fff;
    line-height: inherit;
    font-weight: 200;
}
.custom-subbaner-outer p {
	font-size: 30px;
    font-weight: 400 !important;
    margin-top: 0;
    color: #fff !important;
    line-height: initial;
}
.mega-contact-class.contact-class {
    display: none !important;
}


/* ====================== scadea CaseStudy page css=============================== */
.custom-case-study-outer .row {
	
}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
.custom-case-study-outer .row .col-md-6 {
padding: 0px 15px;
	margin-bottom: 30px;	
}
.custom-case-study-outer{padding-top:0px}
.custom-case-study-outer .blog_img img{max-width:100%;}
.custom-case-study-outer .news-item{margin-bottom:0px;float:left; border:1px solid #eee; min-height:330px; border-bottom-left-radius:5px; border-bottom-right-radius:5px; box-shadow:5px 1px 57px #c7e5f2}
.custom-case-study-outer .element-list{position:static}
.custom-case-study-outer .home-blog-content{position:static}
.custom-case-study-outer .element-list  .blog_content{background:none;}
.custom-case-study-outer .home-blog-content{padding:0px 0px 0px 10px}
.custom-case-study-outer .home-blog-content a{background:none; color:#666;padding:10px;  float:left; border-radius: 0px; text-align:left; font-size: 15px;
font-weight: 400;}
.custom-case-study-outer .home-blog-content a:nth-child(n+2){padding:5px 12px 4px 10px; border-radius: 30px; background: #095bad; color: #fff; border:0px}
.custom-case-study-outer .home-blog-content a:nth-child(n+2):hover{background:#fff; color:#095bad; border:1px solid #095bad}
.custom-case-study-outer .element-list .home-blog-content p{display:none}
.contact-page__form .scasend:hover input{color:#095bad!important}
.custom-case-study-outer .home-blog-content h3{min-height:100px}

.home-blog-outer.custom-case-study-outer {
	padding: 60px 0px 0px;
}
.custom-case-study-outer .home-blog-content {
    padding: 0px 0px 0px 10px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.elementor-element.industries_box {
	border: 1px solid #ddd;
	padding: 25px;
	transition: .2s ease-in-out all;
	-webkit-transition: .2s ease-in-out all;
}
.elementor-element.industries_box:hover {
	background-color: #fff;
}
.elementor-element.industries_box img {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	object-fit: contain;
	transition: .2s ease-in-out all;
	-webkit-transition: .2s ease-in-out all;
}
.elementor-element.industries_box:hover img {
	transform: scale(1.1);
}
.elementor-element.contact_us_address_outer .contact_us_address_tittle h2 {
	position: relative;
	width: auto;
	display: table;
}
.elementor-element.contact_us_address_outer .contact_us_address_tittle h2::before {
	content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: #095bab;
    top: 25px;
    right: -75px;
}
.elementor-element.contact-grid {
	position: relative;
    display: block;
    padding: 32px 19px 30px;
    box-shadow: 0 0 20px 0 #ddf0ff;
    border-radius: 13px;
    background: white;
}
.elementor-element.contact-grid h2 {
	font-size: 22px;
    line-height: inherit;
    margin-bottom: 15px;
	margin-top: 0px;
}
.elementor-element.contact-grid p {
	font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    text-align: left;
    color: #464646;
	margin-bottom: 0px;
}
.elementor-element.contact_us_address_tittle h2 {
	margin: 0px;
}
.home-product-outer.blog-page-outer {
	display: block;
	margin: 0px;
	padding: 70px 0px;
}
.home-product-outer.blog-page-outer .row{
	width: 100%;
    max-width: 100%;
    display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}
.home-product-outer.blog-page-outer .row .pagination {
	grid-column: 3 span;
}
.pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.pagination .page-numbers {
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	display: flex;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
}
.pagination .page-numbers:hover, 
.pagination .page-numbers.current  {
background: #095bab;	
}
.leadership-outer {
	padding: 70px 0px;
}
.leadership-outer .leadership-content h3 {
	font-size: 20px;
    font-weight: 400;
    line-height: initial;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #095bab;
    position: relative;
    width: auto;
    display: inline-block;
    margin-bottom: 0;
}
.leadership-outer .leadership-content p {
	text-align: center;
}
.mfp-close-btn-in .mfp-close {
	background: #095bab !important;
	color: #fff !important;
	opacity: 1 !important;
}
.elementor-element.client-page-grid {
	padding: 20px;
    border: 1px solid #eee;
    margin: 0px 10px;
    box-shadow: 0px 0px 22px -2px rgb(136 136 136 / 25%);
    transition: transform 0.5s;
    text-align: center;
}
.elementor-element.client-page-grid:hover {
	transform: scale(1.08);
    transition: transform 1s;
}
.elementor-element.our-clientpage-outer {
	padding: 50px 0px 0px;
}
.inline-popup {
    position: relative;
    background: #FFF;
    padding: 60px !important;
    width: auto;
    max-width: 800px !important;
    margin: 20px auto;
    gap: 30px;
}
.inline-popup .popup-left {
	float: left;
	margin-right: 20px;
}
.inline-popup .popup-left img {
	width: 205px;
	height: 205px;
	object-fit: cover;
	border-radius: 500px;
}
.inline-popup .popup-left h3 {
	color: #095bab;
	text-align: center;
	margin-bottom: 0px;
}
.inline-popup .popup-left p {
	text-align: center;
}
.leadership-item .leadership-content {
	padding: 20px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 22px -2px rgb(136 136 136 / 25%);
    transition: transform 0.5s;
    text-align: center;
	border-radius: 20px;
}
.leadership-item .leadership-content .fa {
	font-size: 25px;
	color: #0a5cab;
}
.leadership-item .leadership-content .popup-img img {
	width: 250px;
	height: 250px;
	border-radius: 300px;
	object-fit: cover;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	background: #e3e3e3;
}
.leadership-item .leadership-content:hover .popup-img img {
	transform: scale(1.05);
}
.elementor-element.industry-left ul, 
.elementor-element.industry-right ul {
	padding-left: 15px;
}
.elementor-element.industry-left .elementor-widget-container p:last-child, 
.elementor-element.industry-right .elementor-widget-container p:last-child {
	margin-bottom: 0px !important;
}
.leadership-outer .row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
}
.elementor-element.industry-right b,
.elementor-element.industry-left b  {
	font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #0e5ead;
}
.leadership-outer .row .col-lg-3.col-md-6 {
	width: 100%;
}

#colophon{
    background: #0a5cab;
    width: 100%;
    float: left;
    max-width: 100%;
	padding: 0px;
}
.footer_outer {
	padding: 40px 0px;
}
.footer_outer .row {
	gap: 30px;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
}
#colophon .footer_common p{
	color: #fff;
}
#colophon .footer_common .widget h2.wp-block-heading {
	font-size: 20px; 
	color: #fff;
}
#colophon .footer_common .widget_media_image {
	padding-bottom: 30px;
}
#colophon .footer_common h3{
    color: white;
    font-weight: 500;
    font-size: 22px;
	position: relative;
	
	display: inline-block;
}
.footer_common .textwidget li,.footer_common  li a{
    color: #fff !important;
    font-size: 15px;
    font-family: 'Poppins', sans-serif !important;
    text-decoration: none;
	text-align: left;
}
.widget_media_image::marker{
    font-size: 0;
}
#media_image-2 img{
    width: 48% !important;
    margin-top: 20px;
}
.footer-bottom{
    text-align: center;
    margin: 0 !important;
    background: black;
}
.footer-bottom p{
    margin-bottom: 0;
    color: #B4B1B1;
    padding: 8px 0px 8px 0px;
}
.footer-bottom .row {
	justify-content: center;
}
.key_recognitions_right img{
    width: 100%;
}
.our-service-outer{
    background: #f1f1f1;
    padding: 50px 0px 50px 0px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.contact_tab_title .nav-mobile{
    display: none;
}
.footer_common li{
    list-style-type: none;
	padding-bottom: 10px;
}
.footer_one img{
    width: 200px !important;
}
.main-slider .image-layer {
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    height: 578px;
    position: relative;
}
.accordian_div .e-n-accordion-item-title {
	background: #fff;
    border-radius: 50px !important;
    color: #0a5cab;
	border: 1px solid #0a5cab !important;
}
.accordian_div .e-n-accordion-item-title .e-n-accordion-item-title-icon svg path {
	fill: #0a5cab;
}
.accordian_div .e-n-accordion-item-title .e-n-accordion-item-title-text {
	color: #0a5cab;
}
.accordian_div .e-n-accordion-item[open] .e-n-accordion-item-title {
	background: #0a5cab;
}
.accordian_div .e-n-accordion-item[open] .e-n-accordion-item-title .e-n-accordion-item-title-icon svg path {
	fill: #fff;
}
.accordian_div .e-n-accordion-item[open] .e-n-accordion-item-title .e-n-accordion-item-title-text {
	color: #fff;
}
.accordian_div .e-n-accordion-item .elementor-element  {
	border: 0px;
}
.accordian_div .e-n-accordion-item {
	margin-bottom: 8px !important;
}
.accordian_div .e-n-accordion-item .elementor-element a {
	color: #0a5cab;
	text-decoration: underline;
}
.wp-block-social-links svg path {
	fill: #fff;
}
.our-mission-grid {
	background: rgb(250, 250, 250);
	padding: 30px;
	transition: .5s ease-in-out all;
	position: relative;
	transform: none; 
	will-change: transform;
}
.our-mission-grid:hover {

	background: rgb(11 93 168);
	opacity: 1; 
	transform: translatey(-10px); 
	will-change: transform;
}
.our-mission-grid .elementor-icon-box-title span {
	font-weight: 400;
}
.our-mission-grid .elementor-icon-box-title {
	border-top: 1px solid #ddd;
    padding-top: 20px;
}
.our-mission-grid:hover .elementor-icon-box-icon svg path, 
.our-mission-grid:hover p, 
.our-mission-grid:hover .elementor-icon-box-title span {
	color: #fff;
	fill: #fff;
}
.swiper .swiper-slide-inner h3 {
	font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    margin: 0px;
    font-style: normal;
}

.swiper .swiper-slide-inner p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
	text-align: center;
}
.swiper .swiper-slide-inner {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	position: relative;
}
.swiper .swiper-slide-inner .elementor-image-carousel-caption {
	padding: 20px;
	position: absolute; 
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%);
	width: 90%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-backdrop-filter: blur(14px) brightness(92%);
    backdrop-filter: blur(14px) brightness(92%);
    border: 1px solid rgba(255, 255, 255, .1);
}
.techcontact-form textarea {
	max-height: 150px;
}
.elementor-element.about-page-about img {
	border-radius: 20px;
}
.awsm-job-single-wrap input[type="submit"] {
	background: #095bad;
	border: 1px solid #095bad;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    border-radius: 50px;
    padding: 12px 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.awsm-job-single-wrap input[type="submit"]:hover {
	background: #fff;;
	color: #095bad;
}
.elementor-element.home-banner-outer-new h2 {
	color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 70px;
    text-align: left;
    margin: 0px;
    margin-bottom: 20px;
}
.elementor-element.home-banner-outer-new p {
	color: #fff;
}
.elementor-element.home-banner-outer-new .elementor-button {
	background: #095bad;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    border-radius: 50px;
    padding: 12px 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.header-book-now a, 
.elementor-button {
	position: relative;	
	overflow: hidden;
}
.header-book-now a:after, 
.elementor-button:after {
    content: '';
    position: absolute;
    width: 200%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 82% 35% 58% 60% / 53% 34% 82% 69%;
    background: #095bad;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: left;
    transition: transform .8s cubic-bezier(.215,.61,.355,1);
    z-index: -1;
}
.header-book-now a:hover::after, 
.elementor-button:hover::after {
	transform: translate(-50%, -50%) scale(1.2);
}
.elementor-button:hover {
    color: #fff;
    box-shadow: rgba(0, 0, 0, .1) 5px 20px 30px 0px;
    transform: translateY(-6px);
}
.header-book-now a:hover, 
.elementor-button:hover span {
	color: #fff;
}
.awsm-job-entry-content.entry-content ul {
	padding-left: 18px;
}
.awsm-job-specification-label strong {
	color: #095bad;
}
.awsm-job-specification-wrapper {
	padding-top: 30px;
}
.awsm-job-entry-content.entry-content ul li {
	margin-bottom: 10px;
}
.elementor-element.home-video-outer.home-video-outer_new {
	margin: 0px;
}
.back_btn_singleblog:hover a {
	color: #fff;
}
.footer_one li:last-child img {
	width: 281px !important;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.elementor-element.lates-banner-outer .elementor-swiper-button {
	width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
.elementor-element.lates-banner-outer .elementor-swiper-button svg path {
	fill: #095bad;
	opacity: 1
}
.elementor-element.lates-banner-outer .elementor-swiper-button:hover {
	background: #095bad;
}
.elementor-element.lates-banner-outer .elementor-swiper-button:hover svg path {
	fill: #fff;
}
.elementor-element.lates-banner-outer .swiper .swiper-slide-inner .elementor-image-carousel-caption {
	padding: 0px;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
	bottom: auto;
    background-color: transparent;
    backdrop-filter: none;
    border: none;
}
.elementor-element.lates-banner-outer .swiper .swiper-slide-inner .elementor-image-carousel-caption h2 {
	color: #fff;
	font-style: normal;
	margin-bottom: 10px;
}
.elementor-element.lates-banner-outer .swiper .swiper-slide-inner .elementor-image-carousel-caption p {
	color: #fff;
	text-align: left;
}
.elementor-element.lates-banner-outer .swiper .swiper-slide-inner .elementor-image-carousel-caption a {
	background: transparent;
	border: 1px solid #fff;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    border-radius: 50px;
    padding: 12px 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
	font-style: normal;
	display: inline-block;
	margin-top: 5px;
}
.elementor-element.lates-banner-outer .swiper .swiper-slide-inner .elementor-image-carousel-caption a:hover {
	background: #095bad;
	border: 1px solid #095bad;
	color: #fff;
}
.elementor-element.lates-banner-outer .swiper .swiper-slide-inner .elementor-image-carousel-caption {
	text-align: left;
}
.elementor-section.subbaner-outer {
	display: flex;
    align-items: center;
}
.elementor-section.subbaner-outer .elementor-container {
	width: 100%;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
	top: 25px;
}
.techcontact-form li.tecacp ul {
	padding-left: 20px;
}
.pum-container {
	height: 90% !important;
	overflow-y: auto !important;
}
.elementor-element.lates-banner-outer .swiper .swiper-slide-inner {
	border-radius: 0px !important;
}
.elementor-element.industry-left ul li, 
.elementor-element.industry-right ul li {
	list-style: circle;
}

.scroll-top-section {
    float: right;
    margin-right: 0px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}

.scroll-top-section a.scrollToTop {
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 0;
    outline: none;
    border-radius: 50%;
    background-color: #0a5cab;
	border: 1px solid #fff;
}

.scroll-top-section a.scrollToTop:before {
    position: absolute;
    width: 21px;
    height: 21px;
    color: #fff;
    content: "";
    background-repeat: no-repeat;
    background-image: url(../images/next.png);
    text-align: center;
    left: 10px;
    z-index: 999;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    background-size: cover;
    top: 10px;
    filter: invert(1);
    -webkit-filter: invert(1);
}
.contact_us_address a {
	color: #000;
}
.contact_us_address a:hover {
	color: #0b5da8;
}
.contact_us_address h4 {
	margin: 0px;
}
.elementor-element.homenew-service-grid h3 {
	margin: 0px 0 0px;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    color: #171717;
    position: relative;
    width: auto;
    display: inline-block;
    margin-bottom: 20px;
}
.elementor-element.homenew-service-grid .elementor-element {
	box-shadow: 0px 0px 23px #BFD8FE;
    padding: 27px;
    margin-bottom: 0;
    border-radius: 26px;
    position: relative;
	height: 100%;
    background: white;
}
.elementor-element.homenew-service-grid .elementor-icon-box-wrapper {
	position: relative;
}
.elementor-element.homenew-service-grid .elementor-icon-box-wrapper .elementor-icon-box-icon {
	background: #0c5cb0;
    position: absolute;
    right: -27px;
    top: -27px;
    padding: 20px;
    border-radius: 0px 26px 0px 41px;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
}
.common-title h5 {
	font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    color: #095bab;
}
.elementor-element.home-new-sol-common h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	color: #171c17;
	position: relative;
	width: auto;
	margin: 0px;
}
.elementor-element.home-new-sol-common img {
	width: 65px;
    height: 65px;
    object-fit: contain;
}
.elementor-element.home-new-amber-right p, 
.elementor-element.home-new-amber-right h2 {
	color: #fff;
}
.elementor-element.home-new-amber-right p {
	margin-top: 25px;
}
.elementor-element.home-new-amber-left img {
	width: 65%;
}
.elementor-element.homenew-cloud-right {
	
}
.single_list_content ul {
	padding-left: 20px;
}
.elementor-element.privacy-policy-outer ul {
	padding-left: 15px;
}
.elementor-element.privacy-policy-outer h6 {
	color: #000;
	font-size: 20px;
}




@media screen and (max-width: 1024px) {
	.footer_outer .row {
    	grid-template-columns: 1fr 1fr;
	}
	.leadership-outer .row {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.elementor-element.industry-grid {
		display: grid;
    	grid-template-columns: 1fr 1fr;
	}
	.elementor-element.client-page-outer .e-con-inner .client-page-grid {
		margin: 0px;
	}
	.elementor-element.lates-banner-outer .swiper .swiper-slide-inner .elementor-image-carousel-caption h2 {
		font-size: 20px;
		line-height: normal;
	}
	.elementor-element.lates-banner-outer .swiper .swiper-slide-inner .elementor-image-carousel-caption p {
		font-size: 13px;
		line-height: normal;
	}
	.elementor-element.lates-banner-outer .swiper .swiper-slide-inner .elementor-image-carousel-caption a {
		font-size: 12px;
		padding: 4px 21px;
	}
}
@media screen and (max-width: 991px) {
	.elementor-element.get-started-right ul.contact-form {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

@media screen and (max-width: 820px) {
	.leadership-outer .row {
		grid-template-columns:  1fr 1fr;
	}
    .events_outer .events_img {
        width: 50%;
    }
	.events_outer .event-list .events_content {
        width: 50%;
    }
	.elementor-element.home-banner-outer-new h2 {
		font-weight: 600;
		font-size: 25px;
		line-height: 30px;
		text-align: center; 
		margin-bottom: 10px;
	}
	.elementor-element.home-banner-outer-new p {
		text-align: center;
	}
	.elementor-element.home-banner-outer-new .elementor-widget-button {
		text-align: center;
	}
	.elementor-element.home-industries .industry-title h2.elementor-heading-title::before {
		display: none;
	}
	.inline-popup .popup-left {
		float: none;
		margin-right: 0;
		text-align: center;
	}
	.inline-popup {
		padding: 30px 20px !important;
		width: auto;
		max-width: 800px !important;
		margin: 20px auto;
		gap: 30px;
	}
	.home-product-outer.blog-page-outer .row {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
	.home-product-outer.blog-page-outer .row .pagination {
    	grid-column: 2 span;
	}
}
@media screen and (max-width: 525px) {
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid) {
	margin: 0px 0px 30px !important;
}
	.footer_outer .row {
    	grid-template-columns: 1fr;
		gap: 10px;
	}
	.leadership-outer .row {
		grid-template-columns:  1fr;
	}
	.home-product-outer.blog-page-outer .row {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.home-product-outer.blog-page-outer .row .pagination {
    	grid-column: 1 span;
	}
	.elementor-element.lates-banner-outer .swiper-slide {
		height: 300px;
	}
	.elementor-element.lates-banner-outer .swiper-slide .swiper-slide-inner {
		height: 100%;
	}
	.elementor-element.lates-banner-outer .swiper-slide .swiper-slide-inner img {
		height: 100%;
		object-fit: cover;
	}
	.elementor-element.lates-banner-outer .elementor-swiper-button {
		width: 30px;
		height: 30px;
		font-size: 14px !important;
	}
	.elementor-element.lates-banner-outer .swiper .swiper-slide-inner .elementor-image-carousel-caption {
		left: 15%;
		width: 80%;
	}
}
@media screen and (max-width: 480px) {
    .events_outer .events_img {
        width: 100% !important;
    }
	.events_outer .event-list .events_content {
        width: 100%;
    }
	.events_outer .event-list {
    	flex-direction: column;
	}
}

@media (max-width: 991px){
	.elementor-element.homenew-cloud-end, .elementor-element.homenew-cloud-right {
    	margin-top: 0px;
	}
	.slider-outer .caption h2 {
    	font-size: 30px;
	}
	.slider-outer .caption p {
    	font-size: 18px;
	}
	.home-product-outer {
		grid-template-columns: 1fr 1fr;
		row-gap: 30px;
	}
	.menu_outer .container {
		padding: 0 15px;
	}
	.latest-blog-outer .blog_img img {
		width: 100%;
		height: 350px;
	}
	footer.footer-outer .header-top {
		display: grid;
		grid-template-columns: 1fr;
		padding: 50px 0px 0;
		row-gap: 20px;
		justify-content: center;
	}
	footer.footer-outer .header-top-middle ul {
    	column-gap: 53px;
		row-gap: 20px;
    	flex-wrap: wrap;
    	justify-content: center;
	}
	footer.footer-outer .header-top-left a {
		width: 210px;
		float: none;
		margin: 0 auto;
		display: block;
	}
	footer.footer-outer .header-bottom {
    	grid-template-columns: 1fr;
	}
	footer.footer-outer .header-bottom-left ul {
    	text-align: center;
	}
	footer.footer-outer .header-bottom-left ul li {
		display: inline-block;
	}
	.elementor-element.product-outer {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 768px){
	.elementor-element.contact_us_address p {
		text-align: center;
	}
	.elementor-element.bfsi-done-right p {
		text-align: center;
	}
	.elementor-element.about_us_what_we_do_section .elementor-heading-title {
		text-align: center;
	}
	.elementor-element.about_us_what_we_do_section p.elementor-icon-box-description {
		text-align: center;
	}
	.header-book-now {
		display: none !important;
	}
	.mega-contact-class.contact-class {
		display: block !important;
	}
	.slider-outer .caption h2 {
    	font-size: 25px;
	}
	.elementor-element.home-counter .elementor-element.e-child {
    border-right: 0px solid #ddd;
	}
	.elementor-element.about-cta .elementor-element.about-cta-content {
		background-color: rgb(0 0 0 / 60%);
		padding: 40px;
	}
	footer.footer-outer ul.contact-form {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-content: center;
	}
	footer.footer-outer ul.contact-form li.scasend {
		position: unset;
		text-align: center;
	}
	footer.footer-outer ul.contact-form li.scasend p {
		position: relative;
	}
	footer.footer-outer ul.contact-form li.scasend p .wpcf7-spinner {
		position: absolute;
		top: 10px;
	}
	footer.footer-outer .header-bottom {
        padding: 0px;
	}
	.elementor-section.subbaner-outer .subbanner-left p {
		font-size: 17px;
		line-height: 24px;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        background: #095bad;
	}
	.mega-toggle-blocks-left, 
	.mega-toggle-blocks-center {
		display: none !important;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
		background: #095bad;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle {
    	background: #095bad;
		width: 50px;
		margin-right: 20px;
		margin-left: auto;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right {
		width: 50px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {

    background: #000 !important;
	}
	.nav.nav-mob {
		z-index: 999;
    position: absolute;
    left: 0px;
    right: 0px;
		top: 26px;
	}
	.menu_outer #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 a.mega-menu-link {
		padding: 10px;
		color: #fff !important;
	}
}

@media (max-width: 640px){
	.slider-outer .caption h2 {
    	font-size: 23px;
	}
	.pressrelaese-tile .row {
		flex-wrap: wrap;
	}
}

@media (max-width: 575px){
	.slider-outer .caption h2 {
    	font-size: 22px;
	}
	.slider-outer .caption p {
    	font-size: 16px;
	}
	.elementor-element.home-about-outer {
   		padding: 30px 0 0;
	}
	.home-product-outer {
		grid-template-columns: 1fr;
	}
	.latest-blog-outer .blog_img img {
		height: 350px;
	}
}

@media (max-width: 420px){
	.slider-outer .caption h2 {
    	font-size: 20px;
	}
}

@media (max-width: 360px){
	
}

@media (max-width: 320px){
	
}

