/*
*  Theme Name: Netscriperwp
*  Author: Netscriper
*  Author URI: http://www.netscriper.com/
*/

* a:hover,
*a:focus {
  outline: none;
}

header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  /*border-top: 8px solid #0c4da2;*/
  /*padding-top: 17px;*/
}
header.fix {
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  left: 0;
  animation: smoothScroll 1s forwards;
  box-shadow: 1px -1px 7px #000;
}
div.sub-banner {
  height: 400px;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
}
section#main-page {
  position: relative;
}
/*

   Styles for animated modal
   =========================

*/

/* Start state */
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;

  transform: translateY(-50px);
  transition: all 0.7s;
}

.animated-modal h2,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;

  transition-property: transform, opacity;
  transition-duration: 0.4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  transition-delay: 0.1s;
  font-family: "Inria Serif";
  font-weight: 800;
  font-size: 23px;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: 0.3s;
  font-family: "Inria Serif";
}

button.fancybox-close-small:after {
  content: "\F628";
  font-family: bootstrap-icons !important;
  color: #0d6efd;
}
/************** menu **************/

.dropdown-menu-lg-end:hover ul.dropdown-menu {
  display: block;
}
nav#site-nav {
  padding: 0;
}
.dropdown-menu-start a:hover ul.dropdown-menu,
.dropdown-menu-start a:focus ul.dropdown-menu {
  display: block !important;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}
/* Pagination */

ul.page-numbers {
  padding-left: 0px;
}
ul.page-numbers li {
  float: left;
  height: 35px;
  width: 35px;
  list-style: none;
  line-height: 35px;
  text-align: center;
  padding: 0px;
  border-radius: 100px;
  margin-right: 3px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}
ul.page-numbers li span.current {
  color: #000;
  font-size: 16px;
}
.content-img img {
  width: 100%;
  height: auto;
}
/* 404 error */
.error img {
  position: relative;
  margin: 0 auto;
}
.back-home-wrap p {
  font-size: 21px;
  margin-top: 50px;
}
.back-home-wrap {
  text-align: center;
  left: 0;
  right: 0;
}
.error {
  height: 400px;
}
.back-home {
  margin-top: 14px;
  border-radius: 0;
}

#go-top {
	cursor:pointer;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--primarycolor);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  position: fixed;
  right: 14px;
  bottom: 14px;
z-index:999;
}

/* Breadcrumb */

#ns_breadcrumb {
  list-style-type: none;
  display: inline-block;
}
#ns_breadcrumb li {
  display: inline-block;
}
.ns_breadcrumb {
  list-style: none;
  padding: 0;
}
ol.breadcrumb.ns-bcr {
  background-color: transparent;
  padding-left: 0;
  padding-top: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.ns_breadcrumb li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 20px;
  color: hsl(0deg 0% 100%);
}

.ns_breadcrumb li a {
  display: block;
  padding: 0 40px 0 0px;
  color: hsl(0deg 0% 100%);
  text-decoration: none;
  height: 20px;
  position: relative;
  perspective: 700px;
}

.ns_breadcrumb li a:after {
  content: "";
  width: 20px;
  height: 20px;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0 0;

  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;

  position: absolute;
  right: 20px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
  -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
  -ms-transform: rotateZ(45deg) skew(10deg, 10deg);
  transform: rotateZ(45deg) skew(10deg, 10deg);
}

.ns_breadcrumb li a:hover:after {
  right: 15px;
  -webkit-transform: rotateZ(45deg) skew(-10deg, -10deg);
  -moz-transform: rotateZ(45deg) skew(-10deg, -10deg);
  -ms-transform: rotateZ(45deg) skew(-10deg, -10deg);
  transform: rotateZ(45deg) skew(-10deg, -10deg);
}
/*.sub-banner:before {
    position: absolute;
    background: #000;
    width: 100%;
    height: 300px;
    bottom: 0;
    content: '';
    opacity: 0.6;
   
}
.sub-banner{
    position: relative;
    
}*/

.sub-banner li.breadcrumb-item a {
  color: #3fb385;
}
.sub-banner .breadcrumb-item + .breadcrumb-item::before {
  color: #3fb385;
}
.sub-banner li.breadcrumb-item {
  color: #fff;
}
.page-meta {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
}
/***************** Home Page ****************/

.splide__slide__content {
  position: absolute;

  top: 50%;

  color: #fff;

  left: 0;

  right: 0;

  width: 100%;
}

.splide__slide__content h2.wp-block-heading {
  font-weight: 700;

  text-align: center;

  color: #fff;
}

.splide__slide__content p {
  line-height: 30px;

  font-weight: 400;

  text-align: center;
}

/********************** Media Query ********************/

/* .xs = | Extra Small devices only (portrait phones) less than 576px --*/
@media (max-width: 575.98px) {
}
/* .sm > | Small devices and up (landscape, phones) 576px and up */
@media (min-width: 576px) {
}
/* .sm < | Small devices and down (landscape, phones) less than 768px */
@media (max-width: 767.98px) {
}
/* .sm = | Small devices only (landscape, phones) upper 576px and less than 768px ---*/
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* .md > | Medium devices and up (tablets) 768px and up */
@media (min-width: 768px) {
}
/* .md < | Medium devices and down (tablets) less than 992px */
@media (max-width: 991.98px) {
}
/* .md = | Medium devices only (tablets) upper 768px and less than 992px */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* .lg > | Large devices and up (desktops) 992px and up */
@media (min-width: 992px) {
}
/* .lg < | Large devices and down (desktops) less than 1200px */
@media (min-width: 1199.98px) {
}
/* .lg = | Large devices only (desktops) upper 992px and less than 1200px */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* .xl = | Large devices only (desktops, TV) 1200px and up */
@media (min-width: 1200px) {
  .container {
    max-width: 1330px;
  }
}

/* Between <> .sm-lg, .sm-xl, .md-xl */
/* .sm <> .lg | From Small to Large devices only (landscape, phones, tablet, desktops) upper 576px and less than 1200px */
@media (min-width: 576px) and (max-width: 991.98px) {
}
/* .sm <> .xl | From Small to Extra Large devices only (landscape, phones, tablet, desktops, TV) upper 576px and less than 1200px ---*/
@media (min-width: 576px) and (max-width: 1199.98px) {
}
/* .md <> .xl | From Medium to Extra Large devices only (tablet, desktops, TV) upper 768px and less than 1200px */
@media (min-width: 768px) and (max-width: 1199.98px) {
}

@media only screen and (max-width: 500px) {
  .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}
