@font-face {
	font-family: NeueHaasGroteskDisp Pro;
	src: url(../fonts/NHaasGroteskTXPro-55Rg.woff) format("woff"), url(../fonts/NHaasGroteskTXPro-55Rg.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

/*  gt font*/

@font-face {
	font-family: 'Playfair Display', serif;
	src: url(../fonts/GT-Super-Display-Regular.otf) format("otf"), url(../fonts/GT-Super-Display-Regular.otf) format("otf");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: GT Super Display;
	src: url(../fonts/GT-Super-Display-Regular.otf) format("otf"), url(../fonts/GT-Super-Display-Bold.otf) format("otf");
	font-weight: 800;
	font-style: normal
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf) format("ttf"), url(../fonts/Poppins-Regular.ttf) format("ttf");
    font-weight: 400;
    font-style: normal
}


/* Global Helpers */

.right {
	float: right;
}


/* Typography */

body {
	color: #1F3F57;
	font-family: 'Poppins-Regular';
	font-size: 14px;
}

body, html {
	width: 100%;
	height: 100%;
}

p {
	line-height: 24px;
	margin-top: 25px;
	margin-bottom: 32px;
}

p a {
	font-family: NeueHaasGroteskDisp Pro;
	/* text-decoration: underline; */
}

h1 {
	font-size: 18px;
	margin-top: 0;
	font-weight: normal;
}

header h2 a{
	cursor: pointer;
}

header h2 a:hover {
	text-decoration: underline;
}

h2, h1.apercu {
	font-family: 'Poppins' !important;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: .83em;
	font-weight: normal;
}

h2.parent {
	margin-bottom: 26px;
}

a {
	font-family: 'Poppins' !important;
}
.txt-s {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #6f6f6f;
    margin-bottom: 5px;
}
.space-bt{margin-top:25px;}
.fst-it{margin-top:-10px;}

.small {
	font-family: 'Poppins' !important;
	font-size: 12px;
}

.big {
	font-size: 32px;
	line-height: 38.4px;
}

.big a{
	font-size: 32px;
	line-height: 38.4px;
}

.video-holder {
  position: relative;
  height: 0;
  margin-bottom: 60px;
}

.video-holder-16-9 {
  padding-bottom: 56.25%; /* 16:9 */  
}

.video-holder-4-3 {
  padding-bottom: 75%; /* 4:3 */
}

.video-holder-9-16 {
  padding-bottom: 177.78%; /* 9:16 */
}

.video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Home page img/txt selector - Mobile */

.home-img-txt-selectors {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
    padding-right: 45px;
    margin-top: -6px;
}

.home-img-txt-selectors a {
	margin: 0 5px;
	text-decoration: none;
}

.home-img-txt-selectors a:hover,
.home-img-txt-selectors a:focus {
	outline: none;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	cursor: pointer;
}
#home-logo {
	color: #000;
  }

@media( min-width: 950px ) {
    p.portraitname {
      line-height: 670px;
    }
}

/* Home page image grid - Mobile */

#image-area-m {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
	margin-top: 0;
	margin: auto;
}

#image-area-m > .image-area-inner-m.image-area-inner-m-js {
    margin: auto;
    width: 70%;
    text-align: center;
}

#js-smooth-state {
    padding-top: 80px !important;
}
@media(min-width: 1101px) {
	#image-area-m {
		display: none !important; 
/* 		//Using important to override js injected styles when changing screen size from small to large.; */
	}
}

#image-area-m .image-area-inner-m {
	position: relative;
	display: inline-block;
/* 	width: 360px; // Must be multiple of 120 to match width of thumbs + padding */
	max-width: 100%;

	text-align: left;
	font-size: 0;
}

/* @media( min-width: 600px ) {
	#js-smooth-state {
		padding-top: 76px !important;
	}
} */


@media( max-width: 767px ) {
	#js-smooth-state {
		padding-top: 76px !important;
	}

	#home-logo {
        display: block !important;
        text-align: center;
        font-size: 28px;
    }
}

@media( max-width: 991px ) {
	#js-smooth-state {
		padding-top: 86px !important;
	}
}

#image-area-m .image-area-inner-m a {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	position: relative;
	overflow: hidden;
}

#image-area-m .image-area-inner-m a > label, #image-area a > label {
	opacity: 0;
	display: block;
	transition: ease-in-out all .5s;
	-webkit-transition: ease-in-out all .5s;
	-moz-transition: ease-in-out all .5s;
	position: relative;
	z-index: 1;
	transform: translateY(-100%);
}

 #image-area a > label {
    font-size: 11px;
    color: #666;
 }

#image-area-m .image-area-inner-m a:hover > label, #image-area a:hover > label {
	opacity: 1;
	transform: translateY(0%);
	text-decoration: none;
}

#image-area-m img {
	display: inline-block;
	width: 80%;
	height: auto;
	padding: 20px;
	margin: auto;
	position: relative;
	z-index: 2;
}

/* Home page image grid - Desktop */

#image-area {
	display: none;
	max-width: 100%;
	height: 100% !important;
	position: relative;
	margin: 30px 50px 50px 150px;
}

@media(min-width: 1101px) {
	#image-area {
		display: block;
		margin: 20px auto;
		overflow: hidden;
		width: 100%;
		text-align: left;
		/* padding: 0 200px; */
	}
}

#image-area img {
	display: none;
	opacity: .15;
}

#image-area > a {
    position: relative;
    display: inline-block;
    width: 11%;
    min-height: 150px;
    vertical-align: top;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    margin: 14px 19px;
    text-decoration: none;
}

#image-area > a > img {
    left: unset !important;
    top: unset !important;
    width: 90% !important;
    height: auto !important;
    display: block;
    margin: auto;
    transition: ease-in-out all .3s;
    -webkit-transition: ease-in-out all .3s;
    -moz-transition: ease-in-out all .3s;
}

#image-area img:hover {
	opacity: 1;
}

.space-top{margin-top: 15px;}
.around_sp{margin:30px 35px 35px 10px;}

/* Client list - Mobile */

#client-list-holder-m {
	display: none;
	float: left;
	width: 100%;
	padding-bottom: 40px;
	text-align: center;
}
#client-list-holder-m #client-list {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 820px;
    text-align: left;
    font-size: 12px;
    vertical-align: top;
}
.portfolio-items #client-list-holder-m #client-list {
	column-count: 2;
}

#client-list-holder-m #client-list ul {
	display: block;
}

/* Client list - Desktop */

#client-list {
	position: fixed;
	top: 85px;
	padding: 0;
	list-style-type: none;
	left: -250px;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	font-family: 'Poppins' !important;
	font-size: 14px;
	transition: left .5s ease-in-out;
	-moz-transition: left .5s ease-in-out;
	-webkit-transition: left .5s ease-in-out;
}

#client-list.shown {
	left: 15px;

	transition: left .5s ease-in-out;
	-moz-transition: left .5s ease-in-out;
	-webkit-transition: left .5s ease-in-out;
}

#client-list ul {
	display: none;
	list-style-type: none;
	padding: 0 20px;
}

#client-list li {
	cursor: pointer;
	display: block;
	vertical-align: top;
	width: 100%;
}

#client-list a {
	text-decoration: none;
}

/* #client-list a:hover, #client-list span:hover {
	text-decoration: underline;
} */

.sidebar-item.active {
    text-decoration: none !important;
	background-color: transparent !important;
}

a.sidebar-anchor:hover {
    text-decoration: none !important;
}

/* .active {
	text-decoration: underline;
} */

/* Project Pages */

#project {
	padding-left: 15px;

	transition: padding-left .5s ease-in-out;
	-moz-transition: padding-left .5s ease-in-out;
	-webkit-transition: padding-left .5s ease-in-out;
}

@media (max-width: 1428px) {
	#project.smaller {
		padding-left: 8%;
	}
}

.project-introduction {
	margin-bottom: 30px;
}

#credits ul {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
}

#images .row img {
	margin-bottom: 60px;
}

#team .team-image {
	margin-bottom: 75px;
	margin-top: 25px;
	width: 100%;
	-webkit-user-select:none;
	-webkit-touch-callout:none;
}

#team .row:nth-child(even) .col-md-7 {
	float: right;
}

#team .row:nth-child(odd) .col-md-5 {
	text-align: right;
}

.preload {
	display: none;
}

@media( max-width: 950px ) {
	#images .row img {
		margin-top: 0 !important;
	}

	#team .row:nth-child(odd) .col-md-5 {
		text-align: left;
	}

	#team .row:nth-child(even) .col-md-7 {
		float: none;
	}

	#team .team-image {
		margin-bottom: 10px;
	}
}

#images .row p {
	margin-bottom: 85px;
}

/* Nav */
/*ul {*/
	/*margin: 150px auto 0;*/
	/*padding: 0;*/
	/*list-style: none;*/
	/*display: table;*/
	/*width: 600px;*/
	/*text-align: center;*/
/*}*/
/*li {*/
	/*display: table-cell;*/
	/*position: relative;*/
	/*padding: 15px 0;*/
/*}*/
/*a {*/
	/*color: #fff;*/
	/*text-transform: uppercase;*/
	/*text-decoration: none;*/
	/*letter-spacing: 0.15em;*/

	/*display: inline-block;*/
	/*padding: 15px 20px;*/
	/*position: relative;*/
/*}*/
/*a:after {*/
	/*background: none repeat scroll 0 0 transparent;*/
	/*bottom: 0;*/
	/*content: "";*/
	/*display: block;*/
	/*height: 2px;*/
	/*left: 50%;*/
	/*position: absolute;*/
	/*background: #fff;*/
	/*transition: width 0.3s ease 0s, left 0.3s ease 0s;*/
	/*width: 0;*/
/*}*/
/*a:hover:after {*/
	/*width: 100%;*/
	/*left: 0;*/
/*}*/
/*@media screen and (max-height: 300px) {*/
	/*ul {*/
		/*margin-top: 40px;*/
	/*}*/
/*}*/


nav {
	display: none;
	width: 100%;
	text-align: center;
}

@media (min-width: 1101px) {
	nav {
		display: block;
		/* to take it out of the DOM so it's not creating space in the header */
		position: absolute;
		z-index: 1;
	}
}

nav a {
	font-size: 12px;
}

@media ( min-width: 950px ) {
	nav a {
		font-size: 18px;
	}
}

nav .active {
	text-decoration:none;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

nav a:hover,
nav a:focus {
	outline: none;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

a#client-list-link {
    color: #aaa;
}
nav ul {
	list-style-type: none;
	margin-top: 0;
	padding-left: 0;
}

nav ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

@media ( min-width: 950px ) {
	nav ul li {
		position: fixed;
		z-index: 1;
		padding: 0;
	}
}

nav ul .projects-li {
	display: none;
}

nav ul .projects-li > a > i {
	margin-left: 10px;
}
@media ( min-width: 950px ) {
	nav ul .projects-li {
		display: inline;
		top: 60px;
		left: 15px;
	}
}

@media ( min-width: 950px ) {
	nav ul .projects-li-m {
		display: none;
	}
}

@media ( min-width: 950px ) {
	nav ul .about-li {
		top: 15px;
		right: 15px;
	}
	
	nav ul .dgp-li {
		top: 15px;
		/*right:0;*/
		text-align: center;
	}

	nav ul .news-li {
		bottom: 15px;
		left: 15px;
	}

	nav ul .contact-li {
		bottom: 15px;
		right: 15px;
	}
}

nav #next-hover,
nav #previous-hover {
	display: none;
}

@media ( min-width: 950px ) {

	nav #next-hover,
	nav #previous-hover {
		display: block;
	}

	#next-hover, #previous-hover {
		position: fixed;
		height: 100%;
		width: 150px;
		top: 0;
	}

	#next-hover {
		right: 0;
	}

	#previous-hover {
		left: 0;
	}

	nav #next,
	nav #previous {
		display: none;
	}

	nav #next {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		right: 5px;
		top: 50%;
		margin-top: -11px;
	}

	nav #previous {
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		left: -15px;
		top: 50%;
		margin-top: -11px;
	}

}

/* Single Project Page Nav */

.projects-nav-m {
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
}

@media ( min-width: 950px ) {
	.projects-nav-m {
		display: none;
	}
}

#back-to-projects-link {
	display: none;
}

@media ( min-width: 950px ) {

	#back-to-projects-link {
		display: block;
		position: fixed;
		bottom: 15px;
		left: 0;
		right: 0;
		text-align: center;
	}

	#back-to-projects-link a{
		font-size: 18px;
	}

	#back-to-projects-link a:hover {
		text-decoration: none;
		border-bottom: 2px solid;
	}

}

/* Logo */

#home-logo {
	font-family: 'Poppins' !important;
	font-weight: 600;
}

@media (min-width: 1101px) {
	#home-logo {
		display: block;
		font-family: 'Poppins' !important;
		color: #000000;
		text-align: center;
		text-align: -webkit-center;
		text-align: -moz-center;
		vertical-align:top;
		margin: 0;
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 30px;
	}
}

#home-logo img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#logo {
	display: none;
	background-image: url('../img/logo.png');
	width: 141px;
	height: 49px;
	background-position: left top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 30px;
}

@media ( min-width: 950px ) {
	#logo {
		display: block;
	}
}

#logo:hover {
	background-position: left bottom;
}

.logo-holder-m {
	width: 100%;
	float: left;
	text-align: center;
	z-index: 200;
	position: relative;
}

.logo-m {
	width: 75px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	font-family: 'Poppins' !important;
	font-weight: 600;
	font-size: 24px;
	color: #000000;

}

@media ( min-width: 950px ) {
	.logo-holder-m {
		display: none;
	}
}

/* News */

article.news {
	border-bottom: 1px solid;
	margin-bottom: 32px;
}

.more {
	display: none;
}

img.img-news {
	margin-bottom: 25px;
}

#home-logo-desktop {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    font-family: 'Poppins' !important;
    color: #000000;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    vertical-align: top;
    margin: 0;
    font-size: 64px;
    font-weight: 600;
    line-height: 68px;
    text-align: center;
    margin-top: -70px;
    margin-left: -150px;
}

/* Page Transitions for desktop only */

@media (min-width: 1101px) {

	#home-logo {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
	}

	.js-smooth-state-end #home-logo {
	  -webkit-animation-name: fadeOut;
	  animation-name: fadeOut;
	}

	#logo,
	#back-to-projects-link {
		-webkit-animation-duration: .5s;
	  animation-duration: .5s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	  -webkit-animation-delay: 3s; /* Chrome, Safari, Opera */
    animation-delay: 3s;

	  -webkit-animation-name: fadeIn;
	  animation-name: fadeIn;
	}

	.js-smooth-state-end #logo,
	.js-smooth-state-end  #back-to-projects-link  {
		animation-delay: 0s;

	  -webkit-animation-name: fadeOut;
	  animation-name: fadeOut;
	}

	#image-area {
		-webkit-animation-duration: 3s;
	  animation-duration: 3s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;

		-webkit-animation-name: slideInDown;
	  animation-name: slideInDown;
	}

	.js-smooth-state-end #image-area  {
	  -webkit-animation-name: slideOutDown;
	  animation-name: slideOutDown;
	}

	#project  {
		-webkit-animation-duration: 3s;
	  animation-duration: 3s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;

		-webkit-animation-name: slideInDown;
	  animation-name: slideInDown;
	}

	.js-smooth-state-end #project  {
	  -webkit-animation-name: slideOutDown;
	  animation-name: slideOutDown;
	}

	/*  ---------------------------------------------------------  Loading */

	.loading-overlay {
	  display: none;
	  position: fixed; 
	  width: 100%;
	  height: 100%;
	  z-index: 999;
	  opacity: 0.8;

	  background-image: url('../img/loader.gif');
	  background-repeat: no-repeat; 
	  background-position: center;
	  background-color: #fff;
	  background-attachment: fixed;
	}

}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
	#image-area-m .image-area-inner-m {
		width: 100%;
		/*Must be multiple of 120 to match width of thumbs + padding: ;*/
		text-align: -webkit-center;
		margin-left: 15px;
	}


}

/* Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {



}

.menu-right > li > a {
    margin: 0px 6px !important;
}

.menu-left {
    margin-right: 42px !important;
    margin-right: 37px !important;
    margin-top: 1px !important;
}

@media (max-width: 699px) {
	#home-logo {
        display: block !important;
        text-align: center;
        font-size: 28px;
    }

    #js-smooth-state {
        padding-top: 75px !important;
    }

	ul.c-header_menu.menu-right {
		bottom: -133px !important;
		padding-right: 10px !important;
	}

	ul.c-header_menu.menu-right > li.c-header_menu_item > a {
		margin: 0;
		padding: 0 3px !important;
	}

	#client-list {
		height: auto !important;
		margin-top: 0 !important;
		margin-bottom: 20px;
	}
}

/* CSS by Virender Start*/
#container .modal-content {
    background-color: #171617;
    max-width: 544px;
    padding: 80px 100px;
    position: relative;
}
#container .modal-content form {
    font-size: 0.82em;
}
#container .modal-content .inner-box .input-box {
    width: 100%;
    height: 36px;
    outline: none !important;
}
.popup-box.active {
    display: flex;
    visibility: visible;
    align-items: center;
    justify-content: center;
}
#container .modal-content .form-group {
	width: 100%;
}
/* CSS by Virender End*/

.popup-box {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 78%);
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

/* .popup-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 78%);
} */
#message-box {
    margin-bottom: 15px;
}
.close-box {
	color: #fff;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 2rem;
    z-index: 99;
	cursor: pointer;
}

.close-box:hover {
    text-decoration: none;
    color: #fff;
}
/* .verifyPassword button {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
} */

/* .inner-box {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 550px;
} */

.inner-box > h4 {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: left;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #aaa;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.message {
    font-size: 18px;
    color: #ccc;
    border: 1px solid #ccc;
    padding: 10px 15px;
}

.loader {
    display: none !important;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.form-group {
    margin: auto;
}

.form-group > label {
    font-size: 18px;
    color: #aaa;
    margin-bottom: 20px;
    display: block;
}

#home-img-txt-selectors .active-home, .active-home {
    border-bottom: 2px solid !important;
	color: #000000 !important;
}

@media (max-width: 950px) {
    #image-area-m > .image-area-inner-m.image-area-inner-m-js {   
        width: 90%;
    }
    
    #image-area-m > .image-area-inner-m.image-area-inner-m-js > a {
        width: 33%;
        vertical-align: middle;
    }

    #image-area-m img {
    	width: 90%;
    	padding: 10px;
    }
}

@media (max-width: 699px) {
	.inner-box {
	    width: 90%;
	    top: 40%;
	}

	.inner-box > h4 {
		font-size: 16px;
	}

	.form-group {
	    width: 100%;
	}

	.inner-box .input-box {
	    width: 100%;
	}
}

#images_all {
	display: none;
}

#client-list-link > img {
    filter: brightness(0.2);
    margin-left: 10px;
    transform: rotate(-180deg);
    width: 15%;
}

@media (min-width: 1200px) and (max-width: 1599px) {
    /* .space-bt {
    	margin-top: 10px;
    } */

    #client-list {
		top: 70px;
	}

	#image-area > a {
		width: 8.1%;
		min-height: 150px;
		vertical-align: top;
		margin: auto;
		text-align: center;
		margin-bottom: 20px;
		margin: 17px 21px;
	}

	#home-logo-desktop {
		margin-top: -100px;
	}
}

@media (max-width: 1399px) {
	#js-smooth-state {
		padding-top: 75px !important;
	}
}

@media (max-width: 1024px) {
    #image-area {
    	margin: 40px auto;
    	width: 90%;
    	display: block;
    }
}

@media (max-width: 768px) {
	#image-area {
        display: block;
	}
	
    #image-area > a {
    	width: 16%;
    	margin: 17px 0%;
    	vertical-align: middle;
    	min-height: auto;
    }

    #image-area > a img {
    	opacity: 1;
    	padding: 10px;
    	vertical-align: middle;
    	display: inline-block;
    }
}

@media only screen and (max-width: 575px) {
    #container .modal-content {
        padding: 70px 20px;
    }
    #container .modal-content form {
        font-size: 0.75em;
    }
	#client-list-holder-m {
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 550px) {
    #image-area > a {
        width: 32%;
    }
}

/*------------ Version 4.6 --------------*/

.modal-content .inner-box {
    width: 100%;
}
.ontology + .subheading, .verifyCase + .subheading, .coral_health + .subheading, .visioning-approval + .subheading, .rootstudios + .subheading, .snapback-campaign + .subheading, .consumer-reports + .subheading, .vuforia-expert-capture + .subheading {
    margin-top: 30px;
}
#client-list li.subheading:not(:first-child) {
    margin-top: 30px;
}
ul#client-list li a {
    text-transform: capitalize;
}

@media (min-width: 2400px) {
	#client-list {
		margin-right: 3rem;
	}
	#client-list:last-child {
		margin-right: 0;
	}
	p, ul li, ul li a, .yello-top, ol li, ol li a {
		font-size: 16px;
	}
	ul#client-list li a {
		line-height: 30px;
	}
	#client-list li.subheading:not(:first-child) {
		margin-top: 50px;
	}
}

.nav-pills {
	list-style-type: none;
	padding-left: 0;
}
.industries-card {
	margin-top: 2rem;
}
.filters {
    position: relative;
}
.filters::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 95%;
    background: #808080;
    right: 0;
    top: 30px;
}
.nav-pills li label {
    color: #808080;
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 6px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 12px;
	line-height: 24px;
}
/* Hide the browser's default radio button */
.nav-pills label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #808080;
    border-radius: 50%;
}
.checkmark::after {
	content: "";
	position: absolute;
	display: none;
}
.nav-pills label input:checked ~ .checkmark::after {
	display: block;
}
.nav-pills label .checkmark::after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #808080;
}
.filters h3 {
	font-size: 14px;
	font-weight: 500;
}
.filters h3 i {
	display: none;
}
.container {
	width: 92%;
}

@media( max-width: 1200px ) {
	.filters::after {
		transform: scaleY(0.5);
	}
	.filters {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 80px;
	}
	.filters ul {
		display: none;
		position: absolute;
		background-color: #ffffff;
		padding: 20px 10px;
		box-shadow: 0px 0px 6px -1px #c5c5c5;
		width: 100%;
		max-width: 230px;
		z-index: 9;
        top: 85%;
	}
	.filters::after {
		width: 100%;
		height: 1px;
		top: -10px;
	}
	.industries-card {
		margin-top: 0;
	}
	.filters .card {
		width: 100%;
		max-width: 230px;
	}
	.filters h3 {
		border: 1px solid #ffffff;
		padding: 10px 50px 10px 40px;
		display: flex;
		align-items: center;
		width: 100%;
	}
	.filters h3 i {
		display: block;
		margin-left: 20px;
		font-size: 1.6rem;
	}
	.filters h3.active {
		border-color: #d3d3d3;
	}
	.filters h3.active i {
		transform: rotate(180deg);
	}
	#client-list-holder-m #client-list {
		width: 100%;
	}
}

@media( max-width: 767px ) {
	#image-area {
		width: 100%;
	}
	.filters {
		gap: 50px;
	}
}

@media( max-width: 575px ) {
	.filters {
		gap: 20px;
	}
	.filters .card {
		max-width: 180px;
	}
	.filters h3 {
		padding: 10px 20px 10px 15px;
	}
	.filters h3 i {
		margin-left: 15px;
	}
	.industries-card ul {
		right: 0;
	}
	#client-list-holder-m #client-list {
		column-count: 1;
	}
}


@media( min-width: 1800px ) {
	.filters::after {
		right: 18%;
	}
}

@media( min-width: 2200px ) {
	.filters::after {
		right: 35%;
	}
}


@media( min-width: 1600px ) {
	.container {
		width: 92%;
    }
}

@media( min-width: 1200px ) {
	.sticky {
		position: sticky;
		top: 0;
    }
	.filters::after {
		transform: scaleX(0.5);
	}
}