/* =Common Styles
-------------------------------------------------------------- */

html, body {
  height: 100%;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Inter', Arial, sans-serif;
}

body {
  background: #f8faf7;
  color: #4f5965;
  font-size: 16px;
  line-height: 1.72;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Space Grotesk', 'Inter', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

*, *:focus {
  outline: none !important;
}

img {
  max-width: 100%;
}

.has-fixed-nav body {
  padding-top: 50px;
}

.center {
  text-align: center;
}

.grey {
  color: #999;
}

.up {
  text-transform: uppercase;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 400;
}

.section0 {  
  background-color: #fff; 
}

.section1 {  
  background-color: #fff; 
}

.section {
  min-height: 400px;
  background-color: #fbfcfa;
  padding-bottom: 20px;
  padding-top: 30px;
  overflow: hidden;
}

.section hr {
  width: 90px;
  border-top: 2px solid transparent;
}

.title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  float: none;
}

.title h1 {
  font-family: 'Space Grotesk', 'Inter', Arial, sans-serif;
  color: #1f2328;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  font-weight: 700;
  text-align: center;
}

.white_title h1 {
  font-family: 'Space Grotesk', 'Inter', Arial, sans-serif;
  color: #fff;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.98;
  font-weight: 700;
  text-align: center;
  text-wrap: balance;
}

.white_title2 h1 {
  font-family: 'Space Grotesk', 'Inter', Arial, sans-serif;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  font-weight: 700;
  text-align: center;
}

.white_title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  float:none;
}

.white_title2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.port2 {
float:none;
width:65%;
}


.title h1 strong {
  font-weight: 400;
}

.title p {
  font-weight: 400;
  text-align: center;
  color: #6f7378;
  font-size: 17px;
  line-height: 1.6;
}

.white_title p {
  font-weight: 400;
  text-align: center;
  color: #fff;
  font-size: 1.3em;
}

.btn-trans-round {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin: 17px;
    padding: 12px 0;    
    text-transform: uppercase;
    top: 50%;
    width: 134px;
    z-index: 2;	
}

.btn-empty {
  border-color: #FFF;
  border-width: 2px;
  color: #FFF;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 14px;
  transition: .3s;
}

.btn-empty:hover {
  background-color: #fff;
  color: #333;
}

.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.parallax-overlay {
  /*padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgba(0, 0, 0, 0.58);*/
}
/* =Logo
-------------------------------------------------------------- */

.logoblack {
	color:#12312a;	
	background-color:#c9f06f;	
	padding-right:3px;
	padding-left:3px;
	padding-top:1px;
	padding-bottom:1px;
  transition: background-color .35s ease, color .35s ease, transform .35s ease;
}

.logogrey {
	color:#265247;	
	background-color:#f7f0df;	
	padding-right:3px;
	padding-left:3px;
	border:1px solid rgba(38, 82, 71, 0.22);
  transition: background-color .35s ease, color .35s ease, transform .35s ease;
}

/* =Preloader
-------------------------------------------------------------- */

#mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 10000;
  height: 100%;
}

#loader {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/* =Video Background
-------------------------------------------------------------- */

#video-wrapper {
  position: absolute;
  top: 0;
  height: 500px;
  width: 100%;
  overflow: hidden;
}

#bgndVideo {
  display: none;
}

/* =Home Section
-------------------------------------------------------------- */

#home {
  
  Width:100%;
 
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 16% 18%, rgba(201, 240, 111, .36), transparent 24%),
    linear-gradient(135deg, rgba(22, 70, 60, .9), rgba(20, 38, 58, .82)),
    url("../images/bg/3g.jpg") center/cover;
}

#home.pattern {
  background-image: url("../images/pattern.png");
}

.hero {
  padding: 120px 0;
  text-align: center;
  color: #fff;
}

.hero hr {
  width: 200px;
  border-top: 3px solid #fff;
}

.home-slider .slides {
  list-style: none;
}

.home-slider .slides > li h1 {
  text-transform: uppercase;
  font-size: 75px;
  margin: 0;
  vertical-align: middle;
  padding: 20px 0;
}

/* =Header
-------------------------------------------------------------- */

.topnav {
  background-color: rgba(251, 252, 250, .94);
  backdrop-filter: blur(14px);
  margin: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(38, 82, 71, .1);
  box-shadow: 0 14px 34px rgba(30, 47, 43, 0.08);
  -webkit-box-shadow: 0 14px 34px rgba(30, 47, 43, 0.08);
  animation: headerDrop .7s cubic-bezier(.2, .8, .2, 1) both;
  position: relative;
  z-index: 1000;
}

.topnav:after {
  background: linear-gradient(90deg, #2ca46d, #4e9ede, #f6c842, #f06f61);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
  animation: headerLine .95s .25s cubic-bezier(.2, .8, .2, 1) forwards;
}

.topnav .navbar-brand {
  color: #24463e;
  font-family: 'Space Grotesk', 'Inter', Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
  overflow: visible;
  transition: transform .35s ease;
}

.topnav .navbar-brand:hover {
  transform: translateY(-2px);
}

.topnav .navbar-brand:hover .logogrey,
.topnav .navbar-brand:hover .logoblack {
  transform: translateY(-1px);
}

.topnav .navbar-nav > li > a {
  color: #51635e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  transition: color .25s ease, transform .25s ease;
}

.topnav .navbar-nav > li > a:after {
  background-color: #2ca46d;
  bottom: 10px;
  content: "";
  height: 2px;
  left: 15px;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
  width: calc(100% - 30px);
}

.topnav .navbar-nav > li > a:hover,
.topnav .navbar-nav > li > a:focus {
  color: #1f4f43;
  transform: translateY(-1px);
}

.topnav .navbar-nav > li > a:hover:after,
.topnav .navbar-nav > li > a:focus:after,
.topnav .navbar-nav > .active > a:after {
  transform: scaleX(1);
}

.topnav .navbar-nav > .active > a, .topnav .navbar-nav > .active > a:hover, .topnav .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #1f4f43;
}

body .section hr {
  border-color: #2ca46d;
}

header.topnav .navbar-nav > .active > a,
header.topnav .navbar-nav > .active > a:hover,
header.topnav .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #1f4f43;
}

body .btn-custom {
  background-color: #2ca46d;
  border-color: #2ca46d;
  color: #fff;
}

body .btn-custom:hover,
body .btn-custom:focus,
body .btn-custom:active {
  background-color: #1f7d56;
  border-color: #1f7d56;
  color: #fff;
}

#logo {
  text-transform: uppercase;
}

/* =Company Logo Strip
-------------------------------------------------------------- */

.company-strip {
  background: #f0f5ef;
  border-bottom: 1px solid rgba(38, 82, 71, 0.08);
  overflow: hidden;
  padding: clamp(10px, 1.5vw, 14px) 0;
}

.company-logo-list {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(18px, 3.2vw, 35px);
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.company-logo-list li {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  min-height: 30px;
}

.company-logo {
  display: block;
  filter: brightness(0) saturate(0);
  height: auto;
  max-height: 28px;
  object-fit: contain;
  opacity: .72;
  width: var(--logo-width);
}

.company-logo-deloitte {
  --logo-width: clamp(82px, 8vw, 96px);
  filter: none;
  opacity: 1;
}

.company-logo-wbd {
  --logo-width: clamp(110px, 10.5vw, 128px);
}

.company-logo-hbo {
  --logo-width: clamp(34px, 4vw, 42px);
}

.company-logo-discovery {
  --logo-width: clamp(90px, 8.8vw, 108px);
}

.company-logo-audi {
  --logo-width: clamp(42px, 5vw, 52px);
}

.company-logo-nbc {
  --logo-width: clamp(110px, 11vw, 132px);
}

.company-logo-bt {
  --logo-width: clamp(28px, 3vw, 36px);
}

.company-logo-ft {
  --logo-width: clamp(46px, 4.8vw, 56px);
  filter: none;
  max-height: 48px;
  opacity: 1;
}

.company-logo-utelly {
  --logo-width: clamp(66px, 6.5vw, 78px);
}

/* =About
-------------------------------------------------------------- */

.about-text {
  font-size: 1.8em;
  font-weight: 300;
  text-align: center;
  color: #666;
}

.about-whitetext {
  font-size: clamp(20px, 2.7vw, 31px);
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  color: rgba(255, 255, 255, .84);
}

.about-whitetext span {
  display: block;
  white-space: nowrap;
}


.promo-line:before, .promo-line:after {
  content: " ";
  display: table;
}

.promo-line:after {
  clear: both;
}

.capability-grid {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.capability-grid:before,
.capability-grid:after {
  content: " ";
  display: table;
}

.capability-grid:after {
  clear: both;
}

.capability-grid .row {
  margin-left: 0;
  margin-right: 0;
}

.capability-grid [class*="col-"] {
  display: flex;
  float: none;
  padding-left: 12px;
  padding-right: 12px;
}

.capability-grid .col-xs-12 {
  width: 100%;
}

.capability-grid .row {
  align-items: stretch;
  display: flex;
  height: 100%;
  width: 100%;
}

.promo {
  margin-bottom: 24px;
}

.promo:before, .promo:after {
  content: " ";
  display: table;
}

.promo:after {
  clear: both;
}

.promo.right {
  text-align: left;
}

.promo.right .promo-icon-box {
  float: none;
}

.promo h4 {
  font-family: 'Space Grotesk', 'Inter', Arial, sans-serif;
  color: #173f36;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.promo p {
  color: #fff;
  font-size: 15.5px;
  line-height: 1.65;
  margin-bottom: 0;
}

.wpromo p {
  color: #fff;
}

.promo-icon {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  margin: 0;
  width: 65px;
  height: 65px;
  /*line-height: 65px;*/
  border-radius: 50%;
  /*margin-top: 10px;*/
  transition: .3s;
}

.capability-card {
  align-items: flex-start;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(11, 31, 29, .15);
  display: flex;
  gap: 18px;
  min-height: 250px;
  padding: 22px;
  width: 100%;
}

.capability-card .promo-icon-box {
  flex: 0 0 65px;
}

.capability-card .promo-icon {
  box-shadow: inset 0 -10px 16px rgba(0, 0, 0, .08);
}

.capability-content {
  min-width: 0;
}

.skill-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.skill-pill-list li {
  background: #eef4ec;
  border: 1px solid rgba(38, 82, 71, .1);
  border-radius: 999px;
  color: #3d4d47;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 10px;
}

.orange {
	background-color: #df8a35;
}

.yellow {
	background-color: #f0bd36;
}

.red {
	background-color: #ee6c5d;
}


.green {
	background-color: #2ca46d;
}

.blue {
	background-color: #4e9ede;
}


.gray {
	background-color: #ECF0F1;
}

.dgray { 
	background-color: #333333;
}
.promo-icon .fa {
  line-height: inherit;
}

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes headerLine {
  to {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .topnav,
  .topnav:after {
    animation: none;
  }

  .topnav:after,
  .topnav .navbar-nav > li > a:after {
    transform: none;
  }

  .topnav .navbar-brand,
  .topnav .navbar-nav > li > a {
    transition: none;
  }
}

.greygrad {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100&0.6+0,0.78+100;Grey+3D+%232 */

background: -moz-linear-gradient(top,  rgba(96,108,136,0.1) 0%, rgba(63,76,107,1) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(96,108,136,0.1) 0%,rgba(63,76,107,1) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(96,108,136,0.1) 0%,rgba(63,76,107,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99606c88', endColorstr='#c73f4c6b',GradientType=0 ); /* IE6-9 */

}

/* =Team
-------------------------------------------------------------- */

#team {
  background-color: #f6f6f6;
}

.team {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ececec;
  overflow: hidden;
  margin-bottom: 15px;
}

.team:hover {
  cursor: default;
}

.team:hover .team-overlay {
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.69);
}

.team-photo {
  position: relative;
}

.team-photo img {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  border-bottom: 1px solid #ececec;
  margin-top: -260px;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.team-overlay p {
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.team-inner {
  padding: 15px;
}

.team-inner h3 {
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
}

.team-inner p {
  text-align: center;
  color: #999;
  font-size: 14px;
  margin: 0;
}

.social-list {
  list-style: none;
  padding: 0;
  text-align: center;
}

.social-list li {
  margin: 5px;
  display: inline-block;
}

.social-list li a {
  font-size: 21px;
  color: #666;
}

.social-list li a:hover {
  color: #ccc;
}

.social-list li a:hover .social-icon {
  border-color: #ccc;
}

.social-icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
}

.social-icon .fa {
  line-height: inherit;
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
}

.social-icon-svg {
  display: inline-block;
  fill: currentColor;
  height: 18px;
  vertical-align: -3px;
  width: 18px;
}

/* =Numbers
-------------------------------------------------------------- */

#numbers {
  background-image: url("../images/bg/4.jpg");
  color: #fff;
  overflow: hidden;
}

#numbers h4 {
  margin-bottom: 50px;
}

#numbers .fa {
  display: block;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
}

#numbers .counter {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

#numbers .counter .value {
  display: block;
  font-size: 36px;
  color: #fff;
}

#numbers .counter small {
  text-transform: uppercase;
  color: #ccc;
}

/* =Services
-------------------------------------------------------------- */

.service-box {
  float: left;
  margin-bottom: 25px;
  margin-top: 25px;
}

.service {
  margin-top: 30px;
  padding: 45px 20px 20px 20px;
  border: 1px solid #ececec;
  border-radius: 4px;
  text-align: center;
  transition: .3s;
  position: relative;
}

.service:hover {
  cursor: default;
}

.service:hover > .fa-stack > .service-icon {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  color: #fff;
}

.service > h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.service > .fa-stack {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  margin: auto;
  border: 1px solid #ececec;
  background-color: #fff;
  border-radius: 50%;
}

.service > .fa-stack > .fa-circle {
  color: #f6f6f6;
  transition: .3s;
}

/* =Portfolio
-------------------------------------------------------------- */

#portfolio {
  background:
    linear-gradient(180deg, #fbfcfa 0%, #eef4ec 100%);
  padding-bottom: 0;
}

#filters {
  padding: 0;
  margin: 0 auto;
  float: none;
  list-style: none;
  text-align: center;
}

#filters li {
  display: inline-block;
  padding: 8px 12px;
  margin: 5px;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  color: #999;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all .3s ease;
}

#filters li:hover, #filters li.active {
  color: #fff;
}

#portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding: 0;
  margin: 0 0 40px;
}

#portfolio-grid:before, #portfolio-grid:after {
  content: none;
  display: none;
}

#portfolio-grid:after {
  clear: both;
}

#portfolio-grid li {
  background: #fff;
  border: 1px solid rgba(38, 82, 71, .1);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(30, 47, 43, .1);
  flex: 0 0 calc(50% - 11px);
  max-width: calc(50% - 11px);
  width: calc(50% - 11px) !important;
  float: none;
  display: none;
  opacity: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow .28s ease, transform .28s ease;
}

#portfolio-grid li:hover {
  box-shadow: 0 24px 56px rgba(30, 47, 43, .16);
  transform: translateY(-4px);
}

#portfolio #portfolio-grid li:hover .project-overlay {
  background: linear-gradient(180deg, rgba(20, 38, 58, .08), rgba(20, 38, 58, .84));
  opacity: 1;
  right: 0;
}

#portfolio #portfolio-grid li:focus-within .project-overlay {
  background: linear-gradient(180deg, rgba(20, 38, 58, .08), rgba(20, 38, 58, .84));
  opacity: 1;
  right: 0;
}

#portfolio-grid li img {
  background: #f6f8f4;
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: contain;
  object-position: center;
  padding: 0;
  transition: transform .36s ease;
}

#portfolio-grid li:hover img {
  transform: none;
}

#portfolio-grid li.case-study-hidden {
  display: none !important;
}

.open-project {
	cursor:pointer;
}

.clickable {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;     
  z-index: 1;
}

.project-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(20, 38, 58, 0), rgba(20, 38, 58, 0));
  opacity: 0;
  transition: .3s ease;
  padding: 24px;
  color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.project-overlay .btn-trans-round,
.project-overlay .project-overlay-white {
  opacity: 0;
  transform: none;
  transition: opacity .24s ease, transform .24s ease;
}

#portfolio-grid li:hover .project-overlay .btn-trans-round,
#portfolio-grid li:hover .project-overlay .project-overlay-white,
#portfolio-grid li:focus-within .project-overlay .btn-trans-round,
#portfolio-grid li:focus-within .project-overlay .project-overlay-white {
  opacity: 1;
  transform: translateY(0);
}

.project-overlay > br {
  display: none;
}

.project-overlay .btn-trans-round {
  align-self: flex-end;
  box-sizing: border-box;
  line-height: 1.1;
  margin: 0;
  min-width: 96px;
  order: 2;
  padding: 6px 11px;
  text-align: center;
  width: auto;
}

.project-overlay-white {
  height: auto;
  right: auto;  
  transition: .3s ease;
  padding: 0;
  background-color: transparent;
  color: #fff;
  text-align: left;
  margin-bottom: 9px;
  max-width: 100%;
  order: 1;
}

.project-name {
  color: #fff;
  font-family: 'Space Grotesk', 'Inter', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 4px;
}

.project-overlay-white span:not(.project-name) {
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.project-overlay .fa {
  margin-bottom: 15px;
}

.project-overlay span {
  display: block;
 
}



#project-extended.open {
  padding-top: 70px;
  padding-bottom: 70px;
}

#project-extended.open #project-controls {
  display: block;
}

.border {
  width: 90px;
  background: #DEDEDE;
  height: 1px;
  margin: 5px 15px;
}

.project-category {
  text-align: center;
  margin: 20px 0;
}

.video-container .project-media {
  padding-bottom: 60%;
  margin-bottom: 30px;
}

.video-container .project-media iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
}

.project-media {
  position: relative;
}

.project-media img {
  display: block;
  margin: 0 auto;
}

.project-info h1 {
  text-align: center;
  text-transform: uppercase;
  color: #515151;
  font-size: 48px;
  font-weight: 300;
  margin-top: 0;
}

.project-info span {
  display: inline-block;
  color: #999;
  text-transform: uppercase;
}

.project-info h4 {
  text-align: center;
  text-transform: uppercase;
}

#project-controls {
  padding: 0;
  display: none;
  list-style: none;
  text-align: center;
  margin-bottom: 50px;
}

#project-controls li {
  display: inline-block;
  margin: 10px;
}

#project-controls li a {
  display: block;
  color: #ccc;
  border: 2px solid #ccc;
  padding: 4px 0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
}

/* =Pricing
-------------------------------------------------------------- */

.plan {
  background-color: #f6f6f6;
  border-radius: 4px;
  margin-top: 25px;
  transition: .3s;
  cursor: default;
}

.plan ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan ul li {
  padding: 10px 15px;
  color: #666;
  border-bottom: 1px solid #ececec;
  text-align: center;
  text-transform: uppercase;
}

.plan ul li:first-child {
  border-top: 1px solid #ececec;
}

.plan.selected {
  color: #fff;
}

.plan.selected .plan-heading p {
  color: #fff;
}

.plan.selected .circle-price {
  background-color: #fff;
}

.plan.selected ul li {
  color: #fff;
}

.plan.selected .btn {
  background-color: #fff;
  border-color: #fff;
}

.plan-heading {
  padding: 10px;
}

.plan-heading h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

.plan-heading p {
  color: #999;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}

.circle-price {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
  line-height: 120px;
  border-radius: 50%;
  color: #FFF;
  margin-bottom: 20px;
}

.circle-price span {
  font-size: 28px;
}

.buy-now {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* =Testimonials
-------------------------------------------------------------- */

#testimonials {
  background-image: url("../images/bg/5.jpg");
  color: #fff;
}

#testimonials h1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: 300;
}

#testimonials hr {
  width: 200px;
  border-top: 2px solid #fff;
}

.testimonials-slider {
  margin-top: 30px;
  position: relative;
  text-align: center;
}

.testimonials-slider .client-comment {
  font-weight: 300;
  font-size: 34px;
  font-style: italic;
  margin-bottom: 0;
  padding: 10px 0;
}

.testimonials-slider .client-name {
  color: #ccc;
}



/* =Clients
-------------------------------------------------------------- */

#clients {
  padding: 0;
  background-color: transparent;
}

#clients-carousel .item {
  padding: 10px;
  margin: 10px;
  cursor: move;
}

#clients-carousel .item img {
  display: block;
  margin: 0 auto;
}

/* =Contact
-------------------------------------------------------------- */

#contact {
  position: relative;
  background-image: url(../images/bg/3p.jpg);
  background-position:center;
}

#map {
  position: relative;
  width: 100%;
  height: 500px;
}

#contact-form {
  text-align: right;
}

#contact-form .form-control {
  background-color: #fff;
  border-color: #ececec;
  box-shadow: none;
  -webkit-box-shadow: none;
}

#contact-form .form-control:hover {
  border-color: #dbdbdb;
}

#contact-form .form-control:focus {
  border-color: #66afe9;
}

#contact-form textarea.form-control {
  height: 165px;
  resize: none;
}

#contact-form .btn {
  margin-top: 15px;
  margin-right: 15px;
}

#contact-form .form-group.error, #contact-form .form-group.success {
  position: relative;
}

#contact-form .form-group.error:after, #contact-form .form-group.success:after {
  font-family: 'FontAwesome';
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 16px;
}

#contact-form .form-group.error:after {
  content: "\f00d";
  color: #d95c5c;
}

#contact-form .form-group.success:after {
  content: "\f00c";
  color: #00c077;
}

.contact-details {
  background-color: #fff;
  margin-bottom: 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}

.detail {
  padding: 15px 0;
  text-align: center;
  font-size: 22px;
  white-space: nowrap;
  color: #999;
}

.detail .fa {
  margin-right: 5px;
}

.form-sent {
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  font-size: 16px;
  text-align: center;
}

/* =Footer
-------------------------------------------------------------- */

footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

footer .social-list a {
  color: #ccc;
}

footer .social-list a .social-icon {
  border-color: #ccc;
}

footer .social-list a:hover {
  color: #999;
}

footer .social-list a:hover .social-icon {
  border-color: #999;
}

/* =Flexslider
-------------------------------------------------------------- */

.flex-control-nav {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}

.flex-control-paging li a {
  width: 15px;
  height: 15px;
  background-color: #ccc;
}

.flex-direction-nav a {
  background: #FFF;
  padding: 3px 12px;
  width: auto;
  height: auto;
  opacity: .5;
}

.flex-direction-nav a:before {
  font-family: 'FontAwesome';
  font-size: 24px;
}

.flex-direction-nav a:hover {
  opacity: 1;
}

.flex-direction-nav a.flex-next {
  border-radius: 3px 0 0 3px;
}

.flex-direction-nav a.flex-next:before {
  content: "\f105";
}

.flex-direction-nav a.flex-prev {
  border-radius: 0 3px 3px 0;
}

.flex-direction-nav a.flex-prev:before {
  content: "\f104";
}

.flex-direction-nav .flex-next {
  right: 0;
}

.flex-direction-nav .flex-prev {
  left: 0;
}


/* =Media queries
-------------------------------------------------------------- */

@media screen and (min-width: 1600px) {
	
	.project-name {
  font-size: 25px;
}

     .foliomarg {
	margin-top:100px;
}
.project-overlay {
  
  padding: 30px 20px;

}

}

@media screen and (max-width: 1599px) {
	

.project-overlay {  
  padding: 10px 20px;
}

     .foliomarg {
	margin-top:100px;
}
	.project-name {
  font-size: 20px;
}


}


@media screen and  (max-width: 991px) {
  .capability-grid [class*="col-"] {
    display: flex;
  }

  .capability-card {
    gap: 14px;
    min-height: 261px;
    padding: 18px;
  }

  .capability-card .promo-icon-box {
    flex-basis: 56px;
  }

  .capability-card .promo-icon {
    height: 56px;
    width: 56px;
  }

  .promo h4 {
    font-size: 19px;
  }

  .skill-pill-list {
    gap: 7px;
  }

  .skill-pill-list li {
    font-size: 12px;
    padding: 7px 9px;
  }

  #portfolio-grid li {
    flex-basis: calc(50% - 11px);
    max-width: calc(50% - 11px);
    width: calc(50% - 11px) !important;
  }

  .animated {
    -webkit-animation: none;
            animation: none;
  }
  
.project-overlay {
  
  padding: 10px 20px;

}

  .project-name {
  font-size: 16px;
}

  .project-overlay-white span:not(.project-name) {
    font-size: 10px;
    line-height: 1.2;
  }

  .project-overlay .btn-trans-round {
    font-size: 9px;
    min-width: 82px;
    padding: 4px 8px;
  }
}


@media screen and (min-width: 992) { 
  .hiding {
    opacity: 0;
  }
  .visible {
    opacity: 1;
  }
  
     .foliomarg {
	margin-top:70px;
}

}

@media screen and (min-width: 768px) {
  .capability-grid .col-sm-6 {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .capability-grid .col-md-6 {
    width: 50%;
  }
}

@media screen and  (max-width: 767px) {
  
   
  #team .col-xs-12 {
    width: 320px;
    margin: 0 auto;
    float: none;
  }

  .promo, .promo.right {
    text-align: center;
  }

  .promo .promo-icon-box, .promo.right .promo-icon-box {
    float: none;
  }

  .capability-card {
    display: block;
    min-height: 288px;
  }

  #demo-switcher {
    display: none;
  }  
  
 .foliomarg {
	margin-top:60px;
}


.project-overlay {
  
  padding: 10px 20px;

}

.company-strip {
  padding: 14px 0;
}

.company-logo-list {
  gap: 18px 29px;
}

.company-logo {
  max-width: 150px;
}


}



@media screen and  (min-width: 992px) and (max-width: 1199px) {
  .team-overlay p{
    font-size: 12px;
    margin-bottom: 0;
  }
  .team-overlay .social-list li a{
    font-size: 16px;
  }
  .team-overlay .social-icon{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .team-inner h3{
    font-size: 18px;
  }
}

@media screen and  (max-width: 640px) {
  .about-whitetext {
    font-size: 17px;
    line-height: 1.45;
  }

  .home-slider .slides > li h1 {
    font-size: 36px;
  }
  

   .foliomarg {
	margin-top:40px;
}

 

}

@media screen and (max-width: 991px) {
  
.company-strip .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.company-logo-list {
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 25px;
  overflow-x: auto;
  padding: 0 18px 2px;
  -webkit-overflow-scrolling: touch;
}

.company-logo-list::-webkit-scrollbar {
  display: none;
}

}

@media screen and (max-width: 479px) {
  .about-whitetext {
    font-size: 13px;
  }

  #portfolio-grid li {
    flex-basis: 100%;
    max-width: 100%;
    width: 100% !important;
  }

  .capability-card {
    display: block;
    padding: 20px;
    text-align: center;
  }

  .capability-card .promo-icon {
    margin: 0 auto 15px;
  }

}

@media screen and (max-width: 360px) {
  .about-whitetext {
    font-size: 12px;
  }

  #team .col-xs-12 {
    width: 280px;
  }

  .home-slider .slides > li h1{
    font-size: 30px;
  }
  
     .foliomarg {
	margin-top:10px;
}

}
