
body, h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
    padding: 0;
}

/* Define colors */
:root {
    /* color pallete */
    --neutral-blue-primary: #005DE9;
    --neutral-blue-secondary: #013687;
    --neutral-blue-terciary: #e4edff;
    --neutral-light-blue: #276fdc;

    --neutral-linear-start: #013687;
    --neutral-linear-end: #005de9;

    --neutral-black-primary: #333333;
    --neutral-black-secondary: #525252;
    --neutral-white: #ffffff;
    --neutral-white-bg: #f9f9f9;
}



body {
    color: var(--neutral-black-primary);
    background: var(--neutral-white-bg);
    /* Regular/P3 */
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}


/* ---- Font Size ---- */

/* Semibold - sb */
/* Semibold/H1 */
.n-sb-h1{    
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px; /* 133.333% */
}
/* Semibold/H2 */
.n-sb-h2{
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}

/* Semibold/H3 */
.n-sb-h3{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

/* Semibold/P1 */
.n-sb-p1{
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
}


/* Semibold/P2 */
.n-sb-p2{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 177.778% */
}

/* Semibold/P3 */
.n-sb-p3{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}

/* Semibold/P4 */
.n-sb-p4{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 150% */
}



/* Medium - md */
/* Medium/P2 */
.n-md-p2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}

/* Medium/P3 */
.n-md-p3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
/* Medium/P4 */
.n-md-p4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
}



/* Regular - rg */
/* Regular/H2 */
.n-rg-h2{
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; /* 150% */
}

/* Regular/H3 */
.n-rg-h3{
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 150% */
}

/* Regular/H4 */
.n-rg-h4{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}

/* Regular/P1 */
.n-rg-p1{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
}

/* Regular/P3 */
.n-rg-p3{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
/* Regular/P4 */
.n-rg-p4{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;/* 150% */
}





.section-title{
    color: var(--neutral-black-primary);
    text-align: center;
    /* padding-bottom: 64px; */
}

.section-title span{
    border-bottom: 4px solid var( --neutral-blue-primary);
    display: inline-block;
}

.sec-separator{
    height: 2px;
    margin-top: 24px;
}

.slick-track{
    margin-bottom: 10px;
}

/* md - up to  92px*/
@media only screen and (max-width: 992px) {

    body {
        color: var(--neutral-black-primary);
        /* Regular/P3  as  p4*/
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 171.429% */
    }
    

    /* ---- Font Size ---- */

    /* Semibold - sb */
    /* Semibold/H1  as  h3 */
    .n-sb-h1{    
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 48px; /* 150% */
    }

    /* Semibold/H3  as  P1  */
    .n-sb-h3{
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 133.333% */
    }
    /* Semibold/H2 as  h3   */
    .n-sb-h2{
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 48px; /* 150% */
    }
    /* Semibold/P1  as p2  */
    .n-sb-p1{
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 177.778% */
    }


    /* Semibold/P2  as p3*/
    .n-sb-p2{
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 133.333% */
    }

    /* Semibold/P2  as p4*/
    .n-sb-p2.m-p4{
        font-size: 16px;
    }


    /* Semibold/P3  as  p4*/
    .n-sb-p3{
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
    }

    /* Semibold/P4 */
    .n-sb-p4{
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.5; /* 150% */
    }



    /* Medium - md */
    /* Medium/P2  as  P4*/
    .n-md-p2 {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 171.429% */

    }

    /* Medium/P3  as   p4 */
    .n-md-p3 {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 171.429% */
    }




    /* Regular - rg */
 /* Regular/H2  as h3*/
    .n-rg-h2{
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 48px; /* 150% */
    }
    /* Regular/H3  as h4*/
    .n-rg-h3{
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 133.333% */
    }

    /* Regular/H4 as P1*/
    .n-rg-h4{
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 177.778% */
    }



    /* Regular/P1   as  p2 */
    .n-rg-p1{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 200% */
    }

    /* Regular/P3  as  P4 */
    .n-rg-p3{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }
   
}

@media only screen and (max-width: 768px) {
    .sec-separator.min{
        margin-top: 12px;
    }
}

/* header css start */
.header-shadow {
    background: #d3688d;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    padding: 6px 0px;
    color: #eee;
    /* padding-bottom: 12px; */
}
.navbar{
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.navbar-brand img{
    max-width: 76px!important;
}
.navbar-light .navbar-toggler {
    
    border: none;
    outline: none;
}

/* button:focus:not(:focus-visible) {
    outline: 0;
    color: transparent;
} */


button.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}


.navbar-light .navbar-toggler-icon {
    background-image: url(../images/home/Menu.svg);
}


.header-shadow img {
    max-width: 100%;
}

.signup {
    display: flex;
    align-items: center;
}

.Schedule {
    text-decoration: none;
    background: #542e48;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: var(--neutral-font-medium);
}

.Schedule:hover {
    /* background: #005DE9; */
    color: #fff;
}

.signup-links {
    color: var(--neutral-black-primary);
    font-size: 18px;
    font-weight: var(--neutral-font-medium);
}

.signup-links a {
    color: var(--neutral-black-primary);
    text-decoration: none;

}

.signup-links a:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ffffff;
    font-weight: 600;
    /* border-bottom: 2px #fff solid; */
}
/* .signup .signup-links a.active{
    color: var(--neutral-blue-primary);
} */
.navbar-light .navbar-nav .nav-link {
    color: #eee;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}


.nav-link {

    font-size: 18px;
    font-weight: var(--neutral-font-medium);
}


.navbar .signup-links .me-1.active,
.navbar .signup-links .ms-1.active{
    color: var(--neutral-blue-primary);
}

.dropdown-menu[data-bs-popper] {
    
    left: -10px !important;
    margin-top: 21px;
}

.dropdown-menu {
   
    list-style: none;
    background-color: #F9F9F9;
    
   border: none;
    box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.08) !important;
    border-radius: 0px 0px 16px 16px !important;
}

.dropdown-item {
  
    padding: 10px 20px;
    
}

.dropdown-toggle::after {
    display: none;
    
}

.arrow{
    position: relative;
    top: -1px;
    left: -2px;
}
.rotate {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.rotate.down {
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(-180deg);
}

/* header css end */


/* footer starts ----------------------------------------------- */

footer {
    background: var(--neutral-blue-primary);
    color: #fff !important;
    padding: 64px 0px;
    padding-bottom: 25px;

}

.footer-logo {
    border-bottom: 2px solid #ffffff38;
}

.footer-logo p {
    padding: 16px 0px;
    margin: 0;
}

.footer-social {
    padding: 16px 0px
}

.footer-social a {
    color: #fff;
    text-decoration: none;
}

.social-icon {
    margin-top: 16px;
}

.social-icon a {
    margin-right: 16px;
}

.footer-links {
    border-right: 2px solid #ffffff38;
    padding-left: 22px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    line-height: 35px;
}

.footer-links ul li a {
    text-decoration: none;
    color: #fff;
}

.border-none {
    border: none;
    padding: 0px
}

.copyright {
    text-align: right;
    /* font-size: 14px; */
}

.n-d-block{
    display: none;
}




/* ****************** */

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .dropdown-menu[data-bs-popper] {
        left: -10px !important;
        margin-top: 20px;
    }
    .nav-link {
        font-size: 15px;
    }

    .signup-links {
        font-size: 15px;
    }

    .Schedule {
        font-size: 12px;
    }
    .footer-links {
        
        padding-left: 0px;
    }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {


    .navbar-light button.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        background-image: url(../images/home/close.svg);
    }

    .navbar .navbar-collapse{
        margin-top: 0px!important;
    }

    #navbarSupportedContent ul.navbar-nav{
        margin-top: 28px!important;
    }

    .footer-links {
        border-right: none;
        padding-left: 0px;
        margin-top: 35px;
    }
    .navbar-nav{
        text-align: center;
        margin: 0!important;
    }
    .signup {
        display: block;
        text-align: center;
    }

    .signup .signup-links {
        font-size: 15px;
        margin-bottom: 2px;
        margin-top: 28px;
    }
    .Schedule {
   margin: 0 !important;
    }
    .copyright {
        text-align: center;
        
        margin-top: 40px !important;
    }

    .n-d-block{
        display: block;
    }

    .n-d-none{
        display: none;
    }
    
    .responsive-banner{
        display: flex;
        justify-content: space-evenly;
    }
    
    .responsive-banner ul{
        
        list-style: none;
    }
    
    
    .responsive-banner-box{
        display: flex;
        text-align: left;
        align-items: center;
        /* margin: 15px 0px;
        margin-bottom: 25px; */
    }
    
    /* .responsive-banner-box p{
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        margin-left: 15px;
    } */
    

    .signup{
        display: flex !important;
        flex-direction: column-reverse  !important;
        margin-top: 24px;
        margin-bottom: 12px;
    }

}






.container.creative-slides{
    max-width: 100%;
}


.header {
    height: calc(100vh - 6rem);
    width: 100%;
    position: relative;    
    overflow: hidden;
    -webkit-touch-callout: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}


.creative-slides.active{  
  opacity:1;
  z-index: 300; 
}
.creative-slides{  
  position:absolute;
  opacity:0;
  background-position: right;  
  background-size: cover;
  height: 100%;
  width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;  
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.v-middle {
    margin: 1rem 10rem;
    position: absolute;
    width: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.caption .title{
    line-height: 1.6;
    font-size: 4.2rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 0px 7px rgb(0 0 0 / 25%);  
}

.hero-sec-btn{
    border: none;
    outline: none;
    background: #2196F3;
    color: #fff;
    padding: 0.8rem 1.6rem;
    border-radius: 0.6rem;
    margin: 4px;
    font-size: 18px;
    font-weight: 500;
}


.posText1{
  text-align: center;
}

.creative-slider:hover .slick-prev{
      opacity: .91;
      left:3%
}

.creative-slider:hover .slick-next{
      opacity: .91;
      right: 3%;  
}



.creative-slider .slick-prev:hover, .creative-slider .slick-next:hover{
   background: #02020279;
   color: #ffffff;
}



.creative-slider .slick-prev, .creative-slider .slick-next {
  background: rgba(255,255,255,.05);
  color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 500;
    top: 50%;    
    opacity: 0;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50%;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;    
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}


.creative-slider a{
    text-decoration: none;
}


.creative-slider .slick-dots{
    list-style: disc;
    line-height: 1;
    width: 100%;    
    margin: 0 !important;
    position: absolute;
    left: 50%;
    bottom: 30px;
    padding: 0rem 1.8rem;
    z-index: 500;
    text-align: left;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


.creative-slider .slick-dots li {
    position: relative;
    display: inline-block;     
    vertical-align: middle;
    margin: 0 6px;
    width: 6px;
    height: 6px;  
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all .5s ease;
    background-color: #aaa;
    overflow: hidden;
    cursor: pointer;

}

.slick-dots li.active{
      /* background-color: #b9a16b;
      width: 8px;
      height: 8px; */
    background-color: #ffffff;
    width: 10px;
    height: 10px;
}

 .animate {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;    
}

.creative-slides.active .ef-fadeInDown{
  -webkit-animation-name: animate-fadeInDown;
  animation-name: animate-fadeInDown;
}

.creative-slides.active .ef-fadeInLeft{
  -webkit-animation-name: animate-fadeInLeft;
  animation-name: animate-fadeInLeft;
}

.caption a{
    text-decoration: none;
}

/* .creative-slider .slick-prev{
    opacity: .91!important;
    left:3%!important
}

.creative-slider .slick-next{
    opacity: .91!important;
    right: 3%!important;  
} */


@keyframes animate-fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes animate-fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}


 .creative-slider .slick-next {
    right:-38px;
  }
  .creative-slider .slick-prev {
    left:-38px;
  }



@media (max-width: 768px){
  .creative-slider .slick-prev, .creative-slider .slick-next {
    margin-top: -47px;
  }
  .creative-slider .slick-dots{
    right: 0;
    width: auto;
    margin: 0;
    padding: 15px 0 16px;
  }
  .caption .title{
    font-size: 3.2rem; 
  }
}


@media only screen and (max-width: 991px){
  .creative-slider .slick-dots{
    left: 0;
    bottom: 20px;
    max-width: none;
    padding: 0 15px;
    text-align: center;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }  
  
  .creative-slider .slick-next {
    right:3%;
  }
  .creative-slider .slick-prev {
    left:3%;
  }
}


@media only screen and (max-width: 575px){
  .creative-slides{
    padding-right: 15px;
    padding-left: 15px;
  }
  .creative-slider .slick-dots{
    padding: 12px 0 14px;
  }
  .caption .title{
    font-size: 2.6rem; 
    margin-bottom: 0.6rem;
    text-shadow: #000 1px 0 40px;
  }
}

@media only screen and (max-width: 420px){
    .caption .title{
      font-size: 2.2rem; 
      margin-bottom: 0.6rem;
      text-shadow: #000 1px 0 40px;
    }
  }
 


@media only screen and (max-width: 1080px){
    .v-middle{
        margin: 1rem 6rem;
        width: 60%;
    }
    .hero-sec-btn{
        font-size: 16px;
    }
}

@media only screen and (max-width: 820px){
    .v-middle{
        margin: 1rem auto;
        width: calc(100% - 2rem);
        top: calc(100vh - 10rem);
        left: auto;
        transform: translate(0%, -100%);
        -webkit-transform: translate(0%, -100%);
        -moz-transform: translate(0%, -100%);
        -ms-transform: translate(0%, -100%);
        -o-transform: translate(0%, -100%);
        /* background: #eeeeeebd; */
        padding: 1.2rem 0.8rem;
    }
    .v-middle .caption{
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .caption .title{
        font-weight: 800;
        text-shadow: #000 1px 0 20px;
    }
    .caption .sub-title{
        text-shadow: #000 1px 0 10px!important;
        color: #fff!important;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #3f3f3f24;
    }
    .creative-slider .slick-prev{
        opacity: .91!important;
        left:3%!important
    }
    
    .creative-slider .slick-next{
        opacity: .91!important;
        right: 3%!important;  
    } 
    .creative-slider .slick-prev:hover, .creative-slider .slick-next:hover, 
    .creative-slider .slick-prev:active, .creative-slider .slick-next:active{
        background: #02020220;
        color: #ffffff;
     }
     
}

@media only screen and (max-width: 420px){
    .navbar .navbar-brand{
        column-gap: 12px!important;
    }
    .header-shadow .container{
        padding: 0;
    }
    .navbar-brand img {
        max-width: 62px!important;
    }
    .navbar-brand span {
        margin-bottom: 0px!important;
    }
}

@media only screen and (max-width: 360px){
    .navbar .navbar-brand{
        column-gap: 8px !important;
        margin-right: 12px !important;
    }

    .creative-slides.container{
        padding: 0px !important;
    }
    .v-middle{
        width: calc(100% - 2px);
    }

    .navbar-brand img {
        max-width: 52px!important;
    }
    nav .navbar-toggler  {
        padding: 4px 0!important;
    }
}




.table-container {
  margin: 0 auto;
  padding: 2rem 1rem;
  text-align: center;
  background-color: #f7ecef;
}

.table-container h2 {
  color: #5a2e0c;
  font-size: 18px;
  margin-bottom: 20px;
}

.table-container table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: #fff;
}

.table-container th, .table-container td {
  padding: 15px;
  text-align: left;
  border: 1px solid #d2b48c;
}

.table-container th {
  background-color: #f74199;
  color: #fff;
  font-weight: bold;
}

.table-container td {
  color: #5a2e0c;
}

.table-container tr:nth-child(even) {
    background-color: #f741991c;
}

.footer_bottom_text {
    background-color: #373737;
    min-height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

@media only screen and (max-width: 420px){
    .table-container h2 {
        color: #5a2e0c;
        font-size: 16px;
        margin-bottom: 20px;
      }

      .table-container th, .table-container td {
        padding: 10px;
      }

}