
/* portfolio  section start */

main {
  position: relative;

}

.bg {
  position: fixed;
  top: -4rem;
  left: -12rem;
  z-index: -1;
  opacity: 0;
}

.bg2 {
  position: fixed;
  bottom: -2rem;
  right: -3rem;
  z-index: -1;
  width: 9.375rem;
  opacity: 0;
}

.swiper {
  width: 100%;
  padding-top: 3.125rem;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination {
  bottom: 1.25rem !important;
}

.swiper-slide {
  width: 18.75rem;
  height: 28.125rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.swiper-slide h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  padding: 0 0 0 1.563rem;
  text-transform: uppercase;
}

.swiper-slide p {
  color: #dadada;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 0 1.563rem;
  line-height: 1.6;
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-slide a {
  margin: 1.25rem 1.563rem 3.438rem 1.563rem;
  padding: 0.438em 1.875rem;
  font-size: 0.9rem;
}

.swiper-slide a:hover {
  color: #005baa;
}

.swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 0.625rem;
}

.swiper-slide-active div {
  display: block;
  opacity: 1;
}

.swiper-slide--one {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../images/background/step-2.png") no-repeat 50% 50%/cover;
}

.swiper-slide--two {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../images/resource/about-1.png") no-repeat 50% 50%/cover;
}

.swiper-slide--three {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../images/resource/banner-3.png") no-repeat 50% 50%/cover;
}

.swiper-slide--four {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../images/resource/about-1.png") no-repeat 50% 50%/cover;
}

.swiper-slide--five {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../images/resource/banner-3.png") no-repeat 50% 50%/cover;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}


/* sticky nav & humbarger menu jahi */
.humburger-show-custom .mobile-nav-toggler{
  display: none!important;
}
.whatapp-hide-custom{
  display: block;
}
/* .main-header .search-box-btn{
background-color: none!important;
} */
@media (max-width: 1022px) {
  .humburger-show-custom .mobile-nav-toggler{
      display: block!important;
  }
}
@media (max-width: 1022px) {
  .whatapp-hide-custom{
      display: none!important;
  }
}

/* jahi */
.logo{
display: inline-block;
}
@media (max-width: 1022px) {
.logo{
  top: 69px;
}
 .header-upper {
  position: relative;
  top: -23px;
  margin-top: -27px;
}
.logo-footer{
top: 0px!important;
}
}





#myCanvas {
width: 100%;
height: 600px;
}

@media only screen and (max-width: 2500px) and (min-width: 991px){
.custom--margin-top{
margin-top: -170px;
}
}


.pos--real-custom{
position: relative;
}


/* contact us kallol css */
.contact-wrapper {
  position: relative;
  top: 60%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0 0 129px 0;
}

.envelope {
  position: relative;
  display: block;
  width: 100%;
  height: 40em;
  margin: 0 auto;
}

.envelope.active .content {
  padding: 15em 2em 2em;
}

.envelope.active .paper.front,
.envelope.active .paper.back {
  animation-duration: 1.5s;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.envelope.active .paper.front {
  animation-name: envelope-front;
}

.envelope.active .paper.back {
  animation-name: envelope-back;
}

.envelope.active .paper.back:before {
  animation-duration: 0.5s;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1.25s;
  animation-name: envelope-back-before;
}

.envelope.active .bottom-wrapper {
  transform: rotateX(180deg);
}

.envelope.active .bottom-wrapper:after {
  z-index: 0;
  opacity: 1;
}

.envelope .content {
  top: 35px;
  padding: 2em;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease-in-out;
  transition-delay: 1s;
}

.envelope .top-wrapper,
.envelope .bottom-wrapper {
  box-sizing: border-box;
  background: #03a9f5;
  color: #fff;
}

.envelope .top-wrapper {
  padding: 2em 2em 0;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.envelope .bottom-wrapper {
  padding: 0 2em 2em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  transition: all 0.5s ease-in-out;
  transform-origin: top;
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}

.envelope .bottom-wrapper:after {
  position: absolute;
  content: '';
  display: block;
  opacity: 0;
  background: #03a9f5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.envelope form label {
  display: block;
  /* / padding-bottom: 0.5em; / */
}

.envelope form input,
.envelope form textarea {
  width: 100%;
  box-shadow: 0;
  background: transparent;
  color: #fff;
}

.envelope form input {
  border-width: 0 0 0.1em;
  border-color: #fff;
  border-style: solid;
}

.envelope form textarea {
  border: 0.1em solid #fff;
  border-radius: 0.25em;
}

.envelope form .submit-card {
  background: #fff;
  color: #222;
  text-align: center;
  padding: 0.5em;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  border: 0;
  box-shadow: none;
  border-radius: 0.25em;
  cursor: pointer;
}

.envelope form .submit-card:hover {
  background: #791eba;
  color: #fff;}

.envelope form .input {
  padding-bottom: 1em;
}

.envelope .paper {
  position: absolute;
  display: block;
  width: 100%;
  height: 75%;
  top: 0;
  left: 0;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  overflow: hidden;
}

/* .envelope .paper {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  overflow: hidden;
} */

.envelope .paper.back {
  top: -89px;
}

.envelope .paper.back:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  margin-bottom: -1px;
  border-style: solid;
  border-width: 0 28em 9em 27em;
  border-color: transparent transparent #d3d3d3 transparent;
  transform-origin: bottom;
  transform-style: preserve-3d;
  z-index: 0;
}

/* @media (max-width: 375px){
.envelope .paper.back:before {
  border-width: 0 11em 9em 13em;
}
} */

.envelope .paper.back:after {
  content: '';
  display: block;
  background-color: #d3d3d3;
  width: 100%;
  height: 100%;
}

.envelope .paper.front {
  top: 10em;
  box-shadow: 0.1em 0.5em 0.5em rgba(0, 0, 0, 0.25);
  z-index: 0;
}

.envelope .paper.front:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 10em 15em 0 15em;
  border-color: transparent #fff;
}

.envelope .paper.front:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  margin-top: -1px;
}

.textcotact {
  font-size: 35px;
  line-height: 35px;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #000000e6;
  margin-top: 20px;
}

.textcotact2 {
  font-size: 25px;
  line-height: 35px;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #000000e6;
  margin-top: 100px;
}

.callicon {
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  color: #000000e6;
  margin-top: 100px;
}

.custom-k-btn {
  background: #02dea2;
  color: #fff;
  padding: 9px;
  margin-top: 20px;
  margin-bottom: 5px;
  width: 80%;
  box-shadow: 0.1em 0.5em 0.5em rgba(0, 0, 0, 0.25);
}

.custom-k-btn:hover {
  background: #e82a6a;
  color: #fff;
}

.custom-bttn-pos{
  justify-content: space-around;
}
.search-box-outer a{
color: #fff;
}
.badge-tag{
display: inline-block;
  padding: 0 44px 0 18px;
  border-radius: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  padding-left: 15px;
  text-align: left;
  color: #fff;
  white-space: nowrap;
  background: #0161ff;
  margin-bottom: 10px;
}
.badge-tag i{
position: absolute;
  top: 5px;
  right: 3px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #02dea2;
}


.btn--primary-custom{
color: #fff;
background-color: #8c04b9;
border-color: #ffffff;
}
.background-custom{
border: 10px solid #cf67ff;
}
.box-degine-custom{
box-shadow: 0px 0px 9px #000;
border-bottom: 5px dotted #050404;
}
.img--fluid-custom{
width: 172px;
}
.box-shadow-custom{
box-shadow: 0 0 8px #000;
}
.modal-header p{
margin-bottom: 0;
}
.ticker {
display: flex;
flex-wrap: wrap;
width: 100%;
margin: 0 auto;
top: -60px;
bottom: 0px;
right: 0px;
z-index: 20;
position: relative;
}
.news-title {
width: 180px;
text-align: center;
background: #490082;
position: absolute;
z-index: 10;
height: 100%;
color: #ffcb00;
}
.news-title i {
line-height: 2.9;
color: #fff;
}

.news marquee {
font-size: 16px;
margin-top: 7px;
color: #ffcb00;
}
.news {
width: 100%;
background: rgb(73,0,130);
background: linear-gradient(90deg, rgba(73,0,130,1) 0%, rgba(87,0,139,1) 100%);
}
.news-content a {
margin-right: 41px;
display: inline;
color: #ffcb00;
font-weight: bold;
line-height: 1;
}

.allNotification {
  position: fixed;
  right: 32px;
  bottom: 100px;
  z-index: 10;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
.allNotification button {
  position: relative;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 30px;
  background: #f7b61e;
}
.allNotification__icon {
  border: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background: green;
  box-shadow: 2px 2px 12px -5px #000000;
}
.allNotification__list {
  width: 250px;
  position: absolute;
  right: 0;
  bottom: 50px;
  display: none;
}
.allNotification__list {
  width: 250px;
  position: absolute;
  right: 0;
  bottom: 50px;
  display: none;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.allNotification__list li {
  margin-bottom: 12px;
  position: relative;
  margin-bottom: 10px;
  background: #fff;
  padding: 20px 20px 20px 38px;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.allNotification__list li::before {
  content: '\f0f3';
  font-family: 'Font Awesome 6 Free';
  position: absolute;
  left: 18px;
  top: 22px;
  color: #f7b61e;
  font-size: 14px;
}
.allNotification__list li a {
  font-size: 14px;
  margin-bottom: 0;
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
.allNotification__list li p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}
.allNotification__list li .btn {
  font-size: 12px;
  margin-top: 5px;
}
.text-link {
  text-decoration: none;
  border: 0;
  border-bottom: 3px solid #0066ff;
  padding: 0!important;
  border-radius: 0;
}
.form-select{
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom:10px;
}

@media(max-width:480px){

.envelope .paper{
  height: 88%;
}
.envelope .paper.back:before{
  border-width: 0 13em 9em 14em;
}
#myCanvas{
  height: 300px;
}
}

@media only screen and (max-width: 540px){
.padding-custom-5 {
  padding: 5px;
}
}
@media (max-width: 540px) {

.contact-wrapper{
margin: 0 0 192px 0;

}
}

@media only screen and (max-width: 1175px){
.envelope .paper.back:before {
  border-width: 0 25em 9em 26em;
}
}
@media only screen and (max-width: 1063px){
.envelope .paper.back:before {
  border-width: 0 23em 8em 25em;
}
}
@media only screen and (max-width: 1021px){
.envelope .paper.back:before {
  border-width: 0 22em 9em 24em;
}
}
@media only screen and (max-width: 1022px){
.envelope .paper.back:before {
  border-width: 0 22em 10em 23em;
}
}
@media only screen and (max-width: 941px){
.envelope .paper.back:before {
  border-width: 0 20em 10em 21em;
}
}
@media only screen and (max-width: 852px){
.envelope .paper.back:before {
  border-width: 0px 19em 10em 18em;
}
}
.remoted-access{
  display: none;
}
@media only screen and (max-width: 768px){
.envelope .paper.back:before {
  border-width: 0 26em 9em 26em;
}
.news-title {
  width: 46px;
}
.remoted-access{
  display: block;
}
}
@media only screen and (max-width: 640px){
.envelope .paper.back:before {
  border-width: 0 21em 11em 21em;
}
.news-title {
  width: 46px;
}
}
@media only screen and (max-width: 562px){
.envelope .paper.back:before {
  border-width: 0 19em 11em 20em;
}
.news-title {
  width: 46px;
}
}
@media only screen and (max-width: 532px){
.envelope .paper.back:before {
  border-width: 0 19em 11em 18em;
}
}
@media only screen and (max-width: 428px){
.envelope .paper.back:before {
  border-width: 0 12em 9em 15em;
}
.news-title {
  width: 46px;
}
}
@media only screen and (max-width: 375px){
.envelope .paper.back:before {
  border-width: 0 11em 9em 13em;
}
}
@media (max-width: 1023px) {
	.ticker{
		top: 1px;
	}
	
	
}