@charset "UTF-8";
/*=== Prasid Codes ===*/
/*=== Start Date:  ===*/
/*=== End Date:  ===*/
/*===  Project ===*/
@font-face {
  font-family: "fonticons";
  src: url("https://ptcnnepal.com.np/wp-content/themes/hydro/fonts/fonticons.eot?v=2.0.0");
  src: url("https://ptcnnepal.com.np/wp-content/themes/hydro/fonts/fonticons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("https://ptcnnepal.com.np/wp-content/themes/hydro/fonts/fonticons.ttf?v=2.0.0") format("truetype"), url("https://ptcnnepal.com.np/wp-content/themes/hydro/fonts/fonticons.woff?v=2.0.0") format("woff"), url("https://ptcnnepal.com.np/wp-content/themes/hydro/fonts/fonticons.svg?v=2.0.0#fonticons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "simple-fonts";
  src: url("https://ptcnnepal.com.np/wp-content/themes/hydro/fonts/simple-fonts.eot?v=2.4.0");
  src: url("https://ptcnnepal.com.np/wp-content/themes/hydro/fonts/simple-fonts.eot?v=2.4.0#iefix") format("embedded-opentype"), url("https://ptcnnepal.com.np/wp-content/themes/hydro/fonts/simple-fonts.woff2?v=2.4.0") format("woff2"), url("https://ptcnnepal.com.np/wp-content/themes/hydro/fonts/simple-fonts.ttf?v=2.4.0") format("truetype"), url("https://ptcnnepal.com.np/wp-content/themes/hydro/fonts/simple-fonts.woff?v=2.4.0") format("woff"), url("https://ptcnnepal.com.np/wp-content/themes/hydro/fonts/simple-fonts.svg?v=2.4.0#simple-fonts") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa-call::before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-mail::before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-facebook::before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-twitter::before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-youtube::before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-instagram::before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-gps::before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-briefcase::before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-globe::before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-user::before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-people::before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-bookmark::before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-paperplane::before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-arrow-up:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-heart:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-screen:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-docs:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-map:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-lock:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-search:before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-location:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-cash:before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-clock:before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-graph:before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-cart:before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-date:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-arrow-right:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
  font-size: 0.9em;
}

.fa-bonfire:before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-star:before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-plus-circle:before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-smile:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-trophy:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-lady:before {
  content: "";
  font-family: "simple-fonts";
  font-style: normal;
}

.fa-leaf:before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

.fa-design:before {
  content: "";
  font-family: "fonticons";
  font-style: normal;
}

* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 15px;
  background: lightgrey;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(to top, #2f55a6, transparent);
}

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

p {
  margin: 0;
}

a,
a:visited,
a:focus {
  text-decoration: none;
}

#return-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  cursor: pointer;
}
#return-to-top:hover p {
  background: #2f55a6b0;
}
@media (max-width: 500px) {
  #return-to-top {
    right: 15px;
    bottom: 30px;
  }
}
#return-to-top img {
  height: 40px;
  width: 40px;
  object-fit: cover;
}
#return-to-top p {
  background: #2f55a6;
  color: white;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
}

.pri-color {
  color: #2f55a6;
}

.sec-color {
  color: #da251c;
}

p {
  color: rgba(0, 0, 0, 0.7);
}

.cursive {
  font-family: "Merienda", cursive;
}

a.read-btn {
  text-decoration: none;
  color: #2f55a6;
  font-weight: bold;
  display: inline-block;
}
a.read-btn .fa-angle-right {
  transition: 0.5s;
}
a.read-btn:hover .fa-angle-right {
  transform: translateX(10px);
}

@media (max-width: 600px) {
  * {
    font-size: 14px;
  }
}
#main-container {
  margin: 20px auto;
  width: 100%;
  max-width: 800px;
}

@media (max-width: 600px) {
  #main-container {
    margin: 7px auto;
  }
}
header {
  margin: 20px;
  padding: 20px;
  background: white;
  border-radius: 15px;
  border: 1px solid #c5c3c6;
  box-shadow: 0 0 6px #46494c;
}

@media (max-width: 600px) {
  header {
    margin: 7px;
    padding: 7px;
  }
}
#title {
  margin: 10px auto;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #3185fc;
}

#description {
  margin: 10px auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #46494c;
}

@media (max-width: 600px) {
  #title {
    font-size: 22px;
  }

  #description {
    font-size: 16px;
  }
}
.question-label {
  display: block;
  margin: 10px 0;
  padding: 5px 10px;
  height: 40px;
  width: 100%;
  padding-top: 0;
  line-height: 40px;
  font-weight: bold;
  color: #3185fc;
}

.row-input, .big-size-input {
  display: block;
  margin: 10px 0;
  padding: 5px 10px;
  height: 40px;
  width: 100%;
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #c5c3c6;
  transition: box-shadow 0.3s;
}

.row-input:focus, .big-size-input:focus {
  box-shadow: 0 0 6px #c5c3c6;
}

.option-group {
  display: block;
  margin: 10px 0;
  padding: 5px 10px;
  height: auto;
  width: 100%;
  padding: 1px;
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #c5c3c6;
}

.option-container {
  display: block;
  margin: 10px 0;
  padding: 5px 10px;
  height: 30px;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.option-label {
  margin-left: 10px;
  color: #46494c;
}

input:checked + .option-label {
  font-weight: bold;
}

.big-size-input {
  height: 120px;
  resize: none;
}

#submit {
  margin: 20px;
  height: 40px;
  width: calc(100% - 2 * 20px);
  border-radius: 5px;
  border: 1px solid #c5c3c6;
  font-weight: 600;
  text-transform: capitalize;
  color: white;
  cursor: pointer;
  transition: box-shadow 0.3s;
}

@media (max-width: 600px) {
  #submit {
    margin: 7px;
    width: calc(100% - 2 * 7px);
  }
}
.breadcrumbs {
  background: url(https://ptcnnepal.com.np/wp-content/themes/hydro/pics/breadcrumb.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1024px) {
  .container-fluid {
    padding: 0 15px !important;
  }
}

@media (max-width: 1024px) {
  .first-page p, .first-page h2, .first-page h6 {
    font-size: 0.8em;
  }
}
.first-page .top-text {
  background: rgba(0, 0, 0, 0.518);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.first-page .left-side {
  background: url(https://ptcnnepal.com.np/wp-content/themes/hydro/pics/main-page_right.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.first-page .right-side {
  background: url(https://ptcnnepal.com.np/wp-content/themes/hydro/pics/main-page_left.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.first-page .right-side .entry-btn {
  background: #da251c !important;
}
.first-page img.logo {
  width: 100%;
  height: 120px;
  object-fit: contain;
}
.first-page .banner .row {
  height: 100vh;
}
.first-page .banner .row p.location {
  font-size: 25px;
}
.first-page .banner .row img.flag {
  margin-top: -20px;
}
.first-page .banner .row .entry-btn {
  color: white;
  text-decoration: none;
  background: #2f55a6;
  padding: 15px 80px;
  font-weight: bold;
  position: relative;
  border-radius: 6px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .first-page .banner .row .entry-btn {
    padding: 10px 40px;
  }
}
.first-page .banner .row .entry-btn:hover:before {
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transform: scaleX(1);
}
.first-page .banner .row .entry-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #252f3f;
  transform-origin: 0 50%;
  border-radius: 6px;
  transform: scaleX(0);
  transition: all 0.5s ease-out;
}

.top-line {
  background: #2f55a6;
}
.top-line .img-box {
  background: #263684;
  padding: 20px;
  cursor: pointer;
  position: relative;
  z-index: 12;
}
.top-line .img-box img {
  height: 30px;
  object-fit: contain;
}
.top-line .img-box .fa-angle-down {
  margin-left: 5px;
  color: lightgrey;
}
.top-line .img-box .hidden-img {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.534);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.top-line .img-box .hidden-img:hover {
  background: #da251c;
}
.top-line .img-box:hover .hidden-img {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

nav.navbar {
  z-index: 11;
}
nav.navbar .navbar-brand {
  position: absolute;
  top: -55px;
}
@media (max-width: 500px) {
  nav.navbar .navbar-brand {
    top: -70px;
  }
}
nav.navbar .navbar-brand img {
  transform: scale(0.9);
}
@media (max-width: 1024px) {
  nav.navbar .navbar-brand img {
    transform: scale(0.6);
  }
}
nav.navbar .nav-item {
  position: relative;
}
@media (max-width: 1024px) {
  nav.navbar .nav-item {
    padding: 10px !important;
  }
}
nav.navbar .nav-item.active .nav-link {
  color: #da251c;
}
nav.navbar .nav-item:first-child .nav-link:before {
  display: none;
}
nav.navbar .nav-item .nav-link {
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  font-size: 0.9em;
  padding-left: 30px;
  position: relative;
  white-space: nowrap;
}
nav.navbar .nav-item .nav-link .fa-angle-down {
  color: #2f55a6;
}
nav.navbar .nav-item .nav-link:before {
  content: "/";
  color: #dcdfe1;
  position: absolute;
  left: 0;
}
@media (max-width: 1024px) {
  nav.navbar .nav-item .nav-link:before {
    display: none;
  }
}
nav.navbar .nav-item .drop {
  position: absolute;
  z-index: 2;
  top: 110%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
nav.navbar .nav-item .drop .nav-link {
  color: white;
  padding: 15px 25px;
  background: #252f3f;
  margin: 0;
  border-bottom: 1px solid grey;
}
nav.navbar .nav-item .drop .nav-link:hover {
  background: #da251c;
}
nav.navbar .nav-item .drop .nav-link::before {
  display: none;
}
nav.navbar .nav-item .drop.media {
  position: absolute;
  left: -200%;
  background: rgba(0, 0, 0, 0.589);
}
@media (max-width: 767px) {
  nav.navbar .nav-item .drop.media {
    left: 0;
  }
  nav.navbar .nav-item .drop.media .rows {
    flex-wrap: wrap !important;
  }
}
nav.navbar .nav-item .drop.media p {
  white-space: nowrap;
  border-bottom: 1px solid #da251c;
  padding-bottom: 1em;
  color: white;
  text-transform: uppercase;
}
nav.navbar .nav-item .drop.media a {
  border-bottom: none;
  background: none !important;
  padding: 10px 25px !important;
  position: relative;
  font-weight: lighter;
}
nav.navbar .nav-item .drop.media a::after {
  content: "";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  opacity: 0;
  transition: 0.3s;
}
nav.navbar .nav-item .drop.media a:hover:after {
  opacity: 1;
  transform: translateX(10px);
}
nav.navbar .nav-item:hover .drop {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.bottom-line {
  background: #30343d;
}
.bottom-line .wrapper {
  display: flex;
  align-items: center;
}
.bottom-line img {
  height: 80px;
  object-fit: contain;
  margin-right: 20px;
}
.bottom-line li {
  display: inline-block;
}
.bottom-line li a {
  color: white;
  text-decoration: none;
  padding: 10px;
  padding-left: 15px;
  display: inline-block;
  font-size: 0.9em;
  position: relative;
}
.bottom-line li a:before {
  content: "/";
  color: #dcdfe1;
  position: absolute;
  left: 0;
}
@media (max-width: 1024px) {
  .bottom-line li a:before {
    display: none;
  }
}
.bottom-line li:first-child a:before {
  display: none;
}
.bottom-line li.active a {
  color: #da251c;
}

.copy {
  background: #2f55a6;
}
.copy a {
  color: white;
  text-decoration: none;
}

.banner-slider .owl-carousel .item {
  height: 80vh;
}
.banner-slider .owl-carousel .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-slider .owl-carousel .item .owl-text {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-10%, -50%);
  width: 500px;
}
.banner-slider .owl-carousel .owl-dots {
  position: absolute;
  height: 30px;
  text-align: center;
  left: 5%;
  bottom: 20px;
}
.banner-slider .owl-carousel .owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  border: 2px solid white;
  border-radius: 50%;
  margin: 0 3px;
  outline: none;
}
.banner-slider .owl-carousel .owl-dots .owl-dot.active {
  border: 2px solid #da251c;
}

.home-page .new-line {
  border-bottom: 2px solid #dcdfe1;
}
.home-page .new-line .new {
  border-right: 2px solid #dcdfe1;
  display: inline-block;
  padding-right: 20px;
  color: #da251c;
}
.home-page .details h2 {
  color: #2f55a6;
  font-size: 3em;
}
.home-page .details .side-project .img-box {
  height: 250px;
  width: 100%;
  overflow: hidden;
}
.home-page .details .side-project .img-box img {
  transition: 0.3s;
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.home-page .details .side-project .img-box:hover img {
  transform: scale(1.2);
}
.home-page .details .side-project .owl-nav {
  position: absolute;
  bottom: calc(100% + 5px);
  right: 5%;
}
.home-page .details .side-project .owl-nav button {
  font-size: 2em;
  font-weight: bold;
  margin: 0 5px;
  outline: none;
}

.profile .right a {
  width: 100%;
  overflow: hidden;
  display: block;
}
.profile .right a img {
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.profile .right a:hover img {
  transform: scale(1.2);
}

.pie-chart .left img {
  height: 250px;
  width: 100%;
  object-fit: contain;
}
.pie-chart .right ul li {
  line-height: 30px;
}
.pie-chart .right ul li a {
  text-decoration: none;
}
.pie-chart .right ul li span {
  width: 150px;
  position: relative;
  padding-left: 20px;
}
.pie-chart .right ul li span:before {
  content: "";
  height: 50%;
  width: 15px;
  position: absolute;
  left: 0;
  top: 8px;
}
.pie-chart .right ul li:nth-child(1) span::before {
  background: #df482b;
}
.pie-chart .right ul li:nth-child(1) a:hover {
  color: #df482b;
}
.pie-chart .right ul li:nth-child(2) span::before {
  background: #73bb58;
}
.pie-chart .right ul li:nth-child(2) a:hover {
  color: #73bb58;
}
.pie-chart .right ul li:nth-child(3) span::before {
  background: #2b6edf;
}
.pie-chart .right ul li:nth-child(3) a:hover {
  color: #2b6edf;
}
.pie-chart .right ul li:nth-child(4) span::before {
  background: #dfae2b;
}
.pie-chart .right ul li:nth-child(4) a:hover {
  color: #dfae2b;
}

.team .row .img-box {
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.team .row .img-box img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.team .row .modal img {
  object-fit: contain;
}

.project-info .nav-tabs {
  border-bottom: 3px solid #da251c;
}
.project-info .nav-tabs .nav-link.active {
  background: #da251c;
  color: white;
  border: none;
}
.project-info .nav-tabs .nav-link {
  padding: 20px 10px;
  font-weight: bold;
  color: black;
  margin-right: 10px;
  border: 1px solid #dcdfe1;
  border-bottom: none;
}
.project-info .list-detail li {
  line-height: 35px;
  position: relative;
  padding-left: 25px;
}
.project-info .list-detail li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #da251c;
}
.project-info .owl-carousel .imgbox {
  display: block;
  overflow: hidden;
}
.project-info .owl-carousel .imgbox img {
  transition: 0.3s;
}
.project-info .owl-carousel .imgbox:hover img {
  transform: scale(1.2);
}

.agreements .imgbox {
  display: block;
  overflow: hidden;
}
.agreements .imgbox img {
  transition: 0.3s;
}
.agreements .imgbox:hover img {
  transform: scale(1.2);
}
.agreements .pdf li {
  border-bottom: 1px dashed grey;
  padding-bottom: 10px;
  line-height: 40px;
}
.agreements .pdf li a {
  text-decoration: none;
  color: #2f55a6;
  font-weight: bold;
}

.availability-line .table-bordered thead td, .availability-line .table-bordered thead th {
  border-bottom-width: 2px;
  background: #e1edfb;
}
.availability-line tr:hover {
  background: #fbf8e9;
}

.photographs .tab-content a img {
  width: 100%;
  height: auto;
  border: 1px solid #dcdfe1;
  padding: 5px;
}

.videos .img-box img {
  width: 100%;
  height: auto;
  border: 1px solid #dcdfe1;
  padding: 5px;
}

.contact .icon i {
  background: #2f55a6;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  color: white;
}
.contact a {
  text-decoration: none;
  color: #2f55a6;
}

.media-detail .left h5 {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.101);
  border-radius: 10px;
}
.media-detail .content {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.101);
  padding: 30px;
  margin-top: 40px;
  border-radius: 10px;
}
.media-detail .content .a-card {
  border-bottom: 1px solid #dcdfe1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.media-detail .content .a-card h6 {
  position: relative;
  padding-left: 20px;
}
.media-detail .content .a-card h6:before {
  content: "";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.media-detail .content .pagination .page-item.active .page-link {
  color: white;
  background: #2f55a6;
}
.media-detail .content .pagination .page-item .page-link {
  color: #2f55a6;
}
.media-detail .content .pagination .page-item .page-link:focus {
  box-shadow: none;
  outline: none;
}
.media-detail .right ul li {
  line-height: 35px;
}
.media-detail .right ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
}
.media-detail .right ul li a:hover {
  color: #da251c;
}

.text-black {
  color: black;
}

.text-decoration-none:hover {
  text-decoration: none;
}

.project-each:hover {
  box-shadow: 0 0 20px lightgrey;
  height: 100%;
}

.vacancy .vacancy-each {
  border-bottom: 1px solid lightgrey;
  padding: 10px 0;
  margin: 10px 0;
}

.vacancy .vacancy-each:last-child {
  border-bottom: none;
}

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