
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    overflow-x: hidden;
}
input[type="text"],  input[type="email"],  input[type="tel"],  input[type="date"],  textarea,  select {
    margin: 0 0 15px !important;
    padding: 14px 22px;
    width: 100%;
    outline: 0;
    font-family: sans-serif !important;
    border-radius: 12px;
    font-size: 15px !important;
    color: #666;
    border: none;
    box-shadow: 0px 0px 10px #0000001a;
}
input[type="submit"] {
    text-transform: uppercase;
    border: 0;
    letter-spacing: 1.5px;
    outline: none;
    font-family: sans-serif;
    font-size: 15px;
    color: #fff;
    background-color: #006efe;
    padding: 13px 30px;
    font-weight: 500;
    width: max-content;
    display: block;
    border-radius: 12px;
    line-height: normal;
}

textarea {
    height: 120px;
    margin-bottom: 5px
}
h1,  h2,  h3,  h4,  h5,  h6 {
    margin: 0 0 15px 0;
    color: #000;
    font-weight: 600;
    text-transform: inherit;
    line-height: inherit;
    letter-spacing: 0px;
    font-family: sans-serif;
}
h1 {
    font-size: 35px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
    font-weight: 700;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    margin: 0 0 10px 0;
    font-family: sans-serif;
    font-size: 15px;
    color: #333;
    line-height: 24px;
    letter-spacing: 0px;
}
ul {
    margin: 0;
    padding: 0 !important;
    list-style-type: none;
}
li{
    display: inline-block;
}
ul,  li,  a {
    list-style-type: none;
    font-family: sans-serif;
    color: #303030;
    font-size: 14px;
    text-decoration: none !important;
    letter-spacing: 0px;
    margin: 0 !important;
}
span {
    font-family: sans-serif !important;
}
a:hover {
    transition: 0.8s;
    text-decoration: none !important;
}
figure {
    margin: 0 !important;
}

h3.title {
    margin-bottom: 20px;
}

h3.title span {
    color: #1e2061;
}

.header-top-right-content ul li.link:hover a i.fas.fa-arrow-right, 
.form-section button i {
    transform: translateX(10px);
}

.ourservice-section img.images, .brand-section img.images {
    width: 100%;
}


/* SLICK SLIDER */

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    position: absolute;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 50px;
    height: 50px;
    text-indent: 750px;
    overflow: hidden;
    border-radius: 50px;
    color: #15154c;
    background: none;
    border: 1px solid #15154C;
}
button.slick-prev.slick-arrow:hover{
    background: #15154C;
    transition: 0.9s;
    color: #fff;
}
button.slick-next.slick-arrow:hover{
    background: #15154C;
    transition: 0.9s;
    color: #fff;
}
button.slick-prev.slick-arrow:after {
    content: "\f053";
}
button.slick-next.slick-arrow:after {
    content: "\f054";
}
button.slick-prev.slick-arrow:after, button.slick-next.slick-arrow:after {
    position: absolute;
    top: 4px;
    left: 7px;
    height: 40px;
    width: 40px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-indent: 0;
    font-size: 16px;
}
button.slick-prev.slick-arrow {
    left: -52%;
    top: 89%;
}
button.slick-next.slick-arrow {
    left: -45%;
    top: 89%;
}

/*HEADER SECTION*/

header {
    background-color: #fff;
}

header img {
    width: 100px;
    box-shadow: 0 0 12px #00000017;
}

.header-top-right-content ul {
    display: flex;
    gap: 15px;
    align-items: center;
}

.header-top-right-content ul li.link {
    background: #3d9ff2;
    padding: 8px 18px;
    border-radius: 50px;
}

.header-top-right-content ul li.link a {
    color: #fff;
}


.nav-link {
    color: #000;
    margin: 0 10px;
    transition: all.5s;
}

.nav-link:hover {
    color: #6a1b9a;
}

header .row {
    width: 100%;
}

header h6 {
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

header figure.logo.logo-1 {
    text-align: right;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    width: 100%;
    right: 0;
    top: 100%;
    padding: 20px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    display: none;
}

    .dropdown-menu .column {
    min-width: 250px;
}

.connect-btn {
    background-color: #f36d33;
    color: white;
    border-radius: 25px;
    padding: 10px 16px;
    width: 200px !important;
    font-weight: 500;
    border: none;
    transition: 0.3s;
}

.connect-btn:hover {
    background-color: #d65c29;
    color: #fff;
}

.dropdown-item {
    font-size: 14px;
    padding: 5px 0;
}

    .dropdown-heading {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

.dropdown-menu ul li {
    display: block;
    padding-bottom: 20px !important; 
}

.dropdown hr {
    margin: 10px 0;
    border-color: #eee;
}

li.nav-item.aboutus:hover .dropdown-menu {
    display: block;
}



li.nav-item {
    padding: 8px;
}

nav.navbar.navbar-expand-lg {
    padding: 0;
}

header ul.navbar-nav.me-auto.mb-2.mb-lg-0.d-flex {
    align-items: center;
}

.header-top-right-content ul li.link a i.fas.fa-arrow-right {
    transition: all.5s;
}

ul li.aboutus .dropdown-menu {
    width: 200px;
    box-shadow: 0 0 12px #00000021;
    border-radius: 4px;

}

.dropdown-menu a {
    display: block;
    padding-bottom: 5px;
}

.dropdown-menu a:hover {
    color: #000;
}

.offcanvas-dropdownmemu.d-flex.align-items-center {
    gap: 75%;
    padding: 0 20px;
    justify-content: flex-end;
}

header .offcanvas-body ul.navbar-nav {
    align-items: start !important;
    flex-direction: column !important;
}

.header-menu .container.d-flex {
    justify-content: space-between;
    align-items: center;
}

button.btn.btn-primary.d-lg-none.d-block {
    margin: 0;
}

.offcanvas-body ul li a {
    color: #000 !important;
    font-size: 16px;
    padding: 0;
}

.btn-primary {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

button.dropbtn {
    margin: 0;
    padding: 0;
    background: none;
}

.dropbtn {
  background-color: #3498DB;
  color: #000;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    padding-left: .5rem;
}

div#myDropdown {
    top: 38px;
    width: 360px;
}

header figure.logo-img {
    display: flex;
    justify-content: center;
}

header figure.logo-img img {
    max-width: 100%;
    width: 150px;
}

header p.number {
  margin: 10px 0 0;
}

header p.number._01 {
    margin: 0 !important;
}

header p a {
    font-size: 15px;
    transition: all.5s;
}

header p a:hover {
    color: #6a1b9a;
}

header .input-group {
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
}

header input[type="text"], input[type="password"] {
    margin: 0 !important;
    background: none !important;
    box-shadow: none;
    border: 0;
    padding: 0;
}



.input-group i {
    color: #aaa;
}

header .input-group {
    width: 100%;
    padding: 12px 20px 12px 10px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    color: #fff;
    font-size: 16px;
}

.dropdown form {
    background: #fff;
    padding: 20px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f3ecff;
  min-width: 250px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 30px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
}

p.signup-text a {
    padding: 0 0 5px 0px;
    display: block;
}

p.signup-text.mb-0 {
    margin-top: 10px;
}

header .dropdown p.number a {
    padding: 0 !important;
}

.dropdown a:hover {background: none;}

.show {display: block;}

header button, .form-box button {
    width: 100%;
    background-color: #07698e;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: none !important;
}

.form-container {
    background-color: #f3eaff;
    display: none;
    justify-content: center;
    padding: 30px;
    position: absolute;
    top: 100%;
    z-index: 99;
}

.form-box {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0px 0px 10px #ccc;
}

.form-box input#name, .form-box input#email, .form-box input#password {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    box-shadow: none;
    margin-bottom: 10px !important;
}

.form-box input {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    box-sizing: border-box;
}

.content {
    padding: 50px;
    text-align: center;
}

img.logo {
    width: 100%;
    margin-bottom: 10px;
}

p.helpline {
    font-size: 14px;
    color: #333;
    text-align: center;
}

/* BANNER SECTION */

.banner {
  background: linear-gradient(28deg, #3bb0c02b 6%, #eeeeee61 53%, #ede2e269 80%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  position: relative;
}

.banner figure.banner-img img {
    width: 100%;
}

.banner .banner-content {
  flex: 1;
  padding: 20px;
}

.banner h1 {
    line-height: 1.3;
    font-weight: 500;
    color: #212529;
    font-size: 28px;
    line-height: 1;
}

.banner .banner-content p {
    font-size: 14px;
    margin-bottom: 30px;
}

.banner a.banner-btn {
    background: linear-gradient(45deg, #ff512f, #dd2476);
    padding: 14px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    width: fit-content;
    box-shadow: 0px 4px 26px -15px #212529ba;
    transition: all.5s;
}

.banner a.banner-btn:hover {
    background: linear-gradient(45deg, hsla(206, 100%, 73.3%, 1), #77c4ff);
}

/* SERVICES SECTION */

.services-section {
    padding: 60px 0;
}

.services-section figure.services-img img {
    max-width: 100%;
}

.services-item {
    margin-right: 10px;
}
.services-section .heading-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* PROVIDER SECTION */

.provider-section {
    padding: 0 0 60px;
}

.provider-section figure.img._01 img, 
figure.img._01 img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
}

.provider-section figure.img._01 img {
    height: 100% !important;
}

.section-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}

.provider-section .stats-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.provider-section .stat-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.provider-section .stat-item h3 {
    font-size: 22px;
    margin: 5px 0;
    color: #000;
}

.provider-section .stat-item p {
    margin: 0;
    font-size: 15px;
    color: #333;
}

.provider-section .divider {
    border-top: 1px solid #f2b705;
    width: 90%;
    margin: 0 auto 40px auto;
}

.provider-section .images {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

/* OURSERVICE SECTION */

.ourservice-section {
    padding-bottom: 60px;
}

.ourservice-item {
    overflow: hidden;
}

.ourservice-items, .ourservice-item, .ourservice-item figure.img {
    position: relative;
}

.ourservice-item {
    transition: all.5s;
    overflow: hidden;
    margin-bottom: 20px;
}

.ourservice-item figure.img img, .services-section figure.services-img img {
    width: 100%;
    object-fit: cover;
}

figure.img._02 img {
    max-width: 100%;
    width: 220px;
}

.ourservice-item figure.img {
    overflow: hidden;
}

.ourservice-item figure.img::before {
    position: absolute;
    content: '';
    background: #09a223d9;
    border-radius: 72px;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    border-bottom: 20px;
    transition: all.5s;
}

.ourservice-item:hover figure.img::before {
    width: 100%;
}

.ourservice-item a.link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: '';
    background: #fff;
    color: #09a223d9;
    width: 60px;
    height: 60px;
    left: -100%;
    border-radius: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all.5s;
}

.ourservice-item:hover a.link {
   left: 50%;
}

.ourservice-content {
    padding: 10px 0;
}

.ourservice-content h4 {
    cursor: pointer;
    font-size: 15px;
    margin: 0;
    color: #2eb044;
}

figure.imgs {
    display: flex;
    justify-content: center;
}

/* DIGITAL SECTION */

.digital-section {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}


.digital-section h3, .story-section h3 {
    font-size: 90px;
}

.digital-section h3, .story-section h3, .image-section._01 h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.image-section._01 h3 {
    font-size: 60px;
}

.digital-section h4, .story-section p {
    font-size: 60px;
}

.digital-section h3 span {
    margin-left: 100px;
}

.digital-section .cnt {
    margin-bottom: 24px;
}

/* AWARDS SECTION */

.awards-section {
    background: url(../images/a_back.png) no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    z-index: 0;
}

.awards-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #dddddd4d;
    top: 0;
    z-index: -1;
}

.awards-section figure.images {
    margin-bottom: 20px !important;
}

.awards-section figure.images img {
    width: 100%;
    height: 600px;
    object-fit: inherit;
}

.awards-section figure.images._01 img {
    height: 650px;
    object-fit: cover;
    display: flex;
}

.awards-images {
    justify-content: center;
}

.awards-section h3.title {
    text-align: center;
}

/* CTA SECTION */

.cta-section {
    background: #fff;
    padding: 60px 0;
}

.form-section {
    flex: 1 1 400px;
    padding: 20px;
}

.form-section h1 {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
}

.form-section h3 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.form-section .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form-section .form-group input,
.form-section .form-group select {
    flex: 1 1 48%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    background-color: #f5f5f5;
    font-size: 14px;
}

.form-section textarea {
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    border-radius: 5px;
    border: none;
    background-color: #f5f5f5;
    font-size: 14px;
    resize: vertical;
}

.form-section button {
    background-color: #f26b3d;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-section button:hover {
    background-color: #e95b2c;
}

.image-section {
    flex: 1 1 400px;
    text-align: center;
    padding: 20px;
}

.image-section img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 0 12px #00000017;
}

/* CALENDAR SECTION */

.calendar-section {
    padding: 60px 0;
}

.calendar-section figure.benefit-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.calendar-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.left-section h3 {
    font-size: 20px;
    margin-top: 10px;
}
    .left-section p {
    font-size: 15px;
    color: #444;
}

.right-section {
    flex: 2 1 500px;
}

.calendar-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.calendar-date {
    font-weight: bold;
    font-size: 22px;
    color: #000;
    min-width: 108px;
    margin-right: 15px;
    position: relative;
}

.calendar-date small {
    display: block;
    font-size: 14px;
    margin-top: 2px;
    color: #333;
}

.calendar-date::after {
    content: '';
    display: block;
    height: 4px;
    width: 30px;
    background-color: #f6c032;
    margin-top: 5px;
}
.calendar-text {
    font-size: 16px;
    color: #111;
}

 .calendar-text strong {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

 /* BRAND SECTION */

.brand-section {
    padding: 0 0 60px;
}

/* BENEFITS SECTION */

.benefits-section figure.benefit-img img {
    width: 100%;
    height: 100%;
}

.benefits-section ul li {
    display: block;
    padding-bottom: 10px;
}

/* REVIEWS SECTION */

.reviews-section {
    border-top: 2px solid #ddd;
    padding: 60px 0;
}

.reviews-content {
    box-shadow: 0 0 12px #00000012;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.reviews-section .col-md-4 {
    margin-bottom: 20px;
}

/* STORY SECTION */

.story-section {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.story-section p {
    font-weight: 600;
    margin-bottom: 30px;
}

.story-section h3 {
    margin-bottom: 10px;
}

.story-section img {
    max-width: 100%;
}

figure.benefit-img img {
    border-radius: 0;
}

.story-section figure.benefit-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.image-section._01 {
    padding: 60px 0;
}

.image-section h3.title.cards {
    text-align: left;
    margin: 0;
}

/* FOOTER SECTION */

.footer-note {
    background-color: #4CAF50;
    padding: 12px 20px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

.footer-note-slider, .footer-note-slide {
    display: flex;
    gap: 30px;
}

.footer-note-slide {
    animation: mrqsldr 20s linear infinite;
}

.footer-note-slide p {
    min-width: 100px;
}

.footer-note P {
    color: #fff;
    margin: 0;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
}

.footer-note p span {
    margin-left: 30px;
}

@keyframes mrqsldr {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

footer {
    background-color: #fff;
    padding: 60px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: Arial, sans-serif;
}

footer .social-icons ul li.youtube, footer .social-icons ul li.whatsapp {
    font-size: 24px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .social-icons ul li.youtube i {
    color: #ef6536;
}

footer .social-icons ul li.whatsapp i {
    color: #08cd46;
}

footer .social-icons ul li i {
    font-size: 24px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ef6536;
}

footer .social-icons ul {
    display: flex;
    gap: 3px;
    align-items: center;
}

.footer-item {
    margin: 20px;
    min-width: 200px;
}

.footer-item h4 {
    border-bottom: 2px solid #ef6536;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-item p,
.footer-item a {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none;
    display: block;
}

.footer-item a {
    padding-bottom: 8px;
    text-transform: capitalize;
}

.footer-item a:hover {
    color: #1e2061;
}

    footer .social-icons img,
    footer .certification img {
    height: 25px;
    margin-right: 5px;
}

    footer .qr-code img {
    height: 150px;
    margin-top: 10px;
}

    footer .logo {
     width: 100px;
    margin-bottom: 10px;
}

.footer-btn {
    background-color: #000;
    padding: 12px 0;
}

.footer-btn p, .footer-button p {
    color: #fff;
    margin: 0;
}

.footer-button {
    background-color: #ffc300;
    padding: 12px 0;
}

footer .footer-item img {
    max-width: 100%;
    box-shadow: 0 0 12px #00000017;
}

.certification ul li img {
    filter: brightness(0);
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    
    .header-top-right-content ul li.link {
        padding: 4px 6px;
    }

    header.header, #registerSection {
        display: none;
    }

    header li.nav-item.link {
        font-weight: 500;
        font-size: 16px;
    }

    .dropdown {
        padding: 0;
    }

    .header-menu .container.d-flex {
        justify-content: flex-end;
    }
    
    #registerSection {
        top: 36%;
        left: 0;
    }
    div#myDropdown {
        top: 33px;
        width: 330px;
    }

    .offcanvas-body ul li.aboutus .dropdown-menu {
        left: 0;
    }

    button.btn.btn-primary.d-lg-none.d-block {
      width: 50px;
    }

    .offcanvas-dropdownmemu {
        gap: 68% !important;
    }

    .digital-section h3, .story-section h3 {
        font-size: 50px;
    }  
    
    .digital-section h4, .story-section p, .image-section._01 h3 {
       font-size: 35px;
    }

    .awards-images {
        flex-direction: column;
        align-items: center;
    }

    footer .col-md-2 {
        width: 33%;
    }
}

@media only screen and (max-width: 768px) {

    figure.benefit-img {
        margin-bottom: 15px !important;
    }

    header h6, header figure.logo.logo-1 {
        text-align: left;
    }

    .digital-section h3, .story-section h3 {
        font-size: 36px;
    }  
    
    .digital-section h4, .story-section p, .image-section._01 h3 {
       font-size: 25px;
    }

   .services-item {
        margin-bottom: 12px;
    }

    footer .col-md-2 {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {

    header .header-top {
        padding: 12px 0;
    }

    .offcanvas-dropdownmemu {
        gap: 50% !important;
    }

    .connect-btn {
        padding: 10px 6px;
    }
}

@media only screen and (max-width: 424px) {

    .header-top {
        display: none;
    }

    .offcanvas-dropdownmemu {
        gap: 40% !important;
    }

    .banner .banner-content {
        padding: 0;
        margin-bottom: 22px !important;
    }
}

@media only screen and (max-width: 368px) {

    .offcanvas-dropdownmemu {
        gap: 30% !important;
    }

    figure.services-img {
        margin-bottom: 15px !important;
    }
}