body {
    font-size: 16px;
    font-family: nunito,sans-serif;
    color: #696687;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: #afafaf;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #afafaf;
}

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: #afafaf;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #afafaf;
}

::placeholder {
  opacity: 1;
  color: #afafaf;
}

input[type="submit"],
button {
  background: #36898c;
  color: white;
  border-width: 0;
}

input[type="submit"]:hover, input[type="submit"]:active,
button:hover,
button:active {
  background: #950e0c;
}

.btn:not([class*="btn-outline-"]) {
  background: #36898c;
  color: white;
  border-width: 0;
}

.btn:not([class*="btn-outline-"]):hover, .btn:not([class*="btn-outline-"]):active {
  background: #950e0c;
}

button.on-submit {
  border: 3px solid #36898c;
  border-bottom: 3px solid rgba(236, 30, 27, 0);
  border-left: 3px solid rgba(236, 30, 27, 0);
}

table {
  border: 1px solid #3a3a3a;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
select,
textarea {
  background: #eae2e200;
    background-clip: padding-box;
    outline-width: 0;
    border: 0px solid #3d3d3d;
    border-bottom: 1px solid #fdfdfd;
    color: #000;
  /*-webkit-box-shadow: 0 1px 4px rgba(61, 61, 61, 0.5);
  box-shadow: 0 1px 4px rgba(61, 61, 61, 0.5);
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):focus,
select:focus,
textarea:focus {
 background: #eae2e200;
    border-color: #fdfdfd;
    color: #000;
 /* -webkit-box-shadow: 0 1px 3px rgba(61, 61, 61, 0.75);
  box-shadow: 0 1px 3px rgba(61, 61, 61, 0.75);*/
}

#poojy-site-preloader {
  background-color: #1a1a1a;
}

#poojy-site-preloader #preloader-line {
  background-color: #454545;
}

#poojy-site-preloader #preloader-line .progress-line {
  background-color: #36898c;
}

#poojyGlobLoader {
  border: 3px solid #36898c;
  border-bottom: 3px solid rgba(236, 30, 27, 0);
  border-left: 3px solid rgba(236, 30, 27, 0);
}

.has-reveal-effect.revealOnProc {
  color: transparent;
}

.has-reveal-effect.revealOnProc > *:not(.revealer) {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

.has-reveal-effect .revealer {
  background-color: #313131;
}

.has-lighter-bg {
  background-color: #ffffff;
}

.has-lighter-bg1 {
  background-color: #318c91;
}


.has-darken-bg {
  background-color: #000;
}

.has-lighter-color {
  color: #dfdfdf;
}

#play-pause-music .music-bars .bar {
  background-color: #36898c;
}

#main-header.scrolled {
  background-color: #ffffff;
}

#main-header.no-overlay {
  background-color: rgba(10, 10, 10, 0.75);
}

#main-header.no-overlay.scrolled {
  background-color: #0a0a0a;
}

#main-header .close-portfolio-wrap #close-portfolio {
  background-color: #36898c;
  color: white;
}

#main-header .header-ui .mobile-menu-trigger .mobile-menu-button {
  color: #afafaf;
  fill: #afafaf;
}

.main-nav-wrap {
    background-color: #ffffff;
}

.main-nav-wrap a {
  color: #000000;

}

.main-nav-wrap a:hover {
  color: #ed3237;
}

.main-nav-wrap li.current-menu-item a {
  color: #000000;
}

.main-nav-wrap .main-nav-ui #mobile-menu-close {
  background-color: #36898c;
  color: white;
}

@media (min-width: 992px) {
  .main-nav-wrap {
    background-color: transparent;
  }
  .main-nav-wrap li.current-menu-item a {
   
  }
}

.section-content:before {
  background: #1e1e1e;
  background: -moz-linear-gradient(-25deg, #282828 0%, #1e1e1e 50%);
  background: -webkit-linear-gradient(-25deg, #282828 0%, #1e1e1e 50%);
  background: -o-linear-gradient(-25deg, #282828 0%, #1e1e1e 50%);
  background: -ms-linear-gradient(-25deg, #282828 0%, #1e1e1e 50%);
  background: linear-gradient(165deg, #318c91 0%, #318c91 50%);
}

.page-section,
.single-portfolio {
  background-color: #318c91;
}



@supports (-webkit-text-stroke-color: #666666) and (-webkit-text-fill-color: #ffffff) {
  .section-header h1 {
    text-shadow: none;
    letter-spacing: .025em;
    -webkit-text-stroke-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.25px;
    -webkit-text-stroke-width-background-position: 100%;
    paint-order: stroke fill;
  }
}





/** intro */
#intro {
  background: red;
  color: #e3e3e3;
}

#intro h1, #intro h2, #intro h3, #intro h4, #intro h5, #intro h6 {
  color: #e3e3e3;
}

#intro h1 strong, #intro h2 strong, #intro h3 strong, #intro h4 strong, #intro h5 strong, #intro h6 strong {
  color: #ffffff;
}

#intro .lead {
  font-weight: 400;
}

#project-gallery .gallery-content .project-cat {
  color: #36898c;
}

#project-gallery-next,
#project-gallery-prev {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
}

#project-gallery-next:hover,
#project-gallery-prev:hover {
  background: rgba(255, 255, 255, 0.3);
  color: white;
  fill: white;
}

#poojySlideProgress #slideNumbering {
  color: rgba(255, 255, 255, 0.5);
}

#poojySlideProgress #slideNumbering .current {
  color: #fff;
}

#poojySlideProgress #slideBullets a:before {
  background-color: rgba(255, 255, 255, 0.2);
}

#poojySlideProgress #slideBullets a:hover:before {
  background-color: rgba(255, 255, 255, 0.3);
}

#poojySlideProgress #slideBullets a.current-bullet:before {
  background-color: #36898c;
}

#hero-map .pj-map {
  background: linear-gradient(to right, #000 0%, rgba(255, 255, 255, 0.25) 50%, #000 100%);
}

#hero-map .pj-map svg {
  color: #36898c;
  fill: #36898c;
}

.progress {
  background-color: #494949;
}

.progress .progress-bar {
  background-color: #36898c;
}

.pj-animated-number-wrap .pj-animated-number {
  color: #36898c;
}

ul.experience-list li .item-time {
  border: 1px solid #3a3a3a;
  color: #dfdfdf;
}

ul.experience-list li .item-name {
  color: #dfdfdf;
}

ul.experience-list li:before {
  background-color: #36898c;
  -webkit-box-shadow: 0 0 0 5px #1e1e1e;
  box-shadow: 0 0 0 5px #1e1e1e;
}

ul.experience-list li:after {
  background-color: #afafaf;
  opacity: .15;
}

.pj-gallery-carousel-btn-prev,
.pj-gallery-carousel-btn-next,
.testimonial-carousel-btn-next,
.testimonial-carousel-btn-prev {
      border: 1px solid #000000;
    color: #000000;
    fill: #000000;
  -webkit-transition: color 0.3s ease-out 0s, fill 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s, fill 0.3s ease-out 0s;
}

.pj-gallery-carousel-btn-prev.swiper-button-disabled,
.pj-gallery-carousel-btn-next.swiper-button-disabled,
.testimonial-carousel-btn-next.swiper-button-disabled,
.testimonial-carousel-btn-prev.swiper-button-disabled {
     color: #000000;
    fill: #000000;
    cursor: not-allowed;
}

.service-card {
    border: 1px solid #ffffff;
    -webkit-transition: border-color 0.3s ease-out 0s;
    transition: border-color 0.3s ease-out 0s;
    box-shadow: 6px 6px 0px #b1b1b16e;
    background-color: #d0d0d000;
	
}

.service-card .service-name:before {
    background: #000000;
}

.service-card:hover {
    border-color: #318c91;
}

ul.social-nav li a {
    color: #afafaf;
    fill: #afafaf;
}

ul.social-nav li a:hover {
    color: #36898c;
    fill: #36898c;
}

#oojy-contact-form input[type="text"],
#oojy-contact-form input[type="email"],
#oojy-contact-form input[type="phone"],
#oojy-contact-form textarea {
   background-color: #eae2e200;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #fdfdfd;
}

#oojy-contact-form input[type="text"]:focus, #oojy-contact-form input[type="text"].has_value,
#oojy-contact-form input[type="email"]:focus,
#oojy-contact-form input[type="email"].has_value,
#oojy-contact-form input[type="phone"]:focus,
#oojy-contact-form input[type="phone"].has_value,
#oojy-contact-form textarea:focus,
#oojy-contact-form textarea.has_value {
    border-bottom: 1px solid #565656;
}

.single-portfolio .portfolio-header .portfolio-cat {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #36898c;
}



