



.banner-inner-section {
  min-height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991.98px) {
  .banner-inner-section {
    min-height: 550px;
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}
.portfolio-img {
  position: relative;
  overflow: hidden;
}
.portfolio-img::before {
  content: "";
  display: block;
  padding-top: 72%;
}
.portfolio-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-img:hover .portfolio-overlay {
  visibility: visible;
  transform: translateY(0);
}
.portfolio-img .portfolio-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.4s ease-in-out;
  background-color: rgba(0, 0, 0, 0.7);
}

.meet-team-img {
  position: relative;
  overflow: hidden;
  padding: 5px;
}
.meet-team-img::before {
  content: "";
  display: block;
  padding-top: 120%;
}
.meet-team-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #dadada;
  border-radius: 10px;
  /* padding: 5px; */
}
.meet-team-img:hover .meet-team-overlay {
  visibility: visible;
  transform: translateY(0);
}
.meet-team-img .meet-team-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
.meet-team-img .meet-team-overlay .social .btn:hover {
  background-color: #e1e0e0 !important;
  color: #fff;
}

.marquee-content {
  animation: marquee 20s linear infinite running;
}

.marquee-content:hover {
  animation-play-state: paused;
}

.marquee-tag {
  width: 200px;
  transition: all 0.2s ease;
}

.marquee-tag:hover {
  transform: scale(1.1);
  cursor: pointer;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}

.marqueer-content {
  animation: marquee 20s linear infinite running;
}

.marqueer-content:hover {
  animation-play-state: paused;
}

.marqueer-tag {
  width: 200px;
  transition: all 0.2s ease;
}

.marqueer-tag:hover {
  transform: scale(1.1);
  cursor: pointer;
}
@keyframes marqueer {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translate(0);
  }
}
.accordion-button::after {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-position: center;
  background-size: inherit;
  background-color: var(--bs-light-gray);
}
.accordion-button:not(.collapsed)::after {
  background-color: var(--bs-primary);
}
.accordion-button:not(.collapsed) {
  box-shadow: unset;
}

.resources-img-first::before {
  padding-top: 66.3% !important;
}

.resources-img-blog::before {
  padding-top: 69.5% !important;
}

.resources-img {
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}
.resources-img::before {
  content: "";
  display: block;
  padding-top: 138%;
}
.resources-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resources-img img {
  transition: all 0.2s ease;
}
.resources-img:hover img {
  transform: scale(1.1);
}

.get-template {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1050;
}

#scrollToTopBtn {
  transition: all 0.5s ease-in-out;
  display: none;
}

.services-tab .nav-tabs .nav-item .nav-link {
  color: var(--bs-white);
}
.services-tab .nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: var(--bs-primary);
}

.sign-in {
  max-width: 520px;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--bs-primary);
}

.link-hover:hover {
  color: var(--bs-primary) !important;
}

ul {
  list-style: none;
  padding-left: 0;
}

:focus {
  outline: 0;
  box-shadow: none !important;
}

.round-10 {
  width: 10px;
  height: 10px;
}

.round-32 {
  width: 32px;
  height: 32px;
}

.round-36 {
  width: 36px !important;
  height: 36px;
}

.round-45 {
  width: 45px !important;
  height: 45px !important;
}

.round-52 {
  width: 40px !important;
  height: 40px;
}

.round-64 {
  width: 64px;
  height: 64px;
}

.round-490 {
  width: 490px;
  height: 490px;
}

.border-line {
  width: 64px;
  height: 1px;
  display: none;
}

.text-opacity-70 {
  --bs-text-opacity: 0.70;
}

.w-fit {
  width: fit-content;
}

.btn-outline-light:hover {
  background-color: var(--bs-light-gray) !important;
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  border-color: #ffffff !important;
  box-shadow: unset !important;
  background: #000;
}
.btn-check:checked + .btn .btn-text, :not(.btn-check) + .btn:active .btn-text, .btn:first-child:active .btn-text, .btn.active .btn-text, .btn.show .btn-text {
  color: var(--bs-white);
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background-color: var(--bs-primary);
  border-radius: 9999px;
  padding: 0.5rem 1.5rem;
  overflow: hidden;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  width: fit-content;
  padding: 10px 50px 10px 20px;
  color: #fff;
}
.btn:hover {
  background-color: var(--bs-secondary);
  color: #fff;
}
.btn .btn-text {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
  padding-inline-end: 15px;
}
.btn:hover .btn-text {
  color: var(--bs-white);
  transform: translateX(2.5rem);
}
.btn .btn-icon {
  position: absolute;
  left: 103%;
  top: 50%;
  transform: translate(-115%, -50%);
  z-index: 0;
  transition: transform 0.4s ease, left 0.4s ease;
  color: #000000;
}
.btn:hover .btn-icon {
  left: 0;
  transform: translate(15%, -50%) rotate(45deg);
}

.btn-dark {
  background-color: var(--bs-dark);
}
.btn-dark:hover {
  color: var(--bs-dark);
  background-color: var(--bs-white);
}/*# sourceMappingURL=styles.css.map */
.logo img {
    width: 130px;
}
iconify-icon.menu-icon {
    color: #000;
}
.hstack h4 {
    position: relative;
    color: #dddddd;
    font-size: 60px;
    font-weight: 700;
    line-height: 1em;
    padding: 0 30px;
    text-transform: uppercase;
}

.marquee {
 
}
.rounded-circle.bg-primary.hstack {
    display: none;
}
.hstack h4:hover {
    color: #a90007;
}
.services-tab p {
    line-height: 18px;
    font-size: 16px;
}

.services-tab li {
    padding: 20px 0;
}
.services-tab h5 {
    color: #fff;
}
.marqueehd {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #cccec7;
    padding: 10px 0;
}

.marqueehd p {
    display: inline-block;
    padding-left: 100%; /* Start the text off-screen */
    animation: marquee 50s linear infinite; /* Animation duration & type */
    margin: 0;
    font-weight: bold;
    color: #000000;
}

@keyframes marqueehd {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translate(-100%); /* Move the text to the left */
    }
}
.marqueehd:hover p {
    animation-play-state: paused; /* Pause the animation on hover */
}
.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.popup-content {
    position: relative;
    margin: 15% auto;
    padding: 20px;
    width: 80%;
    max-width: 600px;
    background: white;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
}
.play-button {
    position: absolute;
    top: 23px;
    right: -18px;
    transform: translate(-52%, -50%);
    background: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    z-index: 1050;
    font-size: 22px;
    border: none;
}
.vid {
    position: relative;
    color: #fff;
    margin-left: 10px;
}

.vid a {
    color: #fff;
    font-size: 16px;
}
.meet-team-details p {
    font-size: 13px;
    color: #000;
    line-height: 15px;
}.meet-team-details h4 {
    font-size: 14px;
    color: #a90007;
    font-weight: bold;
}.meet-team-details {
    text-align: center;
}
ul.social.list-unstyled {
    bottom: 10px;
    position: absolute;
    right: 8px;
}
.meet-our-team {
    background-position: center;
    background: url(../images/spp-bg.jpg);
    background-attachment: fixed;
    position: relative;
}
.meet-team {
    margin-bottom: 30px;
}
#services {
    background: url(../images/servc-bg.jpg);
       background-size: cover;
    background-attachment: fixed;
    position: relative;
}
#services:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000000a3;
    z-index: 100;
}


.progs {
    z-index: 101;
    position: relative;
}
.sponsor img {width: 100%;background: #fff;padding: 10px;}

.sponsor {
    background: #ededed;
    padding: 6px;
    margin-bottom: 15px;
}
.sponsor:hover {
    background: #a90007;
}
.tags h3 {
    font-size: 28px;
    width: fit-content;
    border-radius: 4px;
    text-align: center;
    padding: 15px 60px;
    margin: 0 auto 40px auto;
    font-weight: 900;
}

.PLATINUM h3 {
     
background-image: repeating-linear-gradient(to right, #dfdfdf 0%, #f1f1f194 8%, #e7e7e7 18%, #e2e2e2 27%, #ffffff 35%, #e9e9e9 40%, #ececec 50%, #eeeeee 58%, #c5c5c5 67%, #dadada 77%, #c4c4c4 83%, #d4d4d4 88%, #d3d3d3 93%, #cfcfcf 100%);
     
background-size: 150%;
     
/* filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3)); */
     
animation: MoveBackgroundPosition 6s ease-in-out infinite;
}

@keyframes MoveBackgroundPosition { 
  0% {
      background-position: 0% 50%
  }
  
  50% {
    background-position: 100% 50%
  }
  
  100% {
    background-position: 0% 50%
  }
}


.GOLD h3 {
     
background-image: repeating-linear-gradient(to right, #e6c65d 0%, #e7cd59 8%, #cfac38 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #e7cc31 67%, #ddcd39 77%, #d1b124 83%, #d4a245 88%, #e1b453 93%, #e6bc4a 100%);
     
background-size: 150%;
     
/* filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3)); */
     
animation: MoveBackgroundPosition 6s ease-in-out infinite;
}

@keyframes MoveBackgroundPosition { 
  0% {
      background-position: 0% 50%
  }
  
  50% {
    background-position: 100% 50%
  }
  
  100% {
    background-position: 0% 50%
  }
}



.SILVER h3 {
     
background-image: repeating-linear-gradient(to right, #c2c2c2 0%, #b4b4b4 8%, #e7e7e7 18%, #b8b8b8 27%, #e7e7e7 35%, #ebebeb 40%, #cacaca 50%, #bbbbbb 58%, #797979 67%, #929292 77%, #acacac 83%, #d4d4d4 88%, #757575 93%, #818180 100%);
     
background-size: 150%;
     
/* filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3)); */
     
animation: MoveBackgroundPosition 6s ease-in-out infinite;
}

@keyframes MoveBackgroundPosition { 
  0% {
      background-position: 0% 50%
  }
  
  50% {
    background-position: 100% 50%
  }
  
  100% {
    background-position: 0% 50%
  }
}
.BRONZE h3 {
     
background-image: repeating-linear-gradient(to right, #a2722a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #bd8d66 35%, #dabe95 40%, #dfc48a 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
     
background-size: 150%;
     
/* filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3)); */
     
animation: MoveBackgroundPosition 6s ease-in-out infinite;
}

@keyframes MoveBackgroundPosition { 
  0% {
      background-position: 0% 50%
  }
  
  50% {
    background-position: 100% 50%
  }
  
  100% {
    background-position: 0% 50%
  }
}
.SUPPORT h3 {
     
background-image: repeating-linear-gradient(to right, #529ac4 0%, #3c8ebe 8%, #3ca0be 18%, #5fb8d3 27%, #66a4bd 35%, #95c6da 40%, #8acbdf 50%, #5fb2d3 58%, #3cafbe 67%, #32a2b1 77%, #32a6bb 83%, #45b3d4 88%, #53c0e1 93%, #2a92a4 100%);
     
background-size: 150%;
     
/* filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3)); */
     
animation: MoveBackgroundPosition 6s ease-in-out infinite;
}

@keyframes MoveBackgroundPosition { 
  0% {
      background-position: 0% 50%
  }
  
  50% {
    background-position: 100% 50%
  }
  
  100% {
    background-position: 0% 50%
  }
}

/***====================================================================
    Video Section CSS
====================================================================***/
.video-section {
  position: relative;
  z-index: 2;
  padding: 220px 0 175px;
}
@media (max-width: 991.98px) {
  .video-section {
    padding: 120px 0;
  }
}
.video-section .icon-two {
  position: absolute;
  top: 106px;
  right: 160px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .video-section .icon-two {
    display: none;
  }
}
.rtl .video-section .icon-two {
  right: auto;
  left: 160px;
}
.video-section .bg-image {
  background-attachment: fixed;
}
.video-section .sec-title h2 {
  font-size: 65px;
}
@media (max-width: 1199.98px) {
  .video-section .sec-title h2 {
    font-size: 64px;
  }
}
@media (max-width: 575.98px) {
  .video-section .sec-title h2 {
    font-size: 40px;
  }
}
.video-section .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 188px;
  height: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199.98px) {
  .video-section .video-box {
    margin-top: -30px;
    margin-left: -100px;
  }
}
@media (max-width: 991.98px) {
  .video-section .video-box {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%);
    margin-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 1199.98px) {
  .rtl .video-section .video-box {
    margin-right: -100px;
    margin-left: auto;
  }
  .testimonial-section-two .bottom-box .text,
  .testimonial-section-two .bottom-box .counter-block-two .count-box,
  .testimonial-section-two .bottom-box .counter-block-two .counter-title{
      color:#fff;
  }
}
@media (max-width: 991.98px) {
  .rtl .video-section .video-box {
    margin-right: 0;
  }
}
.video-section .video-box .circular-text {
  position: relative;
  fill: currentColor;
  height: auto;
  transform-origin: center;
  width: 195px;
  height: 195px;
  animation: fa-spin 30s infinite linear;
}
.rtl .video-section .video-box .circular-text {
  direction: ltr;
}
@media (max-width: 575.98px) {
  .video-section .video-box .circular-text {
    top: -3px;
    left: -3px;
  }
}
.video-section .video-box .circular-text text {
  position: relative;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 3.3px;
  font-family: var(--text-font);
  color: #fff;
  text-transform: uppercase;
}
.video-section .video-box .play-now {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 127px;
  height: 127px;
  font-size: 40px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efe012;
  transform: translate(-50%, -50%);
}
.video-section .video-box .play-now:hover {
  color: #000000;
  background-color: #fff;
}
.video-section .content-column .inner-column {
  margin-left: -120px;
}
@media (max-width: 1399.98px) {
  .video-section .content-column .inner-column {
    margin-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .video-section .content-column .inner-column {
    padding-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .video-section .content-column .inner-column {
    text-align: center;
    padding-left: 0;
  }
}
.rtl .video-section .content-column .inner-column {
  margin-left: 0;
  margin-right: -120px;
}
@media (max-width: 1399.98px) {
  .rtl .video-section .content-column .inner-column {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .rtl .video-section .content-column .inner-column {
    padding-right: 30px;
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .rtl .video-section .content-column .inner-column {
    padding-right: 0;
  }
}
.video-section .content-column .inner-column .video-box.show-lg {
  display: none;
}
@media (max-width: 991.98px) {
  .video-section .content-column .inner-column .video-box.show-lg {
    display: inline-block;
  }
}
.video-section .image-box {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .video-section .image-box {
    position: relative;
  }
}
.rtl .video-section .image-box {
  text-align: right;
  transform: scaleX(-1);
  left: auto;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.video-section .image-box .image-outer {
  position: relative;
}
.video-section .image-box .image-outer .image {
  margin-bottom: 0;
  overflow: hidden;
  border-left: 0;
  border-top: 0;
  width: 100%;
  height: 100%;
}
.video-section .image-box .image-outer .image img {
  width: 90%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .video-section .image-box .image-outer .image {
    display: none;
  }
}
@media only screen and (max-width: 1699px) {
  .video-section .image-box .image-outer .image {
    width: 85%;
  }
}
@media (max-width: 1299.98px) {
  .video-section .image-box .image-outer .image {
    width: 80%;
  }
}
@media (max-width: 1199.98px) {
  .video-section .image-box .image-outer .image {
    width: 70%;
  }
}
.video-section .image-box .image-outer .shape-fourtyeight {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .video-section .image-box .video-box {
    display: none;
  }
}
.parallax-section {
  overflow: hidden;
}
.parallax-section .parallax-bg {
  position: absolute;
  top: 0;
  transform: none !important;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}
@media (max-width: 991.98px) {
  .parallax-section .parallax-bg {
    height: 200%;
  }
}

.feature-shape
 {
    animation: fa-spin 20s infinite linear;
    position: absolute;
    top: -200px;
    right: 0;
    z-index: 100;
}
.feature-shape img{
    display: inline-block;
    vertical-align: middle;
    height: auto;
    max-width: 100%;
    width: 500px;
  }
.Sponsors {
    position: relative;
    background: #000000;
}
.sec-title.yellow .sub-title {
    color: #fff;
}
/***====================================================================
    Section Title CSS
====================================================================***/
.sec-title {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .sec-title br {
    display: none;
  }
}

.sec-title h1 {
  position: relative;
  font-size: var(--h1-font-size);
  line-height: 1.2em;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .sec-title h1 {
    font-size: 84px;
  }
}
@media (max-width: 991.98px) {
  .sec-title h1 {
    font-size: 72px;
  }
}
@media (max-width: 767.98px) {
  .sec-title h1 {
    font-size: 68px;
  }
}
@media (max-width: 575.98px) {
  .sec-title h1 {
    font-size: 54px;
  }
}
.sec-title h2 {
  position: relative;
  margin-bottom: 0;
  line-height: 1.1em;
  z-index: 2;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .sec-title h2 {
    font-size: 40px;
  }
  .sec-title h2 br {
    display: none;
  }
}
.sec-title .text {
  margin-top: 20px;
}
.sec-title.light .sub-title {
  color: #fff;
}
.sec-title.light .sub-title:before {
  color: #fff;
}
.sec-title.light .text {
  color: #fff;
}
.sec-title.light h2,
.sec-title.light h1 {
  color: #fff;
}
.sec-title.orange .sub-title {
  color:#fff;
}
.sec-title.orange .sub-title:before, .sec-title.orange .sub-title:after {
  color:#fff;
}
.sec-title.yellow .sub-title {
  color: #eedf12;
  font-weight: bold;
}
.sec-title.yellow .sub-title:before, .sec-title.yellow .sub-title:after {
  color:#fff;
}
.sec-title.text-center .sub-title:before {
  display: block;
}
.big-pb {
    background: transparent;
    width: 55px;
    top: 28px;
    height: 55px;
    border: none;
    position: absolute;
}

.big-pb img {
    width: 100%;
}
.get-in-touch iframe {
    border-radius: 30px 30px 0 0;
    border: 2px solid #ebebeb;
}
.play-button img {
    width: 28px;
}
.get-in-touch .single-footer-widget {
    margin: 50px 0;
}

.contact-info {
    padding: 10px 0;
}

.become-member:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000009e;
    top: 0;
}
.become-member {}

.become-member .container {
    z-index: 1000;
    position: relative;
}

.become-member h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 39px;
    font-weight: bold;
}

.become-member h2 span {
    color: #efe012;
}
.newsletter {
    position: absolute;
    margin-top: -200px;
    z-index: 1049;
    width: 100%;
}

.newsletter .inner-bx {
    /* background: #000; */
    position: relative;
    background-color: transparent;
    /* background-image: linear-gradient(90deg, #f9f300 0%, #4800f7 100%); */
    padding: 85px 30px 105px 30px;
    width: 90%;
    text-align: center;
    /* background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%); */
    background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
    /* border: 5px solid #fff; */
    box-shadow: 10px 6px 9px #00000000;
}

.newsletter .inner-bx h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}
input[type="email"] {}

.mc4wp-form-fields {
    flex-direction: row;
    width: 770px;
    align-items: stretch;
    display: flex;
    justify-content: center;
    margin: 30px auto;
}

.mc4wp-form-fields input {
    width: 100%;
    background-color: #ffffff8c;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #ffffff;
    border-radius: 50px 0px 0px 50px;
    padding: 17px 30px 17px 30px;
}

.mc4wp-form-fields button {
    border-radius: 0px 50px 50px 0px;
    padding: 12px 12px 12px 12px;
    min-width: 177px;
    border: none;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.mc4wp-form-fields input::placeholder {
    color: #777;
}
.mc4wp-form-fields button:hover {
    background: #efe012;
    color: #000;
}
footer.footer {
    background:url(../images/footerbg.svg);
    padding-bottom: 50px !important;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
    padding-top: 120px;
}
.header.fixed-header .logo {
    width: 100px;
}
ul.footer-menu {justify-content: center;margin-bottom: 50px;}

ul.footer-menu li {padding: 10px;}
 .social-links li {
    display: inline-block;
    margin-right: 4px;
    /* background: #e3e3e3; */
}

.social-links li a {
    color: #fff;
    border: 1px solid #525164;
    width: 40px;
    height: 40px;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    display: block;
    display: flex;
    justify-content: center;
}

.social-links li a.facebook {
    border: none;
    background-color: #4267b2
}

.social-links li a.twitter {
    border: none;
    background-color: #00c1f1;
}

.social-links li a.instagram {
    border: none;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%)
}

.social-links li a.linkedin {
    border: none;
    background-color: #3a5be1;
}

.social-links li a:focus,
.social-links li a:hover {
    background-color: #cf2f39;
    color: #fff;
    border-color: #cf2f39
}
.social-links li a iconify-icon {
    /* width: 30px; */
    /* height: 30px; */
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}

ul.social-links {
    text-align: center;
    background: #f1f1f1;
    display: block;
    z-index: 1050;
    position: relative;
    /* width: 91%; */
}

.icons-s hr {
    position: absolute;
    width: 97%;
    left: 0;
    top: 37%;
    border-color: #bbbbbb;
}


.icons-s {
    position: relative;
}

footer.footer p {
    font-size: 12px;
    color: #a3a3a3;
        text-align: center !important;
}
.social-links li a:hover {
    transition: 0.5s;
    transform: scale(0.8);
}
li.header-item a {
    color: #000;
}
.cybrain_logo img {
    width: 120px;
    margin-top: 10px;
}

.parallax-bg.bg.bg-image:before {
    background: #00000099;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
}
.newsletter .inner-bx p {
    color: #fff;
        text-align: center !important;
}
.marquee {
    display: none;
}
.newsletter {
    display: none;
}
.become-member {
    display: none;
}