* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none
}

body {
    overflow-x: hidden
}

main {
    overflow: hidden
}

a,
a:focus,
a:hover {
    text-decoration: none
}

button:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: none !important
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.btn-default,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
textarea,
ul {
    margin: 0;
    padding: 0
}

@font-face {
    font-family: Display-Bold;
    src: url(../fonts/NoirPro-Bold.woff) format('woff')
}

@font-face {
    font-family: Display-Regular;
    src: url(../fonts/NoirPro-Regular.woff) format('woff')
}

h1,
h2,
h3,
h4 {
    font-family: Display-Bold;
    text-transform: capitalize
}

h5,
h6,
p {
    font-family: Display-Regular
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #4d05cb;
    border: 1px solid #0d0c43
}

::-moz-selection {
    color: #fff;
    background: #4d05cb
}

::selection {
    color: #fff;
    background: #4d05cb
}

.mobile-menu {
    display: none
}

.mobile-menu .circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    background: #4d05cb;
    margin: 0 auto;
    font-size: 16px;
    position: fixed;
    right: 20px;
    top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    border: 2px solid #fff
}

.mobile-menu .mobile-cross {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    background: #4d05cb;
    margin: 0 auto;
    font-size: 16px;
    position: fixed;
    right: 12px;
    top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    border: 2px solid #fff
}

.mobile-menu .nveMenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transform: translateX(-320px);
    transition: .5s cubic-bezier(.7, 0, .3, 1);
    padding: 40px 20px;
    border: 2px solid #fff
}

.mobile-menu .nveMenu.is-opened {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.mobile-menu .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 280px);
    height: 100%;
    background: rgba(0, 0, 0, .71);
    opacity: 0;
    visibility: hidden;
    transition: .5s cubic-bezier(.7, 0, .3, 1)
}

.mobile-menu .overlay.is-on {
    opacity: 1;
    visibility: visible;
    z-index: 999
}

.mobile-menu .navlinks li {
    display: block;
    padding: 8px 0
}

.mobile-menu .navlinks li a {
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
    text-decoration: none
}

.mobile-menu .navlinks li a:hover {
    text-decoration: none
}

.mobile-dropdown button {
    background: 0 0;
    border: none;
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
    text-decoration: none
}

.mobile-dropdown ul.dropdown-menu.show {
    border-radius: 0 0 20px 20px;
    border: none;
    height: auto;
    padding: 15px;
    box-shadow: 0 15px 35px #00000029;
    overflow: auto
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center
}

.active-class {
    border: 2px solid #000
}

.header {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    background: #0000001f;
    padding: 20px 0;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    border-bottom: 2px solid transparent
}

.active-header {
    background-color: #4d05cb !important;
    top: 0
}

.second-header {
    background: #fff;
    display: none;
    visibility: hidden;
    position: fixed;
    transition: .75s linear !important;
    width: 100%;
    border-bottom: 1px solid #f2653a;
    padding: 10px 0;
    line-height: 0
}

.second-header.sticky-header {
    display: flex;
    visibility: visible;
    transition: .75s linear !important;
    top: -100px;
    transform: translateY(100px);
    z-index: 200
}

.second-header .dropdown-nav {
    margin: 12px 0;
    padding: 10px 15px 0
}

.second-header-dropdown li a:hover {
    color: #f2653a
}

.second-header ul.nav.navbar-na {
    line-height: 70px;
    top: 0
}

.header-top-bg {
    background: radial-gradient(closest-side at 50% 50%, #4d05cb 0, #4d05cb 100%);
    line-height: 70px;
    text-transform: uppercase
}

.header-top {
    display: flex;
    justify-content: space-between
}

.header-top-bg .top-number a {
    border-radius: 0 20px 20px 0;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 700
}

.header-top-bg .top-number a:hover {
    color: #4d05cb
}

.header-top-bg .top-btn-1 {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 7px 15px;
    margin: 0 10px 0 0
}

.header-top-bg .top-btn-2 {
    background: #fff;
    border-radius: 5px;
    text-decoration: none;
    padding: 7px 25px;
    color: #4d05cb;
    border: 2px solid #fff
}

.main-logo {
    width: 300px;
}

.main-header-bg {
    background: 0 0;
    box-shadow: 0 3px 30px #00000029;
    line-height: 80px;
    padding: 5px 0
}

.main-header-bg .main-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.main-header-bg .main-header ul {
    list-style: none;
    text-transform: uppercase
}

.main-header .main-navigation ul li a {
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    font-weight: 600;
    font-size: 15px
}

.main-header .main-navigation ul li a:hover {
    color: #b5a0d9
}

.main-header .main-navigation .dropdown-menu li a {
    color: #fff impportant
}

.main-header .dropdown .dropdown-menu {
    box-shadow: 0 15px 35px #00000029;
    border-radius: 10px;
    opacity: 1;
    top: 63px;
    padding: 10px 20px;
    background-color: rgb(255 255 255 / 36%);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px)
}

.main-header .dropdown .dropdown-menu ul li a {
    letter-spacing: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 10px 0 40px
}

.main-navigation ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block
}

.main-navigation .dropdown-menu {
    line-height: 40px;
    width: max-content
}

.main-dropdown-arrow .button {
    position: relative
}

.main-dropdown-arrow .button:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: -5px;
    width: 8px;
    height: 8px;
    border: 2px solid #4d05cb;
    border-left: 0;
    transform: rotate(316deg);
    border-top: 0;
    transition: .3s
}

.main-dropdown-arrow .button:hover:after {
    left: 3px
}

.navi-drop-hr {
    width: 95% !important;
    margin: 0
}

.main-btn {
    margin: 20px 0 0;
    color: #21214c;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.main-btn-1 {
    background-color: #4d05cb;
    border: 2px solid #fff;
    font-weight: 600;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    transition: .3s;
    height: 48px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center
}

.main-btn-1 i,
.main-btn-2 i,
.main-btn-3 i,
.main-btn-4 i {
    padding: 0 5px 0 0
}

.main-btn-1:hover {
    border: 2px solid #4d05cb;
    background-color: #0d0c43;
    color: #fff
}

.main-btn-2 {
    background-color: #fff;
    border: 2px solid #4d05cb;
    font-weight: 600;
    color: #4d05cb;
    padding: 5px;
    border-radius: 10px;
    margin: 0 0 0 20px;
    transition: .3s;
    height: 48px;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center
}

.main-btn-2:hover {
    border: 2px solid #4d05cb;
    background-color: #0d0c43;
    color: #fff
}

.main-btn-3 {
    background-color: #4d05cb;
    border: 2px solid #4d05cb;
    font-weight: 600;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    transition: .3s;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

.main-btn-3:hover {
    border: 2px solid #4d05cb;
    background-color: #0d0c43;
    color: #fff
}

.main-btn-4 {
    font-weight: 600;
    color: #4d05cb;
    padding: 5px;
    transition: .3s;
    font-size: 20px;
    height: 48px;
    display: flex;
    align-items: center
}

.main-btn-4:hover {
    color: #0d0c43
}

.main-banner-bg {
    padding: 130px 0 50px;
    background-image: url(../images/banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative
}

.banner-lp {
    background-image: url(../images/banner-lp.webp)
}

.logo-banner {
    background-image: url(../images/logo-banner.webp)
}

.abt-banner-bg {
    background-image: url(../images/abt-bg.webp)
}

.contact-banner-bg {
    background-image: url(../images/contact-bg.webp)
}

.shopify-bg {
    background-image: url(../images/shopify-bg.webp)
}

.wordpress-bg {
    background-image: url(../images/wordpress-bg.webp)
}

.ecom-bg {
    background-image: url(../images/ecom-bg.webp)
}

.banner-img {
    position: absolute;
    width: 35%;
    right: 0
}

.banner-content ul li {
    padding: 5px 0
}

.banner-content ul li i {
    margin: 0 5px 0 0
}

.bages-carousel {
    padding: 10px 0
}

.bages-carousel img {
    width: 150px !important
}

.banner-content h1 {
    padding: 0 0 15px
}

.banner-content ul {
    list-style: none;
    padding: 10px 0
}

.banner-form {
    margin: 50px 0 0;
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 10px
}

.about-form {
    background: #4d05cbb3;
    box-shadow: 0 5px 30px #00000029;
    border: 1px solid #0000004D;
    border-radius: 30px;
    padding: 30px 40px;
    position: relative
}

.about-form .about-form-head {
    padding: 5px 0 10px
}

.about-form .form-head-content h4 {
    color: #fff;
    font-size: 20px
}

.about-form .form-head-content h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 700
}

.about-form .form-head-book {
    position: absolute;
    top: -30px;
    right: 51px
}

.about-form .form-head-btn button {
    color: #000;
    font-size: 20px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 10px 0;
    border: none;
    transition: .3s;
    font-weight: 600
}

.about-form .form-head-btn button:hover {
    border: 1px solid #fff;
    background: 0 0;
    color: #fff
}

.about-form .form-control {
    background-color: transparent
}

.about-form input,
.about-form textarea {
    color: #fff !important
}

.web-serv-bg {
    padding: 50px 0
}

.cta-2-bg .focus-heading {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, .5998774509803921) 50%, rgba(255, 255, 255, 0) 100%)
}

.focus-heading h2 {
    color: #4d05cb;
    font-size: 50px
}

.focus-heading p {
    padding: 10px 0
}

.webserv-card {
    margin: 10px;
    padding: 20px 15px;
    display: flex;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 15px 4px #d0e0feba;
    transition: .3s
}

.webserv-card:hover {
    background-color: #4d05cb;
    color: #fff
}

.webserv-card:hover img {
    filter: brightness(0) invert(1);
    transition-duration: .3s
}

.webserv-card img {
    width: 50px !important;
    height: 50px
}

.webserv-card h3 {
    font-size: 19px;
    padding: 0 0 0 5px
}

.web-serv-bg-lp {
    background-color: #0d0c43
}

.web-serv-bg-lp .focus-heading h2,
.web-serv-bg-lp .focus-heading p {
    color: #fff
}

.abt-bg {
    padding: 50px 0;
    position: relative
}

.abt-content h3 {
    font-size: 35px;
    color: #4d05cb
}

.abt-content h3 img {
    width: 100px
}

.abt-content h2 {
    color: #0d0c43;
    font-size: 45px;
    padding: 0 0 10px
}

.abt-img {
    position: absolute;
    width: 45%;
    right: 0
}

.lp-abt-bg {
    padding: 50px 0;
    position: relative
}

.lp-abt-bg-img {
    position: absolute;
    right: 0;
    width: 630px;
    top: 0
}

.portfolio-bg {
    padding: 50px 0;
    margin: 90px 0 0;
    background-image: url(../images/portfolio-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff
}

.portfolio-content h2 {
    font-size: 50px;
    color: #4d05cb;
    margin: 0 0 15px
}

.portfolio-content p {
    color: #000;
    padding: 0 0 25px
}

.nav-pills .show>.nav-link,
.portfolio-bg .nav-pills .nav-link.active {
    background-color: #fff;
    border: 2px solid #4d05cb;
    font-weight: 600;
    color: #4d05cb;
    border-radius: 10px;
    transition: .3s
}

.portfolio-bg .nav-pills .nav-link {
    background-color: #4d05cb;
    border: 2px solid #4d05cb;
    font-weight: 600;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    transition: .3s;
    margin: 0 20px
}

.portfolio-bg .item {
    margin: 10px 5px
}

.portfolio-bg-lp {
    background-image: url(../images/port-bg-lp.webp)
}

.portfolio-bg2 {
    background-image: url(../images/portfolio-bg2.webp)
}

.portfolio-bg-lp .portfolio-content h2,
.portfolio-bg-lp .portfolio-content p,
.portfolio-bg2 .portfolio-content h2,
.portfolio-bg2 .portfolio-content p {
    color: #fff
}

.portfolio-card {
    background-image: url(../images/port-card.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    margin: 15px;
    color: #fff;
    border-radius: 25px
}

.portfolio-card h3 {
    padding: 0 0 10px
}

.portfolio-card p {
    padding: 0 0 10px;
    font-size: 14px;
    height: 160px;
    overflow: auto
}

.portfolio-bg .owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    color: #2c2b4b;
    margin: 0;
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute
}

.portfolio-bg .owl-theme .owl-nav button:hover {
    color: #4d05cb;
    background-color: transparent
}

.portfolio-bg .owl-nav .owl-prev {
    position: absolute;
    left: -20px
}

.portfolio-bg .owl-nav .owl-next {
    position: absolute;
    right: -20px
}

.portfolio-bg .owl-carousel .owl-nav button i {
    font-size: 30px
}

.cta-1-bg {
    padding: 50px 0;
    position: relative
}

.cta-1-img {
    position: absolute;
    width: 40%;
    right: 0
}

.pkg-bg {
    padding: 50px 0;
    background-image: url(../images/pkg-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.pkg-head {
    color: #fff
}

.pkg-head h2 {
    font-size: 40px;
    padding: 0 0 15px
}

.pkg-card {
    background-color: #2c2b4b;
    padding: 25px 20px 30px;
    border-radius: 25px;
    color: #fff;
    margin: 35px 0
}

.pkg-card ul {
    list-style: none;
    height: 400px;
    overflow: auto
}

.pkg-card ul li {
    padding: 2px 0;
    font-family: Display-Regular;
    font-size: 15px;
    line-height: 29px
}

.pkg-card h3 {
    font-size: 22px;
    padding: 0 0 10px
}

.pkg-card h2 {
    font-size: 50px
}

.pkg-card h2 span {
    font-size: 30px
}

.pkg-card p {
    font-size: 14px
}

.pkg-bg-lp {
    background: #fff
}

.pkg-bg-lp .pkg-head h2 {
    color: #4d05cb
}

.pkg-bg-lp .pkg-head p {
    color: #000
}

.pkg-bg-lp .pkg-card {
    background-color: #4d05cb
}

.pkg-bg-lp ul {
    list-style: none;
    height: 255px;
    overflow: auto
}

.cta-2-bg {
    padding: 90px 0;
    position: relative
}

.cta-2-bg .main-btn {
    justify-content: center
}

.cta-2-bg::after {
    content: "";
    position: absolute;
    background-image: url(../images/cta-2-before.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 360px;
    height: 350px;
    right: 0;
    top: 0;
    z-index: -1
}

.cta-2-bg::before {
    content: "";
    position: absolute;
    background-image: url(../images/cta-2-after.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 270px;
    height: 325px;
    left: 25px;
    top: 20px;
    z-index: -1
}

.cta-3-bg {
    padding: 68px 0;
    position: relative
}

.cta-3-bg::after {
    content: "";
    position: absolute;
    background-image: url(../images/cta-3-before.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 360px;
    height: 350px;
    right: 0;
    top: 0
}

.cta-3-bg::before {
    content: "";
    position: absolute;
    background-image: url(../images/cta-3-after.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 330px;
    height: 300px;
    left: 25px;
    top: 20px
}

.cta-4-bg {
    padding: 30px 0;
    position: relative
}

.cta-4-bg::after {
    content: "";
    position: absolute;
    background-image: url(../images/cta-4-before.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 448px;
    height: 288px;
    right: 0;
    top: 0
}

.cta-4-bg::before {
    content: "";
    position: absolute;
    background-image: url(../images/cta-4-after.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 300px;
    height: 242px;
    left: 25px;
    top: 25px
}

.cta-5-bg {
    padding: 68px 0;
    position: relative
}

.cta-5-bg::after {
    content: "";
    position: absolute;
    background-image: url(../images/cta-5-after.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 360px;
    height: 290px;
    right: 0;
    top: 0
}

.cta-5-bg::before {
    content: "";
    position: absolute;
    background-image: url(../images/cta-5-before.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 300px;
    height: 248px;
    left: 25px;
    top: 25px
}

.cta-6-bg {
    padding: 68px 0;
    position: relative
}

.cta-6-bg::after {
    content: "";
    position: absolute;
    background-image: url(../images/cta-6-after.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 360px;
    height: 290px;
    right: 0;
    top: 0
}

.cta-6-bg::before {
    content: "";
    position: absolute;
    background-image: url(../images/cta-6-before.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 275px;
    height: 200px;
    left: 25px;
    top: 25px
}

.details-bg {
    padding: 50px 0
}

.details-card-inner {
    padding: 0 0 10px;
    display: flex
}

.details-card-inner img {
    width: 60px;
    height: 60px
}

.details-card-inner h3 {
    font-size: 20px;
    padding: 7px 0 0
}

.details-card-inner-content {
    padding: 0 0 0 20px
}

.details-card-inner-content span {
    background-color: #4d05cb;
    padding: 3px 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #fff
}

.details-card {
    padding: 40px 20px;
    border-top: 10px solid #4d05cb;
    border-radius: 20px;
    margin: 30px 0 0;
    transition: .3s;
    background-color: #fff
}

.details-card:hover {
    background-color: #4d05cb;
    border-top: 10px solid #0d0c43;
    color: #fff
}

.details-card:hover img {
    filter: brightness(0) invert(1);
    transition-duration: .3s
}

.details-card p {
    height: 150px;
    overflow: hidden
}

.details-bg-lp {
    background-image: url(../images/details-bg-lp.webp);
    background-size: cover;
    background-repeat: no-repeat
}

.details-bg-lp .focus-heading h2 {
    color: #fff
}

.why-choose-bg {
    background-image: url(../images/why-choose-bg.webp);
    background-size: cover;
    background-repeat: no-repeat
}

.why-choose-bg-lp {
    background-image: url(../images/portfolio-bg.webp)
}

.why-choose-bg-lp .pkg-head h2 {
    color: #4d05cb
}

.why-choose-bg-lp .pkg-head p {
    color: #000
}

.why-choose-bg-lp2 {
    background-image: url(../images/why-choose-2.webp);
    padding: 50px 0
}

.why-choose-bg2 {
    background-image: url(../images/why-choose-bg2.webp);
    padding: 50px 0
}

.why-choose-bg3 {
    background-image: url(../images/why-choose-bg3.webp);
    padding: 50px 0
}

.testimonials-bg {
    position: relative;
    padding: 50px 0
}

.testi-content-head {
    display: flex
}

.testi-content-head h3 {
    color: #4d05cb;
    padding: 0 0 0 10px !important;
    font-size: 27px
}

.testi-content h3 {
    color: #4d05cb;
    padding: 10px 0
}

.testi-content p {
    padding: 10px 0 30px
}

.testi-content h5 {
    color: #000
}

.testi-content h6 {
    color: #4d05cb
}

.testimonials-bg .owl-theme .owl-nav {
    color: #0d0c43;
    display: flex;
    justify-content: end
}

.testimonials-bg .owl-theme .owl-nav::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #0d0c43;
    width: 85%;
    bottom: 18px;
    left: 0
}

.testimonials-bg .owl-theme .owl-nav i {
    font-size: 25px;
    margin: 0 10px;
    transition: .3s
}

.testimonials-bg .owl-theme .owl-nav [class*=owl-]:hover {
    background: 0 0;
    color: #4d05cb;
    text-decoration: none
}

.testimonials-bg .owl-theme .owl-dots {
    background-color: #fff;
    position: absolute;
    bottom: 3px
}

.testimonials-bg .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px;
    border-radius: 0;
    background: #0d0c43;
    transition: .3s
}

.owl-theme .owl-dots .owl-dot:hover span,
.testimonials-bg .owl-theme .owl-dots .owl-dot.active span {
    background: #4d05cb;
    width: 10px !important;
    height: 10px !important
}

.footer-form-bg {
    padding: 50px 0;
    background-image: url(../images/footer-form-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff
}

.footer-content h2 {
    color: #fff;
    font-size: 50px
}
form .ct-check {
    margin-top: 20px;
}
form .ct-check input:checked {
    background-color: #4d05cb;
    border: 2px solid #fff;
}
form .ct-check .form-check-label a {
    text-decoration: underline;
    color: #fff;
    font-weight: 700;
}

.footer-form-bg .form-floating>label {
    color: #000
}

.footer-bg {
    background-color: #0d0c43;
    padding: 30px 0
}

.footer-content-1 p {
    font-size: 17px;
    color: #fff;
    padding: 10px 0
}

.social-icons {
    display: flex;
    align-items: center;
    margin: 0 0 20px
}

.social-icons a {
    padding: 0 15px 0 0
}

.social-icons a img {
    width: 35px;
    height: 35px
}

.social-icons a img.twitter-icon {
    filter: invert(1)
}

.social-icons a i {
    color: #fff;
    font-size: 32px
}

.footer-content-2 h4,
.footer-content-3 h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding: 0 0 10px
}

.footer-btm a,
.footer-content-2 ul li a,
.footer-content-3 a {
    color: #fff;
    text-decoration: none
}

.footer-btm a:hover,
.footer-content-2 ul li a:hover {
    color: #5300c5;
    text-decoration: none
}

.footer-content-3 ul li {
    display: flex;
    padding: 5px 0;
    color: #707070
}

.footer-content-3 li i {
    padding: 4px 10px 0 0;
    color: #fff
}

.footer-content-2 li {
    margin: 0 0 0 20px;
    color: #fff;
    list-style: disc
}

.footer-logo {
    width: 300px
}

.footer-btm {
    display: flex;
    justify-content: space-between;
    color: #fff
}

.contact-form-bg {
    padding: 50px 0
}

.contact-form h2 {
    font-size: 40px;
    color: #4d05cb
}

.contact-form p {
    padding: 0 0 15px
}

.popup-bg {
    position: relative
}

.popup-bg .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    background-color: #fff;
    font-size: 14px;
    padding: 10px
}

.popup-bg img {
    width: 100%
}

.popup-form {
    padding: 25px
}

.popup-bg .main-btn-1 {
    width: 100%
}

.popup-bg .form-floating>label {
    left: 10px
}

.popup-form p {
    padding: 0 0 10px
}

.terms_condition {
    padding: 50px 0
}

.terms_condition h1.title {
    margin: 0 0 20px;
    color: #4d05cb
}

.terms_condition h2.title {
    margin: 30px 0 15px
}

.terms_condition a {
    color: #4d05cb
}

.g {
    color: #0d0c43
}

section.ap-sec {
    padding: 50px 0;
    background: #141e44;
    margin: 0
}

.why-choose h3 {
    color: #fff;
    text-align: left;
    font-size: 48px;
    padding: 0
}

.why-choose h6 {
    color: #fff;
    text-align: left;
    font-size: 28px;
    margin: 10px 0;
    padding: 0
}

.dual {
    color: #4d05cb;
    display: block
}

.ap-sec p {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    text-align: left;
    line-height: 1.4;
    padding: 0 0 15px;
    margin: 0
}

.ap-sec p i {
    margin: 0 10px 0 0
}

.btn-main {
    padding: 15px 40px;
    border-radius: 0 !important;
    color: #000;
    font-weight: 800;
    font-size: 17px;
    background: #fff;
    margin-right: 19px;
    font-family: gothambold !important;
    text-transform: uppercase
}

.company-sec {
    margin-top: 50px
}

.company-sec .container {
    background-color: #141e44;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 20px
}

.company-sec .heading {
    font-size: 2.5rem;
    font-weight: 700
}

.company-sec .sec-para {
    font-size: 1.6rem
}

.box {
    height: 200px;
    padding: 30px 15px;
    background-color: #4d05cb;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    margin: 30px auto 0
}

.box img {
    margin-bottom: 10px
}

.box h6 span {
    height: 40px;
    display: inline-block;
    font-weight: 700;
    font-size: 2rem
}

.sec-heading {
    font-size: 35px;
    color: #4d05cb;
    margin-bottom: .5rem
}

.main-sec {
    padding: 50px 0
}

.main-sec h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: .5rem
}

.main-sec p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0 0 20px
}

.services-details-card {
    background: #141e44;
    border-radius: 20px;
    border: 2px solid #141e44;
    padding: 20px;
    color: #4d05cb
}

.services-details-card ul {
    padding-left: 10px
}

.services-details-card ul li {
    padding: 5px 0;
    list-style: disc;
    font-weight: 900
}

.services-details-card ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    transition: .3s ease-in-out
}

.faq-sec {
    padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 111px
}

.faq-sec .nav-link {
    display: flex;
    justify-content: space-between;
    color: #000;
    margin-top: 20px;
    padding: 15px 0
}

.faq-sec .nav {
    width: 100%
}

.faq-sec .nav-link span {
    padding-right: 20px;
    padding-left: 30px
}

.faq-sec .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #141e44;
    padding-left: 10px
}

section.case-study-sec {
    background: #f3f3f3;
    padding: 50px 0
}

.case-study-sec .case-study-head {
    text-align: center;
    margin: 0 0 40px
}

.case-study-head h3 {
    color: #0d0c43;
    font-size: 42px;
    line-height: 50px;
    margin: 0 0 10px
}

.case-study-head p {
    color: #212529;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px
}

.case-study-sec .case-study-box {
    background: #fff;
    margin: 0 0 30px
}

.case-study-box img {
    width: 100%
}

.case-study-box .casestudy-box-content {
    padding: 20px
}

.casestudy-box-content h4 {
    color: #4d05cb;
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 10px
}

.casestudy-box-content p {
    color: #212529;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px
}

.casestudy-box-content p span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    margin: 0 0 5px;
    display: block
}

.casestudy-box-content button.read-more-btn {
    background: #4d05cb;
    color: #fff;
    border: 2px solid #4d05cb;
    font-size: 16px;
    font-weight: 600;
    width: 150px;
    padding: 5px 10px;
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: .3s ease-in-out
}

.casestudy-box-content button.read-more-btn:hover {
    background: #0d0c43
}

.casestudy-box-content .casestudy-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none
}

.casestudy-popup .casestudy-popup-content {
    background: #fff;
    width: 50%;
    padding: 30px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
    box-sizing: border-box
}

.casestudy-popup-content button.close-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #4d05cb;
    color: #fff;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 0 0 0 10px
}