@keyframes wheel {
  to {
    opacity: 0;
    top: 20px;
  }
}
footer {
  position: relative;
}

header {
  padding: 0;
  position: static;
}

header.sticky {
  padding: 0 !important;
}

main {
  margin-top: 0 !important;
}

#scrollToTop {
  display: none !important;
}

.photo-story-header-container {
  position: relative;
  z-index: 2;
  margin-bottom: -110px;
}
.photo-story-header-container .container {
  padding: 0.5rem 1rem;
  max-width: 1400px;
}
.photo-story-header-container .logo {
  width: 300px;
  margin-top: 0;
  margin-left: 0;
}

.photo-story-banner-data {
  display: none;
}

.photo-story-scroll-component {
  min-height: 100vh;
  position: relative;
  margin-top: -1px;
  margin-bottom: -1px;
}

.photo-story-scroll-component#photoStoryBanner .photo-story-scroll-component--background {
  opacity: 1;
}

.photo-story-scroll-component--background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  opacity: 0;
}
.photo-story-scroll-component--background .photo-story-scroll-component--background-file {
  position: fixed;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.photo-story-scroll-component--content-container {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  color: #fff;
  max-width: 1000px;
  left: 0;
  bottom: 0;
}

.photo-story-scroll-component--content-container.left-content {
  justify-content: start;
}

.photo-story-scroll-component--content-container.right-content {
  justify-content: end;
}

.photo-story-scroll-component--content {
  padding: 20px;
  width: 33%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
}
.photo-story-scroll-component--content *:last-child {
  margin-bottom: 0;
}

.photo-story-scroll-component--content-title {
  width: 60%;
  max-width: 700px;
  text-align: left;
}
.photo-story-scroll-component--content-title h1 {
  font-size: 52px;
  line-height: 1.1;
}
.photo-story-scroll-component--content-title > p {
  font-size: 100px !important;
  line-height: 110px;
  color: #E47100;
  font-weight: 700;
  text-transform: capitalize;
}

.photo-story-scroll-component--background-gradient {
  background: rgba(7, 7, 9, 0.6);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
}

.photo-story-scroll-component--scroll-down-container {
  text-align: center;
}
.photo-story-scroll-component--scroll-down-container p {
  font-size: 11px;
}

.photo-story-scroll-component--scroll-down-icon {
  width: 16px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 30px;
  position: relative;
  display: inline-block;
}
.photo-story-scroll-component--scroll-down-icon::before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ccc;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 1s infinite;
  -webkit-animation: wheel 1s infinite;
}

.photo-story-scroll-component--published-date p {
  font-size: 12px;
}

.photo-story-normal-content-component {
  position: relative;
  padding: 2rem 0;
  background-color: #42475b;
  color: #fff;
}
.photo-story-normal-content-component a {
  color: #fff;
  text-decoration: underline;
}
.photo-story-normal-content-component img {
  margin: 1.5rem 0;
  width: 100%;
}
.photo-story-normal-content-component .article-container {
  max-width: 700px;
}
.photo-story-normal-content-component .article-container > *:not(img):not(.video-post) {
  margin-left: 50px;
  margin-right: 50px;
}
.photo-story-normal-content-component .article-container > *:not(img):not(.video-post):last-child {
  margin-bottom: 0;
}
.photo-story-normal-content-component .article-container ol li {
  margin-bottom: 1.5rem;
}
.photo-story-normal-content-component .article-container ol li:last-child {
  margin-bottom: 0;
}

.photo-story-fixed-bg-component {
  margin-bottom: -1px;
  margin-top: -1px;
}

.photo-story-fixed-bg-component--parallax-wrapper {
  position: relative;
  overflow: hidden;
}

.photo-story-fixed-bg-component--wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}

.photo-story-fixed-bg-component--content {
  position: absolute;
  height: 100%;
  width: 100%;
  clip: rect(0, auto, auto, 0);
  color: #fff;
}

.photo-story-fixed-bg-component--background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
}

.photo-story-fixed-bg-component--background-file {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center center;
  object-position: center center;
  z-index: -1;
}

.photo-story-fixed-bg-component--overlay {
  background-color: rgba(7, 7, 9, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.photo-story-fixed-bg-component--content-wrapper {
  position: absolute;
  top: 53px;
  left: 0;
  width: 100%;
  max-width: initial;
  z-index: 99;
}
.photo-story-fixed-bg-component--content-wrapper h3 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 0;
  color: #ffffff;
}
@media screen and (max-width: 1399px) {
  .photo-story-fixed-bg-component--content-wrapper h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.photo-story-fixed-bg-component--content-wrapper h4 {
  font-size: 75px;
  line-height: 85px;
  color: #00CC66;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 25px;
}
.photo-story-fixed-bg-component--content-wrapper h4 span {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .photo-story-fixed-bg-component--content-wrapper h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
.photo-story-fixed-bg-component--content-wrapper a {
  color: #fff;
  text-decoration: underline;
}
.photo-story-fixed-bg-component--content-wrapper .Optimizing-cont p {
  font-size: 16px;
  line-height: 25px;
  margin-top: 20px;
  max-width: 542px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .photo-story-fixed-bg-component--content-wrapper .Optimizing-cont p {
    font-size: 14px;
    line-height: 22px;
  }
}
.photo-story-fixed-bg-component--content-wrapper.Separation-cont {
  top: 50%;
  text-align: center;
  transform: translate(0, -50%);
}
.photo-story-fixed-bg-component--content-wrapper.Separation-cont p {
  max-width: 800px;
  margin: 0 auto;
  color: #FFFFFF;
}
.photo-story-fixed-bg-component--content-wrapper.Plastic-lite {
  text-align: right;
}
.photo-story-fixed-bg-component--content-wrapper.Plastic-lite .inr-cont p {
  max-width: 672px;
  text-align: right;
  display: inline-block;
  color: #fff;
}
.photo-story-fixed-bg-component--content-wrapper.banner-main {
  top: initial;
  bottom: 10px;
  z-index: 999;
  position: relative;
  bottom: initial;
  padding-top: 300px;
}
@media screen and (max-width: 768px) {
  .photo-story-fixed-bg-component--content-wrapper.banner-main {
    padding-top: 160px;
  }
}
.photo-story-fixed-bg-component--content-wrapper.banner-main p {
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .photo-story-fixed-bg-component--content-wrapper.banner-main p {
    font-size: 14x;
    line-height: 24px;
  }
}
.photo-story-fixed-bg-component--content-wrapper.banner-main.banner-main1 {
  padding-top: 500px;
  margin-bottom: 300px;
}
@media screen and (max-width: 768px) {
  .photo-story-fixed-bg-component--content-wrapper.banner-main.banner-main1 {
    padding-top: 60px;
  }
}
.photo-story-fixed-bg-component--content-wrapper.banner-main.banner-main2 {
  padding-top: 400px;
  margin-bottom: 300px;
}
@media screen and (max-width: 768px) {
  .photo-story-fixed-bg-component--content-wrapper.banner-main.banner-main2 {
    padding-top: 300px;
    margin-bottom: 200px;
  }
}
.photo-story-fixed-bg-component--content-wrapper.banner-main.banner-main3 {
  padding-top: 182px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .photo-story-fixed-bg-component--content-wrapper.banner-main.banner-main3 {
    padding-top: 162px;
    padding-bottom: 40px;
  }
}

.photo-story-fixed-bg-component--content-wrapper.left-content {
  margin-left: -250px;
}

.photo-story-fixed-bg-component--content-wrapper.right-content {
  margin-left: 250px;
}

.photo-story-full-width-component > * {
  width: 100%;
}

.photo-story-related-stories-component {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.photo-story-related-stories-component .row {
  margin-left: -8px;
  margin-right: -8px;
}
.photo-story-related-stories-component .row a {
  text-decoration: none;
  color: #000;
}

.photo-story-related-stories-component--title {
  font-weight: bold;
  font-size: 1.75rem;
}

.photo-story-related-stories-component--image {
  width: 100%;
  margin-bottom: 0.5rem;
}

.photo-story-bottom-component {
  background-color: #fff;
  position: relative;
  padding: 2rem 0;
}

.photo-story-bottom-component--share-page {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
}
.photo-story-bottom-component--share-page li {
  list-style-type: none;
  height: 36px;
  width: 36px;
  border: 1px solid gray;
  position: relative;
  border-radius: 50%;
  transition: 0.3s all;
}
.photo-story-bottom-component--share-page li a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: gray;
}
.photo-story-bottom-component--share-page li:hover {
  transform: scale(1.1);
}
.photo-story-bottom-component--share-page li:hover a {
  text-decoration: none;
}

.photo-story-bottom-component--share-page-text {
  text-align: center;
  font-weight: bold;
}

@media (max-width: 575px) {
  main {
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  .photo-story-header-container .logo {
    width: 180px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .photo-story-scroll-component--content {
    font-size: 20px;
    width: 100%;
  }
  .photo-story-scroll-component--content-title {
    width: 100%;
  }
  .photo-story-scroll-component--content-title h1 {
    font-size: 2rem;
    line-height: 2.1875rem;
  }
  .photo-story-scroll-component--content-title > p {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .photo-story-fixed-bg-component--content-wrapper h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .photo-story-normal-content-component .article-container > *:not(img):not(.video-post) {
    margin-left: 15px;
    margin-right: 15px;
  }
  .photo-story-normal-content-component .container {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .photo-story-fixed-bg-component--content-wrapper.left-content {
    margin-left: 0;
  }
  .photo-story-fixed-bg-component--content-wrapper.right-content {
    margin-left: 0;
  }
}
.mn-caption {
  position: absolute;
  left: 0;
  width: 100%;
  top: 56px;
}

.mn-ttl {
  font-size: 45px;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .mn-ttl {
    font-size: 25px;
  }
}

.mn-ttl-big {
  font-size: 100px;
  line-height: 110px;
  font-weight: 700;
  text-transform: capitalize;
  color: #E47100;
  display: block;
}
@media screen and (max-width: 1399px) {
  .mn-ttl-big {
    font-size: 80px;
    line-height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .mn-ttl-big {
    font-size: 35px;
    line-height: 40px;
  }
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.mn-caption-bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.mn-caption-bottom p {
  max-width: 774px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .mn-caption-bottom p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .mn-caption-bottom {
    bottom: 40px;
  }
}

.bottom-cont {
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  text-align: right;
  bottom: 0;
  z-index: 99;
}
.bottom-cont .cpation-1 {
  display: inline-block;
  max-width: 740px;
  text-align: right;
}
.bottom-cont .cpation-1 p {
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
}
.bottom-cont .cpation-1 p a {
  color: #00CC66;
  text-decoration: underline;
}
@media screen and (max-width: 1399px) {
  .bottom-cont .cpation-1 p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .bottom-cont .cpation-1 p {
    font-size: 12px;
    line-height: 18px;
  }
}
.bottom-cont .cpation-1.cpation-1-big {
  max-width: 850px;
}

footer {
  
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 40px;
  }
}
footer ul > li {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer ul > li {
    margin-bottom: 10px;
  }
}

.footer-last img {
  margin: 10px 5px;
}

.Quick-links li a {
  font-size: 16px;
  text-decoration: none;
}
.Quick-links li a:hover {
  color: #E47100;
}
.Quick-links h4 {
  margin-bottom: 20px;
  display: block;
  min-height: 40px;
}

.box1-sm {
  background: rgba(7, 7, 9, 0.7019607843);
  max-width: 600px;
  padding: 15px 24px;
  border-radius: 30px;
  margin-top: 100px;
}
.box1-sm p {
  font-size: 18px !important;
  line-height: 28px !important;
  color: #ffffff !important;
  font-style: normal !important;
  margin: 10px 0 !important;
}

@media (max-width: 767px) {
  .box1-sm p {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .box1-sm {
    max-width: 100%;
    padding: 15px;
    border-radius: 8px;
  }
}

.box2-sm {
  background: rgba(7, 7, 9, 0.7019607843);
  max-width: 552px;
  padding: 24px;
  border-radius: 30px;
  float: right;
}
.box2-sm p {
  font-size: 16px !important;
  color: #ffffff !important;
  font-style: normal !important;
}
@media screen and (max-width: 768px) {
  .box2-sm {
    max-width: 100%;
    padding: 15px;
    border-radius: 8px;
  }
}

.box3-sm {
  background: rgba(7, 7, 9, 0.7019607843);
  max-width: 323px;
  padding: 24px;
  border-radius: 30px;
}
.box3-sm p {
  font-size: 16px !important;
  color: #ffffff !important;
  font-style: normal !important;
}
@media screen and (max-width: 768px) {
  .box3-sm {
    max-width: 100%;
    padding: 15px;
    border-radius: 8px;
  }
}

.clr {
  clear: both;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

.footer-btns {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 15px;
  flex-wrap: wrap;
}
.footer-btns .btn1 {
  font-size: 16px;
  color: #FFFFFF;
  background: #0076C7;
  min-width: 235px;
  text-align: center;
  border-radius: 8px;
  display: block;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}
.footer-btns .btn1.btn2 {
  background: #E47100;
}
@media screen and (max-width: 768px) {
  .footer-btns {
    justify-content: center;
  }
}

.footer-last {
  padding: 47px 0;
  position: relative;
  z-index: 99;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .footer-last {
    padding: 25px 0;
  }
}

@media screen and (max-width: 768px) {
  .mob-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.flex-wrap-itm {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.flex-wrap-itm a {
  width: 16%;
}
@media screen and (max-width: 768px) {
  .flex-wrap-itm a {
    width: 48%;
  }
}

.banner-main .photo-story-scroll-component--banner-title {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 300;
  margin-bottom: 0;
}
@media screen and (max-width: 1399px) {
  .banner-main .photo-story-scroll-component--banner-title {
    font-size: 42px;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .banner-main .photo-story-scroll-component--banner-title {
    font-size: 20px;
    line-height: 25px;
  }
}

.photo-story-scroll-component--banner-description span {
  display: block;
}

.banner-main2 .container {
  display: flex;
  justify-content: flex-end;
}

.black-sec {
  background: #2a2a2a;
  margin-top: 0px;
  padding: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .black-sec {
    padding: 20px 15px;
  }
}
.black-sec .my-title {
  font-size: 40px !important;
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .black-sec .my-title {
    font-size: 20px !important;
    text-align: center;
    margin-bottom: 20px;
  }
}

.black-sec .btn-primary {
  background-color: #0076C7 !important;
  border-color: #0076C7 !important;
}

.black-sec .btn-warning {
  color: #fff !important;
  background-color: #E47100 !important;
}

.m-4rem {
  gap: 30px;
}

.container-click {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .container-click {
    margin-top: 15px;
  }
}

.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
  cursor: pointer;
  margin-top: -50px;
}

.chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #ffffff;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}/*# sourceMappingURL=main-top.css.map */