
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@600&display=swap');


:root {
    --primary: #0d6efd;
    --dark: #21252f;
    --body: #888;
    --white: #ffffff;
    --box-shadow: 0 8px 22px rgba(0,0,0,0.1);
}

body {
    font-family: "Sora", sans-serif;
    line-height: 1.7;
    color: var(--body);
    background-color:white;
}

.container{
  padding:15px;
  }


section {
  padding:50px  0 ;
  overflow: hidden;
}

.section-bg {
    background-color: #F8F5F4  ;
}

img {
    width: 100%;
}

.navbar {
    box-shadow:#fffefa;
}



.logo {
    width: 120px;
}

.navbar .nav-link {
    color:black;
    font-size: 18px;
    font-weight: 700;
    /* padding-left:100px; */
    padding-right:70px;
}


.navbar .nav-link.active {
    color: var(--primary) !important;
}
.navbar .nav-link a:hover
{
   color : yellow;
}



.btn {
    padding: 10px 13px;
    border-width: 2px;
    border-radius: 8px;
}


.section-title {
    text-align: center;
    padding-bottom: 20px;
}




#hero {
  width: 100%;
  height: 80vh;
  background: white;
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 60px;
  font-weight: 900;
  font-family:Anton;
  padding:10px;
  line-height: 56px;
  color: black;
}

#hero h2 {
  color: black;
  margin-bottom: 50px;
  padding:10px;
  font-family:Anton;
  font-weight: 900;
  font-size: 30px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}


#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

#hero .hero-img img {
  width: 100%;
}

@media (max-width: 991px) {
  #hero {
    height: 80vh;
    text-align: center;
  }

  
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 40px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 26px;
    line-height: 24px;
    margin-bottom: 30px;
  }
   
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

  #hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 90%;
  }
  
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}




.team .member {
text-align : center;
  float: left;
    margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(254 207 41 , 1);
  padding: 8px;
 width : 100%;

}

@media(max-width : 767px){
.team .member {
text-align : center;

    margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(254 207 41 , 1);
  padding: 8px;

 width : 100%;
}

}

.team .member img {
  width:100%;
  height:200px;
  margin: 0 0 20px 0;
}


.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #5cb874;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
  
.social-icons img
{
 padding:8px;
 width:70px;
 transition:0.5s;
 }

 @media (max-width: 768px){
  .social-icons img
{
 padding:8px;
 width:50px;
 transition:0.5s;
 }


 }


 
.social-icons a:hover img
{
  transform :translateY(-10px)
 } 
  
.footer-top {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: rgb(248, 249,250);
}
hr.solid {
  border-top: 3px solid #bbb;
}
.footer-top a {
    color: var(--body);
}

.footer-top a:hover {
    color: black;
}

.footer-bottom {
    background-color: #242933;
}
.demo-content{
        font-size: 18px;
        width:100%;
        background: rgb(248, 249,250);
}
    

.accordion-body {
  padding: 0 18px;
  height: auto;
  overflow: hidden;
  background-color: white;
  font-size: 14px;
  font-weight:lighter;
}

.wrapper  ol{
  height: 120px;
  overflow: hidden;
  padding-left: 15px;
}

.wrapper  ol.active{
height: auto;
}

.wrapper  ol li{
margin-bottom: 5px;
list-style: none;
position: relative;
}

.wrapper  ol li:before{
  content: "";
  position: absolute;
  top: 8px;
  left: -12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bfbfbf;
}

.wrapper .toggle_btn{
margin-top: 15px;
font-weight: 700;
color: #ffffff;
cursor: pointer;
font-size: 15px;
padding: auto;
margin-right: auto;
border-radius: 5px;
background: rgb(204, 12, 79);
}

.wrapper .toggle_btn.active .fas{
transform: rotate(180deg);
}


.nav-tabs {
  color:#284b8c 
}

.nav-tabs .nav-item{
  background-color: white;
  color:#284b8c ;
  font-weight: bold;
}

.nav-tabs .nav-link{
  background-color: white;
  color:#284b8c ;
  font-weight: bold; 
}



.nav-tabs .nav-link.active {
  background-color:#284b8c ;
  color:white;
  font-weight: bold;
}



.accordion-item a {
  color: #007bff;
}
.accordion-item a:hover {
  color: #0056b3;
  
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.fade {
  transition: opacity .25s linear;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.head td {
  font-size: 16px !important;
  background: #284b8c !important;
  text-align: center;
  /* padding: 10px; */
}
.modal-backdrop {
  z-index: -1;
}
.modal-header h5 {
  font-size: 16px;
  color: #5ecbd6;
  text-align: center;
  width: 100%;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.list-div{
  color: black;
}
/* for desktop */
.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 2% ;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.unread-message-count {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: red;
  color: white;
  font-size: 14px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.whatsapp-icon {
  margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
  .whatsapp-icon {
      margin-top: 10px;
  }

  .whatsapp_float {
      width: 40px;
      height: 40px;
      bottom: 20px;
      right: 10px;
      font-size: 22px;
  }
}
.wh70{
  width: 70px;
    height: 70px;
    margin: 16px;
}
/* @media (min-width: 1024px){
.demat-sixth {
    padding: 64px 0 64px;
    background-color: #f2f2f2;
}
}
@media (min-width: 102px){
.demat-sixth .co-info-parent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
}
.demat-sixth .co-info-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.demat-sixth {
  padding: 50px 0 50px;
  background-color: #fff;
  text-align: center;
}
@media (min-width: 1024px){
.demat-sixth .co-info-parent .co-info {
    width: 33%;
}
}
.demat-sixth .co-info-parent .co-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1024px){
.demat-sixth .co-info-parent .co-info p.download {
    color: #2e51ff;
    font-size: 46px;
    font-weight: 600;
    line-height: 1;
}
}
.demat-sixth .co-info-parent .co-info p.download {
  color: #2e51ff;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 1024px){
.demat-sixth .co-info-parent .co-info p.download-txt {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #808080;
    margin: 0;
}
}
.demat-sixth .co-info-parent .co-info p.download-txt {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #808080;
  margin: 0;
}

@media (min-width: 1024px){
.demat-sixth .co-info-parent .mb-60 {
    margin-top: 0;
}
}
@media (min-width: 1024px){
.demat-sixth .co-info-parent .co-info {
    width: 33%;
}
}
.demat-sixth .co-info-parent .mb-60 {
    margin-top: 60px;
} */