/* FONT FACE DEFINITIONS */
/* Aeonik Regular */
@font-face {
  font-family: 'Aeonik';
  src: url('https://prasarnet.com/wp-content/themes/prasarnetstaging/fonts/Aeonik/Aeonik-Regular.woff2') format('woff2'),
       url('https://prasarnet.com/wp-content/themes/prasarnetstaging/fonts/Aeonik/Aeonik-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Aeonik Medium */
@font-face {
  font-family: 'Aeonik';
  src: url('https://prasarnet.com/wp-content/themes/prasarnetstaging/fonts/Aeonik/Aeonik-Medium.woff2') format('woff2'),
       url('https://prasarnet.com/wp-content/themes/prasarnetstaging/fonts/Aeonik/Aeonik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

/* Aeonik Bold */
@font-face {
  font-family: 'Aeonik';
  src: url('https://prasarnet.com/wp-content/themes/prasarnetstaging/fonts/Aeonik/Aeonik-Bold.woff2') format('woff2'),
       url('https://prasarnet.com/wp-content/themes/prasarnetstaging/fonts/Aeonik/Aeonik-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* CSS VARIABLES USING AEONIK */
:root {
  --bold_font: 'Aeonik', sans-serif;
  --light_font: 'Aeonik', sans-serif;
  --light_regular: 'Aeonik', sans-serif;
}

html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  transition: 0.3s;
  font-family: 'Aeonik', sans-serif;
}

/*growing_digital_agency*/
.growing_digital_agency {
  padding: 30px 0px 0px 0px;
}
.growing_digital_agency .heading_box h2 {
  text-align: center;
  font-size: 60px;
  text-transform: capitalize;
  margin: 0px 0px 60px 0px;
  padding: 0px 200px;
  font-family:var(--light_font);
  color:#454545;
}
.growing_digital_agency .heading_box h2 span {
  color: #80c31c;
	font-weight:800;
	font-family:var(--bold_font);
}
.growing_digital_agency .video_wraper {
  width: 100%;
  height: 310px;
  overflow: hidden;
  position: relative;
}
.growing_digital_agency .video_wraper img.yt_thumbnail {
  width: 100%;
  height: 100%;
}
.growing_digital_agency .video_wraper img.postion_icon {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
}
.growing_digital_agency .video_wraper button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.growing_digital_agency .image_wraper {
  display: flex;
  justify-content: right;
}
.growing_digital_agency .image_wraper img {
  width: 80%;
	height: 100%;
}
.growing_digital_agency .list_ctawraper ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  margin: 0px;
  background: #62626233;
  list-style: none;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  margin-top: -185px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(10px);
}
.growing_digital_agency .list_ctawraper ul li .flex_box {
  display: flex;
  align-items: center;
}
.growing_digital_agency .list_ctawraper ul li:first-child {
  width: 62%;
}
.growing_digital_agency .list_ctawraper ul li .flex_box p {
  font-weight: 500;
  padding: 0px 0px 0px 20px;
  margin: 0px;
  font-size:25px;
  font-family:var(--light_font);
}
.growing_digital_agency .list_ctawraper ul li .flex_box p span {
  color: #0066cb;
  font-family:var(--bold_font);
}
.growing_digital_agency .list_ctawraper ul li a {
    text-decoration: none;
    background: #fff;
    border-radius: 100px;
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #212121;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.growing_digital_agency .list_ctawraper ul li a::after{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:0%;
	background:#0066cb;
	z-index:-1;
	transition:0.3s;
}
.growing_digital_agency .list_ctawraper ul li a:hover{
	color:#fff;
	border: 1px solid #0066cb;
}
.growing_digital_agency .list_ctawraper ul li a:hover:after {
   height:100%;
   transition:0.3s;
}
/*end*/
/*better_roi*/
.better_roi {
  position: relative;
  overflow-x: hidden;
  background: #e9f4ff;
  padding: 60px 0px;
}
.better_roi .swiper {
  width: 100%;
  /*   height: 100%; */
}
.better_roi .heading_textwraper {
  padding: 0px 0px 0px 26%;
}
.better_roi .heading_textwraper h3 {
  font-size: 60px;
  margin: 0px 0px 45px 0px;
  padding: 30px 0px 0px 0px;
  font-family:var(--light_font);
  color:#454545;
}
.better_roi .heading_textwraper h3 span {
  color: #80c31c;
  font-weight: 800;
  font-family:var(--bold_font);
}
.better_roi .heading_textwraper a {
  width: 70px;
  height: 70px;
  border: 1px solid #0066cb;
  color: #0066cb;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 100px;
  font-size: 20px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.better_roi .heading_textwraper a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  background: #0066cb;
  transition: 0.3s;
  z-index: -1;
}
.better_roi .heading_textwraper a:hover i {
  margin: 0px 10px 0px 0px;
}
.better_roi .heading_textwraper a span {
  display: none;
  color:transparent;
}
.better_roi .heading_textwraper a:hover {
  display: flex;
  width: 200px;
  transition: 0.3s;
  color: #fff;
}
.better_roi .heading_textwraper a:hover:after {
  height: 100%;
}
.better_roi .heading_textwraper a:hover span {
  display: block;
  color: #fff;
}
.better_roi .swiper-slide {
  margin: 20px 0px;
}
.better_roi .swiper-slide .content_wraper {
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  margin: 0px 0px 50px 0px;
  width: 95%;
	height: 100% !important;
}
.better_roi .swiper-slide .content_wraper::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  background: #0066cb;
  z-index: -1;
  transition: 0.3s;
}
.better_roi .swiper-slide .content_wraper h3 {
	height: 190px;
	color: #454545;
	font-size: 28px;
	padding: 18px 10px 0px 0px;
	line-height: 1.4;
	font-weight: 400;
	font-family: var(--light_font);
}
.better_roi .swiper-slide .content_wraper:hover:after {
  height: 100%;
}
.better_roi .swiper-slide .content_wraper:hover h3 {
  color: #fff;
}
.better_roi .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #007aff !important;
  opacity: 1;
}
.better_roi .swiper-pagination-bullet-active {
  background: #007aff !important;
}

/*end*/

/*lead_form_Consultation*/
.lead_form_Consultation.gp_leadform{
	padding-top:100px;
}
.lead_form_Consultation {
  padding: 70px 0 20px;
  background: #e9f4ff;
}
.lead_form_Consultation .container.black_container {
  background: url("../images/consultation_containerbg.png");
  border-radius: 20px;
  padding: 30px;
  background-size: cover;
}
.lead_form_Consultation .text_wraper h2 {
  font-size: 45px;
  color: #fff;
  line-height: 1.1;
  font-family: var(--light_font);
}
.lead_form_Consultation .text_wraper h2 span {
  color: #80c31c;
  font-family: var(--bold_font);
}
.lead_form_Consultation .text_wraper h3 {
  font-size: 45px;
  color: #fff;
  line-height: 1.1;
  font-family: var(--light_font);
}
.lead_form_Consultation .text_wraper h3 span {
  color: #80c31c;
  font-family: var(--bold_font);
}
.lead_form_Consultation .text_wraper p {
    color: #fff;
    font-family: var(--light_font);
    font-size: 19px;
}
.lead_form_Consultation .text_wraper ul {
  list-style: none;
  padding: 0px;
  margin: 40px 0px 0px 0px;
  position: relative;
  z-index: 1;
}
.lead_form_Consultation .text_wraper ul::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 20px;
  width: 2px;
  height: 82%;
  background: #80c31c;
  z-index: -1;
}
.lead_form_Consultation .text_wraper ul li {
  height: 110px;
}
.lead_form_Consultation .text_wraper ul li .flex_wraper {
  display: flex;
}
.lead_form_Consultation .text_wraper ul li .flex_wraper .count_box {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #454545;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lead_form_Consultation .text_wraper ul li .flex_wraper .count_box h5 {
    padding: 0px;
   margin: 0px;
   color: #454545;
   font-family: var(--light_font);
}
.lead_form_Consultation .text_wraper ul li .flex_wraper .sub_textbox {
  margin: 0px 0px 0px 20px;
  width: 80%;
}
.lead_form_Consultation .text_wraper ul li .flex_wraper .sub_textbox h3 {
  color: #fff;
  font-size: 22px;
  font-family:var(--light_font);
}
.lead_form_Consultation .text_wraper ul li .flex_wraper .sub_textbox p {
	font-size: 18px;
	font-family: var(--light_font);
	line-height: 1.4;
	padding: 0px 100px 0px 0px;
}
.lead_form_Consultation .form_wraper form {
  background: #fff;
  border-radius: 15px;
  padding: 27px 27px;
  width: 90%;
  margin-left: 10%;
}
.lead_form_Consultation .form_wraper form h4 {
    text-align: center;
    font-family: var(--bold_font);
    color: #454545;
    font-size: 26px;
    margin: 0px 0px 25px 0px;
}
.lead_form_Consultation .form_wraper form h4 span {
  border-bottom: 3px solid #80c31c;
}
.lead_form_Consultation .form_wraper form input {
  width: 100%;
  height: 38px;
  border-bottom: 1px solid #45454566;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none;
  color: #454545;
  margin: 0px 0px 15px 0px;
  font-family:var(--light_font);
}
.lead_form_Consultation .form_wraper form select {
  width: 100%;
  height: 38px;
  border-bottom: 1px solid #45454566;
  color: #454545;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none;
  margin: 0px 0px 15px 0px;
  font-family:var(--light_font);
}
.lead_form_Consultation .form_wraper form textarea {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #45454566;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none;
  color: #454545;
  margin: 0px 0px 15px 0px;
  font-family:var(--light_font);
}
.lead_form_Consultation .form_wraper form select::placeholder {
  color: #454545d9;
}
.lead_form_Consultation .form_wraper form input::placeholder {
  color: #454545d9;
}
.lead_form_Consultation .form_wraper form textarea::placeholder {
  color: #454545d9;
}
.lead_form_Consultation .form_wraper form .flex_checkinput {
  display: flex;
  align-items: center;
}
.lead_form_Consultation .form_wraper form input.Checkbox {
  width: 20px;
  height: 15px;
}
.lead_form_Consultation .form_wraper form p.check_labeltext {
  font-size: 12px;
  margin-left: 4px;
}
.lead_form_Consultation .form_wraper form button {
  background: #0066cb;
  padding: 10px 26px;
  color: #fff;
  border: 1px solid #0066cb;
  border-radius: 100px;
  width: 100%;
  margin: 10px 0px 0px 0px;
  overflow:hidden;
  position:relative;
  z-index:1;
}
.lead_form_Consultation .form_wraper form button::after{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:0%;
	background:#80c31c;
	z-index:-1;
	transition:0.3s;
}
.lead_form_Consultation .form_wraper form button:hover:after {
   height:100%;
   transition:0.3s;
}
.lead_form_Consultation .form_wraper form button:hover{
	color:#fff;
	border: 1px solid #80c31c;
}

/*end*/

.horizontal_scroll {
  position: absolute;
  top: 0;
  height: 100%;
  will-change: transform;
  display: flex;
  justify-content: space-between;
}

.scroll_contents {
  width: 360px;
  margin: 20px 20px 0px 20px;
}

.sticky_wrap {
  overflow: hidden;
  position: sticky;
  top: 0;
  height: 350px;
}

.red {
  background-color: #ff3d00;
}
.yellow {
  background-color: #ffff00;
}

.gren {
  background-color: #05ff00;
}
.blue {
  background-color: #2835f8;
}

.left {
  margin-top: 5vh;
  margin-left: 5vw;
}

.right {
  text-align: right;
  margin-top: 100px;
  margin-right: 5vw;
}

.hybrid_scrolling {
  background: #e9f4ff;
  padding: 40px 0px;
}
.hybrid_scrolling .heading_textwraper {
  padding: 0px 0px 0px 26%;
}
.hybrid_scrolling .heading_textwraper h3 {
  font-size: 30px;
  font-weight: 500;
  font-size: 50px;
  margin: 0px 0px 45px 0px;
  padding: 30px 0px 0px 0px;
}
.hybrid_scrolling .heading_textwraper h3 span {
  color: #80c31c;
  font-weight: 800;
}
.hybrid_scrolling .heading_textwraper a {
  width: 80px;
  height: 80px;
  border: 1px solid #0066cb;
  color: #0066cb;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 100px;
  font-size: 20px;
  transition: 0.1s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hybrid_scrolling .heading_textwraper a::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background: #0066cb;
  transition: 0.1s;
  z-index: -1;
}
.hybrid_scrolling .heading_textwraper a i {
  margin: 0px 10px 0px 0px;
}
.hybrid_scrolling .heading_textwraper a span {
  display: none;
}
.hybrid_scrolling .heading_textwraper a:hover {
  display: flex;
  width: 200px;
  transition: 0.1s;
  color: #fff;
}
.hybrid_scrolling .heading_textwraper a:hover:after {
  width: 100%;
}
.hybrid_scrolling .heading_textwraper a:hover span {
  display: block;
}
.hybrid_scrolling .content_wraper {
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px;
  transition: 1s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #fff;
}
.hybrid_scrolling .content_wraper::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  background: #0066cb;
  z-index: -1;
  transition: 1s;
}
.hybrid_scrolling .content_wraper h3 {
  color: #454545;
  font-size: 20px;
  padding: 25px 0px 0px 0px;
}
.hybrid_scrolling .content_wraper:hover:after {
  height: 100%;
}
.hybrid_scrolling .content_wraper:hover h3 {
  color: #fff;
}

section.hybrid_scrolling.stickySection {
  width: 100%;
  top: 0;
  z-index: 0;
}
/*end*/
/*ecommerce_achieve*/
.ecommerce_achieve {
  background: #333333;
  padding: 60px 0px 40px 0px;
  position: relative;
}
.ecommerce_achieve .heading_wraper h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  font-family:var(--light_font);
}
.ecommerce_achieve .heading_wraper h2 span {
  font-weight: 800;
  color: #80c31c;
  font-family:var(--bold_font);
}
.ecommerce_achieve .pogress_bar .teambar {
  background: #019ce23b;
  width: 100%;
  height: 45px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  margin: 0px 0px 20px 0px;
}
.ecommerce_achieve .pogress_bar .content_div {
  position: relative;
  width: 78%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  z-index: 1;
}
.ecommerce_achieve .pogress_bar .content_div::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #019ce2;
  border-radius: 100px;
  animation: revert;
  z-index: -1;
}
.ecommerce_achieve .pogress_bar .sam {
  background: #545454;
  width: 100%;
  height: 45px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}
.ecommerce_achieve .pogress_bar .content_div.sam {
  position: relative;
  width: 48%;
  height: 100%;
  display: flex;
  background: #545454;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  border-radius: 100px;
}
.ecommerce_achieve .pogress_bar .content_div.sam::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100px;
  animation: revert;
  z-index: -1;
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  75% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.ecommerce_achieve .pogress_bar .content_div.sam h5 {
  color: #000;
}
.ecommerce_achieve .pogress_bar .content_div h5 {
  font-size: 14px;
  color: #fff;
  margin: 0px;
}
.ecommerce_achieve .slider_box .main_wraper {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 30px 0px 30px 0px;
}
.ecommerce_achieve .slider_box .main_wraper .icon_box {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background: #4c4c4c;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ecommerce_achieve .slider_box .main_wraper h6 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 20px 0px 0px 0px;
  font-family:var(--light_font);
  font-weight:400;
}
.ecommerce_achieve .slider_box .pre_launchbox {
  width: 170%;
  height: 2px;
  background: #fff;
  position: relative;
  margin: 30px 0px 0px 0px;
  top: 56px;
  left: -34%;
}
.ecommerce_achieve .slider_box .pre_launchbox p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 13px;
  background: #333333;
  padding: 2px 10px;
  font-family:var(--light_font);
  top: -10px;
}

/* Style for the next arrow */
.ecommerce_achieve .swiper-button-next {
  position: absolute !important;
  bottom: 0px !important;
  right: 0px !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 100px !important;
  /* background: #fff !important; */
  margin-top: 190px;
}

.swiper-button-next:hover {
  opacity: 1; /* Full opacity on hover */
}

/* Style for the previous arrow */
.ecommerce_achieve .swiper-button-prev {
  position: absolute !important;
  bottom: 0px !important;
  right: 30px !important;
  width: 70px !important;
  height: 70px !important;
  border-radius: 100px !important;
  /* background: #fff !important; */
  margin-top: 168px;
  margin-left: 91%;
}

.swiper-button-prev:hover {
  opacity: 1; /* Full opacity on hover */
}

/* Adjust the positioning of the arrows */
.swiper-button-next {
  right: 10px; /* Move the next button closer to the swiper */
}

.swiper-button-prev {
  left: 10px; /* Move the previous button closer to the swiper */
}

.ecommerce_achieve .swiper-button-next:after {
  font-size: 20px !important;
}
.ecommerce_achieve .swiper-button-prev:after {
  font-size: 0px !important;
  background: url(../images/left_arrow.png) !important;
  width: 32px !important;
  height: 40px !important;
  background-size: 89% !important;
  background-repeat: no-repeat !important;
}
.ecommerce_achieve .swiper-button-next:after {
  font-size: 0px !important;
  background: url(../images/right_arrow.png) !important;
  width: 41px !important;
  height: 40px !important;
  background-size: 89% !important;
  background-repeat: no-repeat !important;
}
.ecommerce_achieve .slider_list ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  position: relative;
  padding: 0px;
}
.ecommerce_achieve .slider_list .pre_launchbox {
  width: 320px;
  height: 2px;
  background: #fff;
  position: relative;
  margin: 30px 0px 0px 0px;
  top: 56px;
  left: 0px;
}
/*end*/
#smooth-wrapper {
  padding: 60px 0px 40px 0px;
}
#smooth-wrapper .project-wrap {
  flex-shrink: 0;
  width: 25%; /* Adjust this as needed */
}
#portfolio .horiz-gallery-strip,
.horiz-gallery-wrapper {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  position: relative;
}

#portfolio .project-wrap {
  width: 30vw;
  height: 250px;
  padding: 2rem;
  box-sizing: content-box;
}
#portfolio .project-wrap .main_wraper h2 {
  font-size: 30px;
  color: #000;
  text-align: left;
}

#portfolio .main_wraper {
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  margin: 0px 0px 50px 0px;
  width: 95%;
}
#portfolio .main_wraper::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  background: #0066cb;
  z-index: -1;
  transition: 0.3s;
}
#portfolio .main_wraper h3 {
  color: #454545;
  font-size: 25px;
  padding: 18px 90px 0px 0px;
  line-height: 1.4;
}
#portfolio .main_wraper:hover:after {
  height: 100%;
}
#portfolio .main_wraper:hover h3 {
  color: #fff;
}
#portfolio .content_wraper {
  background: #fff;
  padding: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#portfolio .content_wraper::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  background: #0066cb;
  z-index: -1;
  transition: 0.3s;
}
#portfolio .content_wraper h3 {
  color: #454545;
  font-size: 25px;
  padding: 18px 90px 0px 0px;
  line-height: 1.4;
}
#portfolio .content_wraper:hover:after {
  height: 100%;
}
#portfolio .content_wraper:hover h3 {
  color: #fff;
}
#portfolio .heading_textwraper {
  padding: 0px 0px 0px 26%;
  position: sticky;
  top: 10px;
  z-index: 99;
  background: #fff;
  height: 300px;
}
#portfolio .heading_textwraper h3 {
  font-size: 30px;
  font-weight: 500;
  font-size: 50px;
  margin: 0px 0px 45px 0px;
  padding: 30px 0px 0px 0px;
}
#portfolio .heading_textwraper h3 span {
  color: #80c31c;
  font-weight: 800;
}
#portfolio .heading_textwraper a {
  width: 80px;
  height: 80px;
  border: 1px solid #0066cb;
  color: #0066cb;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 100px;
  font-size: 20px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#portfolio .heading_textwraper a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0%;
  height: 0%;
  background: #0066cb;
  transition: 0.3s;
  z-index: -1;
}
#portfolio .heading_textwraper a i {
  margin: 0px 10px 0px 0px;
}
#portfolio .heading_textwraper a span {
  display: none;
}
#portfolio .heading_textwraper a:hover {
  display: flex;
  width: 200px;
  transition: 0.3s;
  color: #fff;
}
#portfolio .heading_textwraper a:hover:after {
  width: 100%;
  height: 100%;
}
#portfolio .heading_textwraper a:hover span {
  display: block;
}
/*end*/
/*sticky_services_section*/
.sticky_services_section {
  padding: 10px 0px 30px 0px;
  background: #e9f4ff;
}
.sticky_services_section .serv-marqee{
	margin:0px 0px 30px 0px;
}
.sticky_services_section .sticky_contentbox {
  position: sticky;
  top: 20px;
  z-index: 10; 
}

.sticky_services_section .sticky_contentbox h2 {
  font-size: 40px;
  color: #454545;
  font-weight: 700;
  font-family:var(--bold_font);
}

.sticky_services_section .sticky_contentbox p{
	font-family: var(--light_font);
    font-size: 20px;
    color: #626262;
}

.sticky_services_section .sticky_contentbox a {
  padding: 10px 26px;
  border: 1px solid #0066cb;
  color: #0066cb;
  border-radius: 100px;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  position:relative;
  z-index:1;
  overflow:hidden;	
}
.sticky_services_section .sticky_contentbox a::after{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:0%;
	background:#0066cb;
	z-index:-1;
	transition:0.3s;
}
.sticky_services_section .sticky_contentbox a:hover:after {
   height:100%;
   transition:0.3s;
}
.sticky_services_section .sticky_contentbox a:hover {
  color: #fff;
}

.sticky_services_section .image_wraper {
  margin-bottom: 30px;
}

.sticky_services_section .image_wraper .image_box {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
}

.sticky_services_section .image_wraper .image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sticky_services_section .image_wraper p {
  font-size: 20px;
  font-weight: 500;
  font-family:var(--light_font);
  margin:0px 0px 0px 0px;
  color:#626262;
}

.sticky_services_section .image_wraper h3 {
  font-weight: 600;
  color: #454545;
  font-family:var(--bold_font);
  font-size:30px;
  padding: 17px 0px 0px 0px;
}

/*end*/
.cursor {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
  z-index: 9999;
  border: 1px solid #0066cb;
  transition: all 1s ease-out;
  animation: moveCursor1 1s infinite alternate;
}

.expand {
  background: transparent;
  animation: moveCursor2 1s forwards;
  border: 1px solid yellow;
}

@keyframes moveCursor1 {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(0.8);
  }
}

@keyframes moveCursor2 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(2.5);
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.js-cont {
  position: relative;
  width: 100%;
  height: 100%;
}

.js-scroll {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  will-change: transform;
}

/* body.home .swiper, body.single-service .swiper {
    pointer-events: revert !important;
} */

/*end*/
/*=========services page code start========*/
/*services_banner*/
.services_banner {
  padding: 100px 0px 30px 0px;
  background: #e9f4ff;
}
.services_banner .container.service_container {
  background: url(../images/services_bannerbg.png);
  background-size: cover;
  border-radius: 10px;
  padding: 20px;
  overflow:hidden;
}
.services_banner .container.service_container .text_wraper {
    padding: 0px 0px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.services_banner .container.service_container .text_wraper h1 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    font-family: var(--bold_font);
    padding: 0px 10px 0px 0px;
}
.services_banner .container.service_container .text_wraper p {
  color: #fff;
  margin: 20px 0px 0px 0px;
  font-family:var(--light_font);
  font-weight:300;
  font-size:22px;
}
.services_banner .container.service_container .text_wraper a {
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 100px;
    background: #fff;
    color: #000;
    display: inline-block;
    margin: 40px 0px 0px 0px;
    font-family: var(--light_font);
    position: relative;
    transition: 0.3s;
    z-index: 1;
    overflow: hidden;
    border: none;
    width: 200px;
    text-align: center;
}
.services_banner .container.service_container .text_wraper a::after{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:0%;
	background:#0066cb;
	z-index:-1;
	transition:0.3s;
}
.services_banner .container.service_container .text_wraper a:hover:after {
   height:100%;
   transition:0.3s;
}
.services_banner .container.service_container .text_wraper a:hover {
  color: #fff;
}
.services_banner .image_wraper img {
    width: 100%;
	height: 100%;
    position: relative;
    top: 20px;
    left: 25px;
}
/*end*/
/*services_approach*/
.services_approach {
  padding: 30px 0px;
  background: #e9f4ff;
}
.services_approach .heading_wraper h2 {
  font-weight: 700;
  color: #454545;
  font-size: 50px;
  text-align: center;
  padding: 0px 200px;
  line-height: 1.2;
  margin: 0px 0px 50px 0px;
  font-family:var(--bold_font);
}
.services_approach .content_wraper .text_wraper {
  padding: 20px;
  position:relative;
  z-index:9;
}
.services_approach .content_wraper {
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  margin: 0px 0px 25px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.5s;
  position: relative;
	height:92%;
}
.services_approach .content_wraper::after{
	content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 0%;
    background: #0066cbb5;
	transition: 0.5s;
}
.services_approach .content_wraper:hover:after{
	width: 100%;
	height:100%;
}
.services_approach .content_wraper:hover .postion_imagebox {
  height: 100%;
  width: 100%;
}
.services_approach .content_wraper:hover h3 {
  color: #fff;
}
.services_approach .content_wraper:hover p {
  color: #fff;
}
.services_approach .content_wraper .postion_imagebox {
  width: 0%;
  height: 0%;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  z-index: -1;
  transition: 0.5s;
}
.services_approach .content_wraper .postion_imagebox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(22%);
}
.services_approach .content_wraper h3 {
      font-size: 35px;
    font-weight: 500;
    padding: 0px 20px 0px 0px;
    transition: 0.5s;
    font-family: var(--light_font);
	color: #252422;
}
.services_approach .content_wraper p{
	font-family: var(--light_font);
    font-size: 20px;
    color: #565D60;
}
/*end*/
/*services_spiner*/
.services_spiner {
  padding: 30px 0px;
  background: #252422;
}
.services_spiner .serv-marqee span {
    color: transparent;
    -webkit-text-fill-color: initial;
	-webkit-text-stroke-color: #ffffff8a;
}
.services_spiner .heading_wraper h2 {
  font-weight: 700;
  color: #fff;
  font-size: 50px;
  text-align: center;
  padding: 0px 300px;
  line-height: 1.2;
  margin: 0px 0px 70px 0px;
  font-family:var(--bold_font);
}
.services_spiner .image_box img {
  width: 100%;
}
.services_spiner .text_wraper h3 {
  font-size: 25px;
  color: #ffff;
  padding: 20px 0px 0px 0px;
  font-family:var(--bold_font);
}
.services_spiner .text_wraper p {
  color: #fff;
  margin-left: -12px;
  font-family:var(--light_font);
}
.services_spiner .text_wraper .text_box1 {
  margin-left: 10px;
  margin-top: 12px;
}
.services_spiner .text_wraper .text_box2 {
  margin-left: -56px;
  margin-top: 16px;
}
.services_spiner .text_wraper .text_box3 {
  margin-left: -131px;
  margin-top: 35px;
}
.services_spiner .text_wraper .text_box4 {
  margin-left: -212px;
  margin-top: 45px;
}
/*end*/
/*services_proces*/
.services_proces {
  padding: 30px 0px;
  background: #252422;
}
.services_proces .heading_wraper h2 {
  font-weight: 500;
  color: #fff;
  font-size: 50px;
  margin: 0px 0px 30px 0px;
  font-family:var(--bold_font);
}
.services_proces .heading_wraper p {
  color: #fff;
  font-family:var(--light_font);
}
.services_proces .heading_wraper a {
      width: 80px;
    height: 80px;
    border: 1px solid #ffffff;
    font-size: 20px;
    color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 30px 0px 0px 0px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family:var(--light_font);
}
.services_proces .heading_wraper a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0%;
  height: 0%;
  z-index: -1;
  background: #0066cb;
  transition: 0.3s;
}
.services_proces .heading_wraper a:hover {
  width: 200px;
  padding: 10px 20px;
  color: #fff;
  transition: 0.3s;
}
.services_proces .heading_wraper a:hover:after {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.services_proces .heading_wraper a:hover span {
  display: block;
  transition: 0.3s;
}
.services_proces .heading_wraper a span {
  display: none;
  transition: 0.3s;
}
.services_proces .heading_wraper a i{
	margin:0px 10px 0px 0px;
}
.services_proces .list_buttonwraper ul {
  list-style: none;
  column-count: 2;
}
.services_proces .list_buttonwraper ul li a {
  display: flex;
  align-items: center;
  background: #0000001a;
  border-radius: 100px;
  padding: 10px 13px;
  margin: 0px 0px 15px 0px;
  text-decoration: none;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
  font-family:var(--light_font);
}
.services_proces .list_buttonwraper ul li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0%;
  height: 0%;
  background: #fff;
  z-index: -1;
  transition: 0.3s;
}
.services_proces .list_buttonwraper ul li a:hover:after {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.services_proces .list_buttonwraper ul li a:hover h5 {
  color: #252422;
}
.services_proces .list_buttonwraper ul li a:hover .icon_box {
  background: #0066cb;
}
.services_proces .list_buttonwraper ul li a .icon_box {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #61605e;
}
.services_proces .list_buttonwraper ul li a .sub_textbox h5 {
  font-weight: 400;
  font-size: 18px;
  margin: 0px;
  padding: 0px 0px 0px 15px;
  transition: 0.3s;
}
.services_spiner .text_wraper .comon_box .number_box {
  display: none;
}
.services_proces .serv-marqee span{
   -webkit-text-fill-color: #252422;
   -webkit-text-stroke-color: #ffffff66;
	margin: 0px 0px 50px 0px;
}
/*end*/
/*services_ecommerce_achieve*/
.ecommerce_achieve.services_ecommerce_achieve{
	background:#E9F4FF;
	padding: 60px 0px 0px 0px;
}
.ecommerce_achieve.services_ecommerce_achieve .heading_wraper h2{
	color:#252422;
}
.ecommerce_achieve.services_ecommerce_achieve .pogress_bar .content_div::after{
	animation:revert !important;
	background: #0066CB;
}
.ecommerce_achieve.services_ecommerce_achieve .pogress_bar .content_div.sam::after{
	background: #252422 !important;
}
.ecommerce_achieve.services_ecommerce_achieve .pogress_bar .content_div h5{
	color:#fff;
	font-family:var(--light_font);
	letter-spacing: 2px;
}
.ecommerce_achieve.services_ecommerce_achieve .slider_box .main_wraper h6{
	color:#252422;
	font-family:var(--light_font);
}
.ecommerce_achieve.services_ecommerce_achieve .slider_list .pre_launchbox{
	background:#252422;
}
.ecommerce_achieve.services_ecommerce_achieve .slider_box .pre_launchbox p{
	color:#252422;
	background:#E9F4FF;
	font-family:var(--light_font);
}
.ecommerce_achieve.services_ecommerce_achieve .swiper-button-prev:after{
	background:url('https://prasarnet.com/wp-content/uploads/2025/01/dark_leftarrow.png') !important;
	width: 35px !important;
    height: 35px !important;
    background-size: cover !important;
	display:none;
}
.ecommerce_achieve.services_ecommerce_achieve  .swiper-button-next:after{
	background:url('https://prasarnet.com/wp-content/uploads/2025/01/dark_rightarrow.png') !important;
	width:30px !important;
	height:30px !important;
	background-size:cover !important;
	display:none;
}
.ecommerce_achieve.services_ecommerce_achieve .pogress_bar{
	margin:20px 0px 0px 0px;
}
.ecommerce_achieve.services_ecommerce_achieve .pogress_bar .teambar{
	background:#0066CB21;
}
.ecommerce_achieve.services_ecommerce_achieve .pogress_bar .sam{
	background:#0000001A;
}
.ecommerce_achieve.services_ecommerce_achieve .slider_box .main_wraper .icon_box{
	background:#fff;
}
/*end*/
/*services_successsection*/
section.success.services_successsection{
   background: #e9f4ff;
}
section.success.services_successsection .brands-container{
	display:flex;
	justify-content:space-between;
}
section.success.services_successsection .brands-container .brand{
	background: #fff;
    border: 1px solid #0000001A;
    border-radius: 6px;
    width: 220px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 80px 0px;
    box-shadow: rgb(0 0 0 / 0%) 0px 3px 6px, rgb(0 0 0 / 7%) 1px 2px 2px;
}
section.success.services_successsection .heading_wraper h2{
	font-family:var(--light_font);
	font-size:50px;
	text-align:center;
	margin:0px 0px 60px 0px;
}
section.success.services_successsection .heading_wraper h2 span{
	font-family:var(--bold_font);
	color: #80c31c;
}
/*end*/
section.wrapper.step-wrapper.services.industrie.image_slider .image_boxwraper{
	overflow: hidden;
    border-radius: 0px 10px 10px 0px;
	height:100%;
}
section.wrapper.step-wrapper.services.industrie.image_slider .image_boxwraper img.vartical_sliderimg{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
section.success.services_successsection {
    padding-top: 90px;
}

/*industry_banner*/
.services_banner.industry_banner .service_container {
  background: url("../images/industry_banner.png");
  background-size: cover;
  height: 550px;
}
.services_banner.industry_banner .container.service_container .text_wraper {
  padding: 130px 0px 20px 20px;
}
/*end*/
/*deliver_excellence*/
.deliver_excellence {
  background: #e9f4ff;
  padding: 60px 0px;
}
.deliver_excellence .heading_wraper h2 {
  text-align: center;
  font-weight: 500;
  font-size: 50px;
  padding: 0px 200px;
  margin: 0px 0px 60px 0px;
}
.deliver_excellence h3.skill_barheading {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 0px 0px 20px 0px;
}
.deliver_excellence .heading_wraper h2 span {
  font-weight: 700;
  color: #80c31c;
}
.deliver_excellence .skillbar {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  height: 35px;
  border-radius: 100px !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  border: none !important;
  z-index: 1;
}
.deliver_excellence .skillbar-title {
  position: absolute;
  top: -8px;
  left: -250px;
  width: 250px;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: none !important;
}

.deliver_excellence .skillbar-title span {
  display: block;
  padding: 3px 17px;
  height: 35px;
  background: #e9f4ff;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 15px;
  text-align: right;
  font-weight: 500;
}
.deliver_excellence .skillbar-bar {
  height: 16px;
  width: 0px;
  background: #0066cb;
  border-radius: 100px !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none !important;
}

.deliver_excellence .skill-bar-percent {
  position: absolute;
  right: 10px;
  top: -11px;
  font-size: 15px;
  height: 25px;
  line-height: 35px;
  color: #ffffff;
  color: rgba(0, 0, 0, 0.4);
  font-family: var(--heading);
  font-weight: 700;
}
.deliver_excellence .skill-bar-percent.one {
  right: 45px;
}
.deliver_excellence .skill-bar-percent.two {
  right: 85px;
}
.deliver_excellence .skill-bar-percent.three {
  right: 158px;
}
.deliver_excellence .skill-bar-percent.four {
  right: 215px;
}
.deliver_excellence .skill-bar-percent.five {
  right: 265px;
}
.deliver_excellence .skill-bar-percent.six {
  right: 315px;
}
.deliver_excellence .chart_linelist ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: -352px;
  width: 92%;
  margin-left: -1%;
  z-index: 0;
}
.deliver_excellence .chart_linelist ul li .border_line {
  width: 1px;
  height: 365px;
  background: #2a335126;
  margin: 0px 0px 0px 15px;
}
.deliver_excellence .chart_linelist ul li h5 {
  font-size: 20px;
  color: #2a33516b;
  margin: 0px;
}
.deliver_excellence div#skills {
  position: relative;
}
.deliver_excellence p.chart_listtxt {
  margin: 50px 0px 0px 0px;
  text-align: center;
}
/*end*/
/*visitors_sales_slider*/
.visitors_sales_slider {
  padding: 30px 0px;
  background: #e9f4ff;
  position: relative;
}
.visitors_sales_slider .heading_wraper h2 {
  text-align: center;
  font-weight: 500;
  font-size: 50px;
  padding: 0px 200px;
  margin: 0px 0px 60px 0px;
}
.visitors_sales_slider .heading_wraper h2 span {
  font-weight: 700;
  color: #80c31c;
}
.visitors_sales_slider .main_wraper .text_box h3 {
  font-size: var(--light_font);
  font-size: 30px;
}
.visitors_sales_slider .main_wraper .text_box p {
  font-family: var(--light_font);
  font-weight: 400;
  font-size: 18px;
  padding: 10px 17px 0px 0px;
}
.visitors_sales_slider .main_wraper .text_box ul {
  list-style: none;
  padding: 0px;
  margin: 40px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.visitors_sales_slider .main_wraper .text_box ul li:hover .rounded {
  box-shadow: rgb(214 232 247) 0px 54px 55px, rgb(214 232 247) 0px -12px 30px,
    rgb(214 232 247) 0px 4px 6px, rgb(214 232 247) 0px 12px 13px,
    rgb(214 232 247) 0px -3px 5px;
}
.visitors_sales_slider
  .main_wraper
  .text_box
  ul
  li
  .rounded_percentbox
  .rounded {
  width: 85px;
  height: 85px;
  border-radius: 100px !important;
  background: #fff;
  border: 1px solid #0000001a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.visitors_sales_slider
  .main_wraper
  .text_box
  ul
  li
  .rounded_percentbox
  .rounded
  h5 {
  margin: 0px;
  font-weight: 700;
  font-size: 28px;
}
.visitors_sales_slider .main_wraper .text_box ul li .rounded_percentbox p {
  text-align: center;
  font-family: var(--heading);
  font-weight: 400;
  padding: 0px;
  font-size: 16px;
}
.visitors_sales_slider .main_wraper .image_box img {
  width: 100%;
}
.visitors_sales_slider .swiper-button-next {
  position: absolute !important;
  bottom: 0px !important;
  right: 0px !important;
  border-radius: 100px !important;
  margin-top: 175px;
  width: 40px !important;
}

.swiper-button-next:hover {
  opacity: 1;
}
.visitors_sales_slider .swiper-button-prev {
  position: absolute !important;
  bottom: 0px !important;
  right: 30px !important;
  border-radius: 100px !important;
  margin-top: 175px;
  margin-left: 90.5%;
  width: 40px !important;
}
.swiper-button-prev:hover {
  opacity: 1;
}
.visitors_sales_slider .swiper-button-next:after {
  font-size: 20px !important;
}
.visitors_sales_slider .swiper-button-prev:after {
  font-size: 0px !important;
  background: url(../images/left_arrow.png) !important;
  width: 32px !important;
  height: 40px !important;
  background-size: 89% !important;
  background-repeat: no-repeat !important;
  display: none;
}
.visitors_sales_slider .swiper-button-next:after {
  font-size: 0px !important;
  background: url(../images/right_arrow.png) !important;
  width: 41px !important;
  height: 40px !important;
  background-size: 89% !important;
  background-repeat: no-repeat !important;
  display: none;
}
.visitors_sales_slider .swiper-wrapper {
  margin-bottom: 70px !important;
}

.visitors_sales_slider .swiper-button-next{
	display:none !important;
}
.visitors_sales_slider .swiper-button-prev{
	display:none !important;
}
/*end*/


 .progress{
        width: 100%;
        height: 45px;
        border-radius: 100px;
        background-color: #0066CB21 !important;
    }
    .progress.sam {
        background: #545454 !important;
    }
.skill-wrapper{
  margin-bottom:30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.skill-wrapper span {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: var(--light_font);
    margin-bottom: 10px;
    color: #fff;
}
.skill-wrapper span.left_text {
    position: absolute;
    left: 16px;
    font-size: 17px;
    font-weight: 600;
    top: 12px;
}
.skill-wrapper span.right_text {
    position: absolute;
    right: 7px !important;
    background: #019CE2;
    height: 25px;
    padding: 3px 10px;
    border-radius: 100px;
    top: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.progress-bar {
    background: #019CE2;
    border-radius: 100px;
}
.ecommerce_achieve.services_ecommerce_achieve .skill-wrapper span.right_text {
	 background: #0066CB;
}
.ecommerce_achieve.services_ecommerce_achieve .skill-wrapper.secend span.right_text{
	background:#252422 !important;
}
.ecommerce_achieve.services_ecommerce_achieve .progress-bar{
	background: #0066CB;
}
.progress-bar.black{
    background: #fff;
}
.progressbar-active{
	animation-name: progress;
	animation-duration: 5s;
	animation-fill-mode: forwards;
	animation-delay: 0.4s;
}
.skill-wrapper.secend span{
    color: #000;
}
.skill-wrapper.secend span.right_text {
    right: 7px !important;
    background: #252422;
	color:#fff;
    height: 25px;
    padding: 3px 10px;
    border-radius: 100px;
    top: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
@keyframes progress{
	0%{
		width:0;
	}
	100%{
		width:100%;
	}
}
.skill-wrapper.secend.services_scroller .progress.sam{
	background:#0000001A !important;
}
.skill-wrapper.secend.services_scroller .progress-bar.black{
	background:#252422 !important;
}
.skill-wrapper.secend.services_scroller span{
	color:#fff;
}

/*end*/
/*section.better_roi.slider_heightmanage*/
.better_roi.slider_heightmanage .swiper-slide .content_wraper{
	height:360px !important;
}
.better_roi.slider_heightmanage .swiper-slide .content_wraper h3{
	font-size:28px;
}
/*end*/

.srv-page-sec1 .image_boxwraper img{
	width:100%;
}

/*making_waves_slider*/
.making_waves_slider {
  padding: 60px 0px;
	display:none;
}
.making_waves_slider .heading_wraper h2 {
  font-size: 35px;
  text-align: center;
  font-family:var(--light_font);
}
.making_waves_slider .heading_wraper h2 span {
  color: #80c31c;
  font-family:var(--bold_font);
}
.making_waves_slider .slider_box .main_wraper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 40px 0px 35px 0px;
}
.making_waves_slider .slider_box .main_wraper .image_box {
    width: 88%;
    height: 420px;
    border-radius: 185px;
    overflow: hidden;
    background: #004aad;
}
.making_waves_slider .slider_box .main_wraper .image_box img{
	width:100%;
	height:100%;
	object-fit:contain;
}
.making_waves_slider .slider_box .main_wraper .text_box {
  text-align: center;
  margin: 20px 0px 0px 0px;
}
.making_waves_slider .slider_box .main_wraper .text_box h3 {
  font-size: 26px;
  font-family:var(--light_font);
  padding:0px 70px;
}
.making_waves_slider .slider_box .main_wraper .text_box p{
	font-family:var(--light_font);
}
.making_waves_slider .slider_box .main_wraper .text_box a {
  padding: 8px 30px;
  border-radius: 100px;
  border: 1px solid #0066cb;
  color: #0066cb;
  text-decoration: none;
}
/*end*/
/*mobile_showsection*/
section.success.services_successsection.mobile_showsection .brand{
	background: #fff;
    border: 1px solid #0000001A;
    border-radius: 6px;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 0px 0px;
    box-shadow: rgb(0 0 0 / 0%) 0px 3px 6px, rgb(0 0 0 / 7%) 1px 2px 2px;
}
section.success.services_successsection.mobile_showsection .brand img{
	width:100px;
}

/*end*/
.slider_box.mobile_slider{
	display:none;
}
section.success.services_successsection.mobile_showsection{
	display:none;
}

/*end*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
  overflow-y: scroll;
}

.sidenav a {
    text-decoration: none;
    display: block;
    transition: 0.3s;
    font-size: 27px;
    color: #13264a;
	font-family:var(--light_font);
}
.sidenav .closebtn {
    position: absolute;
    top: -6px;
    right: 14px;
    font-size: 56px;
    margin-left: 50px;
}
.sidenav .mobile-menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.sidenav .mobile-menu li {
    padding: 0px 15px 17px 15px;
    background: none;
    color: #fff;
    margin: 0px 0px 14px 0px;
    border-bottom: 1px solid #e7e8e7;
}
.sidenav .mobile-menu .dropdown button {
    background: transparent;
    border: none;
    font-size: 26px;
    padding: 0px;
    font-weight: 300;
    color: #13264a;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-family:var(--light_font);
}
.sidenav .mobile-menu .dropdown-menu.show {
    display: contents;
}
.sidenav ul.dropdown-menu.sub_menulist li a {
    font-size: 20px !important;
    padding: 8px 0px 10px 0px !important;
    border-bottom: 1px dashed #00000070;
}
.sidenav .mobile-menu .dropdown-menu.show a{
	font-size:22px;
	padding:0px;
}
.sidenav .dropdown-item:hover{
	background:transparent !important;
}
.sidenav .mobile-menu .dropdown-menu.show li {
    padding: 0px 15px 17px 0px;
    margin: 12px 0px 0px 0px;
}
.sidenav .mobile-menu li:last-child{
	border-bottom:none;
}
.sidenav .mobile-menu li a.get_a_quotebtn {
    display: block;
    background: #0066cb;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 100px;
    margin: 50px 0px 0px 0px;
    font-size: 28px;
}
/*end*/
/* .modal.first_modal{
	position:relative;
} */
.modal.first_modal .modal-footer{
	padding: 0px;
    margin: 0px;
    position: absolute;
    right: 20px;
    top: 10px;
    border: none;
}
.modal.first_modal .modal-footer button{
	width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 100px;
    border: none;
}
.modal.first_modal .modal-footer button i{
	color:red;
}
/*end*/
/*======================new header header.page-header=================*/
/* header.page-header {
    padding: 10px 0px 10px 0px;
    position: fixed;
    width: 100%;
    z-index: 99999;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
header.page-header .navbar {
  display: flex;
  align-items: center;
  padding: 0px 0px;
}
header.page-header .navbar-logo {
  color: #ff3f34;
  text-decoration: none;
  font-size: 25px;
}
header.page-header .navbar-logo img {
  max-width: 150px;
}

header.page-header .navbar-links {
  list-style-type: none;
  display: flex;
  margin: 0px;
}
header.page-header .navbar-links li a {
  display: block;
	text-decoration: none;
	color: #454545;
	margin: 7px 12px 0px 15px;
	font-weight: 400;
	transition: 0.4s all;
	font-size: 17px;
	font-family: var(--light_font);
	position: relative;
	letter-spacing: 1.1px;
}
header.page-header .navbar-links li a::after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 21px;
  height: 1px;
  background: #0066cb;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 50;
}
header.page-header .navbar-links li a:hover {
  color: #0066cb;
}
header.page-header .navbar-links li a:hover:after {
  opacity: 1;
}
header.page-header .navbar-links li a.active {
  color: #0066cb;
}
header.page-header .navbar-links li a.quote_btn {
  padding: 6px 16px;
  border:1px solid #0066cb;
  border-radius: 100px;
  color: #0066cb;
  text-transform: capitalize;
  margin-top: -3px;
  margin: 0px 0px 0px 15px;
  font-weight: 400;
  font-family: var(--light_font);
  position:relative;
  overflow:hidden;
  z-index:1;
  transition:0.3s;
}
header.page-header .navbar-links li a.quote_btn::after{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:0%;
	background:#0066cb;
	transition:0.3s;
	z-index:-1;
}
header.page-header .navbar-links li a.quote_btn:hover{
	color:#fff;
}
header.page-header .navbar-links li a.quote_btn:hover:after{
	height:100%;
}

header.page-header .navbar-links li a.quote_btn.hide_btn {
    background: transparent;
    color: #0066cb;
    border: 1px solid #0066cb;
    padding: 7px 22px;
}
header.page-header .navbar-links li a.quote_btn.hide_btn:hover {
  background: #0066cb;
  color: #fff;
  border: 1px solid #0066cb;
}

header.page-header .navbar-links li.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(6px);
}

header.page-header .navbar-links li.navbar-dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 25px 20px;
  top: 100%;
  transform: translateY(50px);
  left: 0px;
  width: 100%;
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 111;
  transition: 0.4s all;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
header.page-header .navbar-links li.navbar-dropdown .dropdown ul {
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  width: 99%;
}
header.page-header .navbar-links li.navbar-dropdown .dropdown ul li {
  width: 31%;
}
header.page-header .navbar-links li.navbar-dropdown .dropdown ul .image_wraper {
  width: 100%;
  height: 190px;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.4s all;
}
header.page-header
  .navbar-links
  li.navbar-dropdown
  .dropdown
  ul
  .image_wraper:hover {
  background: url("../images/growth_img1.png");
  transition: 0.4s all;
}
header.page-header
  .navbar-links
  li.navbar-dropdown
  .dropdown
  ul
  .image_wraper
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header.page-header .navbar-links li.navbar-dropdown .dropdown ul li {
  margin: 0px 20px 0px 0px;
}
header.page-header .navbar-links li.navbar-dropdown .dropdown ul li:last-child {
  margin: 0px;
}
header.page-header .navbar-links li.navbar-dropdown .dropdown ul li:last-child {
  border-right: none;
}
header.page-header .navbar-links li.navbar-dropdown .dropdown a {
  transition: 0.4s all;
  font-size: 13px;
  font-family: var(--menu_font);
  font-weight: 400;
  margin: 0px 0px 13px 0px;
  border-bottom: 1px solid #0000001f;
  padding: 0px 0px 13px 0px;
}
header.page-header .navbar-links li.navbar-dropdown .dropdown a:last-child {
  border-bottom: none;
}
header.page-header .navbar-links li.navbar-dropdown .dropdown ul li a img {
  width: 20px;
  margin: 0px 5px 0px 0px;
}
header.page-header .navbar-dropdown .dropdown a:hover {
  padding-left: 25px;
}
header.page-header .navbar-links li a:hover i {
  transform: rotate(180deg);
  transition: 0.4s all;
}
header.page-header .mobile_menu .offcanvas-header.page-header img {
  width: 150px;
}
header.page-header .offcanvas-header.page-header {
  background: #f1f1f1;
  padding: 10px 10px;
}
header.page-header .mobile_menu .offcanvas-body .list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
header.page-header .mobile_menu .offcanvas-body .list ul li {
  margin: 0px 0px 11px 0px;
  border-bottom: 1px solid #00000026;
  padding: 0px 0px 10px 0px;
}
header.page-header .mobile_menu .offcanvas-body .list ul li a {
  text-decoration: none;
  font-family: var(--heading);
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
header.page-header .mobile_menu .offcanvas-body .list ul li img {
  margin: 0px 5px 0px 0px;
}

header.page-header .mobile_menu .offcanvas-body .dropdown.m_dropdown button {
  width: 100%;
  text-align: left;
  font-family: var(--light_font);
  font-weight: 500;
  border-radius: 0px;
  margin: 0px 0px 10px 0px;
  color: #000;
  border-bottom: 1px solid #00000026;
  padding: 0px 0px 10px 0px;
  font-size:28px;
}
header.page-header
  .mobile_menu
  .offcanvas-body
  .dropdown.m_dropdown
  button.btn:focus {
  box-shadow: revert;
}
header.page-header .mobile_menu .offcanvas-body .dropdown-menu.show {
  display: contents !important;
}
header.page-header .mobile_menu .offcanvas-body .dropdown-item {
  padding: 0px;
}
header.page-header .mobile_menu .offcanvas-body .dropdown-menu.show a {
  text-decoration: none;
  font-family: var(--heading);
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin: 0px 0px 14px 0px;
  padding: 0px 0px 10px 0px;
  display: block;
  border-bottom: 1px solid #00000026;
}
header.page-header .mobile_menu .offcanvas-body .dropdown-menu.show a img {
  margin: 0px 5px 0px 0px;
  width: 20px;
}
header.page-header .mobile_menu .offcanvas-body a {
  text-decoration: none;
  font-family: var(--light_font);
  font-weight: 500;
  color: #000;
  display: block;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid #00000026;
  padding: 0px 0px 10px 0px;
  font-size:28px;
}
header.page-header .mobile_menu .offcanvas-body .dropdown-toggle::after {
  position: absolute;
  right: 0px;
  top: 14px;
  font-size: 20px;
}
a.m_menu {
    display: none;
}
header.page-header .mobile_menu .offcanvas-body .dropdown.m_dropdown button.btn:focus{
	border:none;
} */
/*======================End=================*/

section.making_waves_slider.image_cover .slider_box .main_wraper .image_box img{
	object-fit:cover;
}

/*end*/
/*freeconConsultation_banner*/
.freeconConsultation_banner {
  padding: 110px 0px 0px 0px;
  position: relative;
  z-index: 1;
  background: #f3fafd;
}
.freeconConsultation_banner::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/banner_vactor.webp");
  z-index: -1;
}
.freeconConsultation_banner .text_wraper h1 {
  font-family: "Urbanist", sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: #454545;
  text-transform: capitalize;
}
.freeconConsultation_banner .text_wraper h1 span {
  font-weight: 800;
  color: #80c31c;
  white-space: break-spaces;
}
.freeconConsultation_banner .text_wraper p {
  font-size: 17px;
  font-family: "Urbanist";
  font-weight: 500;
  color: #626262;
}
.freeconConsultation_banner .text_wraper .flex_button_wraper {
  margin: 50px 0px 20px 0px;
}
.freeconConsultation_banner .text_wraper .flex_button_wraper a {
  padding: 8px 26px;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  background: #0066cb;
  text-transform: capitalize;
  border-radius: 100px;
  color: #fff;
  margin: 0px 10px 0px 0px;
  text-decoration: none;
  position:relative;
  z-index:1;
  overflow:hidden;
}
.freeconConsultation_banner .text_wraper .flex_button_wraper a::after{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:0%;
	background:#80C31C;
	transition:0.3s;
	z-index:-1;
}
.freeconConsultation_banner .text_wraper .flex_button_wraper a:hover{
	color:#fff;
	background:transparent;
}
.freeconConsultation_banner .text_wraper .flex_button_wraper a:hover:after{
	height:100%;
}
.freeconConsultation_banner .text_wraper .flex_button_wraper a.bg_transparent {
  background: #fff;
  color: #0066cb;
}
.freeconConsultation_banner .text_wraper .social_icon a {
  text-decoration: none;
  color: #454545;
}
.freeconConsultation_banner .image_wraper img {
  width: 100%;
}
/*end*/
/*growth_journet*/
.growth_journet {
  padding: 70px 0 20px;
  position: relative;
  background: #f3fafd;
}
.growth_journet .container.growth_container {
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.growth_journet .container.growth_container::after {
  content: "";
  position: absolute;
  top: 183px;
  left: 50%;
  border-left: 2px dashed #626262;
  width: 1px;
  height: 59%;
  z-index: -1;
}
.growth_journet .growth_heading h2 {
  font-family: var(--light_font);
  font-size: 48px;
  text-align: center;
  margin: 0px 0px 55px 0px;
}
.growth_journet .growth_heading h2 span {
  font-family:var(--bold_font);
  color: #80c31c;
  padding: 0px 6px;
}
.growth_journet .text_wraper {
  margin: 0px 0px 135px 0px;
}
.growth_journet .text_wraper h4 {
  font-family: var(--light_font);
  color: #454545;
}
.growth_journet .text_wraper p {
    padding-right: 30px;
    color: #626262;
    font-family: var(--light_font);
}
.growth_journet .step_box {
  width: 65px;
  height: 65px;
  border-radius: 100px;
  background: #fff;
  margin: 0 auto;
}
.growth_journet .step_box {
  width: 80px;
  height: 80px;
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.growth_journet .step_box h5 {
  font-family: var(--bold_font);
  font-weight: 800;
  font-size: 25px;
  line-height: 1;
  margin: 0px;
  color: #454545;
}
.growth_journet .step_box h5 span {
  font-weight: 500;
  color: #454545;
  font-size: 14px;
}
.growth_journet .right_flexbox {
  display: flex;
  justify-content: right;
  width: 85%;
}
.growth_journet .image_box {
  width: 170px;
  height: 170px;
  border-radius: 100px;
  overflow: hidden;
  background: #000;
}
.growth_journet .image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*end*/
/*free_consultation_clientservices*/
.free_consultation_clientservices{
	padding:30px 0px 0px 0px;
}
.free_consultation_clientservices .why_usbox_wraper {
  box-shadow: 0px 2px 12px 0px #0000001a;
  border: 1px solid var(--Primary-30, #b3d1ef);
  padding: 20px;
  border-radius: 10px;
	margin:0px 0px 30px 0px;
	height:93%;
}
.free_consultation_clientservices .why_usbox_wraper h5 {
  color: #e1e1e1;
  font-size: 55px;
  font-weight: 600;
  font-family:var(--bold_font);
}
.free_consultation_clientservices .why_usbox_wraper h2 {
  color: #0066cb;
  font-size: 31px;
  font-family:var(--bold_font);
}
.free_consultation_clientservices .why_usbox_wraper p{
	color:#626262;
	font-family:var(--light_font);
}
.free_consultation_clientservices .why_usbox_wraper a {
  width: 70px;
  height: 70px;
  border: 1px solid #0066cb;
  color: #0066cb;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 100px;
  font-size: 20px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.free_consultation_clientservices .why_usbox_wraper a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  background: #0066cb;
  transition: 0.3s;
  z-index: -1;
}
.free_consultation_clientservices .why_usbox_wraper a:hover i {
  margin: 4px 0px 0px 8px;
}
.free_consultation_clientservices .why_usbox_wraper a span {
  display: none;
}
.free_consultation_clientservices .why_usbox_wraper a:hover {
  display: flex;
  width: 200px;
  transition: 0.3s;
  color: #fff;
}
.free_consultation_clientservices .why_usbox_wraper a:hover:after {
  height: 100%;
}
.free_consultation_clientservices .why_usbox_wraper a:hover span {
  display: block;
}
.free_consultation_clientservices .serv-heading h2{
	margin:0px 0px 40px 0px;
}
.free_consultation_clientservices .serv-heading h2 span{
	font-family:var(--bold_font);
	color:#80C31C;
}
/*end*/

section.blogs.srv-blog {
    padding: 35px 0px;
}
.gapping-wraper{
	padding:125px 20px 30px 20px !important;
}
section.srv-page-sec2.gp_manage {
    padding: 40px 0 0;
}
section.blogs.srv-blog.top_gbox {
    padding-top: 120px;
}







/*trusted_partner_review*/
.trusted_partner_review {
  padding: 60px 0px;
  background: linear-gradient(to right, #f3fafd, #dae8ee26);
}
.trusted_partner_review a {
  text-decoration: none;
}
.trusted_partner_review .heading_wraper {
  text-align: center;
}
.trusted_partner_review .heading_wraper h2 {
    font-weight: 500;
    margin: 0px;
    font-size: 60px;
    font-family: var(--light_font);
    color: #454545;
}
.trusted_partner_review .heading_wraper h2 span {
  color: #80c31c;
  font-family: var(--bold_font);
}
.trusted_partner_review .heading_wraper p {
  margin: 0px 0px 40px 0px;
  color: #252422;
  font-family: var(--light_font);
  font-size: 23px;
}
/*end*/
.trusted_partner_review .nav-tabs {
  justify-content: center;
  margin: 0px 0px 10px 0px;
}
.trusted_partner_review .nav-tabs .nav-link img {
  width: 65px;
  border-radius: 100px;
}
.trusted_partner_review .nav-tabs .nav-link {
  border-radius: 100px !important;
  color: #000 !important;
  margin: 0px 10px;
  padding: 4px 14px;
  font-weight: 500;
  border-radius: 0px !important;
}
.trusted_partner_review .nav-tabs .nav-link:hover{
	border:1px solid #fff !important;
}
.trusted_partner_review .nav-tabs .nav-link.active {
  color: #000000 !important;
  background: transparent;
  border: none;
  border-bottom: 2px solid #0066cb;
}
.trusted_partner_review .nav-tabs .nav-link.active:hover{
	border:none !important;
	border-bottom: 2px solid #0066cb !important;
}
.trusted_partner_review .review_mainwraper {
  width: 100%;
  padding: 28px 28px 42px 28px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px) saturate(150%);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #0000001f;
  margin: 20px 0px 40px 0px;
}
/* .trusted_partner_review .review_mainwraper::before {
  content: "";
  position: absolute;
  bottom: -16px;
  right: 0px;
  width: 30px;
  height: 30px;
  background: linear-gradient(to left, #667eea, #764ba2);
  border-radius: 100px;
  z-index: -1;
  filter: blur(8px);
  opacity: 0.3;
} */
.trusted_partner_review .review_mainwraper .flex_box {
  display: flex;
  border-bottom: 1px solid #0000001f;
  margin: 0px 0px 17px 0px;
}
.trusted_partner_review .review_mainwraper .flex_starbox {
  display: flex;
  align-items: center;
  margin: 0px 0px 15px 0px;
}
.trusted_partner_review .review_mainwraper .flex_starbox .star_box {
  display: flex;
}
.trusted_partner_review .review_mainwraper .flex_starbox .star_box .icon_box {
  width: 15px;
  height: 15px;
  background: #02b679;
  margin: 0px 5px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trusted_partner_review .review_mainwraper .flex_starbox .star_box .icon_box i {
  color: #fff;
  font-size: 8px;
}
.trusted_partner_review .review_mainwraper .flex_starbox .star_box .icon_box.full_whitebg {
    background: #dcdce6;
}
.trusted_partner_review .review_mainwraper .flex_starbox .text_element h4 {
  margin: 0px;
  font-size: 13px;
  color: #454545;
}
.trusted_partner_review .review_mainwraper .flex_starbox h6 {
  font-size: 12px;
  margin: 0px;
  text-align: right;
  width: 40%;
  color: #000;
}
.trusted_partner_review .review_mainwraper h4 {
  font-size: 18px;
  font-weight: 600;
  color: #454545;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family:var(--light_font);
}
.trusted_partner_review .review_mainwraper p {
  font-size: 14px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--light_font);
}
.trusted_partner_review .review_mainwraper .flex_box .image_box img {
    width: 43px;
    height: 43px;
    margin: -3px 10px 0 0;
}
.trusted_partner_review .review_mainwraper .flex_box .text_wraper h3 {
  font-size: 16px;
  color: #000;
  margin: 0px;
  font-family: var(--bold_font);
}
.trusted_partner_review .review_mainwraper .flex_box .text_wraper p {
  color: #000;
  font-family: var(--light_font);
}
.trusted_partner_review .review_mainwraper .flex_box .text_wraper p i {
  color: #454545;
}
.trusted_partner_review .review_mainwraper .postion_logobox {
  position: absolute;
  bottom: 17px;
  left: 20px;
}
.trusted_partner_review .review_mainwraper .postion_logobox img {
  width: 85px;
	height: 100%;
  border-radius: 100px;
}
.trusted_partner_review .review_mainwraper .postion_logobox i {
  font-size: 10px;
  margin-left: -6px;
  color: #000;
}
.trusted_partner_review .review_centerwraper {
  text-align: center;
  margin: 30px 0px 30px 0px;
}
.trusted_partner_review .review_centerwraper .flex_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trusted_partner_review .review_centerwraper .flex_box h3 {
  font-size: 20px;
  margin: 0px 10px 0px 0px;
  font-family:var(--bold_font);
}
.trusted_partner_review .review_centerwraper .flex_box .star_box {
  display: flex;
  align-items: center;
}
.trusted_partner_review .review_centerwraper .flex_box .star_box .icon_box {
  width: 35px;
  height: 35px;
  background: #02b679;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px 0px 0px;
}
.trusted_partner_review .review_centerwraper .flex_box .star_box .icon_box.white_starbg {
    background: #dcdce6 !important;
}
.trusted_partner_review
  .review_centerwraper
  .flex_box
  .star_box
  .icon_box.postion_box {
  position: relative;
  z-index: 1;
}
.trusted_partner_review
  .review_centerwraper
  .flex_box
  .star_box
  .icon_box.postion_box::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background: #dcdce6;
  z-index: -1;
}
.trusted_partner_review .review_centerwraper .flex_box .star_box .icon_box i {
  color: #fff;
}
.trusted_partner_review .review_centerwraper p {
  padding: 5px 0px 0px 0px;
  font-family:var(--light_font);
}
.trusted_partner_review .review_centerwraper p img {
    width: 85px;
    margin-top: -2px;
}
.trusted_partner_review
  .review_centerwraper.clutch
  .flex_box
  .star_box
  .icon_box {
  background: #e62415;
}
.trusted_partner_review
  .swiper-wrapper.clutch
  .review_mainwraper
  .flex_starbox
  .star_box
  .icon_box {
  background: #e62415;
}
.trusted_partner_review
  .swiper-wrapper.clutch
  .review_mainwraper
  .postion_logobox
  img {
  width: 45px;
  margin: 0px 5px 0px 0px;
}
.trusted_partner_review
  .review_centerwraper.Goodfirms
  .flex_box
  .star_box
  .icon_box {
  background: #1b66f3;
}
.trusted_partner_review
  .swiper-wrapper.Goodfirms
  .review_mainwraper
  .flex_starbox
  .star_box
  .icon_box {
  background: #1b66f3;
}
.trusted_partner_review .review_centerwraper.clutch p img{
	width:55px;
}
/*end*/
/*featured_brand*/
.featured_brand {
  padding: 60px 0px;
  background: #fff;
}
.featured_brand .heading_wraper h3 {
  font-size: 45px;
  margin: 0px 0px 30px 0px;
  text-align: center;
  font-family:var(--bold_font);
}
.featured_brand .heading_wraper h3 span{
	font-family:var(--bold_font);
	color:#80c31c;
}
.featured_brand .image_list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.featured_brand .image_list ul li .image_wraper {
  width: 148px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  /* border: 1px solid #0000001f; */
  padding: 5px 10px;
  margin: 0px 10px 10px 0px;
}
.featured_brand .image_list ul li .image_wraper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  transition: 1s;
  cursor:pointer;
}
.featured_brand .image_list ul li .image_wraper img:hover {
  -webkit-filter: grayscale(0);
  transition: 1s;
}
/*end*/


