@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");

/* footer social */

.me-4 {
  cursor: pointer;
}


/*  */
.wel_sec .pb-2 em{
  color: #043fbd;
}
/*  */

.text {
  padding-top: 20px;
}

.text__container {
  margin: 0 auto;
  max-width: 1170px;
}
.text__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3em;
  color: #252e69;
}

.blue__block {
  background: #043fbd;
  /* box-shadow: 0 84px 84px -56px rgba(39, 43, 236, 0.3); */
  border-radius: 32px;
  max-width: 950px;
  padding: 70px 90px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  counter-reset: css-counter 0;
}
.blue__block ol li {
  font-style: normal;
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  counter-increment: css-counter 1;
  z-index: 1;
  padding-left: 20px;
  padding-top: 40px;
}
.blue__block h3 {
  font-style: normal;
  font-size: 1.8em;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0;
}
.blue__block ol li::before {
  content: counter(css-counter);
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  color: #252e69;
  opacity: .3;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: -1;
}

.blue__block ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


/*  */
/* .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.75) !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
} */
/*  */
html {
  scroll-behavior: smooth;
}
.sub-t{
  margin-left: 25px;
  margin-bottom: 0px;
  color: #777474;
}

/* navigation */


/* banner */

.main-banner {
  padding-top: 150px;
  background-color: #fcfcfc;
}
.main-banner .header-text h6 {
  position: relative;
  text-align: center;
  z-index: 2;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #161616;;
}

.main-banner .header-text h1 {
  position: relative;
  text-align: center;
  z-index: 2;
  margin-top: 10px;
  font-size: 44px;
  color: hsl(0, 0%, 2%);
  font-weight: 900;
  line-height: 74px;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.main-banner .header-text h1 em {
  font-style: normal;
  color:#0275d8;
}


/* banner - end */
/* body */
.main-para em{
  font-style: normal;
  color: #043fbd;
}
.imgbox1 img{
  width: 100%;
}
/* end body */
/* video box */

.control-video{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  
}
.control-audio{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  
}
/* end video box */
/* step */
.icon{
  color: #043fbd; ;
}
.icon2{
  color: #de8c9d ;
}

/* end step */

/* footer */
.bg-custom{
  background-image: linear-gradient(#de8c9d, #fe2858);
  border-top-left-radius: 50% 20%;
  border-top-right-radius: 50% 20%;

  }
  .bg-bottom{
  background-color: #de8c9d;
  }
  .pt-30{
  padding-top: 30px;
  }
  ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  }
  h3,a{
  color: #fff;
  }
  h2{
  font-weight:700;
  font-size:30px;
  letter-spacing: 2px;
  }
  h3{
  font-weight:700;
  font-size: 26px;
  letter-spacing: 2px;
  }
  li{
  padding-top: 10px;
  }
  a{
  text-decoration: none;
  }
  a:hover{
  text-decoration: none;
  color:#ddd;
  }
  .fa{
  font-size: 40px;
  padding-right: 15px;
  }
  .download{
  text-align: center; 
  padding-top: 20px;
  }
  .download .fa{
  padding-right: 25px;
  font-size: 30px;
  }
/* footer */


/* FAQ */

.accordion .card {
	background: none;
	border: none;
}
.accordion .card .card-header {
	background: none;
	border: none;
	padding: .4rem 1rem;
	font-family: "Roboto", sans-serif;

}

.accordion .card-header .btn {
	color: #2f2f31;
	font-size: 1.04rem;
	text-align: left;
	position: relative;
	font-weight: 500;
	padding-left: 2rem;
  text-decoration: none;
  outline: none;
  background-image: none;
  outline: 0;
  box-shadow: none;
}
.accordion .card-header i {
	font-size: 1.2rem;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 9px;
}
.accordion .card-header  .btn:focus .btn:active{
  outline: 0;
  box-shadow: none;
}
.accordion .card-header .btn:hover{
	color: #a04b9e;
}
.accordion .card-body {
	color: #324353;
	padding: 0.5rem 3rem;
}
