﻿@charset "utf-8";
/* CSS Document */
/*default css*/
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@400;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 13px;
}
body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 1rem !important;
  min-height: 100vh;
}
a {
  text-decoration: none !important;
}
a:hover {
  cursor: pointer;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div:after {
  content: '';
  display: block;
  clear: both;
}
/*custom css*/
.preheader {
  width: 100%;
  padding: 10px 0;
  background: linear-gradient(331deg, rgb(254 189 210) 0%, rgb(202 201 255) 100%);
  z-index: 9;
  top: 0;
}
.preheader a {
  color: #000;
  font-weight: 500; outline: 0;
}
.preheader a:hover {
  color: #FF3CBB;

}
.preheader img {
width: 16px; margin: 0 5px;
}


.header {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  background-color: transparent;
  top: 38px;
  left: 0;
  z-index: 1;
  transition: 0.5s;
  padding: 10px 0;
}
.bg_left {
  position: absolute;
  z-index: -1;
}
.bg {
  background: #080e32;
  z-index: 0;
  position: relative;
}
.intro-area {
  padding: 80px 0px 80px;
  position: relative;
  transition: .5s ease;
  color: #fff;
}
.intro-area p {
  font-size: 14px;
}
/*bhugtaan button css start*/
.main-button {
  background-color: #FF5200;
  border: 0;
  padding: 10px 35px;
  font-size: 20px;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  position: relative; float: left;
}
.main-button:after {
  background-color: #FF5200;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
@-webkit-keyframes blink {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }
  100% {
    transform: scale3d(1.1, 1.3, 1.1);
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }
  100% {
    transform: scale3d(1.1, 1.3, 1.1);
    opacity: 0;
  }
}
/*bhugtaan button css end*/
.wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 90vh;
  height: 100%;
  z-index: 0;
  position: relative;
}
.left_banner {
  position: relative;
  width: 100%; /*border: 1px solid #000; */ display: block;
  height: 85vh;
}
.menu {
  top: 6px;
  right: 0px;
}
/*nav css start*/
.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}
nav {
  float: right;
}
nav ul {
  list-style: none;
  background-color: #fff;
  padding: 0;
  position: relative;

}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a, nav ul li a:visited {
  display: block;
  padding: 0 8px;
  line-height: 55px;
  color: #060606;
  /*background: #f9feff;*/
  text-decoration: none;
}
nav ul li a {
  background: transparent;
}
nav ul li a:hover {
  color: #095F9C;
}
nav ul li ul li a:hover {
  background-color: #fff2f7;
}
.navbar-dropdown li a {
  background: #fff;
  margin-bottom: 1px solid #ccc;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' \025BE';
}
nav ul li ul li {
  min-width: 225px;
  border-bottom: 1px solid #ffe8f1;
}
nav ul li ul li ul li {
  min-width: 225px;
  border-bottom: 1px solid #bee2ff;
}
nav ul li ul li a {
  padding: 8px 15px;
  line-height: 26px;
}
nav ul li ul li a ul li a {
  padding: 8px 15px;
  line-height: 26px;
}
.navbar-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  background: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
  top: 60px
}
/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 10px;
  right: 15px;
  background: #fa280f;
  height: 40px;
  width: 40px;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .menu {
    top: 6px;
    right: 0px;
    width: 100%; z-index: 999;
  }
  .nav-mobile {
    display: block;
  }

   


	.mask{display: none;}
	
	.about_section img{display: none;}
	.about_section{margin: 20px 0!important;}
  nav {
    width: 100%;
    padding: 65px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
    border-bottom: 1px solid #c4ebf3;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
    background: #dcf2ff;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  .navbar-dropdown {
    position: static;
  }
  nav ul li a:hover, nav ul li a:visited:hover {
    background-color: #ffebf2;
  }
  .vertical-tab {
    width: 100% !important;
  }
  .vertical-tab {
    position: static !important;
  }
	
	.main-button {

    width: 100%; margin: 10px 0;
}
.nirdesh {
    width: 100% !important;
margin: 0 !important; padding: 10px !important;
}	
	
}
@media screen and (min-width:769px) and (max-width:1200px) {
  .login-container {
    width: 70%;
  }
}
#navbar-toggle {
  position: absolute;
  left: 8px;
  top: 9px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 24px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#navbar-toggle span:before {
  top: -10px;
}
#navbar-toggle span:after {
  bottom: -10px;
}
#navbar-toggle.active span {
  background-color: transparent;
}
#navbar-toggle.active span:before, #navbar-toggle.active span:after {
  top: 0;
}
#navbar-toggle.active span:before {
  transform: rotate(45deg);
}
#navbar-toggle.active span:after {
  transform: rotate(-45deg);
}
/****count_box-css ***/
        .box {
  text-align: center;
  padding: 2em;
  border: 1px solid #FF7CF8;
  display: block;
  width: 100%;
  float: left;
  background: linear-gradient(#fcbed499, #0d008600 50% 50%, #333 50%, #333);
  background-size: 100% 202%;
  transition: all 0.2s ease;
  animation: down-bump 0.4s ease;
  color: #fff; margin: 10px 0;
}
.box img {
  margin-bottom: 10px;
}
.box:hover img {
  filter: invert(1);
}
.box h2 {
  font-weight: 400;
  line-height: 1.2;
  font-size: 13px;
}
.box h3 {
  font-size: 18px;
}
.box:hover {
  background-position: 100% 100%;
  animation: up-bump 0.4s ease;
  background: #fff;
}
.box:hover h2 {
  color: #48ad26;
}
.box:hover h2 span {
  color: white;
}
.box:hover h3 {
  color: #999;
}
@keyframes up-bump {
  0% {
    padding-top: 2em;
  }
  50% {
    padding-top: 1.5em;
  }
  100% {
    padding-top: 2em;
  }
}
@keyframes down-bump {
  0% {
    padding-top: 2em;
  }
  50% {
    padding-top: 2.5em;
  }
  100% {
    padding-top: 2em;
  }
}
.footer_bg {
  padding: 8px 0;
  background: linear-gradient(331deg, rgb(254 189 210) 0%, rgb(202 201 255) 100%);
  color: #000;
}
.server-name {
  /* width: 50px; */
  width: auto;
  padding: 10px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  background-color: #ff4b4b;
  position: fixed;
  border-radius: 8px 8px 0 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  z-index: 1;
}
/*Ministerimageslider*/
/* Animated background gradient */
@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* Floating background elements */
.floating-shape {
  position: fixed;
  background: rgb(255 141 0 / 22%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.shape1 {
  top: 10%;
  left: 10%;
  width: 180px;
  height: 180px;
  animation: floatAnimation 20s infinite alternate ease-in-out;
}
.shape2 {
  top: 70%;
  left: 20%;
  width: 120px;
  height: 120px;
  animation: floatAnimation 15s infinite alternate-reverse ease-in-out;
}
.shape3 {
  top: 30%;
  right: 15%;
  width: 150px;
  height: 150px;
  animation: floatAnimation 25s infinite alternate ease-in-out;
  animation-delay: 5s;
}
.shape4 {
  bottom: 15%;
  right: 10%;
  width: 200px;
  height: 200px;
  animation: floatAnimation 18s infinite alternate-reverse ease-in-out;
  animation-delay: 2s;
}
@keyframes floatAnimation {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(20px, 35px) rotate(5deg);
  }
  50% {
    transform: translate(-15px, 25px) rotate(-5deg);
  }
  75% {
    transform: translate(35px, -30px) rotate(3deg);
  }
  100% {
    transform: translate(-25px, -25px) rotate(-3deg);
  }
}
.slider-container {
  width: 300px;
  max-width: 90vw;
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
  z-index: 5;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: appear 1s ease-out;
  right: 20px;
  top: 20px;
}
@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.slider {
  position: relative;
  height: 280px;
  overflow: hidden;
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
  overflow: hidden;
  pointer-events: none;
}
.slide.active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 8s ease-in-out;
}
.slide.active img {
  transform: scale(1.1);
}
.slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  transform: translateY(100%);
  transition: transform 0.7s ease, opacity 0.5s ease;
  opacity: 0;
}
.slide.active .slide-content {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.slide:hover .slide-content {
  transform: translateY(0);
  opacity: 1;
}
/* Slide title and description parallax effects */
.slide-title {
  transform: translateX(-50px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
  transition-delay: 0.2s;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.slide-description {
  transform: translateX(50px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
  transition-delay: 0.4s;
  font-size: 1rem;
  opacity: 0.9;
}
.slide.active .slide-title, .slide.active .slide-description {
  transform: translateX(0);
  opacity: 1;
}
/* Animation keyframes for transitions */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Transition effect classes */
.transition-fade .slide-content {
  animation: fadeIn 1s forwards;
}
.transition-slideRight .slide-content {
  animation: slideInRight 1s forwards;
}
.transition-slideLeft .slide-content {
  animation: slideInLeft 1s forwards;
}
.transition-zoom .slide-content {
  animation: zoomIn 1s forwards;
}
.transition-slideUp .slide-content {
  animation: slideInUp 1s forwards;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
    .box {
        margin: 10px 0;
    }

    .slider-container {
        display: none;
    }

    .intro-area {
        padding: 30px 0;
    }

    .floating-shape {
        display: none;
    }

    .signup-container, .login-container {width:100% !important;
    }
  }
}
/*about us css*/
.mask[data-v-199c13c4] {
  background: #e7e6ff;
  border-radius: 50%;
  -webkit-filter: blur(90px);
  filter: blur(90px);
  height: 275px;
  left: 0px;
  position: absolute;
  top: 100px;
  width: 435px;
  z-index: -1;
}
.about_section {
  margin: 70px 0;
}
.about_section h1 {
  font-weight: 100;
}
.form_containt, .about_section p {
  line-height: 35px;
}
.about_section li {
  line-height: 50px;
  font-size: 18px;
}
.page-heading h3 {
  margin-bottom: 20px;
}
.page-heading h3 {
padding: 4px 10px;
  background: linear-gradient(331deg, rgb(254 189 210) 0%, rgb(202 201 255) 100%); font-size: 14px; font-weight: 600;
}
.form_containt {
  margin-bottom: 20px;
}
.skp_table {
  width: 100%;
}
.skp_table th {
  background-color: #ffecfc;
}
.skp_table tr {
  background: #fffafa;
}
.skp_table td, .skp_table th {
  border: 1px solid #fbeeee;
}
.skp_table tr:nth-child(odd) {
  background: #fff;
}
.skp_table tr:nth-child(even) {
  background: #fffbfb;
}
.list_abhiday li {
  line-height: 30px;
}
.icn_table {
  height: 20px;
}
.icn_table:hover {
  opacity: 0.6;
}
.payment_btn {
  background: rgb(3, 4, 94);
  background: linear-gradient(0deg, rgb(251 189 212) 0%, rgb(206 200 251) 78%, rgb(96 80 193) 100%);
  color: #000;
  margin-top: 24px;
  transition: 0.5s all;
  border-radius: 6px;
  border: 2px solid #fabed5;
}
.payment_btn:hover {
  background: linear-gradient(0deg, rgb(206 200 251) 0%, rgb(251 189 212) 78%, rgb(96 80 193) 100%);
  color: #000;
  transition: 0.5s all;
  box-shadow: 0 0px 12px rgb(245, 157, 255);
}

/*loginpage-css*/
.wrapper_login {
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 69vh;
  height: 100%;
}
.login-container {
  width: 45%;

  background: rgb(255, 255, 255);
    background: linear-gradient(331deg, rgb(255 79 150 / 33%) 0%, rgb(202 201 255 / 35%) 100%);
  margin: 0 auto;
	    backdrop-filter: blur(10px);
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
}
.left-object {
  background: rgb(173, 232, 244);
  background: linear-gradient(331deg, rgb(69 115 221) 0%, rgb(163 243 255) 100%);
  border-radius: 0 300px 400px 0;
  width: 100%;
  height: 400px;
  opacity: 0.8;
  position: relative;
}
.left-object:after {
  background: rgb(173, 232, 244);
  background: linear-gradient(331deg, rgb(69 115 221) 0%, rgb(25 41 155) 100%);
  border-radius: 0 300px 200px 200px;
  width: 114%;
  height: 386px;
  position: absolute;
  top: 0px;
  z-index: -1;
  opacity: 0.9;
}
.login-intro {
  width: 80%;
  margin: 0 auto;
  padding: 58% 0;
  color: #fff;
}
.login-box {
  width: 80%;
  margin: 10% auto; -webkit-backdrop-filter: blur(5px); position: relative;
}
.form-group {
  margin-bottom: 10px !important;
}
.captcha {
  padding: 6px;
  background-color: #fabed5;
  float: left;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 6px;
}
.captchavalue {
  width: 30%;
  float: left;
  padding: 6px 6px 6px 20px;
}
.captcha input {
  width: 60%;
  float: left;
}
.forgotpass {
  display: block;
  text-align: center;
}
.forgotpass a {
  color: #fff !important;
}
.forgotpass a:hover {
  color: #fcbed4 !important;
  transition: 0.5s;
}
.login_btn {
    width: 100%;
    background-color: #ec60a5 !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 8px 0; transition:all 0.5s;
}
    .login_btn:hover {
        cursor: pointer;
        background-color: #cf3d85 !important;
    }
/*signup-css*/
.wrapper_signup {
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 69vh;
  height: 100%;
}
.signup-container {
  width: 40%;
  background: rgb(255, 255, 255);
  background: linear-gradient(331deg, rgb(252 189 255) 0%, rgb(224 235 255) 100%);
  margin: 5% auto 0;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
  border: 4px solid #fff;
  z-index: 0;
}
.signup-container:before {
  position: absolute;
  content: "";
  top: 0;
/*  background-image: url("../images/topwing-signup.svg");*/
  background-repeat: no-repeat;
  width: 100%;
  height: 122px;
  z-index: -1;
}
.signup-box {
  width: 84%;
  margin: 6% auto;
}
.signup_btn {
    width: 100%;
    background-color: #786bec !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 8px 0; transition:all 0.5s;
}
    .signup_btn:hover {
        cursor: pointer;
        background-color: #4f42c2 !important;
    }
/*forgotpassword-css*/
.wrapper_forgotpassword {
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 68vh;
  height: 100%;
}
.forgotpassword-container {
  width: 40%;
  background: rgb(255, 255, 255);
  background: linear-gradient(331deg, rgb(255 255 255) 0%, rgb(224 235 255) 100%);
  margin: 12% auto 0;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
  border: 4px solid #fff;
  z-index: 0;
  position: relative;
}
.forgotpassword-container:after {
  background: rgb(173, 232, 244);
  background: linear-gradient(331deg, rgb(135 200 243) 0%, rgb(255 255 255) 100%);
  border-radius: 0 0 200px 200px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
  opacity: 0.9;
}
.forgotpassword-box {
  width: 80%;
  margin: 8% auto;
  text-align: center;
}
.forgotpassword-box img {

  text-align: center;
}
.forgotpassword_btn {
    width: 30%;
    background-color: #ff83ab !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 8px 0;
}
.forgotpassword_btn:hover {
  cursor: pointer;
  background-color: #ff83ab  !important;
}

.Picture .Gallery .image .myImages {
  border-radius: 0px;
  cursor: pointer;
  transition: 0.3s;
}
.myImages:hover {
  opacity: 0.7;
}
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 6;
  /* Sit on top */
  padding-top: 10px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
.modal-content {
  display: block;
  width: 50% !important;
  max-width: 700px;
  margin: 8% auto;
}

.modal-contentpress {
  display: block;
  width: 50% !important;
  max-width: 596px;
  margin: 3% auto;
}


.myImages {
    width: 194px;
    border: 4px solid #ffffff;
    margin: 8px 8px;
    height: 194px;
    box-shadow: 0 0 9px #999999;
}
#caption {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}


.modal-contentpress, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}


@keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover, .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  .myImages {
    width: 19.4%;
    margin: 2px 0px;
  }
  .modal-content {
    width: 90% !important;
  }
	
	  .modal-contentpress {
    width: 90% !important;
  }
}
/* CUSTOM1 */
* {
  box-sizing: border-box;
}
.row-pg {
  display: block;
  padding: 0 4px;
  margin-left: auto;
}
/* Create four equal columns that sits next to each other */
.column-pg {
  -ms-flex: 100%; /* IE10 */
  flex: 100%;
  max-width: 100%;
  padding: 0 4px;
  flex-direction: row;
  column-gap: 5px;
  display: block;
}
.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
/* Custom */
@media only screen and (max-width: 768px) {
  .myImages {
    width: 48%;
    margin: 2px 0px;
  }
  .column-pg {
    display: block;
  }
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column-pg {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    column-gap: 5px;
  }
  .row-pg {
    padding-left: 0px;
    padding-right: 0px;
  }
  .column-pg {
    display: block;
  }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column-pg {
    display: block;
  }
  .row-pg {}
}
.embed-responsive-item {
  width: 100%;
  height: 200px;
}
.video-container {
  background-color: #e7e7ff;
  padding: 10px;
  margin: 10px 0;
  border: 8px solid #fff;
  box-shadow: 0 0 10px #00000040;
}

/*marquee css*/

.nirdesh{    width: 277px;
    margin: 1px 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 12px;}
.nirdesh a{ color: #fff;}


.bg_contact {
    background-color: #ffecfc;
}
.headoffice-add {
    padding: 20px;
}

.headoffice-add h4 {
        font-weight: 700;
    }

.headoffice-add li {
        font-size: 15px;
        font-weight: 500;
        line-height: 30px;
    }

.headoffice-add li img {
            margin-right: 4px;
            width: 22px;
        }
.redstar {
    color: #ff8989;
    /*font-size:12px;*/
}

    .redstar span {
        color: #ff8989;
        /*font-size:10px;*/
    }
.body_bg {
    background-color:#131f47;
}

.center-container {
    display: flex;
    justify-content: center; /* Centers text horizontally */
    align-items: center; /* Centers text vertically */
}


.webgrid-table {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px !important;
    font-weight: normal;
    width: 100%;
    display: table;
    border-collapse: collapse;
    border: solid 1px #C5C5C5;
    background-color: white;
}

    .webgrid-table td, th {
        border: 1px solid #abb4c2;
        padding: 3px 7px 2px;
        white-space: nowrap;
    }

    .webgrid-table th {
        text-align: center;
    }

    .webgrid-table tfoot tr td a {
        padding: 4px 9px;
        background-color: #80a5de;
        color: #fff;
    }

.webgrid-header, .webgrid-header a {
    background-color: #d5e3ed;
    color: #000;
    text-align: center;
    text-decoration: none;
}

.webgrid-footer {
}

.webgrid-row-style {
    padding: 3px 7px 2px;
}

.webgrid-alternating-row {
    background-color: #f9fbff;
    padding: 3px 7px 2px;
}

.col1Width {
    width: 55px;
}

.col2Width {
    width: 220px;
}


.text-right {
    text-align: right;
}

.logout {
    width: 50%;
    background-color: #daedff52;
    padding: 40px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 25%;
    right: 25%;
    border-radius: 20px;
    border: 2px solid #d1f2ff;
}

    .logout h1 {
        font-size: 36px !important;
    }

    .logout img {
        width: 70px !important;
    }


    .logout h1 span {
        font-size: 24px !important;
    }

.wrapper_logout {
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 76vh;
    height: 100%;
}

/*****logout page end***********************************************************/