/*
Theme Name: Carnival Internet 2023
Author: SSD Tech, Product Team
Author URI: http://ssd-tech.com
Version: 1.0
 */

* {
    min-height: 0;
    min-width: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

html.no-scroll {
    overflow: hidden;
}

@-ms-viewport {
    width: device-width;
}

::-moz-selection {
    background: #8C135F;
    color: #fff;
}

::selection {
    background: #8C135F;
    color: #fff;
}

@font-face {
    font-family: "Sora";
    src: url("../fonts/Sora-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sora";
    src: url("../fonts/Sora-ExtraBold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sora";
    src: url("../fonts/Sora-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sora";
    src: url("../fonts/Sora-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sora";
    src: url("../fonts/Sora-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sora";
    src: url("../fonts/Sora-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tiro Bangla";
    src: url("../fonts/TiroBangla-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    padding: 134px 0 0 0;
    scroll-behavior: smooth;
    margin: 0;
    color: #191A24;
    font-family: "Roboto", sans-serif;
    line-height: 1.15;
    overflow-x: hidden;
    cursor: default;
    background: #fff;
}

body.no-scroll {
    overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

h2 {
    font-size: 2.7rem;
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:focus,
a:active {
    outline: 0 !important;
}

button:focus,
button:active {
    outline: 0 !important;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):active {
    outline: 0 !important;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: none;
}

@font-face {
    font-family: "carnival-internet";
    src: url("../fonts/carnival-internet.woff?wmva8s") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "carnival-internet" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-splash:before {
    content: "\e950";
}

.icon-account:before {
    content: "\e900";
}

.icon-audra:before {
    content: "\e901";
}

.icon-bill:before {
    content: "\e902";
}

.icon-curve:before {
    content: "\e903";
}

.icon-dashboard:before {
    content: "\e904";
}

.icon-envelop-internet:before {
    content: "\e905";
}

.icon-fiber:before {
    content: "\e906";
}

.icon-group:before {
    content: "\e907";
}

.icon-ip:before {
    content: "\e908";
}

.icon-lock:before {
    content: "\e909";
}

.icon-mail:before {
    content: "\e90a";
}

.icon-map:before {
    content: "\e90b";
}

.icon-messenger:before {
    content: "\e90c";
}

.icon-msg:before {
    content: "\e90d";
}

.icon-network:before {
    content: "\e90e";
}

.icon-office:before {
    content: "\e90f";
}

.icon-route-mash:before {
    content: "\e910";
}

.icon-rss-internet:before {
    content: "\e911";
}

.icon-school:before {
    content: "\e912";
}

.icon-shield-internet:before {
    content: "\e913";
}

.icon-shield-tick:before {
    content: "\e914";
}

.icon-support:before {
    content: "\e915";
}

.icon-ticket:before {
    content: "\e916";
}

.icon-village:before {
    content: "\e917";
}

.icon-whatsapp-fill:before {
    content: "\e918";
}

.icon-world:before {
    content: "\e919";
}

.icon-email:before {
    content: "\e91a";
}

.icon-rss-feed:before {
    content: "\e91b";
}

.icon-router:before {
    content: "\e91c";
}

.icon-notifications:before {
    content: "\e91d";
}

.icon-check_circle:before {
    content: "\e928";
}

.icon-date_range:before {
    content: "\e91f";
}

.icon-alert-circle:before {
    content: "\e920";
}

.icon-arrow-down:before {
    content: "\e921";
}

.icon-arrow-left:before {
    content: "\e922";
}

.icon-arrow-right:before {
    content: "\e923";
}

.icon-arrow-up:before {
    content: "\e924";
}

.icon-calendar:before {
    content: "\e925";
}

.icon-camera:before {
    content: "\e926";
}

.icon-check:before {
    content: "\e927";
}

.icon-check-circle:before {
    content: "\e928";
}

.icon-check-square:before {
    content: "\e929";
}

.icon-chevron-down:before {
    content: "\e92a";
}

.icon-chevron-left:before {
    content: "\e92b";
}

.icon-chevron-right:before {
    content: "\e92c";
}

.icon-chevron-up:before {
    content: "\e92d";
}

.icon-clock:before {
    content: "\e92e";
}

.icon-download:before {
    content: "\e92f";
}

.icon-edit-o:before {
    content: "\e930";
}

.icon-eye:before {
    content: "\e931";
}

.icon-eye-off:before {
    content: "\e932";
}

.icon-file:before {
    content: "\e933";
}

.icon-file-text:before {
    content: "\e934";
}

.icon-folder:before {
    content: "\e935";
}

.icon-gift:before {
    content: "\e936";
}

.icon-heart:before {
    content: "\e937";
}

.icon-home:before {
    content: "\e938";
}

.icon-image:before {
    content: "\e939";
}

.icon-instagram-o:before {
    content: "\e93a";
}

.icon-lock-o:before {
    content: "\e93b";
}

.icon-map-pin:before {
    content: "\e93c";
}

.icon-menu:before {
    content: "\e93d";
}

.icon-minus:before {
    content: "\e93e";
}

.icon-minus-circle:before {
    content: "\e93f";
}

.icon-paperclip:before {
    content: "\e940";
}

.icon-phone-call:before {
    content: "\e941";
}

.icon-play:before {
    content: "\e942";
}

.icon-play-circle:before {
    content: "\e943";
}

.icon-plus:before {
    content: "\e944";
}

.icon-plus-circle:before {
    content: "\e945";
}

.icon-search:before {
    content: "\e946";
}

.icon-send:before {
    content: "\e947";
}

.icon-settings:before {
    content: "\e948";
}

.icon-upload:before {
    content: "\e949";
}

.icon-share:before {
    content: "\e94a";
}

.icon-shopping-cart:before {
    content: "\e94b";
}

.icon-trash-o:before {
    content: "\e94c";
}

.icon-user:before {
    content: "\e94d";
}

.icon-close:before {
    content: "\e94e";
}

.icon-close-circle:before {
    content: "\e94f";
}

.icon-business:before {
    content: "\e962";
}

.icon-person-add:before {
    content: "\e963";
}

.icon-person-remove:before {
    content: "\e964";
}

.icon-comments:before {
    content: "\f086";
}

.icon-phone-square:before {
    content: "\f098";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-youtube-play:before {
    content: "\f16a";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-cc-visa:before {
    content: "\f1f0";
}

.icon-cc-mastercard:before {
    content: "\f1f1";
}

.icon-cc-amex:before {
    content: "\f1f3";
}

.icon-cc-paypal:before {
    content: "\f1f4";
}

.icon-whatsapp:before {
    content: "\f232";
}

.icon-handshake-o:before {
    content: "\f2b5";
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

[hidden] {
    display: none;
}

.mynavbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 0;
}

.mynavbar>.container,
.mynavbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.mynavbar-toggler {
    display: none;
}

.mynavbar ul li.dropdown>a:after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    height: 6px;
    right: 5px;
    position: absolute;
    top: 17px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 6px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.mynavbar-brand {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 15px;
    line-height: inherit;
    white-space: nowrap;
}

.mynavbar-brand img {
    height: 64px;
    transition: all 0.3s linear;
}

@media all and (min-width: 991px) {
    .mynavbar-brand {
        min-width: 200px;
    }

    .mynavbar ul {
        padding: 0;
        margin: 0;
        display: flex;
    }

    .mynavbar ul.mynavbar-nav>li.hide-lg {
        display: none;
    }

    .mynavbar ul li {
        display: block;
        position: relative;
    }

    .mynavbar ul li a {
        display: block;
        padding: 25px 25px;
        text-decoration: none;
        color: #191A24;
        transition: all 0.3s linear;
        font-size: 16px;
        letter-spacing: 0.35px;
        font-weight: 500;
        font-family: "Sora", sans-serif;
    }

    .mynavbar ul li a:hover,
    .mynavbar ul li a.active {
        color: #8C135F;
    }

    .mynavbar ul li:hover>a,
    .mynavbar ul li.active a {
        color: #8C135F;
    }

    .mynavbar ul li ul {
        visibility: hidden;
        position: absolute;
        left: 0;
        top: calc(100% + 30px);
        -webkit-box-shadow: 0 20px 20px -7px rgba(69, 65, 78, 0.08);
        -ms-box-shadow: 0 20px 20px -7px rgba(69, 65, 78, 0.08);
        box-shadow: 0 20px 20px -7px rgba(69, 65, 78, 0.08);
        opacity: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.07, 0.73, 0.75, 0.77);
        height: auto;
        margin-bottom: 10px;
        background: #fff;
        padding: 8px 15px;
        width: 200px;
        z-index: 99;
        display: block;
        min-width: 200px;
    }

    .mynavbar ul li ul li a {
        padding: 8px 0;
        font-size: 13px;
        font-weight: 500;
    }

    .mynavbar ul li:last-child ul {
        left: 0;
        -webkit-box-shadow: 0 5px 15px -5px rgba(69, 65, 78, 0.2);
        -ms-box-shadow: 0 5px 15px -5px rgba(69, 65, 78, 0.2);
        box-shadow: 0 5px 15px -5px rgba(69, 65, 78, 0.2);
        width: 100%;
        border-radius: 0 0 3px 3px;
    }

    .mynavbar ul li:hover>ul {
        display: block;
        position: absolute;
        visibility: visible;
        top: 100%;
        opacity: 1 !important;
    }

    .mynavbar ul ul ul {
        left: 100%;
        top: 0 !important;
    }

    .sidebar-logo {
        display: none;
    }
}

@media all and (max-width: 991px) {
    .mynavbar {
        position: relative;
        padding: 0;
    }

    .mynavbar-collapse {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: -100vw;
        z-index: 99;
        background: #14151F;
        -webkit-transition: all 0.3s cubic-bezier(0.52, 0.18, 0.27, 0.92);
        transition: all 0.3s cubic-bezier(0.52, 0.18, 0.27, 0.92);
        overflow-y: auto;
    }

    .mynavbar-collapse.show {
        left: 0px;
        box-shadow: 0px 0 0px 200px rgba(0, 0, 0, 0.2);
    }

    .mynavbar-collapse-header {
        display: flex;
        justify-content: space-between;
        padding: 10px 15px;
        border-bottom: 1px solid #d6d6e1;
        align-items: center;
    }

    .mynavbar-collapse-header img {
        height: 30px;
    }

    .mynavbar-collapse-header .mynavbar-close {
        font-size: 30px;
        color: #191A24;
    }

    .mynavbar-collapse-header .mynavbar-close::before {
        margin: 0;
    }

    .mynavbar-collapse-inner {
        height: calc(100vh - 50px);
        overflow-y: auto;
    }

    .mynavbar-collapse-inner h3 {
        font-size: 16px;
        font-weight: 700;
        color: #191A24;
        padding: 10px 15px;
        text-transform: uppercase;
        background: #E5E5EC;
        margin: 0;
    }

    .mynavbar-collapse ul {
        padding: 0;
        margin: 0;
    }

    .mynavbar-collapse ul li.dropdown>a:after {
        font-family: "icarnival";
        content: "\e914";
        position: absolute;
        top: 15px;
        right: 10px;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        font-size: 18px;
    }

    .mynavbar-collapse ul li.dropdown>a.active:after {
        transform: scaleY(-1);
    }

    .mynavbar-collapse ul li.dropdown>a.active+ul {
        padding-left: 15px;
    }

    .mynavbar-collapse ul li.more-option {
        background: #65056F;
    }

    .mynavbar-collapse ul li.more-option>a {
        font-size: 16px;
        font-weight: 500;
    }

    .mynavbar-collapse ul li.more-option ul {
        display: block;
    }

    .mynavbar-collapse ul li.more-option a {
        color: #fff;
    }

    .mynavbar-collapse ul li.more-option a:after {
        display: none;
    }

    .mynavbar-collapse ul li.country {
        background: #191A24;
    }

    .mynavbar-collapse ul li.country>a {
        font-size: 16px;
        font-weight: 500;
    }

    .mynavbar-collapse ul li.country a {
        color: #fff;
    }

    .mynavbar-collapse ul li.country a:after {
        color: #fff;
    }

    .mynavbar-collapse ul>li>a {
        padding: 15px;
        font-size: 15px;
        display: block;
        color: #222;
        position: relative;
    }

    .mynavbar-icon {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #8C135F;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    .mynavbar-icon:nth-child(1) {
        top: 4px;
    }

    .mynavbar-icon:nth-child(2) {
        top: 13px;
    }

    .mynavbar-icon:nth-child(3) {
        top: 22px;
    }

    .mynavbar-toggler {
        width: 30px;
        height: 30px;
        display: block;
        border: none;
        padding: 0;
        transition: all 400ms linear;
        position: relative;
        z-index: 999;
        background: none;
        cursor: pointer;
    }

    .mynavbar-toggler.open {
        background: #fff;
        border-radius: 50px;
    }

    .mynavbar-toggler.open .mynavbar-icon {
        background: #191A24;
        width: 75%;
    }

    .mynavbar-toggler.open .mynavbar-icon:nth-child(1) {
        top: 14px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        left: 3px;
    }

    .mynavbar-toggler.open .mynavbar-icon:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .mynavbar-toggler.open .mynavbar-icon:nth-child(3) {
        top: 14px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        left: 3px;
    }

    .mynavbar ul {
        width: 100%;
        padding: 30px 20px 0;
    }

    .mynavbar ul li {
        position: relative;
        border-bottom: 1px solid #282932;
    }

    .mynavbar ul li a {
        display: block;
        padding: 15px 0px;
        text-decoration: none;
        white-space: nowrap;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        font-family: "Sora", sans-serif;
    }

    .mynavbar ul li ul {
        background: none;
        visibility: visible;
        position: static;
        opacity: 1;
        margin-bottom: 0;
        padding: 15px;
        width: auto;
    }

    .mynavbar ul li ul li a {
        color: #191A24;
        font-size: 15px;
        padding: 10px 0;
    }

    .mynavbar ul li.dropdown a:after {
        right: 10px;
    }

    .mynavbar ul li.dropdown a.active:after {
        transform: rotate(-45deg);
    }

    .dropdown>ul {
        display: none;
    }

    .sidebar-logo {
        margin: 20px 0 0 20px;
        display: inline-block;
    }

    .sidebar-logo img {
        height: 45px;
    }
}

.mr-auto {
    margin-right: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.center-block {
    display: block;
    margin: 0 auto;
}

.align-items-center {
    align-items: center !important;
}

.align-self-center {
    align-self: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.img-fluid,
img {
    max-width: 100%;
    height: auto;
}

.img-round {
    border-radius: 50%;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.py-5 {
    padding: 80px 0;
}

.py-3 {
    padding: 40px 0;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.mb-1 {
    margin-bottom: 15px !important;
}

.mt-1 {
    margin-top: 15px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-auto {
    margin-top: auto !important;
}

.btn-link {
    color: #65056F;
    text-transform: uppercase;
    display: inline-flex;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1.5px;
}

.btn {
    border: none;
    letter-spacing: 0.35px;
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
    text-align: center;
}

.btn-round {
    background-color: #65056F;
    -webkit-clip-path: url(#btnShape);
    clip-path: url(#btnShape);
    min-width: 150px;
}

.btn-block {
    width: 100%;
}

.btn-fill {
    background-color: #65056F;
}

.btn-fill::before {
    left: -15px;
}

.btn-fill::after {
    right: -15px;
}

.btn:hover {
    color: #fff;
    -webkit-background-size: auto 90px;
    -ms-background-size: auto 90px;
    background-size: auto 90px;
}

.btn-full {
    width: 100%;
    text-align: center;
}

.btn-light {
    border: 1px solid #65056F;
    background-color: rgba(101, 5, 111, 0.15);
    color: #65056F;
}

.btn-light:hover {
    color: #65056F;
}

.icon-btn-outline {
    color: #65056F;
    position: relative;
    text-align: center;
    min-width: 150px;
}

.icon-btn-outline:before {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

.common-heading {
    font-size: 48px;
    font-weight: 700;
    color: #191A24;
    letter-spacing: 0.25px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    line-height: normal;
}

.common-heading a {
    margin-left: auto;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #DC2E3D;
    letter-spacing: 1px;
}

.common-heading span {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    background: #65056F;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 4px;
    margin-left: 10px;
}

.animate,
.contact-address-box h5 a,
.investors .slick-dots li button,
.social-link ul li a,
.social-link .social-tooltip,
.mynavbar-form input::-webkit-input-placeholder,
.form-control,
.radio-mark,
.checkmark,
.btn {
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.media-news-slider .slick-arrow,
.testimonial .slick-arrow,
.why-carnival .slick-arrow {
    position: absolute;
    height: 48px;
    width: 48px;
    display: flex;
    background: #194F9F;
    top: 50%;
    z-index: 99;
    border: 2px solid #fff;
    font-size: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-shadow: 0 0 15px -5px rgba(25, 26, 36, 0.15);
    -ms-box-shadow: 0 0 15px -5px rgba(25, 26, 36, 0.15);
    box-shadow: 0 0 15px -5px rgba(25, 26, 36, 0.15);
}

.media-news-slider .slick-arrow.slick-disabled,
.testimonial .slick-arrow.slick-disabled,
.why-carnival .slick-arrow.slick-disabled {
    background: rgba(25, 26, 36, 0.15);
    pointer-events: none;
    cursor: default;
}

.media-news-slider .slick-arrow::before,
.testimonial .slick-arrow::before,
.why-carnival .slick-arrow::before {
    font-family: "carnival-internet";
    font-size: 24px;
}

.media-news-slider .slick-arrow.slick-next,
.testimonial .slick-arrow.slick-next,
.why-carnival .slick-arrow.slick-next {
    right: 25px;
}

.media-news-slider .slick-arrow.slick-next::before,
.testimonial .slick-arrow.slick-next::before,
.why-carnival .slick-arrow.slick-next::before {
    content: "\e92c";
}

.media-news-slider .slick-arrow.slick-prev,
.testimonial .slick-arrow.slick-prev,
.why-carnival .slick-arrow.slick-prev {
    left: 25px;
}

.media-news-slider .slick-arrow.slick-prev::before,
.testimonial .slick-arrow.slick-prev::before,
.why-carnival .slick-arrow.slick-prev::before {
    content: "\e92b";
}

.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    align-self: flex-start;
    z-index: 9;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

.error-msg {
    color: #DC2E3D !important;
}

label.error {
    color: #DC2E3D !important;
    font-size: 12px;
}

@media all and (min-width: 768px) {
    .xs-only {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
    .mobile-only {
        display: block !important;
    }

    .hide-xs {
        display: none !important;
    }
}

.container {
    max-width: 100%;
    width: 1300px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-fluid {
    margin: 0;
    max-width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

div[class*=col-] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    div[class*=col-] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>div[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.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);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option--selectable {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
    padding: 0;
}

.select2-container--default .select2-results__option--disabled {
    color: #999;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
    padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.radio,
.checkbox {
    display: block;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-mark,
.checkmark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background: #fff;
    margin-right: 5px;
}

.checkbox a {
    color: #65056F;
}

.checkbox input,
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */

.checkmark {
    border-radius: 2px;
    border: 1px solid #191A24;
}

.checkbox input:checked~.checkmark {
    background: #65056F;
    border: 1px solid #65056F;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked~.checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 4px;
    top: 0;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio {
    font-size: 14px;
    font-weight: 500;
}

.radio-mark {
    border-radius: 50%;
    border: 1px solid #191A24;
}

.radio input:checked~.radio-mark {
    -webkit-box-shadow: 0 0 0px 2px #fff inset;
    -ms-box-shadow: 0 0 0px 2px #fff inset;
    box-shadow: 0 0 0px 2px #fff inset;
    border-color: #65056F;
    background: #65056F;
}

select.form-control {
    background-color: #fff;
    background-image: url("../images/search-dropdown.svg");
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-background-size: 12px;
    -ms-background-size: 12px;
    background-size: 12px;
    font-size: 1rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .select-style select {
        padding: 10px 10px;
    }
}

select.form-control option {
    background: #ebebeb none repeat scroll 0 0;
    border: medium none;
    color: #333333;
    padding: 4px 0;
}

select.form-control option:hover {
    color: #fff;
}

select.form-control:focus {
    outline: medium none;
}

.form-label {
    color: #191A24;
    letter-spacing: 0.25px;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    position: absolute;
    left: 12px;
    padding: 0 5px;
    background: #fff;
    z-index: 1;
    top: -7px;
}

.form-label sup {
    color: #DC2E3D;
}

.form-control {
    padding: 10px 12px;
    border-radius: 4px;
    resize: none;
    border: 1px solid #bcbcce;
    color: #191A24;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    font-weight: 400;
}

.form-control.datepicker {
    background-color: #fff;
    background-image: url("../images/calendar.svg");
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    box-shadow: none;
    -webkit-background-size: 24px;
    -ms-background-size: 24px;
    background-size: 24px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

.form-control::placeholder {
    color: #9CA3AF;
    opacity: 1;
}

.form-control.parsley-error {
    border-color: #DC2E3D;
}

.form-group {
    position: relative;
    margin: 0 0 15px;
}

.form-group.focus .form-control {
    border: 1px solid #65056F;
}

.form-error .form-control {
    border-color: #DC2E3D;
}

.form-error .form-label {
    color: #DC2E3D;
}

textarea.form-control {
    background: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=text]:-webkit-autofill,
input[type=tel]:-webkit-autofill input[type=password]:-webkit-autofill {
    -webkit-background-clip: text;
}

/* Change autocomplete styles in WebKit */

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus {
    border: 1px solid #bcbcce;
    -webkit-text-fill-color: #191A24;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 26, 36, 0.8);
    z-index: 99999;
    backdrop-filter: blur(5px);
}

.modal-close {
    position: absolute;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background: #fff;
    right: -15px;
    top: -15px;
    cursor: pointer;
    display: flex;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    z-index: 9999999;
}

.modal-close i {
    color: #191A24;
    margin: auto;
    font-size: 20px;
}

.modal-inner {
    max-width: 450px;
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top: 30%;
    -ms-transform: translate(-50%, -30%);
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    -webkit-box-shadow: 0 0 15px -3px rgba(25, 26, 36, 0.25);
    -ms-box-shadow: 0 0 15px -3px rgba(25, 26, 36, 0.25);
    box-shadow: 0 0 15px -3px rgba(25, 26, 36, 0.25);
}

@media screen and (min-width: 900px) {
    .modal-inner {
        max-width: 640px;
        width: 640px;
    }
}

@media all and (max-width: 767px) {
    .modal-inner {
        width: 90%;
    }

    .modal-inner input.form-control {
        margin-bottom: 15px;
    }
}

.header {
    position: fixed;
    z-index: 9999;
    background: #fff;
    top: 0;
    width: 100%;
    transition: 0.3s linear all;
    box-shadow: 0 0 20px -4px rgba(25, 23, 22, 0.35);
}

.header-bar {
    background: #000248 !important;
    padding: 8px 0;
}

.header-bar span {
    color: white;
}

.header-bar ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.header-bar ul li {
    list-style: none;
}

.header-bar ul li:not(:last-child) {
    margin-right: 30px;
}

.header-bar ul li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
}

.header-bar ul li a i {
    margin-right: 8px;
}

.header-bar .btn {
    height: 34px;
    padding: 5px 35px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.header .split_text {
    z-index: 99;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    display: inline-block;
    position: absolute;
    letter-spacing: 25px;
    opacity: 0;
    transform: translateX(25px);
}

.header .split_text.split-carnival {
    left: 22px;
    top: 50%;
    margin-top: -7.5px;
    color: #1a1818;
}

.header .split_text.split-internet {
    left: 57px;
    top: 65%;
    font-size: 8px;
    color: #d74c63;
}

.mynavbar-brand {
    position: relative;
}

.mynavbar-brand::after,
.mynavbar-brand::before {
    content: "";
    width: 130px;
    height: 14px;
    background: #fff;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right center;
    -webkit-transition: transform 0.7s cubic-bezier(0, 0.51, 0.48, 1.04) 0s;
}

.mynavbar-brand::before {
    top: 50%;
    margin-top: -7px;
    left: 20px;
}

.mynavbar-brand::after {
    top: 50%;
    margin-top: 7px;
    left: 44px;
}

.header-tiny {
    box-shadow: 0 0 20px -4px rgba(25, 23, 22, 0.35);
    background: #fff;
}

.header.header-tiny {
    top: -50px;
}

.header.header-tiny .mynavbar-brand img {
    height: 50px;
}

.header.header-tiny .split_text {
    letter-spacing: 7px;
    opacity: 1;
    transform: translateX(0);
    transition: letter-spacing 2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.7s, transform 2s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) 0.7s;
}

.header.header-tiny .split_text.split-internet {
    letter-spacing: 5px;
}

.header.header-tiny .mynavbar-brand {
    position: relative;
}

/* .header.header-tiny .mynavbar-brand::after,
.header.header-tiny .mynavbar-brand::before {
    transform: scaleX(1);
} */

.mynavbar-common .container-fluid {
    width: 100%;
    padding: 0 15px;
}

.mynavbar-common-inner {
    display: flex;
    align-items: center;
}

.mynavbar-common-inner>ul {
    align-items: center;
}

.mynavbar-common-inner>ul>li>a i {
    font-size: 24px;
}

.mynavbar-common-inner>ul>li ul {
    margin: 0;
}

.mynavbar-common-inner>ul>li ul li a {
    position: relative;
    padding-left: 30px;
    color: #606c80;
}

.mynavbar-common-inner>ul>li ul li a i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 6px;
}

.mynavbar-nav .deliver>a {
    position: relative;
    color: #606c80;
    font-size: 12px;
    padding-left: 35px;
}

.mynavbar-nav .deliver>a i {
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 24px;
    color: #606c80;
}

.mynavbar-nav .deliver>a strong {
    display: block;
    font-size: 14px;
    color: #191A24;
}

.mynavbar-nav .deliver>a::after {
    top: auto !important;
    bottom: 18px;
}

.mynavbar-form {
    width: 30vw;
    position: relative;
}

.mynavbar-form input {
    border: none;
    background: #fff;
    -webkit-background-size: 16px;
    -ms-background-size: 16px;
    background-size: 16px;
    padding: 15px 35px 15px 15px;
    border-radius: 6px;
    width: 100%;
    font-weight: 500;
}

.mynavbar-form input::-webkit-input-placeholder {
    color: #191A24;
}

.mynavbar-form input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.mynavbar-form input:focus {
    outline: none;
    border: none;
}

.mynavbar-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    display: flex;
    align-items: center;
    width: 48px;
    font-size: 24px;
    background: none;
    color: #191A24;
}

.mobile-menu {
    display: none;
    padding-top: 0px;
}

.mobile-menu a.btn {
    margin: 30px 20px 0;
    font-size: 14px;
    font-weight: 600;
    color: #191A24;
    background: #fff;
    display: block;
}

.mobile-menu ul li {
    border: 1px solid #321d58;
    border-radius: 5px;
}

.mobile-menu ul li:not(:last-child) {
    margin-bottom: 15px;
}

.mobile-menu ul li a {
    padding: 15px;
    display: flex;
    align-items: center;
}

.mobile-menu ul li a i {
    margin-right: 10px;
}

.footer {
    background: #000248 !important;
    color: #fff;
    position: relative;
}

.footer::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: #000248 !important;
    transform: scaleX(1);
    transform-origin: right center;
    -webkit-transition: transform 4s linear;
}

.footer.in-view::after {
    transform: scaleX(0);
}

.footer-top {
    padding: 90px 0;
    background-color: #000248 !important;
}

.footer-content .footer-logo {
    display: block;
}

.footer-content .footer-logo img {
    height: 60px;
}

@media all and (max-width: 767px) {
    .social-link {
        margin-top: 20px;
    }
}

.social-link .social-tooltip {
    color: #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    height: 18px;
    padding: 2px 5px;
    font-size: 11px;
    transition: 350ms ease 0s;
    text-align: center;
    line-height: 14px !important;
    white-space: nowrap;
    background: #8C135F;
    border-radius: 4px;
    z-index: 1;
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.social-link .social-tooltip::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #8C135F;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: rotate(45deg);
    transform-origin: bottom center;
    border-radius: 0 0 2px 0;
    margin-left: -5px;
    z-index: -1;
}

.social-link h3 {
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 18px;
    letter-spacing: 0.2px;
}

.social-link ul {
    margin: 10px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.social-link ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    margin-right: 15px;
    position: relative;
}

.social-link ul li a i {
    margin: auto;
    font-size: 18px;
    color: #fff;
}

.social-link ul li a:hover {
    background: #8C135F;
    border-color: #8C135F;
}

.social-link ul li:hover .social-tooltip {
    top: -26px;
    opacity: 1;
    visibility: visible;
}

.social-link ul li.facebook .social-tooltip {
    background: #1b74e4;
}

.social-link ul li.facebook .social-tooltip::after {
    background: #1b74e4;
}

.social-link ul li.youtube .social-tooltip {
    background: #fe0b0b;
}

.social-link ul li.youtube .social-tooltip::after {
    background: #fe0b0b;
}

.social-link ul li.instagram .social-tooltip {
    background: -webkit-linear-gradient(45deg, #d300c5, #ff0069, #ff7a00);
}

.social-link ul li.instagram .social-tooltip::after {
    background: #f20082;
}

.social-link ul li.linkedin .social-tooltip {
    background: #0a66c2;
}

.social-link ul li.linkedin .social-tooltip::after {
    background: #0a66c2;
}

.footer-content p {
    color: #fff !important;
    margin: 15px 0 0;
    font-size: 14px !important;
    line-height: normal !important;
}

.footer-content p strong {
    font-weight: 500;
    font-size: 12px;
}

.footer-nav ul {
    padding: 0;
    margin: 0;
    column-count: 2;
}

.footer-nav ul li {
    list-style: none;
}

.footer-nav ul li:not(:last-child) {
    margin-bottom: 14px;
}

.footer-nav ul li a {
    font-size: 16px;
    line-height: 24px;
    display: block;
    font-weight: 400;
    color: #fff;
    transition: 0.3s all linear;
}

.footer-nav ul li:hover a {
    color: #8C135F;
}

.footer-btm {
    background: #000248;
    padding: 26px 0;
}

.footer-btm p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    color: #9e9db0;
    font-weight: 400;
}

.footer-btm ul {
    padding: 0;
    margin: 0 auto;
    display: inline-flex;
}

.footer-btm ul li {
    margin: 0 10px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #9e9db0;
}

.footer-btm ul li a {
    color: #9e9db0;
    transition: 0.3s all linear;
}

.footer-btm ul li:first-child {
    color: #c74a90;
}

.footer-btm ul li:hover a {
    color: #c74a90;
}

.footer-btm h4 {
    display: none;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 15px;
    text-align: left;
}

.footer .download-app {
    padding: 30px 0;
}

.footer .download-app h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 15px;
}

.footer .download-app a {
    margin-right: 10px;
}

.footer .download-app a img {
    height: 48px;
}

.video-container {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
}

.video-container.in {
    display: block;
}

.video-container .close-video {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 99;
}

.video-container .close-video:after,
.video-container .close-video:before {
    content: "";
    display: block;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.video-container .close-video:after:hover,
.video-container .close-video:before:hover {
    border-color: #656666;
}

.video-container .close-video:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 0;
    width: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -12px;
}

.video-container .close-video:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 24px;
    width: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1px;
    margin-top: -12px;
}

.video-container .video-area {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-container .video-area #videoplayer {
    width: 100%;
    height: 100%;
}

img.tariff {
    border: 1px solid #000;
    margin-top: 15px;
}

.common-content ol li,
.common-content ul li,
.common-content p,
.payment-status p,
.success-message p,
.package-review p,
.package-review h6,
.addons-box p,
.purchase-plan-details h5,
.purchase-plan-heading,
.purchase-form .accordion h5,
.wifi-haat p,
.feedback-box-content p,
.location-content-box p,
.question p,
.question-result p,
.question-box-details p,
.question-box-details h6,
.internet-speed-details p,
.faq-more p,
.testimonial-box p,
.packages-box p,
.contact-address-box h5,
.contact-form label,
.blog-box-content p,
.blog-box-content h4,
.blog-box-content h5,
.licence-number,
.jobs-details-heading h4,
.jobs-details ul li,
.jobs-details p,
.jobs-inner-box p,
.jobs-inner h6,
.ambitions p,
.why-carnival-box-content p,
.about-box p,
.advancing-bd-details p,
.featured p,
.package-info ul li,
.package-info p,
.package-summary p,
.philosophy-content p,
.home-banner p,
.sub-heading,
.footer-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #191A24;
}

.heading {
    font-size: 36px;
    line-height: 46px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
}

.sub-heading {
    max-width: 720px;
    color: #191A24;
    margin: 0 auto 40px;
    font-weight: 400;
    font-size: 18px;
}

.offer-bar {
    background: #191A24;
    padding: 15px 0;
}

.offer-bar p {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.offer-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offer-bar .offer-close {
    color: #fff;
    font-size: 24px;
    margin-left: 15px;
}

.offer-bar-action {
    display: flex;
    align-items: center;
}

.common-curve::before,
.bg-curve::before,
/* .video-wrap::before,
.home-banner::before {
    width: 500px;
    height: 200px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -92px;
    background: url(../images/bg-common-curve.svg) no-repeat;
    background-size: 100%;
} */

.packages::before,
.footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
    background: url(../images/footer-design-fissa.svg) repeat-x top center;
    background-size: 100%;
}

.why-different::before,
.check-coverage::after,
.check-coverage::before,
.others-package::after,
.others-package::before,
.video-list::after,
.video-list::before,
.video-wrap::after,
.home-philosophy::after,
.home-philosophy::before,
.banner::after,
/* .banner::before {
    content: "\e950";
    font-family: "carnival-internet" !important;
    position: absolute;
    font-size: 150px;
} */

.home-banner {
    background-color: #000248;
    /* background-image: linear-gradient(90deg, #ffe0e7 0%, #fff9fa 101.21%); */
    padding: 55px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.home-banner h1 {
    font-size: 56px;
    line-height: 66px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
    max-width: 515px;
    font-family: "Sora", sans-serif;
    background: linear-gradient(164.68deg, #550679 -27.59%, #d80027 140.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.home-banner p {
    margin: 0 0 20px;
    color: #191A24;
    font-weight: 500;
    font-family: "Sora", sans-serif;
}

.home-banner .btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #8C135F;
    font-family: "Sora", sans-serif;
    margin-left: 1px;
}

.home-banner .icon-curve {
    font-size: 100vw;
    position: relative;
    bottom: 0;
    z-index: 9;
    right: 0;
    display: block;
    line-height: 290px;
    transform: rotate(-5deg);
    background-image: url(../images/splash.svg), url(../images/splash.svg);
    background-position: bottom;
    background-repeat: repeat;
    background-size: 175px;
    background-position: 0 0, 100px 100px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #800f64;
}

.home-banner .shape {
    width: 100vw;
}

.home-banner.home-internet-banner h1,
.home-banner.business-banner h1 {
    color: #fff;
    background: transparent;
    -webkit-text-fill-color: #fff;
}

.home-banner.home-internet-banner p,
.home-banner.business-banner p {
    color: #fff;
}

.home-banner.home-internet-banner .btn,
.home-banner.business-banner .btn {
    background: #fff;
    color: #191A24;
}

.home-banner.home-internet-banner {
    background: #8C135F;
}

.banner {
    width: 460px;
    min-height: 475px;
    margin: 0 auto;
    position: relative;
}

/* .banner::before {
    color: #ebcfe2;
    left: -110px;
    top: 25%;
} */

/* .banner::after {
    color: #f5931d;
    right: -40px;
    bottom: 20px;
    font-size: 110px;
} */

img.banner-text {
    margin-bottom: 30px;
    max-width: 380px;
}

.home-banner.home-internet-banner img.banner-text {
    max-width: 320px;
}

.home-banner.business-banner img.banner-text {
    max-width: 360px;
}

.banner-box {
    position: absolute;
    -webkit-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

.banner-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.banner-box:nth-child(1),
.banner.right-center .banner-box:nth-child(3),
.banner.bottom-center .banner-box:nth-child(2) {
    left: 0;
    top: 0;
    width: 250px;
    height: 400px;
    transform: translateX(0);
}

.banner.left-top .banner-box:nth-child(1) {
    left: 0;
    top: 0;
    transform: translate(0, 0);
}

.banner-box:nth-child(2),
.banner.right-center .banner-box:nth-child(1),
.banner.bottom-center .banner-box:nth-child(3) {
    width: 200px;
    height: 210px;
    left: calc(100% - 200px);
    top: 70%;
    transform: translateY(-70%);
}

.banner.left-top .banner-box:nth-child(2) {
    left: calc(100% - 200px);
    top: 70%;
    transform: translateY(-70%);
}

.banner-box:nth-child(3),
.banner.right-center .banner-box:nth-child(2),
.banner.bottom-center .banner-box:nth-child(1) {
    width: 160px;
    height: 160px;
    position: absolute;
    left: 60%;
    top: calc(100% - 160px);
    transform: translateX(-60%);
}

.banner.left-top .banner-box:nth-child(3) {
    left: 50%;
    top: calc(100% - 160px);
    transform: translateX(-50%);
}

.banner.right-center .banner-box:nth-child(2),
.banner.bottom-center .banner-box:nth-child(1),
.banner.left-top .banner-box:nth-child(3) {
    z-index: 999;
}

.home-philosophy {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.home-philosophy::before {
    color: #e180b9;
    left: -100px;
    top: 25%;
    transform: rotate(100deg);
}

.home-philosophy::after {
    color: #f5d687;
    right: -90px;
    bottom: 10%;
    z-index: -1;
}

.home-philosophy .row {
    align-items: center;
}

.home-philosophy .row:not(:last-child) {
    margin-bottom: 80px;
}

.philosophy-img {
    position: relative;
    display: block;
}

.philosophy-img::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: url(../images/bg-philosophy-img.svg) no-repeat bottom center;
    background-size: 100%;
}

.philosophy-img img {
    width: 100%;
    border-radius: 5px;
}

.philosophy-content {
    padding: 0;
}

.philosophy-content h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #8C135F;
    margin: 0 0 10px;
    font-family: "Sora", sans-serif;
}

.philosophy-content h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #191A24;
    margin: 0 0 15px;
    font-family: "Sora", sans-serif;
}

.philosophy-content h3 a {
    color: #191A24;
}

.philosophy-content p {
    color: #191A24;
}

.philosophy-content ul {
    margin: 0;
    padding: 0 0 10px;
}

.philosophy-content ul li {
    list-style: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}

.philosophy-content ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #191A24;
    position: absolute;
    left: 0;
    top: 10px;
}

.philosophy-content .btn {
    background: #fff;
    border: 1px solid #3c206b;
    color: #191A24;
    display: inline-block;
}

.philosophy-content .btn:hover {
    background: #8C135F;
    color: #fff;
    border-color: #8C135F;
}

.home-package {
    background: #f8f4ff;
}

.home-package .row div[class*=col-]:nth-child(2) .package-summary {
    background: #ffcbde;
}

.package-box {
    background: #fff;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 240px 1fr;
    overflow: hidden;
}

.package-summary {
    background: #ffd3ef;
    padding: 80px 20px;
}

.package-summary h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #191A24;
    margin: 0 0 5px;
}

.package-summary h3 {
    font-size: 62px;
    line-height: 78px;
    font-weight: 700;
    font-family: "Sora", sans-serif;
}

.package-summary h3 sub {
    font-size: 20px;
    line-height: 24px;
}

.package-summary h4 {
    background: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    font-family: "Sora", sans-serif;
    box-shadow: 0px 10px 10px rgba(60, 32, 107, 0.1);
}

.package-summary p {
    font-weight: 600;
    color: #191A24;
}

.package-info {
    padding: 40px 25px;
}

.package-info h2 {
    font-size: 26px;
    line-height: 36px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    margin: 0 0 10px;
}

.package-info p {
    margin: 0 0 20px;
    color: #191A24;
}

.package-info ul {
    padding: 0;
    margin: 0;
}

.package-info ul li {
    list-style: none;
    color: #191A24;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.package-info ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #194F9F;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 6px;
}

.package-info .btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #65056F;
}

.coverage-inner {
    background: #F5F5FA;
    border-radius: 10px;
}

.coverage-inner h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #65056F;
    font-family: "Sora", sans-serif;
}

.coverage-inner label {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.coverage-inner .row.justify-content-between {
    padding: 60px 70px;
}

.coverage-input {
    display: grid;
    grid-template-columns: 1fr 200px;
    grid-gap: 10px;
}

.coverage-input .btn {
    font-size: 14px;
    line-height: 18px;
    background: #65056F;
    font-weight: 600;
}

.choose-option {
    background: #F5F5FA;
}

.choose-option p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
}

.choose-option .btn {
    background: transparent;
    width: 100%;
    color: #194F9F;
}

.choose-option .btn:hover {
    background: #194F9F;
    border-color: #194F9F;
}

.choose-option .philosophy-box {
    transition: 0.3s linear all;
    background: #fff;
    border: none;
}

.choose-option .philosophy-box:hover {
    box-shadow: 0px 10px 10px rgba(60, 32, 107, 0.1);
}

.choose-option .philosophy-box:hover .btn {
    background: #194F9F;
    border-color: #194F9F;
}

.featured p {
    max-width: 400px;
    color: #191A24;
}

.featured ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.featured ul li {
    list-style: none;
    border: 1px solid #E5E5EC;
    padding: 25px 15px;
    border-radius: 10px;
    display: flex;
}

.featured ul li a {
    margin: auto;
}

.featured ul li img {
    height: 24px;
    max-width: 120px;
    margin: auto;
    filter: grayscale(100%);
}

.founder-speech {
    background: #effffb;
}

.video {
    position: relative;
}

.video-wrap {
    background: #fcf4ff;
    position: relative;
    overflow: hidden;
}

/* .video-wrap::after {
    left: -135px;
    top: -115px;
    font-size: 230px;
    color: #80298b;
    opacity: 0.2;
    transform: rotate(116deg);
} */

.video-list {
    display: grid;
    grid-template-columns: 76% 1fr;
    grid-gap: 20px;
    position: relative;
    z-index: 1;
}

.video-list .video:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/2;
}

.video-list .video:nth-child(1) img {
    height: 100%;
}

.video-list .video:nth-child(1) .video-play {
    width: 88px;
    height: 88px;
}

/* .video-list::before {
    color: #f5931d;
    right: 22%;
    top: -70px;
} */

.video-list::after {
    color: #f7cfcb;
    right: -100px;
    bottom: -60px;
    z-index: -1;
    transform: rotate(180deg);
}

.video img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: right;
}

.video-play {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url(../images/play-btn.svg) no-repeat;
    background-size: 100%;
    z-index: 1;
}

.video-title {
    background: linear-gradient(180deg, rgba(140, 19, 95, 0) 0%, rgba(140, 19, 95, 0.5) 100%);
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.video-title h5 {
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    margin: 0 auto 25px;
    max-width: 570px;
    font-family: "Sora", sans-serif;
    text-align: center;
    padding: 0 15px;
}

.advancing-bd {
    background: #e7ffed;
}

.advancing-bd-details h3 {
    font-size: 46px;
    line-height: 56px;
    color: #dc2e3d;
    font-weight: 700;
    margin: 0 auto 30px;
    font-family: "Sora", sans-serif;
}

.advancing-bd-details h3 span {
    color: #006b50;
    display: block;
}

.advancing-bd-details h6 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 15px;
}

.advancing-bd-details h6 strong {
    font-weight: 700;
}

.advancing-bd-details h6 span {
    font-size: 14px;
    line-height: 18px;
    display: block;
}

.advancing-bd-details p {
    margin: 0 0 20px;
}

/*contact item*/

.contact-btn {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100px;
    position: fixed;
    right: 15px;
    bottom: 90px;
    box-shadow: 0px 5px 10px -5px #a5a2aa;
    display: flex;
    z-index: 99999;
    cursor: pointer;
    border: 0;
}

.contact-btn i {
    color: #c74a90;
    font-size: 28px;
    margin: auto;
}

.contact-btn i.icon-close {
    display: none;
}

.contact-btn.close i.icon-close {
    display: block;
    font-size: 30px;
}

.contact-btn.close i.icon-phone-call {
    display: none;
}

.contact-channel-mobile {
    background: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    width: 320px;
    position: fixed;
    bottom: 80px;
    right: 15px;
    z-index: 9999;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    transform: scale(0, 0);
    transition: all 0.15s linear;
    transform-origin: bottom right;
}

.contact-channel-mobile.show {
    transform: scale(1, 1);
}

.contact-channel-mobile h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #191A24;
    margin: 0 0 20px;
    text-align: center;
    font-family: "Sora", sans-serif;
}

.contact-channel-mobile ul.contact-item {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 8px;
    margin: 0;
}

.contact-channel-mobile ul.contact-item li a {
    padding: 15px 15px;
}

.mt-reverse {
    padding-top: 0 !important;
    margin-top: -50px;
    position: relative;
    z-index: 9;
}

.brand-tag {
    background: #fcf4ff;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #191A24;
    text-align: center;
}

.home-banner ul.slick-dots {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0;
}

.home-banner ul.slick-dots li {
    margin: 0 3px;
}

.home-banner ul.slick-dots li button {
    background: #C74A90;
    border: 0;
    border-radius: 20px;
    color: transparent;
    width: 28px;
    height: 4px;
    font-size: 0px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.home-banner ul.slick-dots li.slick-active button {
    background: #fff;
}

.home-banner ul.slick-dots li:only-child {
    display: none;
}

.home-banner .slick-initialized .slick-slide {
    display: flex !important;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.investors .slick-dots li button {
    border: none;
    font-size: 0;
    padding: 0;
    height: 12px;
    width: 12px;
    border-radius: 20px;
    background: rgba(140, 19, 95, 0.3);
    cursor: pointer;
}

.btn.btn-purple {
    background-color: #8C135F !important;
    border-color: #8C135F !important;
}

.btn.btn-dark-purple {
    background-color: #65056F !important;
    border-color: #65056F !important;
}

.btn.btn-blue {
    background-color: #194F9F !important;
    border-color: #194F9F !important;
}

.btn.btn-dark-blue {
    background-color: #3c206b !important;
    border-color: #3c206b !important;
}

.btn.btn-green {
    background-color: #006b50 !important;
    border-color: #006b50 !important;
}

.btn.btn-outline {
    background: #fff !important;
    border: 1px solid #3c206b !important;
    color: #191A24 !important;
}

.about-details {
    margin-bottom: 50px;
    position: relative;
}

.about-details img {
    width: 70%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 5px;
}

.about-details-info {
    width: 470px;
    min-height: 250px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #E5E5EC;
    border-radius: 5px;
    padding: 60px;
}

.about-details-info p {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    color: #191A24;
}

.about-details-info .btn {
    margin-top: 20px;
}

.about-box {
    border: 1px solid #E5E5EC;
    border-radius: 5px;
    padding: 25px 30px;
    text-align: center;
}

.about-box h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    font-family: "Sora", sans-serif;
    margin: 0 0 10px;
}

.about-box p {
    width: 215px;
    margin: 0 auto;
    color: #191A24;
}

.about .row div[class*=col-]:nth-child(1) .about-box h5 {
    color: #8C135F;
}

.about .row div[class*=col-]:nth-child(2) .about-box h5 {
    color: #194F9F;
}

.about .row div[class*=col-]:nth-child(3) .about-box h5 {
    color: #006B50;
}

.common-banner {
    min-height: 230px;
    position: relative;
}

.common-banner img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.common-banner-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(60, 32, 107, 0.6);
    display: flex;
}

.common-banner-overlay h1 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: auto;
    font-family: "Sora", sans-serif;
    max-width: 500px;
}

.business-internet .philosophy-content .btn {
    color: #fff;
}

.why-carnival .heading {
    max-width: 700px;
    margin: 0 auto 20px;
}

.why-carnival .slick-list {
    padding-left: 0px !important;
    margin: 0 -15px;
}

.why-carnival .slick-arrow {
    transform: none;
    top: 45%;
    transform: translateY(-45%);
}

.why-carnival .slick-arrow .slick-slide {
    margin: 0 15px;
}

.why-carnival .slick-arrow.slick-prev {
    left: 10px;
}

.why-carnival .slick-arrow.slick-next {
    right: 10px;
}

.why-carnival-box {
    background: #F5F5FA;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.why-carnival-box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.why-carnival-box-content {
    padding: 15px 15px 20px;
}

.why-carnival-box-content h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 10px;
    font-family: "Sora", sans-serif;
    color: #191A24;
}

.why-carnival-box-content p {
    color: #191A24;
    margin: 0 0 12px;
}

.why-carnival-box-content ul {
    padding: 0;
    margin: 0;
    min-height: 80px;
}

.why-carnival-box-content ul li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    line-height: 20px;
    color: #191A24;
}

.why-carnival-box-content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.why-carnival-box-content ul li::before {
    content: "\e927";
    font-family: "carnival-internet";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #194F9F;
    font-size: 16px;
}

@media all and (min-width: 668px) {
    .space-holder {
        position: relative;
        width: 100%;
    }

    .sticky {
        position: sticky;
        top: 0;
        height: 100vh;
        width: 100%;
        overflow-x: hidden;
    }

    .sticky::-webkit-scrollbar {
        width: 0px;
    }

    .sticky::-webkit-scrollbar-thumb {
        background: transparent;
        width: 0px;
    }

    .horizontal {
        position: absolute;
        height: 100%;
        will-change: transform;
        transition: 0.1s linear;
    }

    .cards {
        position: relative;
        height: 100%;
        padding: 0 0 0 250px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
    }

    .why-carnival-slider .why-carnival-box {
        flex-shrink: 0;
        position: relative;
        height: auto;
        max-width: 360px;
        margin-right: 45px;
    }

    .why-carnival-slider .why-carnival-box-content p {
        min-height: 80px;
    }
}

.icon-box {
    width: 72px;
    height: 72px;
    border: 1px solid #ffebf6;
    border-radius: 100%;
    margin: 0 auto 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-box i {
    font-size: 28px;
}

.investors {
    margin-bottom: 100px;
}

.investors-box {
    border: 1px solid #E5E5EC;
    border-radius: 5px;
    text-align: center;
    margin: 0 15px;
    padding: 0;
    height: 150px;
}

.investors-box div {
    width: 100%;
    height: 100%;
    display: flex;
}

.investors-box div img {
    max-width: 80%;
    max-height: 90px;
    margin: auto;
}

.investors .slick-dots {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: auto;
    position: absolute;
    background: transparent;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    height: auto;
}

.investors .slick-dots li {
    margin: 0 5px;
    display: flex;
}

.investors .slick-dots li button {
    background: rgba(140, 19, 95, 0.3);
}

.investors .slick-dots li.slick-active button {
    background: #8C135F;
}

.our-philosophy {
    padding-top: 100px;
}

.our-philosophy img {
    width: 100%;
    border-radius: 5px;
}

.our-philosophy p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 30px;
}

.ambitions p {
    margin: 0;
    max-width: 440px;
}

.jobs-inner {
    background: #F5F5FA;
    padding: 40px 60px;
    text-align: center;
}

.jobs-inner h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #191A24;
    font-family: "Sora", sans-serif;
    margin: 0 0 20px;
}

.jobs-inner h6 {
    color: #191A24;
    margin-bottom: 30px;
}

.jobs-inner-box {
    border: 1px solid #9e9db0;
    box-shadow: 0px 10px 10px rgba(60, 32, 107, 0.1);
    border-radius: 5px;
    padding: 15px 30px;
    text-align: center;
    display: block;
    transition: 0.3s linear all;
}

.jobs-inner-box:not(:last-child) {
    margin-bottom: 15px;
}

.jobs-inner-box h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 6px;
}

.jobs-inner-box p {
    margin: 0 0 10px;
}

.jobs-inner-box .apply-btn {
    color: #3c206b;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.jobs-inner-box .apply-btn i {
    color: #3856a7;
    position: absolute;
    right: -18px;
    top: 1px;
    transition: 0.3s linear all;
}

.jobs-inner-box:hover {
    border-color: #194F9F;
}

.jobs-inner-box:hover i {
    right: -25px;
}

.jobs-details {
    padding: 40px 0 80px;
}

.jobs-details h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 10px;
}

.jobs-details p {
    margin-bottom: 30px;
}

.jobs-details ul {
    padding: 0;
    margin: 0 0 30px;
}

.jobs-details .btn {
    background: #194F9F;
    font-size: 14px;
}

.jobs-details-heading {
    background: #F5F5FA;
    padding: 50px 0;
}

.jobs-details-heading h1 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 5px;
}

.jobs-details-heading h4 {
    text-transform: uppercase;
    margin: 0 0 20px;
}

.jobs-details-heading .btn {
    font-size: 14px;
}

.mission h5 {
    font-size: 26px;
    line-height: 36px;
    color: #333547;
    text-align: center;
    margin: 0 auto 100px;
    max-width: 715px;
    font-weight: 400;
}

.mission img {
    width: 100%;
    border-radius: 5px;
}

.mission p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #191A24;
}

.mission .container .row:nth-child(odd) {
    margin-top: 80px;
}

.mission .container .row:nth-child(odd) div[class*=col-]:nth-child(2) {
    order: -1;
}

.coverage label {
    font-size: 18px;
    line-height: 26px;
    color: #191A24;
}

.coverage .btn {
    width: 100%;
}

.coverage-map {
    margin-top: 40px;
}

.coverage-map iframe {
    width: 100%;
    height: 380px;
    border-radius: 5px;
}

.coverage-details {
    background: #fff;
    border: 1px solid #194F9F;
    box-shadow: 0px 10px 10px rgba(60, 32, 107, 0.1);
    border-radius: 5px;
    margin-top: 40px;
}

.coverage-details h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    border-bottom: 1px solid #E5E5EC;
    padding: 25px 40px 10px;
}

.coverage-details ul {
    margin: 0;
    padding: 15px 40px 25px;
}

.coverage-details ul li {
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #333547;
    display: flex;
    align-items: center;
}

.coverage-details ul li span {
    width: 36px;
    height: 36px;
    background: #f8f4ff;
    border-radius: 100%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coverage-details ul li span::before {
    color: #194F9F;
}

.coverage-details ul li a {
    color: #333547;
}

.coverage-details ul li:not(:last-child) {
    margin-bottom: 15px;
}

.licence-number {
    font-size: 15px !important;
    color: #191A24;
    border: 1px solid #E5E5EC;
    padding: 8px 15px;
    border-radius: 100px;
    margin-top: 20px;
    text-align: center;
    background: #fff;
}

.blog-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.blog-img+.blog-box-content {
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.blog-box {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 8px;
}

.blog-box-content {
    padding: 25px 20px;
    border: 1px solid #E5E5EC;
    border-radius: 8px 8px;
}

.blog-box-content h4,
.blog-box-content h5 {
    color: #191A24;
    margin-bottom: 15px;
}

.blog-box-content h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #191A24;
    font-family: "Sora", "Tiro Bangla", serif, sans-serif;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 52px;
}

.blog-box-content p {
    color: #191A24;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 60px;
    font-family: "Sora", "Tiro Bangla", serif, sans-serif;
}

.blog-box-content p:last-child {
    margin-bottom: 0;
}

.blog-box-content .btn {
    background: none;
    padding: 0;
    color: #3C206B;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: 0.3s linear all;
    position: relative;
}

.blog-box-content .btn i {
    color: #3856A7;
    position: absolute;
    right: -18px;
    top: 1px;
    transition: 0.3s linear all;
}

.blog-box-content .btn:hover i {
    right: -25px;
}

.blog-box:hover h3 {
    color: #65056F;
}

.blog-box:hover i {
    right: -25px;
}

.blog-details .blog-img img {
    height: auto;
    max-height: 450px;
}

.blog-details .blog-box-content h3 {
    -moz-line-clamp: none;
    -webkit-line-clamp: none;
    min-height: auto;
}

.blog-details .blog-box-content p {
    min-height: auto;
    -moz-line-clamp: unset;
    -webkit-line-clamp: unset;
    overflow: auto;
}

.related-post {
    margin-top: 60px;
}

.contact {
    background: #F5F5FA;
}

.contact-form {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
}

.contact-form label {
    font-weight: 500;
    font-size: 15px;
}

.contact-form label span {
    color: #959595;
}

.contact-form .form-control:focus {
    border-color: #194F9F;
}

.contact-form .btn {
    width: 100%;
}

.contact-address {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 28px;
}

.contact-address h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: "Sora", sans-serif;
    margin: 0 0 20px;
}

.contact-address-box {
    display: grid;
    grid-template-columns: 32px 1fr;
    grid-gap: 15px;
    margin-bottom: 20px;
}

.contact-address-box i {
    font-size: 26px;
    color: #DC2E3D;
}

.contact-address-box i.icon-mail {
    font-weight: 600;
}

.contact-address-box h5 {
    color: #191A24;
    margin: 0;
    font-size: 15px;
}

.contact-address-box h5 a {
    color: #191A24;
}

.contact-address-box h5 a:hover {
    color: #65056F;
    font-weight: 500;
}

.contact-address-box h5 span {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 3px;
    background: #65056F;
    animation: wave 1.3s linear infinite;
}

.dot:nth-child(2) {
    animation-delay: -1.1s;
}

.dot:nth-child(3) {
    animation-delay: -0.9s;
}

@keyframes wave {

    0%,
    60%,
    100% {
        transform: initial;
    }

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

/*start loader*/

.loading .dash-line {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 6;
    -webkit-animation: dash 4s linear infinite reverse;
    animation: dash 4s linear infinite reverse;
}

@-webkit-keyframes dash {
    100% {
        stroke-dashoffset: 150;
    }
}

@keyframes dash {
    100% {
        stroke-dashoffset: 150;
    }
}

.draw-line1 {
    stroke-dasharray: 176 178;
    stroke-dashoffset: 177;
    stroke: #626366;
}

.loading .draw-line1 {
    animation: drawLine 1200ms linear 300ms forwards;
}

.draw-line2 {
    stroke-dasharray: 64 66;
    stroke-dashoffset: 65;
    stroke: #626366;
}

.loading .draw-line2 {
    animation: drawLine 341ms linear 1200ms forwards;
}

@keyframes drawLine {
    100% {
        stroke-dashoffset: 0;
    }
}

.dash-line {
    opacity: 0;
    transition: opacity 0.2s linear 1400ms;
}

.loading .dash-line {
    opacity: 1;
}

.form-loading {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: grid;
    z-index: 99;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.1s linear;
    border-radius: 8px;
}

.form-loading.loading {
    opacity: 1;
}

.form-loading svg {
    width: 200px;
    height: 100px;
}

/*end loader*/

.business-banner {
    background-color: #2752de;
    background: -webkit-linear-gradient(#2752de, #164e91);
}

.call-center {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
}

.call-center img {
    width: 100%;
    height: 215px;
    object-fit: cover;
}

.call-center-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(25, 79, 159, 0.8);
    display: flex;
}

.call-center-overlay div {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}

.call-center-overlay div h3 {
    font-size: 34px;
    line-height: 46px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    max-width: 500px;
}

.call-center-overlay div .btn {
    background: #fff;
    color: #191A24;
}

.packages {
    position: relative;
}

.packages::before {
    bottom: 0;
    top: auto;
}

.packages .common-package-btn {
    display: block;
    width: 100%;
}

@media all and (min-width: 768px) {
    .packages .row {
        margin-right: -25px;
        margin-left: -25px;
        grid-gap: 50px 0;
    }

    .packages .row div[class*=col-] {
        padding-right: 25px;
        padding-left: 25px;
    }
}

.packages-payments::before {
    display: none;
}

.packages-payments-form {
    background: #f5f5fa;
}

.packages-payments-form p {
    margin-bottom: 30px;
}

.packages-payments-form .checkbox {
    font-size: 14px;
    line-height: 20px;
}

.packages-payments-form .checkbox a {
    font-weight: 600;
    color: #65056F;
}

.packages-payments-form .note {
    color: #e20891;
    font-size: 13px;
    font-style: italic;
    display: block;
    font-weight: 500;
    margin: 7px 0 0;
}

.packages-slider {
    margin-top: 40px;
}

.packages-slider-nav {
    width: 240px;
    height: 40px;
    background: #F5F5FA;
    border-radius: 5px;
    padding: 0;
    margin: auto;
}

.packages-slider-nav .slick-track {
    display: flex;
    height: 40px !important;
    overflow: hidden !important;
    border-radius: 5px;
}

.packages-slider-nav li {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

.packages-slider-nav li.slick-current {
    background: #194F9F;
    color: #fff;
}

.packages-box {
    background: #F5F5FA;
    border-radius: 10px;
    padding: 30px;
}

.packages-box h4 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    margin: 0 0 5px;
}

.packages-box h2 {
    font-size: 64px;
    line-height: 80px;
    font-weight: 600;
    margin: 0 0 5px;
    font-family: "Sora", sans-serif;
    letter-spacing: -1px;
}

.packages-box h2 span {
    font-size: 20px;
    line-height: 24px;
    margin-left: -10px;
}

.packages-box h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 0 20px;
}

.packages-box h6 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 15px;
    font-family: "Sora", sans-serif;
}

.packages-box p {
    margin: 0 0 20px;
}

.packages-box p strong {
    background: linear-gradient(111deg, #8c2064 15.05%, #e20891 82.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.packages-box .btn {
    font-size: 14px;
    display: block;
}

.packages-box ul {
    padding: 0;
    margin: 0;
    min-height: 80px;
}

.packages-box ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    padding-left: 16px;
}

.packages-box ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #194F9F;
    position: absolute;
    left: 0;
    top: 8px;
}

.packages-box ul li:not(:last-child) {
    margin-bottom: 10px;
}

.packages .row div[class*=col-]:nth-child(1) .packages-box:not(.popular-focused) h4,
.packages .row div[class*=col-]:nth-child(1) .packages-box:not(.popular-focused) h2 {
    color: #25a8df;
}

.packages .row div[class*=col-]:nth-child(1) .packages-box:not(.popular-focused) h2 span {
    color: #191A24;
}

.packages .row:not(.packages-list) div[class*=col-]:nth-child(2) .packages-box,
.packages .packages-box.popular-focused {
    background: #8c135f;
    background: url(../images/btn-stroke.svg), linear-gradient(164.68deg, #550679 -27.59%, #d80027 140.77%);
    background-repeat: no-repeat;
    background-position: calc(100% + 20px) -10px, 0 0;
    background-size: 220px, auto;
    background-blend-mode: lighten;
    color: #fff;
}

.packages .row:not(.packages-list) div[class*=col-]:nth-child(2) .packages-box p,
.packages .packages-box.popular-focused p {
    color: #fff;
}

.packages .row:not(.packages-list) div[class*=col-]:nth-child(2) .packages-box p strong,
.packages .packages-box.popular-focused p strong {
    -webkit-text-fill-color: initial;
}

.packages .row:not(.packages-list) div[class*=col-]:nth-child(2) .packages-box ul li::before,
.packages .packages-box.popular-focused ul li::before {
    background: #fff;
}

.packages .row:not(.packages-list) div[class*=col-]:nth-child(2) .packages-box .btn,
.packages .packages-box.popular-focused .btn {
    background: #fff !important;
    color: #191A24;
}

.packages .row div[class*=col-]:nth-child(3) .packages-box:not(.popular-focused) h4,
.packages .row div[class*=col-]:nth-child(3) .packages-box:not(.popular-focused) h2 {
    color: #ee5927;
}

.packages .row div[class*=col-]:nth-child(3) .packages-box:not(.popular-focused) h2 span {
    color: #191A24;
}

.empty-header {
    padding: 84px 0 0 0;
}

.empty-header .mynavbar-collapse,
.empty-header .mynavbar-toggler,
.empty-header .header-bar {
    display: none;
}

.empty-header .header.header-tiny {
    top: 0;
}

.common-package-content {
    background: #fff1fa url(../images/bg-common-curve.svg) no-repeat bottom;
    color: #191a24;
    border-radius: 8px;
    padding: 20px;
}

.common-package-name {
    font-size: 30px;
    font-weight: 800;
}

.common-package-data span {
    font-size: 90px;
    line-height: 80px;
    font-weight: 800;
    margin: 0 0 5px;
    font-family: "Sora", sans-serif;
    letter-spacing: -1px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-image: url(../images/splash.svg);
}

.common-package-data strong {
    font-size: 24px;
    color: #191A24;
    font-weight: 600;
}

.common-package-price span {
    font-size: 30px;
    font-weight: 600;
}

.common-package-price sub {
    font-weight: normal;
    font-size: 18px;
    bottom: 0;
    left: 5px;
}

.hr-line {
    width: 100%;
    margin: 15px 0;
    height: 1px;
    background: #E5E5EC;
    border: 0;
}

.testimonial-box {
    padding: 20px 10px 20px 20px;
    border: 1px solid #E5E5EC;
    border-radius: 5px;
    margin: 0 15px;
}

.testimonial-box div {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-gap: 10px;
    align-items: center;
}

.testimonial-box div img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
}

.testimonial-box div h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    font-family: "Sora", sans-serif;
}

.testimonial-box div h3 span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #191A24;
}

.testimonial-box div h3 span strong {
    font-weight: 700;
    display: block;
}

.testimonial-box p {
    margin: 15px 0 0;
    height: 110px;
    overflow-y: auto;
    padding-right: 10px;
}

.testimonial-box p::-webkit-scrollbar {
    width: 4px;
}

.testimonial-box p::-webkit-scrollbar-thumb {
    background: #8C135F;
}

.testimonial .heading,
.testimonial .sub-heading {
    max-width: 544px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial .slick-list {
    padding-left: 0px !important;
    margin: 0 -15px;
}

.testimonial .slick-slide {
    margin: 0 15px;
}

.testimonial .slick-arrow {
    transform: none;
    top: auto;
    bottom: -70px;
}

.testimonial .slick-arrow.slick-prev {
    left: calc(50% - 50px);
}

.testimonial .slick-arrow.slick-next {
    right: calc(50% - 50px);
}

.faq {
    margin-top: 40px;
}

.faq .accordion {
    padding-bottom: 10px;
}

.faq .accordion ul {
    padding: 0;
    margin: 0;
}

.faq .accordion ul li {
    position: relative;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #E5E5EC;
}

.faq .accordion ul li a {
    display: block;
    padding: 22px 60px 20px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #191A24;
    background: transparent;
    line-height: 22px;
    position: relative;
}

.faq .accordion ul li ul {
    padding: 5px 20px 20px 20px;
}

.faq .accordion ul li ul li {
    margin: 0;
    border: 0;
}

.faq .accordion ul li ul li:not(.dropdown) {
    color: #191A24;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 0;
}

.faq .accordion ul li ul li:not(.dropdown):not(:last-child) {
    margin: 0 0 10px;
}

.faq .accordion ul li ul li a,
.faq .accordion ul li ul li span {
    color: #194F9F;
    font-weight: 500;
    cursor: pointer;
    word-break: break-all;
}

.faq .accordion ul li.dropdown a:after {
    content: "\e92a";
    font-family: "carnival-internet";
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: #fff;
    color: #191A24;
    font-size: 22px;
    line-height: 40px;
    position: absolute;
    right: 20px;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    font-weight: 400;
    border: 1px solid #E5E5EC;
}

.faq .accordion ul li.dropdown a.active {
    color: #194F9F;
}

.faq .accordion ul li.dropdown a.active:after {
    content: "\e92d";
    background: #194F9F;
    color: #fff;
    line-height: 36px;
}

.faq .accordion .dropdown>ul {
    display: none;
}

.faq-more {
    margin-top: 70px;
}

.faq-more p a {
    color: #191A24;
}

.faq-more p strong {
    font-weight: 600;
}

.faq-more .btn {
    margin-bottom: 15px;
    font-size: 14px;
}

.partners-box {
    border-radius: 10px;
    padding: 25px;
    background: #F5F5FA;
}

.partners-box h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 20px;
    font-family: "Sora", sans-serif;
}

.partners-box ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
}

.partners-box ul li {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #cccbd6;
    padding: 12px 5px;
    text-align: center;
    display: flex;
}

.partners-box ul li img {
    height: 36px;
    display: block;
    margin: auto;
    filter: grayscale(100%);
}

.home-internet-testimonial .slick-arrow {
    background: #65056F;
}

.home-internet-faq .accordion ul li.dropdown a.active {
    color: #65056F;
}

.home-internet-faq .accordion ul li.dropdown a.active::after {
    background: #65056F;
}

.others-package {
    background: #F5F5FA;
    position: relative;
    overflow: hidden;
}

.others-package::before {
    color: #ece5f1;
    left: -100px;
    top: 25px;
    transform: rotate(100deg);
    font-size: 170px;
}

.others-package::after {
    color: #ece5f1;
    right: -70px;
    bottom: -70px;
    font-size: 180px;
}

.others-package-slider {
    margin-bottom: 30px;
    z-index: 11;
}

.others-package-slider .slick-list {
    padding-left: 0px !important;
    margin: 0 -15px;
}

.others-package-item {
    margin: 0px 15px 15px 15px;
}

.others-package-item label {
    width: 100%;
    margin: 0;
}

.others-package-item label input {
    display: none;
}

.others-package-item label input:checked~.others-package-box {
    border-color: #8C135F;
    box-shadow: 0px 8px 8px rgba(60, 32, 107, 0.1);
}

.others-package-box {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #cccbd6;
    padding: 25px 20px;
    transition: 0.3s linear all;
}

.others-package-box:hover {
    border-color: #8C135F;
}

.others-package-box h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 15px;
    font-family: "Sora", sans-serif;
}

.others-package-box h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #8C135F;
    font-family: "Sora", sans-serif;
    display: flex;
    align-items: center;
}

.others-package-box h3 span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    background: rgba(199, 74, 144, 0.1);
    border-radius: 50px;
    display: inline-block;
    padding: 2px 10px;
    margin-left: 6px;
}

.others-package-box h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 5px;
    font-family: "Sora", sans-serif;
}

.others-package-box h4 span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.others-package-box p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.others-package-box p span {
    color: #8C135F;
}

.others-package-box hr {
    background: #cccbd6;
    width: 100%;
    height: 1px;
    border: 0;
}

.others-package-box a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
    font-family: "Sora", sans-serif;
    color: #191A24;
    display: flex;
    align-items: center;
}

.others-package-box a i {
    color: #191A24;
    margin-left: 6px;
    transition: 0.3s all linear;
}

.others-package-box a:hover i {
    margin-left: 15px;
}

.internet-speed-details {
    text-align: center;
}

.internet-speed-details h5 {
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    margin: 0 0 15px;
    font-family: "Sora", sans-serif;
    display: inline-block;
    color: #8C135F;
}

.internet-speed-details h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 15px;
    font-family: "Sora", sans-serif;
}

.internet-speed-details h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 25px;
    font-family: "Sora", sans-serif;
    color: #8C135F;
}

.internet-speed-details p {
    color: #191A24;
    margin: 0 0 20px;
}

.internet-speed-question {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
}

.call-agent {
    max-width: 480px;
    margin: auto;
}

.call-agent .support-icon {
    display: flex;
    height: 64px;
    width: 64px;
    background: rgba(140, 19, 95, 0.15);
    margin: 0 auto 20px;
    border-radius: 50%;
}

.call-agent .support-icon i {
    margin: auto;
    font-size: 28px;
    color: #65056F;
}

.question-box {
    display: grid;
    grid-template-columns: 75px 1fr;
    grid-gap: 22px;
}

.question-box img {
    width: 75px;
    height: 75px;
    border-radius: 100px;
    object-fit: cover;
}

.question-box-details h6 {
    margin: 0 0 15px;
    color: #194F9F;
    font-weight: 600;
}

.question-box-details p {
    color: #191A24;
    margin-bottom: 20px;
}

.question-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-bottom: 30px;
}

.question-wrap label {
    width: 100%;
    margin: 0;
}

.question-wrap label input {
    display: none;
}

.question-wrap label input:checked~span {
    border-color: #65056F;
    color: #65056F;
}

.question-wrap label span {
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    border: 1px solid #E5E5EC;
    border-radius: 5px;
    padding: 12px 20px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s linear all;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.question-result {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 20px;
    padding: 0 0 30px;
}

.question-result h2 {
    margin: 0;
    display: inline-flex;
    align-items: baseline;
}

.question-result h2 strong {
    font-size: 56px;
    line-height: 70px;
    color: #8C135F;
    font-family: "Sora", sans-serif;
    font-weight: 700;
}

.question-result h2 span {
    font-size: 18px;
    line-height: 24px;
    color: #191A24;
}

.question-result h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    font-family: "Sora", sans-serif;
    color: #8C135F;
    background: rgba(204, 203, 214, 0.3);
    padding: 4px 20px 3px;
    text-align: center;
    border-radius: 50px;
    margin: 0 0 10px;
    display: inline-block;
}

.question-result p {
    margin: 0;
}

.suggested-package .modal-inner {
    background: #F5F5FA;
    padding: 30px;
    border-radius: 6px;
}

.btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-wrap .btn {
    width: 48%;
}

.contact-channel {
    background: #fff4f4;
}

.contact-channel::before {
    display: none;
}

ul.contact-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding: 0;
}

ul.contact-item li {
    position: relative;
    border: 1px solid #E5E5EC;
    border-radius: 5px;
    background: #fff;
}

ul.contact-item li::after {
    content: "\e92c";
    font-family: "carnival-internet";
    font-size: 22px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s linear all;
}

ul.contact-item li:hover::after {
    right: 10px;
}

ul.contact-item li a {
    display: flex;
    padding: 20px 20px;
    font-size: 16px;
    color: #191A24;
    align-items: center;
}

ul.contact-item li a i {
    margin-right: 12px;
    font-size: 22px;
    color: #c74a90;
}

ul.contact-item li a i.icon-whatsapp {
    color: #64ce72;
}

ul.contact-item li a i.icon-phone-square {
    color: #b87de6;
}

ul.contact-item li a i.icon-messenger {
    color: #62a3ff;
}

ul.contact-item li a i.icon-email {
    color: #c74a90;
}

ul.contact-item li a i.icon-instagram {
    color: #10c99c;
    background: -webkit-linear-gradient(45deg, #d300c5, #ff0069, #ff7a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.contact-item li a i.icon-support {
    color: #daa619;
}

.bandwidth-calculator .btn {
    margin: auto;
    min-width: 200px;
    display: block;
}

.bandwidth-calculator .slick-list {
    padding-left: 0px !important;
    margin: 0 -15px;
}

.bandwidth-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding-bottom: 30px;
}

.bandwidth-box {
    background: #F5F5FA;
    border: 1px solid rgba(204, 203, 214, 0.3);
    border-radius: 5px;
    padding: 10px;
    display: grid;
    grid-template-columns: 110px 1fr;
    grid-gap: 15px;
    align-items: center;
}

.bandwidth-box img {
    width: 100%;
    min-height: 116px;
    border-radius: 5px;
    object-fit: cover;
}

.bandwidth-box h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #191A24;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(204, 203, 214, 0.5);
}

.bandwidth-box .quantity-box {
    width: auto;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}

.bandwidth-box .quantity-box .minus,
.bandwidth-box .quantity-box .plus {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 100%;
    color: #194F9F;
    font-size: 18px;
}

.bandwidth-box .quantity-box input.form-control {
    width: 60px;
    border: 0;
    border-radius: 0;
    text-align: center;
    min-height: 40px;
    background: transparent;
    font-weight: 500;
    color: #191A24;
}

.check-coverage {
    background: #F5F5FA;
    position: relative;
    overflow: hidden;
}

.check-coverage::before {
    color: #f7e3e7;
    left: -100px;
    bottom: -40px;
    transform: rotate(100deg);
    font-size: 170px;
}

.check-coverage::after {
    color: #ece5f1;
    right: -70px;
    top: -70px;
    font-size: 180px;
}

.check-coverage-img {
    position: relative;
    z-index: 1;
}

.check-coverage-img img {
    border-radius: 5px;
    width: 100%;
}

.check-coverage-form .sub-heading {
    margin-bottom: 25px;
}

.check-coverage-form .btn {
    margin-top: 15px;
}

.question {
    position: relative;
    overflow: hidden;
    background: #f3f6f9;
}

.question h5 a {
    font-size: 24px;
    font-weight: 700;
    color: #191A24;
    margin: 0;
    background: #F5F5FA;
    padding: 10px 20px;
    border-radius: 60px;
    display: inline-flex;
    border: 1px solid #191A24;
    align-items: center;
}

.question h5 a i {
    font-weight: 500;
    margin-right: 10px;
}

.location-content {
    padding: 0 16px 16px;
    overflow-y: auto;
}

.location-content h5 {
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    color: #8C135F;
    margin: 0 auto 15px;
    text-align: center;
    font-family: "Sora", sans-serif;
    padding: 0px;
}

.location-content h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #191A24;
    margin: 0 0 25px;
    text-align: center;
    font-family: "Sora", sans-serif;
}

.location-content-box {
    display: grid;
    grid-template-columns: 36px 1fr;
    grid-gap: 10px;
    margin-bottom: 20px;
}

.location-content-box span {
    width: 36px;
    height: 36px;
    display: flex;
    background: #F5F5FA;
    border-radius: 100%;
}

.location-content-box span i {
    margin: auto;
    color: #194F9F;
}

.location-content-box h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #191A24;
    margin: 0 0 10px;
}

.location-content-box a {
    font-weight: 700;
    color: #194F9F;
}

.location-content-box p {
    margin: 0;
    font-size: 15px !important;
}

.package-callback-success,
.commonPackage-callback-success,
.package-callback-failed,
.commonPackage-callback-failed {
    text-align: center;
    padding: 25px 0;
}

.package-callback-success img,
.commonPackage-callback-success img,
.package-callback-failed img,
.commonPackage-callback-failed img {
    margin: 0 auto 15px;
    height: 64px;
}

.package-callback-success h3,
.commonPackage-callback-success h3,
.package-callback-failed h3,
.commonPackage-callback-failed h3 {
    font-family: "Sora", sans-serif;
}

.package-callback-success h3,
.commonPackage-callback-success h3,
.package-callback-failed h3,
.commonPackage-callback-failed h3 {
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    color: #8C135F;
    margin: 0 auto 15px;
}

.package-callback-success h5,
.commonPackage-callback-success h5,
.package-callback-failed h5,
.commonPackage-callback-failed h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #006B50;
    margin: 0;
}

.package-callback-failed h3,
.commonPackage-callback-failed h3 {
    color: #DC2E3D;
}

.package-callback-failed h5,
.commonPackage-callback-failed h5 {
    color: #191A24;
}

.coverage-modal .modal-inner {
    border-radius: 5px;
}

.section-head {
    position: relative;
    text-align: center;
    z-index: 1;
}

.callback-content {
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-gap: 20px;
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
}

.callback-content>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.callback-content h3 {
    font-size: 26px;
    line-height: 36px;
    color: #191A24;
    font-weight: 700;
    font-family: "Sora", sans-serif;
    margin: 0 0 15px;
}

.callback-content .sending {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999;
}

.callback-content .sending img {
    width: 210px;
    height: 115px;
    border: 0;
    margin: auto;
}

.parsley-errors-list {
    padding: 0;
    margin: 0;
    color: #a73f3f;
    padding: 5px 0;
}

.l-wrap {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 0;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

.trusted-by {
    position: relative;
}

.trusted-by::after {
    width: 600px;
    height: 2px;
    background: #cccbd6;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.trusted-by h2 {
    font-size: 26px;
    line-height: 36px;
    color: #191A24;
    font-weight: 600;
    margin: 0 0 25px;
    text-align: center;
    font-family: "Sora", sans-serif;
}

.trusted-by ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trusted-by ul li {
    margin: 0 12px;
}

.trusted-by ul li img {
    height: 72px;
    filter: grayscale(100%);
    margin: 0 auto;
    max-width: 140px;
}

.trusted-slider-item {
    margin: 0 12px;
}

.trusted-slider-item img {
    height: 72px;
    filter: grayscale(100%);
    margin: 0 auto;
    max-width: 140px;
}

.why-carnival-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.why-carnival-slider .slick-slide {
    height: auto;
    flex: 1;
    margin: 0 15px;
}

.popular-packages-row div[class*=col-] {
    display: flex;
    flex-direction: column;
}

.popular-packages-row div[class*=col-] .packages-box,
.popular-packages-row div[class*=col-] .custom-packages {
    flex: 1;
    display: grid;
}

.popular-packages-row div[class*=col-]:nth-child(1) .packages-box h4,
.popular-packages-row div[class*=col-]:nth-child(1) .packages-box h2 {
    color: #25a8df;
}

.popular-packages-row div[class*=col-]:nth-child(1) .packages-box h2 span {
    color: #191A24;
}

.popular-packages-row div[class*=col-]:nth-child(1) .packages-box .btn {
    background: #194F9F !important;
}

.popular-packages-row div[class*=col-]:nth-child(2) .packages-box {
    background-color: #2752de;
    background: -webkit-linear-gradient(#2752de, #164e91);
    color: #fff;
}

.popular-packages-row div[class*=col-]:nth-child(2) .packages-box p {
    color: #fff;
}

.popular-packages-row div[class*=col-]:nth-child(2) .packages-box ul li::before {
    background: #fff;
}

.popular-packages-row div[class*=col-]:nth-child(2) .packages-box .btn {
    background: #fff !important;
    color: #191A24;
}

.popular-packages .packages-box h4 {
    text-transform: uppercase;
}

.popular-packages .packages-box p {
    margin: -10px 0 10px;
    font-size: 14px;
}

.custom-packages {
    background: #F5F5FA;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.custom-packages img {
    width: 100%;
    height: 355px;
    object-fit: cover;
}

.custom-packages div {
    padding: 30px;
    margin-top: auto;
}

.custom-packages div h4 {
    font-size: 20px;
    font-weight: 400;
    color: #191A24;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.custom-packages div .btn {
    width: 100%;
}

.custom-packages div p {
    margin-top: 10px;
    font-size: 14px;
}

.custom-packages div p a {
    color: #8C135F;
}

.why-different {
    background: #F5F5FA;
    margin-top: -100px;
    padding-top: 180px;
    position: relative;
    overflow: hidden;
}

.why-different::before {
    color: #ece5f1;
    left: -100px;
    bottom: -50px;
    transform: rotate(100deg);
    font-size: 210px;
}

.why-different .why-carnival-box {
    border: 1px solid #cccbd6;
    background: #fff;
    border-radius: 10px;
}

.why-different .why-carnival-box h3 {
    font-weight: 600;
}

.why-different .why-carnival-box p {
    margin: 0;
}

.why-different .slick-list {
    padding-left: 0px !important;
}

.why-different .heading {
    font-size: 34px;
}

.bg-curve {
    position: relative;
}

.bg-gray {
    background: #F5F5FA !important;
}

.bg-white {
    background: #fff !important;
}

.feedback-box {
    position: relative;
    background: #F5F5FA;
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 45% 55%;
}

.feedback-box-content {
    padding: 60px 30px 30px;
    background: #f5f5fa url(../images/icon-quote.svg) no-repeat 30px 30px;
    transition: all 0.3s linear;
    background-size: 30px;
}

.feedback-box-content img {
    margin-bottom: 30px;
    height: 45px;
}

.feedback-box-content h4 {
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
    color: #191A24;
    margin: 0 0 5px;
    text-transform: capitalize;
}

.feedback-box-content h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #191A24;
    margin: 0;
}

.feedback-box-content h6 span {
    display: block;
    font-weight: 400;
}

.feedback-box-content p {
    margin: 0 0 12px;
}

.feedback-box-img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    filter: grayscale(0.6);
}

.view-more .btn {
    background: #fff;
    color: #191A24;
    width: 100%;
    border: 1px solid #9e9db0;
}

.business-banner .banner::before {
    color: #61a272;
}

.business-banner .banner::after {
    color: #538ca7;
}

.home-internet-banner .banner::before {
    color: #a9355b;
}

.home-internet-banner .banner::after {
    color: #a9355b;
}

.common-curve {
    position: relative;
    overflow: hidden;
}

.common-curve::after {
    content: "\e950";
    font-family: "carnival-internet" !important;
    position: absolute;
    right: -85px;
    top: -90px;
    font-size: 200px;
    color: #f0bf43;
    opacity: 0.8;
}

.question.common-curve::after {
    color: #f1d7d1;
    opacity: 1;
}

/*select2 modification*/

.select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 0;
}

.select2-container .select2-selection--single {
    min-height: 46px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 12px;
    border-radius: 4px;
    resize: none;
    border: 1px solid #bcbcce;
    color: #191a24;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    font-weight: 400;
    min-height: 46px;
}

.parsley-error+.select2-container .select2-selection--single .select2-selection__rendered {
    border-color: #DC2E3D;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    font-size: 20px;
    font-family: "carnival-internet" !important;
    content: "\e92a";
    color: #444;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.btn.view-more-btn.btn-less {
    display: none;
}

@media all and (min-width: 992px) {
    .why-different-slider {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
    }
}

/*payment*/

.check-carnival-id {
    display: grid;
    grid-template-columns: 1fr 250px;
    grid-gap: 30px;
}

.error-msg {
    font-size: 13px;
    margin-top: 7px;
    font-weight: 500;
}

input:disabled {
    background: #e9ecef;
}

@media all and (max-width: 991px) {
    .check-carnival-id {
        display: block;
    }

    .check-carnival-id .btn {
        margin-top: 15px;
    }
}

.advance-banner {
    background: #006B50;
}

.advance-testimonial.testimonial .slick-arrow {
    background: #006B50;
}

.advance-testimonial .testimonial-box {
    position: relative;
}

.advance-testimonial .testimonial-box::after {
    width: 110px;
    height: 150px;
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../images/bd-small-map.svg) no-repeat right top;
    background-size: 100px auto;
}

.advance-testimonial .testimonial-box div {
    display: block;
}

.advance-testimonial .testimonial-box div h3 {
    margin-top: 10px;
}

.wifi-haat {
    background: #F8F9FB;
    border-radius: 8px;
    padding: 30px;
}

.wifi-haat div {
    border-bottom: 1px solid #E5E5EC;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: 52px 1fr;
    grid-gap: 15px;
    align-items: center;
    margin: 0 0 20px;
}

.wifi-haat div img {
    width: 50px;
}

.wifi-haat div h3 {
    font-size: 26px;
    font-weight: 700;
    color: #AF2959;
    margin: 0;
    font-family: "Sora", sans-serif;
}

.wifi-haat p {
    margin: 0;
}

.wifihaat-points .heading {
    max-width: 800px;
    margin: 0 auto 40px;
}

.wifihaat-points-box {
    margin-bottom: 30px;
}

.wifihaat-points-box img {
    width: 100%;
    height: 265px;
    object-fit: cover;
    border-radius: 8px;
}

.wifihaat-points-details {
    width: 80%;
    background: #fff;
    box-shadow: 0px 10px 10px rgba(60, 32, 107, 0.1);
    border-radius: 8px;
    padding: 20px 30px;
    display: grid;
    grid-template-columns: 84px 1fr;
    grid-gap: 15px;
    margin: -60px auto 0;
    position: relative;
    z-index: 1;
    align-items: center;
}

.wifihaat-points-details i {
    font-size: 74px;
    color: #006B50;
}

.wifihaat-points-details h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin: 0;
    font-family: "Sora", sans-serif;
}

.wifihaat-points-details h3 span {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

.image-gallery-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.image-gallery-box img {
    width: 100%;
    border-radius: 8px;
    height: 250px;
    object-fit: cover;
}

.media-news-slider a {
    margin: 0 15px;
}

.media-news-slider a img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #191A24;
    height: 350px;
    object-fit: cover;
}

.media-news-slider .slick-list {
    padding-left: 0px !important;
    margin: 0 -15px;
}

.media-news-slider .slick-slide {
    margin: 0 15px;
}

.media-news-slider .slick-arrow {
    transform: none;
    top: auto;
    bottom: -70px;
    background: #006B50;
}

.media-news-slider .slick-arrow.slick-prev {
    left: calc(50% - 50px);
}

.media-news-slider .slick-arrow.slick-next {
    right: calc(50% - 50px);
}

.mb-cards {
    background: #EEEFF4;
    position: relative;
}

.mb-cards::before,
.mb-cards::after {
    content: "";
    width: 320px;
    height: 250px;
    background: url(../images/bg-cards.svg) no-repeat;
    background-size: 100%;
    opacity: 0.2;
    position: absolute;
}

.mb-cards::before {
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.mb-cards::after {
    right: 0;
    top: 0;
}

.mb-cards img {
    display: block;
    margin: auto;
}

.wifihaat-service .heading {
    max-width: 800px;
    margin: 0 auto 60px;
}

.wifihaat-service-item {
    position: relative;
    margin: auto;
}

.wifihaat-service-item-curve img {
    width: 100%;
}

.wifihaat-service-item ul {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.wifihaat-service-item ul li {
    list-style: none;
    width: 120px;
    min-height: 70px;
    background: #fff;
    box-shadow: 0px 5px 8px rgba(60, 32, 107, 0.1);
    border-radius: 5px;
    text-align: center;
    padding: 10px 5px;
    position: absolute;
}

.wifihaat-service-item ul li:nth-child(1) {
    left: -58px;
    bottom: 39%;
}

.wifihaat-service-item ul li:nth-child(2) {
    left: 0;
    bottom: 0;
}

.wifihaat-service-item ul li:nth-child(3) {
    left: 24%;
    bottom: -12%;
}

.wifihaat-service-item ul li:nth-child(4) {
    left: 50%;
    bottom: 12%;
}

.wifihaat-service-item ul li:nth-child(5) {
    right: 7%;
    bottom: -21%;
}

.wifihaat-service-item ul li:nth-child(6) {
    right: -55px;
    bottom: 43%;
}

.wifihaat-service-item ul li img {
    max-width: 100%;
    width: auto;
    margin-bottom: 5px;
}

.wifihaat-service-item ul li p {
    font-size: 12px;
    line-height: 18px;
    color: 333547;
    margin: 0;
}

.purchase {
    background: #fff;
    border-radius: 5px;
    padding: 70px;
}

.purchase-wrap {
    background: #F1F3F4;
    padding: 60px 0;
}

.purchase-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.purchase-pagination a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #191A24;
    margin: 0;
}

.purchase-pagination a:first-child i {
    margin-right: 8px;
}

.purchase-pagination a:last-child i {
    margin-left: 8px;
}

.purchase-progress {
    padding: 25px 0 15px;
}

.purchase-progress ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.purchase-progress ul li {
    width: 19%;
    height: 5px;
    background: #E5E5EC;
    margin: 0 4px;
}

.purchase-progress ul li.done {
    background: #0CAF1C;
}

.purchase-progress ul li:first-child {
    border-radius: 5px 0 0 5px;
}

.purchase-progress ul li:last-child {
    border-radius: 0 5px 5px 0;
}

.purchase-form h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #191A24;
    font-family: "Sora", sans-serif;
    margin: 0 0 10px;
}

.purchase-form h6 {
    border-top: 1px solid #E5E5EC;
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}

.purchase-form p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #191A24;
    margin: 0 0 25px;
}

.purchase-form .btn {
    width: 100%;
    background: #8C135F;
    border-color: #8C135F;
}

.purchase-form .accordion {
    padding-bottom: 10px;
}

.purchase-form .accordion ul {
    padding: 0;
    margin: 0;
}

.purchase-form .accordion ul li {
    position: relative;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #E5E5EC;
}

.purchase-form .accordion ul li a {
    display: block;
    padding: 22px 60px 20px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #191A24;
    background: transparent;
    line-height: 20px;
    position: relative;
}

.purchase-form .accordion ul li ul {
    padding: 5px 20px 20px 20px;
}

.purchase-form .accordion ul li ul li {
    margin: 0;
    border: 0;
}

.purchase-form .accordion ul li ul li:not(.dropdown) {
    color: #191A24;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    padding-left: 0;
}

.purchase-form .accordion ul li ul li:not(.dropdown):not(:last-child) {
    margin: 0 0 10px;
}

.purchase-form .accordion ul li ul li a,
.purchase-form .accordion ul li ul li span {
    color: #194F9F;
    font-weight: 500;
    cursor: pointer;
    word-break: break-all;
}

.purchase-form .accordion ul li.dropdown a span {
    margin: 0 10px;
}

.purchase-form .accordion ul li.dropdown a:after {
    content: "";
    font-family: "carnival-internet";
    height: 40px;
    width: 40px;
    font-size: 22px;
    color: #3C206B;
    line-height: 36px;
    position: absolute;
    right: 20px;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    font-weight: 400;
}

.purchase-form .accordion ul li.dropdown a.active:after {
    content: "\e91e";
}

.purchase-form .accordion .dropdown>ul {
    display: none;
}

.purchase-form .accordion p {
    font-size: 12px;
    line-height: 18px;
    color: #333547;
    margin: 0 0 15px;
}

.purchase-form .accordion p i {
    color: #3C206B;
    opacity: 0.5;
    margin-right: 10px;
    font-size: 18px;
}

.purchase-form .accordion h5 {
    font-weight: 600;
    color: #191A24;
}

.purchase-plan ul {
    padding: 0;
    margin: 0;
}

.purchase-plan ul li {
    list-style: none;
    margin-bottom: 15px;
}

.purchase-plan ul li label {
    width: 100%;
    margin: 0;
}

.purchase-plan ul li label input {
    display: none;
}

.purchase-plan ul li label input:checked+.purchase-plan-box {
    border: 1px solid #194F9F;
}

.purchase-plan ul li label input:checked+.purchase-plan-box .purchase-plan-details {
    display: block;
}

.purchase-plan ul li label input:checked+.purchase-plan-box .purchase-plan-heading {
    border-radius: 5px 5px 0 0;
    position: relative;
    color: #194F9F;
}

.purchase-plan ul li label input:checked+.purchase-plan-box .purchase-plan-heading::after {
    content: "\e91e";
    font-family: "carnival-internet";
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #3C206B;
}

.purchase-plan-box {
    border-radius: 5px;
    cursor: pointer;
}

.purchase-plan-heading {
    background: #F5F5FA;
    color: #333547;
    padding: 15px 15px;
}

.purchase-plan-heading span {
    margin: 0 10px;
}

.purchase-plan-heading span i {
    color: #3C206B;
    margin-right: 5px;
}

.purchase-plan-details {
    padding: 10px 15px;
    display: none;
}

.purchase-plan-details p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px;
    color: #333547;
}

.purchase-plan-details h5 {
    margin: 0 0 15px;
    color: #191A24;
    font-weight: 700;
}

.purchase-plan-details ul {
    padding: 0;
    margin: 0;
}

.purchase-plan-details ul li {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
    color: #333547;
}

.purchase-plan-details ul li i {
    color: #3C206B;
    opacity: 0.5;
    margin-right: 10px;
}

.addons {
    padding: 15px 0;
}

.addons ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.addons ul li {
    list-style: none;
}

.addons ul li label {
    margin: 0;
    width: 100%;
}

.addons ul li label input {
    display: none;
}

.addons ul li label input:checked+.addons-box {
    border-color: #194F9F;
}

.addons ul li label input:checked+.addons-box::before {
    color: #194F9F;
}

.addons-box {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #E5E5EC;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.addons-box::before {
    content: "\e91e";
    font-family: "carnival-internet";
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #9E9DB0;
}

.addons-box i {
    font-size: 30px;
    color: #194F9F;
    margin: 0 0 10px;
    display: block;
}

.addons-box h5 {
    font-size: 18px;
    line-height: 26px;
    color: #194F9F;
    font-weight: 400;
    margin: 0 0 10px;
    font-family: "Sora", sans-serif;
}

.addons-box p {
    margin: 0;
}

.btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btn-wrap .btn {
    width: 48%;
}

.btn-wrap .btn-outline {
    background: #fff;
    color: #191A24;
    border-color: #194F9F;
}

.package-review {
    background: #F5F5FA;
    border-radius: 5px;
    padding: 15px 20px;
}

.package-review p,
.package-review h6 {
    color: #333547;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.package-review h6 {
    font-weight: 600;
    border-top: 1px solid #E5E5EC;
    padding-top: 10px;
    margin: 0;
}

.success-message {
    text-align: center;
    padding: 30px 20px 50px;
}

.success-message span {
    width: 84px;
    height: 84px;
    background: #194F9F;
    border-radius: 100%;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-message span i {
    font-size: 44px;
    color: #fff;
}

.success-message h3 {
    font-size: 22px;
    line-height: 30px;
    color: #194F9F;
    margin: 0 0 15px;
    font-family: "Sora", sans-serif;
}

.success-message p {
    margin: 0;
}

.payment-status img {
    margin-bottom: 30px;
}

.payment-status h2 {
    color: #191A24;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 15px;
    font-family: "Sora", sans-serif;
}

.payment-status h3 {
    color: #191A24;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.payment-status .download-invoice {
    background: linear-gradient(111deg, #8c2064 15.05%, #e20891 82.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    display: inline-block;
    margin: 20px 0;
}

.payment-status .download-invoice::after {
    content: "";
    background: linear-gradient(111deg, #8c2064 15.05%, #e20891 82.88%);
    height: 2px;
    width: 100%;
    display: block;
    margin-top: 5px;
}

.payment-status .download-invoice i {
    margin-right: 2px;
    vertical-align: top;
}

.payment-status p {
    margin: 0 auto 30px;
    max-width: 80%;
}

/*home map*/

.advancing-bd-map {
    text-align: center;
    position: relative;
}

.advancing-bd-map::before {
    width: 300px;
    height: 300px;
    content: "";
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.advancing-bd-map img {
    z-index: 1;
    position: relative;
    max-width: 360px;
    width: 100%;
}

.common-content p {
    color: #191A24;
    margin: 0 0 20px;
}

.common-content p strong {
    font-weight: 500;
}

.common-content p a {
    color: #194F9F;
    font-weight: 500;
}

.common-content h1 {
    font-size: 22px;
    line-height: 30px;
    color: #191A24;
    font-weight: 700;
    margin: 0 0 15px;
    font-family: "Sora", "Tiro Bangla", serif, sans-serif;
}

.common-content h3,
.common-content h4,
.common-content h2 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 26px;
    color: #191A24;
    margin: 0 0 15px;
    font-family: "Sora", "Tiro Bangla", serif, sans-serif;
}

.common-content img,
.common-content video,
.common-content iframe {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.common-content video,
.common-content iframe {
    width: 100%;
    max-width: 560px;
    min-height: 300px;
    margin: 20px auto;
}

.common-content ul {
    margin: 20px 0;
    padding: 0;
}

.common-content ul li {
    position: relative;
    padding: 5px 0 5px 20px;
    color: #191A24;
}

.common-content ul li a {
    color: #194F9F;
}

.common-content ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #191A24;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.common-content ol {
    margin: 20px 0;
    padding: 0;
    counter-reset: ol-counter;
}

.common-content ol li {
    position: relative;
    padding: 5px 0 5px 30px;
    color: #191A24;
    counter-increment: ol-counter;
}

.common-content ol li a {
    color: #194F9F;
}

.common-content ol li::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: counter(ol-counter) ".";
    font-weight: 600;
}

.common-content table,
.common-content .table {
    width: 100%;
    margin: 15px auto;
}

.common-content table thead tr th,
.common-content .table thead tr th {
    border: 1px solid rgba(25, 26, 36, 0.35);
    font-size: 14px;
    color: #191A24;
    padding: 10px;
    font-weight: 700;
}

.common-content table tbody tr td,
.common-content .table tbody tr td {
    border: 1px solid rgba(25, 26, 36, 0.35);
    font-size: 14px;
    color: #191A24;
    padding: 10px;
}

.common-content table tbody tr td strong,
.common-content .table tbody tr td strong {
    font-weight: 500;
}

@media all and (max-width: 991px) {
    body {
        padding-top: 70px;
    }

    body.empty-header {
        padding: 70px 0 0 0;
    }

    .py-5 {
        padding: 30px 0;
    }

    .mt-reverse {
        margin-top: 0;
    }

    .header-bar {
        display: none;
    }

    .header.header-tiny {
        top: 0;
    }

    .header .split_text {
        font-weight: 700;
    }

    .mynavbar-brand img {
        height: 50px;
    }

    .home-banner h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .footer-top {
        padding: 42px 0;
        background-color: #000248 !important;
    }

    .footer-nav ul {
        column-count: 2;
    }

    .footer-nav ul li a {
        font-size: 14px;
    }

    .footer-btm .row div[class*=col-]:nth-child(2) {
        order: -1;
    }

    .footer-btm ul {
        margin-bottom: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-btm ul li {
        margin: 0 15px 10px 0;
    }

    .footer-btm p {
        text-align: center;
    }

    .footer-btm h4 {
        display: block;
    }

    .common-banner {
        min-height: 190px;
    }

    .common-banner img {
        height: 190px;
    }

    .common-banner h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .home-banner .shape {
        margin-bottom: -1px;
    }

    /*home*/
    .banner {
        width: 100%;
        margin-top: 40px;
    }

    .heading,
    .why-different .heading {
        font-size: 26px;
        line-height: 36px;
    }

    .sub-heading {
        margin-bottom: 30px;
    }

    .call-center-overlay div {
        display: block;
        text-align: center;
    }

    .call-center-overlay div h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .call-center-overlay div .btn {
        font-size: 14px;
        width: 100%;
    }

    .partners-list h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .partners-box img {
        max-height: 40px;
    }

    .wifihaat-points-details {
        padding: 15px 20px;
        grid-template-columns: 60px 1fr;
    }

    .wifihaat-points-details i {
        font-size: 50px;
    }

    .wifihaat-points-details h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .wifihaat-points-details h3 span {
        font-size: 14px;
    }

    .mb-cards::before,
    .mb-cards::after {
        width: 100px;
        height: 60px;
    }

    .video img {
        height: 220px;
    }

    .video-title h5 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 auto 15px;
        font-weight: 500;
    }

    .video-play {
        width: 60px !important;
        height: 60px !important;
    }

    .media-news {
        padding: 70px 0;
    }

    .philosophy-box,
    .packages-box {
        margin-bottom: 20px;
    }

    .advancing-bd .row div[class*=col-]:nth-child(2) {
        order: -1;
    }

    .advancing-bd-map {
        margin-bottom: 20px;
    }

    .featured {
        margin-top: 50px;
        text-align: center;
    }

    .home-philosophy {
        overflow: hidden;
    }

    .home-philosophy .row div[class*=col-]:last-child {
        order: -1;
    }

    .packages.py-5 {
        padding-bottom: 0;
    }

    .packages-payments .packages-list {
        display: block;
    }

    .packages-payments .packages-list .packages-box {
        margin-bottom: 30px;
    }

    .philosophy-img-home {
        margin-top: 25px;
    }

    /*about*/
    .mobile-menu {
        display: block;
    }

    .about-details {
        margin-bottom: 30px;
    }

    .about-details img {
        width: 100%;
    }

    .about-details-info {
        position: inherit;
        transform: none;
        margin-top: 20px;
        padding: 20px;
        width: 100%;
        min-height: 150px;
        text-align: center;
    }

    .about-details-info p {
        font-size: 16px;
        line-height: 24px;
    }

    .about-box {
        margin-bottom: 15px;
        background: #fff;
    }

    .why-carnival-box {
        margin-right: 15px;
    }

    .investors {
        margin-bottom: 90px;
    }

    .investors-box {
        height: 118px;
    }

    /*advanced-bd*/
    .wifi-haat {
        margin-bottom: 20px;
    }

    .wifihaat-service .heading {
        margin: 0 auto 30px;
    }

    .wifihaat-points .heading {
        margin-top: 20px;
    }

    .wifihaat-points-details {
        margin: -100px auto 0;
    }

    .heading.mb-4 {
        margin-bottom: 25px !important;
    }

    .wifihaat-service-item-curve img {
        width: 94%;
        margin: auto;
        display: block;
    }

    .wifihaat-service-item ul li {
        list-style: none;
        width: auto;
        min-height: auto;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }

    .wifihaat-service-item ul li img {
        margin: 0;
    }

    .wifihaat-service-item ul li p {
        display: none;
    }

    .wifihaat-service-item ul li:nth-child(1) {
        left: -4px;
        bottom: 47%;
    }

    .wifihaat-service-item ul li:nth-child(2) {
        left: 8px;
        bottom: 10px;
    }

    .wifihaat-service-item ul li:nth-child(3) {
        left: 20%;
        bottom: -3%;
    }

    .wifihaat-service-item ul li:nth-child(4) {
        bottom: 18%;
    }

    .wifihaat-service-item ul li:nth-child(5) {
        right: 4%;
        bottom: -10%;
    }

    .wifihaat-service-item ul li:nth-child(6) {
        right: -5px;
        bottom: 50%;
    }

    .image-gallery {
        margin-top: 10px;
    }

    .image-gallery-box {
        grid-gap: 12px;
    }

    .image-gallery-box img {
        height: 180px;
    }

    .testimonial.advance-testimonial.py-5 {
        padding-top: 50px;
    }

    .related-post {
        margin-top: 30px;
    }

    .faq {
        margin-top: 0;
    }

    .faq.home-internet-faq {
        margin-top: 70px;
    }

    .faq-more {
        margin-top: 30px;
    }

    .partners-list {
        padding: 15px 0;
    }

    .partners-list h3 {
        margin-bottom: 15px;
    }

    /*career*/
    .ambitions .heading,
    .ambitions .sub-heading {
        text-align: center;
    }

    .jobs-inner {
        padding: 20px;
    }

    .jobs-details-heading .btn,
    .jobs-details .btn {
        width: 100%;
    }

    .common-content,
    .about,
    .ambitions,
    .jobs,
    .jobs-details,
    .blog-list,
    .blog-details,
    .contact,
    .coverage {
        background: #f1f3f4;
    }

    .contact h2,
    .contact p {
        text-align: left;
    }

    .contact-form {
        padding: 25px;
        margin-bottom: 20px;
    }

    .coverage-map iframe {
        height: 250px;
    }

    .mission h5 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 auto 50px;
    }

    .mission .heading {
        margin-top: 15px;
    }

    .mission .container .row:nth-child(2n+1) {
        margin-top: 40px;
    }

    .mission .container .row:nth-child(2n+1) div[class*=col-]:nth-child(odd) {
        order: -1;
    }

    .our-philosophy {
        padding-top: 50px;
    }

    .our-philosophy p {
        margin-top: 15px;
    }

    .our-philosophy .btn {
        width: 100%;
    }

    .purchase {
        padding: 50px 25px;
    }

    .purchase-wrap {
        padding: 0;
    }

    .purchase-wrap .container {
        padding: 0;
    }

    .purchase-wrap .container .row {
        margin: 0;
    }

    .purchase-wrap .container .row div[class*=col-] {
        padding: 0;
    }

    .btn-wrap .btn {
        width: 100%;
        margin-top: 15px;
        font-size: 14px;
    }

    .purchase-plan-heading {
        font-size: 12px;
    }

    .addons-box {
        padding: 20px 10px;
    }

    .success-message {
        padding: 20px 20px 30px;
    }

    .contact-channel,
    .question-box img {
        display: none;
    }

    .partners-list img.shape {
        width: 100%;
        display: block;
    }

    .partners-slider {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .partners-box {
        margin-bottom: 15px;
        padding: 20px 10px;
    }

    .partners-box h3 {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        margin: 0;
    }

    .about-business {
        padding-top: 30px;
    }

    .question-result {
        display: block;
    }

    .question-result h4 {
        font-size: 14px;
    }

    .question-box {
        display: block;
    }

    .question-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .brand-tag.desktop {
        display: none;
    }

    .video-list::after,
    .video-list::before,
    .video-wrap::after,
    .home-philosophy::after,
    .home-philosophy::before {
        font-size: 100px;
    }

    .brand-tag {
        padding: 10px 8px;
        font-size: 11px;
    }

    .philosophy-content {
        padding-top: 15px;
    }

    .video-list {
        display: block;
    }

    .video-list .video {
        margin-bottom: 15px;
    }

    .video-list .video:nth-child(1) img {
        height: auto;
        min-height: 220px;
    }

    .footer-content {
        padding-bottom: 30px;
    }

    .bandwidth-calculator .btn,
    .check-coverage .btn,
    .question .btn {
        width: 100%;
    }

    .check-coverage-form {
        padding-top: 30px;
    }

    .location-content {
        padding: 0;
    }

    .coverage-modal .modal-inner {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .faq .accordion ul li a {
        padding: 15px 55px 15px 15px;
    }

    .faq .accordion ul li.dropdown a:after {
        right: 10px;
    }

    .suggested-package .modal-inner {
        padding: 15px;
    }

    .location-content h3 {
        font-size: 16px;
    }

    .callback-content {
        display: block;
        height: 70vh;
        overflow-y: auto;
        padding-right: 4px;
    }

    .callback-content img {
        height: auto;
        margin-bottom: 15px;
    }

    .callback-content::-webkit-scrollbar {
        border-radius: 20px;
        width: 4px;
    }

    .callback-content::-webkit-scrollbar-thumb {
        border-radius: 20px;
        background: #8C135F;
    }

    .bandwidth-slider {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        padding-bottom: 20px;
    }

    .bandwidth-slider .bandwidth-box {
        display: block;
    }

    .bandwidth-slider .bandwidth-box h4 {
        padding-bottom: 10px;
        font-size: 13px;
    }

    .bandwidth-slider .bandwidth-box img {
        display: none;
    }

    .bandwidth-slider .bandwidth-box .quantity-box {
        padding-top: 10px;
    }

    .bandwidth-slider .bandwidth-box .quantity-box input.form-control {
        padding-left: 0;
        padding-right: 0;
        width: 44px;
    }

    .partners-heading {
        position: relative;
    }

    .partners-heading:after {
        content: "\e92a";
        font-family: "carnival-internet";
        height: 34px;
        width: 34px;
        border-radius: 100%;
        background: #fff;
        color: #191A24;
        font-size: 20px;
        line-height: 34px;
        position: absolute;
        right: 0px;
        top: 50%;
        text-align: center;
        transform: translateY(-50%);
        font-weight: 400;
        border: 1px solid #E5E5EC;
    }

    .partners-heading.active {
        color: #194F9F;
    }

    .partners-heading.active:after {
        content: "\e92d";
        background: #194F9F;
        color: #fff;
        line-height: 34px;
    }

    .partners-box ul {
        margin-top: 15px;
        border-top: 1px solid #cccbd6;
        padding-top: 15px;
    }

    .visible-mobile {
        display: block;
    }

    .why-different.py-5 {
        padding-top: 140px;
    }

    .feedback-box.slick-active .feedback-box-content,
    .feedback-box.slick-slide {
        display: block !important;
    }

    .home-philosophy .row:not(:last-child) {
        margin-bottom: 20px;
    }

    .question h2 {
        position: relative;
        z-index: 1;
    }

    .philosophy-content .btn,
    .packages-box .btn,
    .about-details-info .btn,
    .blog-list .btn-more {
        width: 100%;
    }

    .ambitions p {
        margin-bottom: 30px;
    }

    .trusted-by::after {
        width: 200px;
        height: 1px;
    }

    .trusted-by ul {
        flex-wrap: wrap;
    }

    .trusted-by ul li {
        margin: 0 12px;
    }

    .trusted-by ul li img {
        height: 56px;
        margin: auto;
        max-width: 96px;
    }

    .home-banner {
        padding-bottom: 105px;
    }

    .footer-content p,
    .sub-heading,
    .home-banner p,
    .philosophy-content p,
    .package-summary p,
    .package-info p,
    .package-info ul li,
    .featured p,
    .advancing-bd-details p,
    .about-box p,
    .why-carnival-box-content p,
    .ambitions p,
    .jobs-inner h6,
    .jobs-inner-box p,
    .jobs-details p,
    .jobs-details ul li,
    .jobs-details-heading h4,
    .licence-number,
    .blog-box-content h4,
    .blog-box-content h5,
    .blog-box-content p,
    .contact-form label,
    .contact-address-box h5,
    .packages-box p,
    .testimonial-box p,
    .faq-more p,
    .internet-speed-details p,
    .question-box-details h6,
    .question-box-details p,
    .question-result p,
    .question p,
    .location-content-box p,
    .feedback-box-content p,
    .wifi-haat p,
    .purchase-form .accordion h5,
    .purchase-plan-heading,
    .purchase-plan-details h5,
    .addons-box p,
    .package-review p,
    .package-review h6,
    .success-message p,
    .payment-status p,
    .common-content p,
    .common-content ul li,
    .common-content ol li,
    .philosophy-content ul li,
    .why-carnival-box-content ul li,
    .packages-box ul li,
    .packages-box h3,
    .faq .accordion ul li a,
    .faq .accordion ul li ul li:not(.dropdown) {
        font-size: 16px;
        line-height: 24px;
    }

    .featured ul {
        grid-gap: 10px;
        margin-top: 15px;
    }

    .featured ul li {
        padding: 15px 2px;
        border-radius: 5px;
    }

    .featured ul li img {
        max-width: 80px;
    }

    .testimonial-box {
        padding: 15px;
        margin: 0;
    }

    .testimonial-box div {
        grid-template-columns: 64px 1fr;
    }

    .testimonial-box div img {
        width: 64px;
        height: 64px;
    }

    .testimonial-box h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .testimonial-box p {
        height: auto;
        min-height: 130px;
        max-height: 130px;
    }

    .testimonial.home-internet-testimonial .slick-slide {
        margin: 0 15px 0 0;
    }

    .testimonial.home-internet-testimonial .slick-list {
        margin: 0;
    }

    .home-banner.home-internet-banner img.banner-text,
    img.banner-text,
    .home-banner.business-banner img.banner-text {
        max-width: 90%;
    }

    .why-carnival-slider .why-carnival-box {
        margin: 0 0 20px;
    }

    .why-different .why-carnival-box p {
        min-height: 144px;
    }

    .feedback-box-content p {
        min-height: 96px;
    }

    .common-package-content {
        background-image: none;
        margin-bottom: 15px;
        padding: 15px;
    }

    .common-package-content h4 {
        margin-bottom: 6px;
    }

    .common-package-name {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .common-package-data span {
        font-size: 48px;
        line-height: 1;
    }

    .common-package-data strong {
        font-size: 16px;
    }

    .feedback-box {
        display: block;
    }

    .feedback-box-img img {
        height: 250px;
    }

    .callback-content .sending {
        height: 105vh;
    }

    .common-curve::before {
        display: none;
    }

    .trusted-slider-item img {
        height: 56px;
        margin: auto;
        max-width: 96px;
    }

    .packages-payments-form .list-inline-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .packages-payments-form .list-inline-item:not(:first-child) img {
        vertical-align: bottom;
    }

    .custom-packages {
        min-height: 411px;
    }

    .question h5 a {
        position: relative;
        z-index: 9;
    }
}

@media all and (max-width: 1600px) {
    .container {
        width: 1170px;
    }
}

@media all and (max-width: 767px) {
    @supports (-webkit-touch-callout: none) {
        .header-tiny::after {
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
        }

        .mynavbar-collapse {
            -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
        }
    }

    @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
        .header-tiny::after {
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
        }

        .mynavbar-collapse {
            -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
        }
    }
}

@media (min-width: 991px) {
    @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
        .mynavbar ul li ul {
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
        }
    }

    .home-blog .blog-box {
        margin-bottom: 0;
    }

    /* Scroller */
    ::-webkit-scrollbar {
        width: 8px;
    }

    ::-webkit-scrollbar-track {
        background: #aeafb3;
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #c8c9cc;
    }

    .contact-channel-mobile,
    .contact-btn,
    .brand-tag.mobile {
        display: none;
    }

    .home-philosophy .row:nth-child(even) div[class*=col-]:first-child {
        order: 2;
    }

    .coverage-modal .modal-inner {
        width: 450px;
    }

    .question p {
        margin: 0;
    }

    .visible-mobile,
    .view-more .btn {
        display: none;
    }

    .contact-form textarea.form-control {
        height: 125px;
    }

    .mynavbar ul li.for-blog {
        display: none;
    }
}

/*# sourceMappingURL=style.css.map */


/* My version is addivng below */


/* Custom CSS to match the provided design */
.bg-text-color {
    background-color: #2a2a72;
    /* Dark blue background */
    color: white;
    padding-top: 2rem;
    /* Adjust as needed */
    padding-bottom: 2rem;
    /* Adjust as needed */
}

.custom-heading {
    font-size: 2rem;
    /* Adjust as needed */
    margin-bottom: 1rem;
    /* Space below the heading */
}

.custom-divider {
    height: 4px;
    width: 100px;
    /* Width of the red underline */
    background-color: #e63946;
    /* Red color */
    margin-bottom: 2rem;
    /* Space below the divider */
}

/* Assuming we are using a flexbox layout for the payment options */
.payment-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    /* Allows wrapping for different screen sizes */
}

.custom-payment-option {
    width: 100px;
    /* Diameter of the payment option circles */
    height: 100px;
    /* Diameter of the payment option circles */
    margin: 1rem;
    /* Space around each option */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* Circular border */
    background-color: white;
    /* White background for the circles */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
}

.custom-payment-option img {
    max-width: 80%;
    /* Scales the image to fit within the circle */
    max-height: 80%;
    /* Scales the image to fit within the circle */
}

/* Adjustments for smaller screens */
@media (max-width: 768px) {
    .payment-grid {
        flex-direction: column;
        /* Stack the payment options on smaller screens */
    }
}


.bg-text-color {
    background-color: #2a2a72;
    /* Your specific blue background color */
    color: white;
    text-align: center;
    /* Centers the text */
}

#payment-section {
    padding-bottom: 5rem;
    /* Adjusted as per your design */
}

#payment {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    /* Creates an 8-column grid */
    align-items: center;
    /* Aligns items vertically */
    justify-content: center;
    /* Centers the grid items horizontally */
    gap: 1rem;
    /* Space between grid items */
}

.payment-item {
    display: flex;
    justify-content: center;
    /* Horizontally center content in the grid area */
    align-items: center;
    /* Vertically center content in the grid area */
}

.bKash {
    grid-column: 2 / span 1;
}

/* Positions BKash in the 2nd column */
.rocket {
    grid-column: 4 / span 1;
}

/* Positions Rocket in the 4th column */
.mobile-icon {
    grid-column: 3 / span 1;
}

/* Positions Mobile icon in the 3rd column */
.nagad {
    grid-column: 6 / span 1;
}

/* Positions Nagad in the 6th column */
.upay {
    grid-column: 8 / span 1;
}

/* Positions Upay in the 8th column */

.payment-item img {
    max-width: 100%;
    /* Ensures the image is responsive within its container */
    border-radius: 50%;
    /* Makes the images round */
    border: 4px solid transparent;
    /* Adjusts border size and makes it transparent */
    padding: 1rem;
    /* Gives some spacing inside the circle */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    /* Adds shadow for depth */
    transition: border-color 0.3s;
    /* Smooth transition for hover effect */
}

.payment-item img:hover {
    border-color: #e63946;
    /* Changes border color on hover */
    cursor: pointer;
    /* Changes the cursor to indicate clickable item */
}


.card {
    width: auto;
    height: auto;
    background-color: white;
    border-radius: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Arial', sans-serif;
    /* Use your preferred font here */
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.card-header {
    background-color: #FF6863;
    color: white;
    padding: 10px;
    text-align: center;
}

.card-header .badge {
    background-color: #FFD166;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    /* top: -10px; */
    left: 10px;
    transition: transform 0.3s ease;
    font-size: 0.75em;
}


.card-header .badge:hover {
    transform: scale(1.1);
}

.card-logo {
    padding: 20px;
    background-color: #FAFAFA;
    /* Light grey background */
    text-align: center;
}

.card-price {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

.per-month {
    font-size: 0.5em;
}

.plan-name {
    text-align: center;
    font-weight: bold;
    color: #333;
}

.card-features ul {
    list-style: none;
    padding: 0;
    margin: 10px 20px;
}

.card-features li {
    margin: 10px 0;
    color: #333;
    font-size: 0.85em;
}

.card-features li .fa-circle-check {
    color: #bf1424;
}

/* .card-features li::before {
    content: "✓";
    color: green;
    margin-right: 5px;
} */

.choose-plan-btn {
    background-color: #FF6863;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.choose-plan-btn:hover {
    background-color: #bf1424;
}


.bg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 190px;
    height: 240px;
    z-index: 2;
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    overflow: hidden;
    outline: 2px solid white;
}

.blob {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #ff0000;
    visibility: hidden;
    /* Blob is initially hidden */
    opacity: 0;
    /* Blob is initially fully transparent */
    filter: blur(12px);
    transform: translate(-50%, -50%);
    transition: visibility 0s, opacity 0.5s linear;
    /* Transition for visibility and opacity */
}

.card:hover .blob {
    visibility: visible;
    /* Blob becomes visible on hover */
    opacity: 1;
    /* Blob becomes fully opaque on hover */
    animation: blob-bounce 3s infinite ease;
    /* Faster animation duration and linear timing */
}

@keyframes blob-bounce {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
    }

    25% {
        transform: translate(-25%, -50%) scale(1.5);
    }

    50% {
        transform: translate(-50%, -25%) scale(0.75);
    }

    75% {
        transform: translate(-75%, -50%) scale(1.25);
    }
}



/* #counter{
    z-index: 99!important;
    margin-top: -90px !important;
    position: relative !important;
    border-radius: 25px;
    margin-bottom: 100px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
    color: #f5f5dc;

  } */

#counter {
    z-index: 99;
    position: relative;
    margin-top: -5.5rem;
    border-radius: 1.563rem;
    margin-bottom: 6.25rem;
    overflow: hidden;
    color: white;
    background-color: #bf1424;
    width: 80%;
}

#counter p {
    font-size: 1rem;
    /* Adjust font size on smaller screens with media queries */
    margin: 0px;
}

#counter h4 {
    padding-top: 1rem;
}

/* Consolidating icon styles */
#counter .fa-users,
#counter .fa-award,
#counter .fa-briefcase,
#counter .fa-house-user {
    font-size: 2rem;
    /* Consider reducing size on smaller screens */
    color: #dc3545;
}

#counter #box {
    margin: 0.75rem !important;
}

.plus-sign {
    font-size: 1rem;
    padding-bottom: 0.2rem;
}

/* Applying round shadow to icon containers */
.img_box,
.icon-depth {
    height: 4rem;
    width: 4rem;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #counter p {
        font-size: 1.2rem;
    }

    #counter .fa-users,
    #counter .fa-award,
    #counter .fa-briefcase,
    #counter .fa-house-user {
        font-size: 1.5rem;
        /* Smaller icons for mobile */
    }
}



.circle-progress {
    position: relative;
    width: 80px;
    /* Set the size of the progress bar */
    height: 80px;
    text-align: center;
    line-height: 80px;
    border: 3px solid #3498db;
    border-radius: 50%;
    font-size: 18px;
    color: #3498db;
    margin: 0 auto 20px;
}

.circle-progress .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    border-radius: 50%;
    clip: rect(0px, 80px, 80px, 40px);
    animation: progress-animation 1s linear forwards;
}

.circle-progress:after {
    /* Style for the inner circle */
    content: '';
    width: 70px;
    height: 70px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
}

.circle-progress .progress-number {
    position: absolute;
    z-index: 5;
    line-height: normal;
    width: 100%;
    height: 100%;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    /* Adjust the font size accordingly */
    font-weight: bold;
}

@keyframes progress-animation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(180deg);
    }

    /* Change the degrees to reflect the progress */
}

/* ... Include your other existing styles ... */



.circle-progress {
    /* ... */
    border: 4px solid #FF6863;
    /* adjusted thickness */
    color: #FF6863;
    /* adjusted color */
}

.circle-progress .progress-number {
    /* ... */
    font-size: 1rem;
    /* adjusted size */
    font-weight: normal;
    /* adjusted weight */
    color: #495057;
    /* adjusted color */
}

.card-header {
    background-color: #3498db;
    /* adjusted to match progress bar */
    color: white;
    /* ... */
}

.card-price {
    font-size: 2rem;
    /* make the price larger and more prominent */
    /* ... */
}




.card {
    padding: 2rem;
    /* Increase padding */

    font-size: 1.1rem;
    /* Increase the base font size */
    max-width: 350px;
    /* Increase maximum width */
}

.card-header,
.card-price,
.plan-name,
.card-features,
.choose-plan-btn {
    margin-bottom: 1rem;
    /* Add space between card sections */
}


.fa-check,
.fa-times {
    font-size: 1.5rem;
    /* Scale up the icons */
}

/* Responsive design adjustments for larger cards */
@media (max-width: 768px) {
    .card {
        max-width: 90%;
        /* Allow cards to be wider on smaller screens */
    }

    .row {
        flex-direction: column;
    }
}


#banner-1 {
    background-image: url('/assets/images/new_banner_1.jpg');
    height: 100vh;
    position: relative;
}

#banner-2 {
    background-image: url('/assets/images/new_banner_2.jpg');
    height: 100vh;
    position: relative;
}

#banner-3 {
    background-image: url('/assets/images/new_banner_3.png');
    height: 100vh;
    position: relative;
    object-fit: cover;
}

#banner-4 {
    background-image: url('/assets/images/new_banner_4.jpg');
    height: 100vh;
    position: relative;
}

#banner-5 {
    background-image: url('/assets/images/new_banner_5.jpg');
    height: 100vh;
    position: relative;
}

#banner-6 {
    background-image: url('/assets/images/new_banner_6.png');
    height: 100vh;
    position: relative;
    /* object-fit: cover;
    background-repeat: no-repeat; */
}

/* #banner-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;
} */

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-content .btn {
    width: 10rem !important;
}

.banner-content h1 {
    font-size: 5rem;
    color: white;
    font-family: "Space Grotesk", sans-serif;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
    font-weight: bold;
    /* This will make the font bold */
}

.banner-content p {
    font-size: 1.5rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    line-height: 1.7;
}

#home-button {
    background-color: red !important;
    width: 200px;
    text-align: center;
    justify-content: center;

}

/* Apply overall padding and centered content for the image section */
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.container {
    max-width: 1140px;
}

/* Style for the large image and smaller image cards */
.shadow {
    animation: pulse-animation2 1s;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Rounded corners for the images */
.rounded {
    border-radius: 0.375rem;
}

/* Custom style for the text overlay */
.text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 0.5rem 1rem;
    margin: 0;
    border-bottom-right-radius: 0.375rem;
}

/* Hover effect for the image */
.shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Scale up the image slightly on hover */
.shadow:hover .card-img-top {
    transform: scale(1.05);
}

/* Reduced padding for the smaller image text */
.shadow .card-img-top+div {
    padding: 0.75rem;
}

/* Wow animation delay */
.animated {
    animation-fill-mode: both;
    animation-duration: 1s;
}

.wow:first-child {
    animation-delay: 0.2s;
}

.wow:nth-child(2) {
    animation-delay: 0.4s;
}


.wow:nth-child(3) {
    animation-delay: 0.6s;
}

.services-section {
    background-color: #bf1424;
}

.section-heading span {
    color: white;
    /* Red accent color */
}

.section-heading h2 {
    color: white;
    /* Dark text color for the heading */
    font-size: 3rem;
    /* Larger font size for heading */
}

.section-heading .divider {
    height: 4px;
    width: 100px;
    background-color: white;
    /* Red accent color for the divider */
    margin: 0.5rem auto 2rem;
    /* Spacing around the divider */
    border-radius: 5px;
}

/* Button Styling */
.btn-primary {
    background-color: #d9534f;
    /* Red background color */
    border: none;
    /* Remove border */
    padding: 10px 30px;
    /* Padding for button */
    font-size: 1rem;
    /* Font size for button text */
    transition: background-color 0.3s;
    /* Transition for hover effect */
}

.btn-primary:hover {
    background-color: #c9302c;
    /* Darker red on hover */
}

/* Feature Box Styling */
.feature-box {
    background-color: #f7f7f7;
    /* Light grey background for feature boxes */
    border: 1px solid #ddd;
    /* Border to define the box */
    padding: 2rem;
    /* Padding inside boxes */
    border-radius: 0.25rem;
    /* Rounded corners for the boxes */
    transition: box-shadow 0.3s ease-in-out;
    /* Transition for hover effect */
    position: relative;
    /* To position elements absolutely inside */
}

.feature-box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    /* Shadow on hover */
}

.feature-box .icon {
    /* background-color: #d9534f; */
    color: #fff;
    /* White color for icons */
    padding: 1rem;
    /* Padding around icons */
    /* border-radius: 50%;  */
    position: absolute;
    /* Absolute positioning */
    top: -5px;
    /* Position above the box */
    left: 50%;
    transform: translateX(-50%);
    /* Center the icon */
    font-size: 1.5rem;
    /* Size of the icon */
}

/* Adjusting the size of icons to match design requirements */
.feature-box i {
    font-size: 3rem;
    /* Adjust the size as needed */
    vertical-align: middle;
    color: red !important;
}

/* Feature Box Text Styling */
.feature-box h4 {
    color: #333;
    /* Dark text color for titles */
    margin-top: 2rem;
    /* Space for icon above */
    margin-bottom: 1rem;
    /* Space below title */
}

.services-section .feature-box p {
    color: #aaa;
    /* Lighter text color for description */
}

.feature-box a {
    color: #d9534f;
    /* Red text color for 'Learn more' links */
    text-decoration: none;
    /* No underline */
    font-weight: bold;
    /* Bold text for emphasis */
}

.feature-box a:hover {
    text-decoration: underline;
    /* Underline on hover */
}

/* Responsive Design Adjustments */
@media (max-width: 991px) {
    .feature-box {
        margin-bottom: 1rem;
        /* Space between boxes on medium devices */
    }
}

@media (max-width: 767px) {
    .feature-box {
        margin-bottom: 2rem;
        /* Space between boxes on small devices */
    }
}

.list-unstyled {
    color: white;
}

.services-section p {
    color: white;
}

/* Default styles for larger screens */

.banner-content p {
    font-size: 1.5rem;
    /* Example default font size */
}

/* Styles for smaller screens */
@media (max-width: 576px) {

    /* Bootstrap's small breakpoint */
    .banner-content h1 {
        font-size: 4rem;
        /* Smaller font size for mobile */
    }

    .banner-content p {
        font-size: 1.25rem;
        /* Smaller font size for mobile */
    }


}

.pt-5 {
    padding-top: 5rem;
}

.main-slider-dot-8 {
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 84px;
    /* Adjust as necessary */
    top: 52% !important;
    transform: translateY(-50%);
    z-index: 99;
}

/* Apply overall padding and centered content for the image section */
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.container {
    max-width: 1140px;
}

/* Style for the video list and items */
.video-list {
    display: grid;
    grid-template-columns: 76% 24%;
    grid-gap: 20px;
    position: relative;
    z-index: 1;
}

.video-list .video {
    transition: all 0.3s ease;
    /* Smooth transition for hover effects */
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    /* Rounded corners for videos */
    overflow: hidden;
    /* Ensure the border-radius clips the content */
}

.video-list .video:nth-child(1) {
    grid-row: 1/3;
}

.video img {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
    /* Smooth transition for scaling the image */
}

.video-title {
    height: 20%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0.5);
    /* Semi-transparent overlay for legibility */
    color: #fff;
    text-align: center;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.video-title h5 {
    margin: 0;
    padding: 10px 0;
    font-family: "Sora", sans-serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}

/* Hover effect for video items */
.video:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Scale up the image slightly on hover */
.video:hover img {
    transform: scale(1.05);
}

/* Wow animation classes */
.wow {
    visibility: hidden;
    animation-fill-mode: both;
    animation-duration: 1s;
}

.wow.fadeInUp {
    visibility: visible;
    animation-name: fadeInUp;
}

.wow:nth-child(1) {
    animation-delay: 0.2s;
}

.wow:nth-child(2) {
    animation-delay: 0.4s;
}

.wow:nth-child(3) {
    animation-delay: 0.6s;
}

@media all and (max-width: 767px) {
    .video-list {
        display: block !important;
    }
}

/* 
.pricing-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 9px 10px 21.09px 8.91px rgba(150, 146, 138, 0.3);
    padding: 40px 45px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.pricing-box::before, .pricing-box-2::before, .pricing-box-3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 205px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

Each box will need a unique background image
.pricing-box::before {
    background-image: url('/assets/images/shape-1.png');
}
.pricing-box-2::before {
    background-image: url('/assets/images/shape-2.png');
}
.pricing-box-3::before {
    background-image: url('/assets/images/shape-3.png');
}

.pricing-head h6 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #fff;
    background-clip: text;
}

/* .pricing-icon.services-icon {
    height: 60px;
    width: 60px;
    background-color: #fff;
    border-radius: 50%;
    color: transparent; 
    font-size: 28px;
    line-height: 60px;
    margin: 20px auto;
    background-clip: text;
}

.pricing-lists h5,
.pricing-icon i {
    font-size: 24px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-lists ul li {
    font-size: 14px;
    font-weight: 500;
    color: #858686;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d2d2d2;
    margin-bottom: 10px;
}

.pricing-box .price h2 {
    font-size: 24px;
    font-weight: 700;
    color: #213e6e;
    font-family: 'Rubik', sans-serif;
}

.pricing-box .price h2 span {
    font-size: 14px;
    color: #a4a7a6;
}

.pricing-btn .price-btn {
    border: 3px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 17px 25px;
    text-transform: uppercase;
    background-size: 200% auto;
    transition: all 0.4s linear;
    box-shadow: 0px 3px 7.44px 0.56px rgba(0, 0, 0, 0.08);
} */

/* Responsive widths */
/* .pkg-w-300 {
    width: 300px;
}
@media (min-width: 768px) {
    .pkg-w-300 {
        width: 250px !important;
    }
} */

.pricing-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 205px;
    z-index: -1;
    background-image: url('/assets/images/shape-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* ... other styles from the first section ... */

.card-features ul li {
    /* Style for list items with checkmarks as in the second section */
    font-size: 14px;
    color: #858686;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d2d2d2;
    margin-bottom: 10px;
    list-style: none;
}

.card-features ul li i {
    color: #34c38f;
    /* or any color you prefer */
    margin-right: 8px;
}

.card-price {
    /* Styles from the second section for the pricing display */
    font-size: 2rem;
    color: #213e6e;
    /* ... */
}

.choose-plan-btn {
    /* Interactive button style from the second section */
    animation: pulse-animation 1s;
    /* ... */
}

@keyframes pulse-animation2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.04); /* Reduced from 1.05 to 1.02 for a subtler effect */
    }
    100% {
        transform: scale(1);
    }
}
@keyframes pulse-animation {

    /* Keyframes for the pulse effect */
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* ... other styles ... */
.pricing-box {
    position: relative;
    /* ... other styles ... */
}

.pricing-head {
    border-radius: 20px 20px 0 0;
    /* Rounded corners on the top */
    color: #fff;
    padding: 20px;
    position: relative;
    /* Needed for absolute positioning of the children */
    text-align: center;
    /* Center the text */
}

.pricing-head h6 {
    margin: 0;
    /* Removes margin from the h6 */
    font-weight: bold;
    /* Makes the plan name bold */
}

.pricing-icon.services-icon {
    background-color: #fff;
    /* White background for the icon */
    border-radius: 50%;
    /* Makes it circular */
    display: inline-block;
    /* Allows us to set dimensions */
    margin: 10px 0;
    /* Adds some space around the icon */
    padding: 10px;
    /* Adds space inside the circle */
    /* Add the background-clip and other properties as per your existing CSS */
}

.pricing-icon i {
    color: #e53e3e;
    /* Sets the icon color */
    font-size: 1.2rem;
}

.speed-label h5 {
    background-color: #fff;
    /* White background for the speed label */
    border-radius: 20px;
    /* Rounded corners */
    color: #e53e3e;
    /* Text color */
    display: inline-block;
    /* Allows us to set dimensions */
    margin-bottom: -20px;
    /* Positions the label over the curved edge */
    padding: 5px 20px;
    /* Adds space inside the label */
    position: absolute;
    /* Positions it relative to pricing-head */
    bottom: 0;
    /* Aligns it to the bottom of the pricing-head */
    left: 50%;
    /* Starts at the center */
    transform: translateX(-50%);
    /* Centers it perfectly */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    /* Adds a slight shadow for depth */
}

.pricing-box {
    /* ... your existing styles ... */
    display: flex;
    /* Make the pricing box a flex container */
    flex-direction: column;
    /* Stack the children vertically */
    padding: 0 2rem;
}

.pricing-head {
    /* ... your existing styles ... */
    /* Ensure there's no overlap with the content below */
    margin-bottom: 20px;
    /* Add space between the header and the features list */
}

.card-features {
    /* ... your existing styles ... */
    flex-grow: 1;
    /* Allow the features list to fill the space */
    /* Ensure there's no overlap with the content above */
    padding-top: 4rem
        /* Add padding at the top for spacing */
}

.card-price {
    /* ... your existing styles ... */
    /* To ensure it doesn't overlap with the features above */
    margin-top: 20px;
    /* Add margin at the top for spacing */
}

/* Your existing styles for the button and other elements */

.pricing-box-1::before {
    background-image: url('/assets/images/shape-1.png');
}

.pricing-box-2::before {
    background-image: url('/assets/images/shape-2.png');
}

.pricing-box-3::before {
    background-image: url('/assets/images/shape-3.png');
}

#package-section .row {
    gap: 3rem;
}

/* Base styles for the feature box */
.feature-box {
    height: 350px;
    width: auto;
    transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    /* Adjusted transition duration to 0.4 seconds */
}

/* Icon styles with transform included */
.feature-box i.icon {
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, color 0.4s ease-in-out, transform 0.4s ease-in-out;
    /* Ensure transform transition is included for icons */
}

/* Learn More link initially hidden */
.feature-box .learn-more {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    color: #d9534f;
    text-decoration: none;
    transition: color 0.4s ease-in-out, text-decoration 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

/* Feature box hover styles */
.feature-box:hover {
    background-color: #14151F;
    border-color: red;
    color: white;
}

.feature-box:hover .learn-more {
    visibility: visible;
    opacity: 1;
    color: white;
    transition-delay: 0.3s; /* Delay the 'Learn more' appearance slightly */
}

/* Hover effect for text and icons */
.feature-box:hover .feature-title,
.feature-box:hover .feature-body,
.feature-box:hover i.icon {
    transform: translateY(-30px);
    /* Apply transform on hover to both text and icons */
}

.feature-box:hover p,
.feature-box:hover .feature-title {
    color: white;
}

/* Service icons disappear on hover */
.services-section .feature-box:hover .fa-briefcase,
.services-section .feature-box:hover .fa-home,
.services-section .feature-box:hover .fa-server,
.services-section .feature-box:hover .fa-phone-volume {
    opacity: 0;
    visibility: hidden;
}

/* Ensure transitions for hover out for text elements */
.feature-box h4,
.feature-box p {
    transition: color 0.4s ease-in-out, transform 0.4s ease-in-out;
}

/* Ensure transitions for hover out for icons */
.services-section .feature-box .fa-briefcase,
.services-section .feature-box .fa-home,
.services-section .feature-box .fa-server,
.services-section .feature-box .fa-phone-volume {
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    /* Make sure icons return smoothly when not hovered */
}




/* .services-section .row .col-md-6:nth-of-type(even) .feature-box {
    margin-top: -50px;
} */
/* Default styles for desktop */
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    width: 15% !important;
    /* Width for desktop */
}

/* Media query for tablets (assuming tablet screens are from 768px to 991px) */
@media (max-width: 991px) and (min-width: 768px) {
    .navbar-brand {
        width: 20% !important;
        /* Width for tablets */
    }
}

/* Media query for mobile devices (assuming mobile screens are less than 768px) */
@media (max-width: 767px) {
    .navbar-brand {
        width: 30% !important;
        /* Width for mobile devices */
    }
}

nav .btn-secondary{
    width: 7rem;
}

.navbar-toggler {
    border: 1px solid #000; /* Adds a border to make the button visible */
    background-color: #fff; /* A contrasting background color */
  }
  
  .navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=UTF8,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="rgba(0,0,0,0.5)" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/></svg>');
    /* This is the default Bootstrap icon for the navbar-toggler */
  }
  
  /* This is to make sure the button is visible at all times */
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
  }

  .fact {
    position: relative;
    background: linear-gradient(rgba(255, 0, 0, 0.3), rgba(255, 0, 0, 0.3)), url('/assets/images/1.gif') no-repeat center center;
    background-size: cover;
}

.main-container {
    position: relative; /* This makes it a reference for absolutely positioned children */
}

/* Container for the social media links */
.social-media-links {
    position: absolute; /* Position the links absolutely in relation to its positioned parent */
    top: 40%; /* Adjust as necessary */
    left: 75px; /* Adjust as necessary */
    z-index: 9; /* Higher z-index to ensure it's above other content */
    transform: translateY(-50%); /* Center align vertically */
  }
  
  /* List of social media links */
  .social-list {
    list-style: none; /* Removes default list styling */
    padding: 0; /* Removes default padding */
    margin: 0; /* Removes default margin */
  }
  
  /* Individual list item */
  .social-item {
    margin-bottom: 8px; /* Spacing between items */
  }
  
  /* Link within the list item */
  .social-links {
    display: inline-block; /* Allows width and height to be set */
    width: 40px; /* Width of the link */
    height: 40px; /* Height of the link */
    line-height: 40px; /* Center the icon vertically */
    border: 2px solid hsla(0, 0%, 100%, .2); /* Border styling */
    border-radius: 50%; /* Circular border */
    color: #ffffff; /* White text color */
    text-align: center; /* Center the icon horizontally */
    transition: background-color 0.3s, border-color 0.3s, color 0.3s; /* Transition for hover effect */
  }
  
  /* Styling for the icons */
  .social-links .icon {
    /* Adjust the font-size to match your icon font */
    font-size: 20px;
  }
  
  /* Tooltip text for social media icons */
  .social-tooltip {
    display: none; /* Hide tooltips by default */
    position: absolute;
    bottom: 100%; /* Position above the icon */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Align tooltip correctly */
    background: #333; /* Tooltip background */
    color: #fff; /* Tooltip text color */
    padding: 4px 8px; /* Tooltip padding */
    border-radius: 4px; /* Tooltip border radius */
    font-size: 14px; /* Tooltip font size */
  }
  
  /* Show tooltip text on hover */
  .social-links:hover .social-tooltip {
    display: block;
  }
  
  /* Hover effects for social links */
  .social-links:hover {
    background-color: #0056b3; /* Example hover background color */
    border-color: #0056b3; /* Example hover border color */
    color: #ffffff; /* White text color on hover */
  }
  
  /* Follow us text */
  .follow-text {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: 100%;
    left: 20px; /* Adjust this as necessary to position the "Follow Us" text correctly */
    transform: translate(0, -50%) rotate(-90deg);
    transform-origin: left top; /* Ensures rotation around the top left corner */
    white-space: nowrap;
}

/* CSS for larger screens remains unchanged */

/* Hide social media links on mobile devices */
@media (max-width: 768px) { /* Adjust this breakpoint as needed */
    .social-media-links {
      display: none;
    }
  }

  #package-section h2,
  #package-section p {
    color:red;
  }
  #package-section .divider {
    height: 4px;
    width: 10rem;
    background-color: red;
    /* Red accent color for the divider */
    margin: 0.5rem auto 2rem;
    /* Spacing around the divider */
    border-radius: 10px;
}

#media .divider {
    height: 4px;
    width: 10rem;
    background-color: red;
    /* Red accent color for the divider */
    margin: 0.5rem auto 2rem;
    /* Spacing around the divider */
    border-radius: 10px;
}

#media h2,
#media p {
  color:red;
}

.display-4 span{
    color: #ff0000;
}


.social-item #hero-connect {
    color: #fff; /* White color */
    display: inline-block;
    font-family: 'Space', sans-serif; /* Replace with your font-family if 'Space' isn't correct */
    font-size: 16px;
    font-weight: 700; /* Bold */
    letter-spacing: -0.02em;
    line-height: 20px;
    padding-right: 25px;
    position: relative;
    transform: rotate(-90deg) translate(-65px, -54px);
}

.social-item #hero-connect:after {
    background-color: white; /* Direct color value instead of variable */
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
}

