:root {
    --bs-gradient: linear-gradient(90deg, #1882DB 28.55%, #0197D5 82.34%);
    --bs-body-font-family: Jost, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --bs-paragraph-font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --bs-bockquote-font-family: Jost, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --bs-body-font-size: 1rem;
    --bs-h2-font-size: 3.125rem;
    --bs-demo-button-font-size: 1.875rem;
    --bs-bockquote-font-size: 1.5rem;
    --bs-body-font-weight: 500;
    --bs-body-line-height: 1.8;
    --bs-body-text-color: #475981;
    --bs-paragraph-color: #777;
    --bs-btn-padding: 16.5px 36px 16.5px 40px;
    --bs-box-border-radius: 5px;
    --bs-input-height: 60px;
    --bs-color-primary: #0176FF;
    --bs-link-color: #071643;
    --bs-text-color-muted: #5B6270;
    --bs-footer-text-color: #A3A9BF;
    --bs-border-color: rgba(0, 0, 0, 0.07);
    --bs-border-color-translucent: rgba(0, 0, 0, 0.07);
    --bs-navbar-active-color: #0176FF;
    --bs-header-banner-bg: #003461;
    --bs-btn-primary-gradient: linear-gradient(90deg, #1882DB 28.55%, #0197D5 82.34%);
    --bs-btn-primary-gradient-hover: linear-gradient(20deg, #0197D5 28.55%, #1882DB 82.34%);
    --bs-btn-dark-gradient: linear-gradient(94.8deg, #263238 9.79%, #475981 89.35%);
    --bs-btn-dark-gradient-hover: linear-gradient(94.8deg, #475981 89.35%, #263238 9.79%);
    --bs-showcase-primary-gradient-hover: linear-gradient(90deg, #0197D5 28.55%, #1882DB 82.34%);
    --bs-border: 1.3px solid #E3E3FF;
    --bs-box-shadow: 0px 0px 38.5663px rgba(172, 163, 163, 0.15);
    --bs-banner-background-image: url(../../assets/images/banner-bg.png);
    --heading-font-family: "Jost", sans-serif;
    --bs-paragraph-font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --body-bg-color: white;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
    /*line-height: 1.8;*/
    font-size: 1rem;
    font-family: var(--bs-paragraph-font-family);
}

body{
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.footer {
    background-color: #26294f;
    background-size: cover;
}

.footer a {
    color: #a3a9bf;
    text-decoration: none;
    text-decoration-line: none;

}

.footer h4 {
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
}

.footer li,
.footer li>span {
    color: #a3a9bf;
    font-weight: 400;
    margin-bottom: 1rem;
    padding-right: 0px;
}

.footer-logo{
    vertical-align: middle;font-size: 1.5rem;font-weight: 900;
}

.credits{
    background-color: #505595;
    text-align: center;
    padding: 0.875rem 0px;
    font-size: 14px;
}




/*********************************************************** navbar starts here ************************************************************/

.navbar .nav-item .nav-link {
    /*padding-left: 22.5px !important;*/
    padding-right: 22.5px !important;
    color: #1E263B;
    text-wrap: nowrap;
  }

  header{
    /*filter: drop-shadow(0px 0px 10px #eb004e);*/
    filter: drop-shadow(0px 0px 10px gray);
  }
  
  .navbar .nav-item .nav-link.active,
  .navbar .nav-item .nav-link:hover {
    /*color: var(--bs-color-primary);*/
    color: #242424;
    text-wrap: nowrap;
    font-weight: 700;
  }
  
  /*-- navbar end --*/
  /*--list type--*/
  ul.li-unstyled {
    list-style: none;
  }


  /* button */
.btn {
    padding: var(--bs-btn-padding);
    line-height: 1;
    transition: all 0.3s ease;
  }

.btn-nav {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    line-height: 1;
  }

  .btn-readmore{
    background-color: transparent;
    color: #0d71e2;
    line-height: 1;
    border-radius: 0%;
    /*border:1px solid rgb(98, 0, 255);*/
  }

  

  .btn-download-now {
    padding:10px;
    background-color: #0d71e2;
    color: #fff;
    line-height: 1;
    border-radius: 0%;
    border:1px solid #074d9e;
  }

  .drop-filter-1{
    filter: drop-shadow(2px 4px 6px gray);
    border-radius: 5px;
  }
  
  .btn-readmore:hover, .btn-download-now:hover {
    color: #fff;
    background-color: #00336d;
  }

  .btn-nav:hover {
    background-color: #0d71e2;
    color: #fff;
    border:#063f80;
  }
  
  .btn-primary {
    background-image: var(--bs-btn-primary-gradient);
    box-shadow: 0px 5px 30px rgba(65,84,241,0.4);
    transition: transform 250ms ease-in;
  }
  
  .btn-primary:hover,
  .btn-primary:focus {
    background-image: var(--bs-btn-primary-gradient-hover);
    transform: translateX(15px);
  }
  
/*********************************************************** navbar ends here ************************************************************/  





/*************************************************** For Generic Page Starts here ***************************************************/

.section-page{
padding: 1.875rem 0 1.875rem 0;
/*
padding-top: 7.5rem!important;
padding-bottom: 7.5rem!important;
*/
background: radial-gradient(circle at 10% 30%, #f3fff5 0%, transparent 30%), radial-gradient(circle at 50% 50%, #e1e3ff 20%, transparent 50%), linear-gradient(75deg, transparent, #f2f2fbb0);
}


.pageContent {
    margin-left: 0px;
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  .strong {
    font-weight: bold;
  }
  
  .pageHeading {
    font-weight: bolder;
    font-size: 22px;
    margin-left: 2rem;
  }
  
  .pMain {
    font-size: 20px;
    color: #053288;
    font-weight: bold;
    margin-top: 5px;
    text-align: left;
  }
  
  .contentdiv {
    color: #000;
    border-radius: 0.25rem;
    box-shadow: 0 5px 20px -10px rgb(242, 182, 0), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(177, 171, 253, 0.2);
    /*background-color: #fdfdfd;*/
    border-left: 4px dotted #7c538b;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    padding: 2rem;
    background: radial-gradient(circle at 10% 30%, #f3fff5 0%, transparent 30%), radial-gradient(circle at 50% 50%, #e1e3ff85 20%, transparent 50%), linear-gradient(75deg, transparent, #f2f2fb);
  }
  
  .contentcard {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin: 0.5rem 2rem 2rem 2rem;
  }

  @media screen and (max-width: 599px) {
  
    .contentdiv {
      padding: 1rem 1rem;
      border-left: 0px;
  
    }
    
    .contentcard {
      margin: 0rem;
    }
  
    .pageHeading {
      margin-left: 0.6rem;
    }
  
  }
/*************************************************** For Generic Page Ends here ***************************************************/

@media (max-width: 767px) {
    :root {
        font-size: 13px;
    }
    .credits{
        font-size: 12px;
    }

    .section-main {
      padding-top: 2.5rem!important;
      padding-bottom: 2.5rem!important;
    }

    .showcase div.col:not(:last-child) {
      border-bottom: 2px solid #F4F0F0;
      border-right: 0px;
    }
  
    h2 {
        font-size: 2.125rem !important;
        font-weight: 600;
      }

    .pageContent {
      font-size: 1rem!important;
    }

    .px-5{
      padding-right: calc(var(--bs-gutter-x) * .5)!important;
      padding-left: calc(var(--bs-gutter-x) * .5)!important;
    }
  
    .py-10{
      padding-top: 3.25rem!important;
      padding-bottom: 3.25rem!important;
    }

    .section-about h2{
      padding-top: 35px;
    }
  
    .custom-mt-5 {
      margin-top: 0.5rem !important;
    }

    .cursor-main{
      margin: 4px!important;
    }

    #responsive-container{
      padding: 0 !important;
    }

    .navba22r{
      padding-left:20px;
      padding-bottom:15px;
      padding-right:20px;
      padding-top:5px;
    }

    .pageHeading{
      font-size: 16px !important;
    }

    body{
      line-height:1.5 !important;
    }

}

@media (max-width: 991px) {
    :root {
        font-size: 14px;
    }


    .address-image > img{
        object-fit: contain;
        width:50vw;
    }

   
}


.address-image > img{
    animation: bounce_up_down 2s ease-in-out infinite;
}


@keyframes bounce_up_down {
    0% { transform: translateY(0%);}
    50% { transform: translateY(10%);}
    100% { transform: translateY(0%);}
}


.shade-black {
  background-color: #505595;
  border-radius: 5px;
  /*#000000;/*#a4dedea1;*/
}


h2 {
  font-size: 3.125rem;
  font-weight: 800;
  font-family: var(--heading-font-family);
}


.hero-image{
  animation: bounce_up_down 2s ease-in-out infinite;
}

h1>span, h2>span, h3>span {
  padding: 0 7px;
  line-height: 1.1;
  display: inline-block;
}


/***************************** showcase starts here ****************************************/
.showcase {
  margin-top: 6.25rem!important;
  background: radial-gradient(circle at 80% 10%, #9197df 0%, transparent 30%), radial-gradient(circle at 20% 90%, #9197df 0%, #f3faff 30%);
  box-shadow: 0px 19.825px 55.0695px rgba(96, 92, 92, 0.05);
  border-radius: 25px;
  border: solid 2px #ced3ff;
}

.showcase-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.9rem;
  height: 8.9rem;
  border-radius: 50%;
  font-size: 4rem;
}

.showcase-icon-sm {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  font-size: 2rem;
}

.showcase-secondary {
  background-color: #F1F5FA;
  color: var(--bs-color-primary);
}

.showcase-primary {
  background: linear-gradient(90deg, #0176FF 28.55%, #016AE6 82.34%);
  color: var(--body-bg-color);
}

/*--showcase separator border--*/
.showcase div.col:not(:last-child) {
  border-right: 2px solid #F4F0F0;
}



.custom-mt-5 {
  margin-top: 3rem;
}

.cursor-main {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  background-color: #0d71e2;
  color: white;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
  backdrop-filter: blur(5.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin:15px;
  border-radius: 3px;
  padding-top:2px;
  text-wrap:nowrap;
}

.cursor-main:hover{
  background-color: #063f80;

}

/*
.cursor-pointer {
  transition: 0.5s scale ease-in-out;
}


.cursor-pointer:hover {
  scale: 1.1;
}
*/



/***************************** showcase ends here ****************************************/






/****************************** HomePage starts here ******************************/
.section-main{
  
  padding-top: 2.5rem!important;
  padding-bottom: 2.5rem!important; /* 7.5rem */
  background-image: url("/assets/images/bg/wood.jpg");
  background: radial-gradient(circle at 10% 30%, #f3fff5 0%, transparent 30%), radial-gradient(circle at 50% 50%, #e1e3ff 20%, transparent 50%), linear-gradient(75deg, transparent, #f2f2fbb0);
  /* background: radial-gradient(circle at 10% 30%, #9affab 0%, transparent 30%), radial-gradient(circle at 50% 50%, #d5ce79 20%, transparent 50%), linear-gradient(75deg, transparent, #6bafacb0);
  /*background: radial-gradient(circle at 10% 30%, #f3fff5 0%, transparent 30%), radial-gradient(circle at 50% 50%, #e1e3ff 20%, transparent 50%), linear-gradient(75deg, transparent, #f2f2fbb0);*/
  /*radial-gradient(circle at 10% 30%, #659f6f 0%, transparent 30%), radial-gradient(circle at 50% 50%, #7073ab 20%, transparent 50%), linear-gradient(75deg, transparent, #6a6a8db0)*/
  

}



.section-main p, .section-main a{
  font-weight: 600;
  text-decoration: none;
  
  
}





/****************************** HomePage ends here ******************************/

/****************************** Section-About starts here ******************************/
.section-about {
  background: radial-gradient(circle at 10% 20%, #ffefcb 10%, #effffd 80%);
}

.py-10 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.section-about p {
  font-weight: 600;
  text-decoration: none;
}
/****************************** Section-About ends here ******************************/


/****************************** Section-Capability starts here ******************************/
.section-capability {
  background: radial-gradient(circle at 100% 100%, #cbd2ff 0%, transparent 40%), radial-gradient(circle at 0% 0%, #cbd2ff 0%, #f4f5fd 40%);
 
}

.section-capability a{
  text-decoration: none;
}

.section-title {
  margin-bottom: 50px;
}

.separator {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.separator:after {
  content: "";
  width: 100px;
  height: 7px;
  background-image: url(../assets/images/help-dot.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-center .separator:after {
  left: calc(50% - 50px);
}

.transition-all {
  transition: all 300ms ease-in-out;
}

.px-10 {
  padding-right: 6rem!important;
  padding-left: 6rem!important;
}

.showcase-content p:last-child {
  margin-bottom: 0;
}

.capability:hover {
  background-color: var(--bs-color-primary) !important;
  color: var(--body-bg-color);
}

.section-capability p {
  font-weight: 600;
  text-decoration: none;
}
/****************************** Section-Capability ends here ******************************/

/****************************** Section-Slideshow starts here ******************************/
.section-slideshow {
  /* background-color: #F7F8F9; */
  background: radial-gradient(circle at 10% 20%, #e4b8b875 10%, #32766e66 80%);
  background-size: cover;
  padding-top: 6.25rem;
}




/****************************** Section-Slideshow starts here ******************************/