/*
Theme Name: NIM Digital
Author: FSE
Version: 1.0.22
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

*{
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

:root {
  /*--main-pad-horiz: 120px;
  --blks-pad-horiz: 30px;
  --blks-margin-fix: -30px;*/
}

@font-face {
	font-family: 'TTFirsNeue';
	src: url('assets/fonts/TTFirsNeueTrl-Regular.eot');
	src: url('assets/fonts/TTFirsNeueTrl-Regular.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/TTFirsNeueTrl-Regular.woff2') format('woff2'),
		url('assets/fonts/TTFirsNeueTrl-Regular.woff') format('woff'),
		url('assets/fonts/TTFirsNeueTrl-Regular.ttf') format('truetype'),
		url('assets/fonts/TTFirsNeueTrl-Regular.svg#TTFirsNeueTrl-Regular') format('svg');
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TTFirsNeue';
	src: url('assets/fonts/TTFirsNeueTrl-DemiBold.eot');
	src: url('assets/fonts/TTFirsNeueTrl-DemiBold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/TTFirsNeueTrl-DemiBold.woff2') format('woff2'),
		url('assets/fonts/TTFirsNeueTrl-DemiBold.woff') format('woff'),
		url('assets/fonts/TTFirsNeueTrl-DemiBold.ttf') format('truetype'),
		url('assets/fonts/TTFirsNeueTrl-DemiBold.svg#TTFirsNeueTrl-DemiBold') format('svg');
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TTFirsNeue';
	src: url('assets/fonts/TTFirsNeueTrl-Bold.eot');
	src: url('assets/fonts/TTFirsNeueTrl-Bold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/TTFirsNeueTrl-Bold.woff2') format('woff2'),
		url('assets/fonts/TTFirsNeueTrl-Bold.woff') format('woff'),
		url('assets/fonts/TTFirsNeueTrl-Bold.ttf') format('truetype'),
		url('assets/fonts/TTFirsNeueTrl-Bold.svg#TTFirsNeueTrl-Bold') format('svg');
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
}

/*html{
  scroll-behavior: smooth;
}*/

body{
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    background: #ffffff;
    color: #030404;
}

p{
    margin: 0;
}

a, input, button, textarea{
    outline: none !important;
}

h1, h2, h3, h4{
  margin: 0;
}

.mobile-only{
    display: none;
}

.light{
  font-weight: 200;
}
.book{
  font-weight: 300;
}
.medium{
  font-weight: 500;
}
.bold{
  font-weight: 600;
}

.flexcont{
  display: flex;
}

header.nimd-header{
  position: fixed;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  background-color: transparent;
  z-index: 20;
  transition: all 300ms ease;
  background-color: #fff;
}

.scrolling header.nimd-header{
  background-color: #fff;
}

.hide-heder header.nimd-header{
  top: -100px;
}

header.nimd-header .header-wrapper {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

header.nimd-header .header-wrapper .menu-logo-wrap{
  display: flex;
  align-items: center;
  gap: 60px;
}

header.nimd-header .header-wrapper .menu-logo-wrap .nimd-logo{
  max-width: 110px;
  transition: all 300ms ease;
}

.scrolling header.nimd-header .header-wrapper .menu-logo-wrap .nimd-logo{
  max-width: 90px;
}

header.nimd-header .header-wrapper .menu-logo-wrap .nimd-logo a{
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
}

header.nimd-header .header-wrapper .menu-logo-wrap .nimd-logo a svg{
  width: 100%;
  height: auto;
  display: block;
}

header.nimd-header .header-wrapper .menu-logo-wrap .nimd-menu{
  flex: 1;
  text-align: right;
}

header.nimd-header .header-wrapper .menu-logo-wrap .nimd-menu ul.menu li{
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px 0 0;
}

header.nimd-header .header-wrapper .menu-logo-wrap .nimd-menu ul.menu li:last-child{
  padding: 0;
}

header.nimd-header .header-wrapper .menu-logo-wrap .nimd-menu ul.menu li a{
  font-family: 'TTFirsNeue';
  font-weight: 600;
  font-size: 17px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  padding: 2px 0;
}

header.nimd-header .header-wrapper .menu-logo-wrap .nimd-menu ul.menu li a:after{
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background-color: #93D9EA;
  right: 0;
  bottom: 0;

  transition: all 300ms ease;
}

header.nimd-header .header-wrapper .menu-logo-wrap .nimd-menu ul.menu li a:hover:after,
header.nimd-header .header-wrapper .menu-logo-wrap .nimd-menu ul.menu li.current-menu-item a:after{
  width: 100%;
  left: 0;
}

header.nimd-header .header-container {
  padding: 55px 0 40px;
  transition: all 300ms ease;
}

.scrolling header.nimd-header .header-container{
  padding: 10px 0;
}

section.nimd-sec .sec-wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

.nd-flex {
  display: flex;
  gap: 60px;
}

.nd-flex .nd-flex-col.left{
  flex: 0.4;
}

.nd-flex .nd-flex-col.right{
  flex: 0.6;
}

.nd-flex.halfs .nd-flex-col.left{
  flex: 1;
}

.nd-flex.halfs .nd-flex-col.right{
  flex: 1;
}

.nd-flex .nd-flex-col.full{
  flex: 1;
}

.nd-flex .nd-flex-col .nd-flex-col-wrap{
  height: 100%;
} 

.mobile_menu_cta{
  display: none;
}

section.nimd-sec.first-sec{
  padding: 160px 0 0;
}

.page-hero-title h1{
  font-size: 46px;
  font-weight: 600;
  font-family: 'TTFirsNeue';
}

.nd-flex .nd-flex-col img{
  width: 100%;
  height: auto;
  display: block;
}

.hero-sec .hero-txts .page-hero-title h1,
.terms-page .terms-content .term-title h1 {
  font-size: 42px;
  font-weight: 600;
  font-family: 'TTFirsNeue';
  line-height: 52px;
}

.hero-sec .hero-txts .page-hero-title{
  padding: 0 0 35px;
}

.hero-sec .hero-txts .nd-flex-col-cont{
  padding: 50px 0 0;
}

.nd-solutions .solution-row .sol-icon {
  max-width: 60px;
  padding: 0 0 10px;
}

.nd-solutions .solution-row .sol-title h2{
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.nd-solutions .solution-row .sol-desc p{
  padding: 0 0 20px;
}

.nd-solutions .solution-row .sol-desc p:last-child{
  padding: 0;
}

.nd-solutions .solution-row .sol-inner-row {
  padding: 0 0 50px;
}

.nd-solutions .solution-row .sol-inner-row:last-child {
  padding: 0;
}

.nd-solutions .solution-row {
  padding: 80px 0;
  position: relative;
}

.nimd-page.nimd-services .nimd-sec.solutions-sec{
  padding-top: 0;
}

.nd-solutions .solution-row::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #040303;
}

.nd-solutions .solution-row .sol-inner-row .sol-col {
  position: relative;
}

.nd-solutions .solution-row .sol-inner-row .sol-img-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  z-index: 2;
}

.nd-solutions .solution-row .sol-inner-row.images .nd-flex-col-cont img{
  opacity: 0;
}

section.nimd-sec .sec-cont{
  padding: 60px 0;
}

section.nimd-sec.first-sec .sec-cont{
  padding-top: 0;
}

.nd-solutions .solution-row .sol-desc ul {
  column-count: 2;
  column-gap: 20px;
  margin: 0;
  padding: 0 0 20px 15px;
}

.nd-solutions .solution-row .sol-desc ul:last-child{
  padding: 0 0 0 15px;
}

.nd-solutions .solution-row .sol-desc ul li {
  break-inside: avoid;
  padding: 0 10px 0 0;
}

.nd-solutions header.nimd-header,
.nd-projects header.nimd-header,
.nd-contact header.nimd-header,
.nd-home header.nimd-header,
.scrolling.nd-solutions header.nimd-header,
.scrolling.nd-projects header.nimd-header,
.scrolling.nd-contact header.nimd-header,
.scrolling.nd-home header.nimd-header{
  background-color: #F5F5F5;
}

.nd-solutions section.nimd-sec,
.nd-projects section.nimd-sec,
.nd-contact section.nimd-sec,
.nimd-page.nimd-home section.nimd-sec.hero-sec{
  background-color: #F5F5F5;
}

.nimd-page.nimd-project .hero-sec .sec-cont {
  padding-top: 80px;
}

.nimd-sec.proj-body-sec .proj-body-rows .proj-body-row {
  padding: 35px 0;
}

.nimd-sec.proj-body-sec .proj-body-rows .proj-body-row .proj-row-text p{
  padding: 0 0 20px;
}

.nimd-sec.proj-body-sec .proj-body-rows .proj-body-row .proj-row-text p:last-child{
  padding: 0;
}

.nd-flex.proj-imgs-flex {
  flex-wrap: wrap;
}

.nd-flex.proj-imgs-flex .pr-img{
  position: relative;
}

.nd-flex.proj-imgs-flex .pr-img.half {
  flex: 0 0 calc(50% - 30px);
}

.nd-flex.proj-imgs-flex .pr-img.full{
  flex: 1 1 100%;
}

.nd-flex.proj-imgs-flex .pr-img img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
}

.nd-flex.proj-imgs-flex .pr-img .pr-img-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  z-index: 2;
}

.nd-flex.proj-imgs-flex .pr-img .vid-cta-wrap{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 3;
}

.nd-flex.proj-imgs-flex .pr-img .vid-cta-wrap a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: rgba(0,0,0,0.1);
  transition: all 300ms ease;
}

.nd-flex.proj-imgs-flex .pr-img .vid-cta-wrap a:hover{
  background-color: rgba(0,0,0,0.4);
}

.nd-flex.proj-imgs-flex .pr-img .vid-cta-wrap a svg{
  width: 100px;
  height: 100px;
  display: block;
}

.nimd-sec.hero-sec.light {
  color: #ffffff;
}

.nimd-sec.hero-sec.dark {
  color: #040303;
}

.nimd-sec.projects-sec .projects-list #projects-container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.nimd-sec.projects-sec .projects-list #projects-container .project-card {
  flex: 0 0 calc(50% - 30px);
}

.nimd-sec.projects-sec .projects-list #projects-container .project-card .project-card-img{
  position: relative;
  width: 100%;
  height: auto;
}

.nimd-sec.projects-sec .projects-list #projects-container .project-card .project-card-img img{
  position: relative;
  z-index: 1;
  aspect-ratio: 1.14/1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  transition: all 300ms ease;
}

.nimd-sec.projects-sec .projects-list #projects-container .project-card .project-card-cont:hover .project-card-img img{
  opacity: 0.7;
}

.nimd-sec.projects-sec .projects-list #projects-container .project-card .project-card-texts{
  padding: 15px 0 0;
  transition: all 300ms ease;
}

.nimd-sec.projects-sec .projects-list #projects-container .project-card .project-card-cont:hover .project-card-texts{
  opacity: 0.7;
}

.nimd-sec.projects-sec .projects-list #projects-container .project-card .project-card-texts .project-tags {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 17px;
}

.nimd-sec.projects-sec .projects-list #projects-container .project-card .project-card-texts .project-name{
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  padding: 5px 0 0;
}

.nimd-sec.projects-sec .projects-list #projects-container .project-card .project-card-img .proj-vid-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all 400ms ease;
}

.nimd-sec.projects-sec .projects-list #projects-container .project-card .project-card-img .proj-vid-bg.visible{
  opacity: 1;
}

.nimd-sec.projects-sec .projects-list #projects-container .project-card .project-card-img .proj-vid-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.nimd-sec.projects-sec .projects-list .loadmore-wrap {
  text-align: center;
  padding: 70px 0 0;
}

.proj-tags-container .proj-tags .filter-wrap .ptag-btn,
.nimd-sec.projects-sec .projects-list .loadmore-wrap a#pfloadmore{
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  border: 1px solid #000;
  padding: 0 30px;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  letter-spacing: 1px;
  background-color: #fff;
  transition: all 300ms ease;
}

.proj-tags-container .proj-tags .filter-wrap .ptag-btn{
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
}

.nimd-sec.projects-sec .projects-list .loadmore-wrap a#pfloadmore{
  text-transform: uppercase;
  font-family: 'TTFirsNeue';
}

.proj-tags-container .proj-tags .filter-wrap .ptag-btn:hover,
.proj-tags-container .proj-tags .filter-wrap .ptag-btn.active,
.nimd-sec.projects-sec .projects-list .loadmore-wrap a#pfloadmore:hover{
  background-color: #000;
  color: #fff;
}

.proj-tags-container .proj-tags .filter-wrap {
  display: inline-block;
  padding: 0 15px 15px 0;
}

.proj-tags-container{
  padding: 0 0 60px;
}

.proj-tags-container .proj-tags-wrap {
  width: 80%;
}

.nd-projects section.nimd-sec#projects .sec-cont {
  padding-top: 0;
}

.nimd-sec.projects-sec .projects-list #projects-container .project-card .project-card-cont{
  position: relative;
}

.link-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 5;
  transition: all 300ms ease;
}

.hero-sec .hero-txts .cinf-fields{
  padding: 0 0 15px;
}

.hero-sec .hero-txts .cinf-fields span.cinf {
  display: inline-block;
  padding: 0 30px 0 0;
}

.hero-sec .hero-txts .cinf-fields span.cinf a{
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  display: inline-block;
  color: #040303;
  position: relative;
  padding: 0 0 2px;
  text-decoration: none;
}

.hero-sec .hero-txts .cinf-fields span.cinf a:after{
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background-color: #93D9EA;
  left: 0;
  bottom: 0;

  transition: all 300ms ease;
}

.hero-sec .hero-txts .cinf-fields span.cinf a:hover:after{
  width: 100%;
}

.nimd-sec.cform-sec .nd-form .contact-form-sec .cfrom-sec-title{
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
  padding: 0 0 30px;
}

.nd-contact section.nimd-sec.cform-sec .sec-cont{
  padding-top: 0;
}

.nimd-sec.cform-sec .nd-form .contact-form-sec{
  padding: 50px 0;
  border-top: 1px solid #040303;
}

.nimd-sec.cform-sec .nd-form .field-wrapper input,
.nimd-sec.cform-sec .nd-form .field-wrapper textarea{
  width: 100%;
  height: 60px;
  background-color: #fff;
  border: none;
  border-radius: 30px;
  padding: 0 30px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.nimd-sec.cform-sec .nd-form .field-wrapper textarea{
  resize: none;
  height: 220px;
  padding: 20px 30px;
  font-family: "Montserrat", sans-serif;
}

.nimd-sec.cform-sec .nd-form .field-wrapper .intl-tel-input.allow-dropdown .flag-container{
  left: 22px;
}

.nimd-sec.cform-sec .nd-form .field-wrapper.phone input{
  padding-left: 70px;
}

.nimd-sec.cform-sec .nd-form .contact-form-sec.contact-info-sec .fields-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.nimd-sec.cform-sec .nd-form .contact-form-sec.contact-info-sec .fields-wrapper .field-wrapper{
  flex: 0 0 calc(50% - 8px);
}

.nimd-sec.cform-sec .nd-form .contact-form-sec .field-wrapper span.wpcf7-form-control-wrap{
  display: block;
  position: relative;
  padding: 0 0 25px;
}

.nimd-sec.cform-sec .nd-form .contact-form-sec.contact-info-sec .field-wrapper span.wpcf7-form-control-wrap{
  max-width: 600px;
  display: inline-block;
  width: 100%;
}

.nimd-sec.cform-sec .nd-form .contact-form-sec.contact-info-sec .field-wrapper:nth-child(2n){
  text-align: right;
}

.nimd-sec.cform-sec .nd-form .contact-form-sec .field-wrapper .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  letter-spacing: 0.5px;
  left: 30px;
}

.contact-form-sec .select-list-trigger{
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.contact-form-sec .select-list-trigger > p{
  display: flex;
  gap: 15px;
}

.contact-form-sec .select-list-trigger div {
  flex: 1 1 auto;
  display: block;
}

.contact-form-sec .select-list-trigger div p{
  display: block;
  width: 100%;
}

.contact-form-sec .select-list-trigger div a {
  font-weight: 500;
  font-size: 15px;
  display: block;
  padding: 0 30px;
  border-radius: 25px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  letter-spacing: 1px;
  background-color: #fff;
  transition: all 300ms ease;
  text-align: center;
  white-space: nowrap;
}

.contact-form-sec .select-list-trigger div a:hover,
.contact-form-sec .select-list-trigger div a.active{
  background-color: #000;
  color: #fff;
}

.nimd-sec.cform-sec .nd-form .hidden-form-item select,
.nimd-sec.cform-sec .nd-form .hidden-submit{
  display: none;
}

.nd-form .field-wrapper.proj-files .projj-desc-files {
  display: flex;
  gap: 30px;
}

.nd-form .field-wrapper.proj-files .projj-desc-files .proj-desc{
  flex: 1;
  font-size: 14px;
  line-height: 24px;
}

.nd-form .field-wrapper.proj-files .projj-desc-files .proj-files{
  text-align: right;
}

.nd-form .field-wrapper.proj-files .projj-desc-files .proj-files .codedropz-upload-handler{
  margin: 0;
  padding: 0 0 15px;
  border: none;
}

.nd-form .field-wrapper.proj-files .projj-desc-files .proj-files .codedropz-upload-container{
  padding: 0;
}

.nd-form .field-wrapper.proj-files .projj-desc-files .proj-files .codedropz-upload-handler h3,
.nd-form .field-wrapper.proj-files .projj-desc-files .proj-files .codedropz-upload-handler > span,
.nd-form .field-wrapper.proj-files .projj-desc-files .proj-files .codedropz-upload-inner > span{
  display: none;
}

.nd-form .field-wrapper.proj-files .projj-desc-files .proj-files .codedropz-upload-inner{
  width: auto;
}

.nd-form .field-wrapper.proj-files .projj-desc-files .proj-files .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-image,
.nd-form .field-wrapper.proj-files .projj-desc-files .proj-files .codedropz-upload-wrapper .dnd-upload-status .dnd-progress-bar{
  display: none;
}

.nd-form .field-wrapper.proj-files .projj-desc-files .proj-files .codedropz-btn-wrap{
  text-align: right;
}

.nd-form .field-wrapper.proj-files .projj-desc-files .proj-files .codedropz-btn-wrap a.cd-upload-btn{
  background-image: url(/wp-content/themes/nimdigital/assets/images/attach.svg);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 45px 0 0;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #040303;
}

.nd-form .field-wrapper.proj-files .projj-desc-files .proj-files .dnd-upload-status .dnd-upload-details{
  width: 100%;
}

.nd-form .field-wrapper.proj-files .projj-desc-files .proj-files .attach-file {
  max-width: 300px;
}

.nd-form .field-wrapper.proj-files .projj-desc-files .proj-files .dnd-upload-status .dnd-upload-details .name {
  color: #555;
  font-size: 14px;
  padding: 0 30px 0 0;
}

.nd-form .field-wrapper.proj-files .projj-desc-files .proj-files .dnd-upload-status .dnd-upload-details .name em{
  display: none;
}

.nimd-sec.cform-sec .nd-form .contact-form-sec.contact-submit {
  border: none;
  padding-top: 0;
}

.nd-lnk{
  font-size: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.nd-lnk br{
  display: none;
}

.nd-lnk span{
  display: inline-block;
  vertical-align: middle;
}

.nd-lnk span.txt{
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 10px 0 0;
  color: #040303;
  position: relative;
}

.nd-lnk span.txt:after{
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #040303;
  right: 0;
  bottom: 0;

  transition: all 300ms ease;
}

.nd-lnk.white span.txt:after{
  background-color: #fff;
}

.nd-lnk:hover span.txt:after{
  width: 100%;
  left: 0;
}

.nd-lnk.light span.txt{
  font-weight: 400;
}

.nd-lnk.white span.txt{
  color: #fff;
}

.nd-lnk span.icn {
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
  position: relative;
  border: 1px solid #000;
  transition: all 300ms ease;
}

.nd-lnk.light span.icn{
  background-color: transparent;
  border-color: #A69F9F;
}

.nd-lnk.white span.icn{
  background-color: #000;
  border-color: #fff;
}

.nd-lnk span.icn svg{
  position: absolute;
  width: 15px;
  height: auto;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: all 300ms ease;
}

.nd-lnk.light span.icn svg path{
  fill: #000;
}

.nd-lnk.white span.icn svg path{
  fill: #fff;
}

.nd-lnk:hover span.icn{
  background-color: transparent;
}

.nd-lnk.light:hover span.icn{
  background-color: #000;
  border-color: #000;
}

.nd-lnk.white:hover span.icn{
  background-color: #fff;
}

.nd-lnk span.icn svg path{
  transition: all 300ms ease;
}

.nd-lnk:hover span.icn svg{
  transform: translate(-30%,-50%);
}

.nd-lnk:hover span.icn svg path{
  fill: #000;
}

.nd-lnk.light:hover span.icn svg path{
  fill: #F6F6F6;
}

.nd-lnk.white:hover span.icn svg path{
  fill: #000;
}

.nimd-sec.cform-sec .nd-form .wpcf7 form.sent .wpcf7-response-output{
  margin: 0;
}

.nimd-sec.cform-sec .nd-form .wpcf7 form.sent .wpcf7-response-output {
  position: fixed;
  border: none;
  background-color: rgba(255,255,255,0.6);
  font-size: 24px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.nimd-page.nimd-home .hero-sec .hero-link {
  padding: 50px 0 0;
}

.nimd-page.nimd-home section.nimd-sec.first-sec .sec-cont{
  padding-top: 0;
  padding-bottom: 90px;
}

.nimd-sec.showreel-sec .showreel-wrapper{
  position: relative;
  width: 100%;
  height: auto;
}

.nimd-sec.showreel-sec .showreel-wrapper .showreel-video{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.nimd-sec.showreel-sec .showreel-wrapper .showreel-video iframe{
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.nimd-sec.showreel-sec .showreel-wrapper .showreel-video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nimd-sec.showreel-sec .showreel-wrapper .image-overlay{
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 400ms ease;
}

.nimd-sec.showreel-sec .showreel-wrapper .image-overlay img {
  width: 100%;
  height: auto;
  display: block;
}

.nimd-sec.showreel-sec .showreel-container.playing .image-overlay{
  opacity: 0;
}

.nimd-page.nimd-home section.nimd-sec{
  z-index: 3;
  position: relative;
}

.nimd-page.nimd-home section.nimd-sec.hero-sec.fixed{
  width: 100%;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
}

.nimd-page.nimd-home section.nimd-sec.hero-sec.hidden{
  opacity: 0;
  z-index: -1;
}

.showreel-cursor,
.showreel-cursor2{
  width: 100px;
  height: 100px;
  position: absolute;
  pointer-events: none; /* So it doesn't interfere with other elements */
  z-index: 1000; /* Ensure it stays on top */
  opacity: 0;
  transform: translate(-50%,-50%);
}

.showreel-cursor .cursor-inner,
.showreel-cursor2 .cursor-inner{
  width: 100%;
  height: 100%;
  /* background-color: #fff;
  border-radius: 50%; */
  transition: all 300ms ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transform-origin: center center;
  font-size: 12px;
  font-weight: 600;
  font-family: 'TTFirsNeue';
  text-align: center;
  line-height: 14px;
}

.nimd-sec.showreel-sec .showreel-container.cursor-active {
  cursor: none; /* Hide the default cursor */
}

.nimd-sec.showreel-sec .showreel-container.cursor-active .showreel-cursor .cursor-inner,
.nimd-sec.showreel-sec .showreel-container.cursor-active .showreel-cursor2 .cursor-inner{
  width: 100px;
  height: 100px;
}

.showreel-cursor .cursor-inner span,
.showreel-cursor2 .cursor-inner span {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.showreel-cursor .cursor-inner span img,
.showreel-cursor2 .cursor-inner span img{
  width: 100%;
  height: auto;
  display: block;
}

.nimd-sec.showreel-sec .showreel-container .showreel-cursor .cursor-inner span.pause,
.nimd-sec.showreel-sec .showreel-container .showreel-cursor2 .cursor-inner span.pause{
  display: none;
}

.nimd-sec.showreel-sec .showreel-container .showreel-cursor .cursor-inner span.play,
.nimd-sec.showreel-sec .showreel-container .showreel-cursor2 .cursor-inner span.play{
  display: flex;
}

.nimd-sec.showreel-sec .showreel-container .showreel-cursor2 .cursor-inner span.play{
  border-radius: 50%;
  background-color: #fff;
}

.nimd-sec.showreel-sec .showreel-container.playing .showreel-cursor .cursor-inner span.pause,
.nimd-sec.showreel-sec .showreel-container.playing .showreel-cursor2 .cursor-inner span.pause{
  display: flex;
}

.nimd-sec.showreel-sec .showreel-container.playing .showreel-cursor .cursor-inner span.play,
.nimd-sec.showreel-sec .showreel-container.playing .showreel-cursor2 .cursor-inner span.play{
  display: none;
}

.nimd-sec.showreel-sec{
  overflow: hidden;
}

.sec-sep{
  background-color: #fff;
  position: relative;
  z-index: 3;
  display: block;
}

.sec-sep.h120{
  height: 120px;
}

.sec-sep.h60{
  height: 60px;
}

.nimd-page.nimd-home section.nimd-sec.intro-sec{
  background-color: #040303;
  color: #fff;
}

.nimd-page.nimd-home section.nimd-sec.intro-sec .intro-texts{
  text-align: center;
  padding: 60px 0;
  max-width: 920px;
  margin: 0 auto;
}

.nimd-page.nimd-home section.nimd-sec.intro-sec .intro-texts .home-intro-title{
  font-size: 36px;
  font-weight: 700;
  font-family: 'TTFirsNeue';
  line-height: 44px;
  padding: 0 0 20px;
}

/* .nimd-page.nimd-home section.nimd-sec .showreel-container{
  z-index: 5;
  position: relative;
}

.nimd-page.nimd-home section.nimd-sec.showreel-sec{
  z-index: 2;
} */

.nimd-page.nimd-home section.nimd-sec.clients-sec,
.nimd-page.nimd-home section.nimd-sec.solutions-sec {
  background-color: #fff;
}

.nimd-page.nimd-home section.nimd-sec.projects-sec{
  background-color: #F5F5F5;
}

.nimd-sec.clients-sec .client-sec-title{
  font-size: 36px;
  line-height: 44px;
  font-family: 'TTFirsNeue';
  font-weight: 600;
  padding: 0 0 40px;
  text-align: center;
}

.nimd-page.nimd-home section.nimd-sec.clients-sec .sec-wrap{
  max-width: unset;
}

section.nimd-sec.clients-sec .clients-list{
  font-size: 0;
  line-height: 0;
}

section.nimd-sec.clients-sec .clients-list .js-marquee{
  margin: 0 !important;
  font-size: 0;
  line-height: 0;
}

section.nimd-sec.clients-sec .clients-list .client-box{
  display: inline-block;
  vertical-align: middle;
  /* width: 16.66666666666667%; */
  padding: 30px 50px;
}

section.nimd-sec.clients-sec .clients-list .client-box .client-box-cont{
  position: relative;
}

section.nimd-sec.clients-sec .clients-list .client-box .client-box-cont img{
  /* max-width: 100%;
  height: auto; */
  height: 110px;
  width: auto;
  display: block;
  filter: grayscale(1);
  transition: all 300ms ease;
}

section.nimd-sec.clients-sec .clients-list .client-box .client-box-cont:hover img{
  filter: grayscale(0);
}

.home-sec-title-sub .home-sec-title {
  color: #A69F9F;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0 0 4px;
}

.home-sec-title-sub .home-sec-subtitle{
  font-size: 30px;
  line-height: 36px;
  font-family: 'TTFirsNeue';
  font-weight: 500;
}

.home-sec-title-sub{
  max-width: 360px;
}

.sol-acc .sol-acc-row .sol-acc-title .sol-acc-titlte-wrap{
  display: flex;
  align-items: center;
}

.sol-acc .sol-acc-row .sol-acc-title .sol-acc-titlte-wrap .sol-icon{
  max-width: 32px;
}

.sol-acc .sol-acc-row .sol-acc-title .sol-acc-titlte-wrap .sol-name{
  padding: 0 0 0 15px;
  font-size: 22px;
  line-height: 28px;
  font-family: 'TTFirsNeue';
  font-weight: 600;
}

.sol-acc .sol-acc-row .sol-acc-title{
  position: relative;
  padding: 20px 50px 20px 0;
  border-top: 1px solid #000;
  cursor: pointer;
  transition: all 300ms ease;
}

.sol-acc .sol-acc-row .sol-acc-title:before,
.sol-acc .sol-acc-row .sol-acc-title:after{
  content: "";
  width: 16px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -1px;
}

.sol-acc .sol-acc-row .sol-acc-title:after{
  transform: rotate(90deg);
  transition: all 300ms ease;
}

.sol-acc .sol-acc-row.open .sol-acc-title:after{
  transform: rotate(0deg);
}

.sol-acc .sol-acc-row .sol-acc-content{
  padding: 0 0 20px;
  display: none;
}

.sol-acc .sol-acc-row .sol-acc-content p{
  padding: 0 0 15px;
}

.sol-acc .sol-acc-row .sol-acc-content p:last-child{
  padding: 0;
}

.sol-acc .sol-acc-row .sol-acc-content ul,
.sol-acc .sol-acc-row .sol-acc-content ol{
  padding: 0 0 15px 20px;
  margin: 0;
}

.sol-acc .sol-acc-row .sol-acc-content ul:last-child,
.sol-acc .sol-acc-row .sol-acc-content ol:last-child{
  padding: 0 0 0 20px;
}

.sol-acc .sol-acc-row .sol-acc-content .sol-acc-content-wrap {
  padding: 0 0 0 47px;
}

.sol-acc .sol-acc-row:last-child .sol-acc-row-wrap{
  border-bottom: 1px solid #000;
}

.nd-btn-wrap{
  text-align: center;
}

.nd-btn-wrap.sol-link-wrap{
  padding: 60px 0 0;
}

.nd-btn{
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  border: 1px solid #000;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 400;
  transition: all 300ms ease;
}

.nd-btn.dark{
  background-color: #000;
  color: #fff;
}

.nd-btn.light{
  background-color: #fff;
  color: #000;
}

.nd-btn.dark:hover{
  background-color: #fff;
  color: #000;
}

.nd-btn.light:hover{
  background-color: #000;
  color: #fff;
}

.featured-projs .proj-cards .proj-card {
  padding: 60px 0;
  position: relative;
}

.featured-projs .proj-cards .proj-card .proj-card-wrap {
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
  overflow: hidden;
}

.featured-projs .proj-cards .proj-card .proj-thumb {
  padding: 20px;
}

.featured-projs .proj-cards .proj-card .proj-txts {
  padding: 45px 0 45px 45px;
}

.featured-projs .proj-cards .proj-card.dark{
  color: #040303;
}

.featured-projs .proj-cards .proj-card.light{
  color: #ffffff;
}

.featured-projs .proj-cards .proj-card .proj-txts .proj-tags ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.featured-projs .proj-cards .proj-card .proj-txts .proj-tags ul li{
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px 0 0;
}

.featured-projs .proj-cards .proj-card .proj-txts .proj-tags ul li:last-child{
  padding: 0;
}

.featured-projs .proj-cards .proj-card .proj-txts .proj-tags ul li a{
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}

.featured-projs .proj-cards .proj-card.dark .proj-txts .proj-tags ul li a{
  color: #040303;
}

.featured-projs .proj-cards .proj-card.light .proj-txts .proj-tags ul li a{
  color: #fff;
}

.featured-projs .proj-cards .proj-card.dark .proj-txts .proj-tags ul li a:after{
  background-color: #040303;
}

.featured-projs .proj-cards .proj-card.light .proj-txts .proj-tags ul li a:after{
  background-color: #fff;
}

.featured-projs .proj-cards .proj-card .proj-txts .proj-tags ul li a:after{
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  right: 0;
  bottom: 0;

  transition: all 300ms ease;
}

.featured-projs .proj-cards .proj-card .proj-txts .proj-tags ul li a:hover:after{
  width: 100%;
  left: 0;
}

.featured-projs .proj-cards .proj-card .proj-txts .proj-title{
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  padding: 60px 0 15px;
}

.featured-projs .proj-cards .proj-card .proj-txts .proj-summary{
  font-size: 20px;
  font-weight: 500;
}

.featured-projs .proj-cards .proj-card .proj-img-layer .proj-txts{
  opacity: 0;
}

.featured-projs .proj-cards .proj-card .proj-txt-layer .proj-thumb{
  opacity: 0;
}

.featured-projs .proj-cards .proj-card .proj-video {
  width: 100%;
  height: auto;
}

.featured-projs .proj-cards .proj-card .proj-video video {
  width: 100%;
  height: auto;
  display: block;
}

.featured-projs .proj-cards .proj-card .proj-card-wrap .proj-card-cont{
  position: relative;
}

.featured-projs .proj-cards .proj-card .proj-img-layer{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.featured-projs .proj-cards .proj-card .proj-vid-layer{
  position: relative;
  z-index: 2;
}

.featured-projs .proj-cards .proj-card .proj-txt-layer{
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.featured-projs .proj-cards .proj-card .proj-thumb img {
  height: 100%;
  width: auto;
}

.featured-projs .proj-cards .proj-card.dark .link-overlay:hover{
  background-color: rgba(0,0,0,0.1);
}

.featured-projs .proj-cards .proj-card.light .link-overlay:hover{
  background-color: rgba(255,255,255,0.1);
}

.featured-projs .proj-cards .proj-card .proj-vid-layer img{
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}

.featured-projs .proj-cards .proj-card .proj-vid-layer .proj-video{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

footer.nimd-footer .footer-wrapper {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

footer.nimd-footer .nd-logo {
  max-width: 150px;
  padding: 0 0 25px;
}

footer.nimd-footer .nd-logo a{
  width: 100%;
  height: auto;
  display: block;
}

footer.nimd-footer .nd-logo a svg{
  width: 100%;
  height: auto;
  display: block;
}

footer.nimd-footer .start-proj{
  padding: 0 0 5px;
}

footer.nimd-footer .nd-cinfo .cinf a{
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #040303;
}

footer.nimd-footer .nd-cinfo .cinf a:after{
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #040303;
  right: 0;
  bottom: 0;

  transition: all 300ms ease;
}

footer.nimd-footer .nd-cinfo .cinf a:hover:after{
  width: 100%;
  left: 0;
}

footer.nimd-footer .copy-right{
  padding: 15px 0 0;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: right;
  color: #ddd;
}

footer.nimd-footer .sitmap-blocks{
  display: flex;
}

footer.nimd-footer .sitmap-blocks .sitemap-block {
  flex: 1 1 auto;
}

footer.nimd-footer .sitmap-blocks .sitemap-block ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

footer.nimd-footer .sitmap-blocks .sitemap-block ul li{
  display: block;
  padding: 0 0 7px;
  font-size: 14px;
  line-height: 16px;
}

footer.nimd-footer .sitmap-blocks .sitemap-block ul li a,
footer.nimd-footer .sitmap-blocks .sitemap-block.solutions .solutions-title{
  font-family: 'TTFirsNeue';
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

footer.nimd-footer .sitmap-blocks .sitemap-block.solutions .solutions-title{
  padding: 0 0 7px;
}

footer.nimd-footer .sitmap-blocks .sitemap-block.solutions ul li a{
  font-family: "Montserrat", sans-serif;
  text-transform: unset;
  color: 555;
  font-weight: 400;
}

footer.nimd-footer .footer-wrapper .footer-container{
  padding: 60px 0 25px;
}

footer.nimd-footer .sitmap-blocks .sitemap-block ul li a:after{
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  right: 0;
  bottom: 0;

  transition: all 300ms ease;
}

footer.nimd-footer .sitmap-blocks .sitemap-block ul li a:hover:after{
  width: 100%;
  left: 0;
}

footer.nimd-footer,
section.nimd-sec,
section.nimd-sec .sec-wrap{
  position: relative;
}

section.nimd-sec .sec-wrap{
  z-index: 2;
}

.nimd-page-struct .nimd-wrapper,
footer.nimd-footer{
  overflow: hidden;
}

footer.nimd-footer{
  z-index: 3;
  background-color: #000;
}

.proj-body-rows .proj-body-row .proj-row-title h2,
.terms-page .terms-content .terms-txts h2 {
  font-size: 26px;
  line-height: 34px;
}

.proj-body-rows .proj-body-row .proj-row-title h2{
  font-family: 'TTFirsNeue';
}

/* blue circle */
.nd-circle{
  background-color: #93D9EA;
  opacity: 0.25;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  aspect-ratio: 1 / 1;
}

.nd-circle.homehero {
  height: 60%;
  width: auto;
  left: 0;
  top: 50%;
  transform: translate(-50%,-40%);
}

.nd-circle.homeintro1 {
  height: 65%;
  width: auto;
  left: 32%;
  top: -10%;
}

.nd-circle.homesol2 {
  width: 10%;
  right: 0;
  top: -5%;
  transform: translate(40%, -100%);
}

.nd-circle.homesol1{
  height: 95%;
  width: auto;
  left: 0;
  transform: translateX(-50%);
  top: -3%;
}

.nd-circle.footer{
  height: 85%;
  width: auto;
  right: 0;
  transform: translateX(70%);
  top: 0;
}

.featured-projs .proj-cards .proj-card .nd-circle{
  opacity: 0.15;
}

.featured-projs .proj-cards .proj-card:nth-child(2n+1) .nd-circle.pcard1 {
  width: 25%;
  top: 0;
  right: 0;
  transform: translate(30%,-10%);
}

.featured-projs .proj-cards .proj-card:nth-child(2n+1) .nd-circle.pcard2 {
  width: 13%;
  left: 0;
  bottom: 0;
  transform: translate(-50%,50%);
}

.featured-projs .proj-cards .proj-card:nth-child(2n) .nd-circle.pcard2 {
  width: 13%;
  bottom: 0;
  left: 12%;
  transform: translate(0,40%);
}
/* END blue circle */

header.nimd-header .header-wrapper .menu-logo-wrap .nimd-menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

header.nimd-header .mobile_menu_cta{
	cursor: pointer;
    height: 26px;
    right: 20px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    width: 35px;
    z-index: 22;
		margin: -13px 0 0;

	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	/*-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;*/

	-webkit-transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
	-moz-transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
	-ms-transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
	-o-transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
	transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
}

header.nimd-header.scrolling  .mobile_menu_cta{
  margin: -6px 0 0;
}

header.nimd-header .mobile_menu_cta span {
	background-color: #93D9EA;
    border-radius: 0;
    display: block;
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 100%;

	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);

	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

header.nimd-header .mobile_menu_cta span:nth-child(2),
header.nimd-header .mobile_menu_cta span:nth-child(3){
  background-color: #000000;
}

header.nimd-header .mobile_menu_cta span:nth-child(1) {
	top: 0px;
}

header.nimd-header .mobile_menu_cta span:nth-child(2),header.nimd-header .mobile_menu_cta span:nth-child(3) {
	top: 11px;
}

header.nimd-header .mobile_menu_cta span:nth-child(4) {
	top: 22px;
}

header.nimd-header .mobile_menu_cta.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}

header.nimd-header .mobile_menu_cta.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

header.nimd-header .mobile_menu_cta.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header.nimd-header .mobile_menu_cta.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}

.terms-page .terms-content .terms-txts{
  max-width: 1024px;
}

.terms-page .terms-content .term-title{
  padding: 0 0 30px;
}

.terms-page .terms-content .terms-txts h2{
  padding: 15px 0;
}

.terms-page .terms-content .terms-txts p{
  padding: 0 0 15px;
}

.terms-page .terms-content .terms-txts p:last-child{
  padding: 0;
}

.hero-sec .hero-txts .page-hero-text p {
  padding: 0 0 10px;
}

.hero-sec .hero-txts .page-hero-text p:last-child{
  padding: 0;
}

footer.nimd-footer .sm{
  padding: 10px 0 0;
}

footer.nimd-footer .sm ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

footer.nimd-footer .sm ul li{
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 0;
}

footer.nimd-footer .sm ul li:last-child{
  padding: 0;
}

footer.nimd-footer .sm ul li a{
  background-color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  text-decoration: underline;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}

footer.nimd-footer .sm ul li a svg{
  width: 50%;
  display: block;
}

footer.nimd-footer .sm ul li a svg path{
  fill: #000;
  transition: all 300ms ease;
}

footer.nimd-footer .sm ul li a:hover{
  background-color: #93D9EA;
}

footer.nimd-footer .sm ul li a:hover svg path{
  fill: #000;
}

.nimd-page.nimd-project .hero-sec .hero-sec-wrapper{
  background-position: right top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: calc(100vh - 160px);
  display: flex;
  align-items: center;
}

.nimd-page.nimd-project .hero-sec .sec-wrap{
  width: 100%;
}

.nimd-page.nimd-project .hero-sec .hero-col.hero-img.hide-vis{
  opacity: 0;
}

.nimd-page.nimd-project .hero-sec .hero-txts .nd-flex-col-cont{
  padding: 0;
}

section.nimd-sec.clients-sec .clients-list .js-marquee-wrapper::after {
  content: "";
  clear: both;
  display: block;
}

/* temp hide */
.featured-projs .proj-cards .proj-card .proj-img-layer,
.featured-projs .proj-cards .proj-card .proj-thumb {
  display: none;
}
/* End temp hide */

.nimd-sec.showreel-sec .showreel-container .showreel-cursor .cursor-inner span.play,
.nimd-sec.showreel-sec .showreel-container .showreel-cursor .cursor-inner span.pause{
  display: none;
}

.nimd-sec.showreel-sec .showreel-container .showreel-cursor .cursor-inner span.nomute{
  display: flex;
}

.nimd-sec.showreel-sec .showreel-container .showreel-cursor .cursor-inner span.unmute{
  display: none;
}

.nimd-sec.showreel-sec .showreel-container.muted .showreel-cursor .cursor-inner span.unmute{
  display: flex;
}

.nimd-sec.showreel-sec .showreel-container.muted .showreel-cursor .cursor-inner span.nomute{
  display: none;
}

.nimd-sec.cform-sec .nd-form .contact-form-sec.recaptcha-sec {
  border-top: navajowhite;
  padding-top: 0;
}

.nimd-sec.showreel-sec.bg-vid-trigger .showreel-wrapper .showreel-video{
  z-index: 3;
}

.nimd-sec.showreel-sec.bg-vid-trigger .showreel-wrapper a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}