/* @font-face {
    font-family: "Dating";
    src: url("../fonts/Dating.ttf");
  } */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

main {
    overflow: hidden;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

textarea:focus,
input:focus {
    outline: none !important;
    box-shadow: none !important;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea {
    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
}

/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.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: all .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: all .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
}

/*RESPONSIVE NAVIGATION*/

/* PRELOADER START */
.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;
}

/* PRELOADER END */
.active-class {
    border: 2px solid #000;
}

/* ************************************ */
.header {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    background: #0000001f;
    padding: 20px 0;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    border-bottom: 2px solid transparent
}

.active-header {
    background-color: #4D05CB !important;
    top: 0
}

.second-header {
    background: #fff;
    display: none;
    visibility: hidden;
    position: fixed;
    transition: all .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: all .75s linear !important;
    top: -100px;
    transform: translateY(100px);
    z-index: 200
}

.second-header .dropdown-nav {
    margin: 12px 0;
    padding: 10px 15px 0 15px
}

.second-header-dropdown li a:hover {
    color: #f2653a
}

.second-header ul.nav.navbar-na {
    line-height: 70px;
    top: 0
}

.header-top-bg {
    background: transparent 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: 200px;
}

.main-header-bg {
    background: transparent;
    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: #000;
}

.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: all .3s ease
}

.main-dropdown-arrow .button:hover:after {
    left: 3px;
    left: 3px
}

.navi-drop-hr {
    width: 95% !important;
    margin: 0
}

/* Main BTN */

.main-btn {
    margin: 20px 0 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: 0.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: 0.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: 0.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: 0.3s;
    font-size: 20px;
    height: 48px;
    display: flex;
    align-items: center;
}

.main-btn-4:hover {
    color: #0D0C43;
}

/* Main Banner */

.main-banner-bg {
    padding: 115px 0 50px 0;
    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 {
    list-style: none;
}

.banner-content ul li {
    padding: 5px 0;
}

.bages-carousel {
    padding: 10px 0;
}

.bages-carousel img {
    width: 150px !important;
}

.banner-content h1 {
    padding: 0 0 15px 0;
}

.banner-content ul {
    padding: 10px 0;
}

.banner-form {
    margin: 50px 0 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 {
    /* display: flex; */
    /* justify-content: space-between; */
    padding: 5px 0 10px 0;
}

.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 */
.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,0.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 {
    color: #fff;
}

.web-serv-bg-lp .focus-heading p {
    color: #fff;
}

/* About */
.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 0;
}

.abt-img {
    position: absolute;
    width: 45%;
    right: 0;
}

.lp-abt-bg {
    padding: 50px 0;
    position: relative;
}

.lp-abt-bg-img {
    position: absolute;
    right: 0px;
    width: 630px;
    top: 0;
}


/* Portfolio */
.portfolio-bg {
    padding: 50px 0;
    margin: 90px 0 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;
}

.portfolio-content p {
    color: #000;
    padding: 0 0 25px 0;
}

.portfolio-bg .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #fff;
    border: 2px solid #4D05CB;
    font-weight: 600;
    color: #4D05CB;
    border-radius: 10px;
    transition: 0.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: 0.3s;
    margin: 0 20px;
}

.portfolio-bg .owl-carousel .owl-nav button {
    display: none !important;
}

.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-bg2 .portfolio-content h2 {
    color: #fff;
}

.portfolio-bg-lp .portfolio-content p,
.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 0;
}

.portfolio-card p {
    padding: 0 0 10px 0;
    font-size: 14px;
    height: 160px;
    overflow: auto;
}

.portfolio-bg .owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin: 0;
}

.portfolio-bg .owl-theme .owl-nav button:hover {
    color: #4D05CB;
    background-color: transparent;
}

/* CTA */
.cta-1-bg {
    padding: 50px 0;
    position: relative;
}

.cta-1-img {
    position: absolute;
    width: 40%;
    right: 0;
}

/* Packages */
.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 0;
}

.pkg-card {
    background-color: #2C2B4B;
    padding: 25px 20px 30px 20px;
    border-radius: 25px;
    color: #fff;
    margin: 35px 0px;
}

.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;
}

li {}

.pkg-card h3 {
    font-size: 22px;
    padding: 0 0 10px 0;
}

.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 */
.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 */
.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 */
.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 */
.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 */
.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 */
.details-bg {
    padding: 50px 0;
}

.details-card {
    padding: 20px;
}

.details-card-inner {
    padding: 0 0 10px 0;
    display: flex;
}

.details-card-inner img {
    width: 60px;
    height: 60px;
}

.details-card-inner h3 {
    font-size: 20px;
    padding: 7px 0 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: 95px;
    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 */
.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 */
.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 0;
}

.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: 0.3s;
}

.testimonials-bg .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    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;
}

.testimonials-bg .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #4D05CB;
    width: 10px !important;
    height: 10px !important;
}

/* Footer Form */
.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;
}

.footer-form-bg .form-floating>label {
    color: #000;
}

/* Footer */

.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 0;
}

.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 0px 0px 20px;
    color: #fff;
    list-style: disc;
}

.footer-logo {
    width: 150px
}

.footer-btm {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

/* Contact Form */
.contact-form-bg {
    padding: 50px 0;
}

.contact-form h2 {
    font-size: 40px;
    color: #4D05CB;
}

.contact-form p {
    padding: 0 0 15px 0;
}

/* Pop Up */
.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 0;
}

/* terms_condition */
.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;
}




/* Color Code */
.g {
    color: #4D05CB;
    color: #0D0C43;
}


/* pick another web sec css start */

/* ap-sec start */
section.ap-sec {
    padding: 50px 0 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background: #141e44;
    margin: 0;
}

.why-choose h3 {
    color: white;
    text-align: left;
    font-size: 48px;
    padding: 0;
}

.why-choose h6 {
    color: white;
    text-align: left;
    font-size: 28px;
    margin: 10px 0;
    padding: 0;
}

.dual {
    color: #4D05CB;
    display: block;
}

.ap-sec p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
    text-align: left;
    line-height: 1.4;
    padding: 0 0 20px;
    margin: 0px;
}

.btn-main {
    padding: 15px 40px;
    border-radius: 0 !important;
    color: #000000;
    font-weight: 800;
    font-size: 17px;
    background: #ffffff;
    /* background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888); */
    margin-right: 19px;
    font-family: 'gothambold' !important;
    text-transform: uppercase;
}

/* ap-sec close */

/* company-sec start */
.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;
}

/* company-sec close */


/* main-sec start */
.sec-heading {
    font-size: 35px;
    color: #ec0d72;
    margin-bottom: .5rem;
}

.main-sec {
    padding: 50px 0;
}

.main-sec h4 {
    font-size: 20px;
    color: black;
    margin-bottom: .5rem;
}

.main-sec p {
    font-size: 16px;
    font-weight: 400;
    color: black;
    padding: 0 0 20px;
}

.services-details-card {
    background: #141e44;
    border-radius: 20px;
    border: 2px solid #141e44;
    padding: 20px;
    color: #ec0d72;
    /* top: 150px;
    position: sticky;
    z-index: 0; */
}

.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-weight: 900;
}

.services-details-card ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

/* main-sec close */

/* faq-sec start */
.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-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
}

/* faq-sec close */