@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

/* @font-face {
  font-family: Arialic Hollow;
  src: url(../fonts/Arialic\ Hollow.ttf);
} */
body {
  font-family: var(--allover-font);
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #f50606;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-align: justify;
}


a {
  color: #0d6efd;
  text-decoration: none;
}

:root {
  --primary-color: #032d54;
  --green-btn: #44c588;
  --orange-color: #ff9007;
  --hover-color: #f8bd39;
  --sky-color: #0ccaf0;
  --clr-common-white: #fff;
  --heading-text-color: #0b2b5a;
  --logo-color: #0a456f;
  --p-text: #364258;
  --white-color: #fff;
  --allover-font: 'Roboto', sans-serif;
  --heading-font: 'Oswald', sans-serif;
  ;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
nav a,
.widget h6,
.filters li a,
blockquote,
p[data-pullquote]:before,
input[type="submit"] {
  font-weight: 400;
}

h1,
h2,
h3 {
  font-family: var(--heading-font);
  font-weight: 700;
}

h6 {
  font-weight: 300;
}

.section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sky-color {
  color: #ff9007;
}

.yellow-color {
  color: #f8bd39 !important;
}

.btn {
  position: relative;
  border-radius: 0px;
  font-weight: 500;
  line-height: 50px;
  padding: 0px 40px 0 40px;
  font-size: 15px;
  height: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 4px;

}

/* .light-bg {
  background: linear-gradient(180deg, #e0e0e9, rgb(255 255 255) 100%);
} */

/* .btn::before{position: absolute;
  content: "";
  background: var(--clr-common-white);
  height: 1px;
  width: 30px;
  top: 52%;
  right: 26px;
} */

.grey-bg {
  background-color: #ecf6ff80;
}

.btn-sec {
  position: relative;
  z-index: 99;
}

.white-text {
  color: #fff !important;
}

.white-btn {
  color: #8d9196;
  background-color: #fff;
}

input,
textarea {
  width: 100%;
  background: #c5c5c5;
  border: 1px solid #ffffff26;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 13px;
}

.error_input {
  border: 1px solid #e74c3c;
}

.theme-btn-color {
  background: var(--hover-color) !important;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  align-items: center;
  /* display: flex; */
  background: #fff;
  box-shadow: 1px 10px 16px #f8bd3947;
  width: 124px;
  line-height: 25px;
  overflow: hidden;
}

.theme-btn-color::before,
.theme-btn-color::after {
  background: var(--primary-color);
  content: "";
  position: absolute;
  z-index: 1;
}

.theme-btn-color:hover span {
  color: #fff;
}

.theme-btn-color span {
  z-index: 2;
  position: relative;
}

.theme-btn-color::after {
  background: var(--primary-color);
  height: 130%;
  left: -62%;
  top: -7px;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.theme-btn-color:hover:after {
  height: 123%;
  width: 160%;
}

.section-title span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--orange-color);
  font-family: var(--heading-font);
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-left: 72px;
  margin-bottom: 5px;
}

.section-title span:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: var(--orange-color);
  top: 0;
  left: -67px;
  top: 50%;
  transform: translateY(-50%);
}

.section-title .heading-36 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
  color: #000000;
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.white-bg {
  background-color: #fff !important;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.header-top {
  background-color: #fff;
}

.header-top {
  height: 95px;
  padding: 5px 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: flex;
  align-items: center;
}

.desktop-nav-new>ul>li {
  width: auto;
  display: inline-block;
  margin: 0 0 0 0;
  position: relative;
}

.header-top ul li a {
  padding: 0px 15px;
  color: #9db0c1;
}

.desktop-nav-new>ul>li>ul {
  width: 100%;
  min-width: 270px;
  position: absolute;
  z-index: 5;
  left: 0px;
  background: #ffcc66;
  box-sizing: border-box;
  padding: 0px;
  border-top: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  visibility: hidden;
  top: 80%;
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
}

.desktop-nav-new>ul>li:hover>ul {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

header.sticky-shadow .header-top {
  margin-top: -96px;
}

.logo-holder img {
  width: 100% !important;
  height: 60px !important;
  display: block;
  object-fit: contain !important;
  padding-top: 5px;
}

.top-logo-holder img {
  width: 100% !important;
  height: 50px !important;
  object-fit: contain !important;
}

.top-header-ul ul {
  display: flex;
  justify-content: end;
  align-items: center;
}

/* .header-top ul>li {
  margin-right: 15px;
} */

.top-header-ul ul li a i {
  color: var(--primary-color);
  font-size: 28px;
  position: relative;
  top: 10px;
  padding-right: 10px;
}

.top-header-ul ul li a span {
  position: relative;
  color: #443c3c;
  font-weight: 700;
}

.lh-30 {
  line-height: 30px !important;
}

.float-right {
  width: auto !important;
  float: right;
}

header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  min-height: 40px;
}

/* .header .main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
} */

/* .header .main-header .header-left {
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
} */

.arunachalportal,
.header-top .logo-txt,
.header-top .logo-holder,
header {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* .sticky-shadow .header-nav {
  background-color: #03223e;
} */

/* .sticky-shadow .header-nav .desktop-nav-new>ul>li>a {
  color: #002147;
  border-left: #3786cf 0px solid;
  border-top: #3786cf 0px solid;
} */

header.sticky-shadow .header-top .logo-txt {
  font-size: 10px;
  line-height: normal;
}

header.sticky-shadow {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  min-height: 40px;
  box-shadow: 0 3px 8px 0px rgb(0 0 0 / 30%);
  background: #fff;
}


.menuzord.orange .menuzord-menu>li a.active,
.menuzord.orange .menuzord-menu>li a:hover> {
  background: #0433aa;
  color: #fff;
}

/* .stylish-header:after {
  -webkit-border-top: 80px solid #b4cf02;
  -moz-border-top: 80px solid #b4cf02;
  -ms-border-top: 80px solid #b4cf02;
  -o-border-top: 80px solid #b4cf02;
  border-top: 80px solid #b4cf02;
} */

.menuzord-menu {
  margin: 0px;
  padding: 0px;
  display: flex;
  list-style: none;
  position: relative;
}

.menuzord-menu>li {
  display: inline-block;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.header-nav {
  background-color: #0d47a0;
}

.menuzord-menu>li:hover>a,
.menuzord-menu>li.active>a {
  color: #222;
}

.logo-holder {
  width: auto;
  height: auto;
  display: inline-block;
}

.header-right .side-menu {
  position: relative;
  float: right;
  width: 40px;
  height: 100%;
  /* margin-left: 16px; */
  padding: 10px 0;
  margin-left: 30px;
}

/* .sub-menu li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
  text-align: left;
  color: #000;
  background: #fff !important;
}

.sub-menu li {
  position: relative;
} */

.sub-menu li a:hover {
  background: #ffc107;
  color: #222;
}


.menuzord-menu .dropdown span i {
  position: relative;
  top: 2px;
}

.main-header {
  width: 100%;
  text-align: center;
  padding: 0px 0px;
  transition: all 300ms ease-in-out;
  position: relative;
  border-radius: 10px;
}

.header .main-header .header-left .logo-holder {
  display: none;
}

.header.sticky-shadow .main-header .header-left .logo-holder {
  display: block;
}

.sticky-shadow .main-header {
  margin-top: 0px;
  padding: 0;
  box-shadow: 0px 0px 0px #e8e8ea;
}

.header.sticky-shadow .header-nav-wrapper {
  top: 0;
  position: relative;
  right: 0;
}

.heading-banner h2 {
  color: #000830;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 800;
}

.desktop-nav-new>ul>li:hover a {
  background: var(--hover-color);
  color: #002147;
}

.desktop-nav-new>ul>li>a {
  width: 100%;
  height: auto;
  display: block;
  padding: 16px 15px;
  font-size: 14px;
  color: #ffffff;
  box-sizing: border-box;
  font-weight: 400;
}

.desktop-nav-new>ul>li>a:before {
  position: absolute;
  content: '';
  background-color: #ffffffb5;
  width: 1px;
  height: 15px;
  right: 0;
  top: 18px;
}

.desktop-nav-new ul li.last-menu a:before {
  background: transparent;
}

.contact-us-text {
  color: var(--green-btn) !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-us-text i {
  font-size: 22px;
  margin-right: 6px;
  position: relative;
  top: 5px;
}


header .desktop-nav-new>ul>li>ul>li a {
  padding: 15px 10px;
  width: 100%;
  display: block;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
  text-align: left;
  color: #000;
  background: #fff !important;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

header .desktop-nav-new>ul>li>ul>li a span {
  position: relative;
  z-index: 1;
}

header .desktop-nav-new>ul>li>ul li a::before {
  display: block;
  content: "";
  height: 100%;
  width: 3px;
  position: absolute;
  top: 0;
  background: #ffc107;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.35s ease;
  pointer-events: none;
}

header .desktop-nav-new>ul>li>ul>li:hover>a::before {
  width: 100%;
}

/* .header-top .login-btn li a {
  padding: 10px 22px;
  color: #212529;
} */

.login-register ul li {
  /* background-color: #0084ff;
  padding: 12px 15px; */
}

.login-register ul li a img {
  width: 15px;
  position: relative;
  top: 0px;
  margin-right: 5px;

}

.login-register ul li a {
  color: #fff;
  padding: 16px 24px;
  background: #0084ff;
  width: 188px;
  display: block;
  text-align: center;
}

.login-register ul .dropdown-menu li a {
  color: #000000;
  line-height: 1;
  padding: 15px 15px;
  background: none;
  text-align: left;
}

/* .login-btn .theme-btn-color {
  background: none;
  border: 2px solid var(--hover-color);
  border-radius: 5px;
  color: var(--hover-color);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 22px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  align-items: center;
  background: #fff;
  box-shadow: 1px 3px 10px #0a456f8a;
  width: 170px;
  line-height: 25px;
  border-radius: 4px;
}

.login-btn .theme-btn-color::before,
.login-btn .theme-btn-color::after {
  background: var(--hover-color);
  content: "";
  position: absolute;
  z-index: 1;
}

.login-btn .theme-btn-color {
  background: none;
} */


/* =======================header-end============================ */
.banner-news-sec {
  background-color: #0d253b;
}

/* ==================banner================ */
.banner-section {
  position: relative;
  background-size: cover !important;
}

.banner-sec {
  position: relative;
  overflow: hidden;
}

/* .banner-sec {
  margin-top: 84px;
} */

.carousel-item {
  height: 650px;
  background-size: cover !important;
  background-position: center !important;
}

.hero-text {
  width: 100%;
  position: relative;
  height: auto;
  padding: 28px 0px 40px 0px;
  position: relative;
  animation-delay: 0.4s;
}

.hero-text h6 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
  font-family: var(--heading-font);
}

/* .hero-text h2 {
  font-size: 34px;
  color: #fff;
  font-weight: 300;
} */
.banner-caption {
  position: relative;
}

.banner-caption:before {
  background: #22222273;
  position: absolute;
  content: '';
  width: 59%;
  height: 100%;
  left: -83px;
  top: 0;
  transform: skewX(-27deg);
}

.hero-text:after {
  background: #ffc107c9;
  position: absolute;
  content: '';
  width: 12%;
  height: 100%;
  right: -187px;
  top: 0;
  transform: skewX(-27deg);
}

.banner-caption h1 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 800;
}

.bd-stroke__title-hero {
  font-size: 160px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px var(--clr-common-white);
  position: absolute;
  z-index: -1;
  top: -9px;
  left: -55px;
  text-transform: capitalize;
  opacity: 16% !important;
}

.banner-news-sec .carousel .carousel-control-next,
.banner-news-sec .carousel .carousel-control-prev {
  position: absolute;
  top: 46%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  height: 50px;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

/* .carousel-item::before {
  background: linear-gradient(84deg, rgb(5 33 73) 0%, rgb(8 41 68 / 73%) 54%, rgb(47 181 153 / 85%) 100%);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
} */

.banner-caption a {
  animation-delay: 1.2s;
}

.banner-caption {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-news-sec {
  position: relative;
}

.new-sec {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.new-ar {
  width: 380px;
  position: absolute;
  right: 0;
  background: #ffc107;
  padding: 25px;
  height: 650px;
  display: inline-block;
  overflow: auto;
}

/* .new-sec {
  position: absolute;
  z-index: 999;
  display: inline-block;
  top: 0;
  width: 100%;
  background: #ffc107;
  padding: 25px;
  height: 100%;
} */
.up-down-btn {
  position: absolute;
  right: 21px;
}

.up-down-btn button {
  border: none;
  padding: 5px;
  line-height: 1;
}

.up-down-btn button i {
  font-size: 20px;
  color: #000;
  font-weight: 900;
}

.news-box .rtin-right a span i {
  font-size: 25px;
}

.news-box .rtin-right a {
  display: flex;
}

.myTicker3 .media-body p {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

.news-box {
  margin-bottom: 30px !important;
}

.new-sec h3 {
  font-size: 28px;
  color: #000;
  font-family: var(--allover-font);
  margin-bottom: 30px;
  padding-right: 70px;
}

/* =============about-us=================== */
.box-info-about {
  position: relative;
  background: #85deff;
  padding: 36px 24% 36px 40px;
}

.box-info-about::after {
  position: absolute;
  background: url(../images/cm.png);
  right: 0;
  content: '';
  bottom: 0;
  width: 256px;
  height: 376px;
}

.box-info-about ul li {
  padding: 2px 0;
  display: flex;
  font-size: 15px;
  color: #000;
}

.box-info-about ul li i {
  position: absolute;
  font-size: 18px;
  font-weight: 900;
}

.box-info-about ul li span {
  padding-left: 25px;
}

/* ==================process-portal================ */
.card.process-block {
  border-radius: 0;
  margin-bottom: 10px;
}

.row-process-portal ul li:nth-child(1) .card.process-block {
  background-color: #0d47a0;
}

.row-process-portal ul li:nth-child(2) .card.process-block {
  background-color: #e35b00;
}

.row-process-portal ul li:nth-child(3) .card.process-block {
  background: #509b00;
}

.row-process-portal ul li:nth-child(4) .card.process-block {
  background: #864b95;
}

.row-process-portal ul li:nth-child(5) .card.process-block {
  background: #0084ff;
}

.card.process-block .content h2 {
  font-size: 22px;
  font-family: var(--allover-font);
  color: #fff;
  font-weight: 400;
}

.content {
  padding: 10px 20px 10px 0;
  position: absolute;
  margin-left: 115px;
}

.card.process-block .content-block .img-frame {
  background: #00000026;
  padding: 33px 15px;

}

.card.process-block .content-block .img-frame img {
  width: 70px;
}

.card.process-block .content-block p {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
  text-align: left;
}

/* ==================process-portal-end================ */
/* =============about-us-end=================== */
/* ===============three-box==================== */
.three-box {
  background-color: #002147;
}

.three-box .box-sec .heading {
  display: flex;
}

.three-box .box-sec {
  background: #fff;
  padding: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  height: 320px;
}

.three-box .box-sec .heading h3 {
  font-size: 26px;
  font-weight: 500;
  font-family: var(--allover-font);
}

.three-box .box-sec .contant p {
  margin-bottom: 25px;
}

.three-box .box-sec.sky-box .view-btn {
  background: #0287c2;
  padding: 12px 25px;
  color: #fff;
}

.three-box .box-sec .heading img {
  width: 80px;
  margin-right: 15px;
}

.three-box .box-sec.sky-box .heading h3 {
  color: #0287c2;
}

.three-box .box-sec.sky-box .contant p {
  color: #0287c2;
}

.three-box .box-sec.green-box .heading h3 {
  color: #2fa441;
}

.three-box .box-sec.green-box .contant p {
  color: #2fa441;
}

.three-box .box-sec.green-box .view-btn {
  background: #2fa441;
  padding: 12px 25px;
  color: #fff;
}

.three-box .box-sec.blue-box .heading h3 {
  color: #0851c1;
}

.three-box .box-sec.blue-box .contant p {
  color: #0851c1;
}

.three-box .box-sec.blue-box .view-btn {
  background: #0851c1;
  padding: 12px 25px;
  color: #fff;
}

/* ===============three-box==================== */
/* ==============project-sec==================== */
.project-sec {
  background-color: #494949;
}

.project-sec .project-box .project-img {
  margin-top: 25px;
  margin-bottom: 25px;
  border: solid 2px #fff;
}

.project-sec .project-box .project-img img {
  width: 100%;
}

.project-sec .project-box .project-name h3 {
  color: #fff;
  font-family: var(--allover-font);
  font-size: 20px;
}

/* ==============project-sec-end==================== */
/* ================footer========================= */
.footer {
  background: #051d42;
  padding-top: 80px;
  text-transform: capitalize;
  position: relative;
  background-size: cover;
}

/* .footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: #001422e3;
} */

.footerNav {
  position: relative;
  z-index: 1000;
}

.footer_first_contact li {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
}

.footer_first_contact li i {
  font-size: 25px;
  color: #ffc107;
}

.footer_first_contact li p {
  float: left;
  font-size: 16px;
  line-height: 26px;
  color: #a0afba;
  font-weight: 400;
  margin-bottom: 0;
  /* width: calc(100% - 20px); */
}

.icon_list_news li a {
  float: left;
  background: #fcfeff;
  width: 40px;
  line-height: 49px;
  height: 40px;
  padding-left: 0 !important;
  text-align: center;
  border-radius: 50px;
  color: #051d42;
}

.icon_list_news li a i {
  color: #051d42;
  font-size: 22px;
}

.footer_border_displ ul li i {
  color: #ffffff;
  margin-right: 15px;
}

.footer-btn .btn {
  font-size: 13px;
}

/* .btn.btn-default {
  color: #ffffff;
  background-color: #ffbf00;
} */
.footer-grey-text {
  font-size: 14px;
  color: #a0afba;
}

.footer_border_displ ul li {
  margin-bottom: 5px;
}

.nav-widget {
  margin-top: 15px;
}

.footer_first_contact {
  margin-top: 15px;
}

.footerNav h5 {
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--heading-font);
}

.footer_border_displ ul li a {
  color: #ffffff;
  font-weight: 400;
}

.footer_border_displ ul li a:hover {
  color: var(--primary-color);
}

.icon_list_news li {
  float: left;
  margin-right: 10px;
}

.footer_first_contact p a {
  color: rgb(170 161 161);
}

.copyright_left {
  margin-top: 45px;
  text-align: center;
  color: #051d42;
  background: #c4dbff;
  padding: 15px;
  font-weight: 500;
  font-size: 12px;
  /* z-index: 1; */
  position: relative;
  line-height: 1;
}

.copyright_left a {
  color: var(--primary-color);
}

/* ===============login-page-signup page=================== */
.login-bg {
  position: relative;
  height: 100vh;
}

.login-bg::before {
  background-color: #002b69c7;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.contant-sec {
  display: flex;
  align-items: center;
  height: 100vh;
  margin: 5%;
}

.sign-form {
  margin: 5%;
}

.contant-sec .scroll {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  align-items: center;
  width: 100%;
}

/* width */
.contant-sec .scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.contant-sec .scroll::-webkit-scrollbar-track {
  background: #002f78;
}

/* Handle */
.contant-sec .scroll::-webkit-scrollbar-thumb {
  background: #ffffff7a;
  border-radius: 10px;
}

/* Handle on hover */
.contant-sec .scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.left-contant h1 {
  font-size: 36px;
  color: #fff;
}

/* .left-contant {
  position: absolute;
  top: 0
} */
.left-contant p {
  text-align: center;
  font-family: var(--heading-font);
  margin-top: 25px;
  font-size: 25px;
}

.left-contant {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  /* bottom: auto; */
  display: flex;
  height: 100%;
  align-items: center;
}

.login-page {
  height: 100vh;
  background: #002f78;
  overflow: hidden;
}

.contant-sec h2 {
  color: #fff;
  margin-top: 50px;
}

form.form-ar .field {
  width: 100%;
  margin-bottom: 10px;
}

form.form-ar .field.shake {
  animation: shake 0.3s ease-in-out;
}

@keyframes shake {

  0%,
  100% {
    margin-left: 0px;
  }

  20%,
  80% {
    margin-left: -12px;
  }

  40%,
  60% {
    margin-left: 12px;
  }
}

form.form-ar .field .input-area {
  position: relative;
}

form.form-ar select {
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 45px;
  font-size: 15px;
  color: #fff;
  background: none;
  caret-color: #5372F0;
  border-radius: 5px;
  border: 1px solid #ffffff26;
  border-bottom-width: 2px;
  transition: all 0.2s ease;
  height: 55px;
}

form.form-ar input {
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 45px;
  font-size: 15px;
  color: #fff;
  background: none;
  caret-color: #5372F0;
  border-radius: 5px;
  border: 1px solid #ffffff26;
  border-bottom-width: 2px;
  transition: all 0.2s ease;
  height: 45px;
  margin-bottom: 2px;
}

form.form-ar .field input:focus,
form.form-ar .field.valid input {
  border-color: #ffc107;
}

form.form-ar .field.shake input,
form.form-ar .field.error input {
  border-color: #dc3545;
}

.input-area label {
  color: #ffffffb5;
  font-size: 18px;
  font-family: var(--heading-font);
}

.input-area label.error {
  color: rgba(225, 48, 48, 0.71);
  font-size: 12px;
  font-weight: 500;
  font-family: var(--allover-font);
}

.field .input-area i {
  position: absolute;
  top: 56px;
  font-size: 18px;
  transform: translateY(-50%);
}

.field .input-area .captcha-refresh i {
  position: relative;
  top: auto;
  color: #fff;
  font-size: 24px;
}

.input-area label span {
  color: #ef1b1b;
  font-size: 18px;
}

.input-area .icon {
  left: 15px;
  color: #bfbfbf;
  transition: color 0.2s ease;
}

form.form-ar .form-control:focus {
  background-color: #04284c7a;
  color: #ffffff;
}

.input-area .error-icon {
  right: 15px;
  color: #dc3545;
}

form.form-ar input:focus~.icon,
form.form-ar .field.valid .icon {
  color: #ffc107;
}

form.form-ar .field.shake input:focus~.icon,
form.form-ar .field.error input:focus~.icon {
  color: #bfbfbf;
}

form.form-ar input::placeholder {
  color: #f3f3f349;
  font-size: 13px;
}

form.form-ar .field .error-txt {
  color: #dc3545;
  text-align: left;
  margin-top: 5px;
}

/* form.form-ar .field .error {
  display: none;
} */

form.form-ar .field.shake .error,
form.form-ar .field.error .error {
  display: block;
}

form.form-ar .pass-txt {
  text-align: left;
  margin-top: -10px;
}

form.form-ar .pass-txt a {
  color: #ffffff57;
}

/* .wrapper a {
  color: #5372F0;
  text-decoration: none;
}

.wrapper a:hover {
  text-decoration: underline;
} */

form.form-ar input[type="submit"] {
  height: 50px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  border: none;
  box-shadow: 0 3px 19px #05244a70;
  background: rgb(255, 217, 17);
  background: linear-gradient(90deg, rgba(255, 217, 17, 0.9248074229691877) 0%, rgba(233, 161, 0, 1) 100%);
  cursor: pointer;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}



form.form-ar .login-btn {
  height: 50px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  border: none;
  box-shadow: 0 3px 19px #05244a70;
  background: rgb(255, 217, 17);
  background: linear-gradient(90deg, rgba(255, 217, 17, 0.9248074229691877) 0%, rgba(233, 161, 0, 1) 100%);
  cursor: pointer;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.field .input-area .toggle-password {
  right: 25px;
  cursor: pointer;
  color: #1e1b1b;
  font-size: 14px;
}

.error .toggle-password {
  display: none;
}

.sign-txt {
  color: #fff;
}

form.form-ar input[type="submit"]:hover {
  background: #2c52ed;
}

/* ===============login-page-signup page-end=================== */
/* ===========about-us-page============= */
/* ==============inner-banner================== */
.inner-banner {
  width: 100%;
  position: relative;
  height: 350px;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  align-items: center;
}

.inner-banner::before {
  position: absolute;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 21, 52, 1) 0%, rgba(34, 65, 112, 0.5298494397759104) 77%, rgba(34, 65, 112, 0.03125) 100%);
  content: '';
  top: 0;
  width: 100%;
  height: 100%;

}

.banner-text {
  position: relative;
}

.banner-text h1 {
  color: #fff;
  font-size: 50px;
}

.breadcrumb li {
  padding: 0 3px;
  color: #fff;
  font-size: 18px;
  font-family: var(--heading-font)
}

.breadcrumb li a {
  color: #fff;
}

/* ==============inner-banner================== */
/* ===========about-us-page-end============= */
.contact-us {
  background-color: #f2f2f2;
}

.contact-us .form-control {
  border-radius: 0;
  height: 50px;
  border: solid 1px #F3F3F3;
}

textarea.form-control {
  height: auto !important;
}

.contact-us .form-label {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.contact-us .contact-ul li {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
}

.contact-us .contact-ul li span {
  background: #ffffffb0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  padding: 10px;
  line-height: 30px;
  text-align: center;
}

.contact-us .contact-ul li i {
  font-size: 20px;
  color: #ff5722;
}

.contact-ul li p {
  color: #666666;
  font-size: 15px;
}

.contact-ul li p {
  width: 80%;
  padding-left: 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0;
}

.contact-us form {
  background: rgba(13, 110, 253, .25);
  padding: 25px;
  border-radius: 4px;
}

/* ==================contact-us-page==================== */
/* =============tender-page============== */
.tender-ar {
  background-color: #f2f2f2;
}

.tender-ar .news-box {
  background-color: #fff;
  padding: 20px;
  position: relative;
}

.tender-ar .news-box .news-img {
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.tender-ar .news-box .news-img img {
  object-fit: cover;
  height: 100%;
}

.tender-ar .news-box .news-contant {
  margin-top: 10px;
  position: relative;
}

.tender-ar .news-box .news-contant h2 {
  position: relative;
}

.tender-ar .news-contant .tooltip {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--heading-text-color);
  height: 44px;
  opacity: 1;
  font-weight: 500;
  line-height: 1.3;
  font-family: var(--heading-font);
  overflow: hidden;
}

.tender-ar .news-contant .tooltiptext {
  width: 240px;
  background-color: #012243;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 105%;
  left: 50%;
  font-size: 12px;
  margin-left: -120px;
  visibility: hidden;
  font-family: var(--allover-font);

}

.tender-ar .news-contant .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-style: solid;
  border-color: #273342 transparent transparent transparent;
  margin-left: -5px;
  border-width: 5px;
}

.tender-ar .news-contant h2:hover .tooltiptext {
  visibility: visible;
}

.news-contant h5 {
  font-size: 14px;
  color: var(--green-btn);
  font-weight: 600;
}

.news-contant p {
  text-align: left;
}

/* =============tender-page============== */
/* =============grievance-redressal-page============= */
.grievance-redressal .form-label {
  font-size: 14px;
  font-weight: 500;
  color: #07455c;
}

.grievance-redressal .form-control,
.grievance-redressal .form-select {
  height: 55px;
}

.grievance-redressal .theme-btn-color {
  width: 170px;
  padding: 10px;
  font-size: 14px;
}

/* =============grievance-redressal-page-end============= */
.three-box.white-bg .box-sec {
  background: #edeaea;
}

/* ===========programme-dts============= */
.programme-dts .contant h2 {
  font-size: 36px;
  color: var(--heading-text-color);
}

/* =================disable number arrow=============== */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type=number] {
  -moz-appearance: textfield;
}