/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/



/*==========================================
 *       Beyond ranking css starts
 * =========================================*/
.beyond-rankings {
	background: #00204B;
	padding: 80px 0;
}		
.beyond-rankings h2{
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 42px;
	line-height: 52px;
	letter-spacing: -1px;
	text-align: center;
	max-width: 980px;
	color: #fff;
	margin: 0 auto 30px;
}	
.beyond-rankings p {
	margin: 0 auto 40px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	max-width: 980px;
}	

.beyond-rankings .beyond-box {
	max-width: 1440px;
	margin: 0 auto;  
	overflow: hidden;
}	
.beyond-box ul.beyond-head {
	background: #000928;
	border-radius: 10px 10px 0 0;
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.beyond-box ul li {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
	padding: 29px 0;
	margin:0;
}	
.beyond-box ul li:nth-child(1) {
	width: 23%;
}	
.beyond-box ul li:nth-child(2) {
	width: 32%;
}
.beyond-box ul li:nth-child(3) {
	width: 22.24%;
}	
.beyond-list{
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 4px 0 0;
}

.beyond-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.beyond-list ul li:nth-child(1) a, .beyond-list ul li:nth-child(1) a:hover {
  background: none;
}
.beyond-list ul li {
	font-family: "Poppins", sans-serif;
	color: #000928;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
}
.beyond-list ul li img {
	width: auto;
	max-width:200px;
}
.beyond-list ul li .up {
	position: relative;
	display: inline-block;  
}
.beyond-list ul li {
	padding: 20px 0;
	margin:0;
}		
.beyond-list ul li .up:after {
	background: url("https://designpoint.com.au/wp-content/uploads/2026/03/up.svg") no-repeat;
	position: absolute;
	content: "";
	width: 32px;
	height: 32px;
	right: -42px;
}
.beyond-list ul li a {
	background: url("https://designpoint.com.au/wp-content/uploads/2026/03/link-arrow.svg") no-repeat;
	background-position: right;
	padding-right: 24px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #000928;
	text-decoration: none;
}
.beyond-list ul li a:hover{
	background: url("https://designpoint.com.au/wp-content/uploads/2026/03/link-arrow-hover.svg") no-repeat;
	background-position: right;
	padding-right: 24px;
	color: #049edb;
}
.beyond-list ul li:nth-child(4){
	padding-left: 60px;
}



/*==============================================
 *       counter
 * =============================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
#counter {
  text-align: center;
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
}
#counter .item {
  width: 33.3333%;
  padding: 20px 10px;
  margin: 0 10px;
}
#counter .item .count {
  font-family: "Montserrat", sans-serif;
  color: #000928;
  margin: 0 0 10px;
  font-size: 48px;
  line-height: 50px;
  font-weight: 800;
  text-align: left;
}
#counter .item .text {
  font-family: "Montserrat", sans-serif;
  color: #383838;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}
/*=================================
 *     New portfolio css
 * ===============================*/
.orw-section {
  position: relative;
  z-index: 9;
}
.orw-section p {
  color: #fff;
  max-width: 490px;
}


.orw-section a {
  color: #fff;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  padding: 14.5px 3.2em;
  font-size: 18px;
  font-weight: bolder;
  line-height: 18px;
  background: var(--fs-color-primary);
}
.orw-section a:hover {
  box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
}
.our-portfolio {
  padding: 80px 100px 0;
}
.our-portfolio .flex-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17.5px;
}
.our-portfolio .flex-box .box {
  width: 50%;
  padding: 0 17.5px;
  margin-bottom: 55px;
}
.home.our-portfolio .flex-box {
  margin: 0 -10px;
}
.home.our-portfolio .flex-box .box {
  width: 33.3333%;
  padding: 0 10px;
  margin: 0 0 30px;
}


.our-portfolio .portfolio-image, .our-portfolio .portfolio-box .video {
  position: relative;
  margin: 0 0 11px;
  overflow: hidden;
}
.our-portfolio .portfolio-image img {
  transition: .8s;
  width: 100%;
}
.our-portfolio .portfolio-image:hover img {
  transform: scale(1.1);
}
.our-portfolio .portfolio-content h3 {
  font-size: 28px;
  margin: 0 0 12px;
}
.our-portfolio .portfolio-content h3 a {
  color: #000;
}
.portfolio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.portfolio-tags span {
  display: inline-block;
  font-size: 14px;
  background: rgb(173, 216, 230);
  color: rgb(30, 58, 138);
  border-radius: 50px;
  padding: 0px 16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.5px;
}
/***************ADD CUSTOM CSS HERE.***************/
select#nf-field-28 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('https://designpoint.com.au/wp-content/uploads/2019/11/select.png') 95% / 13px no-repeat #f4f6f7;
}
.page-banner .banner-heading {
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 20px 0;
}
.page-banner .banner-heading span {
  color: #009eda;
  font-size: 60px;
  padding: 0 0 0 2px;
}
.home-banner-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  transform: translate(0, -50%);
}
.home-banner.dark h1 {
  font-size: 56px;
  max-width: 1000px !important;
  margin: 0 auto;
}
.v-middle {
  position: absolute;
  right: 0;
  left: 0;
  top: 44%;
}
.nf-mp-footer .nf-next-previous {
  margin: 0 !important;
  padding: 0 !important;
}
.v-middle .col {
  padding-bottom: 0;
}
/*.home-banner .row.align-center {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 99;
}*/
.step2 {
  font-size: 24px !important;
  font-weight: 400;
  text-transform: capitalize;
}
.multi-step-from {
  position: relative;
  z-index: 999;
}
.multi-step-from select, .multi-step-from select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  border-radius: 6px;
  height: 46px;
  box-shadow: none;
  border: none;
}
.nf-form-fields-required {
  display: none !important;
}
.nf-error-msg, .ninja-forms-req-symbol {
  color: red !important;
  display: none;
}
.multi-step-from .nf-error .ninja-forms-field {
  border: 1px solid red !important;
}
.multi-step-from .nf-mp-body {
  width: 100%;
  margin: 10px 0 0 0;
}
.nf-next-item {
  position: absolute;
  right: 0;
  bottom: 0px;
}
#nf-field-28 {
  padding: 0 0 0 20px !important;
}
.nf-form-layout input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1 !important;
}
.nf-form-layout input::-moz-placeholder { /* Firefox 19+ */
  opacity: 1 !important;
}
.nf-form-layout input:-ms-input-placeholder { /* IE 10+ */
  opacity: 1 !important;
}
.nf-form-layout input:-moz-placeholder { /* Firefox 18- */
  opacity: 1 !important;
}
.nf-form-layout textarea::-webkit-input-placeholder {
  opacity: 1 !important;
}
.nf-form-layout textarea:-moz-placeholder { /* Firefox 18- */
  opacity: 1 !important;
}
.nf-form-layout textarea::-moz-placeholder { /* Firefox 19+ */
  opacity: 1 !important;
}
.nf-form-layout textarea:-ms-input-placeholder {
  opacity: 1 !important;
}
.nf-next-previous li.nf-next-item {
  top: 20px;
}
#nf-field-28-container {
  padding: 20px 0;
  margin: 0 !important;
}
.nf-form-layout .nf-field-element select {
  font-size: 12px;
  padding: 0 0 0 5px;
}
.multi-step-from input[type="button"] {
  padding: 22px 50px;
  margin: 0 auto !important;
  height: 60px !important;
  background-color: #15468a;
  border: 1px solid #15468a;
  border-radius: 5px;
  font-size: 15px !important;
}
.multi-step-from input[type="button"]:hover {
  border: 1px solid #fff !important;
}
#nf-field-33 {
  float: right;
  border-radius: 5px !important;
}
.multi-step-from .nf-form-layout .nf-field-element input:not([type="button"]) {
  background-color: transparent;
  color: #333 !important;
  border: 1px solid #fff;
}
.multi-step-from textarea {
  background-color: transparent;
  color: #333;
  border: 1px solid #fff;
  height: 120px !important;
}
.multi-step-from .nf-form-layout .nf-field-element input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333 !important;
  opacity: 1 !important;
}
.multi-step-from .nf-form-layout .nf-field-element input::-moz-placeholder { /* Firefox 19+ */
  color: #333 !important;
  opacity: 1 !important;
}
.multi-step-from .nf-form-layout .nf-field-element input:-ms-input-placeholder { /* IE 10+ */
  color: #333 !important;
  opacity: 1 !important;
}
.multi-step-from .nf-form-layout .nf-field-element input:-moz-placeholder { /* Firefox 18- */
  color: #333 !important;
  opacity: 1 !important;
}
.multi-step-from .nf-form-layout .nf-field-element textarea::-webkit-input-placeholder {
  color: #333 !important;
  opacity: 1 !important;
}
.multi-step-from .nf-form-layout .nf-field-element textarea::-moz-placeholder { /* Firefox 19+ */
  color: #333 !important;
  opacity: 1 !important;
}
.nf-previous-item {
  position: absolute;
  bottom: 9px;
  left: 6px;
}
@media only screen and (max-width: 48em) {}
/*.home-banner {
	position: relative;
	background-image: linear-gradient(127deg, #002578 14%, #009edacc 80%), url("http://test.designpoint.com.au/wp-content/uploads/2019/05/about-page-banner.jpg") !important;
}*/
.home-banner:after {
  background: linear-gradient(127deg, #002578 14%, #009edacc 80%);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
}
.single-banner {
  background-size: cover !important;
  text-align: center;
  background-position: 52% 45% !important;
}
.banenr-inner {
  background-image: linear-gradient(126deg, #012f6e 50%, #009eda 90%);
  opacity: 0.9;
  padding: 202px 20px 160px;
  animation: bgGradient 15s ease infinite;
}
.single-banner h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 15px 0;
}
.single-banner hr {
  width: 60px;
  opacity: 1;
  border: 0px solid #009eda;
  background: #009eda;
  height: 2px;
  margin: 0 auto;
}
.single-banner p {
  font-size: 18px;
  margin: 20px 0;
  color: #fff;
}
.single-post .header, .single-post .header-wrapper {
  position: absolute;
  z-index: auto !important;
}
.single-post .header #logo img {
  max-height: 50px;
}
.blog-single {
  padding: 60px 0;
}
/* ---- particles.js container ---- */
.home-banner .relative {
  position: unset !important;
}
#particles-js {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 99;
}
body .white-popup.nf-popup-6348 {
  border: 10px solid #fff;
  max-width: 650px;
}
body .white-popup.nf-popup-3784, body .white-popup.nf-popup-6348 {
  background-size: cover !important;
  background-position: center !important;
  padding: 50px 30px 20px !important;
}
.nf-popup-3784 .mfp-close, .nf-popup-6348 .mfp-close {
  color: #fff;
  opacity: 1 !important;
  mix-blend-mode: inherit;
}
.nf-popup-3784 .nf-error .ninja-forms-field, .nf-popup-6348 .nf-error .ninja-forms-field {
  border: 1px solid #e80000 !important;
}
.nf-popup-3784 .nf-response-msg, .nf-popup-6348 .nf-response-msg {
  color: #fff !important;
}
.icon-box-img.testimonial-image.circle {
  display: none;
}
.testimonial-text {
  text-align: center;
}
.testimonial-text p {
  color: #fff !important;
  line-height: 35px;
}
.testimonial-meta {
  text-align: center;
}
.testimonials-section span {
  color: #fff !important;
}
.star-rating span:before {
  color: #e7711b !important;
}
.google-reviews-pro {
  position: absolute;
}
#banner-2067676484, #banner-1497595178 {
  padding-top: 450px !important;
}
.showcase .img-inner {
  position: relative;
  overflow: hidden;
}
.showcase .img-inner img {
  transition: transform .5s ease;
  transform: scale(1);
}
.showcase .img-inner:hover img {
  transform: scale(1.1);
}
/*=========================
 * Custom Footer css
 * ========================*/
@media screen and (min-width:992px) {
  .custom-footer .large-4 {
    max-width: 31.333%;
    -ms-flex-preferred-size: 31.333%;
    flex-basis: 31.333%;
  }
  .custom-footer .large-4 li a {
    padding: 0 10px 0 0;
  }
  .custom-footer .large-2 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    /*max-width: 18.667%;
	-ms-flex-preferred-size: 18.667%;
	flex-basis: 18.667%;*/
  }
}
.wp-gr .wp-google-badge_left-fixed {
  left: 15px !important;
  bottom: 15px !important;
}
.footer-widgets.footer.footer-1 {
  display: none;
}
.custom-footer {
  background: #000928;
  padding: 60px 0 20px;
}
.footer-box span.widget-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  text-transform: capitalize;
  margin: 27px 0 20px;
  display: block;
}
.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
}
.footer-box ul li {
  display: inline-block;
  margin: 0 0 15px 0;
}
.footer-box ul li a {
  color: #fff;
}
.post-date {
  font-size: 12px;
  display: block;
}
.contact-info span {
  max-width: 200px;
  display: inline-block;
}
.contact-info li {
  margin: 0 0 10px 0 !important;
  padding: 0 0 5px 35px;
}
.contact-info li:first-child {
  background: url('images/location.png') no-repeat;
  background-position: top left;
}
.contact-info li:last-child {
  background: url('images/phone.png') no-repeat;
  background-position: top left;
}
.footer-box .social-icon h5 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  text-transform: capitalize;
  display: block;
  margin: 0 0 14px;
}
.footer-box .social-icon {
  margin: 25px 0 0 0;
}
.footer-box .social-icon li {
  display: inline-block;
  margin: 0 4px 0 0 !important;
}
.footer-box ul li:last-child {
  margin: 0;
}
.social-icon li a {
  display: block;
  background: #379dda;
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  border-radius: 100px;
}
.footer-contact {
  background: #05235a;
  padding: 20px 30px 30px;
  border-radius: 15px;
  box-shadow: 1px 1px 8px #151515;
}
.footer-contact .row {
  margin: 0 -10px;
}
.footer-contact .custompadding {
  padding: 0 10px;
}
.footer-contact h5 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  text-transform: capitalize;
  display: block;
  margin: 0 0 14px;
}
.footer-contact input:not([type="submit"]) {
  border: 0px;
  width: 100%;
  background: #fff;
  color: #999999;
  height: 46px;
  margin: 0 0 15px;
  padding: 0 0 0 15px;
  font-size: 14px;
  border-radius: 5px;
}
.footer-contact textarea {
  border: 0px;
  width: 100%;
  background: #fff;
  color: #999999;
  min-height: 168px;
  margin: 0 0 15px;
  padding: 15px;
  font-size: 14px;
  border-radius: 5px;
}
.footer-contact .send-btn {
  background: #379dda;
  border-radius: 25px !important;
  height: 40px;
  float: right;
  margin: 0;
  padding: 0 25px;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 13px;
}
.wpcf7 .wpcf7-response-output {
  color: #fff;
  padding: 10px 15px;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  color: #fff;
}
#rc-imageselect, .g-recaptcha {
  transform: scale(0.87);
  -webkit-transform: scale(0.87);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .nf-field-element select {
    margin: 6px 0;
    position: absolute;
    left: -14%;
  }
}
/* Case Studies Intro Section */
.case-studies-intro {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.case-studies-intro h1 {
  color: #00AEEF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.case-studies-intro h2 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}
.case-studies-intro p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  max-width: 800px;
  margin: 0 auto;
}
/* Case studies contact form styles */
/* ================================
   Homepage Carousel Styles
   ================================ */
.dp-carousel-wrapper {
  width: 100%;
  background: #fff;
  padding: 10px 0;
  overflow: hidden;
}
.dp-carousel-container {
  max-width: 100%;
  padding-left: 0 !important;
  overflow: visible;
}
.dp-carousel-heading {
  font-size: 42px;
  font-weight: 800;
  color: #000928;
  letter-spacing: -1px;
  margin: 0 0 20px;
  line-height: 52px;
  text-align: center;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .dp-carousel-heading {
    font-size: 38px;
  }
}
/* ================================
   Swiper Core Layout
   ================================ */
.swiper {
  width: 100%;
  overflow: hidden;
}
.swiper-wrapper {
  display: flex;
}
/* ================================
   Carousel Card Styles + 3D Tilt
   ================================ */
.dp-carousel-card {
  background: #081735;
  color: #fff;
  padding: 20px 20px 70px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease;
  border-radius: 15px;
  user-select: none;
  transform-style: preserve-3d;
  will-change: transform;
  opacity: 1;
  z-index: 1;
  position: relative;
}
.dp-carousel-card:nth-child(odd) {
  margin-top: 40px;
  margin-bottom: 10px;
  transform: rotateX(6deg) rotateY(-6deg);
}
.dp-carousel-card:nth-child(even) {
  margin-bottom: 40px;
  margin-top: 10px;
  transform: rotateX(6deg) rotateY(6deg);
}
.dp-carousel-card:hover {
  transform: rotateX(0deg) rotateY(0deg);
  opacity: 1;
  box-shadow: none; /* shadow disappears on hover */
  z-index: 2;
}
.dp-carousel-swiper:hover .dp-carousel-card:not(:hover) {
  opacity: 0.3;
}
/* ================================
   Card Content
   ================================ */
.dp-carousel-card h3 {
  font-size: 1.2rem;
  margin: 0 0 10px 0;
  font-weight: 600;
  color: #fff;
}
.dp-carousel-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #d7d7d7;
  padding-bottom: 10px !important;
}
.dp-carousel-image {
  margin-top: auto;
}
.dp-carousel-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  pointer-events: none;
}
/* ================================
   Button Appearance
   ================================ */
.dp-carousel-button {
  position: absolute;
  bottom: 15px;
  left: 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.dp-carousel-card:hover .dp-carousel-button {
  opacity: 1;
  transform: translateY(0);
}
.dp-btn {
  display: inline-block;
  position: relative;
  padding: 10px 45px 10px 20px;
  margin-bottom: -10px !important;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #00bfff, #009edb);
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 191, 255, 0.3);
  overflow: hidden;
}
.dp-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url('https://designpoint.com.au/wp-content/uploads/2025/04/Arrow-2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.dp-btn:hover {
  background: linear-gradient(135deg, #009edb, #007ca8);
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 191, 255, 0.5);
  color: #fff;
}
.dp-btn:hover::after {
  transform: translateY(-50%) translateX(4px);
}
/* ================================
   Mobile Responsive Buttons
   ================================ */
@media (max-width: 768px) {
  .dp-carousel-button {
    margin-top: 20px;
  }
  .dp-carousel-card .dp-carousel-button {
    display: none;
  }
  .dp-carousel-card.active-card .dp-carousel-button {
    display: block;
  }
}
/* ================================
   Disable User Selection
   ================================ */
.dp-carousel-card, .dp-carousel-content, .dp-carousel-image, .dp-carousel, .dp-carousel * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.dp-carousel img {
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
}
/* ================================
   3D Tilt Effects for Swiper Slides
   ================================ */
.dp-carousel-card.odd-card {
  margin-top: 40px;
  margin-bottom: 10px;
  transform: rotateX(9deg) rotateY(-9deg);
  box-shadow: 15px 25px 40px rgba(0, 0, 0, 0.3); /* bottom-right shadow */
}
.dp-carousel-card.even-card {
  margin-bottom: 40px;
  margin-top: 10px;
  transform: rotateX(9deg) rotateY(9deg);
  box-shadow: -15px 25px 40px rgba(0, 0, 0, 0.3); /* bottom-left shadow */
}
.dp-carousel-card:hover {
  transform: rotateX(0deg) rotateY(0deg);
  box-shadow: none; /* shadow disappears on hover */
  z-index: 2;
}
.dp-carousel-swiper:hover .dp-carousel-card:not(:hover) {
  opacity: 0.3;
}
.swiper-slide .dp-carousel-card:hover {
  transform: rotateX(0deg) rotateY(0deg);
  box-shadow: none; /* shadow disappears on hover */
  z-index: 2;
}
.dp-carousel-swiper:hover .swiper-slide:not(:hover) .dp-carousel-card {
  opacity: 0.3;
}
/* ================================
   Drag Cursor
   ================================ */
.dp-drag-cursor {
  position: fixed;
  width: 80px;
  height: 80px;
  background: rgba(0, 191, 255, 0.9);
  color: #000;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.2s ease;
  transform: translate(-50%, -50%);
  font-family: sans-serif;
}
@media (pointer: coarse) {
  .dp-drag-cursor {
    display: none !important;
  }
}
/*========================================
       Portfolio CSS Start Here 
 =========================================*/
.home .portfolio .portfolio-box .content .text, .home .portfolio .portfolio-box .content .read-more {
  display: none;
}
/*.portfolio {
	background: #000928;
	overflow: hidden;
	padding: 20px 0 100px 0;  
	position:relative;
}*/
.portfolio {
  overflow: hidden;
  padding: 60px 0 100px 0;
  position: relative;
  margin-top: -66px;
  margin-left: calc((100% - 1325px) / 2);
}
.portfolio .inline {
  display: flex;
  justify-content: flex-end;
  column-gap: 8px;
  position: relative;
  top: -60px;
  margin: 0 auto;
  max-width: 1320px;
}
.portfolio .row {
  margin: 0 auto !important;
}
.portfolio-outer .col {
  padding: 0;
}
.portfolio .container {
  padding: 0;
  max-width: 100% !important;
}
.portfolio .portfolio-carousel {
  overflow: hidden;
}
.portfolio-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin: 0 0 30px;
}
.portfolio-box .image img {
  transition: .8s;
}
.portfolio-box:hover .image img {
  transform: scale(1.1);
}
.portfolio-box .video {
  position: relative;
  margin: 0 0 30px;
}
.portfolio-box .video img {
  opacity: 0 !important;
  width: 100%;
}
.portfolio-box .video video {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  top: 0;
}
.portfolio-box .image::after {
  background: #000;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.1;
}
.portfolio-box .image > img {
  transform: scale(1.05);
  transition: transform 0.5s ease;
  width: 100%;
}
.portfolio-box:hover .image > img {
  transform: scale(1);
}
.portfolio-box .image .logo {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  text-align: center;
  display: none !important;
}
.portfolio-box .image .logo img {
  max-width: 244px;
  margin: 0 auto;
}
.portfolio-box .content span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #fff;
  margin: 0 0 12px;
}
.portfolio-box .content ul {
  color: #39b9ed;
  padding: 0;
  margin: 0 0 12px;
  list-style: none;
  display: flex;
  column-gap: 5px;
}
.portfolio-box .content ul li {
  color: #39b9ed;
  margin: 0;
}
.portfolio-box .content ul li, .case-study-description {
  display: flex;
  gap: 5px;
}
.portfolio-box .content ul li span {
  display: inline-block;
  font-size: 14px;
  background: #ADD8E6;
  color: #1E3A8A;
  border-radius: 50px;
  padding: 0 16px;
  margin: 0;
}
.case-study-description span {
  position: relative;
}
.case-study-description span::after {
  position: absolute;
  content: ",";
}
.case-study-description span:last-child::after {
  display: none;
}
/*.case-study-description span {
  display: inline-block;
  font-size: 13px;
  background: #ADD8E6;
  color: #1E3A8A;
  border-radius: 50px;
  padding: 6px 16px;
  margin: 0;
}*/
.portfolio-box .content .text {
  border-left: 1px solid #fff;
  padding: 3px 0 3px 15px;
  margin-bottom: 15px;
}
.portfolio-box .content .text h3, .portfolio-box .content .text span {
  display: block;
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: -0.3px;
  margin: 0 0 4px;
}
.portfolio-box .content .text p {
  color: #fff;
  margin: 0 0 8px;
}
.portfolio-box .content .read-more {
  color: #39b9ed;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease !important;
  position: relative;
  display: inline-block;
}
.portfolio-box:hover .content .read-more {
  transform: translateY(0);
  opacity: 1;
}
.portfolio-box .content {
  transition: transform 0.5s ease;
}
/*.portfolio-box:hover .content {
  transform: translateY(-10px);
}*/
/*.portfolio .inline {
	display: flex;
	justify-content: center;
	column-gap:8px;
	margin-top:80px;
}*/
.portfolio .inline div {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0;
}
.swiper-button-prev::before, .swiper-button-prev::after {
  background: url("images/Icon-1.svg") no-repeat;
  content: "";
  width: 44px;
  height: 44px;
  background-position: center;
  background-size: 24px;
  position: absolute;
  transition: transform 0.6s cubic-bezier(.2, .9, .3, 1);
}
.swiper-button-prev::before {
  transform: translateX(0);
  z-index: 2;
}
.swiper-button-prev:hover::before {
  transform: translateX(-100%);
}
.swiper-button-prev::after {
  transform: translateX(100%);
  z-index: 1;
}
.swiper-button-prev:hover::after {
  transform: translateX(0);
}
.swiper-button-next::before, .swiper-button-next::after {
  background: url("images/Icon-2.svg") no-repeat;
  content: "";
  width: 44px;
  height: 44px;
  background-position: center;
  background-size: 24px;
  position: absolute;
  transition: transform 0.6s cubic-bezier(.2, .9, .3, 1);
}
.swiper-button-next::before {
  transform: translateX(0);
  z-index: 2;
}
.swiper-button-next:hover::before {
  transform: translateX(100%);
}
.swiper-button-next::after {
  transform: translateX(-100%);
  z-index: 1;
}
.swiper-button-next:hover::after {
  transform: translateX(0);
}
@media screen and (max-width:1439px) {
.beyond-list ul li:nth-child(4) {
  padding-left: 30px;
}	
	
	
	
  .our-portfolio {
    padding: 55px 55px 0;
  }
  .portfolio {
    margin-left: 15px;
  }
  h2.sub-heading-light {
    margin: 0 0 20px 15px;
  }
  .portfolio .inline {
    margin: 0 15px;
  }
  /*.portfolio {
		padding: 10px 0 80px;
	}
	
	.portfolio .inline {
		margin-top: 40px;
	}*/
}
@media screen and (max-width:1199px) {
.beyond-list ul li:nth-child(4) {
  padding-left: 0;
}	
  .our-portfolio .flex-box {
    margin: 0 -7.5px;
  }
  .our-portfolio .flex-box .box {
    padding: 0 7.5px;
  }
  /*.portfolio {
		padding: 10px 0 50px;
	}
	.portfolio .inline {
		margin-top: 20px;
	}*/
  .portfolio {
    padding: 60px 0 50px 0;
    margin-top: -66px;
  }
  .portfolio .inline {
    justify-content: end;
  }
}
@media only screen and (min-width: 1280px) {
  .home-banner-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    transform: translate(0, -50%);
  }
  .v-middle {
    position: absolute;
    right: 0;
    left: 0;
    top: 48%;
  }
}
@media screen and (max-width:1024px) {
  .home-banenr-inner .medium-9 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .nav-size-medium > li > a {
    font-size: 10px !important;
  }
}
@media screen and (max-width:991px) {
  .our-portfolio {
    padding: 30px 30px 0;
  }
  .our-portfolio .flex-box .box {
    width: 100%;
    margin-bottom: 36px;
  }
  .portfolio-tags {
    row-gap: 10px;
  }
  .home-banner.dark h1 {
    font-size: 42px;
  }
  .v-middle {
    top: 34%;
  }
  .dark p {
    position: relative;
  }
  select#nf-field-28 {
    font-size: 12px !important;
  }
  #nf-field-28 {
    height: 60px !important;
  }
  .multi-step-from input[type="button"] {
    height: 60px !important;
    top: 1px;
  }
	.home.our-portfolio .flex-box .box {
		width: 100%;
	}
}
@media screen and (max-width:767px) {
.beyond-rankings {
  padding: 40px 0;
}
.beyond-rankings h2 {
  font-size: 30px;
  line-height: 40px;
}	
.beyond-box ul li:nth-child(1) {
  width: 30%;
}	
.beyond-box ul li {
  font-size: 12px;
  line-height: 18px;
  padding: 20px 0;
  margin: 0;
}	
.beyond-list {
  padding: 4px 10px 0;
}	
.beyond-box ul li:nth-child(3) {
  width: 36%;
}	
.beyond-list ul li {
  font-size: 14px;
  line-height: 20px;
}
.beyond-list ul li .up::after {
  width: 16px;
  height: 16px;
  right: -22px;
  background-size: 16px;
}
.beyond-list ul li:nth-child(1) {
  width: 30%;
}	
.beyond-list ul li img {
  max-width: 80%;
}	
.beyond-list ul li:nth-child(2) {
  width: 32%;
}
.beyond-list ul li:nth-child(3) {
  width: 36%;
}	
.beyond-list ul li a {
  padding-right: 20px;
  font-size: 12px;
  background-size: 14px;
}	
 .beyond-list ul li:nth-child(4) {
    display: none;
  }		
  .our-portfolio .portfolio-content h3 {
    font-size: 20px;
  }
  .nf-next-previous li.nf-next-item {
    top: -20px;
  }
  #nf-field-41-wrap {
    position: absolute;
    bottom: -115px;
  }
  #livechat-compact-container {
    margin-right: 15px;
  }
  .step2 {
    font-size: 18px !important;
  }
  body .nf-popup-3784 {
    width: 100% !important;
    padding: 40px 20px 10px !important;
  }
  .nf-form-cont .one-half, .nf-form-cont .three-sixths, .nf-form-cont .two-fourths {
    width: 100% !important;
    margin: 0 0 10px !important;
  }
  .nf-form-title h3 {
    font-size: 22px !important;
  }
  .nf-popup-3784 .nf-field-element textarea {
    height: 100px;
  }
  .home-banner h1 span {
    font-size: 22px;
    padding: 5px 0;
  }
  .nf-multi-cell .nf-cell {
    line-height: 0;
  }
  .home-banner h1.step2 {
    margin: 100px 0 0 !important;
  }
  .home-banner.dark h1 {
    font-size: 30px !important;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .home-banner.dark p {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 40px 0 !important;
  }
  .dark p {
    top: 0;
  }
  .home-banner.dark #nf-field-28 {
    width: 100%;
    height: 40px;
    border-radius: 10px;
  }
  .multi-step-from input[type="button"] {
    height: 60px !important;
    width: 100%;
    padding: 10px 30px !important;
    font-size: 14px;
  }
  #nf-field-28 {
    width: 100% !important;
    height: 48px !important;
  }
  .multi-step-from textarea {
    min-height: 75px !important;
    height: 75px !important;
    font-size: 14px;
  }
  .multi-step-from .nf-form-layout .nf-field-element input:not([type="button"]) {
    height: 36px;
    font-size: 12px;
  }
  .contact-us-form .col-inner.dark {
    padding: 20px !important;
  }
  .contact-us-form .nf-form-cont .one-half {
    width: 100%;
    margin: 0;
  }
  .nf-next-item {
    position: relative;
    float: none !important;
  }
  .contact-form h3 {
    margin-bottom: 30px;
    line-height: 36px;
  }
  .custom-footer {
    padding: 0;
  }
  .footer-contact {
    padding: 20px;
  }
  .footer-contact .row {
    margin: 0 -15px;
  }
  .footer-contact .custompadding {
    padding: 0 15px;
  }
  .footer-contact .send-btn {
    float: none;
  }
  .home-banner {
    min-height: 700px !important;
  }
}
@media screen and (max-width:767px) {
  .portfolio-box .content ul li, .case-study-description {
    flex-wrap: wrap;
  }
  .portfolio-outer h2.sub-heading-light {
    margin: 0 0 20px 0;
  }
  .portfolio-box .content ul li span {
    font-size: 12px;
    padding: 0 12px;
  }
  .portfolio {
    padding: 80px 0 30px 0;
    margin-top: -66px;
    margin-left: 15px;
  }
  .portfolio .inline {
    justify-content: left;
    top: -25px;
    margin: 0;
  }
  .portfolio-box .image .logo img {
    max-width: 244px;
  }
  #counter {
    display: block;
  }
  #counter .item {
    width: 250px;
    padding: 20px 10px 10px;
    margin: 0 auto;
  }
  #counter .item .count, #counter .item .text {
    text-align: center;
  }
}
/* Portfolio CSS End Here */
