*{
    padding: 0;
    margin: 0;
}
html{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}
body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: #00061A;
}
.nav-bg{
    background: #00061A;
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 29px;
    margin: 0px;
    transition: all 500ms ease;
}
h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}
h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 42px;
}
h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
}
a {
    color: #fff;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
p {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 0px;
    font-weight: 400;
    transition: all 500ms ease;
}
input, button, select, textarea {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: transparent;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.custom-pading{
    padding: 140px 0px;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.page_envelope {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}
/* Preloader */

.loader-envelope {
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: linear-gradient(219deg, #FB0E76 0%, #910694 100%);
    position: fixed;
}
.d2m_hendel__preloder {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preloader {
    display: flex;
    animation: spin-1 8s linear infinite;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 300px;
    height: 300px;
    color: #F6EC4F;
}

.preloader,
.preloader-ring {
    transform-style: preserve-3d;
}

.preloader-ring {
    animation: spin-2 4s linear infinite;
    position: relative;
    height: 60px;
    width: 20px;
}

.preloader-ring:nth-child(even) {
    animation-direction: reverse;
}

.preloader-sector {
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    transform: translateZ(160px);
}

.preloader-sector,
.preloader-sector:empty:before {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.preloader-sector:empty:before {
    background: linear-gradient(transparent 50%, #f6ec4ff5 50% 55%, transparent 55%);
    content: "";
}

@keyframes spin-1 {
    from {
        transform: rotateY(0) rotateX(30deg);
    }
    to {
        transform: rotateY(1turn) rotateX(30deg);
    }
}

@keyframes spin-2 {
    from {
        transform: rotateY(0);
    }
    to {
        transform: rotateY(1turn);
    }
}
/** header-main **/

.main_header {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main_header .outer-div {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header__style .outer-div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.header-top .outer-div .logo-div {
    padding: 10px 0px;
}

.header-top .outer-div .logo-div .logo, .mobile-menu_div .nav-logo{
    min-width: 200px;
    max-width: 200px;
}


.header-top .outer-div .logo-div .logo img, .mobile-menu_div .nav-logo img {
    width: 100%;
}
.header-top .custom-btn {
    padding: 15px 30px;
}
.auto-container {
    position: static;
    max-width: 1296px;
    padding: 0px 15px;
    margin: 0 auto;
}
.menu-div .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.menu-div .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #F6EC4F;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-div .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0px;
}
/** menu-style **/

.main-menu_div .navigation>li.dropdown>.megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
}

.main-menu_div .navigation li.dropdown .megamenu li h6 {
    position: relative;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 13px;
    padding-top: 13px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #141417;
    margin-bottom: 7px;
}
.main-menu_div .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu_div .navigation>li>ul,
.main-menu_div .navigation>li>.megamenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 230px;
    margin-top: 15px;
    z-index: 100;
    display: none;
    opacity: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    visibility: hidden;
    background: rgba(0, 6, 26, 1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu_div .navigation>li>ul {
    padding: 15px 24px;
}

.main-menu_div .navigation>li>ul>li:hover>a {
    color: #F6EC4F !important;
}

.main-menu_div .navigation>li:hover a,
.main-menu_div .navigation>li.active a,
.main-menu_div .navigation>li.current a {
    color: #F6EC4F;
}

.main-menu_div .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu_div .navigation>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu_div .navigation>li>ul>li>a,
.main-menu_div .navigation>li>.megamenu li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    text-transform: capitalize;
    color: #fff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu_div .navigation>li:hover .dropdown-btn,
.main-menu_div .navigation>li.current .dropdown-btn {
    color: #F6EC4F !important;
}

.main-menu_div .navigation>li>ul>li>a {
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    ;
}

.main-menu_div .navigation>li>.megamenu li>a {
    padding: 6px 0px;
    display: inline-block;
}

.main-menu_div .navigation>li>.megamenu li>a:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    left: 0px;
    bottom: 8px;
    transition: all 500ms ease;
}

.main-menu_div .navigation>li>.megamenu li>a:hover:before {
    width: calc(100% - 15px);
    left: 15px;
}

.main-menu_div .navigation>li>.megamenu li>a:hover {
    padding-left: 15px;
}

.main-menu_div .navigation>li>ul>li:last-child>a,
.main-menu_div .navigation>li>.megamenu li:last-child>a {
    border-bottom: none;
}

.main-menu_div .navigation>li>ul>li.dropdown>a:after {
    font-family: 'icomoon' !important;
    content: "\e906";
    position: absolute;
    right: 20px;
    top: 8px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}

.main-menu_div .navigation>li>ul>li>ul {
    position: absolute;
    right: 100%;
    top: 0%;
    margin-top: 15px;
    width: 230px;
    z-index: 100;
    display: none;
    background: rgba(0, 6, 26, 1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu_div .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu_div .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu_div .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu_div .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 0px;
    line-height: 24px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    text-transform: capitalize;
    color: #fff !important;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu_div .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: none;
}

.main-menu_div .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu_div .navigation>li.dropdown:hover>ul,
.main-menu_div .navigation>li.dropdown:hover>.megamenu {
    visibility: visible;
    opacity: 1;
    margin-top: 6px;
    top: 100%;
}

.main-menu_div .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0%;
    margin-top: 0px;
    margin-right: 34px;
    padding: 15px 10px;
}

.header__style__one .outer-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.main-menu_div .navigation>li:before {
    content: "";
    background: #800599;
    width: 0%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: all 500ms ease;
}

.main-menu_div .navigation>li:hover:before {
    width: 100%;
}
.main-menu_div .navigation li.active:before {
    width: 100%;
}

.main-menu_div .navigation>li.current {
    border-bottom: 3px solid #800599;
}

.main-menu_div .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -23px;
    top: 53px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    transition: all 500ms ease;
}

.main-menu_div .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}
.main-menu_div .navigation>li.dropdown>.megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
}

.main-menu_div .navigation li.dropdown .megamenu li h6 {
    position: relative;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 13px;
    padding-top: 13px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #141417;
    margin-bottom: 7px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.main-menu_div .navigation{
    display: flex;
}
.main-menu_div .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: normal;
    font-family: 'Rubik', sans-serif;
    padding: 20px 0px;
    font-weight: 500;
    opacity: 1;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu_div .navigation > li {
    position: relative;
    float: left;
    z-index: 2;
    margin: 0px 32px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn-div {
    display: flex;
}
/* custom-btn */

.custom-btn {
    position: relative;
    display: flex;
    overflow: hidden;
    vertical-align: middle;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    color: #fff !important;
    text-align: center;
    padding: 15px 20px;
    border-radius: 5px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    z-index: 1;
    -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    align-items: center;
    gap: 10px;
}
.custom-btn-one:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}
.custom-btn i {
    position: relative;
    font-size: 15px;
}
.custom-btn-one {
    background: linear-gradient(219deg, #FB0E76 0%, #910694 100%);
}
.custom-btn-one:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.custom-btn-one:hover:before {
    width: 100%;
}
/** mobile-menu_div **/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.mobile-menu_div {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 900ms ease;
}

.mobile-menu_div .navbar-collapse {
    display: block !important;
}

.mobile-menu_div .nav-logo {
    position: relative;
    padding: 50px 25px;
    text-align: left;
    padding-bottom: 50px;
}

.mobile-menu_div-visible {
    overflow: hidden;
}



.mobile-menu_div .menu-backdrop {
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu_div-visible .mobile-menu_div .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    right: 100%;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s
}

.mobile-menu_div .menu-div {
    position: absolute;
    right: 100%;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #00061A;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
}



.mobile-menu_div .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu_div-visible .mobile-menu_div .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu_div .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu_div .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu_div .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu_div .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu_div .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu_div .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu_div .navigation li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu_div .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu_div .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu_div .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu_div .navigation li.dropdown .dropdown-btn.open {
    color: #ffffff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu_div .navigation li>ul,
.mobile-menu_div .navigation li>ul>li>ul,
.mobile-menu_div .navigation>li.dropdown>.megamenu {
    display: none;
}

.mobile-menu_div .social-links {
    position: relative;
    padding: 0px 25px;
}

.mobile-menu_div .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu_div .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


.mobile-menu_div .contact-info {
    position: relative;
    padding: 120px 30px 20px 30px;
}

.mobile-menu_div .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-menu_div .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 3px;
}

.mobile-menu_div .contact-info ul li a {
    color: rgba(255, 255, 255, 0.80);
}

.mobile-menu_div .contact-info ul li a:hover {
    text-decoration: underline;
}

.mobile-menu_div .contact-info ul li:last-child {
    margin-bottom: 0px;
}

.mobile-menu_div-visible .mobile-menu_div {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu_div-visible .mobile-menu_div  .menu-div{
    opacity: 1 !important;
    visibility: visible !important;
}
/* CSS for divToHide and divToDisplay */
.hide-div, .display-div {
    transition: opacity 0.3s ease-in-out;
}
.hero_bg_layer_banner{
    background-repeat: no-repeat;
    right: 0;
    top: 22px;
    width: 370px;
    height: 469px;
}
.hero_bg_banner_data{
    padding: 140px 0px 140px;
}
.hero_bg_banner_data_d{
    padding: 140px 0px 20px;
}
.hero_bg_banner_data::before{
    content: "";
    border-radius: 679.189px;
    background: linear-gradient(192deg, rgba(246, 236, 79, 0.32) 0%, rgba(150, 6, 147, 0.60) 100%);
    filter: blur(150px);
    width: 460.256px;
    height: 679.189px;
    transform: rotate(21.269deg);
    flex-shrink: 0;
    position: absolute;
    z-index: -1;
    left: 40%;
}
.hero_bg_banner_bg{
    left: 0;
    top: -14px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    will-change: border-radius, transform, opacity;
    animation: heroShape 3s linear infinite;
}

@keyframes heroShape {
    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.02deg);
    }
    35% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 10px, 0) rotateZ(0.02deg);
    }
    50% {
        transform: translate3d(0, 0, 0) rotateZ(0.02deg);
    }
    65% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, 20px, 0) rotateZ(0.03deg);
    }
}
.hero_banner_left{
    padding-top: 26px;
}
.sub_title_div h4 {
    color: #F6EC4F;
    font-family: 'Archivo', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 13.2px;
    text-transform: uppercase;
}
.title_div h1{
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
    padding: 20px 0px;
}
.title_div h1 span {
    font-weight: 400;
}
.des p {
    padding: 0px 31px 30px 0px;
}
.left_banner_div figure.image-div img {
    border-radius: 20px 20px 213px 213px;
}
.banner_round_div{
    position: absolute;
    left: -109px;
    bottom: -61px;
}
.circle-main_div{
    text-align: center;
    height: 230px;
    width: 230px;
    display: block;
    background: #F6EC4F;
    border-radius: 50%;
    position: relative;
}
.circle-main_div::before{
    content: "";
    position: absolute;
    height: 210px;
    width: 210px;
    border-radius: 50%;
    border: 1px dashed #00061A;
    top: 10px;
    right: 10px;
}
.circle-main_div .round_cir img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}
.cir-text{
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.cir-text .cir-text_1{
    width: 100%;
    height: 100%;
    position: absolute;
    animation: cir-anim 20s linear infinite;
    top: 14px;
    right: -14px;
}
.cir-text .cir-text_1 .cir-text_2{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #00061A;
}
.cir-text_1 span {
    position: absolute;
    left: 50%;
    transform-origin: 0 100px;
}
@keyframes cir-anim {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.services_info{
    border: 1px solid;
    border-radius: 5px;
    background: #060E26;
    padding: 90px 40px 0px;
    border-image: linear-gradient(180deg, rgba(246, 236, 79, 0.53), rgba(150, 6, 147, 0.23)) 1;
}
.services_title{
    position: relative;
    padding-left: 61px;
    padding-bottom: 60px;
}
.services_title::before{
    content: "";
    background-image: url(../images/icon-cr.webp);
    width: 50px;
    height: 70px;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 5px;
    background-size: contain;
}
.dev_title{
    padding-top: 10px;
}
.service-card{
    position: relative;
    padding: 40px 50px 40px;
    text-align: center;
    border-bottom: none;
}
.service-card::before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px 1px 1px;
    border-radius: 194.5px 194.5px 0px 0px;
    background: linear-gradient(180deg, rgba(246, 236, 79, 0.53), rgba(150, 6, 147, 0.23));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.services_icons{
    position: relative;
    padding-bottom: 70px;
}
.services_icons::before{
    content: "";
    width: 110px;
    height: 126px;
    position: absolute;
    background: rgba(128, 5, 153, 0.30);
    top: -11px;
    left: 50%;
    z-index: -1;
    clip-path: polygon(50% 0, 100% 27%, 100% 73%, 50% 100%, 0 73%, 0 27%);
    transform: translate(-50%, 0%);
}
.services_icons i{
    width: 110px;
    height: 126px;
    background: linear-gradient(192deg, rgba(246, 236, 79, 0.32) 0%, rgba(150, 6, 147, 0.60) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto ;
    font-size: 50px;
    clip-path: polygon(50% 0, 100% 27%, 100% 73%, 50% 100%, 0 73%, 0 27%);
    position: relative;
    margin-top: 10px;
    z-index: 1;
}
.services_icons figure{
    width: 110px;
    height: 126px;
    background: linear-gradient(192deg, rgba(246, 236, 79, 0.32) 0%, rgba(150, 6, 147, 0.60) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto ;
    font-size: 50px;
    clip-path: polygon(50% 0, 100% 27%, 100% 73%, 50% 100%, 0 73%, 0 27%);
    position: relative;
    margin-top: 10px;
    z-index: 1;
}
.services_icons .lms_card_st figure{
    margin: inherit;
}
.services_icons figure img{
    width: 68px;
}
.services_icons_line::before{
    content: "";
    width: 1px;
    height: 34px;
    background: rgba(255, 255, 255, 0.20);
    position: absolute;
    bottom: 37px;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: all 500ms ease;
}
.services_icons_line::after{
    width: 15px;
    content: "";
    height: 18px;
    background: #800599;
    clip-path: polygon(50% 0, 100% 25%, 100% 85%, 50% 100%, 0 85%, 0 25%);
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 20px;
    transition: all 500ms ease;
}
.about-sec::before{
    content: "";
    width: 412.862px;
    height: 609.251px;
    transform: rotate(21.269deg);
    position: absolute;
    border-radius: 609.251px;
    background: linear-gradient(192deg, rgba(246, 236, 79, 0.21) 0%, rgba(150, 6, 147, 0.40) 100%);
    filter: blur(150px);
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0;
}
.background_text h2{
    font-size: 310px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    left: 3%;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #191F31;
    color: transparent;
    top: -17px;
}
.dev_title h2 span {
    color: #FF0E75;
}
.pt-10{
    padding-top: 10px;
}
.py-35{
    padding: 35px 0;
}
.client_num_div{
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 196px;
    height: 201px;
    padding: 66px 36px 40px;
}
.counter_div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter_text{
    color: #00061A;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}
.counter_div span{
    color: #00061A;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
}
.client_num_div p{
    color: #00061A;
}
.why_us_sec::before{
    content: "";
    width: 574.366px;
    height: 847.578px;
    transform: rotate(21.269deg);
    border-radius: 847.578px;
    background: linear-gradient(192deg, rgba(246, 236, 79, 0.21) 0%, rgba(150, 6, 147, 0.40) 100%);
    filter: blur(150px);
    position: absolute;
    left: 80px;
    bottom: -325px;
}
.py-100{
    padding: 100px 0;
}
.why_us_data::before{
    content: "";
    background: #00061A;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 300px;
    top: 0;
}
.why_us_img_div{
    position: relative;
    padding-top: 130px;
}
.why_us_img_div::before{
    content: "";
    width: 349.864px;
    height: 516.286px;
    transform: rotate(21.269deg);
    border-radius: 516.286px;
    background: linear-gradient(192deg, rgba(246, 236, 79, 0.32) 0%, rgba(150, 6, 147, 0.60) 100%);
    filter: blur(150px);
    position: absolute;
    left: 0;
}
.our_data{
    display: flex;
    gap: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 30px 0px;
}
.our_data:nth-child(2) {
    padding-top: 0px;
}
.our_data_left img {
    width: 80px !important;
    height: 80px !important;
    padding-top: 8px;
    max-width: 80px;
}
.our_data:nth-child(4) {
    padding-bottom: 0;
    border-bottom: none;
}
.team_sec::before{
    content: "";
    width: 574.366px;
    height: 847.578px;
    transform: rotate(21.269deg);
    border-radius: 847.578px;
    background: linear-gradient(192deg, rgba(246, 236, 79, 0.21) 0%, rgba(150, 6, 147, 0.40) 100%);
    filter: blur(150px);
    position: absolute;
    right: -44px;
    top: -200px;
}
.our_team_layer_pattern{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
.team_img::before{
    content: "";
    background: rgba(128, 5, 153, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    transition: all 500ms ease;
    top: -30px;
}
.team_img img{
    width: 100%;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.team-name{
    padding: 20px 0px 10px;
}
.team_card:hover .team_img::before {
    background: #4F502C;
}
.testimonial_sec {
    padding: 55px 0;
}
.testimonial_sec::before{
    content: "";
    width: 790px;
    height: 790px;
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(192deg, rgba(246, 236, 79, 0.32) 0%, rgba(150, 6, 147, 0.60) 100%);
    filter: blur(300px);
    left: 50%;
    transform: translate(-50%, 0%);
}
.testimonials__card{
    padding: 20px 20px;
    cursor: e-resize;
}
.testimonial_sec .swiper-wrapper>*:nth-child(even) {
    margin-top: 200px;
}
.swiper-slide__bg{
    background: linear-gradient(175deg, rgba(246, 236, 79, 0.53) 0%, rgba(150, 6, 147, 1) 100%);
    width: 400px;
    height: 487px;
    position: absolute;
    left: 20px;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    top: 20px;
    transform: rotate(12deg);
    opacity: 0;
    transition: all 500ms ease;
}
.testimonials__data_div{
    background: rgba(6, 14, 38, 1);
    text-align: center;
    padding: 40px 49px 80px;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.customer_img_div img{
    width: 121px;
    height: 138px;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.customer_rating ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 15px 0px 5px;
}
.customer_rating ul li{
    color: rgba(246, 236, 79, 1);
}
.customer_info h5{
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}
.customer_info p{
    color: #666;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}
.testimonial_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonials__card .qut_img_div{
    position: absolute;
    bottom: 11px;
    left: 50%;
    width: 53px;
    height: 62px;
    transform: translate(-50%, 0%);
    background: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(50% 0, 100% 27%, 100% 73%, 50% 100%, 0 73%, 0 27%);
    transition: all 500ms ease;
}
.testimonials__card .qut_img_div i{
    font-size: 25px;
}
.testimonials__card:hover .swiper-slide__bg{
    opacity: 1;
}
.testimonials__card:hover .qut_img_div{
    background: #F6EC4F;
}
.swiper-btn_div{
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
}
.swiper-btn_div .button_prev, .swiper-btn_div .button_next{
    background: #fff;
    width: 40px;
    height: 40px;
    color: rgba(0, 6, 26, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.swiper-btn_div .button_prev::before, .swiper-btn_div .button_next::before {
    content: "";
    background: #F6EC4F;
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 50%;
    transform: scale(0.0);
    transition: all 500ms ease;
}
.swiper-btn_div .button_prev:hover:before, .swiper-btn_div .button_next:hover:before {
    transform: scale(1.1);
}
.swiper-btn_div i{
    position: relative;
}
.tech_scr_sec_layer .tech_layer{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.tech_slider{
    position: relative !important;
    transform: rotate(-10deg);
    padding: 47px 0px !important;
    overflow: visible !important;
}
.tech_slider::before{
    content: "";
    background: #F6EC4F;
    position: absolute;
    width: calc(100% - -5em);
    height: 160px;
    left: -3em;
    top: 0px;
}
.tech_data h4{
    font-family: Rubik;
    font-size: 66px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 5px;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #191F31;
    color: transparent;
}
.footer_header{
    position: relative;
    margin-bottom: -60px;
    z-index: 9;
}
.inner_footer_header{
    background: linear-gradient(238deg, rgba(246, 236, 79, 0.58) 0%, rgba(0, 6, 26, 0.00) 100%);
    padding: 23px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_bottom{
    background: #00061A;
    padding: 150px 0px 30px;
    position: relative;
    overflow: hidden;
}
.footer_text p{
    padding: 30px 0px 20px;
}
.footer_column_title::after{
    content: "";
    background: #F6EC4F;
    width: 37px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 37px;
}
.footer_logo img{
    width: auto;
    height: 60px;
}
.sub_inner_form .form-group{
    padding-top: 22px;
    position: relative;
}
.sub_inner_form .form-group input{
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.25);
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    width: 100%;
    padding: 22px;
}
.sub_inner_form .form-group .btn-div{
    position: absolute;
    right: 8px;
    top: 30px;
}
.about_page_sec{
    padding: 124px 0px 0px;
    text-align: center;
    overflow: hidden;
}

.breadcrumb li{
    text-align: center;
    font-family: Archivo;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 13.2px;
    color: #F6EC4F;
    text-transform: uppercase;
}
.support_sec_layer{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    background-size: cover;
}
.support_sec_div h2{
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    padding: 0px 175px;
}
.services_info_data .service-card::before{
    padding: 1px;
}
.services_info_data .row{
    row-gap: 40px;
}
.rjs-cursor {
    width: 12px;
    height: 12px;
    position: fixed;  
    top: 0;       
    left: 0;
    z-index: 999999;  
    pointer-events: none; 
    transition: none; 
    opacity: 0; 
    transform: translate(-50%, -50%);
  }
  
  .rjs-cursor-icon {    
    width: 100%;
    height: 100%;
    border-radius: 100%;  /* Circle */
    background-color: rgba(123, 123, 123, 0.7); 
    transition: all 0.2s ease; 
    transform-origin: 50% 50%;
  }
  
  .rjs-cursor.rjs_cursor_visible { opacity: 1; }
  .rjs-cursor.rjs_cursor_hidden { opacity: 0; }
  
  /* Display the cursors at the correct time */
  * { cursor: none; }
  
  @media (pointer: none), (pointer: coarse) {
      #rjs_cursor, #rjs_cursor .rjs-cursor-icon { display: none !important; visibility: hidden; opacity: 0; }
  
      * { cursor: auto !important; }
  }
  
  
  /* Hover effects */
  .rjs-cursor-icon { 
    background: linear-gradient(67deg, rgba(0,6,26,1) 39%, rgba(251,14,118,1) 100%);
    box-shadow:inset 0px 0px 4px #f2f2f2;
  }
  
  .rjs-cursor-icon::after { 
    content: '';
    position: absolute;
    border: rgba(251,14,118,1) 1px solid;
    border-radius: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    transform: translate(-20%, -20%);
    box-shadow:inset 0 0 2px #f2f2f2;
  }
  
  
  
  .rjs-cursor.rjs_cursor_hover .rjs-cursor-icon { transform: scale(2); }
  .rjs-cursor.rjs_cursor_hover .rjs-cursor-icon::after { opacity: 0; transform: scale(100); }
  
  
  .contact_data_card{
    display: flex;
    align-items: center;
    gap: 27px;
    padding-bottom: 40px;
  }
  .contact_sec_left h4 {
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    padding: 30px 0px;
}
  .contact_data_card_icon i{
    border-radius: 2px;
    background: #F6EC4F;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 30px;
    color: rgba(0, 6, 26, 1);
    justify-content: center;
  }
  .contact_data_card_icon .fa-envelope-open-text{
    background: #FF0E75;
  }
  .contact_sec_right{
    background: #060E26;
    padding: 110px;
  }
  .form_div input{
    color: rgba(255, 255, 255, 0.25);
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2.4px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-transform: uppercase;
    padding: 22px;
    width: 100%;
  }
  .form_div textarea{
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.25);
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    width: 100%;
    padding: 22px;
    height: 235px;
  }
  .form-group{
    margin-bottom: 1rem;
  }
  #particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .go_to_top{
    position: fixed;
    right: 0px;
    bottom: 100px;
    transform: rotate(90deg);
    z-index: 99;
  }
 .go_to_top_inner{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
 }
 .top_visible{
    visibility: visible!important;
    opacity: 1!important;
 }
 .got_to_top_line{
    width: 50px;
    height: 2px;
    margin-right: 10px;
    position: relative;
 }
 .got_to_top_line::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f4244f;
    opacity: .3;
 }
 .got_to_top_line .inner_line{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: currentColor;
    color: #f2f2f2;
 }
 .got_to_top_text{
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 500ms ease;
    color: #f2f2f2;
 }
.our_services_year_sec{
    padding-top: 140px;
}
 .our_services_year_div{
    border-radius: 10px;
    background: #060E26;
    padding: 120px 90px 120px 70px;
 }
 .our_services_year_div::before{
    width: 358.308px;
    height: 528.747px;
    transform: rotate(21.269deg);
    border-radius: 528.747px;
    background: linear-gradient(192deg, rgba(246, 236, 79, 0.16) 0%, rgba(150, 6, 147, 0.30) 100%);
    filter: blur(150px);
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: -100px;
 }
 .our_services_sec_layer{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    left: 26%;
 }
 .year_of_services_div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 27px;
 }
 .year_of_services_div_1{
    background: #FF0E75;
 }
 .comm_div{
    width: 150px;
    height: 170px;
    text-align: center;
    clip-path: polygon(50% 0, 100% 27%, 100% 73%, 50% 100%, 0 73%, 0 27%);
    padding: 45px 27px;
 }
 .comm_div .counter_inner_div span {
    color: #fff;
    font-family: Rubik;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px;
}
.comm_div .counter_inner_div h4{
    color: #fff;
    font-family: Rubik;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}
.fs-small{
    font-size: 12px;
}
.star_div{
    line-height: 0 !important;
}
.comm_div p{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.year_of_services_div_2{
    background: linear-gradient(192deg, rgba(246, 236, 79, 0.32) 0%, rgba(150, 6, 147, 0.60) 100%);
}
.year_of_services_div_3{
    background: #800599;
    margin-top: -48px;
}
.support_sec_div img{
    width: 80px;
}

.lms-services_card{
    padding: 20px;
    box-shadow: 0 0 10px #ffffff;
    border-radius: 8px;
    background: #060E26;
    width: 80%;
    margin: auto;
}

.span_hover_txt span:hover{
    color: #800599;
    text-shadow: 1px 1px 1px #f6ec4f;
}
.marg_top_card{
    margin-top: 230px;
}
.approch_items{
    margin: 30px 0;
}
.div_line{
    width: 323px;
    height: 1px;
    background-color: #ff0e75;
    padding-bottom: 0;
}
.approch_div_head_line{
    column-gap: 20px;
}
#sticky-left-div {
    position: -webkit-sticky;
    position: sticky;
    top: 90px; 
    bottom: 30px;
}
.clients_h{
    display: flex;
    text-align: center;
    justify-content: center;
    background-color: rgb(229 12 124);
    padding: 20px;
    width: 60%;
    position: absolute;
    transform: translate(34%, -50%);
    border-radius: 8px;
}
.hor_line{
    width: 1px;
    height: 42px;
    background-color: #fff;
    margin-left: 7.5%;
    margin-right: 7.5%;
    position: relative;
}
.number_of_client{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.growth_div{
    background-color: rgb(229 12 124);
    padding: 20px;
    width: 80%;
    position: absolute;
    transform: translate(12%, -50%);
    border-radius: 8px;
}
.sh-btn{
    box-shadow: 0 0 10px #f2f2f2;
}
.team_pic img{
    width: 100%;
    border-radius: 8px;
}
#tsparticles{
    opacity: 0.4;
}
.lms-services_card.services_icons::before{
    content: none;
}
.animation_div_p{
    position: absolute;
    top: -307px;
    left: 172px;
    z-index: -111111;
}
.lms_card_st{
    align-items: center;
    column-gap: 10px;
}
.lms_card_st i{
    width: 46px;
    height: 56px;
    font-size: 25px;
}
.page_padding{
    padding: 70px 0;
}
.approch_items .lms-services_card{
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    width: 100%;
    padding: 20px;
    margin: inherit;
    border: 2px solid #3d4150;
    border-radius: 8px;
}
.divider{
    background: #f2f2f2;
    height: 2px;
}
.btn_wdt{
    width: 170px;
}
.privacy_group ul {
    padding-left: 17px;
    color: white;
}
.privacy_group ul li{
    list-style: disc;
}
.services_info_data{
    padding: 50px;
}
#animation-container #animation svg{
    height: auto !important;
}
.animation_div lottie-player{
    height: 400px;
}
.product-bg_img{
    background-image: linear-gradient(360deg, rgb(0 6 26) 0%, rgb(121 131 219 / 7%) 100%),url(../images/it_solution.webp);
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    padding: 0;
}
.services-bg_img{
    background-image: linear-gradient(360deg, rgb(0 6 26) 0%, rgb(121 131 219 / 7%) 100%),url(../images/services_img.webp);
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    padding: 0;
}
.about-bg_img{
    background-image: linear-gradient(360deg, rgb(0 6 26) 0%, rgb(121 131 219 / 7%) 100%),url(../images/about_us.webp);
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    padding: 0;
    background-position: center;
}
.contact-bg_img{
    background-image: linear-gradient(360deg, rgb(0 6 26) 0%, rgb(121 131 219 / 7%) 100%),url(../images/contact_us.webp);
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    padding: 0;
    background-position: center;
}
.para_head{
    padding: 0 120px;
}
.services_heading h6{
    margin-top: 10px;
}
.thank_you::before{
    content: "";
    width: 412.862px;
    height: 609.251px;
    transform: rotate(21.269deg);
    position: absolute;
    border-radius: 609.251px;
    background: linear-gradient(192deg, rgba(246, 236, 79, 0.21) 0%, rgba(150, 6, 147, 0.40) 100%);
    filter: blur(150px);
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0;
}
.thank_you_img{
    background-image: linear-gradient(360deg, rgb(0 6 26) 0%, rgb(121 131 219 / 7%) 100%),url(../images/thank_you.webp);
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    padding: 0;
    background-position: center;
}
.thank_you .title_div{
    text-align: center;
    padding: 0 200px;
}
.thank_you .title_div p{
    font-size: 20px;
}
#sib-container{
    background: transparent !important;
    border: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
}
.sib-form-block{
    padding: 0 !important;
}
.sib-form{
    padding: 0 !important;
}
.sib-form .entry__field{
    background: transparent !important;
    color: #f2f2f2;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    text-transform: uppercase;
    padding: 14px;
    width: 100%;
}
.sib-form .input:first-child, .sib-form .input__affix:first-child{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.4px;
    line-height: 24px;
}
.entry__field::placeholder{
    color: rgba(255, 255, 255, 0.25) !important;
}
.form-group textarea{
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.25);
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    width: 100%;
    padding: 22px;
    height: 135px;
}