@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




@font-face {
  font-family: "Egyptian Bold";
  src: url("./assets/fonts/egyptian-tot-bold-webfont.woff2") format("woff2"),
    url("./assets/fonts/egyptian-tot-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Egyptian Medium";
  src: url("./assets/fonts/egyptian-t-ot-medium-webfont.woff2") format("woff2"),
    url("./assets/fonts/egyptian-t-ot-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Egyptian Regular";
  src: url("./assets/fonts/egyptian-t-ot-webfont.woff2") format("woff2"),
    url("./assets/fonts/egyptian-t-ot-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.fw-light {
  font-family: "Egyptian Light";
}
@font-face {
  font-family: "Egyptian Light";
  src: url("./assets/fonts/egyptian-t-ot-light-webfont.woff2") format("woff2"),
    url("./assets/fonts/egyptian-t-ot-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  outline: none;
}

:root {
  --body-bg-color: #000000;
  --body-color: #ffffff;
  --primary-color: #00ffef;
}

html {
  overflow-x: hidden;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--body-color);
  font-size: 16px;
  line-height: 26px;
  background-color: var(--body-bg-color);
  overscroll-behavior: none;
  overflow-x: hidden;
  cursor: url(assets/images/pointer-emblem.png), auto;
}

h1, h2, h3, h4{
  font-family: "Merriweather", serif !important;
  font-weight: 700;

}

.office-address h6 {
    font-family: 'Merriweather';
    font-size: 22px;
    padding: 10px 0px 0px 0px;
}


.smaincont{
	margin-top:120px
}

.blog-posts {
    margin: 20px;
}

.single.single-post img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    max-width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 50px;
}

.blog-posts article {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
}

.post-thumbnail img.attachment-large.size-large.wp-post-image {
    max-width: 382px;
    height: auto;
    object-fit: cover;
}

.post-thumbnail {
    width: 100%;
}

.blog-posts .entry-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.blog-posts .entry-content {
    font-size: 16px;
}
    
.pagination {
    text-align: center;
    margin: 20px 0;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    text-decoration: none;
    color: #0073aa;
    border: 1px solid #ddd;
}

.pagination a:hover,
.pagination span.current {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.pagination span.current {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}
   
.textinfo {
    padding: 0px 30px;
}

img.fologo {
    width: 100%;
    object-fit: cover;
}

.timezone optgroup{
	color:#000;
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  object-fit: contain;
}
.fs-80 {
  font-size: 80px;
}
.fs-60 {
  font-size: 60px;
}
.img-rounded {
  border-radius: 36px;
  -webkit-border-radius: 36px;
  overflow: hidden;
}
/* DEFAULT CSS */
.mobile-menu-socials{
	position:relative;
	width:100%;
	padding: 16px 0;
	margin-top:150px;
}
.mobile-menu-socials a{
	width: 40px;
    height: 40px;
    border: 1px solid;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	filter: grayscale(1) brightness(1.5);
	-webkit-filter: grayscale(1) brightness(1.5);
}
@media (max-width: 1399px){
	.why-choose-container{
		max-width: 1160px;
	}
}

a {
  text-decoration: none;
  color: var(--body-color);
}
a:hover {
  color: var(--body-color);
}
.btn {
  font-family: "Egyptian Regular", sans-serif;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.button-primary,
.get-in-touch-form .gform_button{
  background: -moz-linear-gradient(
    -45deg,
    rgba(4, 248, 197, 0.65) 0%,
    rgba(1, 87, 69, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(4, 248, 197, 0.65) 0%,
    rgba(1, 87, 69, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(4, 248, 197, 0.65) 0%,
    rgba(1, 87, 69, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a604f8c5', endColorstr='#00000000',GradientType=1 );
  box-shadow: 0px 0px 5px 1px rgba(4, 248, 197, 0.75) inset;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(4, 248, 197, 0.75) inset;
  -moz-box-shadow: 0px 0px 5px 1px rgba(4, 248, 197, 0.75) inset;
}
.button-primary,
.get-in-touch-form .gform_button{
  border: 1px solid #fff;
  color: #ffffff;
  padding: 10px 12px;
  font-size: 18px;
  font-family: "Egyptian Regular", sans-serif;
  background: var(--primary-color);
}

.button-primary:hover,
.get-in-touch-form .gform_button:hover{
	border:1px solid #fff;
	background:#0000 !important;
}

.get-in-touch-form .gform_button{
	border-radius:14px;
	padding: .8rem 1.3rem;
	text-transform:uppercase;
}
.text-primary {
  color: var(--primary-color) !important;
}
.button-black,
.button-secondary {
  padding: 10px 10px;
  font-size: 18px;
  text-align: center;
  width: 200px;
  color: var(--body-color);
  border-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
}
.button-black {
  box-shadow: 0px 0px 5px 1px rgba(224, 224, 244, 0.75) inset;
  background: -moz-linear-gradient(
    -45deg,
    rgba(224, 224, 224, 0.65) 0%,
    rgba(78, 78, 78, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(224, 224, 224, 0.65) 0%,
    rgba(78, 78, 78, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(224, 224, 224, 0.65) 0%,
    rgba(78, 78, 78, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e0e0e0', endColorstr='#00000000',GradientType=1 );
}
.button-black:hover {
  background: -moz-linear-gradient(
    -45deg,
    rgba(4, 248, 197, 0.65) 0%,
    rgba(1, 87, 69, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(4, 248, 197, 0.65) 0%,
    rgba(1, 87, 69, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(4, 248, 197, 0.65) 0%,
    rgba(1, 87, 69, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a604f8c5', endColorstr='#00000000',GradientType=1 );
  border-color: #ffffff;
}
.button-secondary {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#04f8c5+0,04f8c5+19&0.2+0,0.6+100 */
  background: -moz-linear-gradient(
    -45deg,
    rgba(4, 248, 197, 0.2) 0%,
    rgba(4, 248, 197, 0.28) 19%,
    rgba(4, 248, 197, 0.6) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(4, 248, 197, 0.2) 0%,
    rgba(4, 248, 197, 0.28) 19%,
    rgba(4, 248, 197, 0.6) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(4, 248, 197, 0.2) 0%,
    rgba(4, 248, 197, 0.28) 19%,
    rgba(4, 248, 197, 0.6) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3304f8c5', endColorstr='#9904f8c5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.fw-bold {
  font-family: "Egyptian Bold", sans-serif;
}
.fw-medium {
  font-family: "Egyptian Medium";
}
.site-title {
  font-size: 45px;
  font-family: "Egyptian Bold", sans-serif;
  line-height: 1;
}

.maincont {
    padding-top: 50px;
}

.text-gray {
  color: #a3a3a3;
}
.button {
  display: inline-block;
  position: relative;
}
.button .inner-button {
  text-align: center;
  font-family: "Egyptian Bold", sans-serif;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
/* END DEFAULT CSS */

/* SITE HEADER */
.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0.5rem 0;
  transition: all 0.3s ease;
}
.site-header.is-fixed {
  position: fixed;
  padding: 0.5rem 0;
  background-color: #000000;
}
.logo-container {
  max-width: 360px;
}
.site-logo {
  padding: 0;
  display: block;
  position: relative;
  z-index: 1;
}
#re-text {
    position: absolute;
    width: 0;
    font-size: 20px;
    line-height: 38px;
    top: 12px;
    left: 24px;
    overflow: hidden;
    white-space: nowrap;
    animation: text-intro 10s steps(20, end) 2s infinite;
    transform-origin: left;
    font-family: "Egyptian Bold", sans-serif;
}

#re-right {
  animation: re-slide 10s ease 1s infinite;
  transform: translateX(-1590px);
  animation-delay: 2s;
}
#re-left {
  animation: l-hide 10s ease 1s infinite;
  animation-delay: 2s;
}
@keyframes l-hide {
  10%,
  90% {
    opacity: 1;
  }
  20%,
  80% {
    opacity: 0;
  }
}
@keyframes re-slide {
  10%,
  90% {
    transform: translateX(-1590px);
    opacity: 1;
  }
  20%,
  80% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes text-intro {
  10%,
  85% {
    width: 0;
  }
  20%,
  80% {
    width: 80%;
  }
}
.navbar-nav .nav-item .nav-link {
  color: var(--body-color);
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "Merriweather", serif !important;
  letter-spacing: 2px;
}

section.intro-test {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10%;
  position: relative;
}



.navbar-nav li a:hover {
  color: var(--body-color);
}
.navbar-toggler {
  padding: 0;
  width: 30px;
  display: block;
  height: 30px;
  overflow: hidden;
}
.navbar-toggler span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
}
.navbar-toggler span.middle {
  margin: 6px 0;
}
.navbar-nav li,
.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .sub-menu {
  list-style: none;
  padding: 0 1rem;
  display: block;
  position: absolute;
  width: 234px;
  opacity: 0;
  margin-top: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  background-color: #000000;
}
.navbar-nav .sub-menu .nav-item .nav-link {
  display: block;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.navbar-nav .sub-menu li:last-child a {
  border-bottom: 0;
}
.navbar-nav .has-menu:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1099px) {
  .site-header {
    padding: 0.5rem 0;
  }
 
  .btn-mobile {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    position: fixed;
    padding: 3px 8px;
    border-radius: 10px;
    bottom: 40px;
    right: 20px;
    opacity: 0;
    transition: all 0.4s ease;
  }
  .btn-mobile.open {
    opacity: 1;
  }
}


/* END SITE HEADER */

.intro {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-content {
  position: absolute;
  top: 50%;
}
.intro-title {
  font-size: 130px;
  line-height: 130px;
}
.intro-subtitle {
  font-size: 40px;
  font-family: "Egyptian Regular";
}
.office-title{
		font-size:32px;
}
@media(max-width:1499px){
	.office-title{
		font-size:36px;
	}
}
@media(max-width:1099px){
	.intro-subtitle {
		font-size: 33px;
	}
	.office-title{
		font-size:30px;
	}
}
.here-to-help,
.portfolio {
  padding: 100px 0;
}
.client-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}
.client-logos div {
  flex: 1 0 0;
  max-width: 114px;
}
.technology-industry-logos{
	width:100%;
	overflow:auto;
	gap: 30px; 
	align-items: center;
	text-align: center;
	justify-content: space-between;
}
.technology-industry-logos div{
	flex: 200px 0 0;
  	max-width: 200px;
}
.portfolio .arrow-img {
  vertical-align: top;
}
.portfolio-item {
  padding: 100px 0;
}

.core-services {
  color: #000000;
  padding: 100px 0; 
  background: -moz-linear-gradient(
    -45deg,
    rgba(4, 248, 197, 1) 0%,
    rgba(4, 248, 197, 0.5) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(4, 248, 197, 1) 0%,
    rgba(4, 248, 197, 0.5) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(4, 248, 197, 1) 0%,
    rgba(4, 248, 197, 0.5) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04f8c5', endColorstr='#8004f8c5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.services-nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

a.btn.button-primary, button.btn.button-primary {
    color: #000;
}

a.btn.button-primary:hover, button.btn.button-primary:hover {
    color: #fff;
	background:#000 !important;
}


.services-nav-links li {
  font-size: 50px;
  font-family: "Egyptian Bold";
  line-height: 50px;
  margin-bottom: 40px;
  opacity: 0.2;
  cursor: pointer;
  transition: all 0.3s ease; 
}
.services-nav-links li.active {
  color: #ffffff;
  opacity: 1;
}
.service-tab {
  display: none;
}
.trusted-brands {
  padding: 100px 0;
}
.logo-box {
  margin: 50px 0;
  text-align: center;
  position: relative;
  perspective: 1000;
}
.brand-logo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  backface-visibility: hidden;
}
.brand-logo.front {
  z-index: 2;
}
.logo-box:nth-child(1) .brand-logo.front {
  animation: Rotate 4000ms linear 0ms infinite;
}
.logo-box:nth-child(2) .brand-logo.front {
  animation: Rotate 4300ms linear 0ms infinite;
}
.logo-box:nth-child(3) .brand-logo.front {
  animation: Rotate 4600ms linear 0ms infinite;
}
.logo-box:nth-child(4) .brand-logo.front {
  animation: Rotate 4900ms linear 0ms infinite;
}
.logo-box:nth-child(5) .brand-logo.front {
  animation: Rotate 5200ms linear 0ms infinite;
}
.logo-box:nth-child(6) .brand-logo.front {
  animation: Rotate 5500ms linear 0ms infinite;
}
.logo-box:nth-child(7) .brand-logo.front {
  animation: Rotate 5800ms linear 0ms infinite;
}
.logo-box:nth-child(8) .brand-logo.front {
  animation: Rotate 6100ms linear 0ms infinite;
}
.brand-logo.back {
  display: block;
  transform: rotateY(180deg);
  text-align: center;
}
.logo-box:nth-child(1) .brand-logo.back {
  animation: BackRotate 4000ms linear 0ms infinite;
}
.logo-box:nth-child(2) .brand-logo.back {
  animation: BackRotate 4300ms linear 0ms infinite;
}
.logo-box:nth-child(3) .brand-logo.back {
  animation: BackRotate 4600ms linear 0ms infinite;
}
.logo-box:nth-child(4) .brand-logo.back {
  animation: BackRotate 4900ms linear 0ms infinite;
}
.logo-box:nth-child(5) .brand-logo.back {
  animation: BackRotate 5200ms linear 0ms infinite;
}
.logo-box:nth-child(6) .brand-logo.back {
  animation: BackRotate 5500ms linear 0ms infinite;
}
.logo-box:nth-child(7) .brand-logo.back {
  animation: BackRotate 5800ms linear 0ms infinite;
}
.logo-box:nth-child(8) .brand-logo.back {
  animation: BackRotate 6100ms linear 0ms infinite;
}

@keyframes Rotate {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
@keyframes BackRotate {
  0% {
    transform: rotateX(180deg);
  }

  100% {
    transform: rotateX(540deg);
  }
}
.news {
  padding: 100px 0;
}
.news-item {
  display: block;
  border: 2px solid #fff;
}
.news-item .image {
  overflow: hidden;
}
.news-item .image img {
  transition: all 1.5s ease;
}
.news-item:hover .image img {
  transform: scale(1.1);
}
.call-to-action {
  background-image: url(assets/images/call-to-action-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  min-height: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.call-to-action .container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  transform-style: preserve-3d;
}
.r-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.r-box {
  transform-style: preserve-3d;
  opacity: 0.1;
}
.call-to-action::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(assets/images/R.html);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 530px;
  opacity: 0.08;
}
.site-footer {
  padding-top: 100px;
  position: relative;
}
.site-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 100%;
  background-image: url(assets/images/call-action-border-bottom.png);
  background-repeat: no-repeat;
}
.newsletter-form .form-control {
  padding: 1rem 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #3f3f3f;
  color: #fff;
  border-radius: 0;
}
.site-footer .border-top {
  border-color: #3f3f3f !important;
}
.newsletter-form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.newsletter-form .form-control::placeholder {
  color: var(--body-color);
}
.footer-socials a {
  display: block;
  margin-bottom: 16px;
}
.copyright {
  color: #a3a3a3;
  font-weight: 300;
  font-size: 12px;
}
.copyright div {
  display: inline-block;
  margin: auto;
  position: relative;
  padding: 0 20px;
}
.copyright div:first-child {
  padding-left: 0;
}
.copyright div:last-child {
  padding-right: 0;
}

.copyright div::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #a3a3a3;
}
.copyright div:last-child::after {
  display: none;
}
.footer-links {
  font-size: 12px;
  font-weight: 300;
}
.footer-address address {
  line-height: 1.5;
}
.wp-block-image.size-full img {
  width: 100%;
  height: auto;
}
/* ABOUT PAGE */
.page-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 70%;
}
.page-banner .container {
  position: relative;
  z-index: 2;
}
.page-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.page-title {
  font-size: 70px;
}
.page-sub-title {
  font-size: 38px;
  line-height: 1.4;
}
.partners {
  padding: 100px 0;
}
.glance,
.services-section {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.services-section {
  background-image: url(assets/images/glance-bg.png);
  background-position: 0 -80px;
}

.glance-icon {
  width: 150px;
  height: 150px;
  margin: auto;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  border: 2px solid var(--primary-color);
  background-color: #000000;
  padding: 6px;
}
.glance-icon .inner {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
	background: -moz-linear-gradient(
    -45deg,
    rgba(4, 248, 197, 0.65) 0%,
    rgba(1, 87, 69, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(4, 248, 197, 0.65) 0%,
    rgba(1, 87, 69, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(4, 248, 197, 0.65) 0%,
    rgba(1, 87, 69, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a604f8c5', endColorstr='#00000000',GradientType=1 );
  box-shadow: 0px 0px 5px 1px rgba(4, 248, 197, 0.75) inset;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(4, 248, 197, 0.75) inset;
  -moz-box-shadow: 0px 0px 5px 1px rgba(4, 248, 197, 0.75) inset;
	
}
.glance-icon .inner img {
  height: 70px;
  width: 70px;
  object-fit: contain;
}
.glance-icon:hover {
  border-color: #fff;
}
.glance-icon:hover .inner {
  
  box-shadow: 0px 0px 5px 1px rgba(224, 224, 244, 0.75) inset;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(224, 224, 244, 0.75) inset;
  background: -moz-linear-gradient(
    -45deg,
    rgba(224, 224, 224, 0.65) 0%,
    rgba(78, 78, 78, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(224, 224, 224, 0.65) 0%,
    rgba(78, 78, 78, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(224, 224, 224, 0.65) 0%,
    rgba(78, 78, 78, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e0e0e0', endColorstr='#00000000',GradientType=1 );
}
.glance-content {
  padding: 0 26px;
}
.team {
  position: relative;
  padding: 50px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#04f7c4+0,028267+100 */
  background: linear-gradient(
    to bottom,
    rgba(4, 247, 196, 1) 0%,
    rgba(2, 130, 103, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg-black {
  background: #000000 !important;
}
.team-title {
  font-size: 60px;
}
.team-title .meet {
  position: relative;
}
.team-title .team-text {
  font-size: 160px;
}
.team-slider-box {
  position: relative;
  z-index: 1;
}
.team-item {
  position: relative;
  z-index: 1;
}
.team-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86%;
  background-color: #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  z-index: -1;
}

.team-item .team-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0 0 16px 16px;
  padding: 1rem;
}
.team-item .team-content .roll {
  font-size: 16px;
  position: relative;
  display: block;
  padding-left: 20px;
}
.team-item .team-content .roll::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 16px;
  height: 2px;
  background-color: #fff;
}
.team-slider .owl-nav,
.recent-work-slider .owl-nav {
  display: flex;
  justify-content: start;
  gap: 30px;
  margin: auto;
  margin-top: 40px;
  max-width: 1320px;
  padding-left: 1.5rem !important;
}
.glance-slider .owl-nav,
.services-detail-slider .owl-nav,
.news-slider .owl-nav,
.mobile-screen-slider .owl-nav{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 40px;
}
.team-slider .owl-nav span,
.recent-work-slider .owl-nav span,
.glance-slider .owl-nav span,
.services-detail-slider .owl-nav span,
.news-slider .owl-nav span,
.mobile-screen-slider span{
  display: block;
  width: 40px;
  height: 40px;
  background: -moz-linear-gradient(
    -45deg,
    rgba(4, 248, 197, 0.65) 0%,
    rgba(1, 87, 69, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(4, 248, 197, 0.65) 0%,
    rgba(1, 87, 69, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(4, 248, 197, 0.65) 0%,
    rgba(1, 87, 69, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a604f8c5', endColorstr='#00000000',GradientType=1 );
  box-shadow: 0px 0px 5px 1px rgba(4, 248, 197, 0.75) inset;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(4, 248, 197, 0.75) inset;
  -moz-box-shadow: 0px 0px 5px 1px rgba(4, 248, 197, 0.75) inset;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}
.team-slider button.disabled {
  opacity: 0.5;
}
.team-slider .owl-nav span.prev,
.recent-work-slider .owl-nav span.prev,
.glance-slider .owl-nav span.prev,
.services-detail-slider .owl-nav span.prev,
.news-slider .owl-nav span.prev,
.mobile-screen-slider .owl-nav span.prev{
  background-image: url(assets/images/prev-arrow.png);
}
.team-slider .owl-nav span.next,
.recent-work-slider .owl-nav span.next,
.glance-slider .owl-nav span.next,
.services-detail-slider .owl-nav span.next,
.news-slider .owl-nav span.next,
.mobile-screen-slider .owl-nav span.next{
  background-image: url(assets/images/next-arrow.png);
}
.glance-slider .col-6 {
  width: 100%;
}
.recent-work-slider .work-item {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.recent-work-slider .work-item::after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,04f8c5+100&0+0,1+100 */
  background: linear-gradient(
    to bottom,
    rgba(30, 87, 153, 0) 0%,
    rgba(4, 248, 197, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: all 0.4s ease;
}
.recent-work-slider .work-item:hover::after {
  bottom: 0;
}
.recent-work-slider .logo-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px;
  z-index: 2;
}
.marketing-channels {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.marketing-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.marketing-bullets li {
  flex: 50% 0;
  position: relative;
  padding-left: 16px;
  font-family: "Egyptian Bold", sans-serif;
  font-size: 19px;
}
.marketing-bullets li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--primary-color);
}
.text-dark {
  color: #000000 !important;
}
/* END ABOUT PAGE */
.no-banner {
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-banner-page-title {
  font-size: 100px;
}
.no-banner-page-title span {
  font-size: 140px;
  display: block;
}
.our-experties {
  position: relative;
  z-index: 2;
}
.experties-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.experties-list li {
  position: relative;
  padding-bottom: 60px;
  cursor: pointer;
}
.experties-list li .image {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.2s !important;
}
.experties-list li.active .image {
  opacity: 1;
  visibility: visible;
}
.expert-image {
  transition-duration: 0.5s !important;
}
.experties-list li span {
  display: block;
  text-decoration: none;
  font-size: 40px;
  color: #2c2c2c;
}
.experties-list li.active span,
.experties-list li:hover span {
  color: var(--primary-color);
}
.portfolio-banner {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
  z-index: 2;
}
.portfolio-categories {
  list-style: none;
  padding: 0;
  margin: auto;
}
.portfolio-categories li {
  display: inline-block;
  margin: 0 16px;
}
.portfolio-categories li a {
  padding: 0.5rem 1rem;
  color: #6a6a6a;
  font-family: "Egyptian Bold";
  border-radius: 8px;
}
.portfolio-categories li a.active {
  border: 1px solid #fff;
  color: #ffffff;
  background: -moz-linear-gradient(
    -45deg,
    rgba(4, 248, 197, 0.65) 0%,
    rgba(1, 87, 69, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(4, 248, 197, 0.65) 0%,
    rgba(1, 87, 69, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(4, 248, 197, 0.65) 0%,
    rgba(1, 87, 69, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a604f8c5', endColorstr='#00000000',GradientType=1 );
  box-shadow: 0px 0px 5px 1px rgba(4, 248, 197, 0.75) inset;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(4, 248, 197, 0.75) inset;
  -moz-box-shadow: 0px 0px 5px 1px rgba(4, 248, 197, 0.75) inset;
}
.dms-item {
  padding-bottom: 150px;
}
.glance.dms,
.services-section {
  background-position: 0 -80px;
  background-size: contain;
  position: relative;
}
.glance.dms::after,
.services-section::after {
  content: "";
  position: absolute;
  top: 335px;
  right: -340px;
  width: 660px;
  height: 660px;
  background-image: url(assets/images/logo-emblem.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.07;
  z-index: -1;
}
.why-choose {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#04f7c4+0,028267+100 */
  background: linear-gradient(
    135deg,
    rgba(4, 247, 196, 1) 0%,
    rgba(2, 130, 103, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  margin: 50px 0;
}
.why-choose-slider .slide {
  margin: 20px 0;
}
.why-choose-slider .slide img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.service-nav-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-nav-tabs li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
}
.service-nav-tabs li .btn {
  color: #494949;
  font-size: 20px;
  padding: 0;
  border: 0;
  box-shadow: none;
  outline: none;
  display: block;
  width: 100%;
  text-align: left;
}
.service-nav-tabs li .btn:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}
.service-nav-tabs li.active .btn {
  color: #04f8c5;
}
.service-nav-tabs li::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #04f8c5;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.service-nav-tabs li.active::after {
  background-color: #04f8c5;
}
.our-services-list-item {
  margin-bottom: 150px;
}
#digital-marketing-tab {
  max-height: 400px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
#digital-marketing-tab.full {
  max-height: 2000px;
  transition: max-height 1s ease-in-out;
}
.contact-us-image {
  position: absolute;
  right: 0;
  bottom: 0;
}
.contact-us-image img {
  max-width: 380px;
}
.get-in-touch-form {
  padding: 60px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  box-shadow: 0px 0px 40px 1px rgba(224, 224, 244, 0.4) inset;
  background: -moz-linear-gradient(
    -45deg,
    rgba(224, 224, 224, 0.4) 0%,
    rgba(78, 78, 78, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(224, 224, 224, 0.4) 0%,
    rgba(78, 78, 78, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(224, 224, 224, 0.4) 0%,
    rgba(78, 78, 78, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e0e0e0', endColorstr='#00000000',GradientType=1 );
}

.get-in-touch-form h2 {
  line-height: 60px;
}
.get-in-touch-form .form-control,
.get-in-touch-form .form-select {
  color: #ffffff;
  background: -moz-linear-gradient(
    -45deg,
    rgba(4, 248, 197, 0.3) 0%,
    rgba(1, 87, 69, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(4, 248, 197, 0.3) 0%,
    rgba(1, 87, 69, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(4, 248, 197, 0.3) 0%,
    rgba(1, 87, 69, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a604f8c5', endColorstr='#00000000',GradientType=1 );
  box-shadow: 0px 0px 16px 1px rgba(4, 248, 197, 0.5) inset;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(4, 248, 197, 0.5) inset;
  -moz-box-shadow: 0px 0px 16px 1px rgba(4, 248, 197, 0.5) inset;
  padding: 8px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  border: 0;
	margin-bottom:1.5rem;
}
.get-in-touch-form .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.get-in-touch-form input[type=text],
.get-in-touch-form input[type=email],
.get-in-touch-form input[type=tel],
.get-in-touch-form textarea,
.get-in-touch-form select{
	background:transparent;
	border:0;
	color: #ffffff;
	width:100%;
}
.get-in-touch-form input[type=text]::placeholder,
.get-in-touch-form input[type=email]::placeholder,
.get-in-touch-form input[type=tel]::placeholder,
.get-in-touch-form textarea::placeholder,
.get-in-touch-form select{
	color: #ffffff;
  	font-family: "Egyptian Medium";
}
.get-in-touch-form select option{
	color:#000;
}
.get-in-touch-form .gform_footer{
	justify-content: center;
}
.get-in-touch-form .gform_heading{
	display:none;
}
.get-in-touch-form .gchoice{
	display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.shadow-white {
  box-shadow: 0px 0px 16px 1px rgba(255, 255, 255, 0.75) inset !important;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(255, 255, 255, 0.75) inset !important;
  -moz-box-shadow: 0px 0px 16px 1px rgba(255, 255, 255, 0.75) inset !important;
}
textarea.shadow-white {
  background: transparent !important;
}
.get-in-touch-form .form-check-input,
.get-in-touch-form  .gfield-choice-input{
  width: 2em;
  height: 2em;
  background: -webkit-linear-gradient(
    -45deg,
    rgba(224, 224, 224, 0.65) 0%,
    rgba(78, 78, 78, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(224, 224, 224, 0.65) 0%,
    rgba(78, 78, 78, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e0e0e0', endColorstr='#00000000',GradientType=1 );
  border: 0;
  box-shadow: 0px 0px 16px 1px rgba(255, 255, 255, 0.75) inset !important;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(255, 255, 255, 0.75) inset !important;
  flex: 2em 0 0;
  margin-right: 16px;
  border-radius: 0.25em;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
	margin-top: 0.25em !important;
	vertical-align: top;
}
.get-in-touch-form  .gfield-choice-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.get-in-touch {
  background-image: url(assets/images/get-in-touch-bg.html);
  background-repeat: no-repeat;
  background-position: center 90px;
}
.contact-map {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  overflow: hidden;
}
.contact-map iframe {
  height: 436px;
}
/* MOBILE NAVIGATION */
.mobile-nav,
.service-menu-nav{
  position: fixed;
  top: -125%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: -moz-linear-gradient(
    top,
    rgba(4, 248, 197, 1) 0%,
    rgba(4, 248, 197, 0.5) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(4, 248, 197, 1) 0%,
    rgba(4, 248, 197, 0.5) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(4, 248, 197, 1) 0%,
    rgba(4, 248, 197, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04f8c5', endColorstr='#8004f8c5',GradientType=0 );
  z-index: 999;
  background-color: #000000;
  visibility:hidden;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.inner-service-nav{
	padding-top:2rem;
}
.services-nav-footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    margin: 20px 0;
}
.mobile-nav::after,
.service-menu-nav::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background-image: url(assets/images/mobile-nav-emblem-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.08;
}
.mobile-nav.open,
.service-menu-nav.open{
  top: 0;
  visibility:visible;
}
.close-mobile-nav,
.close-service-nav{
  background-color: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  position: relative;
}
.close-mobile-nav span,
.close-service-nav span{
 	width: 80%;    
	height: 3px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.close-mobile-nav span.top,
.close-service-nav span.top{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.close-mobile-nav span.bottom,
.close-service-nav span.bottom{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mobile-menu,
.sub-menu,
.services-menu{
  list-style: none;
  padding: 0;
  margin: auto;
}
.mobile-menu{
	margin-bottom:30px;
}
.mobile-menu li a,
.services-menu li a{
  display: block;
  padding: 20px 30px;
  font-size: 48px;
  position: relative;
  font-weight: 600;
	line-height:1.2;
  font-family: "Egyptian Regular", serif;
}
.services-menu li a{
	font-size:34px;
	padding: 10px 0;
	border-bottom:0;
}
.ff-Egyptian {
  font-family: "Egyptian Regular", serif;
}
.mobile-menu li.active a,
.mobile-menu li:hover a {
  color: #000000;
}
.mobile-menu li.has-childrens a::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  color: #ffffff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 20px;
  font-weight: 500;
  width: 14px;
  height: 14px;
  line-height: 14px;
}
.mobile-menu li.active a::after {
  color: #000000;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  right: 26px;
}
.mobile-menu li .sub-menu li a {
  border: 0;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.mobile-menu li .sub-menu li a::after {
  display: none;
}
.mobile-menu li .sub-menu {
  padding: 0px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: none;
}
.mobile-menu li.active .sub-menu {
  display: block;
}
.more-info {
  padding: 20px 30px !important;
}
/* END MOBILE NAVIGATION */
.why-choose-mobile-slider img {
  border-radius: 1.5rem;
}
.expertin-title {
  font-size: 120px;
}
.expertin-title .subtitle {
  font-size: 100px;
  display: block;
}
.portfolio-page-title {
  font-size: 120px;
}
.contact-page-title {
  font-size: 80px;
}
.marquee-box {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 10;
  display: block;
  pointer-events: none;
}

.upward-marquee {
  transform: translateY(-51%);
  animation: upwardScroller 8s linear infinite;
}
.upward-marquee img {
  border-radius: 24px;
}
@keyframes upwardScroller {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-48%);
  }
}
.service-page-title {
  font-size: 60px;
}
.branding-page-title {
  font-size: 54px;
}
.blog-reading-bar {
  width: 100%;
  position: fixed;
  height: 8px;
  appearance: none;
  background-color: transparent;
  border: none;
  color: var(--primary-color);
  top: 80px;
  left: 0;
  z-index: 99999;
  display: none;
}
.blog-reading-bar.show {
  display: block;
}
.blog-reading-bar::-webkit-progress-bar {
  background-color: rgba(255, 255, 255, 0.1);
}

.blog-reading-bar::-webkit-progress-value {
  background-color: var(--primary-color);
}

.blog-reading-bar::-moz-progress-bar {
  background-color: var(--primary-color);
}
.post-banner {
  padding: 200px 0 100px;
}
.help-box {
  background: -moz-linear-gradient(
    top,
    rgba(4, 248, 197, 0.5) 0%,
    rgba(4, 248, 197, 0.3) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(4, 248, 197, 0.5) 0%,
    rgba(4, 248, 197, 0.3) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(4, 248, 197, 0.5) 0%,
    rgba(4, 248, 197, 0.3) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04f8c5', endColorstr='#8004f8c5',GradientType=0 );
  border-radius: 20px;
  -webkit-border-radius: 20px;
  margin: 2.5rem 0 2rem;
  padding: 2rem;
}
.help-box h2 {
  margin-bottom: 1.5rem;
  font-family: "Egyptian Bold", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  position: relative;
  background-image: url(assets/images/r-title.png);
  background-position: top left;
  padding-left: 60px;
  background-repeat: no-repeat;
}
.help-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.help-box ul li {
  position: relative;
  padding-left: 20px;
  background-image: url(assets/images/check.svg);
  background-repeat: no-repeat;
  background-position: -6px top;
  font-family: "Egyptian Light", sans-serif;
  font-size: 18px;
  margin-bottom: 12px;
  background-size: 24px;
}
.banner-image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.banner-image .content {
  position: absolute;
  bottom: 0;
  max-width: 50%;
  display: block;
  padding: 1.5rem;
  color: #fff;
  border-radius: 0 24px 0;
  -webkit-border-radius: 0 24px 0;
  background: -moz-linear-gradient(
    top,
    rgba(4, 248, 197, 1) 0%,
    rgba(4, 248, 197, 0.5) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(4, 248, 197, 1) 0%,
    rgba(4, 248, 197, 0.5) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(4, 248, 197, 1) 0%,
    rgba(4, 248, 197, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04f8c5', endColorstr='#8004f8c5',GradientType=0 );
  background-color: #000000;
}
.blogs-banner {
  padding: 150px 0 100px;
}
.blog-post .post-image {
  border-radius: 16px;
  -webkit-border-radius: 16px;
}
.contact-us-title {
  position: relative;
  padding-bottom: 16px;
}
.contact-us-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--primary-color);
  border-radius: 0 100% 100% 0;
}
.post-title {
  font-size: 70px;
}
.whychoose-section {
  position: relative;
}
.whychoose-section .site-title {
	font-size:48px;
}
.recent-work-slider .owl-item img.westkin-logo {
  width: 220px;
}
/* THANK YOU PAGE CALENDAR */
.form-wrapper {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  box-shadow: 0px 0px 40px 1px rgba(224, 224, 244, 0.4) inset;
  padding: 50px 12px 50px 50px;
  background: -webkit-linear-gradient(
    -45deg,
    rgba(224, 224, 224, 0.3) 0%,
    rgba(78, 78, 78, 0) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(224, 224, 224, 0.3) 0%,
    rgba(78, 78, 78, 0) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e0e0e0', endColorstr='#00000000',GradientType=1 );
}
.supporter-image .inner-image {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  overflow: hidden;
  padding: 10px;
  background: -moz-linear-gradient(
    top,
    rgba(4, 248, 197, 0.5) 0%,
    rgba(4, 248, 197, 0.3) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(4, 248, 197, 0.5) 0%,
    rgba(4, 248, 197, 0.3) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(4, 248, 197, 0.5) 0%,
    rgba(4, 248, 197, 0.3) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04f8c5', endColorstr='#8004f8c5',GradientType=0 );
}
.supporter-image .inner-image img {
  border-radius: 100%;
  width: 100%;
}
.person-title {
  margin: 0;
}
.person-title .small-text {
  font-size: 18px;
}
.border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.datePicker .ui-datepicker {
  width: 100% !important;
  background: transparent !important;
  color: #fff !important;
  border: 0 !important;
  padding: 0 !important;
}
.datePicker .ui-datepicker td {
  border: 0 !important;
  padding: 8px 0 !important;
}
.datePicker .ui-state-default,
.datePicker .ui-widget-content .ui-state-default {
  border: 0 !important;
  background: transparent !important;
  font-weight: normal !important;
  color: #fff !important;
  text-align: center !important;
  width: 30px !important;
  height: 30px !important;
  margin: auto !important;
  line-height: 24px !important;
}
.datePicker .ui-widget-header {
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-weight: bold !important;
}
.datePicker .ui-datepicker .ui-datepicker-prev,
.datePicker .ui-datepicker .ui-datepicker-next {
  position: absolute !important;
  top: 2px !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: 0px 0px 16px 1px rgba(4, 248, 197, 0.5) inset;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(4, 248, 197, 0.5) inset;
  color: #fff !important;
}
.datePicker .ui-datepicker .ui-datepicker-prev::before,
.datePicker .ui-datepicker .ui-datepicker-next::before{
	top:11px !important;
	left:8px !important; 
}
.datePicker .ui-datepicker .ui-datepicker-prev::before{
	left:11px !important; 
}
.datePicker .ui-datepicker .ui-datepicker-prev span,
.datePicker .ui-datepicker .ui-datepicker-next span {
  filter: grayscale(1) invert(1) brightness(10) !important;
}
.datePicker .ui-datepicker .ui-datepicker-prev {
  left: 60px !important;
}
.datePicker .ui-datepicker .ui-datepicker-next {
  right: 60px !important;
}
.datePicker .ui-state-active {
  border: 0 !important;
  color: var(--primary-color) !important;
  background: transparent !important;
  box-shadow: 0px 0px 16px 1px rgba(4, 248, 197, 0.5) inset;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(4, 248, 197, 0.5) inset;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
}
.timezone {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  padding-right: 34px !important;
}
.timezone option{
	color:#000;	
}
.select-date-title,
.timezone-box,
.time-zone-title {
  padding-left: 30px;
}
.times-list {
  height: 468px;
  overflow: auto;
  padding-right: 24px;
}
.times-list::-webkit-scrollbar {
  width: 10px;
}

.times-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.times-list::-webkit-scrollbar-thumb {
  background: -moz-linear-gradient(
    top,
    rgba(4, 248, 197, 0.5) 0%,
    rgba(4, 248, 197, 0.3) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(4, 248, 197, 0.5) 0%,
    rgba(4, 248, 197, 0.3) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(4, 248, 197, 0.5) 0%,
    rgba(4, 248, 197, 0.3) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04f8c5', endColorstr='#8004f8c5',GradientType=0 );
  outline: none;
  border-radius: 6px;
}
.bg-gradient {
  background: -moz-linear-gradient(
    top,
    rgba(4, 248, 197, 0.5) 0%,
    rgba(4, 248, 197, 0.3) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(4, 248, 197, 0.5) 0%,
    rgba(4, 248, 197, 0.3) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(4, 248, 197, 0.5) 0%,
    rgba(4, 248, 197, 0.3) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04f8c5', endColorstr='#8004f8c5',GradientType=0 );
}
.times-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.times-list ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.times-list ul li span {
  box-shadow: 0px 0px 16px 1px rgba(255, 255, 255, 0.75) inset !important;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(255, 255, 255, 0.75) inset !important;
  display: block;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
}
.times-list ul li span,
.times-list ul li button {
  flex: 1 0 0%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
}
.times-list ul li button {
  background: transparent;
  box-shadow: 0px 0px 30px 1px rgba(4, 248, 197, 0.5) inset;
  -webkit-box-shadow: 0px 0px 30px 1px rgba(4, 248, 197, 0.5) inset;
  color: #fff;
  margin-left: 16px;
}
.FormBox {
  display: none;
}
.FormBox .form-control {
  background: transparent;
  color: #fff;
  border: 0;
  box-shadow: 0px 0px 16px 1px rgba(255, 255, 255, 0.75) inset;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(255, 255, 255, 0.75) inset;
}
.FormBox .form-control:focus {
  box-shadow: 0px 0px 16px 1px rgba(4, 248, 197, 0.5) inset;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(4, 248, 197, 0.5) inset;
}
.times-list ul li button {
  display: none;
}
.TimePicker-box {
  display: none;
}
.PrevStep {
  position: absolute;
  top: 16px;
  left: 16px;
  display: none;
}
.FormBox .tel-input {
  background-image: url(assets/images/london-flag.png) !important;
  background-repeat: no-repeat;
  background-position: 16px center;
  padding-left: 50px;
  background-size: 30px;
}
/* END THANK YOU PAGE CALENDAR */
.about-page-title {
  font-size: 120px;
}
.portfolio-tags {
  display: flex;
}
.portfolio-tags span {
  display: block;
  padding: 0 10px;
  border-right: 1px solid #04f8c5;
  line-height: 20px;
}
.portfolio-tags span:first-child {
  padding-left: 0;
}
.portfolio-tags span:last-child {
  border-right: 0;
}

.client-logos-scroller {
  width: 100%;
  overflow: auto;
}
.inner-scroller {
  padding-bottom: 10px;
  justify-content: space-between;
}
.inner-scroller div {
  flex: 1 0 0%;
  text-align: center;
}
.we-work-with-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.we-work-with-logos h5 {
  order: 2;
  flex: 100% 0 0;
  margin-bottom: 0;
  margin-top: 1rem;
}
.inner-scroller div img {
  height: 80px !important;
  width: 80px;
  object-fit: contain;
}
.client-logos-scroller.partner div {
  flex: 140px 0 0;
}
.client-logos-scroller.partner div img {
  height: auto;
}
.post-navigation h2 {
  display: none;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-around;
}

/* PROJECT DEATIL PAGE */
.project-detail-banner {
  position: relative;
  padding: 130px 0;
  z-index: 1;
}
.project-detail-app-banner{
	position: relative;
  	padding: 120px 0;
	z-index: 1;
}
.project-detail-banner::after {
  content: "";
  position: absolute;
  bottom: 200px;
  left: -94px;
  width: 115%;
  height: 100px;
  background-color: var(--primary-color);
  transform: rotate(-20deg);
  z-index: -1;
}
.project-page-title {
  font-size: 60px;
}
.project-content {
  position: relative;
  z-index: 1;
}
.project-content::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -22%;
  width: 150%;
  height: 540px;
  background: radial-gradient(
    ellipse at center,
    rgba(4, 248, 197, 0.4) 0%,
    rgba(4, 248, 197, 0) 70%
  );
  transform: rotate(-28deg);
  z-index: -1;
}
.paralex-image {
  min-height: 1487px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.objectives {
  padding: 150px 0 200px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.objectives::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400%;
  height: 110%;
  background: radial-gradient(
    ellipse at center,
    rgba(4, 248, 197, 0.8) 0%,
    rgba(4, 248, 197, 0) 64%
  );
  z-index: -1;
}
.glance-icon.objective-icon {
  width: 130px;
  height: 130px;
}
.glance-icon.objective-icon .inner{
	display:block;
	text-align:center;
	padding: 10px 0;
}
.glance-icon.objective-icon .inner img{
	width:60px;
}
.glance-icon.objective-icon .inner span{
	display:block;
	font-weight:bold;
	font-size: 20px;
    margin-top: 8px;
}
.customer-quote {
  position: relative;
  margin-top: -80px;
  padding-bottom: 80px;
}
.quote {
  background-image: url(assets/images/quote-icon.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 100px;
}
.case-study-app-banner{
	position: relative;
    top: 0;
    left: 0;
	width: 100%;
    max-width: 420px;
}
/* END PROJECT DEATIL PAGE */
/* FOOTER CSS */
.office-address-tabs {
  display: inline-flex;
  background-color: var(--primary-color);
  width: 200px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 42px;
}
.office-address-tabs div span {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 6px;
  line-height: 50px;
  font-family: "Egyptian Regular";
  cursor: pointer;
}
.office-address-tabs div.active {
  flex: 136px 0 0;
}
.office-address-tabs div.active span {
  font-size: 2rem;
  display: block;
  width: 80%;
  color: #000;
  background-color: transparent;
  font-family: "Egyptian Bold", sans-serif;
}
.footer-links{
  display: inline-flex;
  margin: auto;
  list-style: none;
  padding: 0;
}
.footer-links li a{
  display: block;
  padding: 0 1.5rem;
  color: #707070;
  font-family: "Egyptian Medium", sans-serif;
  font-size: 18px;
}
.copyright-text{
  color: #888888;
}
.footer-logo{
	font-size:32px;
	line-height:1.2;
}
@media(max-width:1499px){
	.footer-logo {
    	padding-top: 0;
	}
}

@media(max-width:1099px){
	.portfolio-item {
		padding: 50px 0;
	}
	.service-page-title,
	.site-title{
		font-size: 48px;
	}
	.modal-lg, .modal-xl {
		--bs-modal-width: 100%;
	}
}
/* END FOOTER CSS */

.mobile-screen-slider .owl-item img{
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.70);
    -ms-transform: scale(0.70);
    transform: scale(0.70);
	opacity:.5;
}
.mobile-screen-slider .owl-item.center img{
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	opacity:1;
}
.mobile-screen-frame{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	z-index:2;
	opacity:0;
}
.mobile-screen-frame.show{
	opacity:1;
}
.mobile-screen-slider .owl-nav{
	position:absolute;
	top:0;
	right:24%;
}
@media(max-width:1030px){
	.intro-content {
		position: relative;
		top: 0;
		text-align: center;
	}
}
@media (max-width: 999px) {
	
	.intro-test {
  text-align: center !important;
}
	
	.mobile-screen-slider .owl-nav {
		top: -80px;
		right: 50%;
		transform: translateX(50%);
		-webkit-transform: translateX(50%);
	}
  .mobile-menu-off li.active .sub-menu{
	  display:none !important;
  }
  .footer-links li a {
    padding: 0 1rem;
    font-size: 14px;    
  }
  .footer-links li:first-child a{
    padding-left: 0;
  }
  .footer-links li:last-child a{
    padding-right: 0;
  }
  .office-address-tabs {
    top: 0;
    margin: 1.5rem 0;
  }
  .address-tab-content address{
    max-width: 292px;
    margin: auto;
  }
  .project-page-title {
    font-size: 36px;
  }
  .project-detail-banner {
    padding: 130px 0;
  }
  .project-detail-banner::after {
    bottom: 100px;
    left: -33px;
    height: 70px;
  }
  .objectives {
    margin-top: -110px;
  }
  .quote {
    padding-top: 70px;
    background-size: 100px;
  }
  .help-box h2 {
    margin-bottom: 1.5rem;
    font-size: calc(1.375rem + 1.5vw);
    padding-left: 0;
    padding-top: 60px;
  }
  .inner-scroller div {
    flex: 100px 0 0;
    text-align: center;
  }
  .inner-scroller div img {
    height: 60px !important;
    width: 60px;
  }
  .inner-banner-content {
    margin-top: -100px;
  }
  .scroll-down {
    bottom: 40px;
  }
  .about-page-title {
    font-size: 60px;
  }
  .form-wrapper {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 30px 16px;
  }
  .border-right {
    border-right: 0;
  }
  .border-left {
    border-left: 0;
  }
  .datePicker .ui-datepicker .ui-datepicker-prev {
    left: 8px;
  }
  .datePicker .ui-datepicker .ui-datepicker-next {
    right: 8px;
  }
  .PrevStep {
    top: 0px;
    left: -5px;
  }
  .select-date-title,
  .timezone-box,
  .time-zone-title {
    padding-left: 10px;
  }
  .timezone {
    font-size: 12px;
  }
  .whychoose-section {
    height: auto;
  }
  .why-choose-slider .slide img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
  }
  .blogs-banner {
    padding: 80px 0 50px;
  }
  .banner-image {
    border-radius: 16px;
    -webkit-border-radius: 16px;
  }
  .banner-image .content {
    position: relative;
    max-width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .post-banner {
    padding: 80px 0 30px;
  }
  .blog-reading-bar {
    top: 62px;
  }
  .marquee-box {
    height: auto;
    margin-bottom: 0;
    pointer-events: auto;
    overflow: auto;
  }
  .upward-marquee {
    transform: translateX(0%);
    animation-name: none;
    transition: all 1s ease;
    display: flex;
  }
  .upward-marquee .slide {
    flex: 300px 0 0;
  }
  .upward-marquee img {
    border-radius: 16px;
  }
  .service-page-title,
  .branding-page-title {
    font-size: 34px;
  }
  .portfolio-item h2 {
    font-size: calc(1.5rem + 1vw);
  }
  .service-nav-tabs {
    display: block;
  }
  .partners-title {
    max-width: 236px;
    margin: auto;
  }

  .inner-scroller div h5 {
    font-size: 16px;
  }
  .why-choose-mobile-scroller .inner-box div {
    flex: 250px 0 0;
    margin-right: 24px;
  }
  .why-choose-mobile-scroller .inner-box div img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
  }
  .glance-content {
    padding: 0;
    max-width: 250px;
    margin: auto;
    margin-bottom: 20px;
  }
  .portfolio-page-title {
    font-size: 56px;
  }
  #navbarSupportedContent {
    display: none !important;
  }
	.site-logo {
    width: 192px;
	}
	
  #re-text {
    font-size: 24px;
    line-height: 26px;
    left: 0;                                                  
  }
  .container {
    padding: 0 1.5rem;
  }
  .intro {
    text-align: center;
    min-height: 800px;
  }
  
  .intro-title {
    font-size: 45px;
    line-height: 50px;
  }
  .intro-title .be {
    font-size: 45px;
    line-height: 60px;
  }
  .intro-subtitle {
    font-size: 25px;
    line-height: 40px;
  }
  .post-title {
    font-size: 36px;
  }
  .site-title,
  .whychoose-section .site-title{
    font-size: 26px;
    line-height: 1.2;
  }
  .here-to-help {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,04f8c5+0,04f8c5+100&1+0,0.5+100 */
    background:var(--body-bg-color);
    padding: 50px 0;
  }
  .here-to-help .site-title,
  .here-to-help .site-title span.text-primary {
    color: var(--body-color) !important;
  }
  .client-logos {
    justify-content: left;
    gap: 40px;
    margin: auto;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .client-logos div {
    flex: 90px 0 0;
    max-width: 90px;
  }
  .partner-img-media_image-2 img,
  .partner-img-media_image-5 img,
  .partner-img-media_image-4 img {
    /*filter: grayscale(1) brightness(100);*/
  }
  .portfolio {
    padding: 50px 0;
  }
  .portfolio-item {
    padding: 0px;
  }
  .porotfolio-slider .arrow-img {
    width: 18px !important;
    display: inline-block !important;
  }
  .porotfolio-slider .owl-nav {
    display: flex;
    justify-content: end;
    gap: 30px;
    position: absolute;
    right: 0;
    top: -50px;
  }
  .porotfolio-slider .owl-nav span {
    display: block;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .porotfolio-slider button.disabled {
    opacity: 0.5;
  }
  .porotfolio-slider .owl-nav span.prev {
    background-image: url(assets/images/arrow-prev.png);
  }
  .porotfolio-slider .owl-nav span.next {
    background-image: url(assets/images/arrow-next.png);
  }
  .core-services {
    padding: 50px 0;
  }

  .services-nav-links li {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .trusted-brands {
    padding: 50px 0;
  }
  .trusted-brands-wrapper .col:nth-of-type(odd) {
    text-align: center;
  }
  .news {
    padding: 50px 0;
  }
  .call-to-action {
    min-height: 350px;
  }
  .site-footer {
    padding-top: 50px;
  }
  .footer-address {
    justify-content: space-between;
  }
  .copyright div {
    padding: 0;
    padding-left: 16px;
    display: block;
  }
  .copyright div:first-child {
    padding-left: 16px;
  }
  .copyright div:last-child::after {
    display: block;
  }
  .copyright div::after {
    left: 0;
    right: auto;
  }
  .call-to-action::after {
    background-size: 300px;
    opacity: 0.1;
  }
  .page-title {
    font-size: 36px;
  }
  .page-sub-title {
    font-size: 26px;
  }
  .page-banner {
    height: 60vh;
  }
  .partners,
  .glance,
  .services-section {
    padding: 30px 0;
  }
  .services-section {
    background: #000000;
  }
  .services-section::after {
    display: none;
  }
  .glance-icon {
    width: 120px;
    height: 120px;
  }
  .glance-icon .inner img {
    height: 60px;
    width: 60px;
  }
  .glance-title {
    font-size: 18px;
  }
  .team-item {
    margin: 20px;
  }
  .team-title {
    font-size: 35px;
    line-height: 1;
  }
  .team-title .team-text {
    font-size: 100px;
  }
  .marketing-channels {
    padding: 20px 0 30px;
    background-position: center -70px;
    background-size: 118%;
  }
  .marketing-title br {
    display: none;
  }
  .experties-list li .image {
    position: relative;
    margin-top: 16px;
  }
  .experties-list li {
    padding-bottom: 50px;
  }
  .experties-list li span {
    font-size: 32px;
  }
  .no-banner-page-title {
    font-size: 38px;
  }
  .no-banner-page-title span {
    font-size: 60px;
  }
  .no-banner {
    height: 300px;
  }
  .portfolio-categories li {
    display: block;
    margin: 16px 0;
  }
  .filter-toggler {
    position: relative;
    padding-right: 16px;
  }
  .portfolio-categories {
    display: none;
  }
  .filter-toggler::after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background-image: url(assets/images/filter-trangle.png);
    background-repeat: no-repeat;
    background-position: right center;
    transform: rotate(180deg);
  }
  .filter-toggler.open::after {
    transform: rotate(0);
  }
  .fs-80 {
    font-size: 36px;
  }
  .page-banner.vh-100 {
    height: 100vh;
  }
  .client-logos-slider h5 {
    font-size: 16px;
    text-align: center;
  }
  .client-logos-slider img {
    margin: auto;
    height: 60px;
    object-fit: cover;
  }

  .services-detail-slider .btn img {
    width: 30px !important;
    display: inline-block !important;
  }
  .our-services-list-item {
    margin-bottom: 50px;
  }
  .get-in-touch-form {
    padding: 20px 30px 50px;
  }
  .get-in-touch-form .form-control,
  .get-in-touch-form .form-select {
    padding: 12px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size: 14px;
    box-shadow: 0px 0px 12px 1px rgba(4, 248, 197, 0.5) inset;
    -webkit-box-shadow: 0px 0px 12px 1px rgba(4, 248, 197, 0.5) inset;
    -moz-box-shadow: 0px 0px 12px 1px rgba(4, 248, 197, 0.5) inset;
  }
  .fs-20 {
    font-size: 20px;
  }
  .contact-details img {
    width: 30px;
  }
  .get-in-touch-form .form-check-input {
    width: 1.5em;
    height: 1.5em;
    flex: 1.5em 0 0;
  }
  .page-banner.about {
    height: 100vh;
    background-position: 50% 0;
  }
  .client-logos-slider.partner img {
    height: 36px !important;
  }
  .team-slider .owl-nav {
    justify-content: center;
    padding-left: 0 !important;
    margin-top: 20px;
  }
  .get-in-touch-form {
    border-radius: 24px;
    -webkit-border-radius: 24px;
  }
  .contact-map iframe {
    height: 400px;
  }
  .expertin-title {
    font-size: 60px;
  }
  .expertin-title .subtitle {
    font-size: 40px;
    display: block;
  }
  .contact-page-title {
    font-size: 54px;
  }
  .recent-work-slider .logo-image {
    padding: 20px;
  }
  .dms-item {
    padding-bottom: 60px;
  }
  .img-rounded {
    border-radius: 20px;
    -webkit-border-radius: 20px;
  }
  .recent-work-slider .owl-nav {
    padding-left: 3.5rem !important;
  }
  .recent-work-slider .owl-item.active .work-item::after {
    bottom: 0;
  }
  .recent-work-slider .work-item img.westkin-logo {
    width: 160px;
  }
	.footer-socials a{
		display:inline-block;
		margin-bottom:0;
		margin-right:20px;
	}
	
	.office-title{
		position:relative;
	}
	.office-title::after{
		content:"+";
		position:absolute;
		right:0;
		top:0;
		font-size:inherit;
	}
	.office-title.open::after{
		content:"_";
		top:-16px;
	}
	.page-banner.service-detail-banner{
		display:block;
		padding-top:100px;
		height:auto !important;
		padding-bottom: 50px;
	}
	.software-page-banner-image{
		width:220px;
	}
	
	.scroll-down{
		display:none;
	}
	
}
@media(max-width:760px){
	
	.blog-posts article{
		display:block;
	}
	.textinfo {
		padding: 0;
		margin-top: 20px;
	}
	
	.mobile-screen-slider .owl-item img{
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@media (max-width: 370px) {
  .project-page-title {
    font-size: 36px;
   }
  .page-title {
    font-size: 34px;
  }
  
  .mobile-menu li a{
	padding:15px 30px;
  }
 .project-detail-banner::after {
    left: -26px;
  }
}
.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
}
.ajax-loader{
	height:100%;
	width:100%;
	position:fixed;
	top:0;
	background-color:rgba(0,0,0,.8);
	display:flex;
	justify-content:center;
	align-items:center;
	opacity:0;
	visibility:hidden;
	transition:all .4s ease;
	-webkit-transition:all .4s ease;
}
.ajax-loader.load{
	opacity:1;
	visibility:visible;
}
.ajax-loader .inner-loader{
	width:300px;
	height:300px;
	position:relative;
}
.ring
{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:150px;
  height:150px;
  background:transparent;
  border:3px solid #04f8c5;
  border-radius:50%;
  text-align:center;
  line-height:150px;
  font-family:sans-serif;
  font-size:20px;
  color:#04f8c5;
  letter-spacing:4px;
  text-transform:uppercase;
  text-shadow:0 0 10px #04f8c5;
  box-shadow:0 0 20px rgba(0,0,0,.5);
}
.ring:before
{
  content:'';
  position:absolute;
  top:-3px;
  left:-3px;
  width:100%;
  height:100%;
  border:3px solid transparent;
  border-top:3px solid #04f8c5;
  border-right:3px solid #04f8c5;
  border-radius:50%;
  animation:animateC 2s linear infinite;
}
.ring span
{
  display:block;
  position:absolute;
  top:calc(50% - 2px);
  left:50%;
  width:50%;
  height:4px;
  background:transparent;
  transform-origin:left;
  animation:animate 2s linear infinite;
}
.ring span:before
{
  content:'';
  position:absolute;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#04f8c5;
  top:-6px;
  right:-8px;
  box-shadow:0 0 20px #04f8c5;
}
@keyframes animateC
{
  0%
  {
    transform:rotate(0deg);
  }
  100%
  {
    transform:rotate(360deg);
  }
}
@keyframes animate
{
  0%
  {
    transform:rotate(45deg);
  }
  100%
  {
    transform:rotate(405deg);
  }
}
.PlayYouTube{
	position:absolute;
	left:0;
	top:0;
	display:none;
}
#GrowMyBrandModal .btn-close{
	position:absolute;
	top:50px;
	right:50px;
	width:1.5em;
	height:1.5em;
	background-size:1.5em;
	z-index:9;
}
@media(max-width:999px){
	.PlayYouTube{
		display:block;
	}
	#GrowMyBrandModal .btn-close {
		top: 108px;
    	right: 40px 
	}
  
}

@media(min-width:1100px) {

  .intro-subtitle.mb-xl-0.mb-4 {
    right: 5%;
    position: absolute;
    top: 25%;
    width: 40%;
}

section.intro-test .intro-title {
    font-size: 70px;
    line-height: 90px;
}

.services-tabs {
  min-height: 50vh;
}

.whyhome{
	padding:80px 0px !important;
	text-align:center;
}
  
}
.services-tabs .img-fluid.mb-4 {
  border-radius: 10px;
}



@media(max-width:667px){
  section.intro-test{
    margin-top: 25%;
  }  
}


.menu-link li {
    list-style: none;
    margin-bottom: 5px;
}

ul.menu-link {
    padding-left: 15px;
}

.menu-link li a:hover, li.nav-item:hover a{
      color: var(--primary-color) !important;
}


.inner-banner {
    height: 460px;
    width: 100%;
    display: flex;
    padding-bottom: 135px;
    align-items: flex-end;
    position: relative;
}

.inner-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    background: linear-gradient(#000000fa 0%, #000000d6);
}

.inner-bg img {
    opacity: 0.45;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner h1 {
    position: relative;
    line-height: 1.5 !important;
}


.flex {
    display: flex;
}

.flex.items-center.gap-3 a, .flex.items-center.gap-3 p {
    z-index: 999;
}

.call-to-action .btn.button-primary a {
  color: #000;
}

.call-to-action .btn.button-primary a:hover {
  background: #000;
  color:#fff;
}

input#gform_submit_button_1 {
    color: #000;
}
input#gform_submit_button_1:hover {
    background: #000;
    color: #fff;
}

section.here-to-help.intro-top {
    padding-top: 120px;
	padding-bottom: 0px !important;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 120px;
    width: 372px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 120px;
    width: 372px;    
}

body.home .get-in-touch-form {
    padding: 30px !important;
}

body.home .get-in-touch-form input[type=text], body.home .get-in-touch-form input[type=email] {
    background: #757575 !important;
    border-radius: 10px;
    height: 40px;   
	padding: 5px 15px;
	width:100%
}



body.home .get-in-touch-form textarea{
	background: #757575 !important;
    border-radius: 10px;
    height: 120px;
    margin-top: 10px;
	padding: 5px 15px;
	max-width: 395px;	
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.button-primary {
    color: #000;
    border-radius: 5px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.button-primary:hover{
	color: #fff;
}

@media(max-width:667px){
section.here-to-help.intro-top {
    padding-top: 80px;    
}
body.home .get-in-touch-form textarea{	
	width:100%
}	
}

.get-in-touch-form .thanks {
    font-size: 26px !important;
    border: 2px solid green;
    padding: 10px;
}

.get-in-touch-form .error {
    font-size: 20px !important;
    border: 2px solid red;
    padding: 5px;
}

.get-in-touch-form .gform_button {
    color: #000;
}

.get-in-touch-form .gform_button:hover {
    color: #fff;
}

.formsect {
    background: #707070;
    padding: 40px;
    border-radius: 20px;
}
.contentscttt {
    margin-top: 8em;
}

div#navbarSupportedContent li.blogmenu {
  display: none;
}

/* div#sgpb-popup-dialog-main-div {
    background: #f1f1f1;
    padding: 0px 30px !important;
} */