/*-----------------------------------------------------------------------------------

    Template Name: Arga Bhagbati Ventures Pvt. Ltd.
    Description: This is html5 template
    Author: Sutra IT Consult Pvt. Ltd.
    Author_URL: www.sutrait.com.np
    Version: 1.0

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital@1&display=swap");

:root {
  --primary-color: #5788e2;
  --primary-color-second: #2d3e50;
  --secondary-color: #048e4a;
  --secondary-color-second: #86bc42;
  --orange-color: #f73a17;
}

body {
  font-family: "Roboto", sans-serif;
  color: #222;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: var(--primary-color);
}

a.read-more {
  color: #16a085;
  font-weight: 700;
}

a.read-more:hover {
  padding-left: 0.1rem;
  /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); */
}

p {
  text-align: justify;
  font-family: "Open Sans", sans-serif;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  max-width: 100%;
  /* min-height: 100%; */
}

figure > img {
  object-fit: contain;
  height: 100%;
}

.btn {
  padding: 0.5rem 1.5rem;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #18a084;
  position: relative;
}

.btn-primary {
  background: transparent;
  color: #18a084;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s ease-in-out;
}

.btn-primary::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0%;
  background: #18a084;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease-in-out;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn:hover {
  background-color: transparent;
  border-color: #18a084;
}

.btn-primary:hover::before {
  height: 350%;
  opacity: 1;
}

.btn-primary:hover {
  transform: scale(0.98);
}

.heading,
.heading-normal {
  /* text-transform: uppercase; */
  font-family: "Nunito", sans-serif;
  margin-bottom: 1.5rem;
}

.heading-normal,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: 700;
  color: #002868;
  margin-bottom: 2rem;
}

.heading-big {
  font-size: 2.5rem;
}

section {
  padding: 5rem;
}

/* header normal*/
header.header-normal {
  position: absolute;
  top: 0;
  width: 100%;
}

header.header-normal .custom-logo-link img {
  width: 80px;
}

.header-normal .navbar a {
  font-size: 0.9rem;
}
.header-normal .navbar .nav-item > a {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  position: relative;
}

.header-normal .navbar .nav-item > a::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #fff;
  transition: 0.3s ease;
}

.header-normal .navbar .nav-item > a:hover::before,
.header-normal .navbar-nav .nav-item.active > a::before {
  width: 100%;
}

/* .header-normal .navbar a:hover,
.header-normal .navbar-nav .nav-item.active > a {
  color: #231f20;
} */

/* Header Full */
header.header-full {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 9;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
}

header.header-full .header-logo-menu {
  width: 100%;
}

header .navbar-brand img {
  width: 80px;
}

header.header-full .navbar-brand-wrapper {
  text-align: center;
  margin-bottom: 5rem;
}

header.header-full .navbar-brand-wrapper h1 {
  color: #fff;
}

.elegantshadow {
  color: #131313;
  letter-spacing: 0.15em;
  text-shadow: 1px -1px 0 #767676, -1px 2px 1px #737272, -2px 4px 1px #767474, -3px 6px 1px #787777;
}

.deepshadow {
  color: #e0dfdc;
  background-color: #333;
  letter-spacing: 0.1em;
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
}

.retroshadow {
  color: #2c2c2c;
  letter-spacing: 0.05em;
  text-shadow: 4px 4px 0px #d5d5d5, 7px 7px 0px rgba(0, 0, 0, 0.2);
}

header.header-full .navbar-brand-wrapper img {
  width: 150px;
}

header.header-full .navbar-nav {
  flex-direction: row;
}

header.header-full .navbar-nav li {
  margin-right: 1rem;
}

header.header-full .navbar-nav li a {
  padding: 15px 20px;
  /*border: 1px solid #fff;*/
  background: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  border-radius: 5px;
}

.navbar a {
  font-size: 0.9rem;
}
.navbar .nav-item > a {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  position: relative;
}

.navbar .nav-item > a::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: var(--secondary-color);
  transition: 0.3s ease;
}

.header-full .navbar-nav .nav-item:hover > a,
.header-full .navbar-nav .nav-item.active > a {
  box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.4);
  background: hsla(164.4, 66.7%, 30.6%, 0.58);
  color: #fff;
}

/* header end */

/* slider */
section.slider {
  padding: 0;
}
section.slider {
  padding-bottom: 0;
}

.main-slider {
  background-image: url(../img/banner1.png), linear-gradient(-180deg, #16a085 0%, #f4d03f 100%);
  padding: 6rem;
  height: 100vh;
  position: relative;
  filter: blur(2px);
}

.main-slider::after {
  content: "";
  background-image: url(../img/banner_wave.png);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}

#sutraMainSlider .carousel-item {
  padding: 5rem;
}

#sutraMainSlider .carousel-item .carousel-caption > * {
  font-family: "Courgette", cursive;
}

.carousel-item img {
  object-fit: contain;
  object-position: right top;
  width: 400px;
  height: 350px;
  overflow: hidden;
}

.carousel .carousel-caption {
  position: relative;
  width: 100%;
  height: 100%;
  right: initial;
  left: initial;
}
.carousel .carousel-caption > * {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) !important;
}

.carousel-item h2 {
  font-size: 3rem;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.67);
}

.carousel .carousel-control-icon {
  width: 100px;
  height: 100px;
  /* stroke: #2d3e50; */
}

.carousel .carousel-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  transition: 0.3s ease;
  opacity: 0.5;
}
/* slider end */

/* intro front */
.intro-content {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(131, 149, 255, 0.2);
  margin-bottom: 30px;
  padding: 35px 25px;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
  border: 2px solid #fff;
  position: relative;
  z-index: 0;
  text-align: center;
  overflow: hidden;
}

.intro-content:hover {
  background: #16a085;
  box-shadow: 0px 0px 20px 0px rgba(131, 149, 255, 0.3);
  color: #fff;
}

.intro-content:hover a {
    color: #fff;
}

.intro-content h3 {
  font-family: "Nunito", sans-serif;
  border-bottom: 2px solid #16a085;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  transition: 0.3s ease-in-out;
}

.intro-content:hover h3 {
  border-bottom: 2px solid #fff;
}

.intro-inner a {
    display: block;
}

.intro-img img {
  width: 80px;
  height: 80px;
}

/* intro fornt end */
/* about fornt start */
.about-front .about-front-image {
  padding-right: 5rem;
  margin-bottom: 5rem;
}

.heading,
.notice .heading {
  font-weight: 700;
  padding-bottom: 1rem;
  color: #002868;
  font-size: 2.5rem;
  position: relative;
}

.heading::before,
.heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 10%;
  background-color: #002868;
}

.heading::after {
  background-color: #fff;
  width: 10px;
  height: 5px;
  bottom: 0px;
  left: 4%;
  border-radius: 0;
}

.heading-center::before,
.heading-center::after {
  left: 50%;
  transform: translateX(-50%);
}

/* about fornt end */

/* news & notice start */
.notice {
  background: no-repeat center url(../img/notice5.jpg);
  position: relative;
}

.notice::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.notice-list .heading {
  border-bottom: var(--primary-color) solid 3px;
}

.notice-list .notice-list-wrapper {
  padding: 1rem;
  border: #ccc solid 1px;
  margin-bottom: 1rem;
}

.notice figure a,
.shine {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.notice .date {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fdca30;
  color: #212121;
  padding: 0.5rem 1.5rem;
  text-align: center;
}

.notice .date strong {
  display: block;
  font-size: 2rem;
}

.notice .notice-big {
  margin-right: 1rem;
  padding-right: 1rem;
}

.notice figure a::before,
.shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-35deg);
}

.notice figure a:hover::before,
.shine:hover::before {
  animation: shine 0.5s;
}

.notice-small .notice-img {
  float: left;
  width: 30%;
  margin-right: 1.5rem;
}

.notice-detail > :first-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* notice end */

/* projects start */
.projects-section .project-single figure a {
  display: block;
}

.projects .single-project .status {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffcf04;
  padding: 0.5rem 1rem;
}

.projects-section .project-single img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

/* projects end */

/* footer start */
footer.footer {
  padding-top: 5rem;
  background: no-repeat center url(../img/notice3.jpg);
  color: #fff;
  position: relative;
  z-index: 0;
}

footer.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 62, 80, 0.9);
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
}

footer.footer .footer-heading,
.contact .footer-heading {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  display: inline-block;
}

footer.footer .footer-heading::before,
footer.footer .footer-heading::after,
.contact .footer-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #16a085;
}

footer.footer .footer-heading::after {
  width: 20px;
  background: #fff;
}

footer.footer p {
  text-align: left;
}

footer.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer-about img {
  width: 100px;
}

footer .footer-about p {
  text-align: justify;
  padding-bottom: 1rem;
  border-bottom: #fff solid 1px;
}

footer .footer-about li {
  display: inline-block;
  margin-right: 0.5rem;
}

footer .footer-about a {
  border: #fff solid 2px;
  border-radius: 50%;
  color: #fff;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
}

footer .footer-about a:hover .feather {
  color: #00ff81;
}

footer .footer-contact .feather {
  border-right: #fff solid 2px;
  padding-right: 0.5rem;
  margin: 0 0.5rem 0.5rem 0;
  box-sizing: initial;
  color: #16a085;
}

footer .footer-links ul {
  list-style: inside;
}

footer .footer-links ul li {
  margin-bottom: 0.75rem;
}

footer .footer-links a {
  color: #fff;
}

footer .footer-links a:hover {
  color: #16a085;
  padding-left: 0.1rem;
}

footer .footer-copyright {
  margin-top: 1.5rem;
  padding: 0.5rem 0;
  border-top: #fff solid 1px;
  background-color: #111;
}

footer .footer-copyright a {
  color: #ffe300;
}

footer .footer-copyright a:hover {
  color: #00ff81;
}
/* footer end */

/* about page start */

.about-page-tabs {
  margin-top: 1rem;
}

.about-page-tabs .nav.nav-tabs {
  background: var(--secondary-color);
  color: #fff;
  padding: 0.5rem 1rem;
}

.about-page-tabs .nav.nav-tabs li {
  margin-right: 0.5rem;
}

.about-page-tabs .nav-tabs .nav-link {
  color: #fff;
}

.about-page-tabs .nav-tabs .nav-item.show .nav-link,
.about-page-tabs .nav-tabs .nav-link.active,
.about-page-tabs .nav-tabs .nav-link:hover {
  color: #fff;
  background: inherit;
  border-width: 0 0 4px;
  font-weight: 700;
}

.about-page-tabs .about-page-tab-content {
  padding: 1rem;
  border: #d9d9d9 solid 1px;
}

.team-wrapper {
  padding: 1rem 0 0;
  border: 2px solid #e0e0e0;
  border-radius: 50px 5px;
  box-shadow: 0px 0px 20px 0px rgba(131, 149, 255, 0.5);
  cursor: pointer;
  transition: 0.3s ease;
}

.team-wrapper figure {
  position: relative;
  overflow: hidden;
  height : 250px;
  margin: 0;
  padding: 0 1rem;
}

.team-wrapper figure img {
    object-fit: cover;
    height: initial;
}

.team-wrapper:hover {
    transform: scale(1.05);
    border-radius: 5px 50px;
}

.team-wrapper .team-detail {
    background: #16a085;
    color: #fff;
    padding: 1rem;
}

.team-wrapper .team-social {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s ease-in-out;
}

.team-wrapper .team-social li {
  display: inline-block;
}

.team-wrapper .team-social a {
  background-color: #16a085;
  padding: 0.5rem 0.5rem 0.7rem;
  border-radius: 5px;
}

.team-wrapper .team-detail p {
    text-align: center;
}

.team-wrapper .team-social .feather {
  color: #fff;
}

.team-wrapper:hover .team-social {
  bottom: 0;
}

/* about page end */

/* contact start */
.breadcrumb {
  background-image: url(../img/banner1.png), linear-gradient(-180deg, #16a085 0%, #f4d03f 100%);
  padding: 6rem 0 5rem;
}
.breadcrumb li {
  display: inline-block;
}

.breadcrumb li a::after {
  content: " /";
}

.contact .contact-wrapper {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.contact .contact-info {
  padding: 2rem;
  background: linear-gradient(-180deg, #6088a2 0%, #5e608e 100%);
  color: #fff;
  border-radius: 10px 0 0 10px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.contact .contact-info > div {
  width: 100%;
}

.contact .contact-info .feather {
  width: 40px;
  height: 40px;
}

.contact .form-group label,
.contact .form-group input,
.contact .form-group textarea {
  display: inline-block;
}

.contact .form-group label {
  min-width: 120px;
  vertical-align: top;
}

.contact .form-group input,
.contact .form-group textarea {
  width: calc(100% - 150px);
  resize: none;
}

.contact .map-wrapper {
  border-top: 5px solid #16a085;
  margin-top: 3rem;
}

.contact .map-wrapper iframe,
.footer-map iframe {
  width: 100%;
}

.footer-map iframe {
  height: 150px;
}

/* project start */
.project-excerpt {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  padding: 1rem;
  margin: -5px 0 5rem;
}

.single-project figure {
    height: 100%;
}

.single-project figure img {
    object-fit: cover
}

.project-excerpt a.read-more {
  display: block;
  position: relative;
  padding-top: 0.5rem;
}
.project-excerpt a.read-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 30%;
  background-color: #16a085;
  transition: 0.3s ease-in-out;
}

.project-excerpt a.read-more:hover::before {
  width: 100%;
}

.single-news-project .project-full-image {
    height: auto;
}

.single-news-project ul {
  list-style: circle;
  padding-left: 1rem;
}

.single-news-project ul li {
  margin-bottom: 0.5rem;
}

.sidebar .heading {
  font-size: 2rem;
}

.sidebar {
  margin-left: 2rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 5px;
}

.sidebar .sidebar-item {
  margin-bottom: 1rem;
  border-bottom: 1px dotted #858585;
}

.fixed-sidebar {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  min-height: 100vh;
  top: 10px;
  bottom: auto;
}

.pagination-wrapper {
  border-top: 1px solid #16a085;
  padding-top: 1rem;
}

.pagination-wrapper a {
  display: block;
  background-color: #16a085;
  color: #fff;
  padding: 0.5rem 1rem;
  transition: 0.1s ease;
}

.pagination-wrapper a:hover {
  transform: scale(0.98);
}
/* project end */

/* contact end */

.loader-wrapper {
  background: #231f20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  overflow: hidden;
}

.loader {
  width: 48px;
  height: 48px;
  background: #ff3d00;
  display: inline-block;
  position: relative;
  animation: rotationBack 1s ease-in-out infinite reverse;
}
.loader::before {
  content: "";
  left: 0;
  top: 0;
  transform: rotate(45deg);
  position: absolute;
  width: 48px;
  height: 48px;
  background: #ff3d00;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.loader::after {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.loader .spinner {
  border: 10px solid #2a2a2a;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228dff, 0 0 70px #228dff, 0 0 80px #228dff, 0 0 100px #228dff, 0 0 150px #228dff;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228dff, 0 0 35px #228dff, 0 0 40px #228dff, 0 0 50px #228dff, 0 0 75px #228dff;
  }
}

/* Responsive CSS */

@media (min-width: 1200px) {
}

@media (min-width: 992px) {
}

@media (max-width: 992px) {
  #navbarNavDropdown {
    background: rgba(22, 160, 133, 0.9);
    padding: 1rem;
    border-radius: 0 0 10px 10px;
  }

  .sidebar-wrapper {
    display: none;
  }

  .project-location-wrapper {
    display: block !important;
  }
}

@media (min-width: 768px) {
}

@media (max-width: 1200px) {
  .main-slider {
    padding: 4rem;
  }
  #sutraMainSlider .carousel-item {
    padding: 3rem;
  }
}

@media (max-width: 768px) {
  section {
    padding: 2rem;
  }

  header.header-full .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  
  header.header-full .navbar-nav li a {
    padding: 0.5rem 1rem;
  }

  header.header-full .navbar-nav li {
    margin: 0 0 1.5rem;
  }
  
  header.header-full .navbar-brand-wrapper img {
    width: 100px;
  }

  .footer-map {
    margin-bottom: 1rem;
  }

  footer.footer .social-links,
  .footer-links,
  .team-wrapper,
  .contact .contact-info .feather {
    margin-bottom: 1rem;
  }

  .breadcrumb {
    padding: 3rem 0 2rem;
  }
}

@media (min-width: 576px) {
}

@media (max-width: 576px) {
}
