@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-family: "Montserrat", Arial;
}
a:hover {
    color: #d2d2d3;
}
.header-top{
    color:#213889;
    padding: 10px 0 3px;
    border-bottom: 1px solid #0201a51a ;
    background-color: #EEF2F6 !important;
}
.header-top li{
    color:#213889;
}
.header-top .social-icons {
    display: flex;
}
.header-top .headcont{
    display: flex;
    column-gap: 20px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.sticky + .content {
  padding-top: 102px;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}
.navbar-light .navbar-nav .nav-link {
    color: #1e293b;
    padding: 7px 10px 7px 10px;
    font-size: 18px;
}
.navbar-light .nav-item:hover .nav-link {
    background: linear-gradient(to bottom, #333, #176bd7);
    color: #fff;
}
.navbar-light .nav-item {
       margin: 0 30px 0 0;
    position: relative;
}
.sticky .bg-light{
    background: rgba(255, 255, 255, 1)!important;
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.3);
}
.img-circle {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 500px;
}
.topheading {
    color:#034bff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}
h1 {
    color: #0201a5;
    font-size: 40px;
}
.heading1 {
    font-weight: 900;
}
.banner, .banner img{
    height:750px;
    object-fit: cover;
}
.navbar-brand img, .logo img{
    width:61px;
}
main h2{
        font-size: 30px;
    color: rgb(33, 56, 137);
    font-weight: 700;
    font-size: 2.5rem;
    margin: 0 0 30px;
}
.button-82-pushable {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
 .button-82-shadow {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 12px;
      background: hsl(0deg 0% 0% / 0.25);
      will-change: transform;
      transform: translateY(2px);
      transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
    }

    .button-82-edge {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 12px;
      background: linear-gradient(
        to left,
        hsl(226.73deg, 61.18%, 20%) 0%,
        hsl(226.73deg, 61.18%, 25%) 8%,
        hsl(226.73deg, 61.18%, 25%) 92%,
        hsl(226.73deg, 61.18%, 20%) 100%
      );
    }

    .button-82-front {
      display: block;
      position: relative;
      padding: 12px 27px;
      border-radius: 12px;
      font-size: 1.2rem;
      font-weight: bold;
      color: white;
      background: hsl(226.73deg, 61.18%, 33.33%); /* #213889; */
      will-change: transform;
      transform: translateY(-4px);
      transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
    }
     @media (min-width: 768px) {
      .button-82-front {
        font-size: 1.1rem;
        padding: 12px 42px;
      }
    }

    .button-82-pushable:hover {
      filter: brightness(110%);
      -webkit-filter: brightness(110%);
    }

    .button-82-pushable:hover .button-82-front {
      transform: translateY(-6px);
      transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
    }

    .button-82-pushable:active .button-82-front {
      transform: translateY(-2px);
      transition: transform 34ms;
    }

    .button-82-pushable:hover .button-82-shadow {
      transform: translateY(4px);
      transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
    }

    .button-82-pushable:active .button-82-shadow {
      transform: translateY(1px);
      transition: transform 34ms;
    }

    .button-82-pushable:focus:not(:focus-visible) {
      outline: none;
    }

    .button-82-front .text__icon {
      margin-right: 4px;
    }
.greybox, .greybox12{
    background-color: #dddddd !important;
}
.font20{
    font-size:20px;
}
.cta-sec{
    background: #0564b3;
    color:#fff;
}
.cta-sec .button-text {
    color: #fff;
    border: 1px solid #fff;
}
.greybox12 .button-text {
    text-decoration: none;
    padding: 10px 20px;
    background-color: transparent;
    color: #2854a0;
    max-width: max-content;
    border: 1px solid #2854a0;
    margin: 0 auto;
}
.tabspanel .nav-tabs .nav-link {
    background: transparent;
    border: 0;
	border-top: 1px solid #fff;
}
.font-20{
    font-size:20px;
}
button .tabspanel .nav-tabs .nav-link:hover,button .tabspanel .nav-tabs .nav-link:active,button .tabspanel .nav-tabs .nav-link:focus{
	border-top: 2px solid #eff1f8;
}
.tabspanel .nav-link{
	font-size: 17px;
    color: #213889;
    text-transform:uppercase;
}
.bg-light {
    background-color: #EEF2F6 !important;
}
.tab-content{
    color: #1c1c1c;
	padding: 30px 0 0;
	border: 0;
    line-height: 1.5;
	border-top: 1px solid #d5d8dc;
}
.nav-tabs .nav-link.active {
    color: #213889;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 #eef2f6;
}
.font16 {
    color: rgb(33, 56, 137);
    font-weight: 600;
    font-size: 16px;
}
.social-icons li img{
    width:20px;
    margin-right:10px;
}
.bookpg .btn-primary a, .bg-light .btn-primary a{
    color:#fff;

}
footer {
    font-size: 0.9rem;
    color: #19191b;
    background-color:#eff1f8 !important;
}
footer .logo {
    color: #0201a5;
    font-size: 26px;
    text-decoration: none;
    white-space: nowrap;
}
footer ul {
    padding-left: 20px;
}
footer li {
     font-size: 0.9rem;
    line-height: 1.3;
    color: #19191b;
    padding-bottom: 5px;
    padding-top: 5px;
}
footer li a {
    color: #1f01a5;
    text-decoration: none;
    text-transform: none;
    font-weight:500;
}
footer h4{
    font-size:14px !important;
    color:#0201a5;
    font-size:10px;
    margin-bottom:10px;
    font-weight:800;
    text-transform:uppercase;
}
footer .continfo{
    padding-left: 0;
    margin:0;
}
footer .continfo li{
    list-style: none;
}
.footer-title {
    padding: 0 0 5px;
    margin:0;
    text-transform: uppercase;
    color: #213889;
    font-weight: 800;
}
.continfo li{
    padding-bottom:7px;
}
.continfo li:last-child{
    padding-bottom:0px;
}
.quicklink{
    
}
.banner .carousel-indicators {
    bottom: 20px;
}
.banner button {
    border-radius: 0;
    border: 0;
    margin: 0 5px !important;
    height: 3px !important;
    width: 20px !important;
}

.whysec .boxes, .bg-light .boxes, .tabspanel  .boxes, .greybox .boxes, .Level1 .boxes, .Level2 .boxes, .Level3 .boxes, .greybox12 .boxes{
	margin-top: 30px;
	border-radius: 20px;
    display: flex;
    padding: 20px;
    min-height: 190px;
    background: #fff;
    flex-direction: column;
    justify-content: center;
	box-shadow: 0px 8px 30px 0px #0000001A;
}
.Level1 .boxes{
    min-height: 445px;
    justify-content: flex-start;
}
.Level2 .boxes{
    min-height: 515px;
    justify-content: flex-start;
}
.Level3 .boxes{
    min-height: 470px;
    justify-content: flex-start;
}
.Level3 .boxes.boxfull{
    min-height: auto;
    padding-bottom: 0;
}
.enbtn .btn{
    padding:10px 15px;
    color:#fff;
}
.enbtn .btn a{
    color:#fff;
}
.greybox12 .boxes{
    min-height: 260px;
}
.tabspanel  .boxes{
    min-height: 322px;
    justify-content: flex-start;
}
.tabspanel  .boxes ul{
    padding-left:0;
}
.tabspanel  .boxes li{
    list-style: none;
    padding: 8px 0 9px;
    border-bottom: 1px dotted #ccc;
}
.tabspanel  .boxes li:last-child{
    border-bottom:0;
    padding-bottom:0;
}
.whysec .boxes h5, .tabspanel .boxes h5, .greybox .boxes h5,  .Level1 h5, .Level2 h5, .Level3 h5, .greybox12 .boxes h5{
   color: #0201a5;
   text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 10px;
    font-size: 110%;
    line-height: 1.5;
}
.lead {
    font-size: 1rem!important;
}
.infobox ul{
    padding-left: 0;
    margin-top: 20px;
}
.infobox ul li{
    list-style: none;
    padding-bottom: 10px;
}
.formbox{
    border-radius: 20px;
  border: 5px solid #0201a5 ;
  background: #FAF4ED;
  margin-bottom: -140px;
  padding: 40px;
}
.carousel-caption {
background: #18181866; 
    
}
a {
    text-decoration:none;
}
a:hover {
    color:#222;
}
.ltm-box .bg-box{
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 8px 30px 0px #0000001A;
}
.button-text{
    text-decoration: none;
    padding: 10px 20px;
    background-color: transparent;
  color: #2854a0;
  border: 1px solid #2854a0;
}
.button-text:hover{
    background-color: #2854a0;
    color: #fff;
}
.bluetxt{
    color: #0201a5;
}

/* Slider */

.gallerysec .slick-slide {
    margin: 0px 20px;
}

.gallerysec .slick-slide img {
        width: 100%;
    object-fit: cover;
    max-height: 400px;
    object-position: top;
    min-height: 400px;
}

.gallerysec .slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.gallerysec .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.gallerysec .slick-list:focus
{
    outline: none;
}
.gallerysec .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.gallerysec .slick-slider .slick-track,
.gallerysec .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.gallerysec .slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.gallerysec .slick-track:before,
.gallerysec .slick-track:after
{
    display: table;
    content: '';
}
.gallerysec .slick-track:after
{
    clear: both;
}
.gallerysec .slick-loading .slick-track
{
    visibility: hidden;
}

.gallerysec .slick-slide
{
    display: none;
    float: left;
    /*height: 100%;*/
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.gallerysec .slick-slide img
{
    display: block;
}
.gallerysec .slick-slide.slick-loading img
{
    display: none;
}
.gallerysec .slick-slide.dragging img
{
    pointer-events: none;
}
.gallerysec .slick-initialized .slick-slide
{
    display: block;
}
.gallerysec .slick-loading .slick-slide
{
    visibility: hidden;
}
.gallerysec .slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.gallerysec .slick-arrow.slick-hidden {
    display: block;
}
.dropdown-item {
    white-space: unset;
}
.dropdown-menu li{
    border-bottom:1px solid #ccc;
    padding:5px 0;
}
.dropdown-menu li:last-child{
    border-bottom:0;
}
@media(max-width:768px){
.header-top .headcont {
    display: block;
    column-gap: 20px;
}
}
@media(max-width:960px){
 .modulesec .boxes{
     margin-bottom: 50px;
}
footer .continfo {
    padding-left: 0;
    margin: 0 0 20px;
}
}
@media(min-width:1200px) and (max-width:1400px){
.Level1 .boxes {
    min-height: 515px;
    justify-content: flex-start;
}
}