/*
Theme Name: D3 Theme
Theme URI: #
Author: Sk
Version: 1.0
*/

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0px;
    padding: 0px;
    background: #fff;
    overflow-x: hidden;
}

p {
    margin: 0px;
    padding: 0px;
}

address,
blockquote,
dd,
div,
dl,
dt,
fieldset,
form,
frame,
frameset {
    margin: 0;
    padding: 0;
    border: 0px;
    outline: none;
}

label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0px;
    padding: 0;
    outline: none;
    border: 0;
}

a {
    text-decoration: none;
    border: 0px;
    outline: none;
}

a:hover,
a:focus,
a:active {}

a img {
    border: none;
    outline: none;
}

a:focus {
    outline: none;
}

border {
    border-collapse: collapse;
}

hr {
    height: 1px;
    background: #333333;
    border: none;
}

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

strong {
    font-weight: bold;
}

button,
input,
select,
option,
textarea {
    outline: 0 !important;
    pointer-events: all;
    font-family: inherit;
    font-size: 100%;
}

::-moz-selection {
    color: #fff;
    background: var(--main-clr);
}

::selection {
    color: #fff;
    background: var(--main-clr);
}

@font-face {
    font-family: 'EuclidCircularB';
    src: url('assets/fonts/EuclidCircularB-Light.eot');
    src: url('assets/fonts/EuclidCircularB-Light.eot?#iefix') format('embedded-opentype'), url('assets/fonts/EuclidCircularB-Light.woff2') format('woff2'), url('assets/fonts/EuclidCircularB-Light.woff') format('woff'), url('assets/fonts/EuclidCircularB-Light.ttf') format('truetype'), url('assets/fonts/EuclidCircularB-Light.svg#EuclidCircularB-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EuclidCircularB';
    src: url('assets/fonts/EuclidCircularB-Regular.eot');
    src: url('assets/fonts/EuclidCircularB-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/EuclidCircularB-Regular.woff2') format('woff2'), url('assets/fonts/EuclidCircularB-Regular.woff') format('woff'), url('assets/fonts/assets/fonts/EuclidCircularB-Regular.ttf') format('truetype'), url('assets/fonts/EuclidCircularB-Regular.svg#EuclidCircularB-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EuclidCircularB';
    src: url('assets/fonts/EuclidCircularB-Medium.eot');
    src: url('assets/fonts/EuclidCircularB-Medium.eot?#iefix') format('embedded-opentype'), url('assets/fonts/EuclidCircularB-Medium.woff2') format('woff2'), url('assets/fonts/EuclidCircularB-Medium.woff') format('woff'), url('assets/fonts/EuclidCircularB-Medium.ttf') format('truetype'), url('assets/fonts/EuclidCircularB-Medium.svg#EuclidCircularB-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EuclidCircularB';
    src: url('assets/fonts/EuclidCircularB-SemiBold.eot');
    src: url('assets/fonts/EuclidCircularB-SemiBold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/EuclidCircularB-SemiBold.woff2') format('woff2'), url('assets/fonts/EuclidCircularB-SemiBold.woff') format('woff'), url('assets/fonts/EuclidCircularB-SemiBold.ttf') format('truetype'), url('assets/fonts/EuclidCircularB-SemiBold.svg#EuclidCircularB-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EuclidCircularB';
    src: url('assets/fonts/EuclidCircularB-Bold.eot');
    src: url('assets/fonts/EuclidCircularB-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/EuclidCircularB-Bold.woff2') format('woff2'), url('assets/fonts/EuclidCircularB-Bold.woff') format('woff'), url('assets/fonts/EuclidCircularB-Bold.ttf') format('truetype'), url('assets/fonts/EuclidCircularB-Bold.svg#EuclidCircularB-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*variables--*/

:root {
    --heading-font: "EuclidCircularB", sans-serif;
    --body-font: "EuclidCircularB", sans-serif;
    --btn-font: "EuclidCircularB", sans-serif;
    --fs-170: 170px;
    --fs-80: 80px;
    --fs-70: 70px;
    --fs-60: 60px;
    --fs-65: 65px;
    --fs-50: 50px;
    --fs-46: 46px;
    --fs-45: 45px;
    --fs-40: 40px;
    --fs-38: 38px;
    --fs-30: 30px;
    --fs-26: 26px;
    --fs-24: 24px;
    --fs-23: 23px;
    --fs-22: 22px;
    --fs-21: 21px;
    --fs-20: 20px;
    --fs-18: 18px;
    --fs-17: 17px;
    --fs-16: 16px;
    --fs-14: 14px;
    --main-clr: #282c2e;
    --body-font-color: #465577;
    --orenge-color: #ff7c2e;
    --orenge-color2: #ffb900;
    --violet-color: #0085eb;
    --blue-color: #635bff;
    --white-color: #ffffff;
    --top-header-bg: #231f20;
    --blackcolor: #000000;
    --graycolor: #c6c6c6;
    --line-height-91: 91px;
    --line-height-38: 38px;
    --pb20: 20px;
    --pb30: 30px;
    --cmn-pdg-x: 80px;
    --body-font-size: var(--fs-22);
    --btn-font-size: var(--fs-20);
    --line-height: 42px;
}

body {
    font-family: var(--body-font);
}

h1 {
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-size: var(--fs-80);
    color: var(--main-clr);
    line-height: var(--line-height-91);
    padding-bottom: var(--pb20);
}

h2 {
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-size: var(--fs-70);
    color: var(--main-clr);
    padding-bottom: var(--pb20);
}

h3 {
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: var(--fs-80);
    color: var(--main-clr);
}

h4 {
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: var(--fs-38);
    color: var(--main-clr);
}

h5 {
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: var(--fs-21);
    color: var(--body-font-color);
}

h6 {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: var(--fs-26);
    color: var(--blue-color);
}

p {
    color: var(--body-font-color);
    font-size: var(--fs-22);
    line-height: var(--line-height-38);
    font-weight: 400;
    padding-bottom: var(--pb30);
}

.btncn {
    position: relative;
    display: inline-block;
}

.btncn:after {
    content: '\f061';
    font-family: FontAwesome;
    margin: 0 0 0 10px;
    transform: rotate(-45deg);
    position: absolute;
    transition: all .5s
}

a.btnColor {
    padding: 0 60px 0 34px;
    background: #0085eb;
    background: linear-gradient(90deg, rgb(0 133 235) 0%, rgb(4 73 162) 100%);
    color: var(--white-color);
    border-radius: 30px;
    position: relative;
    transition: all .5s;
    line-height: 60px;
    font-size: var(--fs-20);
}

a.btnColor:hover {
    background: linear-gradient(-90deg, rgb(0 133 235) 0%, rgb(4 73 162) 100%);
    transition: all .5s;
    color: #fff
}

.btncn:hover:after {
    transform: rotate(0deg);
    transition: all .5s
}

a.btnWhite {
    padding: 0 60px 0 34px;
    background: rgb(255, 255, 255);
    color: var(main-clr);
    border-radius: 30px;
    position: relative;
    transition: all .5s;
    line-height: 60px;
    font-size: var(--fs-20);
    border: 1px solid var(--violet-color);
}

a.btnWhite:hover {
    transition: all .5s;
    border: 1px solid var(--main-clr);
}

@media (min-width: 1700px) {
    .container {
        max-width: 1600px;
    }
}

/*Header*/

.headerTop {
    background: var(--top-header-bg);
    padding: 10px 0;
    text-align: center;
    height: 50px
}

.headerTop p {
    color: var(--white-color);
    font-size: var(--fs-18);
    line-height: 1;
    padding: 0
}

.headerTop p a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px
}

.headerTop .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerTop .socialIcons {
    margin-left: auto;
}

.headerTop .socialIcons ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0
}

.headerTop .socialIcons ul a {
    color: var(--graycolor);
    font-size: 19px
}

.headerTop .socialIcons ul a:hover {
    color: var(--white-color);
}

.headernavHolder {
    padding: 20px 0;
    transition: all .5s;
}

.headerFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

@media only screen and (min-width:992px) {
    .navContainer nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        gap: 35px;
        align-items: center;
    }
    .navContainer nav ul li {}
    .navContainer nav ul li a {
        display: block;
        font-size: var(--fs-20);
        color: var(--main-clr);
        line-height: 60px
    }
    .navContainer nav ul li a:hover {
        color: var(--violet-color);
    }
    .navContainer nav ul li.current a {
        color: var(--violet-color);
    }
}

.navContainer nav ul li:last-child a {
    padding: 0 60px 0 34px;
    background: rgb(0 133 235);
    background: linear-gradient(90deg, rgb(0 133 235) 0%, rgb(4 73 162) 100%);
    color: var(--white-color);
    border-radius: 30px;
    position: relative;
    transition: all .5s
}

.navContainer nav ul li:last-child a:after {
    content: '\f061';
    font-family: FontAwesome;
    margin: 0 0 0 10px;
    transform: rotate(-45deg);
    position: absolute;
    transition: all .5s
}

.navContainer nav ul li:last-child a:hover:after {
    transform: rotate(0deg);
    transition: all .5s
}

.navContainer nav ul li:last-child a:hover {
    background: linear-gradient(-90deg, rgb(0 133 235) 0%, rgb(4 73 162) 100%);
    transition: all .5s
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    background: #fff;
    padding: 8px 0;
    transition: all .5s;
    z-index: 9
}

/*Mean Menu*/

a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #0c1923;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
    margin-top: 44px
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, .5);
    text-decoration: none;
    text-transform: uppercase
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, .25);
    opacity: .75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, .1)
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, .1);
    border: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, .4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .2) !important
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, .9)
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}

.mean-container a.meanmenu-reveal {
    background: var(--violet-color);
}

.mean-container .mean-bar {
    position: static;
}

.mean-container .mean-nav {
    position: absolute;
    left: 0;
    width: 100%;
    float: none;
    z-index: 99;
    top: 14px;
    background: var(--top-header-bg);
}

.mean-container .mean-nav ul li a {
    line-height: 1.2
}

.mean-container .mean-bar {
    background: var(--top-header-bg);
}

/*Banner*/

.banner {
    padding: 115px 0
}

.bannerContent {
    max-width: 920px;
    margin: 0 auto;
}

.bannerContent p {
    padding-bottom: var(--pb30);
}

.buttonGroup {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.globeHolder {
    padding: 90px 0
}

.orengeBorder {
    border-top: 2px solid var(--orenge-color);
    padding-top: 30px
}

.violetBorder {
    border-top: 2px solid var(--violet-color);
    padding-top: 30px
}

.orenge2Border {
    border-top: 2px solid var(--orenge-color2);
    padding-top: 30px
}

/*Team */

.thirdBox {
    margin: 0 15px
}

.thirdBox h5 {
    font-weight: 400;
    padding: 0 0 10px 0
}

.thirdBox h3 {
    font-weight: 500
}

.everyDomainSection {
    padding: 200px 0 90px 0
}

.everyDomainSectionInner {
    max-width: 1170px;
    margin: 0 auto;
}

canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 280px;
    background-color: #fff;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.particleAnimatedSection {
    height: 280px;
    margin-top: 50px;
    position: relative;
}

.particleAnimatedSection:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.particleAnimatedSection:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1
}

/*Web3*/

.web3Section {
    padding: 140px 0
}

.we3Inner {
    max-width: 980px;
    margin: 0 auto;
}

.web3Grapics {
    padding: 30px 0 75px 0
}

/*Transaction*/

.transactionSection {
    border-bottom: 1px solid #cececf;
}

.tranTop h2 {
    font-size: var(--fs-170);
    padding: 10px 0;
    font-weight: 400
}

.transdetails {
    padding: 140px 0;
}

.transLeft {
    padding: 0 80px 0 0
}

.transRight {
    padding: 0 0 0 80px
}

.transRight ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.transRight ul li {
    float: none;
    display: block;
    font-size: var(--fs-38);
    color: #000;
    line-height: 50px;
    font-weight: 500;
    padding: 35px 0;
    border-bottom: 1px solid #cececf
}

.transRight ul li:first-child {
    padding-top: 0
}

.transRight ul li:last-child {
    padding-bottom: 0;
    border: none;
}

/**/

.futureInternetSection {
    padding: 140px 0
}

.futureContent {
    max-width: 528px
}

.mobileImage img {
    max-width: 660px;
    display: block;
    margin: 0 auto;
}

.mobileImage {
    position: relative;
}

.mobileImage:after {
    content: '';
    position: absolute;
    background: url(assets/images/shadow.png) no-repeat;
    width: 1335px;
    height: 105px;
    bottom: -135px;
    left: -35%
}

/*News*/

.newsSection {
    padding: 115px 0
}

.newsSliderHolder {
    padding: 60px 0 0 0
}

.newscardImage img {
    width: 100%;
    border-radius: 18px;
}

.newscardContent {
    padding: 30px 18px;
}

.newsCarddate {
    display: inline-block;
    border: 1px solid #cdd6ea;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 500;
    color: #343453
}

.newscardContent h2 {
    font-size: var(--fs-23);
    color: #1f1f44;
    font-weight: 500;
    padding: 20px 0
}

.newscardContent a {
    color: var(--violet-color);
    font-size: var(--fs-17);
    font-weight: 500
}

.newscardContent a i {
    margin: 0 0 0 5px;
    transition: all .5s
}

.newscardContent a:hover {
    color: var(--blackcolor);
}

.newscardContent a:hover i {
    margin: 0 0 0 10px;
    transition: all .5s
}

.newsSection .slick-slide {
    margin: 0 20px;
}

.newsSection .slick-list {
    margin: 0 -20px;
}

.newsSliderHolder {
    margin-right: -280px;
}

.newsSection .container {
    position: relative;
}

.newsSection .slick-prev {
    position: absolute;
    top: 0;
    right: 0
}

.newsSecTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.next-btn {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    color: #fff;
    background: rgb(0 133 235);
    background: linear-gradient(90deg, rgb(0 133 235) 0%, rgb(4 73 162) 100%);
    border: none;
    outline: none;
    font-size: 22px;
    box-shadow: 0px 0px 12.74px 1.26px rgba(201, 217, 236, 0.086);
}

.prev-btn {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    color: #000000;
    border: none;
    outline: none;
    font-size: 22px;
    box-shadow: 0px 0px 12.74px 1.26px rgba(201, 217, 236, 0.086);
    background: #fff
}

/*About*/

.pageTitle {
    display: inline-block;
    border: 1px solid var(--violet-color);
    border-radius: 30px;
    padding: 8px 25px;
    font-size: var(--fs-18);
    font-weight: 400;
    color: #000000;
    margin: 0 0 20px 0
}

.pageTitle img {
    width: 17px;
    vertical-align: middle;
    margin: -3px 5px 0 0
}

.leadershipHolder {
    padding: 50px 0 85px 0
}

.leadershipcontent {
    max-width: 1345px
}

.leadershipHolder h2 {
    padding-bottom: var(--pb30);
}

.leadershipHolder {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(243, 248, 253, 1) 100%);
}

.teamRepeater {
    margin: 100px 0 0 0
}

.teamImageBox img {
    width: 100%;
    border-radius: 26px;
}

.teamRepeater button.modalButton {
    padding: 0;
    border-radius: 26px;
    background-color: transparent !important;
    border: none;
}

.teamRepeater button.modalButton img {
    filter: grayscale(1);
    transition: all .5s
}

.teamRepeater button.modalButton:hover img {
    filter: grayscale(0);
    transition: all .5s
}

.teamRepeater button.modalButton:hover,
.teamRepeater button.modalButton:active,
.teamRepeater button.modalButton:focus {
    background: transparent;
}

.teamname {
    text-align: left;
}

.teamname h4 {
    font-size: var(--fs-46);
    font-weight: 500;
    color: #181a1b;
    padding: 30px 0 10px 0
}

.teamname h5 {
    font-size: var(--fs-20);
    color: #354361;
    font-weight: 400
}

.teamDetailsHolder {
    padding: 25px 25px 0 25px;
}

.teamTop {
    display: flex;
    gap: 25px;
    align-items: center;
    margin: 0 0 35px 0
}

.teamDetailsImage {
    width: 200px;
}

.teamDetailsImage img {
    border-radius: 18px
}

.teamBottom p {
    font-size: var(--fs-18);
    line-height: 1.4
}

.teamDetailsContent h4 {
    padding-bottom: 10px
}

.teamSocial {
    padding: 15px 0 10px
}

.teamSocial a {
    font-size: 18px
}

.teamSocial a i {
    font-size: 24px
}

.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99
}

.teamRepeater button.modalButton {
    margin-bottom: 90px
}

/*Investor*/

.investorSection {
    padding: 100px 0 0
}

.investorRepeater {
    display: flex;
    justify-content: center;
    gap: 80px;
    align-items: center;
    padding: 65px 0 100px 0;
    border-bottom: 1px solid #cececf
}

/*Blog*/

.blogListContainer {
    padding: 45px 0 120px 0
}

.blogPostSelect select {
    max-width: 460px;
    width: 100%;
    border: 1px solid #b2beda;
    border-radius: 30px;
    height: 60px;
    padding: 0 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: var(--fs-18);
    color: #465577;
    position: relative;
    background: url(assets/images/downarrow.png) no-repeat 92% center;
}

.blogPostSelect {
    margin: 0 0 50px 0
}

.newscardContent a:hover h2 {
    color: var(--violet-color);
}

.blogPostList .newsCard {
    margin-bottom: 45px
}

.blogcardContent {
    padding: 45px 0;
}

.blogcardContent .newsCarddate {
    margin-bottom: 15px;
}

/*Partner*/

.partnerSection {
    padding: 100px 0
}

.partnerContent {
    max-width: 660px
}

.partnerContent h2 {
    font-size: var(--fs-65);
}

.partCon {
    max-width: 610px
}

.quoteSection {
    border-top: 1px solid #cececf;
    padding: 40px 0;
    margin-top: 10px
}

.quoteSection p {
    color: #000000;
    font-weight: 500;
    font-size: var(--fs-26);
    padding-top: 20px
}

.quoteInner {
    max-width: 590px
}

.partnercon {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px
}

.partnerImage {
    width: 100px;
    flex-shrink: 0;
}

.partnercn h4 {
    font-weight: 500;
    font-size: var(--fs-24);
    padding-bottom: 10px
}

.partnercn p {
    padding: 0;
    font-size: var(--fs-18);
    color: #465577;
    font-weight: 400;
    line-height: 28px
}

.partnerFormHolder {
    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 9.35px 1.65px rgba(110, 120, 140, 0.085);
    max-width: 512px;
    padding: 30px 40px 45px
}

.partnerFormHolder label {
    display: block;
    font-weight: 500;
    font-size: var(--fs-20);
    color: #282c2e;
    padding: 0 0 15px 15px
}

.partnerFormHolder input[type=text],
.partnerFormHolder input[type=email] {
    width: 100%;
    border: 1px solid #d3d3d3;
    height: 60px;
    border-radius: 8px;
    padding: 0 15px;
    margin: 0 0 15px 0
}

.partnerFormHolder input[type=text]:focus,
.partnerFormHolder input[type=email]:focus {
    border-color: var(--violet-color);
}

.partnerFormHolder textarea {
    width: 100%;
    border: 1px solid #d3d3d3;
    height: 135px;
    border-radius: 8px;
    padding: 10px 15px;
    margin: 0 0 15px 0;
    resize: none;
}

.partnerFormHolder textarea:focus {
    border-color: var(--violet-color);
}

.partnerFormHolder button[type=submit] {
    padding: 0 60px 0 34px;
    background: rgb(0 133 235);
    background: linear-gradient(90deg, rgb(0 133 235) 0%, rgb(4 73 162) 100%);
    color: var(--white-color);
    border-radius: 8px;
    position: relative;
    transition: all .5s;
    line-height: 60px;
    font-size: var(--fs-20);
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%
}

.partnerFormHolder button[type=submit]:after {
    content: '\f061';
    font-family: FontAwesome;
    margin: 0 0 0 10px;
    transform: rotate(-45deg);
    position: absolute;
    transition: all .5s
}

.partnerFormHolder button[type=submit]:hover {
    background: linear-gradient(-90deg, rgb(0 133 235) 0%, rgb(4 73 162) 100%);
    transition: all .5s;
    color: #fff
}

.partnerFormHolder button[type=submit]:hover:after {
    transform: rotate(0deg);
    transition: all .5s
}

/*Official Partner*/

.oficialPartnerSection {
    padding: 60px 0 120px 0
}

.partnerLogo {
    display: flex;
    align-items: center;
    gap: 100px;
    justify-content: center;
    padding: 60px 0;
    border-bottom: 1px solid #cececf
}

/*career*/

.careerSection {
    padding: 50px 0 0px 0;
}

.careerFilter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 50px 0 0px 0
}

.filterSelect {
    flex-grow: 1
}

.careerFilter select {
    width: 100%;
    border: 1px solid #b2beda;
    border-radius: 30px;
    height: 60px;
    padding: 0 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: var(--fs-18);
    color: #465577;
    position: relative;
    background: url(assets/images/downarrow.png) no-repeat 92% center;
}

.filterSubmit button[type=submit] {
    padding: 0 60px 0 34px;
    background: rgb(0 133 235);
    background: linear-gradient(90deg, rgb(0 133 235) 0%, rgb(4 73 162) 100%);
    color: var(--white-color);
    border-radius: 30px;
    position: relative;
    transition: all .5s;
    line-height: 60px;
    font-size: var(--fs-20);
    border: none;
    outline: none;
    cursor: pointer;
}

.filterSubmit button[type=submit]:after {
    content: '\f061';
    font-family: FontAwesome;
    margin: 0 0 0 10px;
    transform: rotate(-45deg);
    position: absolute;
    transition: all .5s
}

.filterSubmit button[type=submit]:hover {
    background: linear-gradient(-90deg, rgb(0 133 235) 0%, rgb(4 73 162) 100%);
    transition: all .5s;
    color: #fff
}

.filterSubmit button[type=submit]:hover:after {
    transform: rotate(0deg);
    transition: all .5s
}

.jbCatList h3 {
    font-size: var(--fs-45);
    margin: 0 0 50px 0
}

.jbCatList ul {
    margin: 0 0 75px 0;
    padding: 0;
    list-style: none;
}

.jbCatList ul li {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid #cececf;
    padding: 30px 0;
    align-items: center;
}

.jbCatList ul li div {
    flex-shrink: 0
}

.jbCatList ul li:last-child {
    border-bottom: 1px solid #cececf;
}

.jbCatList ul li h5 {
    font-size: var(--fs-30);
    font-weight: 500;
    color: #282c2e;
    padding: 0 0 10px 0
}

.jobtitle span {
    font-size: var(--fs-21);
    color: #465577
}

.officeLocation {
    font-size: var(--fs-21);
    color: #465577;
    font-weight: 400
}

.jobLocation {
    font-size: var(--fs-21);
    color: #465577;
    font-weight: 400
}

.applyButton a {
    font-weight: 500;
    color: #282c2e;
    font-size: var(--fs-21);
    text-decoration: underline;
    text-underline-offset: 10px;
}

.applyButton a i {
    margin: 0 0 0 5px;
    font-size: 16px;
    transition: all .5s;
    position: relative;
}

.applyButton a:hover {
    color: var(--violet-color);
    transition: all .5s;
}

.jobtitle {
    max-width: 660px;
    flex-shrink: 0;
    width: 100%
}

.officeLocation,
.jobLocation {
    max-width: 220px;
    width: 100%;
    flex-shrink: 0;
}

/*Default Page*/

.defaultpageContent {
    padding: 0 0 90px 0
}

.defaultpageContent h4 {
    font-size: var(--fs-20);
    padding: 0 0 15px 0
}

.defaultpageContent h2 {
    font-size: var(--fs-30);
}

.defaultpageContent ul,
.defaultpageContent ol {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
}

.defaultpageContent ul li,
.defaultpageContent ol li {
    color: var(--body-font-color);
    font-size: var(--fs-22);
    line-height: var(--line-height-38);
    font-weight: 400;
}

.defaultpageContent a {
    color: var(--violet-color);
}

.defaultpageContent a:hover {
    color: #000;
}

.defaultpageContent p {
    padding-bottom: var(--pb20);
}

/*Footer*/

.footerTop {
    background: rgb(0 133 235);
    background: linear-gradient(90deg, rgb(0 133 235) 0%, rgb(4 73 162) 100%);
    padding: 40px 0
}

.communityHolder h2 {
    font-size: var(--fs-50);
    color: #fff;
    padding: 0
}

.communityHolder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerSocial ul {
    display: flex;
    align-items: center;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0
}

.footerSocial ul li a {
    color: #fff;
    font-size: 24px;
    display: block;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    border: 1px solid #aa6bdf;
    border-radius: 50%;
    flex-direction: column;
    align-items: center;
}

.footerSocial ul li a:hover {
    background: #fff;
    color: var(--violet-color);
}

.footerBottom {
    background: #040d1e
}

.footernav {
    padding: 130px 0 100px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #303845
}

.footerColumn_1 {
    max-width: 530px;
}

.footerLogo img {
    filter: invert(1);
    margin: 0 0 30px 0
}

.footerColumn_1 p {
    font-size: var(--fs-18);
    line-height: 33px;
    color: #afc2d6;
    font-weight: 400
}

.footerColumn_2 {
    max-width: 860px;
    flex-grow: 1;
    display: flex;
    gap: 60px;
    justify-content: space-between;
}

.footerColumn_2 h5 {
    font-weight: 500;
    font-size: var(--fs-22);
    color: var(--white-color);
    padding: 0 0 15px 0
}

.footNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footNav ul li {
    float: none;
    display: block;
}

.footNav ul li a {
    display: block;
    color: #afc2d6;
    font-size: var(--fs-17);
    font-weight: 400;
    line-height: 36px;
}

.footNav ul li a:hover {
    color: #fff
}

.subscribeForm input[type=email] {
    border: none;
    border-bottom: 1px solid #303845;
    padding: 10px 15px;
    background: transparent;
    color: #fff;
    width: 100%;
    margin: 0 0 20px 0
}

.subscribeForm button[type=submit] {
    padding: 0 60px 0 34px;
    background: rgb(0 133 235);
    background: linear-gradient(90deg, rgb(0 133 235) 0%, rgb(4 73 162) 100%);
    color: var(--white-color);
    border-radius: 30px;
    position: relative;
    transition: all .5s;
    line-height: 60px;
    font-size: var(--fs-20);
    border: none;
    outline: none;
    cursor: pointer;
}

.subscribeForm button[type=submit]:after {
    content: '\f061';
    font-family: FontAwesome;
    margin: 0 0 0 10px;
    transform: rotate(-45deg);
    position: absolute;
    transition: all .5s
}

.subscribeForm button[type=submit]:hover {
    background: linear-gradient(-90deg, rgb(0 133 235) 0%, rgb(4 73 162) 100%);
    transition: all .5s;
    color: #fff
}

.subscribeForm button[type=submit]:hover:after {
    transform: rotate(0deg);
    transition: all .5s
}

.footerCopyright {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

.copyright p {
    padding: 0;
    color: #afc2d6;
    font-size: 16px;
    font-weight: 400
}

.termNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 28px
}

.termNav ul li {
    float: none;
    display: block;
    position: relative;
}

.termNav ul li:after {
    content: '';
    position: absolute;
    left: -13px;
    top: 5px;
    background: #afc2d6;
    width: 1px;
    height: 16px;
}

.termNav ul li:first-child:after {
    display: none;
}

.termNav ul li a {
    display: block;
    color: #afc2d6;
    font-size: 16px;
    font-weight: 400
}

.termNav ul li a:hover {
    color: #fff
}

#toTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    z-index: 20
}

#toTop a {
    background: rgb(0 133 235);
    background: linear-gradient(90deg, rgb(0 133 235) 0%, rgb(4 73 162) 100%);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    color: #fff;
    border-radius: 50%
}

#spinner img {
    width: 80px;
}

#spinner {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.newsSliderHolder .slick-list {
    padding: 0 25% 0 0 !important;
}

.blurDiv {
    filter: blur(5px);
}

.spnr-holder {
    position: relative;
}

/*Developer*/

.developerBanner {
    padding: 130px 0;
    background: #f3f8fd;
}

.devBannerImage img {
    border-radius: 20px
}

.developerBanner .buttonGroup {
    justify-content: flex-start;
}

.devLogoSection {
    padding: 90px 0 0 0
}

.devLogoSection h2 {
    font-size: var(--fs-60);
    padding: 0 0 25px 0
}

.devLogoSection .investorRepeater {
    padding: 65px 0 85px 0;
}

.sectionHeading {
    padding: 120px 0 50px 0
}

.threeColumnSection {
    margin: 0 -15px
}

.devSpecific .thirdBox h4 {
    font-size: var(--fs-40);
    font-weight: 500;
    padding-bottom: 10px
}

.devSpecific .thirdBox p {
    padding-top: 20px;
}

.newsSecTop p {
    padding-bottom: 0
}

.newsCard {
    position: relative;
}

.exploreContent {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px 35px
}

.exploreContent h5 {
    font-size: var(--fs-30);
    color: #fff;
    font-weight: 500
}

.globalCommunitySection {
    padding: 50px 0 120px 0
}

.globeDetailsHolder {
    margin-top: 75px;
}

.communityHeader {
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px 0
}

.communityHeader h4 {
    font-size: var(--fs-40);
    font-weight: 500
}

.communityContent {
    max-width: 410px
}

.communityContent a {
    color: #282c2e;
    font-size: var(--fs-20);
    color: #282c2e;
    position: relative;
}

.communityContent a:after {
    content: '\f061';
    font-family: FontAwesome;
    margin: 0 0 0 10px;
    transform: rotate(-45deg);
    position: absolute;
    transition: all .5s
}

.communityContent a:hover:after {
    transform: rotate(0deg);
    transition: all .5s;
    color: var(--violet-color);
}

.communityContent a:hover {
    color: var(--violet-color);
}

.communityContent a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    background: #282c2e;
    width: 120%;
    height: 1px;
}

.communityContent a:hover:before {
    background: var(--violet-color);
}

.communityList {
    border-bottom: 1px solid #cececf;
    padding-bottom: 50px;
    margin-top: 50px;
}

.communityList:last-child {
    border-bottom: none;
}

.devLogoSection .investorRepeater {
    justify-content: space-between;
}

.boxImage img {
    border-radius: 18px
}

.boxImage {
    margin: 0 0 30px 0
}

/*media queries*/

@media only screen and (max-width:1600px) {
    .banner {
        padding: 80px 0 0 0;
    }
    :root {
        --fs-170: 120px;
        --fs-80: 60px;
        --fs-70: 50px;
        --fs-65: 50px;
        --fs-60: 45px;
        --fs-50: 40px;
        --fs-46: 35px;
        --fs-45: 32px;
        --fs-40: 31px;
        --fs-38: 30px;
        --fs-30: 26px;
        --fs-26: 24px;
        --fs-23: 21px;
        --fs-22: 20px;
        --fs-21: 20px;
        --fs-20: 18px;
        --fs-18: 17px;
        --fs-17: 16px;
        --fs-16: 15px;
        --fs-14: 13px;
        --line-height-91: 70px;
        --line-height-38: 38px;
        --pb20: 20px;
        --pb30: 30px;
        --cmn-pdg-x: 80px;
        --body-font-size: var(--fs-22);
        --btn-font-size: var(--fs-20);
        --line-height: 42px;
    }
    .thirdBox {
        margin: 0
    }
    .everyDomainSection {
        padding: 90px 0 50px 0
    }
    .web3Section {
        padding: 90px 0
    }
    .transdetails {
        padding: 90px 0
    }
    .newsSection {
        padding: 90px 0
    }
    .futureInternetSection {
        padding: 90px 0
    }
    .transRight ul li {
        line-height: 40px
    }
    .mobileImage img {
        max-width: 100%
    }
    .newsSliderHolder {
        padding: 30px 0 0 0
    }
    .footerTop {
        padding: 20px 0
    }
    .footernav {
        padding: 45px 0;
        gap: 30px;
    }
    .footerCopyright {
        padding: 20px 0
    }
    .teamRepeater {
        margin: 50px 0 0 0
    }
    .teamRepeater button.modalButton {
        margin-bottom: 90px
    }
    .leadershipHolder {
        padding: 90px 0 0
    }
    .investorSection {
        padding: 90px 0 0 0
    }
    .investorRepeater {
        padding: 90px 0
    }
    .blogPostList .newsCard {
        margin-bottom: 15px
    }
    .blogListContainer {
        padding: 45px 0 90px 0
    }
    .blogPostSelect select {
        max-width: 360px
    }
    .partnerSection {
        padding-bottom: 0
    }
    .jbCatList h3 {
        margin: 0 0 30px 0
    }
    .jbCatList ul li {
        padding: 20px 0
    }
    .jbCatList ul li h5 {
        font-size: 22px
    }
    .jbCatList ul {
        margin: 0 0 45px 0
    }
}

@media only screen and (max-width:1400px) {
    .newsSliderHolder {
        margin: 0
    }
    .footerColumn_1 {
        max-width: inherit;
        width: 45%
    }
    :root {
        --fs-170: 90px;
        --fs-80: 40px;
        --fs-70: 35px;
        --fs-65: 35px;
        --fs-50: 30px;
        --fs-46: 24px;
        --fs-45: 30px;
        --fs-40: 26px;
        --fs-38: 28px;
        --fs-30: 24px;
        --fs-26: 22px;
        --fs-23: 20px;
        --fs-22: 19px;
        --fs-21: 18px;
        --fs-20: 17px;
        --fs-18: 16px;
        --fs-17: 15px;
        --fs-16: 15px;
        --fs-14: 13px;
        --line-height-91: 50px;
        --line-height-38: 30px;
        --pb20: 20px;
        --pb30: 30px;
        --cmn-pdg-x: 80px;
        --body-font-size: var(--fs-22);
        --btn-font-size: var(--fs-20);
        --line-height: 42px;
    }
    .everyDomainSection {
        padding: 45px 0 30px 0
    }
    .web3Section {
        padding: 45px 0
    }
    .transdetails {
        padding: 45px 0
    }
    .newsSection {
        padding: 75px 0 45px 0
    }
    .futureInternetSection {
        padding: 45px 0
    }
    .transRight ul li {
        padding: 20px 0
    }
    .navContainer nav ul li a {
        line-height: 50px
    }
    .footerSocial ul li a {
        font-size: 20px;
        width: 50px;
        height: 50px
    }
    .web3Grapics {
        padding: 25px 0
    }
    .transLeft {
        padding: 0
    }
    .transRight {
        padding: 0 0 0 30px
    }
    .teamRepeater {
        margin: 30px 0 0 0
    }
    .teamRepeater button.modalButton {
        margin-bottom: 45px
    }
    .leadershipHolder {
        padding: 45px 0 0
    }
    .investorSection {
        padding: 45px 0 0 0
    }
    .investorRepeater {
        padding: 45px 0
    }
    .teamname h5 {
        font-size: 16px
    }
    .investorRepeater {
        gap: 40px
    }
    .investorRepeater {
        padding: 25px 0 45px 0
    }
    .blogListContainer {
        padding: 45px 0
    }
    .partnerLogo {
        padding: 45px 0 60px 0
    }
    .oficialPartnerSection {
        padding-bottom: 60px
    }
    .jobtitle {
        max-width: 460px
    }
    .newsSliderHolder .slick-list {
        padding: 0 0% 0 0 !important;
    }
    .developerBanner {
        padding: 75px 0
    }
    .devLogoSection {
        padding: 45px 0 0 0
    }
    .devLogoSection .investorRepeater {
        padding: 25px 0 45px 0
    }
    .sectionHeading {
        padding: 45px 0 25px 0
    }
    .communityList {
        padding-bottom: 30px;
        margin-top: 15px
    }
    .globeDetailsHolder {
        margin-top: 15px
    }
    .threeColumnSection {
        margin: 0
    }
}

@media only screen and (max-width:1199px) {
    .jobtitle {
        max-width: 330px
    }
    .officeLocation,
    .jobLocation {
        width: 200px
    }
    .careerFilter select {
        padding: 0 25px
    }
}

@media only screen and (max-width:1023px) {
    .transRight {
        padding: 0 0 0 0
    }
    .transRight ul li {
        font-size: 24px;
        line-height: 34px
    }
    .footerColumn_2 {
        gap: 30px;
        max-width: inherit;
        width: 60%
    }
    .footerColumn_1 {
        width: 40%
    }
    .footerColumn_2 h5 {
        white-space: nowrap;
    }
    .next-btn,
    .prev-btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media only screen and (max-width:991px) {
    :root {
        --line-height-91: 50px;
        --fs-170: 75px;
    }
    .globeHolder {
        padding: 45px 0
    }
    .orengeBorder,
    .violetBorder,
    .orenge2Border {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .everyDomainSection p br {
        display: none;
    }
    .particleAnimatedSection {
        height: 220px
    }
    #particles-js {
        height: 220px
    }
    .transRight ul li:first-child {
        padding-top: 50px
    }
    .transRight ul li {
        text-align: center;
    }
    .mobileImage:after {
        display: none;
    }
    .futureContent {
        max-width: 100%
    }
    .mobileImage {
        margin-bottom: 45px
    }
    .newsSection {
        padding-top: 0
    }
    .thirdBox {
        text-align: center;
    }
    .transLeft {
        text-align: center;
    }
    .futureInternetSection {
        text-align: center;
    }
    .footernav {
        display: block;
    }
    .footerColumn_1 {
        width: 100%;
        padding: 0 0 30px 0
    }
    .footerColumn_2 {
        width: 100%
    }
    .colsmall_1 {
        width: 30%
    }
    .newsSliderHolder {
        padding-top: 15px
    }
    .newsSection .slick-slide {
        margin: 0 10px;
    }
    .newsSection .slick-list {
        margin: 0 -10px;
    }
    .navContainer nav ul li:last-child a {
        border-radius: 0;
        line-height: 50px;
        box-sizing: border-box;
        width: 100%
    }
    .leadershipHolder {
        text-align: center;
    }
    .investorRepeater {
        flex-wrap: wrap;
    }
    .investorRepeater img {
        max-width: 60%
    }
    .investorRepeater {
        margin-bottom: 45px
    }
    .investItem {
        width: 47%
    }
    .partnerContent {
        max-width: 100%
    }
    .partCon {
        max-width: 100%
    }
    .quoteInner {
        max-width: 100%
    }
    .partnerFormHolder {
        max-width: 100%;
        margin-top: 30px
    }
    .oficialPartnerSection {
        padding-bottom: 0
    }
    .partnerLogo {
        padding: 45px 0;
        border: none;
    }
    .partnerLogo {
        gap: 45px
    }
    .jbCatList ul li {
        display: block;
    }
    .jobtitle {
        max-width: 100%;
        margin: 0 0 10px 0
    }
    .officeLocation,
    .jobLocation {
        width: 100%;
        margin: 0 0 10px 0;
        max-width: 100%
    }
    .careerSection {
        padding: 45px 0 0px 0;
    }
    .footerColumn_2 {
        justify-content: flex-start;
    }
    .devBannerImage {
        margin-bottom: 30px
    }
    .devLogoSection .investorRepeater {
        justify-content: center;
        margin: 0
    }
    .devLogoSection .investItem {
        text-align: center;
    }
    .boxImage img {
        width: 100%
    }
    .globalCommunitySection {
        padding-top: 0;
        padding-bottom: 65px
    }
}

@media only screen and (max-width:767px) {
    :root {
        --line-height-91: 50px;
        --fs-170: 40px;
        --fs-26: 18px;
    }
    .transRight ul li br {
        display: none;
    }
    a.btnColor,
    a.btnWhite {
        padding: 0 40px 0 20px;
        font-size: 16px
    }
    .btn:after {
        margin: 0 0 0 5px
    }
    .footerColumn_2 {
        display: block;
    }
    .footernav {
        text-align: center;
    }
    .colsmall_1 {
        width: 100%
    }
    .footerColumn_1 {
        padding-bottom: 0
    }
    .footNav {
        margin-bottom: 25px
    }
    .footerCopyright {
        display: block;
        text-align: center;
    }
    .termNav ul {
        justify-content: center;
        padding: 15px 0 0 0
    }
    .copyright p,
    .termNav ul li a {
        font-size: 14px
    }
    .termNav ul li:after {
        top: 2px
    }
    .communityHolder h2 {
        font-size: 16px
    }
    .footerSocial ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px
    }
    .footerSocial ul {
        gap: 5px
    }
    .leadershipHolder {
        padding-top: 10px
    }
    .teamname h4 {
        padding-top: 20px
    }
    .teamDetailsHolder {
        padding: 0
    }
    .teamTop {
        flex-direction: column;
    }
    .teamname {
        text-align: center;
    }
    .investorRepeater img {
        max-width: 100%
    }
    .investItem {
        width: 43%
    }
    .blogPostList .newsCard {
        margin-bottom: 0
    }
    .partnerSection {
        padding: 70px 0 45px 0
    }
    .partnerContent {
        text-align: center;
    }
    .partnercon {
        flex-direction: column;
    }
    .partnerFormHolder {
        padding: 20px
    }
    .oficialPartnerSection {
        padding-top: 25px
    }
    .partnerLogo {
        flex-wrap: wrap;
    }
    .partnerItem {
        width: 40%
    }
    .partnerItem img {
        max-width: 75%
    }
    .careerFilter {
        flex-wrap: wrap;
        flex-direction: column;
        margin: 10px 0 45px 0
    }
    .filterSelect {
        width: 100%
    }
    .bannerContent p br {
        display: none;
    }
    .careerSection {
        padding: 10px 0 45px 0
    }
    .jbCatList h3 {
        text-align: center;
    }
    .jbCatList ul li {
        text-align: center;
    }
    .defaultpageContent {
        padding: 45px 0
    }
    .careerFilter {
        overflow-x: auto;
    }
    .blogcardContent {
        padding: 0
    }
    .headerTop p {
        font-size: 12px;
        text-align: left;
    }
}

.wpcf7-not-valid {
    border-color: red !important;
}

.wpcf7-not-valid-tip {
    display: none !important
}

.wpcf7-response-output {
    margin: 0 !important;
    text-align: center;
}