/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Navber Area Style
    03.Home Section Style
    04.Featured Section Style
    05.What Section Style
    06.Video Section Style
    07.Facebook Section Style
    08.RWL Section Style
    09.BLog Section Style
    10.Footer Section Style
    11. About Title Section Style
    12. Inner Title Section Style
    13. About Details Section Style
    14. Working List Section Style
    15. Gallery Slider Section Style
    16. Gallery Post Section Style
    17. Press Release Section Style
    18. Life Story Section Style
	
 *************************************/

/**************************************
 * 01. Generale Style
 *************************************/

/* header,
footer,
section,
div,
p {
   content-visibility: auto;
} */
body {
   background: #f8f9fa;
   color: #121215;
   font-family: "Poppins", Sans-serif;
   font-size: 14px;
   font-weight: normal;
   line-height: 26px;
   overflow-x: hidden;
   margin: 0 auto;
   padding: 0;
   letter-spacing: 0.5px;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -o-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

:root {
   --color-black: #121215;
   --color-black-light: #1e1e1e;
   --color-white: #f8f9fa;
   --color-yellow: #daa500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0;
   font-family: "Poppins", Sans-serif;
   font-weight: normal;
   color: var(--color-black);
   line-height: 1.5;
}

a {
   color: #daa500;
   text-decoration: none !important;
   -moz-transition: all 0.5s ease-in-out 0s;
   -ms-transition: all 0.5s ease-in-out 0s;
   -o-transition: all 0.5s ease-in-out 0s;
   -webkit-transition: all 0.5s ease-in-out 0s;
   transition: all 0.5s ease-in-out 0s;
}

img {
   max-width: 100%;
}

a:hover {
   color: #daa500;
   -moz-transition: all 0.4s ease-in-out 0s;
   -ms-transition: all 0.4s ease-in-out 0s;
   -o-transition: all 0.4s ease-in-out 0s;
   -webkit-transition: all 0.4s ease-in-out 0s;
   transition: all 0.4s ease-in-out 0s;
}

a:hover,
a:focus {
   color: #daa500;
   text-decoration: none;
}

p {
   padding: 0;
   margin: 0;
   font-size: 14px;
   color: #555;
   font-weight: 500;
   line-height: 26px;
   letter-spacing: 0.5px;
   font-family: "Open Sans", sans-serif;
}

.mt-15 {
   margin-top: 15px !important;
}

.mt-30 {
   margin-top: 30px !important;
}

.mt-80 {
   margin-top: 80px !important;
}

.mb-15 {
   margin-bottom: 15px !important;
}
.mb-20 {
   margin-bottom: 20px !important;
}
.mb-30 {
   margin-bottom: 30px !important;
}
.ml-40 {
   margin-left: 40px !important;
}
.mr-40 {
   margin-right: 40px !important;
}

.p-0 {
   padding: 0 !important;
}

.z-index {
   z-index: 9;
}

.modify-img {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.modify-img.no-pos {
   position: relative;
   left: auto;
   right: auto;
   top: auto;
   bottom: auto;
   height: 100%;
   width: 100%;
}

.position-relative {
   position: relative !important;
}

.form-control:focus {
   box-shadow: none;
   outline: 0 none;
   border-bottom: 1px solid #daa500;
}

.btn:focus {
   outline: none !important;
   box-shadow: none;
}

button:focus {
   outline: 0 none;
   box-shadow: none;
}

.button:focus {
   outline: none;
   box-shadow: none;
}

.button {
   position: relative;
   z-index: 2;
   display: inline-block;
   padding: 10px 30px;
   text-align: center;
   font-size: 14px;
   text-transform: uppercase;
   letter-spacing: 0.7px;
   font-weight: 700;
   background-color: #000;
   border: 2px solid #000;
   border-radius: 5px;
   color: #f8f9fa;
   cursor: pointer;
   overflow: hidden;
   transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
}
.button i {
   margin-left: 7px;
   font-size: 18px;
}

.button:hover {
   color: #f8f9fa;
}

.bg-white {
   background-color: #fff;
}

.bg-black {
   background-color: #121215;
}

.bg-blue {
   background-color: #f8f9fd;
}

.bg-none {
   background: none !important;
}

.color-text {
   color: #daa500;
}

dl,
ol,
ul {
   padding: 0;
   margin: 0;
   list-style: none;
}

.mr-15 {
   margin-right: 15px;
}

.pt-20 {
   padding-top: 20px;
}

.pb-20 {
   padding-bottom: 20px;
}

.pt-30 {
   padding-top: 30px;
}

.pb-30 {
   padding-bottom: 30px;
}

.pt-100 {
   padding-top: 100px;
}

.pb-100 {
   padding-bottom: 100px;
}

.d-table {
   width: 100%;
   height: 100%;
}

.d-table-cell {
   vertical-align: middle;
}

.bg-fixed {
   background-attachment: fixed;
}

.bg-img {
   background-size: cover;
   background-repeat: no-repeat;
}

.section-padding {
   padding: 100px 0;
}

.section-title {
   /* text-align: center; */
   margin-bottom: 75px;
}

.section-title h2 {
   font-size: 75px;
   line-height: 90px;
   font-weight: 900;
   text-transform: uppercase;
   color: transparent;
   -webkit-text-stroke: 1px #daa500;
   position: relative;
}

.section-title h2::before {
   position: absolute;
   content: "";
   top: 100px;
   left: 30px;
   padding: 0;
   width: 80px;
   height: 3px;
   background-color: #ec5e4f;
}

.section-title h2::after {
   position: absolute;
   content: "";
   top: 110px;
   left: 60px;
   padding: 0;
   width: 80px;
   height: 3px;
   background-color: #ec5e4f;
}

.section-title h3 {
   color: #121215;
   font-size: 22px;
   font-weight: 800;
   margin-bottom: 20px;
   text-transform: uppercase;
   letter-spacing: 0.7px;
}

.section-title p {
   width: 50%;
   color: #121215;
   font-size: 14px;
   line-height: 24px;
}

.section-des {
   margin-left: 160px;
}

.gradient-wrap {
   position: relative;
   background: linear-gradient(180deg, #db4437, #4285f4 32.81%, #00ab47 66.15%, #ffba00);
   padding: 3px;
}

.mr-0 {
   margin: 0;
}

.mr-top-50 {
   margin-top: 50px;
}

.v-middle {
   position: absolute;
   width: 100%;
   top: 50%;
   left: 0;
   -webkit-transform: translate(0%, -50%);
   transform: translate(0%, -50%);
}

.valign {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

/* owl theme */
.owl-theme .owl-nav.disabled + .owl-dots {
   margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
   width: 7px;
   height: 7px;
   margin: 5px 5px;
   background-color: rgba(0, 0, 0, 0.1);
   display: block;
   -webkit-backface-visibility: visible;
   transition: opacity 0.2s ease;
   border-radius: 5px;
   transition: 0.3s;
   border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot.active span {
   background-color: #daa500 !important;
   width: 7px;
   height: 7px;
   transition: 0.3s;
   -webkit-box-shadow: 0 1px 5px #daa500;
   box-shadow: 0 1px 5px #daa500;
}

.owl-theme .owl-dots .owl-dot:hover span {
   background-color: transparent;
   border: 2px solid #daa500;
   transition: 0.3s;
}

/**************************************
 * 02.Navber Area Style
 *************************************/

.navbar-b {
   transition: all 0.5s ease-in-out;
   background-color: #000;
   padding: 30px 0;
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
   position: relative;
   padding-right: 10px;
   padding-left: 0;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
   color: #fff;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 14px;
   letter-spacing: 0.7px;
   padding-top: 12px;
   font-family: "Poppins", Sans-serif;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
   color: var(--color-yellow);
}

.navbar-b.navbar-trans .nav-link:hover {
   color: var(--color-yellow);
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
   color: var(--color-yellow);
}

.nav-link.active {
   color: var(--color-yellow);
}

.navbar-b.navbar-reduce {
   transition: all 0.5s ease-in-out;
   background-color: #000;
   box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
   -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
   animation: 500ms ease-in-out 0s normal fadeInDown;
   -webkit-transition: 0.6s;
   transition: 0.6s;
}
.navbar-b.navbar-reduce .nav-item:not(:last-child) {
   border-bottom: 2px solid #999;
}
.navbar-b.navbar-reduce .navbar-toggler span {
   background-color: #ffffff;
}

.navbar-toggler {
   position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
   outline: 0;
}

.navbar-toggler span {
   display: block;
   background-color: #ffffff;
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
   left: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   transition: -webkit-transform 0.35s ease-in-out;
   transition: transform 0.35s ease-in-out;
   transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
   position: absolute;
   left: 12px;
   top: 10px;
   -webkit-transform: rotate(135deg);
   transform: rotate(135deg);
   opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
   height: 12px;
   visibility: hidden;
   background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
   position: absolute;
   left: 12px;
   top: 10px;
   -webkit-transform: rotate(-135deg);
   transform: rotate(-135deg);
   opacity: 0.9;
}

.navbar-brand img {
   width: 290px;
}

/**************************************
 * 03.Home Section Style
 *************************************/

.home-area {
   background: transparent;
   height: 100vh;
   position: relative;
   color: #f8f9fa;
   overflow: hidden;
}
.home-area .tp-bgimg::before {
   content: "";
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background-color: rgba(0, 0, 0, 0.5) !important;
   z-index: 2;
}

.home-area .home-content {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   text-align: center;
   padding: 30px 0;
   z-index: 9;
   position: absolute;
   top: 60%;
   left: 50%;
   width: 100%;
   transform: translate(-50%, -60%);
}

.home-area .home-content h1 {
   color: #ffffff;
   font-size: 80px;
   font-weight: 500;
   text-transform: capitalize;
   letter-spacing: 2px;
   line-height: 1;
   font-family: "Oswald", Sans-serif;
   z-index: 9;
   margin-bottom: 10px;
}
.home-area .home-content h2 {
   font-size: 30px;
   font-family: "Jost", Sans-serif;
   color: #ffffff;
   font-weight: 500;
   text-transform: uppercase;
   line-height: 1.2;
}

.home-area .home-content p {
   font-size: 14px;
   line-height: 24px;
   text-transform: uppercase;
   color: #ffffff;
}

/**************************************
 * 04.Featured Section Style
 *************************************/
.featured-area {
   background-color: #f7f7f7;
   padding: 20px 0px;
   transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.featured-title {
}
.featured-title h2 {
   color: #7e7e7e;
   font-size: 20px;
   line-height: 1;
   text-transform: uppercase;
   margin-bottom: 20px;
   font-family: "Poppins", Sans-serif;
}
.featured-logos {
   width: 100%;
   overflow: hidden;
}
.featured-logos .logo-single {
   width: 16.666%;
   float: left;
}
.featured-logos .logo-single a {
}
.featured-logos .logo-single a img {
}
/**************************************
 * 05.What Section Style
 *************************************/
.what-area {
   padding: 70px 0;
   background-color: #fff;
}
.what-area-image {
}
.what-area-text {
}
.what-area-text h2 {
   color: #000;
   font-family: "Poppins", Sans-serif;
   font-size: 35px;
   font-weight: 600;
   text-transform: capitalize;
   margin-bottom: 20px;
}
.what-area-text p {
   font-size: 16px;
   line-height: 32px;
   margin-bottom: 10px;
   color: #7a7a7a;
   text-align: justify;
   font-family: "Hind Siliguri", Sans-serif;
}
.what-area-text p strong {
   font-weight: 700;
   color: #000;
}
.about-intro-text p {
   color: #7a7a7a;
   font-weight: 500;
}
.what-area-button {
   display: flex;
   justify-content: start;
   align-items: baseline;
}
.what-area-button .button {
   margin-left: 30px;
   text-transform: capitalize;
   border-radius: 10px;
}

@keyframes shake {
   0% {
      transform: translateX(0);
   }
   20% {
      transform: translateX(5px);
   }
   40% {
      transform: translateX(-5px);
   }
   60% {
      transform: translateX(5px);
   }
   80% {
      transform: translateX(-5px);
   }
   100% {
      transform: translateX(0);
   }
}

.what-area-button .button:hover {
   border: 2px solid var(--color-yellow);
   color: #fff;
   animation: shake 0.5s ease !important;
}

/*******************************************
 * 06. Video Section Style
 *******************************************/
.video-area {
   background-color: #edf2ff;
   padding: 70px 0;
   position: relative;
}
.video-wrapper {
   position: relative;
}
.video {
   background-image: url(../img/video-bg.webp);
   max-width: 500px;
   width: 100%;
   height: 100%;
   min-height: 300px;
   border-radius: 20px;
   background-size: cover;
   background-position: 50%;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   overflow: hidden;
}
.video::before {
   content: "";
   position: absolute;
   height: 100%;
   width: 100%;
   background-color: rgba(34, 34, 34, 0.2);
   border-radius: 20px;
   left: 0;
   top: 0;
   transition: background-color 0.5s ease;
}
.video-iframe {
   /* position: relative; */
   width: 100%;
   height: 100%;
   overflow: hidden;
}
.video-iframe iframe {
   border-radius: 20px;
   max-width: 500px;
   width: 100%;
}
.video-button {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 9;
}
.section-text {
}
.section-text h2 {
   font-size: 25px;
   color: #000;
   text-transform: uppercase;
   font-weight: 700;
   margin-bottom: 20px;
}
.section-text p {
   font-size: 16px;
   line-height: 32px;
   text-transform: uppercase;
   color: #000;
   font-family: "Hind Siliguri", Sans-serif;
   font-weight: 500;
   margin-bottom: 20px;
}
.section-text .button:hover {
   color: #000;
   background-color: var(--color-yellow);
   border-color: var(--color-yellow);
}

/*******************************************
 * 07. Facebook Section Style
 *******************************************/
.facebook-area {
   background-color: #1877f2;
   padding: 70px 0;
}
.facebook-area .section-text {
}
.facebook-area .section-text h2,
.facebook-area .section-text p {
   color: #ffffff;
}
.facebook-area .section-text h2 {
   font-family: "Poppins", Sans-serif;
   font-size: 25px;
   line-height: 1;
}
.facebook-area .section-text .button {
   background-color: #fff;
   border-color: #fff;
   color: #003478;
}
.facebook-image {
   text-align: center;
}

/*******************************************
 * 08. RWL Section Style
 *******************************************/
.rwl-area {
   padding: 70px 0;
   background-color: #fff;
}
.rwl-single {
   border-radius: 10px;
   position: relative;
   background: #777;
   background-size: cover !important;
   background-repeat: no-repeat !important;
   background-position: center center !important;
   color: #fff;
   width: 100%;
   height: 270px;
   transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
   margin-bottom: 15px;
   padding: 35px 35px 35px 35px;
   display: flex;
   justify-content: center;
   align-items: center;
}
#rs_story {
   background: url(../img/story.webp);
}
#rs_pr {
   background: url(../img/pr.webp);
}
#rs_video {
   background: url(../img/video.webp);
}
.rwl-single::before {
   position: absolute;
   content: "";
   height: 100%;
   width: 100%;
   background-color: #000000;
   opacity: 0.5;
   border-radius: 10px;
}
.rwl-single a {
   color: #fff;
   font-size: 22px;
   font-weight: 700;
   text-transform: uppercase;
   position: relative;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
}
.rwl-area .section-text h2 {
   color: #000000;
   font-family: "Poppins", Sans-serif;
   font-size: 45px;
   line-height: 1;
}
.rwl-area .section-text p {
   font-family: "Open Sans", sans-serif;
   font-weight: 300;
}

/**************************************
 * 9. Blog Slider Section Style
 *************************************/
.blog-slider-area {
   background-color: #f8f9fd;
   padding-top: 45px;
}
.blog-slider-area .section-text {
   padding: 0 15px;
}
.blog-slider-area .section-text h2 {
   font-size: 45px;
   line-height: 1;
   font-weight: 600;
}
.blog-slider-area .section-text p {
   color: #e1b000;
   font-weight: 500;
}

.blog-slider {
   margin-top: 40px;
   margin-bottom: -30px;
   position: relative;
}
.blog-slider-single {
   padding: 5px;
}
.blog-slider-single img {
   border-radius: 15px;
}
.blog-prev,
.blog-next {
   color: #fff;
   font-size: 24px;
   background-color: transparent;
   border: none;
   cursor: pointer;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
}
.blog-prev {
   left: 10px;
}

.blog-next {
   right: 10px;
}

.blog-slider-bottom {
   background-color: var(--color-black-light);
   padding: 60px 0;
}
.blog-slider-bottom h2 {
   color: #fff;
   font-size: 25px;
   font-weight: 700;
   text-transform: uppercase;
}

/**************************************
 * 10.Footer Section Style
 *************************************/

.footer-area {
   overflow: hidden;
   border-top: 10px solid var(--color-yellow);
}

.footer-top-wrapper {
   background-color: #000;
   padding: 70px 0;
}

.footer-bottom-wrapper {
   padding: 10px 0;
   background-color: var(--color-black-light);
}
.footer-top-wrapper-contents {
   display: flex;
   justify-content: space-between;
}

.footer-about h2 {
   color: var(--color-yellow);
   font-size: 28px;
   line-height: 30px;
   font-weight: 700;
   margin-bottom: 20px;
}
.footer-about p {
   color: #fff;
   font-size: 12px;
   line-height: 24px;
}

.footer-list {
   display: flex;
   justify-content: center;
}
.footer-list ul li {
   margin-bottom: 15px;
}
.footer-list ul li a {
   color: #fff;
   font-size: 16px;
   font-weight: 600;
}
.footer-list ul li a:hover {
   color: #d7d7d7;
}
.footer-contact {
}
.footer-contact h6 {
   color: #fff;
   text-transform: uppercase;
   font-size: 16px;
   font-weight: 700;
   position: relative;
   margin-bottom: 30px;
}

.footer-contact h6::after {
   content: "";
   width: 45%;
   height: 100%;
   position: absolute;
   top: 10px;
   left: 0;
   border-bottom: 1px solid #2c2c2c;
}
.footer-contact p {
   color: #fff;
   font-size: 16px;
}
.footer-contact ul {
   margin-top: 30px;
   display: flex;
}
.footer-contact ul li {
}
.footer-contact ul li a {
   color: #fff;
   font-size: 22px;
   margin-right: 25px;
   font-weight: 700;
}
.footer-contact ul li a:hover {
   color: var(--color-yellow);
}

.footer-contact ul li a i {
}

.pl-50 {
   padding-left: 50px;
}

.pr-50 {
   padding-right: 50px;
}

.footer-copyright-text p {
   color: #fff;
   font-size: 12px;
}
.footer-copyright-text p a {
   color: #fff;
}

/**************************************
 * 11. About Title Section Style
 *************************************/
.about-title-area {
   height: 220px;
   width: 100%;
   background-color: var(--color-black-light);
}
.about-title-content {
}
.about-title-content h2 {
   font-size: 30px;
   font-weight: 500;
   text-transform: uppercase;
   line-height: 45px;
   color: #fff;
   font-family: "Jost", Sans-serif;
}
.about-title-content h1 {
   font-family: "Oswald", Sans-serif;
   font-size: 85px;
   font-weight: 500;
   text-transform: uppercase;
   letter-spacing: 2px;
   line-height: 1;
   color: #fff;
}
/**************************************
 * 12. Inner Title Section Style
 *************************************/
.inner-title-area {
   height: 180px;
   width: 100%;
   background-color: var(--color-yellow);
}
.inner-title-content {
}
.inner-title-content h2 {
   font-size: 35px;
   font-weight: 700;
   text-transform: uppercase;
   color: #000;
}

/**************************************
 * 13. About Details Section Style
 *************************************/
.about-details-area {
   margin-bottom: 50px;
}
.about-details-text {
}
.about-details-text h2 {
   font-size: 22px;
   font-weight: 700;
   text-transform: uppercase;
   line-height: 48px;
   margin: 50px 0;
   color: #000;
   position: relative;
   font-family: "Open Sans", sans-serif;
}
.about-details-text h2 span {
   color: var(--color-yellow);
}
.about-details-text h2::before,
.about-details-text h2::after {
   content: "";
   position: absolute;
   bottom: -20px;
   left: 0;
   height: 3px;
}
.about-details-text h2::before {
   background-color: #000;
   width: 200px;
}
.about-details-text h2::after {
   background-color: var(--color-yellow);
   width: 140px;
}
.about-details-text p {
   font-size: 16px;
   line-height: 32px;
   text-align: justify;
   font-family: "Open Sans", sans-serif;
}

/**************************************
 * 14. Working List Section Style
 *************************************/
.working-list-area {
   padding: 70px 0;
   background-color: #fff;
}

.working-list-area .about-details-text h2 {
   color: #4d4d4d;
   font-size: 36px;
}
.working-list-area .about-details-text h2::before,
.working-list-area .about-details-text h2::after {
   bottom: -20px;

   height: 5px;
}
.working-list-area .about-details-text h2::before {
   background-color: #4d4d4d;
   width: 450px;
   left: 50%;
   transform: translateX(-50%);
}
.working-list-area .about-details-text h2::after {
   background-color: #000;
   width: 225px;
   right: 50%;
   left: unset;
}
.working-list-area ul {
   list-style: unset;
}
.working-list-area ul li {
   font-size: 16px;
   line-height: 32px;
   margin-left: 15px;
   font-family: "Open Sans", sans-serif;
}

/**************************************
 * 15. Gallery Slider Section Style
 *************************************/
.gallery-slider-area {
   padding: 30px 0 70px;
}
.gallery-text h2 {
   color: #000;
   font-size: 22px;
   font-weight: 700;
   line-height: 28px;
   margin-bottom: 20px;
}
.gallery-text p {
   font-size: 16px;
   line-height: 28px;
}
.gallery-slider-area .blog-slider {
   padding: 0 30px;
}
.gallery-slider-area .blog-prev,
.gallery-slider-area .blog-next {
   color: var(--color-yellow);
}
.gallery-slider-area .blog-prev {
   left: 0;
}

.gallery-slider-area .blog-next {
   right: 0;
}

/**************************************
 * 16. Gallery Post Section Style
 *************************************/
.gallery-post-area {
   padding: 30px 0 70px;
}
.gallery-post-single {
   border-radius: 10px;
   background: #ffffff;
   box-shadow: 0px 0px 10px 0px rgba(197.99999999999997, 197.99999999999997, 197.99999999999997, 0.5);
   transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
   margin: 10px;
   padding: 0px;
}
.gallery-post-single img {
   min-width: 100%;
   height: auto;
   border-radius: 10px 10px 0 0;
}
.gallery-post-single p {
   font-size: 16px;
   line-height: 28px;
   text-align: center;
   padding: 20px 10px;
}

/**************************************
 *  17. Press Release Section Style
 *************************************/
.press-release-area {
}
.press-release-single:not(:last-child) {
   border-bottom: 1px solid #000;
}
.press-release-single {
   padding: 50px 0 30px;
}
.press-release-image img {
   border-radius: 15px;
   margin-bottom: 30px;
   max-width: 100%;
   height: auto;
   width: 100%;
}
.press-release-text {
   text-align: center;
   margin-top: 20px;
}
.press-release-text h2 {
   font-family: "Hind Siliguri", Sans-serif;
   font-size: 20px;
   font-weight: 700;
   line-height: 1;
   margin-bottom: 20px;
   color: #000;
}
.press-release-text h2 a {
   color: #000;
}
.press-release-text p {
   font-size: 13px;
   line-height: 28px;
   margin-bottom: 20px;
   text-align: center;
   font-weight: 500;
   color: #555;
   font-family: "Hind Siliguri", Arial, sans-serif;
}
.press-release-text strong {
   font-weight: 700;
}
.press-release-area .featured-logos {
}
.press-release-area .featured-logos .logo-single {
   position: relative;
}
.press-release-area .featured-logos .logo-single a img {
   max-width: 100%;
   height: auto;
   overflow: hidden;
}
.press-release-area .featured-logos .logo-single a::before {
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   content: "";
   background: #000;
   /* z-index: -1; */
   opacity: 0;
}
.press-release-area .featured-logos .logo-single a:hover::before {
   opacity: 0.5;
}
.press-release-area .col6-logos .logo-single {
   width: 25%;
   padding: 10px;
}

/**************************************
 * 18. Life Story Section Style
 *************************************/
.life-story-area {
   padding: 70px 0 120px;
}
.life-story-title {
}
.life-story-title h2 {
   font-size: 35px;
   text-transform: uppercase;
   color: #000;
   text-align: center;
   font-weight: 700;
   margin-bottom: 60px;
}
.life-story {
   position: relative;
   padding-top: 60px;
   margin-top: -80px;
}
.life-story::before {
   content: "";
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   width: 5px;
   height: 100%;
   background-color: var(--color-yellow);
   z-index: -1;
}
.life-story .dot {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   width: 12px;
   height: 12px;
   border-radius: 50%;
   background-color: var(--color-yellow);
   margin-bottom: 60px;
}
.life-story .dot-last {
   position: absolute;
   bottom: -60px;
   left: 50%;
   transform: translateX(-50%);
   width: 12px;
   height: 12px;
   border-radius: 50%;
   background-color: var(--color-yellow);
}
.life-story-single {
}
.life-story-single .year {
   text-align: center;
   background-color: #54595f;
   border-radius: 50%;
   width: 80px;
   height: 80px;
   margin: auto;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 5px solid var(--color-yellow);
   margin-top: 60px;
}
.life-story-single .year span {
   color: #ffffff;
   font-weight: 700;
   font-size: 22px;
}
.life-story-single .event-details {
   position: relative;
   margin-top: 30px;
}
.text-photo-wrapper {
   margin-top: -60px;
}

.life-story-single .event-text {
}
.life-story-single .event-text h3 {
   font-size: 22px;
   font-weight: 700;
   color: #000;
   /* white-space: nowrap; */
   max-width: 100%;
}
.life-story-single .event-text p {
   font-size: 16px;
   color: #7a7a7a;
}
.life-story-single .event-icon {
   text-align: center;
   background-color: #c49a29;
   border-radius: 50%;
   width: 60px;
   height: 60px;
   margin: auto;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 5px solid var(--color-yellow);
}
.life-story-single .event-icon i {
   font-size: 24px;
   line-height: 24px;
   color: #ffffff;
}
.life-story-single .event-photo {
   background-color: #f4f4f4;
   box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.3);
   border-radius: 6px;
   display: flex;
   flex-direction: column;
   position: relative;
}
.life-story-single .ep-left::before {
   content: "";
   width: 100%;
   height: 100%;
   position: absolute;
   border-left: 3px solid var(--color-yellow);
   border-radius: 6px;
}
.life-story-single .ep-left::after {
   content: "";
   position: absolute;
   right: 98.4%;
   top: 21px;
   width: 16px;
   height: 16px;
   background-color: #f4f4f4;
   transform: rotate(45deg);
   border-left: 3px solid var(--color-yellow);
   border-bottom: 3px solid var(--color-yellow);
}
.life-story-single .ep-right::before {
   content: "";
   width: 100%;
   height: 100%;
   position: absolute;
   border-right: 3px solid var(--color-yellow);
   border-radius: 6px;
}
.life-story-single .ep-right::after {
   content: "";
   position: absolute;
   left: 98.4%;
   top: 21px;
   width: 16px;
   height: 16px;
   background-color: #f4f4f4;
   transform: rotate(45deg);
   border-right: 3px solid var(--color-yellow);
   border-top: 3px solid var(--color-yellow);
}

.life-story-single .event-photo img {
   margin: 20px;
   max-width: 100%;
}
.life-story-single .event-photo p {
   font-size: 16px;
   color: #4b4b4b;
   margin: 0px 10px 10px 10px;
}
