@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
img {
	max-width: 100%
}
a {
	text-decoration: none;
	display: inline-block;
}

ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 1400px) {
	.container {
	    width: 1170px;
	}
}

body {
	color: #000;
	font-family: Poppins,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.link-overlay {
	z-index: 3;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.btn {
	color: #2a2f3f;
	position: relative;
	transition-duration: 1s;
	font-weight: 600;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
  position: relative;
  z-index: 1
}

.btn.light {
	color: #ffffff;
}

.btn span {
	z-index: 1;
	position: relative;
}

.btn i {
	transition: all ease .3s;
	position: relative;
}

.btn:hover i {
	transform: translateX(4px);
	position: relative;
	transition: all ease .3s;
}

.btn .fa {
	margin-left: 6px
}

.text-green {
	color: #f3dc1c;
}

.bg-yellow,
.bg-yellow:hover {
	background: #f3dc1c;
	color: #2a2f3f !important
}

.caption {
	font-size: 13px;
	font-weight: 600;
}

.fa-star {
	color: #f1bc44
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.2;
	margin: 0;
	font-weight: 600 !important
}

h1,.h1 {
	font-size:42px
}

h2,.h2 {
	font-size:36px
}

h3,.h3 {
	font-size:35px
}

h4,.h4 {
	font-size:30px
}

h5,.h5 {
	font-size:25px
}

h6,.h6 {
	font-size:20px
}

p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 24px;
}

p.lead {
	font-size: 21px;
	line-height: 1.4;
}

.panel {
	padding: 100px 0;
	background: #edf1f2;
}

.bg-white {
	background: #ffffff;
}

.bg-dark {
	background: #000 !important;
}

.panel.bg-white {
	box-shadow: inset 0 0 0 48px #edf1f2;
}

.badge {
	bottom: 15px;
	color: #2a2f3f;
	left: 15px;
	position: absolute;
	z-index: 1;
	background: #edf1f2;
	border-radius: 30px;
	font-size: 11px;
	padding: 5px 15px;
  line-height: 20px
}

.badge-row a {
  margin-right: 10px;
  background: hsla(0,0%,100%,.2);
  border-radius: 30px;
  color: #ffffff;
  font-size: 13px;
  padding: 3px 15px;
  font-weight: 500;
  transition: all ease .3s
}

.badge-row a:hover {
  background: hsla(0,0%,100%,.4);
  transition: all ease .3s
}

.badge-row a.active {
  background: #f3dc1c;
  color: #2a2f3f
}

.logo {
	position: relative;
	z-index: 1;
	min-width: 180px
}

.bg-banner {
	background: #000000
}

header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 4;
	padding: 24px 0;
	transition: all ease .2s
}

header .container-fluid {
	padding: 0 48px
}

.toggle {
  	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	position: relative;
	height:48px;
	background: rgb(243, 220, 28);
	border-radius: 100%;
	cursor: pointer;
	z-index: 2;
	position: absolute;
	right: 0;
	top: 5;
	z-index: -1;
}

.logo {
	position: relative;z-index: 2
}

.toggle span {
	width: 18px;
	height: 2px;
	background: #2a2f3f;
	position: relative;
}

 .toggle span::after, .toggle span::before {
	content: '';
	height: 2px;
	background: #2a2f3f;
	transition: all ease .6s;
	display: block;
	position: absolute;
	z-index: 1;
	top: 5px;
	width: 60%;
	right: 0
}

.toggle span::before {
	top: -5px;
	width: 80%
}

.toggle.active span::after, .toggle.active span::before {
	width: 100%;
	transition: all ease .6s;
	top: 0
}

.toggle.active span::before {
	transform: rotate(45deg);
}

.toggle.active span::after {
	transform: rotate(-45deg);
}

.toggle.active span {
	background: transparent;
}

.logos {
  overflow: visible;
  position: relative;
  z-index: 5
}

.darkHeader .logos {
  overflow: hidden;
  position: relative;
}

.header-logo-icon {
  display: inline-flex;
  left: 3px;
  pointer-events: auto;
  position: relative;
  position: absolute;
  top: 0;
  transform: translate3d(-150%,0,0);
  transform-origin: left center;
  transition: all .2s ease;
  transition-delay: .2s;
  height: 48px;
  width: 48px;
  opacity: 0
}


.header .logo {
  clip-path: inset(0 0 0 0);
  transition-delay: 0s;
  transition: all .2s ease;
  transition-delay: 0;
  min-height: 50px;
  position: relative;
}

.header .logo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.darkHeader.header .logo {
  clip-path: inset(0 100% 0 0);
  transition: all .2s ease;
  transition-delay: 0;
  opacity: 0
}


.darkHeader .header-logo-icon {
  transform: translate3d(0,0,0);
  transform-origin: left center;
  transition: all .2s ease;
  transition-delay: .2s;
  opacity: 1
}


.navigation {
	position: relative;
	border-radius: 30px;
	transition: all ease .6s
}

.nav {
	width: auto;
	display: flex;
	align-items: center;
  z-index: 4
}


.nav a {
	padding: 12px 14px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	transition: all ease .6s
}

.nav li {
	position: relative;
}

.nav li a.btn {
	opacity: 1 !important;
	padding: 4px 14px
}

.nav .subnav {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background: #000000;
  border-radius: 5px;
  display: flex;
  left: 50%;
  margin-left: -230px;
  padding: 15px;
  position: absolute;
  top: 100%;
  transform: translate3d(0,10px,0);
  transition: all .6s ease;
  visibility: hidden;
  width: 470px;
}

.nav:hover > li > a {
	opacity: .3;
	transition: all ease .6s
}

.nav > li:hover > a {
	opacity: 1
}

.nav > li.active > a {
  color: #f3dc1c
}

.nav li:hover .subnav {
	transform: translate3d(0,0px,0);
	opacity: 1;
	visibility: visible;
}

.subnav:before {
    color: #000000;
    content: "";
    font-family: 'FontAwesome';
    font-size: 40px;
    font-weight: 700;
    left: 50%;
    line-height: 1;
    margin-left: -20px;
    position: absolute;
    top: -20px;
    width: 40px;
}

.subnav > li {
	display: flex;
	align-items: flex-start;
}

.subnav-links {
	flex-grow: 1
}

.subnav-links ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    text-transform: none;
 }

 .subnav-links ul li {
    line-height: 1.2;
    text-align: left;
    width: 50%;
 }

 .subnav-links ul li a {
    border-radius: 3px;
    display: block;
    opacity: 1 !important;
    padding: 10px;
    position: relative;
    z-index: 1;
    text-transform: none;
 }

 .subnav-links ul li.active a,
  .subnav-links ul li.active a small {
    background: #f3dc1c;
    color: #2a2f3f
 }

.subnav-links ul li a::before {
    background: linear-gradient(90deg,#f3dc1c,#d8d823) !important;
    border-radius: 3px;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .6s ease;
    width: 100%;
    z-index: -1;
}

.subnav-links ul li a small {
    color: hsla(0,0%,100%,.5);
    display: block;
}

.subnav-links ul li a:hover,
.subnav-links ul li a:hover:before {
	color: #2a2f3f;
	opacity: 1
}

.subnav-links ul li a:hover small {
    color: #2a2f3f;
 }





.banner {
	background: #000000;
	display: flex;
	flex-wrap: wrap;
	min-height: 500px;
	overflow: hidden;
	padding: 160px 0 30px;
	position: relative;
	text-align: left;
}

.banner .projects {
	margin-top: 130px
}

.logo-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

 .logo-blocks .logo-block {
    max-width: 25%;
    padding: 15px;
    height: 80px;
	max-width: 14.6666%;
	position: relative;
	text-align: center;
	transition: all .6s ease;
	display: flex;
	align-items: center;
	justify-content: center;
 }

  .logo-blocks .logo-block a {
  	height: 100%;
  	transition: all ease .6s
  }

   .logo-blocks .logo-block a:hover {
   	transform: translateY(-8px);
   	transition: all ease .6s
   }
 .logo-blocks .logo-block img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.page-banner-bg-image,
.page-banner-bg-video {
  bottom:0;
  left:0%;
  width:100%;
  opacity:1;
  position:absolute;
  top:0;
  left: 0;
  max-height: 900px;
  transform: none;
}
.page-banner-bg-image img,
.page-banner-bg-video video {
  bottom:0;
  height:100%;
  left:0;
  object-fit:cover;
  position:absolute;
  right:0;
  top:0;
  width:100%
}

.page-banner-bg-image:after,
.page-banner-bg-video:after {
  background:linear-gradient(rgba(42,47,63,.2) 50%,#000000);
  bottom:0;
  content:"";
  height:100%;
  left:0;
  position:absolute;
  right:0;
  top:0;
  width:100%
}
.page-banner-bg-video {
  opacity:1
}

.banner .container {
	position: relative;
}

.text-icons {
	margin: 30px 0;
}

.text-icons img {
  height: 30px;
  max-width: 90px;
  object-fit: contain;
  width: auto;
}

.text-icons span,
.text-icons span:hover {
	transition: all ease .3s;
}

.text-icons span:hover {
	transform: translateY(-6px);
}

.card {
	background: transparent;
	border-radius: 0;
	border: 0;
	box-shadow: none;
}
.card-image {
	transform: scale(1);
	transition: all ease .5s;
	box-shadow: 10px 15px 25px 5px rgba(0,0,0,.25);
	overflow: hidden;
}

.card-image img {
	transform: scale(1);
	transition: all ease .5s;
}
.card-image:hover {
	transition: all ease .5s;
	transform: scale(0.95);
}
.card-image:hover img {
	transform: scale(1.05);
	transition: all ease .5s;
}

.card-image-text {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.card-image-text h6 {
	font-size: 15px;
}

.card-logo {
	max-width: 250px;
	margin: 0 auto;
	display: block;
}

.gradient {
	background: linear-gradient(rgba(37, 33, 75,0.3), rgba(37, 33, 75,1));
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1
}

.slider .slick-next, .slider .slick-prev {
	background: #fff;
    border: none;
    border-radius: 50%;
    color: #2a2f3f !important;
    cursor: pointer;
    display: block;
    font-size: 0;
    font-weight: 300;
    height: 60px;
    line-height: 0;
    opacity: 1;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate3d(0,-50%,0);
    transition: all .6s ease;
    width: 60px;
    z-index: 1;
    left: 10%
}

.slider .slick-next {
	left: auto;
	right: 10%;
}

.slider .slick-next:before,
.slider .slick-prev:before {
	content: "\f061";
	transform: translate(-50%,-50%);	
	position: absolute;
	top: 50%;
	left: 50%;
	font-family:'FontAwesome';
	color: #000;
	font-size: 20px;
}

.slider .slick-prev:before {
	content: "\f060";
}

.slider .slick-next:before {
	transform: rotate(0) translate(-50%,-50%);
}

.gallery .slick-slide {
	max-width: 800px;
	overflow: hidden;
}

.gallery .image {
	overflow: hidden;
}

.gallery .image:before {
  background: linear-gradient(rgba(42,47,63,.4) 40%,#2a2f3f);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .6s ease;
  width: 100%;
  z-index: 1;
}

.gallery .image img {
	transition: all .6s ease;
}

.gallery .image:hover:before {
	opacity: 1;
	transition: all .6s ease;
}

.gallery .image:hover img {
	transform: scale(1.05);
	transition: all .6s ease;
}

.project-featured {
  min-height: 600px;
  overflow: hidden;
  padding: 70px 50px;
  padding-bottom: 70px;
  position: relative;
  transform: translateZ(0);
  width: 100%;
}

.project-featured-image {
  filter: drop-shadow(-5px -5px 30px rgba(0,0,0,.2));
  left: 50%;
  margin-left: 60px;
  max-width: 700px;
  position: absolute;
  top: 50px;
  transition: all .6s ease;
  width: 55%;
  transform: translate3d(0,0px,0);
}

.project-featured:hover .project-featured-image {
  transform: translate3d(0,-10px,0);
  transition: all .6s ease;
}

.featured .slick-dots {
	display: none !important;
}
.slider-pagination {
  bottom: 12px;
  color: #fff;
  left: 50px;
  position: absolute;
  text-align: right;
  width: 35px;
}

.featured .slick-prev,
.featured .slick-next {
	font-size: 0;
	background: 0 0;
	bottom: 9px;
	color: #fff;
	height: 30px;
	left: 50px;
	right: auto;
	top: auto;
	transform: none;
	width: 20px;
	position: absolute;
	border: 0;
	font-family:'FontAwesome';
	display: inline-block;
	z-index: 2;
}

.featured .btn {
	z-index: 2
}

.featured .slick-next {
	left: 70px;
}

.featured .slick-prev:before {
	content: '\f060';
	font-size: 16px;
	font-family:'FontAwesome';
}

.featured .slick-next:before {
	content: '\f061';
	font-size: 16px;
	font-family:'FontAwesome';
}

.project-featured-content {
  position: relative;
  width: 50%;
}

.project-stats{
  display: flex;
  flex-wrap: wrap;
}

.project-stat{
  background: hsla(0,0%,100%,.15);
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  height: 110px;
  justify-content: center;
  margin: 0 15px 0 0;
  padding: 15px;
  text-align: center;
  width: 110px;
}

.project-stat p {
	font-size: inherit;
	line-height: 1.2;
	margin: 0;
}

.stat-value
{
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(45deg,#f3dc1c,#d8d823);
    background-clip: border-box;
  -webkit-background-clip: text;
  color: #f3dc1c;
  padding-bottom: 3px;
}

.project-platforms
{
  bottom: 10px;
  position: absolute;
  right: 0;
  font-size: 30px
}

.project-featured-entry-content {
	margin-bottom: 25px;
}

.list-tick li {
	position: relative;
	padding-left: 30px;
	font-weight: 700;
  font-size: 14px;
  line-height: 21px
}

.list-tick li:before {
	content:"\f00c";
	font-family: 'FontAwesome';
	position: absolute;
	left: 7px;
	top: 1px;
	font-size: 12px;
	color: #f3dc1c
}

.testimonials {
	margin-top: 48px
}

.testimonial {
	background-color: #edf1f2;
	display: flex;
  flex-direction: column;
  font-size: 13px;
  height: 100%;
}

.testimonial-content {
	color: #2a2f3f;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 30px;
  position: relative;
}

.slick-dots {
  bottom:-30px;
  display:block;
  left:0;
  list-style:none;
  margin:0!important;
  padding:0 15px;
  position:absolute;
  text-align:center;
  width:100%;
  z-index:1
}
.slick-dots li {
  cursor:pointer;
  display:inline-block;
  height:10px;
  margin:0 5px!important;
  padding:0!important;
  position:relative;
  transition:all .6s ease;
  width:10px
}
.slick-dots li:before {
  display:none
}
.slick-dots li button {
  background:0 0;
  border:0;
  color:transparent;
  cursor:pointer;
  display:block;
  font-size:0;
  line-height:0;
  outline:none;
  width:100%
}
.slick-dots li button:before {
  background:#d9dde0;
  border-radius:10px;
  content:"";
  height:100%;
  left:0;
  position:absolute;
  text-align:center;
  top:0;
  transition:all .6s ease;
  width:100%
}
.slick-dots li button:hover:before {
  background:#2a2f3f
}
.slick-dots li.slick-active {
  width:34px
}
.slick-dots li.slick-active button:before {
  background:#f3dc1c
}

#testimonials-1.slick-initialized .slick-slide {
	padding: 0 12px
}
#testimonials-1 .slick-list {
	padding: 0 !important
}
.testimonials .testimonial-content h5 {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.testimonials .testimonial-content:before {
  content: "“";
  font-size: 85px;
  font-weight: 700;
  left: 10px;
  line-height: 1;
  opacity: .1;
  position: absolute;
  top: 8px;
}

.post-meta {
	font-size: 13px;
	font-weight: 300;
}

.cta-team img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
}

.footer {
  padding:70px 0;
  background: url(../images/footer-bg.png) no-repeat bottom center;
  background-size: cover
}

.footer a {
	font-size: 13px;
	line-height: 1.2
}
.footer .footer-inner {
  display:flex
}
.footer .footer-contact {
  border-right:1px solid hsla(0,0%,100%,.1);
  margin-right:70px;
  padding-right:30px;
  width:370px
}
.footer .footer-contact ul li {
  margin-bottom:7px
}
.footer .footer-menus {
  flex-grow:1;
  width:50%
}
.footer .footer-logo {
  margin:0 0 30px
}
.footer .footer-logo img {
  height:27px;
  width:auto
}
.footer .footer-col h5 {
  color:#fff;
  font-size:14px;
  font-weight:500;
  text-transform:uppercase
}
.footer ul {
  margin:0 0 30px
}
.footer ul li {
  margin:0 0 3px
}
.footer ul li a {
  color:hsla(0,0%,100%,.5) !important
}
.footer ul li a:hover {
  color:#d8d823 !important
}
.footer ul ul {
  display:none
}

.social-icons {
	display: flex;
	align-items: flex-start;
}
.social-icon {
  background: hsla(0,0%,100%,.1);
  border-radius: 50%;
  height: 40px;
  margin: 0 5px 10px 0;
  text-align: center;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease .6s;
}

.social-mail img {
  transform: scale(0.7);
}

.social-icon img {
	max-height: 20px;
}
.footer .social-icon:hover {
  background-color:#f3dc1c;
  color:#2a2f3f;
  transition: all ease .6s
}
.footer .footer-accreditations {
  padding-top:15px
}
.footer .accreditation {
  display:inline-block;
  margin:0 30px 30px 0
}
.footer .accreditation img {
  height:34px;
  max-width:140px;
  object-fit:contain;
  object-position:top;
  width:auto
}
.copyright {
  font-size:11px;
  padding:50px 0 0
}
.copyright p {
  margin:0 0 2px
}
.copyright p .sep {
  padding:0 3px
}
.copyright ul {
  margin:0
}
.copyright ul li {
  display:inline-block;
  margin-right:6px
}
.copyright ul li a:hover {
  color:#fff
}

.footer p,
.footer-contact > ul li:last-child  {
	color: rgba(255, 255, 255, 0.5);
	font-size: 13px;
	line-height: 1.2
}

.footer-contact > ul li {
	margin-bottom: 10px;
}

.about-design .btn,
.result .btn {
	opacity: 0;
	transition: all ease .3s
}

.about-design:hover .btn,
.result:hover .btn {
	opacity: 1;
	transition: all ease .3s;
}

.about-design {
	padding: 40px 0 0
}

.innerpage .banner {
	min-height: 510px;
    padding-bottom: 80px;
}

.team-gallery .card {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.card.large {
  padding-top: 410px;
}

.card.small {
  padding-top: 250px
}

.team-gallery .card-image,
.team-gallery .card-image a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.team-gallery .card img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  min-height: 100%;
  width: 100%
}

.team-gallery .card-image:hover {
  box-shadow: none;
  transform: scale(1);
  overflow: hidden;
}

.team-gallery .card-image a::before {
  background: linear-gradient(rgba(42,47,63,.4) 40%,#2a2f3f);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .6s ease;
  width: 100%;
  z-index: 1;
}

.team-gallery .card-image:hover a::before {
  opacity: 1;
  transition: all ease .6s
}

.result {
  margin: 0 0 20px
}

.result img {
  min-height: 54px;
  max-height: 54px;
  margin: 0 0 20px
}

.team .title {
  margin-bottom: 20px
}

.team-member {
  padding: 20px 0
}

.team .card {
  padding-top: 125%;
  position: relative;
  visibility: visible;
  transition: all ease .6s;
  margin-bottom: 20px
}

.team .card-image a,
.team .card-image a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; 
  object-fit: cover
}

.team .card-image a img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0
}
.team .card-image,
.team .card-image.card-image-hover {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: 1;
  top: 0;
  left: 0
}

.team .card-image.card-image-hover {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}

.team .card:hover .card-image {
  opacity: 0;
  visibility: hidden;
  z-index: 0
}

.team .card:hover .card-image-hover {
  opacity: 1;
  visibility: visible;
  z-index: 1
}

.contact-details {
  padding:20px 0 30px
}
.contact-details ul {
  display:flex;
  flex-wrap:wrap;
  margin:0
}
.contact-details ul li {
  margin:0 0 20px;
  min-height:40px;
  padding-left:50px;
  position:relative;
  width:50%;
  color: #fff
}

.contact-details ul li a {
  color: #fff
}
.contact-details ul li:before {
  background:url(../images/icon-phone.svg) no-repeat 0 50%;
  background-size:auto 100%;
  content:"";
  height:40px;
  left:0;
  position:absolute;
  top:5px;
  width:40px
}
.contact-details ul li strong {
  display:block;
  font-size:110%
}
.contact-details ul li:last-child {
  margin-bottom:0
}
.contact-details ul li.contact-details-email:before {
  background-image:url(../images/icon-email.svg)
}
.contact-details ul li.contact-details-address:before {
  background-image:url(../images/icon-map-pin.svg)
}
.contact-details ul li.contact-details-whatsapp:before {
  background-image:url(../images/icon-whatsapp-w.svg)
}

.box {
  backdrop-filter: blur(15px);
  background: rgba(0,0,0,.15) !important;
  box-shadow: 0 0 10px rgba(167,200,56,.3);
  border: 2px solid #f3dc1c;
  margin-bottom: 30px;
  padding: 35px;
  position: relative;
}

fieldset {
  margin-bottom: 20px;
}

fieldset label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 5px;
  color: #ffffff;
}

input[type="email"],
input[type="text"],
input[type="number"],
textarea {
  background: #fff;
  border: 2px solid rgba(42,47,63,.1);
  border-radius: 5px;
  color: #2a2f3f;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 10px 12px;
  transition: all .6s ease;
  width: 100%;
  box-sizing: border-box;
  outline: none !important; 
}

.form-img {
  position: relative;
  text-align: center;
  margin: -85px 0 0;
}

.form-img img {
  max-width: 100px;
  border-radius: 100%
}

.project-row {
  padding: 40px 0
}

.project-row .slick-dots {
  bottom: 20px
}

.content-block-icon {
  max-height: 60px;
  margin: 0 0 20px;
}

.content-block {
  background: #fff;
  height: 100%;
  position: relative;
  transition: all .6s ease;
  display: flex;
}

.content-block-content {
  flex-grow: 1;
  padding: 50px;
}

.content-block.reverse {
  flex-direction: row-reverse;
}

.content-block .content-block-image {
  overflow:hidden;
  position:relative;
  flex-shrink: 0;
  width: 50%;
}
.content-block .content-block-image img {
  bottom:0;
  height:100%;
  max-width:none;
  position:absolute;
  right:0;
  top:0;
  width:100%;
  object-fit: cover
}

.content-blocks > .row > div {
  margin-bottom: 30px;
}

.inner-list {
  margin-right: 5rem;
}

.h-lg {
  height: 768px;
  position: relative;
  overflow: hidden;
}

.hide-mobile {
  display: block;
}

.show-mobile {
  display: none;
}

.jumbotron {
  margin-bottom: 100px;
}

.h-lg {
    height: 768px;
    position: relative;
    overflow: hidden;
}

.h-lg-1 {
    height: 500px;
    position: relative;
    overflow: hidden;
}

[data-paroller-factor] {
    position: relative;
    z-index: 0
}

.stick-img {
    position: sticky;
    top: 30px;
    text-align: right
}

.description h2 {
    font-size: 2rem;
    line-height: 3rem
}

.listing {
    margin-bottom: 40px
}

.listing span,
.listing span.visited {
    padding: 10px 0;
    border-radius: 100%;
    height: 54px;
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    margin-right: 40px;
    color: #ffffff
}

.listing span:last-child {
    margin-right: 0 !important
}

.listing .active,
.listing .visited {
    width: auto;
    padding: 10px 28px;
    border-radius: 33px;
    color: #2a2f3f !important;
    background: #ffffff
}

.section-margin {
  margin-bottom: 120px;
}

.description h3 {
  font-weight: 500 !important
}

.text-inner {
  margin-bottom: 40px;
}

.text-inner ul {
  list-style: none;
  margin: 0;
  padding-left: 62px;
  color: #ffffff
}

.text-inner ul li {
  padding-left: 25px;
  background: url(../images/arrow-1.svg) no-repeat left top 8px;
    background-size: auto;
  background-size: 9px auto;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.text-inner h5 {
  padding-left: 45px;
  background: url(../images/tick-1.svg) no-repeat left top 8px;
  background-size: auto;
  background-size: 21px auto;
}

.section-content-image-inner {
  position: relative;
}

.content-image-image {
  bottom: 0;
  height: 100%;
  max-height: 800px;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  width: 45%;
  z-index: 1;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}

.panel.img-right .content-image-image {
  left: auto;
  right: 0;
  border-radius: 20px 0 0 20px;
}

.content-image-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: top right
}

.entry-content ul {
  margin-bottom: 30px
}
.entry-content li {
  margin: 0 0 10px;
  font-weight: 500;
}

.entry-content .project-stat {
  background: #2a2f3f
}

.card.build .image {
  background: rgba(42,47,63,.1)
}

.project-featured.column {
  padding-bottom: 330px
}

.project-featured.column .project-featured-image {
  bottom: 0;
  left: 5%;
  margin: 0;
  top: auto;
  width: 90%;
  height: 300px;
}

.project-featured.column .project-featured-content {
  width: 100%
}

.accordion-item {
  margin-bottom: 15px;
  border: 0
}

.accordion-button {
  position: relative;
  z-index: 1;
  color: #2a2f3f !important;
  background: #ffffff !important;
  font-weight: 600;
  display: block;
  padding: 20px 55px 20px 30px;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important
}

.accordion-button:after,
.accordion-button.collapsed:after {
  content:"\f067" !important;
  position: absolute;
  right: 20px;
  top: 18px;
  color: #2a2f3f;
  font-family: 'FontAwesome';
  background: none !important;
  transform: none !important;
}

.accordion-button:after {
  content: '\f068' !important
}

.accordion-body {
  padding: 10px 30px 30px
}

.innerpage .slider button {
  top: -80px;
  right: 12px;
  left: auto;
  transition: all .6s ease;
  width: 60px;
  z-index: 1;
  background: #edf1f2
}

.innerpage .slider button:hover {
  background: #2a2f3f;
}

.innerpage .slider button:hover:before {
  color: #ffffff !important
}

.innerpage .slider button.slick-prev {
  right: 80px;
}

.page-blocks .slick-initialized .slick-slide {
  padding: 0 12px;
}

.page-blocks .slick-list {
  padding: 0;
}

.innerpage .slider .card-content p:last-child {
  margin-bottom: 0
}

.social-icons.sticky {
  position: sticky;
  top: 80px
}

.social-icons.sticky a {
  background: #000;
  color: #2a2f3f
}

.social-icons.sticky p {
  font-weight: 600;
}

.blog-content {
  margin-bottom: 30px;
}

.blog-content ul li {
  margin: 0 0 10px;
  padding-left: 25px;
  position: relative;
}

.blog-content ul li:before {
  content: "\f061";
  font-family: 'fontawesome';
  position: absolute;
  font-size: 12px;
  left: 0;
  top: 3px;
}

.innerpage .dots-center.slider button.slick-prev,
.innerpage .dots-center.slider button.slick-next {
  left: 5%;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  background: #f3dc1c
} 

.innerpage .dots-center.slider button.slick-next {
  left: auto;
  right: 5%;
}

.nav-tabs {
    border: 0
}

.nav-tabs .nav-item {
    width: 100%
}

.nav-main {
    position: relative;
    margin: 40px auto 0
}

.nav-main .dropdown-toggle {
    width: auto;
    height: 3.5rem;
    border-radius: 28px;
    box-shadow: 0 0 0 3px #6b7585;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    background: #1a1a1f !important;
    padding: 0 22px;
    text-decoration: none;
    display: inline-flex;
    z-index: 2;
    position: relative;
    transition: all ease .3s
}

.nav-main .dropdown-toggle:hover {
    box-shadow: 0 0 0 3px #f3dc1c;
    transition: all ease .3s
}

.nav-main .dropdown-toggle,
.nav-main .dropdown-toggle:focus,
.nav-main .dropdown-toggle:hover {
    outline: 0;
    border: 0;
    border-color: transparent
}

.dropdown-toggle::after {
    content: '';
    width: 20px;
    position: relative;
    right: 0;
    display: block;
    height: 8px;
    opacity: .8;
    background: url(../images/nav-arrow-white.svg) no-repeat center center;
    background-size: 14px auto;
    border: 0;
    transition: all ease .3s;
    margin: 0 0 0 15px
}

.nav-main .dropdown-toggle.show {
    box-shadow: none;
    border-radius: 8px 8px 0 0;
    background-color: #000 !important;
    border: 0 !important;
}

.product-inside .overlay {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block
}

.dropdown-toggle::after {
  content: '';
  width: 20px;
  position: relative;
  right: 0;
  display: block;
  height: 8px;
  opacity: .8;
  background: url(../images/nav-arrow-white.svg) no-repeat center center;
  background-size: auto;
  background-size: 14px auto;
  border: 0;
  transition: all ease .3s;
  margin: 0 0 0 15px;
}

.nav-main .dropdown-toggle.show::after {
    transform: rotate(-180deg);
    transition: all ease .3s
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent
}

.img {
  border-radius: 8px;
  overflow: hidden;
}

.img .image::before {
  content: '';
  background: rgba(0, 0, 0, .7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  border-radius: 8px;
  transition: all ease .3s;
}

.img .image img {
  width: 100%
}

.item:hover .img .image::before {
  opacity: 1;
}

.item:hover .img .image img {
  transform: scale(1.2);
  transition: all ease .3s
}

.nav-tabs {
    max-width: 12.5rem;
    border-radius: 8px !important;
    background: #000;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    padding: 56px 0 10px;
    display: none
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link,
.nav-tabs .nav-link.active {
    background: 0 0 !important
}

.nav-tabs .nav-link {
    background: 0 0;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    margin: 0;
    color: #fff;
    font-weight: 500
}

.tab-pane .item {
    margin-bottom: 50px
}

.nav-tabs .nav-link {
    color: #697587;
    transition: all ease .3s
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    color: #fff;
    transition: all ease .3s
}

.inner-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all ease .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    transform: scale(0)
}

.inner-btn .btn {
    background: #fff !important;
    color: #000;
    border: 0 !important;
    padding: .5rem 1rem;
    font-size: .75rem;
    border-radius: 17px;
    position: relative;
    z-index: 2;
    transition: all ease .3s
}

.inner-btn .btn:hover {
    background: rgb(243, 220, 28) !important
}

.inner-btn .btn img {
    max-width: 16px
}

.item .img:hover .inner-btn {
    top: 0;
    opacity: 1;
    transition: all ease .3s;
    transform: scale(1)
}
@media(min-width: 768px) {

	.toggle{
			transform: translate3d(15vw,0,0);
  	transition-delay: .6s;
  	transition: all ease .6s;
    z-index:5
}

.darkHeader .toggle {
	transform: translate3d(0,0,0);
    transition-delay: .6s;
    transition: all ease .6s
}

	header.darkHeader {
	transition: all ease .2s;
}

header.darkHeader .toggle {
	opacity: 1;
}
	.darkHeader .navigation .nav {
	transition: all ease .6s;
	pointer-events: none;
}


.darkHeader .navigation > ul>li {
  opacity:0;
  transform:translate3d(600px,0,0);
  transition: all ease .6s
}
.darkHeader .navigation > ul>li:first-child {
  transition-delay:.55s
}
.darkHeader .navigation > ul>li:nth-child(2) {
  transition-delay:.5s
}
.darkHeader .navigation > ul>li:nth-child(3) {
  transition-delay:.45s
}
.darkHeader .navigation > ul>li:nth-child(4) {
  transition-delay:.4s
}
.darkHeader .navigation > ul>li:nth-child(5) {
  transition-delay:.35s
}
.darkHeader .navigation > ul>li:nth-child(6) {
  transition-delay:.3s
}
.darkHeader .navigation > ul>li:nth-child(7) {
  transition-delay:.25s
}

.navOpen .darkHeader .navigation > ul>li:first-child {
  transition-delay:.2s
}
.navOpen .darkHeader .navigation > ul>li:nth-child(2) {
  transition-delay:.25s
}
.navOpen .darkHeader .navigation > ul>li:nth-child(3) {
  transition-delay:.30s
}
.navOpen .darkHeader .navigation > ul>li:nth-child(4) {
  transition-delay:.35s
}
.navOpen .darkHeader .navigation > ul>li:nth-child(5) {
  transition-delay:.40s
}
.navOpen .darkHeader .navigation > ul>li:nth-child(6) {
  transition-delay:.45s
}
.navOpen .darkHeader .navigation > ul>li:nth-child(7) {
  transition-delay:.50s
}

.darkHeader .navigation {
	overflow: hidden;
}

.navOpen .darkHeader .navigation {
	overflow: visible;
}

.darkHeader .navigation .nav.navShadow li {
	opacity:1;
    transform:translate3d(0px,0,0)
}

.darkHeader .navigation .nav.navShadow {
	border-radius: 30px;
	position: relative;
	padding: 0px 60px 0px 10px;
	pointer-events: all;
}

.darkHeader .navigation:before {
	content: '';
	background: #000000;
	position: absolute;
	left: 0;
	right: -48px;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: all ease .6s;
	border-radius: 30px
}

.navOpen .darkHeader .navigation:before {
	opacity: 1;
	transition: all ease .6s;
	right: 0;
}
}

@media(max-width: 992px) {

  .content-block {
    flex-direction: column-reverse !important;
  }

  .content-block .content-block-image {
    padding-top: 70%;
    width: 100%
  }

  .content-block .content-block-content {
    padding: 25px
  }

  .logo {
    min-width: 140px
  }

	h1,.h1 {
		font-size:36px
	}

	h2,.h2 {
		font-size:32px
	}

	h3,.h3 {
		font-size:30px
	}

	h4,.h4 {
		font-size:26px
	}

	h5,.h5 {
		font-size:21px
	}

	h6,.h6 {
		font-size:18px
	}

	p {
		font-size: 14px;
		line-height: 1.4;
	}

	body {
		font-size: 14px;
		line-height: 1.4
	}

	p.lead {
		font-size: 19px;
		line-height: 1.4;
	}
	.footer .footer-contact {
		width: auto;
		min-width: 250px;
		margin-right: 30px;
	}

	.panel.bg-white {
		box-shadow: none;
		border-bottom: 40px solid #edf1f2;
  		border-top: 40px solid #edf1f2;
	}

	.panel {
		padding: 60px 0;
	}

	.gallery .slick-slide {
		max-width: 500px
	}

	.panel.slider .container-fluid {
		padding: 0 !important
	}

	.card-image-text .p-4 {
		padding: 16px !important
	}

	.card-logo {
		max-width: 180px
	}

	.project-stat {
		height: 80px;
		width: 80px;
		font-size: 8px;
		padding: 10px;
		margin: 0 8px 0 0
	}

	.stat-value {
		font-size: 12px;
	}

	.logo-blocks .logo-block {
		max-width: 25%
	}

	.toggle {
		height: 44px;
		width: 44px
	}

  .card.large {
    padding-top: 300px
  }

  .card.small {
    padding-top: 150px
  }

  .nav a {
    padding: 12px 8px
  }

  .contact-details ul li {
    padding-left: 40px
  }

   .description.section-margin {
    margin-bottom: 80px;
  }
}


@media(min-width: 1500px) {
  .banner .projects {
    margin-top: 140px
  }
}

@media(max-width: 767px) {

  .footer .footer-menus {
    width: 100%
  }

  .dots-6 .slick-dots {
    bottom: -60px
  }
  .content-image-content {
    padding-bottom:  0 !important
  }
  .panel.mobile.py-5 {
    padding: 0 !important
  }
  .content-image-image {
    position: relative;
    width: 100%;
    border-radius: 0 !important;
    height: 300px
  }

  .project-featured.column .project-featured-image {
    height: 50vw
  }

  .project-featured.column {
    padding-bottom: 58vw
  }

   .h-lg {
    height: 550px;
    margin-bottom: 60px;
  }
  .d-flex.case-study {
      flex-wrap: wrap;
      flex-direction: column
  }

  .inner-list {
      text-align: center;
      margin: 0 auto 30px !important
  }

  .inner-list:last-child {
      margin-bottom: 15px
  }

  .description.section-margin {
    margin-bottom: 60px;
  }

  .listing span, .listing span.visited {
    font-size: 16px;
    margin-right: 20px;
  }
  .hide-mobile {
    display: none;
  }

  .show-mobile {
    display: block;
  }

  .panel-mobile {
    padding: 30px 0 !important
  }
  .project-row .slick-list {
    padding: 0 6px
  }
  .project-row .slick-slide {
    margin: 0 6px
  }

  .box {
    margin: 80px 0 0
  }
  .team .card {
    padding-top: 80%
  }

  .team .card-image a, .team .card-image a img {
    object-position: top center
  }

  .innerpage .banner {
    min-height: 0;
  }

  .card.large,
  .card.small {
    padding-top: 150px;
    width: calc(50% - 6px)
  }

  .team-gallery .card {
    margin-bottom: 12px
  }
    
  .team-gallery .mobile-column {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
	.header .container-fluid {
		position: relative;
	}

	.navigation {
		position: static;
	}
	.toggle {
		z-index: 2;
		top: 0;
		right: 16px;
	}

	.nav li a.btn i {
		display: none;
	}

	.nav li a.btn {
		background: transparent !important;
		color: #ffffff !important;
		padding: 12px 14px;
		opacity: 1 !important
	}

	.header .logo {
		max-width: 40px
	}

	.banner {
		padding: 120px 0 60px;
	}

	.container {
		width: 100%;
		max-width: 100%;
	}

	.container-fluid {
		padding: 0 12px !important;
	}

	.gallery .slick-slide {
		padding: 0 2px !important
	}

	.slider .slick-next, .slider .slick-prev {
		height: 40px !important;
		width: 40px !important;
		left: 5%
	}

  .innerpage .slider button.slick-prev {
    right: 60px
  }

	.slider .slick-next {
		right: 5%;
		left: auto;
	}
	.about-design {
		padding: 0
	}

	.mySlider.row {
		margin: 0 -16px
	}
	.mySlider .slick-slide {
		margin: 0 8px
	}

	.project-featured {
    padding: 25px 20px 58vw !important;
  }
	.project-featured .project-featured-content {
    width: 100%;
  }

	.project-featured .project-featured-image {
    bottom: 0;
    height: 50vw;
    left: 5%;
    margin: 0;
    top: auto;
    width: 90%;
  }

  .slider-pagination {
  	bottom: -30px;
  	left: 0;
  	color: #2a2f3f
  }

  .featured .slick-prev, .featured .slick-next {
  	left: auto;
  	right: 0;
  	bottom: -30px;
  	color: #2a2f3f
  }

  .featured .slick-prev {
  	right: 30px
  }

  .text-icons img {
  	height: 20px
  }

  .text-icons .me-4 {
  	margin-right: 12px !important
  }

  h1,h2 {
  	font-size: 30px;
  }

  .projects {
  	margin-top: 80px !important
  }

  .footer .footer-inner {
  	display: flex;
  	flex-direction: column-reverse;
  }

  .footer .footer-contact {
  	min-width: 0;
  	border: 0;
  	padding: 0;
  	margin: 0;
  	text-align: center;
  }

  .social-icons {
  	justify-content: center;
  }

  .footer-accreditations {
  	display: none;
  }

  .subnav {
  	display: none !important;
  }

	header .nav {
		background: #202430;
		bottom: 0;
		height: 100%;
		left: 0;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		right: 0;
		top: 0;
		transition: all .6s ease;
		width: 100%;
		z-index: 1;
		padding: 120px 0 10px;
	}
	.nav {
		flex-direction: column;
	}
	.nav li a {
		font-size: 28px;
		line-height: 1.2;
		font-weight: 600
	}

	.header:before {
		display: none
	}

	.navOpen {
		overflow: hidden;
	}

	.nav.navShadow {
		transition: all .6s ease;
		opacity: 1;
		visibility: visible;
	}	

	.title-h3 {
		margin-bottom: 40px
	}

	.about-design .btn {
		opacity: 1
	}

	.logo-blocks .logo-block {
		max-width: 33%
	} 

	body, html {
		overflow-x: hidden;
	}
}


#totalcaptchaerror p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  padding: 10px;
  border-radius: 8px;
  background: #c52100;
  margin-bottom: 24px;
}


#notification p {
  display: flex;
  align-items: flex-start;
  color: #87E879;
  margin: 0 0 24px
}

#notification p svg {
  margin-right: 10px;
  font-size: 20px;
  font-size: 14px;
  line-height: 20px;
}
