@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'headerFont';
    src: url("../fonts/ufonts.com_walbaum-italic.ttf");
}
@font-face {
    font-family: 'servicesFont';
    src: url("../fonts/georgia.ttf");
}
@font-face {
    font-family: 'helvetica_bold';
    src: url("../fonts/helvetica_bold.ttf");
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: Arial, serif;
  letter-spacing: 1px;
  background: #000000;

  /*line-height: 1.8;*/
  /*font-size: 20px;
  font-weight: 300;*/
}
body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

#nydsf-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#nydsf-wrapper > div {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

.short_border {
  border-bottom: 1px solid red;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left:0px;
  right: 10px;
}

i {
  /*font-size: 2em;*/
}

a {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
  color: red;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:focus, a:active {
  text-decoration: none;
  outline: none;
}

a {
  cursor: pointer;
}

p, span {
  margin-bottom: 1.5em;
  font-size: 20px;
  color: #727272;
}

/*span {
  font-size: 20px;
  color: rgba(114, 114, 114, 0.8);
}*/

ul li span {
  font-weight: bold;
}


h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Roboto", Arial, serif;
  font-weight: 300;
  margin: 0 0 10px 0;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::-moz-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

#nydsf-page {
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: #fff;
}
.menu-show #nydsf-page {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

#nydsf-main-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1002;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  overflow-y: scroll;
}
#nydsf-main-nav .nydsf-nav-toggle {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 20px;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.1);
  line-height: 0;
  padding: 0 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#nydsf-main-nav .nydsf-nav-toggle:hover {
  background: rgba(0, 0, 0, 0.7);
}
#nydsf-main-nav .nydsf-nav-toggle i {
  top: 19px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-indent: 0;
}
#nydsf-main-nav .nydsf-nav-toggle.show {
  visibility: visible;
  opacity: 1;
}
.menu-show #nydsf-main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#nydsf-main-nav ul {
  text-align: center;
  padding: 50px 0 0 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #nydsf-main-nav ul {
    padding: 20px 0 0 0;
  }
}
#nydsf-main-nav ul li {
  padding: 0;
  margin: 0;
}
#nydsf-main-nav ul li a {
  display: block;
  width: 100%;
  color: white;
  font-size: 50px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #nydsf-main-nav ul li a {
    font-size: 30px;
    padding: 10px 0;
  }
}
#nydsf-main-nav ul li a:hover {
  background: rgba(0, 0, 0, 0.4);
}
#nydsf-main-nav ul li a:hover, #nydsf-main-nav ul li a:active, #nydsf-main-nav ul li a:focus {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  text-decoration: none;
}

.nydsf-table {
  display: table;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .nydsf-table {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}
.nydsf-table .nydsf-table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .nydsf-table .nydsf-table-cell {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #A7CDCC;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #A7CDCC;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

header {
  padding: 2em 0 2em 0;
}
@media screen and (max-width: 768px) {
  header {
    padding: 2em 0 0 0;
  }
}

header .container {
  width: 95%;
}

header .nydsf-navbar-brand {
  float: left;
}
header .nydsf-navbar-brand .nydsf-logo {
  font-size: 35px;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
}
header .nydsf-navbar-brand .nydsf-logo:hover {
  text-decoration: none !important;
  color: #000 !important;
}
header .nydsf-navbar-brand .nydsf-logo:active, header .nydsf-navbar-brand .nydsf-logo:focus {
  outline: none;
  text-decoration: none;
}

header img {
  max-width: 75%;
  height: auto;
}

@media screen and (min-width: 800px) {
  header img {
  width: 260px;
  height: auto;
  }
}

@media screen and (max-width: 800px) {
  header img {
  width: 200px;
  height: auto;
  }
}

/*@media screen and (min-width: 1000px) {
  header img {
    height: 200px;
    width: 600px;
    background: url(../images/logo-white_200x600.png);
    background-repeat: no-repeat;    
  }
}*/

.nydsf-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.nydsf-nav-toggle.active i::before, .nydsf-nav-toggle.active i::after {
  background: #fff;
}
.nydsf-nav-toggle.dark.active i::before, .nydsf-nav-toggle.dark.active i::after {
  background: #fff;
}
.nydsf-nav-toggle:hover, .nydsf-nav-toggle:focus, .nydsf-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.nydsf-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
}
.menu-show .nydsf-nav-toggle i {
  background: #fff;
  color: #fff;
}
.nydsf-nav-toggle i::before, .nydsf-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menu-show .nydsf-nav-toggle i::before, .menu-show .nydsf-nav-toggle i::after {
  background: #fff;
}
.nydsf-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.nydsf-nav-toggle.dark i::before, .nydsf-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.nydsf-nav-toggle i::before {
  top: -7px;
}

.nydsf-nav-toggle i::after {
  bottom: -7px;
}

.nydsf-nav-toggle:hover i::before {
  top: -10px;
}

.nydsf-nav-toggle:hover i::after {
  bottom: -10px;
}

.nydsf-nav-toggle.active i {
  background: transparent;
}

.nydsf-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.nydsf-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.nydsf-nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .nydsf-nav-toggle {
    display: block;
    top: 0px;
  }
}

#nydsf-portfolio-section, #nydsf-intro-section,
#nydsf-services-section, #nydsf-contact-section,
#nydsf-team-section {
  padding-bottom: 4em;
}

#nydsf-portfolio-section .container {
  width: 100%;
  padding: 0;
}

#nydsf-intro-section {
  margin-bottom: 4em;
  padding-bottom: 3em;
}

.intro-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .intro-heading {
    font-size: 30px;
  }
}

#filters {
  padding: 2em 0 0 0;
  list-style: none;
  text-align: right;
}

/*@media screen and (max-width: 1000px) {
  #filters {
    text-align: left;
  }
}*/
@media screen and (min-width: 600px) {
  #filters {
    text-align: right;
  }
}
@media screen and (max-width: 600px) {
  #filters {
    clear: both;
    text-align: center;
    padding-top: 30px;
  }
}

#filters a {
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width:410px) {
  #filters li {
   display: inline-block;
   margin: 10px 10px -10px 0px;
  }
}
@media screen and (min-width:360px) and (max-width: 410px) {
  #filters li {
    display: inline-block;
    margin-right: 10px;
  }
}

@media screen and (min-width:200px) and (max-width: 359px) {
  #filters li {
    display: inline-block;
    margin-right: 5px;
  }
}

#filters li span {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}

@media screen and (min-width: 500px) {
  #filters li span {
  line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  #filters li span {
  line-height: 20px;
  }
}

@media screen and (min-width: 500px) {
  #filters li span:hover, #filters li span:focus, #filters li span.active {
  color: #000 !important;
  border-bottom: 1px solid #fff;
  line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  #filters li span:hover, #filters li span:focus, #filters li span.active {
  color: #000 !important;
  border-bottom: 1px solid #fff;
  line-height: 20px;
  }
}

@media screen and (min-width: 500px) {
  #filters li .symbol:hover, #filters li .symbol:focus, #filters li .symbol.active {
  color: #000 !important;
  line-height: 40px;
  border-bottom: 0px solid #fff;
  }
}

@media screen and (max-width: 500px) {
  #filters li .symbol:hover, #filters li .symbol:focus, #filters li .symbol.active {
  color: #000 !important;
  line-height: 20px;
  border-bottom: 0px solid #fff;
  }
}

@media screen and (min-width: 1000px) {
  #filters li span {
    font-size: 18px !important;
  }
}

/*@media screen and (max-width: 1000px) {
  #filters li span {
    font-size: 14px !important;
  }
}*/

@media screen and (min-width:410px) and (max-width: 1000px) {
  #filters li span {
    font-size: 14px !important;
  }
}

@media screen and (min-width:370px) and (max-width: 410px) {
  #filters li span {
    font-size: 12px !important;
  }
}

@media screen and (min-width:200px) and (max-width: 370px) {
  #filters li span {
    font-size: 10px !important;
  }
}

#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 33.3%;
  display: none;
  float: left;
  overflow: hidden;
  /*padding: 5px;*/
}
/*@media screen and (min-width: 1500px) {
  #portfoliolist .portfolio {
    width: 16.66% !important;
  }
}*/
/*@media screen and (max-width: 992px) {
  #portfoliolist .portfolio {
    width: 33.33% !important;
  }
}*/
@media screen and (min-width: 768px) {
  #portfoliolist .portfolio {
    width: 33.33% !important;
  }
}
@media screen and (min-width:200px) and (max-width: 767px) {
  #portfoliolist .portfolio {
    width: 100% !important;
  }
}

.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
}

.portfolio {
  overflow: hidden;
  position: relative;
  z-index: 1;
  float: left;
}

.portfolio img {
  max-width: 100%;
  z-index: -1;
  position: relative;
 /* -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);*/
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
  position: absolute;
  width: 100%;
  height: 85px;
  bottom: -85px;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
  background: #A7CDCC;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
}
.portfolio .label-text a {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  margin-top: 15px;
}
.portfolio .label-text a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.portfolio .text-category {
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: normal;
}

.portfolio:hover .label {
  bottom: 0;
}

/*.portfolio:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}*/

.team-section-grid {
  position: relative;
  background-size: cover;
  height: 450px;
  margin-bottom: 30px;
}
.team-section-grid .overlay-section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.team-section-grid .overlay-section h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.team-section-grid .overlay-section p {
  color: rgba(255, 255, 255, 0.8);
}
.team-section-grid .overlay-section p.nydsf-social-icons a:hover, .team-section-grid .overlay-section p.nydsf-social-icons a:focus {
  text-decoration: none !important;
}
.team-section-grid .overlay-section p.nydsf-social-icons i {
  font-size: 32px;
}
.team-section-grid .overlay-section span {
  color: #fff;
  display: block;
}
.team-section-grid .overlay-section .desc {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
}
.team-section-grid:hover .overlay-section {
  opacity: 1;
}

/*.nydsf-services i {
  font-size: 60px;
  display: block;
  margin-bottom: 40px;
  color: #A7CDCC;
}*/

#nydsf-services-section img {
  max-width:75% !important; 
  height:auto !important; 
  /*margin-bottom: 20px !important;*/
}

@media screen and (max-width: 768px) {
  #nydsf-services-section img {
  max-width:100% !important; 
  height:auto !important; 
}
}

.nydsf-services-single .nydsf-services i {
  font-size: 80px;
}

#nydsf-about-section {
  background-color: #000000;
}



.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #000;
}
.contact-info li a {
  color: #A7CDCC;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 3em 0;
  background-color: #000;
  font-family: georgia;
}
#footer p {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  #footer p {
    font-size: 12px;
  }
}
#footer p:last-child {
  margin-bottom: 0;
}
#footer p.nydsf-social-icons a:hover, #footer p.nydsf-social-icons a:focus {
  text-decoration: none !important;
}
#footer p.nydsf-social-icons i {
  font-size: 32px;
}
#footer .social-text-align {
  text-align: right;
}
@media screen and (max-width: 992px) {
  #footer .social-text-align {
    text-align: left !important;
  }
}



/*New 2022 additions*/

.nydsf-start2022 {
  text-align: center;
  font-style: cursive;
}

.nydsf-start2022 p {
  font-size: 350%;
  font-family: georgia;
  font-style: italic;
  color: #000000;
}

@media screen and (max-width: 900px) {
  .nydsf-start2022 p {
    font-size: 300%;
  }
}

@media screen and (max-width: 500px) {
  .nydsf-start2022 p {
    font-size: 200%;
  }
}

.nydsf-start2022 .contact2022 {
  margin-left: -18em;
  font-size: 200%;
}

@media screen and (max-width: 500px) {
  .nydsf-start2022 .contact2022 {
    margin-left: -14em;
    font-size: 120%;
  }
}

.nydsf-start2022 .doubledot2022 {
  margin: -2em 0 1em -13em;
  font-style: normal;
  font-size: 200%;
}

@media screen and (max-width: 500px) {
  .nydsf-start2022 .doubledot2022 {
    margin: -2em 0 0 -9em;
    font-size: 120%;
  }
}

.nydsf-start2022 .number2022 {
  margin: 0 0 0 2em;
  font-style: normal;
  font-size: 200%;
}

@media screen and (max-width: 500px) {
  .nydsf-start2022 .number2022 {
    margin: 0 0 0 4em;
    font-size: 120%;
  }
}

.number2022 img {
  width: 4% !important;
}

@media screen and (max-width: 500px) {
  .number2022 img {
   width: 10% !important;
  }
}



#nydsf-about-section {
  background-color: #000000;
}

.nydsf-abouttitle2022 {
  text-align: left;
  padding: 5em 0 0 20em;
}

@media screen and (max-width: 500px) {
  .nydsf-abouttitle2022 {
    padding: 2em 0 0 5em;
  }
}

.nydsf-aboutimage2022 {
  text-align: center;
}

.nydsf-aboutimage2022 img {
  width: 20% !important;
  margin-left: 10em;
}

@media screen and (max-width: 900px) {
  .nydsf-aboutimage2022 img {
    margin-left: 0em;
  }
}

@media screen and (max-width: 500px) {
  .nydsf-aboutimage2022 img {
    width: 50% !important;
    margin-left: 0;
  }
}

.nydsf-abouttitle2022 p {
  font-size: 300%;
  font-family: georgia;
  font-style: italic;
  color: #ffffff;
}

@media screen and (max-width: 500px) {
  .nydsf-abouttitle2022 p {
    font-size: 200%;
  }
}

.nydsf-aboutbody2022 {
  /*text-align: center;*/
  margin-left: 30%;
  margin-top: 5em;
}

@media screen and (max-width: 900px) {
  .nydsf-aboutbody2022 {
  /*text-align: center;*/
  margin-left: 10%;
  margin-top: 5em;
}
}

@media screen and (max-width: 500px) {
  .nydsf-aboutbody2022 {
  /*text-align: center;*/
  margin-left: 10%;
  margin-top: 5em;
}
}

.nydsf-aboutbody2022 p {
  font-size: 240%;
  font-family: georgia;
  color: #ffffff;
  width: 70%;
}

@media screen and (max-width: 900px) {
  .nydsf-aboutbody2022 p {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .nydsf-aboutbody2022 p {
    font-size: 150%;
    margin-top: 2em;
    width: 90%;
  }
}



.nydsf-aboutfooter2022 {
  padding: 2em 0 4em 0;
}

.nydsf-aboutfooter2022 p {
  color: #ffffff;
  /*text-align: center;*/
  font-family: georgia;
}
.nydsf-aboutfooter2022 .contact2022 {
  margin-left: 10em;
  font-size: 200%;
  font-style: italic;
}

@media screen and (max-width: 500px) {
  .nydsf-aboutfooter2022 .contact2022 {
    margin-left: 0em;
    font-size: 120%;
  }
}

@media screen and (max-width: 900px) {
  .nydsf-aboutfooter2022 .contact2022 {
    margin-left: 2em;
  }
}

.nydsf-aboutfooter2022 .doubledot2022 {
  margin: -2em 0 0 14em;
  font-style: normal;
  font-size: 200%;
}

@media screen and (max-width: 500px) {
  .nydsf-aboutfooter2022 .doubledot2022 {
    margin: -2em 0 0 4em;
    font-size: 120%;
  }
}

@media screen and (max-width: 900px) {
  .nydsf-aboutfooter2022 .doubledot2022 {
    margin: -2em 0 0 6em;
  }
}

.nydsf-aboutfooter2022 .number2022 {
  margin: 0 0 0 14em;
  font-style: normal;
  font-size: 200%;
}

@media screen and (max-width: 500px) {
  .nydsf-aboutfooter2022 .number2022 {
    margin: 0 0 0 4em;
    font-size: 120%;
  }
}

@media screen and (max-width: 900px) {
  .nydsf-aboutfooter2022 .number2022 {
    margin: 0 0 0 6em;
  }
}


/*-------------project page css new 2022 begin-------------*/

#nydsf-projectimage-section {
  background-color: #000000;
}

.nydsf-projectimages {
  margin-top: 2em;
  padding-left: 20em;
}

@media screen and (max-width: 500px) {
  .nydsf-projectimages {
    margin-top: 0em !important;
    padding-left: 2em !important;
  }
}

@media screen and (max-width: 900px) {
  .nydsf-projectimages {
    margin-top: 0em;
    padding-left: 8em;
  }
}

#nydsf-projectimage-section img {
  width: 80%;
  margin-top: 2em;
}

@media screen and (max-width: 500px) {
  #nydsf-projectimage-section img {
    width: 90% !important;
    margin-top: 1em;
  }
}

@media screen and (max-width: 900px) {
  .nydsf-projectimages img {
    width: 90%;
  }
}

#nydsf-projectcontent-section {
  background-color: #000000;
  padding: 5em 0;
}

@media screen and (max-width: 500px) {
  #nydsf-projectcontent-section {
    padding: 2em 0 !important;
  }
}

.projectcontent2022 {
  width: 85%;
}

.projectcontent2022 p {
  color: #ffffff;
  font-family: georgia;
  /*text-align: center;*/
}

.projectcontenttitle {
  margin-left: 14em;
  font-size: 150%;
  font-style: italic;
}

@media screen and (max-width: 500px) {
  .projectcontenttitle {
    margin-left: 0 !important;
    font-size: 150% !important;
  }
}

@media screen and (max-width: 900px) {
  .projectcontenttitle {
    margin-left: 2em;
  }
}

.projectcontenttitle p {
  
}

.projectcontent2022 .doubledot2022 {
  margin: 0 0 0 14em;
  font-style: normal;
  font-size: 200%;
}

@media screen and (max-width: 500px) {
  .projectcontent2022 .doubledot2022 {
    margin: -1em 0 0 6em !important;
    font-size: 120% !important;
  }
}

@media screen and (max-width: 900px) {
  .projectcontent2022 .doubledot2022 {
    margin-left: 6em;
  }
}

.projectcontentdescription {
  margin-left: 28em;
}

@media screen and (max-width: 500px) {
  .projectcontentdescription {
    margin-left: 0em !important;
  }
}

@media screen and (max-width: 900px) {
  .projectcontentdescription {
    margin-left: 12em;
  }
}


.projectcontentdescription p {
  text-align: left;
  font-size: 220%;
  margin-bottom: 1em;
}

@media screen and (max-width: 500px) {
  .projectcontentdescription p {
    font-size: 200%;
  }
}





/*New 2022 additions end*/

.heading-section {
  margin-bottom: 3em;
}
.heading-section h2 {
  font-size: 40px;
  font-weight: 300;
}
.heading-section h3 {
  font-weight: 300;
  line-height: 1.5em;
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
