:root {
	--bg-color-white: #fff;
	--color-white: #fff;
	--bg-color-dark: #f1f1f1;
	--color-dark: #000;
	--fw-400: 400;
	--fs-1: 1rem;
	--fs-2: 2rem;
}
body {
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-size: var(--fs-16);
	position: relative;
}
a, a:hover {
	text-decoration: none;
	color: #000;
	font-weight: 400;
}
img {
	width: 100%;
	max-width: 100%;
}
li {
	list-style-type: none;
}
.pad-t-b-80 {
	padding: 80px 0 80px 0;
}
.pad-t-80 {
	padding: 80px 0 0 0;
}
.pad-b-80 {
	padding: 0 0 80px 0;
}

/* Add a black background color to the top navigation */

nav {
    background: #f1f1f1b8;
    backdrop-filter: blur(10px);
}
nav a {
	font-size: 18px;
}
.navbar-nav li {
	position: relative;
}
.navbar-nav li a:after {
	background-color: var(--bg-color-white);
	height: 13px;
    position: absolute;
    right: 55px;
    top: 16px;
    width: 1px;
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        padding-left: 126px;
    }
	.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 3.1rem;
        padding-left: 3.1rem;
    }
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px!important;
}
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.slider-container {
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide img {
    height: 100vh;
	object-fit: cover;
	position: relative;
}
.banner .swiper-slide h2{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10%;
	text-transform: uppercase;
	font-size: 3rem;
	letter-spacing: 2px;
}
.title {
	font-size: var(--fs-2);
	font-style: normal;
	font-weight: var(--fw-400);
	letter-spacing: 2px;
	margin-bottom: 3rem;
    text-transform: uppercase;
    text-align: center;
	position: relative;
}
.title-dark::after {
	position: absolute;
    content: "";
    bottom: -10px;
    border-bottom: 2px solid #000;
    width: 60px;
    right: 50%;
    transform: translateX(50%);	
}
.title-white {
	color: var(--color-white);
}
.title-dark {
	color: var(--color-dark);
}
.sec-counter .card {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border: none;
	border-radius: 8px;
}
.sec-commitments h4, .sec-for-dev h4 {
	font-weight: var(--fw-400);
}
.sec-commitments p {
	color: #727272;
}
.sec-commitments .card, .sec-for-dev .card {
	border: none;
}
.sec-for-dev .card {
	padding: 30px 0 30px 0;
}
.sec-commitments .card img, .sec-for-dev .card img {
	width: 40px;
}
.sec-projects {
	background: var(--bg-color-dark);
}
.sec-projects img {
	height: 489px;
	object-fit: cover;
	
}
.sec-projects .proj-img {
	position : relative;
}
.sec-projects .layer {
	background: #00000080;
	bottom: 0;
	display: flex;
	height: 150px;
    justify-content: space-between;
    padding: 1.5rem 2rem 0 2rem;
	position: absolute;
	width: 100%;
}
.sec-projects .layer h2 {
	font-size: var(--fs-2);
	font-style: normal;
	font-weight: var(--fw-400);
	letter-spacing: 2px;
}
.sec-projects .layer h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: var(--fw-400);
}
.sec-projects .layer h4 {
	font-size: 18px;
	font-style: normal;
	font-weight: var(--fw-400);
}
.sec-projects .layer .explore{
	background: #000;
	color: #fff;
	padding: 5px 10px;
	text-transform: capitalize;
	font-size: var(--fs-1);
	margin-top: 20px;
    display: inline-block;
    max-width: 140px;
    width: 140px;
    text-align: center;
}
.sec-testimonials {
	background: var(--bg-color-white);
}
.sec-testimonials .card {
	padding: 25px 25px 20px 20px;
	height: 480px;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	border: 0;
	margin: 30px 10px;
}
.sec-insights {
	background: var(--bg-color-white);
}

.sec-about {
	padding: 140px 0 80px 0;
}
.sec-case .card {
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	border: 0;
	height: 280px;
}
.sec-case .card img {
	width: 180px;
}

.sec-leadership img {	
    border-radius: 50%; 
    object-fit: cover;
}

.w-h-150 {
	width: 150px;
	height: 150px;	
}

.w-h-200 {
	width: 200px;
	height: 200px;	
}

.sec-leadership h3 {
	font-weight: 400;
	color: var(--color-dark);
	font-size: 1.3rem;
    letter-spacing: 1.5px;
    margin-top: 20px;
	text-transform: uppercase;
}
.sec-leadership h4 {
	color: #727272;
	font-size: 14px;
    font-weight: var(--fw-400);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.sec-expertise {
	background: var(--bg-color-white);
}
.sec-expertise h4 {
	font-weight: var(--fw-400);
}
.sec-expertise p {
	color: #727272;
}
.sec-expertise .card {
	border-radius: 6px;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
	border: 0;
}
.sec-aboutbanner {
	background-image: url("../img/for-developers.png");
	background-attachment: fixed;
	background-position: center center;
	width: 100%;
	background-repeat: no-repeat;
	height: 100vh;
	position: relative;
}
.sec-aboutbanner .aboutbanner-text {
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	font-weight: 300;
    font-size: 4rem;
    width: 100%;
}
.sec-testimonials img {
	width: 40%;
    object-fit: cover;
}
footer {
	background:#f1f1f1;
	padding: 40px 0 40px 0;
	display: flex;
}

footer h3 {
	color: #000;
	display: flex;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 2rem;
	text-transform: capitalize;
	margin-bottom: 1.5rem;
}
footer .footer-links {
	color: #fff;
}
footer ul {
	padding-left: 0;
}
footer ul li, footer p {
	color: #000;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	margin-top: 14px;
	font-weight: 400;
}
.sub-footer {
	background: #01010b;
	display: flex;
}

.bdt {
	padding: 15px 0 15px 0;
}
.sec-journey, .sec-sales {
	background: var(--bg-color-dark);
}
.sec-contact {
	background: var(--bg-color-white);
}
.sec-contact h3 {
	margin-bottom: 1rem
}
.sec-contact p {
	margin-bottom: 0.5rem
}
.sec-contact form a {
	background: #000;
    color: #fff!important;
    padding: 5px 10px;
    text-transform: capitalize;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
    max-width: 140px;
    width: 140px;
    text-align: center;
	border: 1px solid #000;
}
.sec-contact form a:hover {
	background: #000;
}
.sec-map {
	padding: 65px 0 0px 0;
}
.fa-linkedin {
	border: 1px solid;
    padding: 5px 5px 5px 6px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
}

.sub-footer p {
	color: #d6d6d6;
}
.sub-footer a {
	color: var(--color-white);
}
.sub-footer .text {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn-profile {
	background: #000;
    border-radius: 7px;
    border: 1px solid #fff;
    max-width: 172px;
    padding: 7px 18px 7px 18px!important;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
}
.read-more {
	background: #000;
    border-radius: 5px;
	padding: 8px 20px;
	display: inline-block;
	margin-top: 3rem;
}
.read-more i {
	font-size: 12px;
}
.sec-adv {
	background-image: url(../img/banner/b1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
}
@supports (backdrop-filter: none) {
    .glass-effect-bg {
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(8px);
    }
}
.glass-effect-bg li, .glass-effect-bg p {
	font-size: 18px;
}
.sec-adv ul {padding-left: 20px;}
.sec-adv li, .sec-expertise li {list-style-type: inherit;}
.sec-about .row img {
	position: relative;
}
.sec-about .row .layer {
    background: #00000080;
    bottom: 0;
    display: flex;
    padding: 1.5rem 2rem 1.2rem 2rem;
    position: absolute;
    width: 38%;
}
.sec-collab img {
	width: 65%;
	aspect-ratio: 3/2;
	object-fit: contain;
	mix-blend-mode: color-burn;	
}
.icons img {
	width: 18px;
}
.dis-ib {
	display: -webkit-inline-box;
}
.dis-ib p {
	padding: 3px 0 0px 10px;
    margin-top: 0;
	font-weight: 400;
}

/*   Modal Form */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 30%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
.modal-header h2 {
    font-size: 20px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 7px 16px;
  background: var(--bg-color-dark);
  color: white;
}

.modal-header h5, .modal-header span {
  color: var(--color-dark);
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.form-control:focus {
    color: inherit;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

.phone-call {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 9;
	width: 50px;
}
.phone-call img {
	width: 50px;
}

@media only screen and (max-device-width: 540px){
	.banner .swiper-slide h2 {
		transform: translate(-50%, -50%);
		left: 50%;
		font-size: 1.7rem;
		width: 100%;
		text-align: center;
	}
	.banner .swiper-slide img {
		height: 550px;
	}
	.sec-testimonials .card {
		padding: 0px 15px 0px 15px;
	}
	.sec-case .card {
		height: auto;
	}
	.sec-commitments .card {
		margin-bottom: 30px;
	}
	.sec-projects .layer {
		padding: 1rem 1rem 0 1rem;
	}
	.title, footer h3 {
		font-size: 1.5rem;
	}
	.sec-testimonials .title {
		margin-bottom: 0rem;
	}
	footer h3 {
		margin-bottom: 0.5rem;
	}
	.sec-commitments p, .sec-projects p, .sec-testimonials p {
		font-size: 15px;
	}
	.sec-contact form {
		text-align: center;
		margin-top: 20px;
	}
	footer img {
		padding-bottom: 30px;
	}
	.sub-footer .text {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.sec-about .row .layer {
		width: 100%!important;
		padding: 0.5rem 2rem 0.2rem 2rem!important;
	}
	.sec-about .row .layer h3 {
		font-size: 1rem;
	}
	.read-more {
		margin-top: 2rem!important;
		margin-bottom: 3rem;
	}
	.sec-counter {
		text-align: center;
	}
	.phone-call {
		right: 20px;
		bottom: 20px;
	}
	.modal-content {
		width: 100%;
	}
	.modal {
		padding-top: 300px;
	}
	.btn-profile {
		max-width: 132px;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.row.mx-0 .col-md-6 {
		padding-left: 0!important;
	}
	.read-more {
		margin-top: 2rem!important;
		margin-bottom: 3rem;
	}
}
