p{
  margin-top: 0;
}
.home {
  overflow-x: hidden;
}
.inline__img-flex > .elementor-element {
  width: calc(33% - 12px);
  box-shadow: 2px 2px 3px #31313142;
  border-radius: 10px;
  overflow: hidden;
}
.cta_text .elementor-icon-box-title {
  margin-bottom: 4px !important;
  display: block;
}
.objectss {position:absolute; top:0; z-index:9; width: 100%}
.objectss span.icon1 {position:absolute; top:160%; display:block; left:8%; animation:MoveUpDown 20s infinite linear}
.objectss span.icon2 {position:absolute; top:330%; display:block; left:2%; animation:MoveUpDown 20s infinite linear}
.objectss span.icon3 {position:absolute; top:500%; display:block; left:10%; animation:move 5000ms infinite alternate ease-in-out; offset-path:path("M30,40 C30,40 0,0 0,0"); transform:rotate(126deg)}

.objectss span.icon4 {position:absolute; top:150%; display:block; right:4%; animation:move 7000ms infinite alternate ease-in-out; offset-path:path("M30,40 C30,40 0,0 0,0"); transform:rotate(127deg)}
.objectss span.icon5 {position:absolute; top:300%; display:block; right:10%; offset-path:path("M30,40 C30,40 0,0 0,0"); animation:move 4000ms infinite alternate ease-in-out; transform:rotate(126deg)}
.objectss span.icon6 {position:relative; top:600px; right: -88%; animation:MoveUpDown 10s infinite linear; display:block;width: 129px;}

@keyframes move {
  0% {   offset-distance:0%;  }
    100% {   offset-distance:100%;  }
}
@keyframes MoveUpDown {
  0%, 100% {   transform:translateY(0);  }
    50% {   transform:translateY(-70px);  }
}

.ellipse.light.blue {
  position: absolute;
  background: rgb(34,200,252);
  background: radial-gradient(circle, rgba(34,200,252,0.2) 0%, rgba(34,200,252,0) 70%);
    background-size: auto;
  height: 900px;
  width: 900px;
  border-radius: 50%;
  animation: moveLeftToRight 10s linear infinite;
  transition: transform 0.3s ease;
  background-size: 100% 100% !important;
  top: 0;
}

.ellipse.dark.blue {
  position: absolute;
  background: rgb(34,122,255);
/*   background: radial-gradient(circle, rgba(246, 147, 28, 0.15) 0%, rgba(34,122,255,0) 70%); */
/*     background: radial-gradient(circle, rgba(255, 255, 255, 0.54) 0%, rgba(34,122,255,0) 70%); */
  background: radial-gradient(circle, rgba(34,200,252,0.2) 0%, rgba(34,200,252,0) 70%);

  background-size: auto;
  height: 900px;
  width: 900px;
  border-radius: 50%;
  float: right;
  animation: moveRightToLeft 10s linear infinite;
  transition: transform 0.3s ease;
  background-size: 100% 100% !important;
  top: 0;
}

@keyframes moveLeftToRight {
  0% {transform:translateX(0px) translateY(-200px);}
  50% {transform:translateX(1600px) translateY(200px); /* Adjust the destination values as needed */}
  100% {transform:translateX(0px) translateY(-200px);}
}


@keyframes moveRightToLeft {
  0% {transform:translateY(-200px) translateX(1600px);}
  50% {transform:translateY(1000px) translateX(-1000px); /* Adjust the destination values as needed */}
  100% {transform:translateY(-200px) translateX(1600px);}
}
.header_menu .current-menu-item{
  position: relative;
}

.header_menu .elementor-nav-menu--main > ul > li:hover > a::after,
.header_menu .elementor-nav-menu--main > ul > .current-menu-item > a::after {
  content: "";
  background: #59c0db;
  display: block;
  width: 47px;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
}
.header_menu .elementor-nav-menu--main > ul > li.menu-item-2024:hover a::after{
  display: none;
}
.header_menu .current-menu-item a {
  font-weight: 500 !important;
}
.elementor-nav-menu li ul li a:hover {
  color: #fff !important;
  text-decoration: none;
}

/* -- Card Wrapper -- */
.card_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.service-card {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 10px 36px 0 rgba(0, 0, 0, 0.10);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 328px;
  max-width: inherit !important;
  margin-right: -170px;
  transition: all .5s ease;
}
.card_wrapper .service-card:first-child {
  margin-left: 0;
}
.service-card > div {
    background: #f6931c;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  border-radius: 100px;
}
.service-card img {
  filter: contrast(0%) brightness(1000%);
}
.service-card .h3 {
  margin-bottom: 15px;
  color: #101010;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-transform: initial !important;
    font-family: "Outfit", Sans-serif;
}
.service-card p {
  color: #464646;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.63;
    font-family: "Outfit", Sans-serif;
  margin-bottom: 0;
}
.service-card:hover {
    background: #f6931c;
}
.service-card:hover {
  margin-right: 0;
}
.service-card:hover div {
  background: #fff;
}
.service-card:hover * {
  color: #fff;
}
.service-card:hover img {
  filter: none;
}
.card_wrapper {
  width: 1000px;
}
.pr_row__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.inner-portfolio-logo {
  width: calc(50% - 30px);
}
.img_wrapper-logo-pr {
  position: relative;
}
.portfolio-logo-1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
}
.screen {
  margin: 0 auto;
  display: block;
}
.portfolio-image-logo:hover .portfolio-tags {
  transform: translatey(0);
}
.portfolio-image-logo .portfolio-tags {
  top: -2px;
  right: -2px;
  padding: 10px 20px 12px;
  transition: all 0.2s ease-in;
}
.portfolio-tags {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 18px 0px 21px;
  background: #EFFCFF85;
  transform: translatey(-122%);
  transition: all 0.5s ease-in;
  backdrop-filter: blur(8px);
}
.portfolio-image-logo .portfolio-tags span {
  margin-right: 6px;
}
.portfolio-tags span {
  color: #222;
    font-family: "Outfit", Sans-serif;
  font-weight: 500;
  background-color: white;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 40px;
    border: 1px solid #59C1DB;
}
.portfolio-image-logo {
  padding: 75px 25px;
  background-size: 105%;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.2s ease-in;
}
.portfolio-content h5 {
  font-size: 25px;
  color: black;
  font-family: "Outfit", Sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
.portfolio-content p{
  font-family: "Outfit", Sans-serif;
  line-height: 1.5;
  font-size: 18px;
}
.process {
  background: #231F20;
  color: #fff;
  padding-top: 83px;
  padding-bottom: 83px;
}
.process .container {
  max-width: 1600px;
  margin: 0 auto;
}
.process h2 {
  color: #fff !important;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Outfit", Sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.14;
  margin-top: 0;
}
.process .p {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.8;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-family: outfit;
}
.para {
    color: #FFF;
    font-family: "Outfit", Sans-serif !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.28;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.web_process_wrapper .para{
  font-size: 24px;
}
.web_process_wrapper.company__profile .para {
  font-size: 22px;
}
.one-fourth > img {
  margin-bottom: 20px;
}
.one-fourth {
  position: relative;
  max-width: 21.8%;
}
.one-fourth p {
  color: #FFF;
  font-family: "Outfit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.process_wrapper {
  display: flex;
  gap: 5%;
}
.process_wrapper.web_process_wrapper {
  display: flex;
  gap: 3%;
}
.process_wrapper.web_process_wrapper .one-fourth {
  max-width: 20%;
  width: 20%;
}
.bg_number {
  margin-bottom: 0 !important;
  position: absolute;
  right: -30px;
  top: 24%;
}
.bg_num-web {
  margin-bottom: 0 !important;
  position: absolute;
  right: 0;
  top: 8%;
  font-size: 85px;
  font-weight: bold;
  font-family: outfit;
  z-index: 0;
  color: #ef860933;
}
/* ### Pricing Table ### */
.wrap-pricing{max-width:1250px; margin:0 auto;}

.pricing-table{
  max-width: 1250px !important;
  width: 100% !important;
  display:grid; grid-template-columns:240px repeat(3, 1fr); 
  border:1px solid #dee2e6; 
  font-family: "Outfit", Sans-serif;

  border-radius: 10px; 
  overflow:hidden; 
}
.pricing-table .col {
  border-left: 1px solid #dee2e6;
  padding: 0;
  background: #ffffff85 !important;
  backdrop-filter: blur(10px);
}
.pricing-table .col:first-child{ border-left:none; background:#fff; }
.pricing-table .head{
  height: 120px;
}
.pricing-table .head{
  padding:18px; 
  border-bottom: 2px solid #5ac2dc;
  font-weight: 800;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, rgba(246, 147, 28, 0.99) -13.13%, rgba(51, 44, 46, 0) 213.33%) !important;
  color: #fff !important;
}
.pricing-table .cell {
  padding: 18px 20px;
  text-align: center;
  border-bottom: 1px solid #dee2e6;
  font-size: 16px;
}

.pricing-table .cell:last-child{
  border-bottom: 0;
}
.pricing-table .col:first-child .cell,
.pricing-table .col:first-child .head{ 
  text-align:left; 
  font-weight:600; 
}
.pricing-table .col .btn {
  display: block;
  font-family: "Outfit", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #FFFFFF;
  background-image: linear-gradient(180deg, #121212 0%, #464545 100%);
  border-radius: 5px 5px 5px 5px;
  padding: 10px 35px;
  letter-spacing: 0.3px;
}
.pricing-table .col .btn:hover{
  opacity: 0.8;
}
.stationery_pagetable .pricing-table {
  grid-template-columns: repeat(3, 1fr);
}
.stationery_pagetable .pricing-table .head {
	height: auto !important;
	text-align: center !important;
	padding: 30px;
}
.stationery_pagetable .pricing-table .head .price{
	  font-size: 25px;
}
.stationery_pagetable .pricing-table .cell {
  text-align: center !important;
  font-weight: 400 !important;
}
.cell-stationery_blt {
	max-width: 100%;
	width: 290px;
	margin: 0 auto;
}
.cell-stationery_blt ul li {
	font-size: 19px;
	line-height: 2.1;
	color: #020101;
	list-style: none;
/* 	  text-align: center; */
}
.cell-stationery_blt ul li ul li {
  line-height: 1.5;
/*   font-size: 18px; */
  color: #424242;
}
.cell-stationery_blt ul li ul {
  margin-bottom: 18px;
}
.cell-stationery_blt ul li::before {
  content: "";
  width: 17px;
  height: 8px;
  display: inline-block;
  border-left: 3px solid #2f2f2f;
  border-bottom: 3px solid #333;
  transform: rotate(-46deg);
  margin-right: 12px;
}
.st_cell-wrapper {
  display: flex;
  flex-direction: column;
  height: 487px;
  justify-content: space-between;
}
.cell-stationery_blt ul{
	padding-left: 0;
}
.stationery_pagetable .pricing-table .head {
  font-size: 25px;
  font-weight: bold !important;
}
.stationery_pagetable .pricing-table .head p {
  font-size: 17px !important;
  margin-top: 17px;
  font-weight: 500 !important;
}

/* .stationery_pagetable .pricing-table .cell:nth-child(2) {
  height: 100px !important;
} */
.price {
  font-size: 31px;
  font-weight: 900;
  text-shadow: 2px 2px 1px #5ac2dc;
}
.old{ text-decoration:line-through; color:var(--muted); font-size:14px; margin-right:6px }

.btn{ display:inline-block; padding:10px 18px; border-radius:999px; font-weight:700; text-decoration:none; color:#fff; background:var(--accent); }

.ok{ color:var(--brand) }
.no{ color:#ef4444 }

.pricing-table .elementor-icon {
  display: flex;
  justify-content: center;
}
.pricing-table .elementor-icon i {
  font-size: 18px;
  color: #fff;
  margin: 0 1px !important;
  display: inline-block;
}
.pricing-table .elementor-icon-wrapper {
  margin: 5px 0;
}
.testimonial-arrow img {
  cursor: pointer;
}
/* Testimonials */
.cs-head {
    margin: 0 auto;
}
.testimonial-item {
    padding: 50px 20px 50px;
}
.inner-testimonial {
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(5.5px);
    padding: 40px 40px 50px;
    text-align: center;
    opacity: 0.5;
    transition: all 0.2s ease-in;
}
.inner-testimonial p:first-child {
  font-size: 19px;
  line-height: 1.53;
  margin-bottom: 40px;
  font-family: outfit;
}
.inner-testimonial .name {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.12;
  margin-bottom: 5px;
  font-family: outfit;

}
.inner-testimonial .designation {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-family: outfit;
}
.inner-testimonial .designation{}
.testimonial-item.slick-slide.slick-current.slick-active .inner-testimonial {
    transform: translateY(-30px);
    opacity: 1;
}

.inner-testimonial img {
    margin: 16px auto 0;
    display: block;
}
.inner-testimonial:after {
    content: "";
    background: url(../img/testimonialIcon.png);
    display: block;
    width: 68px;
    height: 51px;
    margin: 0 auto;
    position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
}
.testimonial-arrow .myarrow {
    -webkit-appearance: none;
    border: none;
    padding: 0;
    background: none;
    margin: 0 20px;
}
.testimonial-arrow {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.testimonial-arrow .t-next img {
    transform: rotate(180deg);
}
.testimonial-item .inner-testimonial {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(5.5px);
}
div#simple-translate {
    display: none;
}
.homeFaqcss .e-n-accordion-item {
  border-bottom: 1px solid #e1e1e1;
  border-left: 2px solid #5AC2DC;
  background: #FFF;
  box-shadow: 0px 4px 24px 0px rgba(230, 232, 217, 0.40);
  padding: 30px 30px;
  margin-bottom: 20px !important;
}
.homeFaqcss .e-n-accordion-item > .elementor-element {
  padding-top: 25px;
}

.css_branexe img {
  width: 24px !important;
  margin-left: 8px !important;
}
.css_branexe p {
  color: #020101;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.css_branexe p, .css_branexe a {
  color: #020101;
  font-weight: 500 !important;
  font-family: "Outfit", Sans-serif !important;
}
.sticky-header {
  position: fixed !important;
  width: 100% !important;
  background: #ffffffad;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  z-index: 999 !important;
  transition: all 0.3s ease !important;
  backdrop-filter: blur(7px);
}

/* .coder-cnt-form */
.frm__ui input, .frm__ui select, .frm__ui textarea {
  background: red !important;
  height: 45px !important;
  background: transparent !important;
  color: #232323;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #BEBEBE;
  width: 100%;
  padding-bottom: 15px;
    margin-bottom: 7px;
  outline: none;
  box-shadow: none;
}
.form-row p {
  display: flex;
  gap: 20px;
}
.form-row.full p {
  width: 100%;
  display: block;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	background-image: linear-gradient(180deg, #000 0%, #4F4F4F 100%) !important;
	width: 180px;
	height: 46px !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #FFF;
	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	padding: 0;
	margin-bottom: 0;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	box-shadow: 0px 12px 18.9px 0px rgba(58, 49, 195, 0.2);
	transition: all 0.7s ease;
	font-weight: bold;
	background-color: #1d1d1d !important;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
  opacity: 0.9;
}
.frm__ui textarea {
  height: 80px !important;
}
.form-row p > span {
  width: 50% !important;
}
.form-row p > span.wpcf7-spinner {
  width: 24px !important;
}
.wpcf7-form-control.wpcf7-select option {
  font-family: arial;
  background: white !important;
  padding: 0 !important;
}
.equal_height > div {
  border-radius: 11px !important;
  height: 124px;
  box-shadow: 0px 12px 18.9px 0px rgba(58, 49, 195, 0.1);
}

/* Blog Page CSS */
.blog-tabs {
  display: flex;
  gap: 57px;
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
  overflow-x: auto;
  justify-content: center;
  flex-wrap: wrap;
  font-family: outfit;
  border-bottom: 1px solid #eaeaea;
}
.blog-tabs li{
  cursor: pointer;
  padding-bottom: 10px;
  position: relative;
  white-space: nowrap;
  color: #383537;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.53636364;
  transition: all 0.5s ease;
  cursor:pointer; 
  transition:0.1s; 
}
.blog-tabs li:hover::after, 
.blog-tabs li.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F6931C;
  border-radius: 2px;
  transition: all 0.5s ease;
}
.blog-tabs li:hover, .blog-tabs li.active {
  color: #f6931c;
}
.blog-title {
  margin: 0;
  margin-bottom: 12px;
}
.blog-title a {
  color: #000;
  font-family: outfit !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;

}
.blog-title a:hover{
  opacity: 0.8;
}
.blog-excerpt {
  font-size: 16px;
  color: #262626;
  line-height: 1.6;
  font-family: outfit;
}

.blog-date {
  font-family: outfit;
  font-weight: bold;
  color: #fe981d;
  font-size: 14px;
  margin-bottom: 13px;
  display: block;
}
.blogs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(calc(33% - 40px),1fr));
  gap: 40px;
}
.blog-img img:hover{
  opacity: 0.8;
}
.all_portfolio--page .blog-item { background:#ececec;}
.blog-item { background:#fff; border-radius:10px; overflow:hidden; box-shadow:0 2px 6px rgba(0,0,0,0.1); }
.blog-img img { width:100%; display:block; }
.blog-content { padding: 22px; }
.blogs-pagination {
  margin-top: 60px;
  text-align: center;
}
.blogs-pagination a {
  color: #59c0db;
  border: 1px solid #59c0db;
  font-family: outfit !important;
  padding: 0;
  width: 40px;
  display: inline-block;
  height: 40px;
  line-height: 39px;
  margin: 0 7px;
  border-radius: 5px;
  font-size: 14px;
}
.pagi-active {
  background: #59c0db;
  color: #fff !important;
}
.all_portfolio--page .blog-tabs li:hover, 
.all_portfolio--page .blog-tabs li.active {
  color: #5ac2dc !important;
}
.all_portfolio--page .blog-tabs li:hover::after, 
.all_portfolio--page .blog-tabs li.active::after {
  background: #5ac2dc !important;
}
/* Blog Page CSS END */
/* Blog Single Page CSS */
.blog_single_post .container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.post_single_content img {
  max-width: 100%;
  height: auto;
}
.blog_single_post .row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.blog_single_post {
  font-family: outfit;
  font-size: 18px;
  line-height: 1.6;
}
.blog_single_post {
  padding-top: 160px;
  padding-bottom: 80px;
}
.blog_meta div {
    display: flex;
    align-items: center;
    gap: 10px;
  }
.blog_meta {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 40px;
  font-size: 19px;
}
.post_single_content > .blog_meta {
  margin-left: 0 !important;
}
@media (min-width: 768px) {
    .blog_single_post .col-md-8 {
    flex: 0 0 auto;
    width: calc(68% - 20px);
    margin: 0;
  }
  .blog_single_post .col-md-4 {
    flex: 0 0 auto;
    width: calc(32% - 20px);
    margin: 0;
  }
}
.single-post .sticky_header-cs {
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease !important;
}
.post_single_content > img {
  border-radius: 10px;
}
.post_single_content h1, .post_single_content h2, .post_single_content h3, .post_single_content h4, .post_single_content h5, .post_single_content h6 {
  font-family: outfit !important;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.4;
}
.post_single_content h1{
  font-weight: bold !important;
}
.post_single_content a {
  color: #f7941d !important;
}
.addtoany_shortcode {
  margin-top: 50px;
}
/* -- */
div#ez-toc-container {
  border: 0 !important;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}
.ez-toc-title {
  color: #000 !important;
  font-family: outfit !important;
  font-size: 22px !important;
  font-style: normal !important;
  font-weight: 600 !important;
}
.ez-toc-list-level-3 {
  margin: 0 !important;
}
#ez-toc-container a {
  color: #000 !important;
  font-size: 17px !important;
  font-style: normal;
  font-family: outfit !important;
  font-weight: 400 !important;
  line-height: 1.4;
  margin-bottom: 19px !important;
  text-decoration: none !important;
}
.ez-toc-list.ez-toc-list-level-1 li a{
    position: relative;
}
.ez-toc-list.ez-toc-list-level-1 li a::before {
  list-style: none !important;
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-top: 7px;
  margin-right: 12px;
  background: #fff;
  border-radius: 50px;
  border: 3px solid #5ac2dc;
}
div#ez-toc-container {
  background: #fff;
  border: 1px solid #ddd;
  padding: 30px;
}
.ez-toc-title-container {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.table_of_cnt_wrapper {
  position: sticky;
  top: 80px;
}
.related_posts.blog-posts article:last-child {
  margin-bottom: 0;
}
.blog_single_post .post_single_content #ez-toc-container {
  display: none;
}
#ez-toc-container a.ez-toc-toggle{
  display: none !important;
}
/* Blog Single Pages CSS END*/


/* Brocher Page CSS */
.list_icn-inner li {
  font-family: outfit;
  line-height: 1.7;
  font-size: 18px;
}
.list_icn-inner {
  padding-left: 20px;
}
.contactform_styling {
  padding: 35px !important;
  background-size: cover !important;
  border-radius: 20px !important;
  box-shadow: 0px 0px 8px #3333333d;
  background: #59C1DB;
  background: linear-gradient(180deg, rgb(27, 121, 145) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(25px);
  border: 1px solid #2d849c3d;
  background-repeat: no-repeat;
}
.contactform_styling input, .contactform_styling textarea {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border-radius: 10px;
  height: 52px;
  padding: 0 22px;
  border: 0;
  width: 100%;
  margin-bottom: 20px;
  outline: 0 !important;
  font-family: outfit;
  background: #fff !important;
}
.contactform_styling input::placeholder,
.contactform_styling textarea::placeholder{
  opacity: 1 !important;
}
.contactform_styling textarea{
  height: 110px;
  padding-top: 10px !important;
}

.contactform_styling input.wpcf7-form-control.wpcf7-submit.has-spinner {
  font-size: 15px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0 !important;
  border: 0 !important;
  cursor: pointer;
  height: 58px;
  border-radius: 10px !important;
  box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.2);
}
.contactform_styling p{
  margin-bottom: 0;
}
.contactform_styling .wpcf7-spinner {
  position: absolute;
}
.contactform_styling {
  max-width: 80%;
  margin: 0 auto;
}

.inner-banner-cs {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
   animation: bgMove 20s infinite alternate ease-in-out;
}

/* background move + zoom in/out */
@keyframes bgMove {
  0% {
    background-position: 50% 50%;
    background-size: 100%;
  }
  50% {
    background-position: 50% 80%;
    background-size: 160%;
  }
  100% {
    background-position: 50% 100%;
    background-size: 115%;
  }
}
.performance_col {
  border-radius: 10px !important;
  box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.10) !important;
  padding: 30px !important;
  margin-bottom: 30px !important;
  position: relative !important;
}
.imgBGcolor .elementor-widget-container {
  width: 60px !important;
  background: #f7941d;
  height: 60px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  margin-bottom: 12px;
}
.imgBGcolor img {
  filter: contrast(0%) brightness(1000%);
  width: 37px;
}
.performance_col {
  border-radius: 10px !important;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.06) !important;
  padding: 30px !important;
  margin-bottom: 30px !important;
  position: relative !important;
  border: 1px solid #eee;
}
.service-ic-image img {
  margin-bottom: 10px;
  width: 55px;
}
.bdr_whatmake .elementor-icon-box-title {
  margin-top: 0;
}
.bdr_whatmake {
  border-radius: 19px !important;
  background: rgba(255, 255, 255, 0.06);
  padding: 42px !important;
  padding-bottom: 31px !important;
  margin-bottom: 0px !important;
  background-image: url("../img/service-bg.svg") !important;
  background-position: top left !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  border-bottom: 1px solid #dbdbdb;
  backdrop-filter: blur(10px);
  box-shadow: 6px -2px 20px #f0f0f0;
}
.bdr_whatmake:hover {
  box-shadow: inset 2px -1px 15px #e8e8e8;
  transition: all 0.4s ease;
}

/* Video Animation */
.desire-col{
	  position: relative;
}
.desire-col .elementor-icon-box-title {
  margin-top: 0;
}
.desire-col::before {
	border-radius: 15px !important;
	opacity: 0.05 !important;
	background: linear-gradient(180deg, #FFF 0%, #171717 100%);
	box-shadow: 0px 188px 53px 0px rgba(153, 153, 153, 0.00), 0px 120px 48px 0px rgba(153, 153, 153, 0.01), 0px 68px 41px 0px rgba(153, 153, 153, 0.03), 0px 30px 30px 0px rgba(153, 153, 153, 0.05), 0px 8px 17px 0px rgba(153, 153, 153, 0.06);
	content: "" !important;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
/* Video End */
/* Web Design Page */
.page-id-2784 .image-section {
  background: url(../img/screenBefore.png) no-repeat;
  background-size: 100% 100%;
  padding: 18px 29px 29px 18px;
}
.page-id-2784 .portfolio-image {
  padding: 100px 90px 50px;
  border-radius: 15px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.page-id-2784 .image-section img {
  width: 100%;
  height: 388px;
  object-fit: cover;
  object-position: center top;
  transition: all 2s ease-in;
}
.page-id-2784 .portfolio-image:hover img {
  object-position: center bottom;
}
.page-id-2784 .portfolio-tags {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 20px 11px;
  border-radius: 0px 18px 0px 21px;
  background: #B0DAE3;
  transform: translatey(-122%);
  transition: all 0.5s ease-in;
  border: 1px solid #ffffffa1;
  border-top: 0;
  border-right: 0;
}
.page-id-2784 .portfolio-image:hover .portfolio-tags {
  transform: translatey(0);
}
.page-id-2784 .portfolio-image {
  background-image: linear-gradient(180deg, #B7E8F4 0%, #EBFBFF 100%) !important;
}
.span_box {
  background: #ffffff57;
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: 1;
  border-radius: 300px;
  top: -300px;
  box-shadow: 0px 100px 100px #ffffffd6;
  left: -25px;
}
.page-id-2784 .image-section {
	  border: 15px solid black;
	  padding: 0 !important;
	  border-radius: 12px;
	  background: none !important;
	  outline: 3px solid white;
	  box-shadow: 10px 10px 10px #00000026;
}
.page-id-2784 .image-section img {
  margin-bottom: -5px !important;
}

/* Web Design Page End */
/* Media start */
@media only screen and (max-width: 1680px){
  .process .container {
    max-width: 1440px;
    margin: 0 auto;
  }
  .pr_row__wrapper {
    max-width: 1440px;
    margin: 0 auto;
  }
  .portfolio-image-logo {
    background-size: cover !important;
  }
  .objectss span.icon3 {
    left: 7%;
  }
  .objectss span.icon5 {
    right: 0%;
  }

  /* -web design- */
  .page-id-2784 .image-section {
    padding: 12.81px 20.63px 20.63px 12.81px;
  }
  .page-id-2784 .image-section img {
    height: 276.02px;
  }
  .page-id-2784 .portfolio-image {
    padding: 71.15px 64.03px 35.57px;
    border-radius: 10.67px;
    margin-bottom: 21.34px;
  }
  .page-id-2784 .portfolio-tags span {
    padding: 3.56px 10.67px;
    border-radius: 28.46px;
    font-size: 11.38px;
  }
   .page-id-2784 .portfolio-tags {
        padding: 10px 10px 10px;
    border-radius: 0px 12.80px 0px 14.96px;
    top: -1px;
    right: -1px;
  }

}
@media only screen and (max-width: 1599px){
	.blog_single_post .faq-col {
		padding: 25px 30px !important;
	}
	.blog_single_post .faq-col {
		margin-bottom: 20px !important;
	}
	.sidebar-contact .toggle {
		width: 40px !important;
		top: 35% !important;
		left: -40px !important;
		line-height: 40px !important;
		padding: 25px 0px !important;
		border-radius: 0px 3px 3px 0px !important;
		font-size: 14px !important;
	}
	.stationery_pagetable .pricing-table .head {
		padding: 20px;
		font-size: 21px;
	}
	.stationery_pagetable .pricing-table .head .price {
		font-size: 19px;
	}
	.stationery_pagetable .pricing-table .head p {
		font-size: 14px !important;
		margin-top: 14px;
		font-weight: 500 !important;
	}
	.cell-stationery_blt ul li {
		font-size: 16px;
	}
	.cell-stationery_blt ul li::before {
		width: 14px;
		height: 7px;
		position: relative;
		top: -3px;
	}
	.cell-stationery_blt {
		width: 260px;
	}
	.st_cell-wrapper {
		height: 430px;
	}
	.comp_pro .process h2,
	.webd_proc .process h2, 
	.vd_anim .process h2,
	.bro_proc .process h2,
	.station_proc .process h2 {
        margin-bottom: 16.80px;
        font-size: 50px;
    }
	.station_proc .process .p{
		max-width: 62%;
	}
  /* Blog Single Page CSS */
  .post_single_content > img {
    border-radius: 10px;
    width: 100%;
  }
  .blog_single_post .container {
    max-width: 1050px;
  }
  .blog_single_post {
    font-size: 16px;
  }
  .blog_single_post {
    padding-top: 140px;
    padding-bottom: 67.20px;
  }
  .blog_meta {
    gap: 33.60px;
    margin-top: 33.60px;
    margin-bottom: 16.80px;
    margin-left: 33.60px;
    font-size: 16px;
  }
  .addtoany_shortcode {
    margin-top: 42.00px;
  }
  /* -- */
  div#ez-toc-container {
  border-radius: 16.80px;
  }
  .ez-toc-title {
  font-size: 18.48px !important;
  }
  #ez-toc-container a {
  font-size: 15px !important;
  margin-bottom: 16px !important;
  }
  .ez-toc-list.ez-toc-list-level-1 li a::before {
    width: 7px;
    height: 7px;
    margin-top: 4px;
    margin-right: 12px;
    border-radius: 50px;
    border: 3px solid #5ac2dc;
  }
  div#ez-toc-container {
  padding: 25.20px;
  }
  .ez-toc-title-container {
    padding-bottom: 25.20px;
    margin-bottom: 25.20px;
  }
  .table_of_cnt_wrapper {
    position: sticky;
    top: 67.20px;
  }
/* Blog Single Pages CSS END*/
  /* Blog Page CSS */
  .blog-tabs {
    gap: 47.88px;
    margin-bottom: 42.00px;
  }
  .blog-tabs li{
    padding-bottom: 8.40px;
    font-size: 18.48px;
  }
  .blog-title {
    margin-bottom: 10.08px;
  }
  .blog-title a {
    font-size: 16.80px;
  }
  .blog-excerpt {
    font-size: 13.44px;
  }
  .blog-date {
    font-size: 11.76px;
    margin-bottom: 10.92px;
  }
  .blogs-grid {
    grid-template-columns: repeat(auto-fill,minmax(calc(33% - 33.60px),1fr));
    gap: 33.60px;
  }
  .blog-content { padding: 18.48px; }
  .blogs-pagination {
    margin-top: 50.40px;
  }
  .blogs-pagination a {
    width: 33.60px;
    height: 33.60px;
    line-height: 33.60px;
    margin: 0 5.88px;
    border-radius: 4.20px;
    font-size: 11.76px;
  }
  /* Blog Page CSS END */
  .frm__ui input, .frm__ui select, .frm__ui textarea {
    height: 37.80px !important;
    font-size: 13.44px;
    padding-bottom: 12.60px;
  }
  .form-row p {
    gap: 16.80px;
  }
  .wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 151.20px;
    height: 45px !important;
    font-size: 13.44px;
  }
  .wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    opacity: 0.7;
  }
  .frm__ui textarea {
    height: 67.20px !important;
  }
  .objectss span.icon1 {
    width: 105px;
    left: 3%;
    top: 120%;
  }
  .objectss span.icon2 {
    top: 266%;
    left: 0%;
  }
 .objectss span.icon3 {
    top: 417%;
    width: 100px;
    left: 5%;
  }
  .objectss span.icon4 {
    top: 100%;
    right: -2%;
  }
  .objectss span.icon5 {
    right: 0%;
    top: 250%;
  }
  .objectss span.icon6 {
    position: relative;
    top: 450px;
    right: -91%;
    animation: MoveUpDown 10s infinite linear;
    display: block;
    width: 100px;
  }
  @keyframes move {
    0% {   offset-distance:0%;  }
      100% {   offset-distance:20%;  }
  }
  @keyframes MoveUpDown {
    0%, 100% {   transform:translateY(0);  }
      50% {   transform:translateY(-40px);  }
  }
  /* -- Card Wrapper -- */
  .card_wrapper {
    margin-left: 14.23px;
  }
  .service-card {
    border-radius: 14.23px;
    padding-left: 17.79px;
    padding-right: 17.79px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 233.36px;
    margin-right: -120.95px;
  }
  .card_wrapper .service-card:first-child {
    margin-left: 0;
  }
  .service-card > div {
    width: 42.69px;
    height: 42.69px;
    margin-bottom: 17.79px;
    border-radius: 71.15px;
  }
  .service-card .h3 {
    margin-bottom: 11px;
    font-size: 15.65px;
  }
  .service-card p {
    font-size: 13px;
  }
  .service-card:hover {
    margin-right: 0;
  }
  .card_wrapper {
    width: 711.46px;
  }
  .service-card img {
    width: 27px;
  }

  /* -- portfolio -- */
  .pr_row__wrapper {
    gap: 21.34px;
  }
  .inner-portfolio-logo {
    width: calc(50% - 21.34px);
  }
  .screen {
    width: 403.40px;
  }
  .portfolio-image-logo .portfolio-tags {
    padding: 7.11px 14.23px 8.54px;
  }
  .portfolio-tags {
    border-radius: 0px 12.81px 0px 14.94px;
  }
  .portfolio-image-logo .portfolio-tags span {
    margin-right: 4.27px;
    font-size: 13px;
  }
  .portfolio-tags span {
    padding: 3.56px 10.67px;
    border-radius: 28.46px;
  }
  .portfolio-image-logo {
    padding: 53.36px 17.79px;
    border-radius: 10.67px;
    margin-bottom: 14.23px;
  }
  .portfolio-content h5 {
    font-size: 18px;
    margin-bottom: 10.67px;
  }
  .portfolio-content p{
    font-size: 16px;
  }
  .pr_row__wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  .process .container {
    max-width: 1100px;
    margin: 0 auto;
  }
  .process {
    padding-top: 69.72px;
    padding-bottom: 69.72px;
  }
  .process h2 {
    margin-bottom: 16.80px;
    font-size: 58.80px;
  }
  .process .p {
    margin-bottom: 33.60px;
    line-height: 1.6;
    font-size: 16px;
  }
  .one-fourth p {
    font-size: 13px;
    line-height: 1.6;
  }
  .process_wrapper .one-fourth > img:first-child{
    width: 75px;
    margin-bottom: 16.80px;
  }
  .para {
    font-size: 21.00px;
    margin-bottom: 16.80px;
    gap: 25.20px;
  }
  .one-fourth p {
    font-size: 14.28px;
  }
  .pricing-table .cell {
    padding: 15px 15px;
    text-align: center;
    border-bottom: 1px solid #dee2e6;
    font-size: 14px;
  }
  .pricing-table .col .btn {
    font-size: 15px;
  }
  .inner-testimonial p:first-child {
    font-size: 16px;
    margin-bottom: 20px;
  }
  /* Brocher Page CSS */
	.list_icn-inner li {
	  font-size: 15px;
	}
	.list_icn-inner {
	  padding-left: 20px;
	}
  .contactform_styling {
    padding: 29.40px !important;
    border-radius: 16.80px !important;
    box-shadow: 0px 0px 33.60px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(21.00px);
  }
  .contactform_styling input, .contactform_styling textarea {
    font-size: 12px;
    border-radius: 8.40px;
    height: 43.68px;
    padding: 0 18.48px;
    margin-bottom: 16.80px;
  }
  .contactform_styling textarea{
    height: 92.40px;
    padding-top: 8.40px !important;
  }
  .contactform_styling input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 12.60px;
    height: 48.72px;
    border-radius: 8.40px !important;
    box-shadow: 0 10.08px 15.12px 0 rgba(0, 0, 0, 0.2);
  }
  .contactform_styling {
    max-width: 80%;
    margin: 0 auto;
  }
  .performance_col {
    border-radius: 8.40px !important;
    padding: 25.20px !important;
    margin-bottom: 25.20px !important;
  }
  .imgBGcolor .elementor-widget-container {
    width: 50.40px !important;
    height: 50.40px !important;
    border-radius: 10.08px;
    margin-bottom: 10.08px;
  }
  .performance_col {
    border-radius: 8.40px !important;
    box-shadow: 0px 0px 7.56px rgba(0, 0, 0, 0.06) !important;
    padding: 25.20px !important;
    margin-bottom: 25.20px !important;
  }
  .service-ic-image img {
    margin-bottom: 8.40px;
    width: 46.20px;
  }
  .bdr_whatmake {
    border-radius: 15.96px !important;
    padding: 35.28px !important;
    padding-bottom: 26.04px !important;
    backdrop-filter: blur(8.40px);
    box-shadow: 5.04px -2px 16.80px #f0f0f0;
  }
  .bdr_whatmake:hover {
    box-shadow: inset 2px -1px 12.60px #e8e8e8;
  }
	.process_wrapper.web_process_wrapper{
	  gap: 3%;
	}
	.process_wrapper.web_process_wrapper .para img {
	  width: 31px;
	}
	.process_wrapper.web_process_wrapper .bg_num-web {
	  right: -13px;
	  font-size: 75px;
	}
	.process_wrapper.web_process_wrapper .para {
	  font-size: 18px;
	}
	.process_wrapper.web_process_wrapper .one-fourth > img:first-child {
		width: 60px;
		margin-bottom: 10px;
	}
	.process_wrapper.web_process_wrapper .one-fourth p {
		font-size: 12.3px !important;
	}
}

@media only screen and (max-width: 1200px){
	
	.span_box {
		background: #ffffff57;
		width: 300px;
		height: 300px;
		position: absolute;
		z-index: 1;
		border-radius: 300px;
		top: -300px;
		box-shadow: 0px 100px 100px #ffffffd6;
		left: -100px;
	}
  .nonemob{
    display: none;
  }
  .objectss {
    display: none;
  }
  .ellipse {
    display: none;
  }
  .bg_number {
    right: 0;
    width: 90px;
    bottom: 0;
  }
  .wrap-pricing {
    max-width: 1050px;
    margin: 0 auto;
  }
  .process .container {
    max-width: 1050px !important;
    margin: 0 auto;
  }
   .pr_row__wrapper {
    max-width: 1050px !important;
    margin: 0 auto;
  }

}
@media only screen and (max-width: 1080px){
	.stationery_pagetable .pricing-table .head{
	font-size: 19px;
	}
	.stationery_pagetable .pricing-table .head p {
	font-size: 12px !important;
	line-height: 1.5;
	}
	.comp_pro .process .p {
		max-width: 100%;
	}
	.inner-banner-cs {
	animation: none !important;
	}
  .blog_single_post .container,
  .pr_row__wrapper,
  .wrap-pricing,
  .process .container {
    max-width: 97% !important;
    margin: 0 auto;
  }
   .pricing-table .cell {
    padding: 15px 9px;
  }
  .service-card{
        margin-right: -140px;
  }
   .card_wrapper {
    width: 100%;
  }
   .screen {
    width: 80%;
  }
  .portfolio-logo-1 {
    max-width: 45% !important;
  }
  .blog-tabs {
    gap: 30px;
    margin-bottom: 42.00px;
  }
  .blog-tabs li {
    padding-bottom: 8.40px;
    font-size: 16px;
  }
    .blogs-grid {
    grid-template-columns: repeat(auto-fill,minmax(calc(33% - 20px),1fr));
    gap: 20px;
  }
	.bro_proc .process_wrapper {
	  flex-wrap: wrap;
	}
	.bro_proc .process_wrapper .one-fourth {
	  max-width: calc(50% - 5%);
	  width: calc(50% - 5%);
	}
}
@media only screen and (max-width: 1078px){
	.process h2 {
		margin-bottom: 15px;
		font-size: 40px;
	}
	.service-card{
		margin-right: -150px;
	}
	.br_none-1078 br{
		display: none;
	}
	  .page-id-2784 .image-section {
		padding: 11px 13px 19px 8px;
	  }
}
	
}
@media only screen and (max-width: 1024px){
	.vd_anim .process .p {
		width: 100% !important;
		max-width: 100%;
	}
	.station_proc .process_wrapper.web_process_wrapper {
	  flex-wrap: wrap !important;
	}
	.pricing-table .col:first-child {
		display: none;
	}
	.pricing-table {
		grid-template-columns: repeat(3, 1fr);
	}
	.contactform_styling {
		max-width: 100%;
		margin: 0 auto;
	}
	.station_proc .process_wrapper.web_process_wrapper .one-fourth {
		max-width: calc(33% - 3%);
		width: 33%;
		margin-bottom: 30px;
	}
	.process_wrapper.web_process_wrapper .bg_num-web {
	  right: 0;
	  top: -11px !important;
	}
}
@media only screen and (max-width: 992px){
	.stationery_pagetable .pricing-table .head {
		font-size: 17px;
	}
	 .stationery_pagetable .pricing-table .head p {
		display: none;
  }
	.stationery_pagetable .pricing-table .head .price {
	  margin-top: 15px;
	}
}
@media only screen and (max-width: 880px){
	.stationery_pagetable .pricing-table {
	  display: block;
	  border: 0 !important;
	}
	  .st_cell-wrapper {
		height: auto;
	  }
	.stationery_pagetable .pricing-table .col {
	  margin-bottom: 30px;
	  border: 1px solid #0000001c;
	  max-width: 400px;
	  margin-left: auto;
	  margin-right: auto;
	  border-radius: 10px;
	  overflow: hidden;
	}
	.contactform_styling {
	  width: 100% !important;
	  max-width: 100% !important;
	}
	.webd_proc .process_wrapper.web_process_wrapper .one-fourth,
	.comp_pro .process_wrapper.web_process_wrapper .one-fourth {
	  max-width: 31%;
	  width: 31%;
	}
	.station_proc .process_wrapper.web_process_wrapper .one-fourth {
		max-width: calc(50% - 3%);
		width: 50%;
		margin-bottom: 30px;
	}
	.station_proc .process .p {
		width: 100% !important;
		max-width: 100%;
	}
	.station_proc .process_wrapper.web_process_wrapper .one-fourth br{
		display: none;
	}
	.bro_proc .process_wrapper .one-fourth:nth-child(3) {
	  margin-bottom: 0;
	}
	.bro_proc .list_icn-inner li br {
		display: none;
	}
  .service-card .h3 br{
    display: none;
  }
  .process .p {
    width: 100% !important;
    max-width: 100%;
  }
   .blog_single_post {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .post_single_content h1 {
    font-size: 23px;
    line-height: 1.3;
  }
  .blog_single_post .col-md-8 {
    width: 100%;
  }
  .blog_single_post .col-md-4 {
    width: 100%;
  }
 .service-card {
    margin-right: 0;
    width: calc(33% - 20px);
  }
  .card_wrapper {
    margin-left: 0 !important;
    justify-content: center;
    gap: 20px;
  }
  .process_wrapper {
    flex-wrap: wrap;
  }
  .one-fourth {
    position: relative;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .one-fourth:last-child{
    margin-bottom: 0;
  }
 .process {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .process .container {
    padding: 0 15px;
  }
	.home .pricing-table .col:first-child {
		display: none;
	}
	.home .pricing-table {
	  grid-template-columns: 33.33% repeat(2, 1fr);
	}
}
@media only screen and (max-width: 800px){
  .pricing-table .cell {
    padding: 15px 35px;
  }
  .blogs-grid {
    grid-template-columns: repeat(auto-fill,minmax(calc(50% - 20px),1fr));
    gap: 20px;
  }
}

@media only screen and (max-width: 767px){
  .home .pricing-table {
    grid-template-columns: none !important;
  }
	.testimonial-item .inner-testimonial{
	  margin: 0 5px;
	}
	.webd_proc .process_wrapper.web_process_wrapper .one-fourth br,
	.comp_pro .process_wrapper.web_process_wrapper .one-fourth br{
		display: none;
	}
	.webd_proc .process_wrapper.web_process_wrapper .one-fourth,
	.comp_pro .process_wrapper.web_process_wrapper .one-fourth {
		max-width: 100%;
		width: 100%;
	}
	.brnone767 br{
		display: none;
	}
	.brnone767 span {
	  color: #000 !important;
	}
	.process h2 {
	font-size: 30px !important;
	}
  .none-767{
    display: none;
  }
  .pricing-table .cell {
    padding: 15px 26px;
  }
  .pricing-table {
    grid-template-columns: repeat(1, 1fr);
    border-radius: 0 !important;
    border: 0 !important;
  }
    .pricing-table .col {
    margin-bottom: 20px;
    border-radius: 20px;
    border-left: 0;
    border: 1px solid #e2e2e2;
    overflow: hidden;
  }
  .testimonial-item {
    padding: 0;
    padding-top: 44px;
  }
  .page-id-2784 .inner-portfolio-logo {
	width: 100%;
  }
}
@media only screen and (max-width: 600px){
	.page-id-2784 .image-section img {
		height: 200px;
		margin-bottom: 0;
	}
	.page-id-2784 .portfolio-image{
		padding: 40px;
	}
	.page-id-2784 .image-section {
	border: 10px solid black;
	}
	.brnonemob br{
		display: none;
	}
	.bro_proc .process_wrapper .one-fourth {
		max-width: 100%;
		width: 100%;
	}
	.process h2 {
		margin-bottom: 15px;
		font-size: 36px;
	}
	.blogs-grid {
		grid-template-columns: repeat(auto-fill,minmax(calc(100% - 20px),1fr));
		gap: 20px;
	}
	.blog-tabs {
		gap: 10px 22px;
		margin-bottom: 42.00px;
	}
	.css_branexe p span {
		display: none;
	}
	.inner-portfolio-logo {
		width: calc(100% - 21.34px);
	}
	.service-card {
		margin-right: 0;
		width: calc(100% - 20px);
		padding: 20px;
	}
	.testimonial-item .inner-testimonial {
		border-radius: 15px;
		box-shadow: none;
		padding: 20px;
	}
	.homeFaqcss .e-n-accordion-item {
		padding: 15px;
	}
	.css_branexe p {
		line-height: 1.9;
	}
	.station_proc .process_wrapper.web_process_wrapper .one-fourth {
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
	}
	.station_proc .process_wrapper.web_process_wrapper .one-fourth:last-child {
	  margin-bottom: 0;
	}
}


/*---- SIDEBAR FORM ----*/
.sidebar-contact .wpcf7-not-valid-tip {
  font-size: 16px;
	margin-top: 10px;
}

.sidebar-contact{
  position:fixed;
  top:50%;
  right:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding: 30px;
  background:#fff;
  box-shadow: 0 20px 50px rgb(213 213 213 / 50%);
  box-sizing:border-box;
  transition:0.5s;
  z-index: 9999;
}
.sidebar-contact {
    background: #FFFFFFB5;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(3px);
}
.sidebar-contact.active{
  right:0;
}
.sidebar-contact span{
	margin-bottom: 20px;
}
.sidebar-contact input, 
.sidebar-contact textarea {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 0;
  outline: none;
  border-radius: 5px;
  box-shadow: 0 0 20px 0px #dfdfdf;
  max-width: 100%;
  display: block;
  padding: 10px 13px;
  box-sizing: border-box;
  font-family: outfit !important;
  font-size: 14px;
}
.sidebar-contact textarea {
    height: 90px;
    resize:none;
}
.sidebar-contact p {
    font-size: 28px;
    color: black;
    font-weight: 600;
    margin-bottom: 20px;
}
.sidebar-contact button.contact-bttn {
    background: #bd2020;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
    padding: 14px 30px;
    border-radius: 8px;
}
.sidebar-contact input.wpcf7-form-control.wpcf7-submit.has-spinner {
  color: #fff;
  width: auto;
  padding: 0 37px;
}
.page-id-9338 .sidebar-contact {
  display: none !important;
}
.sidebar-contact .toggle {
  position: absolute;
  width: 48px;
  text-align: center;
  cursor: pointer;
     background: #59c1db;
  top: 35%;
  left: -48px;
  line-height: 48px;
  writing-mode: vertical-rl;
  color: white;
  transform: scale(-1);
  padding: 30px 0px;
  border-radius: 0px 5px 5px 0px;
  font-size: 18px;
			
}
.sidebar-contact{
	display: none;
}
.sidebar-contact .wpcf7-form-control-wrap {
  width: 100% !important;
  display: block;
}
.sidebar-contact span.wpcf7-spinner {
  position: absolute;
  right: 0;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}
/* sidebar end */
.blog-faq {
  margin-top: 60px;
}
.blog-faq .h2 {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 22px;
}
.blog_single_post .faq-col {
	padding: 30px 30px;
	margin-bottom: 30px;
	border-left: 3px solid #5ac2dc !important;
	border: 1px solid #8398ae52;
	box-shadow: 0px 0px 18px #f4f4f412;
}
.blog_single_post .faq-sec .faq-col.active h6::after {
  transform: translateY(-50%) rotate(-135deg);
}
.blog_single_post .faq-sec .faq-col h6::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(40deg);
  font-size: 18px;
  transition: transform 0.3s ease, content 0.3s ease;
  width: 10px;
  background: transparent;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}
.blog_single_post .faq-sec .faq-col h6 {
	cursor: pointer;
	position: relative;
	padding-right: 25px;
	line-height: 1.4;
	margin-bottom: 0;
	font-size: 17px;
	transition: all 0.5s ease;
	margin-top: 0;
}
.blog_single_post .faq-col.active h6 {
  margin-bottom: 30px;
}
.blog_single_post .faq-col p {
  line-height: 1.5;
  font-size: 16px;
}
.blog_single_post .faq-col p:last-child {
  margin-bottom: 0;
}
@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    height:100%;
    left:-100%;
  }
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
}

/* ################################################### */
/* ############## PORTFOLIO LIGHT BOX ################ */
/* ################################################### */
#elementor-lightbox-slideshow-single-img .elementor-slideshow__header.elementor-lightbox-prevent-close {
  opacity: 1;
  padding-right: 0;
  padding-left: 0;
}
#elementor-lightbox-slideshow-single-img.elementor-lightbox .dialog-lightbox-close-button{
  padding: 0;
  margin-top: 20px;
  text-decoration: none;
}
#elementor-lightbox-slideshow-single-img .eicon-zoom-in-bold {
  padding: 0 !important;
  margin: 0 !important;
}
body .elementor-slideshow__header.elementor-lightbox-prevent-close{
  position: absolute;
  right: 45px !important;
  max-width: inherit !important;
  display: inline-block;
  width: inherit !important;
  padding: 0 !important;
  left: auto;
  background: transparent !important;
  top: 15px;
}
#elementor-lightbox-slideshow-single-img .eicon-zoom-out-bold {
  padding: 0 !important;
  margin: 0 !important;
}