body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Phantom Storm';
  font-family: "Lato", sans-serif;
  background-color: #080824;
}

html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

input,
button,
textarea,
select {
  outline: none;
}

a:hover {
  text-decoration: none;
}

a,
span {
  display: inline-block;
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1 {
  font-family: 'Phantom Storm';
  font-weight: 400;
  font-size: 64px;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: normal;
}

h2 {
  font-family: 'Phantom Storm';
  font-weight: 400;
  font-size: 48px;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: normal;
}

h5 {
  font-family: 'Phantom Storm';
  font-weight: 400;
  font-size: 24px;
  color: #8722EC;
  text-transform: uppercase;
  line-height: normal;
}

p {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  text-transform: inherit;
  line-height: normal;
}

.container {
  max-width: 1240px;
}

.font-bold {
  font-weight: 700;
}

.va-similar-heading {
  text-align: center;
}

.va-similar-heading h1 {
  margin-top: 30px;
  margin-bottom: 60px;
}

.mobile-menu-icon {
  padding: 5px;
  border: 1.5px solid #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .5);
  box-shadow: 0 0 7px rgba(0, 0, 0, .5);
  display: none;
}

.all-p-humber {
  width: 22px;
  height: 18px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}

.all-p-humber span {
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.all-p-humber span:nth-child(1) {
  top: 0px;
}

.all-p-humber span:nth-child(2),
.all-p-humber span:nth-child(3) {
  top: 7px;
}

.all-p-humber span:nth-child(4) {
  top: 14px;
}

.all-p-humber.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.all-p-humber.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.all-p-humber.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.all-p-humber.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/*===== Start VA Header Area Css  =====*/
.va-header-area {
  background-image: url('../images/header-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 30px 0;
  position: relative;
  z-index: 2;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 999;
}
.va-header-area::after {
  content: '';
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, #2C1A6A 0%, rgba(44, 26, 106, 0.00) 100%);
  width: 100%;
  height: 410px;
  left: 0;
  bottom: -160px;
  z-index: -1;
}

.va-header-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.va-header-menu-social {
  display: flex;
  flex-direction: row;
  align-items: center;
}


.va-header-logo a {
  font-family: 'Phantom Storm';
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.va-header-social {
  margin-left: 40px;
}

nav.va-header-menu ul,.va-header-social ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

nav.va-header-menu ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #8722EC;
  text-transform: capitalize;
  margin: 0 15px;
  transition: .3s;
  position: relative;
}

nav.va-header-menu ul li a:hover,nav.va-header-menu ul li.active a {
  font-weight: 500;
  color: #FFFFFF;
}
nav.va-header-menu ul li:hover a::after, nav.va-header-menu ul li.active a::after {
  content: '';
  position: absolute;
  background: url('../images/menu-active.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 8px;
  height: 8px;
  bottom: -13px;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
}

.va-header-social ul li a img {
  width: 24px;
  height: auto;
  margin-left: 8px;
}

/*===== End VA Header Area Css  =====*/

/*===== Start VA Hero Area Css  =====*/
.va-hero-area {
  padding-top: 250px;
  position: relative;
  z-index: 3;
}

.va-hero-area::before {
  content: '';
  position: absolute;
  background: url('../images/hero-left.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 35px;
  left: 0;
  width: 280px;
  height: 80%;
  z-index: 2;
}
.va-hero-area::after {
  content: '';
  position: absolute;
  background: url('../images/hero-right.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 35px;
  right: 0;
  width: 280px;
  height: 80%;
  z-index: 2;
}

.va-hero-area-background {
  position: relative;
  z-index: 1;
}

.va-hero-area-background::before {
  content: '';
  position: absolute;
  background-image: url('../images/success-bg.png');
  background-size: 100% 100%;
  background-position: center center;
  width: 60%;
  height: 180%;
  bottom: -140%;
  left: 0;
  z-index: -2;
  right: 0;
  margin: auto;
}

.va-hero-area-background::after {
  content: '';
  position: absolute;
  background-image: url('../images/hero-bg.png');
  background-size: 100% 100%;
  background-position: center center;
  width: 100%;
  height: 100%;
  bottom: -25%;
  left: 0;
  z-index: -3;
}

.va-hero-content {
  text-align: center;
}


.va-hero-text-content h1 {
  margin: 30px 0;
}

.va-hero-text-content p {
  font-weight: 700;
}

.va-hero-down-btn img {
  width: 40px;
  height: auto;
  margin-top: 320px;
}

/*===== End VA Hero Area Css  =====*/

/*===== Start VA Success Area Css  =====*/
.va-success-area {
  position: relative;
  z-index: 3;
  padding-top: 110px;
  padding-bottom: 130px;
}
.va-success-content .col-lg-5 {
  padding-right: 5px;
}
.va-success-content {
  max-width: 1000px;
  margin: 0 auto;
}

.va-success-left-content {
  background: url('../images/success-left.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 35px 32px;
}
.single-va-success-right-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: url('../images/success-left.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 32px;
  margin-bottom: 15px;
}

.single-va-success-right-text h5 {
  margin-bottom: 10px;
  color: #FFFFFF;
}

.va-success-left-content h1 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.single-va-success-right-image img {
  width: 90px;
  height: auto;
  margin-right: 30px;
}


/*===== End VA Success Area Css  =====*/

/*===== Start VA About Area Css  =====*/
.va-about-area {
  padding: 130px 0 80px;
  background: linear-gradient(180deg, #080824 0%, rgba(8, 8, 36, 0.00) 49.07%), linear-gradient(180deg, rgba(8, 8, 36, 0.00) 51.67%, #080824 100%), url('../images/about-bg.png') lightgray 50% / cover no-repeat;
  background-blend-mode: normal, normal, soft-light;
  background-color: rgba(19, 22, 73, 1);
  position: relative;
  z-index: 1;
}

.va-about-area::after {
  content: '';
  position: absolute;
  background: linear-gradient(to bottom,#040424, #110A2C, #090926);
  width: 100%;
  height: 35%;
  left: 0;
  bottom: 5%;
  z-index: -1;
}

.single-va-about-content {
  margin-bottom: 15px;
}

.single-va-about-content .col-lg-4 {
  padding: 0 8px;
}

.single-va-about-text {
  background: linear-gradient(180deg, rgba(135, 34, 236, 0.80) 0%, rgba(19, 22, 73, 0.80) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 135px 25px 25px;
}

.single-va-about-text h5 {
  margin-bottom: 15px;
  color: #FFFFFF;
}

.single-va-about-image {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.single-va-about-image img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.single-va-about-text {
  background: linear-gradient(180deg, rgba(135, 34, 236, 0.80) 0%, rgba(19, 22, 73, 0.80) 100%);
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .7s;
}

.single-va-about-image:hover .single-va-about-text,.single-va-about-image.active .single-va-about-text {
  left: 0;
}


/*===== End VA About Area Css  =====*/

/*===== Start VA Protection Area Css  =====*/

.va-protection-area {
  background: linear-gradient(180deg, rgba(8, 8, 36, 0.00) 70.28%, #080824 100%), linear-gradient(180deg, #080824 0%, rgba(8, 8, 36, 0.00) 39.17%), linear-gradient(0deg, #8722EC 0%, #8722EC 100%), linear-gradient(180deg, rgba(8, 8, 36, 0.00) 39.46%, #080824 90.4%), url('../images/protection-bg.png') lightgray 50% / cover no-repeat;
  background-blend-mode: normal, normal, multiply, normal, normal;
  padding: 120px 0 0;
}
.va-protection-left-content {
  padding: 45px;
  border-radius: 4px;
  background: linear-gradient(132deg, rgba(135, 34, 236, 0.00) 0%, rgba(135, 34, 236, 0.16) 100%), #0F1029;
}

.single-va-protection-left-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  line-height: normal;
  margin-bottom: 22px;
  padding-left: 5px;
}
.single-va-protection-left-content img {
  width: 20px;
  height: auto;
  margin-right: 10px;
  margin-top: 6px;
}
.va-protection-left-text-content p.font-bold {
  margin: 22px 0;
}

.va-protection-right-content {
  border-radius: 4px;
  background: url('../images/pr.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 140px 30px 165px;
}
.va-protection-right-content img {
  width: 100%;
}

/*===== End VA Protection Area Css  =====*/

/*===== Start VA Feedback Area Css  =====*/
.va-feedback-area {
  position: relative;
  padding: 130px 0;
}

.va-feedback-area::before {
  content: '';
  position: absolute;
  background: url('../images/feedback-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-blend-mode: normal, normal, multiply, normal, exclusion;
  width: 100%;
  height: 55%;
  left: 0;
  top: 0;
  z-index: -1;
}
.va-feedback-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 80px;
}
.single-va-feedback-content {
  text-align: center;
  margin: 0 35px;
}
.single-va-feedback-logo {
  position: relative;
  z-index: 1;
}
.single-va-feedback-logo::after {
  content: '';
  border: 1px solid #8722EC;
  width: 215px;
  height: 215px;
  left: 0;
  right: 0;
  top: 5px;
  position: absolute;
  transform: rotate(45deg);
  margin: auto;
}



.single-va-feedback-logo::before {
  content: '';
  position: absolute;
  background: url('../images/feedbefore.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 130%;
  height: 130%;
  bottom: -28%;
  left: -14%;
  z-index: -1;
}

.single-va-feedback-text a {
  font-weight: 500;
  font-size: 20px;
  color: #E822EC;
  text-transform: inherit;
}
.single-va-feedback-logo img {
  width: 230px;
  height: 230px;
}
.single-va-feedback-text {
  
}


.single-va-feedback-text {
  max-width: 310px;
  width: 100%;
  margin-top: 70px;
}
.single-va-feedback-text p {
  font-size: 20px;
  font-style: italic;
}

.single-va-feedback-text h5 {
  margin-top: 30px;
  margin-bottom: 5px;
}


/*===== End VA Feedback Area Css  =====*/

/*===== Start VA Trust Area Css  =====*/
.va-trust-area {
  background: url('../images/trust.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 200px 0;
}
.va-trust-content {
  max-width: 1000px;
  margin: 0 auto;
}
.va-trust-left-content {
  border-radius: 4px;
  background: linear-gradient(132deg, rgba(135, 34, 236, 0.00) 0%, rgba(135, 34, 236, 0.16) 100%), #0F1029;
  padding: 40px 55px 40px 48px;
}
.va-trust-left-content h1 {
  font-size: 48px;
  margin: 20px 0;
}
.va-trust-left-content p {
  width: 88%;
}

.single-va-trust-right-content {
  background: url('../images/t1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 4px;
  padding: 90px 0;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.single-va-trust-right-img {
  position: relative;
}

.single-va-trust-text {
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(135, 34, 236, 0.80) 0%, rgba(19, 22, 73, 0.80) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  transition: .8s;
}
.single-va-trust-right-content:hover .single-va-trust-text,.single-va-trust-right-content.active .single-va-trust-text {
  left: 0;
}
.single-va-trust-text h2 {
  width: 100px;
  text-align: left;
  padding: 40px 28px;
}
.single-va-trust-right-img img {
  width: 32px;
  height: auto;
}
.single-va-trust-right-img::before {
  content: '';
  position: absolute;
  background: url('../images/border1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 145px;
  height: 145px;
  left: 0;
  top: -54px;
  right: 0;
  margin: auto;
}
.single-va-trust-right-img::after {
  content: '';
  position: absolute;
  background: url('../images/border2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 115px;
  height: 115px;
  left: 0;
  top: -40px;
  right: 0;
  margin: auto;
}

.va-trust-content .col-lg-5 {
  padding-right: 15px;
}

.va-trust-content .col-lg-7,.va-trust-right-content .col-lg-4 {
  padding: 0 7px;
}

/*===== End VA Trust Area Css  =====*/

/*===== Start VA Trust Area Css  =====*/
.va-contact-area {
  padding-top: 80px;
  padding-bottom: 190px;
  position: relative;
  overflow-x: hidden;
  z-index: 1;
}
.va-contact-area::before {
  content: '';
  position: absolute;
  background: url('../images/contact-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.va-contact-area::after {
  content: '';
  position: absolute;
  background: url('../images/before-contact.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;

}


.va-contact-content {
  max-width: 1024px;
  margin: 0 auto;
  background: url('../images/contact-content.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 48px 30px 70px;
  border-radius: 4px;
  text-align: center;
}
.similar-heading h2 {
  margin-top: 20px;
  margin-bottom: 40px;
}
.va-contact-us-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.single-va-contact-us-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 50px;
}
.single-va-contact-us-text {
  text-align: left;
  margin-left: 25px;
}
.single-va-contact-us-text a {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  text-transform: inherit;
  line-height: normal;
  margin-top: 20px;
  transition: .3s;
}
.single-va-contact-us-text a:hover {
color: #8722EC;
}


/*===== End VA Trust Area Css  =====*/



/*===== Start VA Footer Area Css  =====*/
.va-footer-area {
  background: url('../images/footer-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 45px 0;
}
.va-footer-content {
  text-align: center;
}
.va-footer-logo a {
  font-family: 'Phantom Storm';
  font-weight: 400;
  font-size: 48px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.va-footer-text p span {
  color: #8722EC;
}
.va-footer-links a {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: inherit;
  margin: 0 15px;
  transition: .3s;
}
.va-footer-links a:hover {
  color: #8722EC;
}
.va-footer-social ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
}
.va-footer-social ul li a img {
  width: 24px;
  height: auto;
  margin: 0 6px;
}
/*===== End VA Footer Area Css  =====*/


.to_hide {
    display: none;
}




#myBtn {
  background: transparent;
  border: none;
  position: fixed;
  right: 20px;
  bottom: 30px;
  display: none;
  z-index: 99;
}
