.interactive-projects-links .interactive-projects-bg-images .interactive-projects-img-frame:nth-child(4) img {
bottom: 0px !important;
  top: auto !important;
  height: auto !important;
  width: auto !important;
  min-width: 100% !important;
  min-height: 100% !important;
}

#contactMap {
filter: grayscale(100%);
}

.single-portfolio .mk-ps-pagination-thumbnails {
  pointer-events: none !important;
}

#introWave img {
	  animation: waveAnim 8s linear infinite;
}

#introPageMessage, #introPageButton {
  transform: translate(50%, -50%);
}

#introPageButton {
  margin-top: 155px;
}

@keyframes waveAnim {
  from { transform: rotateZ(0deg) translate3d(0px, 65px, 0px) rotateZ(0deg);}
  to { transform: rotateZ(360deg) translate3d(0px, 65px, 0px) rotateZ(-360deg);}
}

@media (max-width: 1500px) {	
	#inMenuImage img {
  max-width: 600px;
}
}

@media (max-width: 1280px) {	
	#inMenuImage img {
  max-width: 100%;
}
}

.mk-portfolio-tooltip .mk-portfolio-image, #inMenuImage img, .single-portfolio #content img, .mk-gallery-image img {
  border-radius: 28px !important;
}

#galleryTopMarquee .mk-icon-holder {
  rotate: 45deg;
}

#footer .elementor-social-icon {
  font-size: 17px;
  padding: 10px;
}

.bwg_container .bwg-slideshow-images-wrapper,
.bwg_slideshow_filmstrip_left_0, .bwg_slideshow_filmstrip_right_0 {
  background: transparent !important;
}

#bwg_slideshow_play_pause_0 {
  display: none !important;
}

#bwg_slideshow_image_container_0 {
  margin-bottom: 22px;
}

 .bwg_filmstrip_thumbnail_img.bwg_slideshow_filmstrip_thumbnail_img_0 {
  width: 250px !important;
  margin: auto !important;
	 height: auto !important
} 

#closeLightboxForSliderImages {
  position: absolute;
  right: 20px;
  top: 35px;
  font-size: 30px;
  background: #ccc;
  padding: 7px 13px;
  border-radius: 50%;
  cursor: pointer;
}

#rarrowLightboxForSliderImages {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  cursor: pointer;
}

#larrowLightboxForSliderImages {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  cursor: pointer;
}

.single-portfolio .mk-thumbnail-slider .swiper-slide img {
  object-fit: contain !important;
	width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#openCompText {
  display: none;
  opacity: 0;
  transition: 1s all ease;
}

#closedCompText {
  display: block;
  float: left;
	transition: 1s all ease;
}

#openCloseCompText {
  display: block;
  width: auto;
  float: left;
  font-weight: 600;
  cursor: pointer;
}

.page-id-4919 .mk-work-process-tile-title {
  max-width: 186px !important;
	margin-top: -30px !important;
}

.page-id-4281 .mk-portfolio-title {
  text-transform: none !important;
}

.single-portfolio #swm-sticky-header {
  display: none;
}

.page-id-4281 .mk-portfolio-image a.mk-post-grid-image img {
	 animation-name: scaleGalleryImages;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}  

@keyframes scaleGalleryImages {
  0% {transform: scale(1);}
	50% {transform: scale(1.04);}
  100% {transform: scale(1);}
}

/*--INTRO PAGE VIDEO start--*/

@media (max-width: 1700px) {
#introPageMessage, #introPageButton {
  right: 30%;
}
}

@media (max-width: 1650px) {
#introPageMessage, #introPageButton {
  right: 35%;
}
}

@media (max-width: 1550px) {
#introPageMessage {
	width: 485px !important;
right: 35%;
    font-size: 35px;
    line-height: 40px;
}
	
	#introPageButton a {
  font-size: 21px;
}

#introPageButton {
	  margin-top: 130px;
right: 35%;
}
}

@media (max-width: 1450px) {
#introPageMessage {
  font-size: 32px;
  line-height: 37px;
  width: 445px !important;
  right: 42%;
}

#introPageButton a {
  font-size: 19px;
  padding: 10px 15px;
}

#introPageButton {
  margin-top: 120px;
  right: 42%;
}
}

@media (max-width: 1200px) {	
#introPageMessage {
  font-size: 26px;
  line-height: 31px;
  width: 360px !important;
  right: 42%;
}
	
#introPageButton {
  margin-top: 110px;
  right: 42%;
}
	
#introPageButton a {
  font-size: 17px;
  padding: 10px 15px;
}
}

#videoIntroMobile {
  max-width: 200% !important;
  width: 200% !important;
  margin-left: -50%;
}

#textIntroMobile {
  margin-left: -50%;
}

/*--INTRO PAGE VIDEO end--*/

/*--HOME PAGE with projects start--*/

#ergo1img, #ergo2img, #ergo3img, #ergo4img, #ergo5img, #ergo6img, #ergo7img, #ergo8img, #ergo9img, #ergo10img {
	/* height: 0px; */
  overflow: hidden;
  transition: all 1s ease;
}

#ergo1, #ergo2, #ergo3, #ergo4, #ergo5, #ergo6, #ergo7, #ergo8, #ergo9, #ergo10 {
	cursor: pointer;
}

#imgErgou1, #imgErgou2, #imgErgou3, #imgErgou4, #imgErgou5, #imgErgou6, #imgErgou7, #imgErgou8, #imgErgou9, #imgErgou10 {
border-radius: 28px;	
}

.arrowDown {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	margin: 0px 0px 8px 5px;
}

.arrowUp {
	  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
		margin: 0px 0px 5px 5px;
}

/*--HOME PAGE with projects end--*/

/*--DARK BACKGROUND EVERYWHERE start--*/

/* Gallery Page */  .page-id-4281/*,
 .page-id-4281 header div,
.page-id-4281 #footer div */ {
  background: #000 !important;
} 

/* Company Page */  .page-id-4919 {
  background: #000 !important;
} 

/* Contact Page */  .page-id-4936 {
  background: #000 !important;
} 

/* Porfolios Pages */ .single-portfolio #content {
  background: #000 !important;
}

/*--DARK BACKGROUND EVERYWHERE end--*/

/*-- GENERAL RESPONSIVE CSS start --*/

 @media (pointer:coarse) {
.page-id-4281 .mk-portfolio-tooltip-box {
  display: none !important;
}	 
}

@media (min-width: 1025px) and (pointer:coarse) {
#pointerArea {
	display: none !important;
	}
	
	#touchArea {
		display: block !important;
		padding-top: 155px !important;
    padding-left: 40px !important;
	}
	
	#touchArea div img {
  max-width: calc(100% - 40px) !important;
}
}

@media (max-width: 1200px) {
	.single-portfolio .mk-video-icon-title {
  font-size: 45px;
}
}

@media (max-width: 767px) {
	#closedCompText div {
  width: 100% !important;
  padding: 0px !important;
}
	
.single-portfolio .mk-video-icon-title {
  font-size: 30px;
  line-height: 35px;
}
	
	.single-portfolio .mk-video-icon-element.mk-icon.mk-video-lightbox.swm-anim {
  margin-top: 30px;
}
}

/*-- GENERAL RESPONSIVE CSS end --*/