/* 
@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&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap"); */
@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");
@import url("https://use.typekit.net/twd8wmr.css"); 
/*global css*/
* {
  box-sizing: border-box; 
  margin: 0;
  padding: 0;
}

body {
  font-family: "source-sans-pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.e-con .e-con-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

a {
  text-decoration: none;
}


p {
  font-size: 16px;
  font-family: "source-sans-pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*buttons*/
.btn-primary a {
  font-size: 16px;
  padding: 0 25px !important;
  color: #fff !important;
  background: #1a1a1a !important;
  border: 1px solid transparent !important;
  display: inline-block;
  line-height: 50px;
  transition: all 0.3s;
  z-index: 1;
  text-transform: uppercase !important;
  border-radius: 0 !important;
}

.btn-primary a:hover {
  background: transparent !important;
  border-color: #1a1a1a !important;
  color: #1a1a1a !important;
}

.btn-primary-border a {
  font-size: 16px;
  padding: 0 25px !important;
  color: #1a1a1a !important;
  background: transparent !important;
  border: 1px solid #1a1a1a !important;
  display: inline-block;
  line-height: 50px;
  transition: all 0.3s;
  z-index: 1;
  text-transform: uppercase;
  border-radius: 0 !important;
}

.btn-primary-border a:hover {
  background: #1a1a1a !important;
  border-color: transparent !important;
  color: #fff !important;
}

/*minmum heihgt*/
/*Titles css*/
/*left titles*/
.top-left-title h2 {
  font-size: 36px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  color: #1a1a1a;
  padding: 10px 0 0;
  line-height: 46px;
  margin: 0;
}

.top-left-title h2::after {
  content: "";
  width: 85px;
  height: 5px;
  background: #33c8cf;
  position: absolute;
  top: 0;
  left: 0;
}

/*para css*/
/*left para*/
.top-left-para > div,
.top-left-para > div > p {
  font-size: 16px;
  color: #333;
  margin-top: 0;
  line-height: 1.8;
}

.text-orange p,
.text-orange > div {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  color: #ff3b0a !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
}

.text-white {
  color: #fff !important;
}

.section-heading.text-white h2.elementor-heading-title {
  color: #fff !important;
}

/*global css end*/
/*navigation*/
.rano-header {
  background: transparent;
  box-shadow: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 10px 0;
}

.rano-header .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.rano-header .container .branding {
  width: auto;
  min-height: 1px;
}

.rano-header .container .branding .site-branding-logo .logo-site {
  display: block;
  /* filter: grayscale(1) brightness(100); */
  padding: 8px 0;
  object-fit: contain;
}

.rano-header.sticky-header {
  background: #fff;
  box-shadow: 0 5px 6px rgba(0, 0, 0, .058823529411764705);
  padding: 0;
}

.rano-header.sticky-header .container .branding .site-branding-logo img {
  filter: none;
}

.rano-header.sticky-header .container .country-dropdown .dropdown-toggle {
  color: #666 !important;
}

.rano-header.sticky-header .container .country-dropdown .dropdown-toggle:before {
  filter: none !important;
}

.rano-header.sticky-header #mega-menu-wrap-top #mega-menu-top>li.mega-menu-item>a.mega-menu-link {
  color: #666;
}

.rano-header.is-hover {
  background: #fff;
}

.rano-header.is-hover .container .branding .site-branding-logo .logo-site {
  filter: none;
}

.rano-header.is-hover .container .country-dropdown .dropdown-toggle {
  color: #666 !important;
}

.rano-header.is-hover .container .country-dropdown .dropdown-toggle:before {
  filter: none !important;
}

.rano-header.is-hover .container #mega-menu-wrap-top #mega-menu-top>li.mega-menu-item>a.mega-menu-link {
  color: #666;
}
/* .rano-header.is-hover #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover, .rano-header.is-hover #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:focus {
  color: #ff3b0a;
} */
.mega-case-study-sub-menu {
  display:none !important;
}
.rano-header.is-hover #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover {
  color: #ff3b0a;
} 
#mega-menu-wrap-top #mega-menu-top>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
  display: none;
}

.rano-header .rano-navigation {
  width: auto;
}

.rano-header .rano-navigation .nav-area-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}


.rano-header .rano-navigation .nav-area-inner .country-dropdown{
  position: relative;
  right: 172px;
  
}
.rano-header .rano-navigation .nav-area-inner .country-dropdown .dropdown-toggle {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 24px 8px 34px;
  position: relative;
  font-family: Poppins, sans-serif;
  transition: all 0.35s;
  text-decoration: none;
  cursor: pointer;
}

.rano-header .rano-navigation .nav-area-inner .country-dropdown .dropdown-toggle:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("https://cdn.ranosys.com/wp-content/uploads/2024/08/globe_new_0.png");
 
  background-size: 24px;
  border-radius: 24px;
  transform: translateY(-50%);
}
.rano-header .rano-navigation .nav-area-inner .country-dropdown .dropdown-toggle.global-flag:before {
  background-image: url("https://cdn.ranosys.com/wp-content/uploads/2024/08/globe_new_0.png");
  /* filter: grayscale(1) brightness(100); */
}
.rano-header .rano-navigation .nav-area-inner .country-dropdown .dropdown-toggle.sg-flag:before {
  background-image: url("https://cdn.ranosys.com/wp-content/uploads/2024/08/flag_singpore_0.png");
}
.rano-header .rano-navigation .nav-area-inner .country-dropdown .dropdown-toggle.us-flag:before {
  background-image: url("https://cdn.ranosys.com/wp-content/uploads/2024/08/flat_usa.png");
}
.rano-header .rano-navigation .nav-area-inner .country-dropdown .dropdown-toggle.uk-flag:before {
  background-image: url("https://cdn.ranosys.com/wp-content/uploads/2024/08/flag_uk.png");
}

.rano-header .rano-navigation .nav-area-inner .country-dropdown .dropdown-toggle:after {
  border: 0;
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: 7px;
  font-size: 16px;
  margin: 0;
  width: auto;
  height: auto;
  display: inline-block;
  top: 12px;
}

/*side navigation*/
.gva-quick-side {
  position: fixed;
  width: 290px;
  top: 0;
  right: -350px;
  z-index: 999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  transition: all 0.35s;
  text-align: left;
  padding: 20px 30px;
  overflow-x: hidden;
  height: 100%;
}

.gva-quick-side.open {
  right: 0;
  width: 352px;
}

.gva-quick-side .quick-side-close {
  margin-bottom: 15px;
  font-size: 18px;
  display: inline-block;
  color: #002c42;
}

.gva-quick-side .country-side-group {
  padding: 24px 0;
}

.gva-quick-side .country-side-group .country-side-menu {
  padding: 0;
  margin: 0;
}

.gva-quick-side .country-side-group .country-side-menu .country-side-menu-item {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

.gva-quick-side .country-side-group .country-side-menu .country-side-menu-item .country-side-menu-item-link {
  text-transform: capitalize;
  padding: 4px 0 4px 40px;
  position: relative;
  font: 500 14px/normal "Poppins", sans-serif;
  color: #002c42;
  text-decoration: none;
}

.gva-quick-side .country-side-group .country-side-menu .country-side-menu-item .country-side-menu-item-link:hover {
  color: #ff5907;
}

.gva-quick-side .country-side-group .country-side-menu .country-side-menu-item .country-side-menu-item-link::before {
  content: "";
  background: no-repeat center/22px;
  width: 22px;
  height: 22px;
  filter: drop-shadow(1px 1px 2px rgba(26, 26, 26, 0.5215686275));
  position: absolute;
  left: 0;
  top: 0px;
  background-image: url("https://cdn.ranosys.com/wp-content/uploads/2024/08/globe_new_0.png");
}

/* .gva-quick-side .country-side-group .country-side-menu .country-side-menu-item .country-side-menu-item-link.country-flag-IN:before {
  background-image: url(https://www.ranosys.com/content/dam/ranosys-website/in.png);
} */

.gva-quick-side .country-side-group .country-side-menu .country-side-menu-item .country-side-menu-item-link.country-flag-:before {
  background-image: url("https://cdn.ranosys.com/wp-content/uploads/2024/08/globe_new_0.png");
}

/* .gva-quick-side .country-side-group .country-side-menu .country-side-menu-item .country-side-menu-item-link.country-flag-AE:before {
  background-image: url(https://www.ranosys.com/content/dam/ranosys-website/uae.png);
}

.gva-quick-side .country-side-group .country-side-menu .country-side-menu-item .country-side-menu-item-link.country-flag-PH:before {
  background-image: url(https://www.ranosys.com/content/dam/ranosys-website/ph.png);
} */

.gva-quick-side .country-side-group .country-side-menu .country-side-menu-item .country-side-menu-item-link.country-flag-US:before {
  background-image: url("https://cdn.ranosys.com/wp-content/uploads/2024/08/us.png");
}

.gva-quick-side .country-side-group .country-side-menu .country-side-menu-item .country-side-menu-item-link.country-flag-SG:before {
  background-image: url("https://cdn.ranosys.com/wp-content/uploads/2024/08/flag_sg_0.png");
}

.gva-quick-side .country-side-group .country-side-menu .country-side-menu-item .country-side-menu-item-link.country-flag-GB:before {
  background-image: url("https://cdn.ranosys.com/wp-content/uploads/2024/08/uk.png");
}

.bg_color_b {
  position: relative;
  overflow: hidden;
}

.bg_color_b:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7490196078);
  width: 100%;
  height: 100%;
  z-index: 999;
}


.mega-menu-top-mobile-open {
  position: relative;
  overflow: hidden;
}

.mega-menu-top-mobile-open .rano-header {
  background: #131313 !important;
}

.mega-menu-top-mobile-open .rano-header.sticky-header .branding{
  /* filter: grayscale(1) brightness(100); */
}

.mega-menu-top-mobile-open .rano-header .country-dropdown {
  opacity: 0 !important;
  pointer-events: none;
}
.mega-menu-top-mobile-open .rano-header.sticky-header #mega-menu-wrap-top .mega-menu-toggle + #mega-menu-top{
  top:75px !important;
}

/*home hero section*/
.video.parbase {
  width: 100%;
  height: 100vh;
}

.video.parbase .bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.video.parbase .bg-video-wrap video {
  width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.video.parbase .bg-video-wrap .bg-video-wrap-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://cdn.ranosys.com/wp-content/uploads/2024/10/grid-slide.png") repeat rgba(0, 0, 0, 0.39);
  z-index: 2;
}

.video.parbase .bg-video-wrap .bg-video-wrap-title {
  text-align: center;
  position: absolute;
  top: 45%;
  color: #fff;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  max-width: 800px;
  margin: 0 ;
  z-index: 3;
}

.video.parbase .bg-video-wrap .bg-video-wrap-title h1 {
  color: #fff;
  margin: 0 0 9pt;
  font-size:45px;
  font-weight: 700;
  line-height: 1.22;
  text-transform: lowercase;
}

.video.parbase .bg-video-wrap .bg-video-wrap-title p {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}

/*Pages hero section*/
.main-top-banner {
  background-color: #1a1a1a;
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.main-top-banner .banner-main-image {
  height: 60vh;
}

.main-top-banner .banner-main-image .banner-image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 20%;
  object-position: 20%;
}

.main-top-banner .banner-main-image .banner-image.banner-img-mobile {
  display: none;
}

.main-top-banner .banner-main-image .banner-image.banner-img-tablet {
  display: none;
}

.main-top-banner .responsivebanner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.main-top-banner .responsivebanner .container .banner-text-box .banner-text-group {
  width: 60%;
  position: relative;
}

.main-top-banner .responsivebanner .container .banner-text-box .banner-text-group .banner-text-title {
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 20px;
  font-weight: 500;
  color: #fff;
}

.main-top-banner .responsivebanner .container .banner-text-box .banner-text-group .banner-text-subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 20px;
}

.main-top-banner .responsivebanner .container .banner-text-box .banner-text-group .banner-button {
  background: transparent;
  color: #fff;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #fff;
}

.main-top-banner .responsivebanner .container .banner-text-box .banner-content-img {
  position: absolute !important;
  width: auto !important;
  height: 35% !important;
}
.salesforce-testimonial-slider{
  padding-bottom: 0 !important;
}
.salesforce-testimonial-slider .owl-item.active > .item {
  height: 100%;
}
.salesforce-testimonial-slider .owl-loaded.owl-drag{
  padding: 0;
}
.salesforce-testimonial-slider .owl-item.active > .item  > .e-con-inner{
  justify-content: center;
}
/* footer */
.footer-bottom-main {
  padding: 40px 0 !important;
}

/*Breadcrums*/
/* .main-breadcrumb:has(~ .site-content-contain .site-content .status-publish .elementor > .bg-grey:first-of-type) {
  background-color: #f3f3f3;
} */
.breadcrumb {
  display: flex;
  padding: 15px 0 0;
}

.breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-style: italic;
  color: #888;
  line-height: 18px;
}

.breadcrumb .breadcrumb-item a {
  color: #b4b4b4;
  text-decoration: none;
  margin: 0 12px 0 0;
}

.breadcrumb .breadcrumb-item a:hover,
.breadcrumb .breadcrumb-item a:focus {
  outline: 0;
  color: #33c8cf;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item:first-child::before {
  content: none;
}

.breadcrumb .breadcrumb-item:first-child a {
  margin-left: 0;
}

.breadcrumb .breadcrumb-item::before {
  content: " / ";
  margin-right: 12px;
}
/*.Our-competencies*/
.Our-competencies .Our-competencies-cards {
  gap: 15px 5px;
}
.Our-competencies .Our-competencies-cards .elementor-element:not(:has(.Our-competencies-img)){
  gap: 10px;
}

/*box-shadow*/
.box-shadow {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.14117);
  transition: all 0.3s ease;
}

.box-shadow:hover {
  box-shadow: 0 6px 9pt rgba(0, 0, 0, 0.3);
  transform: translateY(-4px);
  transition: all 0.3s ease;
}

.box-transition {
  transition: all 0.3s ease;
}

.box-transition:hover {
  transition: all 0.3s ease;
  transform: translateY(-4px);
}

.box-shadow .service-content {
  min-height: 100px !important;
}

/*iner-platform-service*/
.main-platform-services {
  /* box-shadow: 0 5px 6px rgba(0, 0, 0, 0.05); */
  padding: 15px 15px !important;
  overflow: hidden !important;
}

.main-platform-services .platform-services-top{
  padding: 0;
}

.main-platform-services .platform-services-top .e-con-inner {
  display: flex;
  align-items: center !important;
  /* justify-content: center !important; */
}

.main-platform-services .platform-services-top .e-con-inner .platform-services-top-img{
  width: 15% !important;
  padding: 0 !important;
}
.main-platform-services .platform-services-top .e-con-inner .platform-services-top-img img {
  width: auto;
  height: 50px;
  object-fit: contain;
}

.main-platform-services .platform-services-top .e-con-inner .platform-services-top-heading h2,
.main-platform-services .platform-services-top .e-con-inner .platform-services-top-heading h3 {
  color: #1a1a1a;
  font-size: 18px !important;
  line-height: 1.4;
  font-weight: 500;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.main-platform-services .platform-services-para {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  word-break: break-word;
}

.main-platform-services .hover-arrow img {
  width: 20px;
  height: auto;
  transform: translate(-52px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease !important;
}

.main-platform-services:hover {
  background: #fafafa !important;
}

.main-platform-services:hover .hover-arrow img {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease !important;
}

/*salseforce vertical bar marker*/
.salesforce-partner-box .salesforce-partner-card.vertical-bar .salesforce-partner-card-items ul li {
  position: relative;
}

.salesforce-partner-box .salesforce-partner-card.vertical-bar .salesforce-partner-card-items ul li:before {
  content: "";
  width: 3px !important;
  height: 20px !important;
  display: block;
  border-radius: 50px !important;
  position: absolute;
  left: 15px !important;
  top: 20px !important;
  background: #ff3b0c !important;
  transform: none !important;
}

/*service title*/
.service-platform {
  padding-top: 20px;
}
.service-platform .platform-card .service-card-image {
  position: relative;
}

.service-platform .platform-card{
  gap: 5px 20px !important;
}
.service-platform .platform-card .service-card-image::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 4px;
  background: #c8c8c8;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s ease;
}

.service-platform .platform-card .hover-arrow img {
  width: 20px;
  height: auto;
  transform: translate(-52px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease !important;
  display: none;
}

.service-platform .platform-card .service-title h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  color: #1a1a1a;
}

.service-platform .platform-card .service-content > div{
  color: #666;
  font-size: 1pc;
  line-height: 26px;
  min-height: 106px;
}

.service-platform .platform-card .hover-arrow img {
  display: block;
  width: 20px;
  height: auto;
  transform: translate(-52px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease !important;
}

.service-platform .platform-card:hover {
  background-color: #fff;
}

.service-platform .platform-card:hover .service-card-image {
  position: relative;
}

.service-platform .platform-card:hover .service-card-image::after {
  background: #ff3b0a;
}

.service-platform .platform-card .service-card-image img{
  width: 64px;
  margin-bottom: 20px;
  object-fit: scale-down;
}

.service-platform .platform-card:hover .hover-arrow img {
  transform: translate(0, 0);
  opacity: 1 ;
  visibility: visible ;
  transition: all 0.3s ease !important;
}



/*salseforce partner*/
.pointer-main {
  padding: 25px !important;
  background-size: cover;
}

.pointer-main .point-heading h2 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
}

.pointer-main .point-sub-text {
  font-size: 20px;
  line-height: 45px;
  margin-bottom: 10px;
}

.pointer-main .point-sub-text-border p {
  text-transform: uppercase;
  color: #9f9f9f !important;
  font-size: 16px !important;
  font-weight: 400;
  margin-bottom: 16px;
  padding-bottom: 10px;
  position: relative;
}

.pointer-main .point-sub-text-border p:after {
  content: "";
  display: block;
  width: 85% !important;
  height: 1px;
  margin: 0 !important;
  background-color: #9f9f9f;
  position: absolute;
  bottom: 0px;
}

.pointer-main .point-text-li ul li {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}

.pointer-main .point-text-li ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  top: 15pt;
  /* transform: rotate(45deg); */
}

/*digital commerce section*/
.industry-platform.right-icon-hover .platform-card {
  position: relative;
  overflow: hidden;
}

.industry-platform.right-icon-hover .platform-card .commerce-right-image {
  position: absolute;
  top: 0;
  right: 0;
}

.industry-platform.right-icon-hover .platform-card .commerce-right-image img {
  height: 78px;
  width: auto;
  transition: all 0.3s ease;
}

.industry-platform.right-icon-hover .platform-card .platform-card-title h3 {
  position: relative;
  width: 80% !important;
  margin: 20px 0 0;
  text-align: left !important;
}

.industry-platform.right-icon-hover .platform-card .platform-card-title h3:after {
  margin: 0 0 !important;
  bottom: -13px !important;
}

.industry-platform.right-icon-hover .platform-card .platform-card-title:after {
  content: none;
}

.industry-platform.right-icon-hover .platform-card .hover-arrow img {
  width: 20px;
  height: auto;
  transform: translate(-52px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease !important;
}

.industry-platform.right-icon-hover .platform-card:hover .commerce-right-image img {
  transform: scale(1.5) translate(-11px, 13px);
  transition: all 0.3s ease;
}

.industry-platform.right-icon-hover .platform-card:hover .hover-arrow img {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease !important;
}

/*portfolio page*/
#custom-portfolio-tabs {
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 10px;
}

#custom-portfolio-tabs .custom-portfolio-title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  color: #707070;
  margin: 0 28px 0 0;
  display: flex;
  align-items: center;
}

#custom-portfolio-tabs .parent-tabs {
  width: auto;
  background: none;
  border: none;
}

#custom-portfolio-tabs .parent-tabs .ui-tabs-tab {
  border: 1px solid #707070;
  background: transparent;
  color: #707070;
  font-size: 16px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
  line-height: 20px;
  margin-right: 20px;
}

#custom-portfolio-tabs .parent-tabs .ui-tabs-tab[aria-selected=true] {
  box-shadow: none;
  color: #ff3b0a;
  border-color: #ff3b0a;
}

#custom-portfolio-tabs .parent-tabs .ui-tabs-tab[aria-selected=true] a {
  color: #ff3b0a;
}

#custom-portfolio-tabs .parent-tabs .ui-tabs-tab a {
  display: inline-block;
  text-decoration: none;
  padding: 16px 22px;
}

#custom-portfolio-tabs .ui-tabs-panel {
  padding: 30px 0 0;
  width: 100%;
  border-top: 1px solid #d4d4d4;
  margin-top: 30px;
}

#custom-portfolio-tabs .ui-tabs-panel .portfolio-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 20px;
}

#custom-portfolio-tabs .ui-tabs-panel .portfolio-filters .filter-button {
  margin: 0 10px 10px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 15px;
  position: relative;
  border: 1px solid #dee2e6;
  background: #f3f3f3;
  color: #707070;
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.35s;
  cursor: pointer;
}

#custom-portfolio-tabs .ui-tabs-panel .portfolio-filters .filter-button:hover {
  border-color: #33c8cf;
}

#custom-portfolio-tabs .ui-tabs-panel .portfolio-filters .filter-button.is-checked {
  background: #ff3b0a;
  color: #fff;
  border-color: #33c8cf;
}

.portfolio-parent-tags .e-n-tabs-heading {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

.portfolio-parent-tags .e-n-tabs-heading::before {
  content: "Case study by";
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  color: #707070;
  margin: 0 28px 0 0;
  display: flex;
  align-items: center;
}

.portfolio-parent-tags .e-n-tabs-heading #e-n-tabs-title-2642 {
  order: 1 !important;
}

.portfolio-parent-tags .e-n-tabs-heading .e-n-tab-title {
  border: 1px solid #707070 !important;
  background: transparent !important;
  color: #707070 !important;
  font-size: 16px !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  padding: 16px 22px !important;
  line-height: 20px !important;
  text-decoration: none !important;
}

.portfolio-parent-tags .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
  box-shadow: none !important;
  color: #ff3b0a !important;
  border-color: #ff3b0a !important;
}

.portfolio-parent-tags .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

.portfolio-parent-tags .button-group .button {
  margin: 0 10px 10px;
  display: inline-block;
  padding: 6px 15px;
  position: relative;
  border: 1px solid #dee2e6;
  background: #f3f3f3;
  color: #707070;
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.35s;
}

.portfolio-parent-tags .button-group .button:hover {
  border-color: #33c8cf;
}

.portfolio-parent-tags .button-group .button.is-checked {
  background: #ff3b0a;
  color: #fff;
  border-color: #33c8cf;
}

.grid .stories-card.element-item {
  width: 33.33;
}

/*event-cta*/
.event-cta-content {
  max-width: 675px;
  margin-left: auto !important;
  width: 50%;
  padding-right: 79px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
}

.event-cta-content .event-cta-title h2 {
  font-size: 36px;
  line-height: 45px;
  margin-top: 0;
  color: #333;
  font-weight: 700;
}

/* .event-cta-content .event-cta-description p {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.8;
} */

/*salesforce-wedo-cards*/
a.salesforce-wedo-cards .salesforce-wedo-arrow {
  display: block;
}

.salesforce-wedo-cards .salesforce-wedo-arrow {
  display: none;
}

/*service page */
.service-page-section .service-detail-box {
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  min-height: 450px;
  padding: 25px;
}

.service-page-section .service-detail-box .service-detail-content .service-detail-img {
  background: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 20px 5px;
  transition: box-shadow 0.3s ease;
}

.service-page-section .service-detail-box .service-detail-content .service-detail-img:hover {
  box-shadow: 2px 2px 9pt rgba(0, 0, 0, 0.2);
}

.service-page-section .service-detail-box .service-detail-content .service-detail-text a {
  text-decoration: none;
  font-size: 1pc;
  line-height: 1.2;
  font-weight: 400;
  color: #333;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-page-section .service-detail-box .service-detail-content .service-detail-text a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #1a1a1a;
  padding: 0 15px;
}

.service-page-section .service-detail-box .service-detail-content .service-detail-text a:hover {
  color: #ff3b0a;
}

.service-page-section .service-detail-box .service-detail-content .service-detail-text a:hover::after {
  color: #ff3b0a;
}

/*case-study-page*/
.case-study-list-widget .elementor-widget-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}

.case-study-list-widget .elementor-widget-container .portfolio-item {
  width: calc(33.33% - 20px);
  padding: 16px;
  border: 1px solid #e4e4e4;
  background-color: transparent !important;
  transition: box-shadow 0.3s ease-in-out;
  margin-bottom: 20px;
  position: relative;
  background: #efefef;
  cursor: none;
}

.case-study-list-widget .elementor-widget-container .portfolio-item > a, 
.case-study-list-widget .elementor-widget-container .portfolio-item .custom-case-overlay-content > a{
  cursor: none;
}
.case-study-list-widget .elementor-widget-container .portfolio-item .custom-case-image-outer {
  height: 400px;
  width: 100%;
  position: relative;
}

.case-study-list-widget .elementor-widget-container .portfolio-item .custom-case-image-outer::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  opacity: 0.3;
}

.case-study-list-widget .elementor-widget-container .portfolio-item .custom-case-image-outer .case-studies-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.case-study-list-widget .elementor-widget-container .portfolio-item .custom-case-image-outer .case-studies-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  transition: transform .3s ease;
}

.case-study-list-widget .elementor-widget-container .portfolio-item:hover .custom-case-image-outer .case-studies-img img{
  transform: scale(1.1);
}

.case-study-list-widget .elementor-widget-container .portfolio-item .custom-case-overlay-content .case-studies-logo-img {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex; 
  width: 30%;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
  justify-content: center;
}

.case-study-list-widget .elementor-widget-container .portfolio-item .custom-case-overlay-content .portfolio-description-and-hashtags .portfolio-content {
  text-align: center;
  color: #333;
  padding: 16px 8px;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 9pt;
  min-height: 105px;
}

.case-study-list-widget .elementor-widget-container .portfolio-item .custom-case-overlay-content .portfolio-description-and-hashtags .portfolio-hashtag {
  text-align: center;
  margin-bottom: 20px;
  color: #909090;
  font-size: 16px;
  line-height: 1.2;
  text-transform: lowercase;
}

.case-study-list-widget .elementor-widget-container .portfolio-item .custom-case-overlay-content .custom-case-know-more-link {
  text-align: center;
}

.case-study-list-widget .elementor-widget-container .portfolio-item .custom-case-overlay-content .custom-case-know-more-link a {
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  padding: 14px 55px;
  letter-spacing: 1.5px;
  border-radius: 0;
  background: transparent;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.case-study-list-widget .elementor-widget-container .portfolio-item:hover .custom-case-know-more-link a {
  background: #1a1a1a;
  color: #fff;
}

.case-study-list-widget .elementor-widget-container .portfolio-item .custom-case-know-more-link > a.portfolio-link{
  display: none;
}

.case-study-list-widget .elementor-widget-container .portfolio-item:hover {
  -webkit-box-shadow: 0 0 50px rgba(0,0,0,.1607843137254902);
  box-shadow: 0 0 50px rgba(0,0,0,.1607843137254902);
}
.case-study-list-widget .elementor-widget-container .portfolio-item .custom-case-overlay-content  {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-study-list-widget .elementor-widget-container .portfolio-item .custom-case-overlay-content .case-studies-logo-img img{
  max-width: 300px;
  max-height: 92px;
  object-fit: contain;
}
.case-study-list-widget .elementor-widget-container .portfolio-item .custom-case-overlay-content .portfolio-description-and-hashtags {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*our client section*/
.our-client .our-client-grid-box .client-list-widget .elementor-widget-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: #fff;
  padding: 0 10px;

}

.our-client .our-client-grid-box .client-list-widget .elementor-widget-container .custom-client-widget {
  padding: 25px;
  border-color: #e3e3e3;
  border-style: solid;
  border-width: 0 1px 1px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-client .our-client-grid-box .client-list-widget .elementor-widget-container .custom-client-widget:nth-last-child(-n+6) {
  border-width: 0 1px 0 0;
}

.our-client .our-client-grid-box .client-list-widget .elementor-widget-container .custom-client-widget:nth-child(6n) {
  border-right: none;
}

.our-client .our-client-grid-box .client-list-widget .elementor-widget-container .custom-client-widget .custom-client-image-outer .case-studies-img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
}

.our-client .our-client-grid-box .client-list-widget .elementor-widget-container .custom-client-widget:hover .custom-client-image-outer .case-studies-img img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/*platform page*/
.platforms-list .feature-platform-box,
.platforms-list .platform-box {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}

.platforms-list .platform-box {
  list-style-type: none;
  border: 1px solid #e6e6e6;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
  position: relative;
}

.platforms-list .platform-box:hover {
  border-color: #ff3b0a;
}

.platforms-list .feature-platform-box {
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
}

.platforms-list .feature-platform-box:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3) inset;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, .3);
}

.platforms-list .platform-box-img img {
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: 200px;
  /* max-height: 5pc; */
  height: 60px;
  object-fit: contain;
}

.platforms-list .feature-platform-box .platform-box-text {
  color: #fff;
}

.platforms-list .platform-box-text {
  color: #666;
  height: auto;
  line-height: 1.625;
  min-height: 90px;
  text-align: center;
  padding: 0 10px;
  font-size: 1pc;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}

.platforms-list .hover-arrow img {
  display: block;
  width: 20px;
  height: auto;
  transform: translate(-52px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease !important;
}

.platforms-list a:hover .hover-arrow img {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease !important;
}


.custom-404-content h2 {
  font-size: 40px;
  margin: 10px 0;
}

.custom-404-content p {
  font-size: 20px;
  margin-top: 0;
}

/* Thank You Page */
.thank-you-top{
  height: 100px;
  width: 100%;
  background: #1a1a1a;

}
.custom-thanks-container {
  position: relative;
  text-align: center;
  max-width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0 auto;
}
.thanks-bg{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}

.custom-thanks-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 1350px;
  padding: 0 10px;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}

.custom-thanks-content h1 {
  font-size: 130px;
  color: #1a1a1a;
  line-height: 1.5;
  margin: 0;
  font-weight: 300;
}
.custom-thanks-content p {
  font-size: 22px;
  color: #1a1a1a;
  padding: 0 0 10px;
  line-height: 1.5;
  margin: 0;
}
.custom-thanks-content .page-thanks-button{
  font-size: 16px;
  padding: 0 25px !important;
  display: inline-block;
  line-height: 50px;
  transition: all 0.3s;
  border-radius: 0 !important;
  color: #1a1a1a;
  background: transparent;
  border: 1px solid #1a1a1a;
  margin-top: 130px;
}
.custom-thanks-content .page-thanks-button:hover{
color: #fff;
  background: #1a1a1a;
}
/*read bar*/
#ruigehond006_wrap{
  top: 81px !important;
}
/*media qurries*/
@media only screen and (max-height: 799px) {
  .main-top-banner .banner-main-image {
    height: 72vh;
  }
}

@media only screen and (min-height: 800px) {
  .main-top-banner .banner-main-image {
    height: 65vh;
  }
}
@media only screen and (max-width: 1440px) {

  .custom-thanks-content h1 {
    font-size: 120px;
  }
  .custom-thanks-content p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
 

  .rano-header .rano-navigation .nav-area-inner .country-dropdown .dropdown-toggle {
    font-size: 14px;
  }

  .rano-header .rano-navigation .nav-area-inner .country-dropdown .dropdown-toggle:after {
    font-size: 14px;
    top: 10px;
    right: 8px;
  }
.rano-header .rano-navigation .nav-area-inner .country-dropdown{
  right: 95px;
  
}
  .video.parbase .bg-video-wrap .bg-video-wrap-title h1 {
    font-size: 46px;
    margin-bottom: 8px;
  }

  .video.parbase .bg-video-wrap .bg-video-wrap-title p {
    font-size: 20px;
  }
  .custom-thanks-content .page-thanks-button {
    margin-top: 110px;
  }
}

@media only screen and (max-width: 1024px) {
  .rano-header .rano-navigation .nav-area-inner .country-dropdown {
    right: 100px;
}


  .our-client-grid-box .our-client-items:nth-child(2n) {
    border-right: none;
  }

  .our-client-grid-box .our-client-items:nth-last-child(-n+6) {
    border-width: 0 1px 1px 0 !important;
  }

  .our-client-grid-box .our-client-items:nth-last-child(-n+2) {
    border-width: 0 1px 0 0 !important;
  }

  .service-page-section.p-40-tb {
    padding: 0 0 600px !important;
    background-position: bottom !important;
  }

  .service-page-section .service-detail-box {
    min-height: auto;
  }

  .text-orange {
    margin-top: 10px;
  }
  .custom-thanks-content h1 {
    font-size: 110px;
  }
  .custom-thanks-content p {
    font-size: 18px;
  }
 
}

@media only screen and (max-width: 991px) {
 
  .rano-header .rano-navigation {
    width: 48%;
}
  .rano-header.sticky-header #mega-menu-wrap-top #mega-menu-top>li.mega-menu-item>a.mega-menu-link {
    color: #fff;
}

.rano-header .rano-navigation .nav-area-inner {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.rano-header .rano-navigation .nav-area-inner .country-dropdown{
  position: static;
  
}
.rano-header .rano-navigation .nav-area-inner .country-dropdown .dropdown-toggle{
  padding: 8px 0px 8px 34px;
}
  .rano-header .rano-navigation .nav-area-inner .country-dropdown .dropdown-toggle:after {
    display: none;
  }

  .rano-header .rano-navigation .social-follower {
      padding: 100px 0 50px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
      margin-top: auto;
      height: 100%;
  
}

.rano-header .rano-navigation .social-follower .social-links-icons {
    display: flex;
    grid-gap: 10px;
    flex: 0 0 35%;
}

.rano-header .rano-navigation .social-follower .social-links-icons>a img{
    object-fit: scale-down;
    aspect-ratio: 1;
    max-width: 100%;
    width: 20px;
    height: 100%;
}

.rano-header .rano-navigation .social-follower .social-links-icons>a {
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    padding: 10px;
    background: #ffffff1a;
}

.rano-header .rano-navigation .social-follower .social-links-icons>a:hover {
    background: #ff3b0a;
    transition: background 0.3s ease-in-out;
}
  .video.parbase {
    max-height: 550px;
  }

  .video.parbase .bg-video-wrap {
    height: 100%;
  }

  .video.parbase .bg-video-wrap .bg-video-wrap-title h1 {
    font-size: 60px;
  }

  .video.parbase .bg-video-wrap .bg-video-wrap-title p {
    font-size: 20px;
  }

  .box-shadow .service-content {
    min-height: auto !important;
  }

  .footer-bottom-main {
    padding: 20px 0 !important;
  }

  .service-page-section.p-40-tb {
    padding: 0 0 455px !important;
    background-position: bottom !important;
  }

  .case-study-list-widget .elementor-widget-container .portfolio-item {
    width: calc(50% - 10px);
  }
  .case-study-list-widget .elementor-widget-container {
    gap: 20px;
}
.custom-thanks-container{
  height: 80vh;
}
.custom-thanks-content{
  padding-top: 90px;
}
.container{
  padding-inline: 20px !important;
}

.section-main-centeric, .section-our-offering .section-main-top-text, .key-industries, .section-solutions, .section-our-clients, .section-news-event, .section-service-pointer, .section-stats, .section-help-with, .salesforce-wedo ,.success-stories-text, .our-digital-com, .envisioning , .section-cta, .section-adobe-product, .section-faq{
  padding-inline: 20px !important;
}
.section-solutions .elementor-element, .section-our-clients .elementor-element, .section-news-event .elementor-element , .salesforce-wedo .elementor-element, .section-service-pointer .elementor-element{
  padding-inline: 0px;
}
}
@media only screen and (max-width: 768px) {
  .video.parbase .bg-video-wrap .bg-video-wrap-title h1 {
    font-size: 48px;
  }

  .main-top-banner .banner-main-image .banner-image {
    -o-object-position: 0;
    object-position: 0;
  }

  .main-top-banner .banner-main-image .banner-image.banner-img-tablet {
    display: block;
  }

  .main-top-banner .banner-main-image .banner-image.banner-img-desktop {
    display: none;
  }

  .main-top-banner .banner-content-img {
    display: none;
  }

  .video.parbase .bg-video-wrap .bg-video-wrap-title p {
    font-size: 18px;
  }

  .main-top-banner .responsivebanner .container .banner-text-box .banner-text-group {
    width: 100% !important;
  }

  .main-top-banner .responsivebanner .container .banner-text-box .banner-text-group .banner-text-title {
    font-size: 32px;
    font-weight: 700;
  }

  .grid .stories-card.element-item {
    width: 50%;
  }

  .salesforce-wedo {
    background-color: #1a1a1a !important;
  }

  .salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items ul.elementor-icon-list-items li.elementor-icon-list-item {
    font-size: 15.5px !important;
  }

  .event-cta-content {
    max-width: 100%;
    padding-top: 30px !important;
    padding-bottom: 40px !important;
   
  }

  .event-cta-content .event-cta-title h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .top-left-title h2 {
    font-size: 22px;
    line-height: 1.5;
  }

  .service-page-section.p-40-tb {
    padding: 0 0 340px !important;
    background-position: bottom !important;
  }

  #custom-portfolio-tabs {
    padding: 0 !important;
  }

  #custom-portfolio-tabs .custom-portfolio-title {
    padding: 0 10px 10px !important;
  }

  #custom-portfolio-tabs .parent-tabs {
    padding: 0 10px;
  }

  #custom-portfolio-tabs .ui-tabs-panel .portfolio-filters {
    padding: 0 10px 20px;
  }

  .case-study-list-widget .elementor-widget-container {
    gap: 10px;
  }

  .case-study-list-widget .elementor-widget-container .portfolio-item {
    width: calc(50% - 10px);
  }

  .pointer-main .point-sub-text {
    font-size: 20px;
    line-height: 1.2;
  }

  .our-client .our-client-grid-box .client-list-widget .elementor-widget-container {
    grid-template-columns: repeat(2, 1fr);

  }

  .our-client .our-client-grid-box .client-list-widget .elementor-widget-container .custom-client-widget:nth-child(2n) {
    border-right: none;
  }

  .our-client .our-client-grid-box .client-list-widget .elementor-widget-container .custom-client-widget:nth-last-child(-n+6) {
    border-width: 0 1px 1px 0;
  }

  .our-client .our-client-grid-box .client-list-widget .elementor-widget-container .custom-client-widget:nth-last-child(-n+2) {
    border-width: 0 1px 0 0;
  }
  .custom-thanks-content h1 {
    font-size: 95px;
  }
  .custom-thanks-content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .top-left-title h2 {
    font-size: 22px;
    line-height: 1.5;
  }

  .main-top-banner .banner-main-image .banner-image.banner-img-tablet {
    display: none;
  }

  .main-top-banner .banner-main-image .banner-image.banner-img-mobile {
    display: block;
  }

  .video.parbase .bg-video-wrap .bg-video-wrap-title h1 {
    font-size: 36px;
  }

  .video.parbase .bg-video-wrap .bg-video-wrap-title p {
    font-size: 16px;
  }

  .grid .stories-card.element-item {
    width: 100%;
  }

  .salesforce-partner-box .salesforce-partner-card .salesforce-partner-card-items ul.elementor-icon-list-items li.elementor-icon-list-item {
    font-size: 16px !important;
  }

  .ranosys-counter .e-con-inner .elementor-widget-container {
    border: none !important;
  }

  .event-cta-content .event-cta-title h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .service-page-section.p-40-tb {
    padding: 0 0 280px !important;
    background-position: bottom !important;
  }

  .case-study-list-widget .elementor-widget-container .portfolio-item {
    width: 100%;
  }

  .case-study-list-widget .elementor-widget-container .portfolio-item .custom-case-overlay-content  {
    min-height: auto;
  }
  .case-study-list-widget .elementor-widget-container .portfolio-item .custom-case-overlay-content .portfolio-description-and-hashtags {
    min-height: auto;
  }
  .custom-thanks-content h1 {
    font-size: 75px;
  }

  .custom-thanks-content{
    padding-top: 100px;
  }
  .custom-thanks-content .page-thanks-button {
    margin-top: 90px;
  } 

}

@media only screen and (max-width: 475px) {
  .gva-quick-side.open {
    width: 100%;
  }

  .service-page-section.p-40-tb {
    padding: 0 0 185px !important;
    background-position: bottom !important;
  }
  .custom-thanks-content h1 {
    font-size: 50px;
  }
  .custom-thanks-content .page-thanks-button {
    font-size: 14px;
  }
  .custom-thanks-container{
    height: 80vh;
  }
}

.search-form {
  /* display: none; */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.search-blog {
  position: relative;
}

.search_box_overlay{
  top: 0;
  height: 100%;
  background: hsla(0, 0%, 100%, .8);
  display: none;
  width: 100%;
  position: fixed;
  z-index: 999;
  left: 0;
  transition: all 1s cubic-bezier(.215,.61,.355,1);
}

.show_search .search_box_overlay{
  display: block;
}
.search-blog .search-btn {
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */

/*cookie css*/
#cookie-notice {
  z-index:9999999999;
  background: #fff !important;
  color: #333 !important;
  -webkit-box-shadow: 0 0 9pt rgba(0, 0, 0, .2);
  box-shadow: 0 0 9pt rgba(0, 0, 0, .2);
}

.cookie-notice-container {
    /* background: #fff;
    color: #333 !important;
    -webkit-box-shadow: 0 0 9pt rgba(0, 0, 0, .2);
    box-shadow: 0 0 9pt rgba(0, 0, 0, .2); */
    text-align: left;
    width: 92.5% !important;
    max-width: 1350px;
    margin: 0 auto;
    padding: 15px 10px;
}
.cookie-notice-container .cn-text-container a {
  color: #ff3b0a;
  font-size: 13px;
  font-weight: 700;
  font-family: Source Sans Pro,sans-serif;
  padding: 0;
  border: 0;
  text-decoration: underline;
  background: 0 0;
  display: inline;
}
.cookie-notice-container .cn-text-container {
  color: #333;
}
.cookie-notice-container .cn-close-icon{
  display: none;
}
.cookie-notice-container span#cn-notice-buttons {
  display: inline-block;
  width: 100%;
  padding: .75em 0;
}
#cookie-notice .cn-button:not(.cn-button-custom){
  margin: 0 0 0 0;
  border-radius: 0;
  line-height: normal;
  padding: 8px 20px;
  margin-right: 20px;
  font-size: 14px;
}
