@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
p{font-size: 1rem; }
.pd-100 {
  padding: 100px 0px;
}
.pd-80 {
  padding: 80px 0px;
}
.pt-80 {
  padding-top: 80px;
}
.pd-70 {
  padding: 70px 0px;
}
.pd-60 {
  padding: 60px 0px;
}
.pd-50 {
  padding: 50px 0px;
}
.viewall a {
  color: #2C3A55;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #2C3A55;
  padding: 12px 30px;
  border-radius: 12px;
  transition: 0.4s ease;
}
.viewall.yellow a {
  border: 1px solid #d1a849;
  color: #d1a849;
  font-weight: 500;
  display: inline-block;
}
.viewall.yellow a:hover {
  color: #2C3A55;
  background-color: #d1a849;
  border-color: #d1a849;
}

.viewall a:hover {
  background: #d1a849;
  border: 1px solid #d1a849;
  color: #fff;
}
.label-line {
  border-bottom: 1px solid;
  height: 1px;
  width: 120px;
  top: 15px;
  position: absolute;
  left: 96%;
}
.chairman-message .label-line {
  border-bottom: 1px solid #fff;
  height: 1px;
  width: 120px;
  top: 18px;
  position: absolute;
  left: 93%;
}
.main-heading h3 {
  color: #010205;
  font-size: 2.3rem;
  font-weight: 500;
}
.main-heading h2 {
  color: #010205;
  font-size: 2.3rem;
  font-weight: 500;
}
.main-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.br-12{border-radius: 12px;}
.label-parent {
  position: relative;
  display: flex;
  align-items: center;
}

.label-parent:after {
  content: '';
  flex-grow: 1;
  height: 1px; /* Adjust the height of the border */
  background-color: #2C3A55; /* Adjust the color of the border */
  margin-left: 10px; /* Adjust as needed for spacing */
}

.primary-button.fill {
  background: #d1a849;
  padding: 15px 25px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
}
.primary-button.nofill {
  background: transparent;
  padding: 15px 25px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  border: 2px solid;
  display: inline-block;
  transition: 0.5s ease;
}
.primary-button:hover{
  color: #0C1F44;
  background-color: #d1a849;
  transition: 0.5s ease;
}
.blue-bg {
  background: #0C1F44;
}
/*===============Header=================*/
header {
  padding: 10px 0px;
}
.main-menu .nav-link {
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
  font-size: 1.125rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  align-items: center;
}
.main-menu .nav-item {
  padding: 0px 25px;
}
.dropend .dropdown-toggle {
  color: #000;
  margin-left: 1em;
}
.dropdown-item:hover {
  background-color: lightsalmon;
  color: #fff;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
header .navbar-toggler-icon {
  background-image: url(../images/home/dots-menu.png);
  width: 40px;
  height: 40px;
}

header .dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
  margin-left: 0;
  border: 0;
  border-radius: 0;
  padding: 10px;
}
header .main-menu .dropdown-toggle::after {
  display: inline-block;
  margin-left: .477em;
  vertical-align: .255em;
  content: "";
  /* border-top: .3em solid; */
  /* border-right: .3em solid transparent; */
  /* border-bottom: 0; */
  /* border-left: .3em solid transparent; */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
  height: 50px;
  position: absolute;
  height: 10px;
  width: 10px;
  top: 18px;
  border: 0;
}
.main-menu .dropdown .dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 0;
  width: 260px;
}
.main-menu ul.dropdown-menu li {
  margin-bottom: 10px;
}
.main-menu .dropdown-item:hover {
  background-color: lightsalmon;
  color: #fff;
}

.main-menu .underline {
  display: inline;
  position: relative;
  overflow: hidden;
  color: #0A1636;
  text-decoration: none;
}
.main-menu .dropdown-menu .underline{margin-left: 15px;}

.main-menu .underline:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  bottom: -5px;
  background: #0A1636;
  height: 3px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.main-menu .underline:hover:after,
.main-menu .underline:focus:after,
.main-menu .underline:active:after {
  left: 0;
  right: auto;
  width: 100%;
}

/*===============Header css End=================*/

/*===============Home Slider=================*/
.main-home-slider {
  margin-left: -1rem;
  margin-right: -1rem;
}
.main-btn .button--pan:hover::before {
  transform: translate3d(0,-100%,0);
}
.main-home-slider .slick-list{
 overflow: visible;
}
.content-box-slider-main {
  position: absolute;
  z-index: 1111;
  top: 25%;
  left: 0;
  right: 0;
  padding: 0 3rem;
}
.main-home-slider .slick-slide img {
  display: block;
  border-radius: 30px;
}
.main-slide-content::before {
  content: "";
  background-image: linear-gradient(90deg, #2C3A55, #11111170,#00000024);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 30px;
}
.content-box-slider-main h2 {
  font-size: 3rem;
  text-transform: uppercase;
  color: #fff;
  font-weight:700;
}
.content-box-slider-main h1 {
  font-size: 3rem;
  text-transform: uppercase;
  color: #fff;
  font-weight:700;
}
.content-box-slider-main p {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 40px;
}
p.mx-300 {
  max-width: 500px;
}

.main-slider-home .slick-dots {
  position: absolute;
  bottom: 50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  right: 15%;
}
.main-slider-home .slick-dots li button{display: none;}
.main-slider-home .slick-dots li{width: 78px; height: 5px;transition: .3s ease; background-color: #fff;border-radius: 6px;}
.main-slider-home .slick-dots li.slick-active{width: 178px;border-radius: 4px;}
/*===============Home Slider End=================*/


/*===============WHO WE ARE HOME=================*/
.video-home img {
  border-radius: 0px 20px 20px;
}
.vide-play img {
  cursor: pointer;
}
.vide-play {
  position: absolute;
  right: -17px;
  bottom: -13px;
}
.who-we-are-home::after {
  content: "";
  position: absolute;
  background-image: url(../images/home/train-left.svg);
  top: 45%;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: left;
  background-size: 550px;
}
.video-text {
  text-align: center;
  position: absolute;
  top: 35%;
  left: 0;
  right: -80px;
  bottom: 0;
  height: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 10px;
}
.img-video img {
  width: 100%;
}
.owl-blue-about {
  height: 100%;
  border-radius: 12px;
}
.owl-blue-about h4 {
  font-weight: 400;
  font-size: 2rem;
}
.owl-blue-about:before {
  content: "";
  background: url(../images/home/bg-chairman.jpg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  border-radius: 12px;
}

/*===============WHO WE ARE END=================*/



/*===============WHAT WE DO=================*/

section.what-we-do.py-5 {
  background: #f8f8f8;
}
.what-we-do-crowsel .slick-slide img {
  display: block;
  border-radius: 12px;
}
.what-we-do-crowsel .slick-list{
  overflow: visible;
 }
.what-we-do-crowsel .slick-dots li button{display: none;}
.what-we-do-crowsel .slick-dots li{width: 78px; height: 4px;transition: .3s ease; background-color: #fff;border-radius: 6px;}
.what-we-do-crowsel .slick-dots li.slick-active{width: 178px;border-radius: 4px;}
.owl-what-title {
  background: linear-gradient(148deg, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 42%) 57.75%, rgb(0 0 0 / 0%) 113.16%);
  position: absolute;
  /* top: 0; */
  left: 10px;
  right: 20px;
  bottom: 25px;
  margin: 0px 20px;
  padding: 15px;
  text-align: center;
  color: #fff;
  backdrop-filter: blur(3.5px); 
  border: 1px solid #FFF;
  border-radius: 10px;
}
.owl-what-title h3{font-size: 1.2rem;margin: 0;}
.owl-what-title:hover .texthoverwhatwe {
  display: block;
  transition: 0.3s ease;
}
.texthoverwhatwe {
  display: none;
}
.owl-what img {
  width: 100%;
}
.drag-tecx {
  opacity: 0.5;
}
.drag-tecx h5 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0px 20px;
}
/*===============WHAT WE DO END=================*/


/*===============Our Achivment Section=================*/
.what-we-box h3 {
  font-size: 3.5rem;
  color: #fff;
}

.what-we-box p {
  color: #fff;
  font-size: 1.2rem;
}
.what-we-box {
  padding: 30px;
  border-radius: 12px;
}
.what-we-box h3, .what-we-box p {
  position: relative;
}
.icon-av1{ height: 500px; overflow: hidden;}
.icon-av2{ height: 240px; overflow: hidden;}
.icon-av3{ height: 240px; overflow: hidden;}
.icon-av1:before {
  content: "";
  background: url(../images/home/our-ac1.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 500px;
  width: 100%;
  background-size: 100% 500px;
}
.icon-av2:before {
  content: "";
  background: url(../images/home/our-ac2.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background-size: 100% auto;
}
.icon-av3:before {
  content: "";
  background: url(../images/home/our-ac3.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background-size: 100% 250px;
}
.our-achivments h6 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 40px;
}
/*===============Our Achivment Section End=================*/

/*===============Chairman Messege=================*/
.ch-shadow {
  border-radius: 12px;
}
.chairman-message h3 {
  color: #fff;
  font-weight: 400;
  font-size: 2.5rem;
}
.mx-300 {
  max-width: 420px;
}
.chairman-message .viewall a {
  color: #D9B06B;
  font-weight: 400;
  border-bottom: 2px solid #D9B06B;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 10px;
}
.p-100 {
  padding: 100px 0px;
}
.ch-shadow{z-index: 1;}
.ch-shadow:before {
  content: "";
  background: url(../images/home/bg-chairman.jpg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  border-radius: 12px;
}
.picture-man img {
  border-radius: 0px 20px 20px;
}
.picture-man::before {
  content: "";
  position: absolute;
  left: -7%;
  border: 2px solid #D9B06B;
  height: 99%;
  width: 347px;
  bottom: -4%;
  z-index: -1;
  border-radius: 0px 20px 20px;
}
/*===============Chairman Messege end=================*/

/*===============Our Journey Css=================*/

.our-journey:after {
  content: "";
  position: absolute;
  background: url(../images/home/counting-bg.svg);
  bottom: 0;
  right: 0;
  width: 560px;
  height: 211px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100%;
}
.line-scoll {
  display: none;
}
.our-journey{margin: 0; height: 100%; overflow: hidden}
.our-journey .scolltm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60vh;
  padding: 20px;
}
.our-journey .scroller-section {
  overflow-y: scroll;
  height: 570px;
}

/* hide scrollbar but allow scrolling */
.our-journey .scroller-section {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}
.our-journey .scroller-section::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.our-journey .main-content {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  perspective: 1000px;
  
}
.our-journey .image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  transform-style: preserve-3d; /* Ensure 3D transformations */
  transition: transform 0.5s ease; /* Smooth transition */
}
.our-journey .image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateZ(0); /* Ensure GPU acceleration */
}
.our-journey .text-container {
  flex: 1;
  padding: 20px;
  height: 100%;
  position: relative;
}
.our-journey .year {
  margin-bottom: 20px;
  margin: auto;
  -webkit-text-stroke: 2px #F8B90B;
  font-family: sans-serif;
  color: transparent;
  font-size: 6rem;
  position: absolute;
  left: -60px;
  top: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}
.our-journey .description {
  font-size: 16px;
  color: #525252;
  position: absolute;
  max-width: 350px;
  top: 35%;
  left: -55px;
}
.our-journey .nav-dots {
  position: fixed;
  top: 30%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.our-journey .nav-dots .dot {
  width: 14px;
  height: 14px;
  margin: 10px 0;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
  position: relative;
  border: 1px solid #2C3A55;
}
.our-journey .nav-dots .dot.active {
  background-color: #2C3A55;
}
.our-journey .nav-dots .dot span {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  /* background-color: #fff; */
  color: #2C3A55;
  padding: 5px 10px;
  border-radius: 5px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  /* display: none; */
  white-space: nowrap;
  font-weight: 600;
  font-size: 1.1rem;
  opacity: 0.5;
}
.our-journey .nav-dots .dot.active span {
  display: block;
  opacity: 1;
}
.our-journey .line-scoll {
  border: 1px solid #000;
  max-width: 320px;
  position: absolute;
  left: -27%;
  right: 0;
  top: 190px;
  opacity: 0.6;
}
/*===============Our Journey Css End=================*/

/*===============News & Blog Section=================*/
.bg-grey{background-color: #FAFAFA;}
.blog-bg-fill {
  background: #151146;
  border-radius: 36px;
  padding: 5px;
}
.blog-bg-fill img {border-radius: 36px 36px 10px 10px;}
.blog-content {
  padding: 30px;
}
.blog-content h4, .blog-content p {
  font-weight: 400;
}
.blog-content h4 {
  font-size: 1.1rem;
}
.blog-content p{max-width: 200px;font-size: 0.875rem;}
.news-events .view-more.viewall a {
  color: #D9B06B;
  border-bottom: 1px solid #D9B06B;
  font-size: 0.900rem;
}
.mobile-column {
  justify-content: space-between;
  align-items: center;
}
.sideblog  .view-more.viewall a {
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 0.900rem;
}
.blog-bg-fill img {
  width: 100%;
}
.sideblog {
  border: 1px solid #111111;
  padding: 30px;
  border-radius: 12px;
}
.sideblog img {
  border-radius: 12px;
  margin-right: 20px;
}
.main-text {
  font-weight: 500;
}
/*===============News & Blog Section End=================*/

/*===============Gallery Section=================*/

.overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background: rgb(0, 0, 0, 0.5);
  z-index: 1;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
}
.overlay:hover {
  opacity: 1;
  z-index: 1;
}
.photo-gallery img {
  width: 100%;
}
/*===============Gallery Section End=================*/

/*===============Footer CSS=================*/
.footer-top {
  background: url(../images/home/footer-top-bg.jpg);
  background-size: cover;
  border-radius: 30px 30px 0 0;
}
.newsletter {
    background: #111111;
    border-radius: 30px;
}
.newsletter::before {
  content: "";
  background: url(../images/home/footer-top-train.svg);
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
}
.info-footer a {
  color: #d1a849;
  text-decoration: none;
}
.newsletter h4 {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 400;
}
form.nlt-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
  align-items: flex-end;
}
.nlt-form input[type="email"] {
  min-width: 320px;
  background: transparent;
  color: #FFFFFF;
  border: 1px solid rgb(217, 217, 217, 0.4);
  margin-bottom: 20px;
  height: 48px;
  border-radius: 5px;
  padding: 10px;
  font-size: 0.938rem;
}
.nlt-form  ::-ms-input-placeholder { /* Edge 12-18 */
  text-align: center;
  font-size: 0.938rem;
}
.nlt-form  ::placeholder {
  text-align: center;
  font-size: 0.938rem;
}
.nlt-form input[type="email"]:focus{  outline: none; }
.nlt-form input[type="submit"] {
  color: #D9B06B;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  background: transparent;
  border: 0;
  padding: 10px 20px;
  font-size: 0.938rem;
  border-bottom: 2px solid #D9B06B;
  padding: 0;
  padding-bottom: 5px;
  transition: 0.4s ease;
}

.footer-main {
  background: #121A28;
  position: relative;
  z-index: 1;
}
.footer-main::before {
  content: "";
  background: url(../images/home/footer-bg.svg);
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.info-footer p {
  font-size: 0.85rem;
}
.info-footer p {
  font-size: 0.85rem;
  line-height: 24px;
  opacity: 0.7;
}
.footer-social ul {
  padding: 0;
  list-style: none;
}
.footer-social ul li {
  display: inline;
  margin-right: 15px;
}
.footer-social ul li a {
  color: #fff;
  font-size: 1.2rem;
}
.footer-links ul {
  padding: 0;
  list-style: none;
}
.footer-links h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
.footer-links ul li a {
  color: #fff;
  font-size: 0.930rem;
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
.footer-links {
  border-right: 1px solid rgb(255, 255, 255, 0.2);
  padding-left: 20px;
  height: 100%;
}
.footer-links.no-border {
  border: 0;
}
.footer-links.no-border p {
  font-size: 0.930rem;
  color: #fff;
  opacity: 1;
}
.footer-links.no-border i {
  margin-right: 10px;
  font-size: 1.2rem;
  color: #fff;
  opacity: 0.6;
}
.footer-links.no-border p a {
  color: #fff;
  text-decoration: none;
  font-size: 0.930rem;
}
.footer-links li a:hover, .footer-links.no-border p a:hover , .footer-social ul li a:hover, .copyright-footer a:hover  {
  color: #d1a849;
  transition: 0.3s ease;
  opacity: 1;
}
.copyright-footer {
  border-top: 1px solid rgb(255, 255, 255, 0.5);
}
.copyright-footer p {
  margin: 0;
  color: #fff;
  font-size: 0.903rem;
}
.copyright-footer a {
  margin: 0;
  color: #fff;
  font-size: 0.903rem;
  text-decoration: none;
}
.home-modal .modal-content , .home-modal  .modal-header{background-color: transparent; border: 0;}
.home-modal .modal-close-btn {
  background: #FEE558;
  width: 34px;
  height: 34px;
  text-align: center;
  margin: 0;
  font-size: 21px;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: -11px;
}
.home-modal .modal-backdrop
{
    opacity:0.8 !important;
}
/*===============Footer CSS End=================*/

/*===============Brodcums Css=================*/
.brodcums-main{background-size: cover!important;background-position: center !important;}
.brodcums-main:before {
  position: absolute;
  background: rgb(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
}
.brodcums-content {
  z-index: 1;
  position: relative;
}
.brodcums-content ul {
  padding: 0;
  list-style: none;
  position: relative;
}
.brodcums-content ul li a {
  color: #fff;
  font-size: 0.90rem;
  text-decoration: none;
} 
.brodcums-content ul li {
  display: inline-block;
}
.brodcums-content li:first-child:after {
  content: ">";
  padding: 0px 10px;
  color: #fff;
}
.brodcums-content h3 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
}
.brodcums-content h1 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
}
/*===============Brodcums Css End=================*/

/*===============About Us Page Css=================*/
.crowsel-about img {
  width: 100%;
  border-radius: 12px;
}
.crowsel-about .slick-dots {
  bottom: 26px;
  text-align: left;
  left: 10%;
}
.rk-group-about {
  overflow: hidden;
}
.crowsel-about .slick-dots li button{display: none;}
.crowsel-about .slick-dots li{width: 54px; height: 3px;transition: .3s ease; background-color: #000000;border-radius: 6px;}
.crowsel-about .slick-dots li.slick-active{width: 85px;border-radius: 3px; background-color: #fff;}

/* .we-are-biggest:before {
  position: absolute;
  background: rgb(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
} */
.we-are-biggest h4 {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight:700;
}
.heading-biggest span {
  background: linear-gradient(148deg, rgb(0 0 0 / 42%) 0%, rgb(0 0 0 / 22%) 57.75%, rgb(0 0 0 / 0%) 113.16%);
  color: #fff;
  backdrop-filter: blur(3.5px);
  border: 1px solid #FFF;
  border-radius: 10px;
  padding: 20px 60px;
  text-align: center;
}
.we-are-biggest {
  background-size: cover !important;
}
.missions-boxes {
  background-image: linear-gradient(90deg, #0C1F44, #3F80FF);
  border-radius: 12px;
  height: 100%;
  padding: 40px;
  overflow: hidden;
}
.mission-vision:after {
  content: "";
  background-image: url(../images/about/left-train.png);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  /* top: 0; */
  background-repeat: no-repeat;
  height: 200px;
  width: 278px;
  z-index: -1;
}
.missions-boxes:before {
  content: "";
  position: absolute;
  bottom: -33px;
  right: -18px;
  left: -80px;
  top: 0;
  background-image: url(../images/about/vision-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
  background-position: inherit;
  width: 80%;
}
.missions-boxes h3 {
  font-weight: 400;
}
.icon-vision {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 130px;
  height: 130px;
}
.icon-vision img {
  width: 100%;
}
.works-hover > div {
  flex: 1;
  transition: .5s ease;
  margin: 0 1rem 0 0;
}
.bg-works {
  height: 448px;
  border-radius: 12px;
  background-size: cover;
  background-position: bottom center;
}
.bg-works:before {
  content: "";
  background: rgb(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
}
.works-hover > div:hover {
  flex: 0 0 50%;
}
.bg-works {
  height: 448px;
  border-radius: 12px;
}
.text-data-works {
  position: relative;
  height: 100%;
}
.rorate-text {
  height: 0;
  transform: rotate(-90deg);
  font-size: 1.5rem;
  width: 300px;
  position: absolute;
  text-align: center;
  color: #fff;
  font-weight: 600;
  right: 0;
  top: 228px;
  left: -100px;
  bottom: 0;
}
.works-hover > div:hover .rorate-text {
  transform: rotate(0deg);
  width: 100%;
  text-align: left;
  left: 40px;
  top: 60px;
}
.showhover {
  opacity: 0;
}
.works-hover > div:hover .showhover {
  opacity: 1;
  max-width: 300px;
  position: absolute;
  top: 28%;
  left: 7%;
}
.works-hover  .btn-contact {
  border: 1px solid;
  padding: 6px 10px;
  text-decoration: none;
  border-radius: 12px;
  color: #fff;
}
.right-left-border h3 span {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 40px;
  color: rgb(0, 0, 0, 0.5);
}
.right-left-border h3 span:before {
  /* border-left: 1px solid; */
  position: absolute;
  content: "";
  width: 130px;
  height: 1px;
  left: -160px;
  background: rgb(0, 0, 0, 0.2);
  top: 11px;
}
.right-left-border h3 span:after {
  /* border-left: 1px solid; */
  position: absolute;
  content: "";
  width: 130px;
  height: 1px;
  right: -160px;
  background: rgb(0, 0, 0, 0.2);
  top: 11px;
}
.cards-awards img {
  border-radius: 12px;
  width: 100%;
}
.cards-awards {
  border-radius: 12px;
}
.states {
  position: absolute;
  width: 100%;
  top: 0;
}
.states {
  position: absolute;
  width: 100%;
  top: 80%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
}
.states span{text-align: left;}
.leadership-about:after {
  content: "";
  right: 0;
  background: url(../images/about/right-train.png);
}
/*===============About Us Page Css End=================*/
.main-heading .label-parent label {
    color: #000;
    font-weight: 600;
    font-size: 1.2rem;
}

/*===============Leadership talks Page Css=================*/

.leadership-about:after {
  content: "";
  right: 0;
  background: url(../images/about/right-train.png);
  width: 100%;
  height: 168px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  /* top: 0; */
  bottom: 0;
  background-position: right;
  z-index: 1;
}
.leadership-about .crowsel-about {
  position: relative;
}
.leadership-video .video-text{
  letter-spacing: 1px;
}
.leadership-video::after{background-image: none;}
.valuesofceos  .heading {
  font-size: 2rem;
  font-weight: 400;
}
.bg-blue {
  background: #0C1B44;
  border-radius: 12px 0 0 12px;
  padding: 60px;
}
.solid-dir span:before {
  content: "";
  background: #FFE641;
  position: absolute;
  width: 300px;
  height: 10px;
  bottom: -4px;
  left: -60px;
}
.user-img-dir {
  position: relative;
  z-index: 1;
}
.user-img-dir img {
  width: 100%;
}
.heading.right {
  overflow: hidden;
}
.border-box {
  border: 1px solid;
  padding: 0px 60px;
  border-left: 0;
  border-radius: 0 12px 12px 0;
}
.solid-dir .heading.right span:before {
  content: "";
  background: #FFE641;
  position: absolute;
  width: 100vw;
  height: 10px;
  bottom: -4px;
  left: 0;
}
.border-box p {
  padding-right: 50px;
}
.valuesofceos{position: relative;}
.valuesofceos p strong {
  font-size: 1.2rem;
  font-weight: 600;
}
.valuesofceos::after {
  content: "";
  background: url(../images/home/train-left.svg);
  bottom: 0;
  left: 0;
  position: absolute;
  width: 330px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.side-right{position: relative;}

.side-right:before {
  background: url(../images/home/bg-chairman.jpg);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
}

.dir-content-blue {
  position: relative;
  padding: 40px;
  overflow: hidden;
  z-index: 1;
}
.dir-content-blue:before {
  content: "";
  background: url(../images/home/bg-chairman.jpg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  border-radius: 0 12px 12px 0px;
}
.directors::after {
  content: "";
  background: url(../images/home/train-left.svg);
    background-repeat: repeat;
    background-size: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 330px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.yellow-line-right span {
  position: relative;
}
.yellow-line-right span {
  border-bottom: 6px solid #FFE641;
  padding-top: 11px;
  /* display: inline-block; */
}
/* .directors .yellow-line-right span::before {
  content: "";
  background: #FFE641;
  position: absolute;
  width: 100vw;
  height: 10px;
  bottom: -10px;
  left: 0;
} */
.designation-tab {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
/* .directors.reverse .yellow-line-right span::before {
  content: "";
  background: #FFE641;
  position: absolute;
  width: 300px;
  height: 10px;
  bottom: -10px;
  left: -60px;
} */
.directors.reverse::after{
  content: "";
  right: 0;
  background: url(../images/about/right-train.png);
  width: 100%;
  height: 168px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  /* top: 0; */
  bottom: 0;
  background-position: right;
  z-index: -1;  
}
.directors.reverse .dir-content-blue:before{
  border-radius: 12px 0px 0px 12px;
  
}



/*===============Leadership talks Page Css End=================*/

/*===============Contact Us Page Css=================*/
.get-in-touch {
  background: #ECF2FF;
  border-radius: 12px 0 0 12px;
  padding: 40px 80px 40px 40px;
  height: 100%;
}
.get-in-touch h4 {
  font-size: 2.875rem;
}
.get-in-touch h2 {
  font-size: 2.875rem;
}
.form-contactus.bg-blue {
  background: #0C1B44;
  border-radius: 0px 12px 12px 0;
  padding: 80px 40px;
  height: 100%;
}
.form-contactus h3 {
  font-size: 1.5rem;
}
.input-box input {
  background: rgb(255, 255, 255, 0.1);
  width: 100%;
  border: 0;
  border-radius: 5px;
  height: 40px;
  padding-left: 10px;
  color: #96989A;
}
.input-box textarea {
  background: rgb(255, 255, 255, 0.1);
  padding-left: 10px;
  color: #96989A;
}
.input-box input:focus, .input-box textarea:focus {
  outline: 0;
}
.input-box  ::-ms-input-placeholder { /* Edge 12-18 */
  font-size: 1rem;
  color: #96989A;
}
.input-box  ::placeholder {
  font-size: 1rem;
  color: #96989A;
}
.input-box textarea {
  width: 100%;
  height: 150px;
  border: 0;
  border-radius: 5px;
}
.submit-btn-contact button {
  background: #FDB814;
  padding: 10px 50px;
  text-align: center;
  border-radius: 33px;
  border: 0;
  font-weight: 500;
}
/*===============Contact Us Page Css End=================*/


/*===============Event Page Css=================*/
.events-box {
  background: #222222;
  border-radius: 12px;
}
.events-box img{  border-radius: 12px 12px 0 0 }
.tag-event-date {
  position: absolute;
  top: 30px;
  min-width: 150px;
  background: linear-gradient(148deg, rgb(0 0 0 / 42%) 0%, rgb(0 0 0 / 22%) 57.75%, rgb(0 0 0 / 0%) 113.16%);
  backdrop-filter: blur(10px);
}
.tag-event-date p {
  padding: 8px;
  color: #fff;
}
.event-content-thumb {
  padding: 30px 20px;
}
.event-content-thumb h3 {
  font-size: 1.3rem;
  color: #fff;
}
.event-content-thumb p{  font-size: 0.888rem;}
.event-cta a {
  color: #FFD41D;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
}

.artical-and-blogs .slick-slide img {
  display: block;
  border-radius: 12px;
} 
.artical-and-blogs .slick-list{
  overflow: visible;
 }
.artical-and-blogs .slick-dots li button{display: none;}
.artical-and-blogs .slick-dots li{width: 78px; height: 4px;transition: .3s ease; background-color: #fff;border-radius: 6px;}
.artical-and-blogs .slick-dots li.slick-active{width: 178px;border-radius: 4px;}
.artical-and-blogs .slick-slide{padding-right: 15px;}
.ar-blog-thumb img {
  width: 100%;
  padding: 13px;
}
.artical-and-blog-crowsel {
  border: 1px solid;
  border-radius: 12px;
  height: 100%;
}
.ar-blog-thumb {
  text-align: center;
  display: flex;
  justify-content: center;
}
.er-blog-title{
  font-size: 1.3rem;
  color: #000;
}
.blog-thum-content {
  padding: 20px;
}
.er-blog-title {
  font-size: 1.3rem;
  color: #000;
  font-weight: 500;
}
.blog-thum-content p {  
  font-size: 0.888rem;
  font-weight: 400;
}
.blog-cta a {
  color: #2C3A55;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
}

.recent-update-thumb img {
  border-radius: 4px;
}
.recent-update-thumb a {
  text-decoration: none;
}
.recent-update-thumb p {
  color: #407BFF;
  font-weight: 500;
  margin-top: 10px;
}
.recent-updates .slick-list{
  overflow: visible;
 }
.recent-updates .slick-dots li button{display: none;}
.recent-updates .slick-dots li{width: 78px; height: 4px;transition: .3s ease; background-color: #fff;border-radius: 6px;}
.recent-updates .slick-dots li.slick-active{width: 178px;border-radius: 4px;}
.recent-updates .slick-slide{padding-right: 15px;}

.tag-date-blog span {
  font-size: 1.3rem;
  font-weight: 600;
  color: #111111;
  opacity: 0.6;
}
.tag-date-blog {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  height: 70px;
  width: 70px;
  border-radius: 12px;
  position: absolute;
  right: 12px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 0.9rem;
}
.post-meta {
  list-style: none;
  padding: 0;
}
.post-meta li {
  display: inline-block;
}
.post-meta li {
  margin-right: 20px;
}
.post-meta li a {
  color: #000;
  text-decoration: none;
}
.thumb-event img {
  width: 100%;
}
/*===============Event Page Css End=================*/

/*===============Event Page Details Css=================*/
.eventdetal-brodcums li:first-child:after {
  content: ">";
  padding: 0px 10px;
  color: #000;
}
.eventdetal-brodcums ul {
  padding: 0;
  list-style: none;
  position: relative;
}
.eventdetal-brodcums ul li a {
  color: #000;
  font-size: 0.90rem;
  text-decoration: none;
} 
.eventdetal-brodcums ul li {
  display: inline-block;
}
.eventdetal-brodcums li:first-child {
 opacity: 0.6;
}
.event-bg{background-color: #FAF9F6;}
.events-left-data.event-bg {
  padding: 20px;
  border-radius: 12px;
}
.pra-big {
  font-size: 1.1rem;
  font-weight: 500;
}
.right-update a{  text-decoration: none;}
.right-update h4 {
  font-size: 1.2rem;
  margin-top: 13px;
}
.events-left-data h5 {
  font-size: 1.5rem;
  margin-top: 30px;
}
.events-left-data h4 {
  font-size: 2.5rem;
  font-weight: 400;
}
/*===============Event Page Details Css End=================*/


/*===============ESG Page Css=================*/
.esg-center-section:after {
  content: "";
  position: absolute;
  background: url(../images/esg/train-right.svg);
  bottom: -30px;
  right: 0;
  width: 400px;
  height: 211px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100%;
}
.esg-first-section h3 {
  font-size: 2rem;
  font-weight: 400;
}
.esgst {
  padding: 15px;
}
.img-esg-reverse img {
  border-radius: 32px;
  margin: 0px 20px;
}
.number-esg {
  font-size: 17rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 112px;
  left: 30px;
  z-index: 1;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
.esgst img {
  width: 100%;
  border-radius: 166px;
}
.esgst:hover .arrow-down-img {
  opacity: 1;
}
.arrow-down-img {
  width: 50px;
  border-radius: 0;
  position: absolute;
  z-index: 11;
  right: 30px;
  top: 50%;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.envirment-content {
  border-radius: 8px;
}
.envirment-content img {
  border-radius: 8px;
}
.envermats-text {
  position: absolute;
  top: 60%;
  background: #ffff;
  margin: 0px 15px;
  height: 170px;
  padding: 20px;
  border-radius: 8px;
  font-weight: 400;
}
.envirgreen {
  border: 1px solid #265A25;
  border-radius: 8px;
  padding: 40px;
}
.envirgreen {
  border: 1px solid #265A25;
  border-radius: 8px;
  padding: 40px;
  height: 100%;
  background: #fff;
}
.greenbox-sum {
  z-index: 1;
}

.esgst {
  padding: 50px;
  z-index: 1;
}
.envirgreen p {
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
}
.envirgreen:after {
  content: "";
  background: #8FD08E;
  height: 88px;
  width: 169px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  border-radius: 8px;
}
.esg-evirment:after {
  content: "";
  background-image: url(../../assets/images/esg/right-flower.png);
  height: 215px;
  width: 220px;
  position: absolute;
  right: 0;
  bottom: -84px;
  background-size: cover;
  z-index: -1;
}
.esg-evirment.social:after{background-image: none;}
.envirgreen.orange {
  border: 1px solid #F89C1A;
}
.envirgreen.orange:after {
  content: "";
  background: #F89C1A;
  opacity: 0.3;
}
.esg-evirment.governance:after{background-image: none;}
.envirgreen.blue {
  border: 1px solid #2F1D5F;
}
.envirgreen.blue:after {
  content: "";
  background: #2F1D5F;
  opacity: 0.3;
}
.intative h3 {
  font-size: 1.3rem;
}
.intative p {
  font-size: 0.8rem;
}
.envermats-text.intative{
  max-height: 135px;
}
/*===============ESG Page Css End=================*/


/*===============Railway Caterings=================*/
.railways .slick-dotted.slick-slider{margin-bottom: 0;}
.box-uspes {
  background: #fff;
  padding: 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
  transition: 0.5s ease;
  z-index: 1;
  height: 100%;
}
.box-uspes:hover {
  background: #0A1636;
}
.box-uspes:hover h3{color:#fff;}
.box-uspes:hover p{color:#AEAEAE;}
.box-uspes:hover .round-usps{background-color: #fff;}
.box-uspes:hover .round-usps img{filter: invert(0);}
.box-uspes h3 {
  color: #0A1636;
  font-weight: 400;
}
.box-uspes p{
  color: #0A1636;
}
.round-usps {
  width: 80px;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0A1636;
  border-radius: 50%;
}
.round-usps img {
  filter: invert(1);
  width: 45px;
}
.round-usps i {
  font-size: 2rem;
}
.round-usps i{color: #fff;}
.uspes-heading:after {
  content: "";
  position: absolute;
  background: url(../images/esg/train-right.svg);
  bottom: -30px;
  right: 0;
  width: 400px;
  height: 211px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100%;
}
.play-btn img {
  cursor: pointer;
}
.contact-what-we h3 {
  font-size: 2rem;
  font-weight: 400;
}
.contact-what-we ul li {
  margin-bottom: 15px;
}
.hotels-shadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.hotels-shadow img {
  border-radius: 12px;
}
.VISIT-LINK a {
  color: #111;
  text-decoration: underline;
  margin-right: 10px;
  font-size: 1.2rem;
  font-weight: 500;
}
/*===============Railway Caterings End=================*/


/*===============Career Page Css=================*/
.search-role h3 {
  font-size: 1.5rem;
} 
.search-input input[type="text"] {
  width: 100%;
  height: 45px;
  border-radius: 50px;
  border: 1px solid;
  padding-left: 20px;
}
.search-input input:focus {
  outline: 0;
}
.search-role button {
  height: 46px;
  border-radius: 12px;
  min-width: 140px;
  border: 1px solid;
  background: transparent;
  font-weight: 500;
  transition: 0.3s ease;
}
.search-role a {
  height: 46px;
  border-radius: 12px;
  min-width: 140px;
  border: 1px solid;
  background: transparent;
  font-weight: 500;
  transition: 0.3s ease;
  display: inline-block;
  text-align: center;
  padding-top: 10px;
  color: #000;
  text-decoration: none;
}
.search-role button {
  height: 46px;
  border-radius: 12px;
  min-width: 140px;
  border: 1px solid;
  background: transparent;
  font-weight: 500;
  transition: 0.3s ease;
}
.search-role  button:hover {
  background: #d1a849;
  border: 1px solid #000;
}
.all-openings h2 {
  font-weight: 400;
}
.search-role h3 {
  font-size: 1.8rem;
  font-weight: 500;
}
.times {
  justify-content: flex-start;
}
.times > div {
  margin-right: 20px;
  font-weight: 400;
}
.job-thumbnil:before {
  content: "";
  background: #F89C1A;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  position: absolute;
  border-radius: 12px;
  /* padding: 40px; */
  z-index: -1;
}
.main-job-column {
  padding: 50px;
  border-radius: 12px;
}
.applyjob-btn a {
  height: 46px;
  border-radius: 12px;
  min-width: 140px;
  border: 1px solid;
  background: transparent;
  font-weight: 500;
  transition: 0.3s ease;
  display: inline-block;
  text-align: center;
  color: #000;
  padding-top: 9px;
  text-decoration: none;
  transition: 0.5s ease;
}
.applyjob-btn a:hover{
  background: #d1a849;
}
.text-carer h3 {
  font-size: 2.5rem;
  font-weight: 500;
}
.text-carer p {
  font-size: 1.5rem;
  font-weight: 400;
}
.application-submit a {
  background: #FFE641;
  padding: 15px 30px;
  border-radius: 12px;
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  border: 1px solid;
  display: inline-block;
}
/*===============Career Page  Css End=================*/


/*===============Career Detail Css End=================*/
.go-to-back a {
  background: #FFFBEB;
  padding: 20px 30px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid;
  border-radius: 12px;
}
.go-to-back img {
  margin-right: 15px;
}
.job-full-dd {
  background: #FFFBEB;
  padding: 40px;
}
.apply-now-detail a {
  background: #FFE641;
  display: inline-block;
  padding: 10px 30px;
  color: #000;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500;
}
.pd-section h4 {
  font-size: 1.2rem;
  font-weight: 500;
}
.lagend-form {
  border: 1px solid;
  border-radius: 12px;
  max-width: 500px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
}
.lagend-float span {
  position: absolute;
  top: -12px;
  left: 18px;
  background: #fff;
  padding: 0px 10px;
  font-size: 0.9rem;
  font-weight: 400;
}
.lagend-form input[type="text"], .lagend-form input[type="file"], .lagend-form input[type="email"] {
  width: 100%;
  height: 58px;
  border-radius: 8px;
  border: 1px solid;
  padding-left: 10px !important;
}
.lagend-form textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid;
  padding-left: 10px !important;
  padding-top: 20px;
}
.lagend-form button {
  background: #FFE641;
  padding: 15px 30px;
  border-radius: 12px;
  border: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.lagend-form input[type="file"] {
  padding: 15px;
}
.lagend-float.file span {
  z-index: 111;
}
.legend-form.file{z-index: 111;}
/* #inputFile::-webkit-file-upload-button {
  visibility: hidden;
} */
.file-upload-img:before {
  content: "";
  background-image: url(../images/file-upload.svg);
  position: absolute;
  top: 12px;
  right: 15px;
  width: 30px;
  height: 30px;
  z-index: 1;
  color: #000;
  background-size: 100%;
}
/*===============Career Detal Page  Css End=================*/

.copyright-footer .svg-inline--fa.fa-heart.fa-w-16 {
  width: 15px;
  color: red;
}
.ar-blog-thumb img {
  width: 360px;
  height: 260px;
}
.share a {
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.sharan {
  z-index: 11;
}
.what-we-do-crowsel .slick-dots li.slick-active {
  width: 94px;
  border-radius: 4px;
}
.what-we-do-crowsel .slick-dots li {
  width: 54px;
  height: 5px;
  transition: .3s ease;
  background-color: #000000;
  border-radius: 6px;
}

.what-we-do-crowsel .slick-dots li.slick-active{background-color: #d1a849;}
.blog-thum-content a{
  color: #000;
  text-decoration: none;
}
.releated-blogs a {
  color: #000;
  text-decoration: none;
}
.faqs-home button:focus {
    box-shadow: none;
}
.faqs-home .accordion-button:not(.collapsed) {
    background-color: #d1a849;
    color: #fff;
}

/*Home page Cover video CSS*/
.video-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9; /* maintains video ratio */
  border-radius: 20px;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
}


.gettouch{border-radius: 12px 0px 0px 12px;}


/*Home page hero section slider*/

/**
.main-slider-home {
    position: relative;
    overflow: hidden;
}

.main-home-slider .px-lg-3,
.main-home-slider .px-md-3 {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.main-home-slider .main-slide-content {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
}

.main-home-slider .slick-list {
    overflow: visible;
}

.main-home-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.main-home-slider .slick-slide {
    opacity: 0.65;
    transform: scale(0.92);
    transition: all 0.35s ease;
}

.main-home-slider .slick-center {
    opacity: 1;
    transform: scale(1);
}

.main-home-slider .slick-dots {
    display: none !important;
}

**/

.slick-custom-arrow {
   /* position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 68px;
    height: 68px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(180deg, #4f74bb 0%, #151147 100%);
    color: #fff;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;*/
    
        position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 50%;
    /* background: linear-gradient(180deg, #4f74bb 0%, #151147 100%); */
    color: #ffffff;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    /* background: gray; */
    border: 2px solid #ffffff;
    background: #151147c2;
}

.slick-custom-arrow span {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.slick-prev-custom {
    left: 38px;
}

.slick-next-custom {
    right: 38px;
}

.slick-custom-arrow:hover {
    transform: translateY(-50%) scale(1.08);
}

@media (max-width: 991px) {
    .slick-custom-arrow {
        width: 40px;
        height: 40px;
    }

    .slick-prev-custom {
        left: 15px;
    }

    .slick-next-custom {
        right: 15px;
    }

    .slick-custom-arrow span {
        font-size: 22px; position: absolute;  top: 6px;
    }
}

/*Home page hero section slider*/


/* ===== TOP BAR BASE ===== */
.rk-topbar {
    background: #151147; /* RK dark blue */
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}

/* FLEX CONTAINER */
.rk-topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* LEFT SIDE */
.rk-topbar-left {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.rk-topbar-left a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: 0.9;
    transition: 0.3s;
}

.rk-topbar-left a:hover {
    opacity: 1;
}

/* RIGHT SIDE */
.rk-topbar-right {
    display: flex;
    gap: 18px;
}

.rk-topbar-right a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    opacity: 0.85;
    transition: 0.3s;
}

.rk-topbar-right a:hover {
    opacity: 1;
}

/* ===== RESPONSIVE ===== */

/* TABLET */
@media (max-width: 992px) {
    .rk-topbar-inner {
       /* flex-direction: column;*/
        align-items: flex-start;
        gap: 6px;
    }

    .rk-topbar-right {
        justify-content: flex-start;
    }
    
    
    
}

/* MOBILE */
@media (max-width: 576px) {
    .rk-topbar {
        font-size: 12px;
        padding: 6px 0;
    }

    .rk-topbar-left {
        gap: 10px;
    }

    .rk-topbar-right {
        gap: 10px;
    }

}

/* ===== End TOP BAR BASE ===== */



@media (max-width: 992px) {
.temp-space{display:none;} 
.tpicontxt{display:none;}
}




